/* Left Product Menu - Start */
#product-menu {
	position: relative;
	float: left;
	width: 270px;
	min-height: 800px;
	height: auto!important;
	margin: 0;
	padding: 0 0 10px 0;
	background: inherit;
	text-align: left;
}

#product-menu .block-title {
	position: relative;
	float: left;
	background: url("../images/sideheader_bg.gif") no-repeat;
	font-family: "Georgia", "Times New Roman", "serif";
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 44px;
	line-height: 44px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px solid #6ba439;
}

#product-menu .block-content {
	position: relative;
	width: 100%;
	min-height: 120px;
	height: auto!important;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* JQuery Easy Slide menu css */

.box-category > ul > li > a {
	text-decoration: none;
	color: #2a1c13;
	font-size: 15px;
	line-height: 24px;
}
.box-category > ul > li > a:hover { color: #2a1c13; }

.box-category > ul > li {
	list-style-type: none;
	position: relative;
	width: 250px;
	margin: 3px 0 3px 15px;
}

.box-category > ul > li span.cat-link {
	display: block;
	width: 250px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url("../images/cat-expand.gif") no-repeat;
	z-index: 99;
}

.box-category > ul > li strong { display:none; }
.box-category > ul > li:first-child { padding-top: 0px; }
.box-category > ul > li.last{ border: none; }
.box-category > ul > li ul { display: none; padding: 0 0 0 15px; margin-top: 8px; background: inherit; }
.box-category > ul > li.active ul { display: block; }
.box-category > ul > li span { background: transparent; width: 100%; height: 24px; line-height: 24px; margin: 0; padding: 0; z-index: 99; }
.box-category > ul > li span:hover { cursor: pointer; }
.box-category > ul > li a.active { color: #2a1c13; }
.box-category > ul > li a.active + ul { display: block; }
.box-category > ul > li ul { }
.box-category > ul > li ul > li { width: 90%; padding: 0 0 5px 5px; margin: 0 0 0 8px; background: inherit; list-style-image: url('..images/menu_arrow.gif'); }
.box-category > ul > li ul > li.last { background: none; }
.box-category > ul > li ul > li > a:hover { color: #2a1c13; }
.box-category > ul > li ul > li > a {
	text-decoration: none;
	font-size: 13px!important;
	display: block;
	color: #73aa45;
}
.box-category > ul > li ul > li > a.active {
	font-weight: normal;
	color: #2a1c13;
}
.box-category > ul > li.last { background: inherit; }

.act-cat{ position: absolute; top: 0px; left: 0px; }

.box-category { padding: 10px 0 15px 0; }

.box.category .box-content {
	background: inherit;
	border: none;
}

#product-menu #bestseller {
	position: relative;
	float: left;
	width: 270px;
	height: 397px;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}

#product-menu #bestseller .block-title {
	position: relative;
	float: left;
	background: url("../images/sideheader_bg.gif") no-repeat;
	font-family: "Georgia", "Times New Roman", "serif";
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 60px;
	line-height: 60px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px solid #6ba439;
}

#product-menu #bestseller div.bestseller_container {
	position: relative;
	float: left;
	width: 260px;
	height: 330px;
	margin: 0;
	padding: 0px 5px 10px 5px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#product-menu #bestseller div.bestseller_container .item_box {
	display: inline-block;
	width: 245px;
	height: 70px;
	margin: 5px 20px 4px 0;
	padding: 0;
	border-bottom: 1px solid #6ba439;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_image {
	display: table-cell;
	width: 80px;
	height: 70px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_image img {
	width: auto;
	height: 70px;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_details {
	width: 155px;
	height: 58px;
	margin: 4px 0 0 5px;
	padding: 2px;
	text-align: left;
	overflow: hidden;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_details p.item_box_name {
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_details p.item_box_price {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 4px 0 2px 0;
}

#product-menu #bestseller div.bestseller_container .item_box .item_box_details p.item_box_links {
	width: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#product-menu #block-banner {
	float: left;
	width: 270px;
	min-height: 200px;
	height: auto !important;
	margin: 10px 0 15px 0;
	padding: 0;
	background: inherit;
	text-align: center;
}

#product-menu #block-banner img {
	border: none;
}

#product-menu #block-banner p {
	margin: 5px 0px 5px 0px;
}