@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/patt.jpg) #fbecbe repeat top;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
}
p{
	margin:0;
	padding:5px 0;
}
img{ border:0px;}
#header_wrap{
	background:url(../images/header_bg.png) top right;
	width:100%;
	height:99px;
}
.header{
	background:url(../images/header.png);
	width:989px;
	height:93px;
	margin:0 auto;
}
.logo{
	float:left;
}
.toparea{
	width:435px;
	float:right;
	font: bold 13px Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:10px 15px 0 0;
	color:#155112;
}
.shopping_cart{
	float:left;
}
.shopping_cart a{
	display:block;
	background:url(../images/cart.png) no-repeat right;
	text-decoration:none;
	color:#155112;
	padding:5px 40px 5px 0;
}
.search{
	float:right;
	width:280px;
	background:url(../images/dot.png) no-repeat left;
	padding:0 0 0 10px;
}
.search_text{
	float:left;
	margin:5px 0 0 0;
	padding:0 20px 0 0;
}
.search_input{
	float:left;
	width:205px;
	padding:5px 0 0 5px;
	background:url(../images/search.png) no-repeat right center;
	height:20px;
}
.searchbox{
	margin:0;
	padding:0;
	border:0;
	width:170px;
	background:none;
	font:12px Arial, Helvetica, sans-serif;
}
.nav_wrap{
	overflow:hidden;
	padding:10px 15px 0 0;
	width:624px;
	float:right;
	clear:right;
}
.nav_left{
	float:left;
	background:url(../images/nav_left.png);
	width:12px;
	height:35px;
}
.nav_right{
	float:left;
	background:url(../images/nav_right.png);
	width:12px;
	height:35px;
}
.nav{
	background:url(../images/nav_center.png) repeat-x;
	float:left;
	width:600px;
	height:35px;
	font:bold 13px Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.nav a{
	float:left;
	margin:0 11px;
	padding:0 0 0 12px;
	text-decoration:none;
	color:#FFF;
}
.nav a:hover, .nav a.active{
	background:url(../images/nav_over.png) no-repeat bottom left;
}
.nav a span{
	display:block;
	padding:8px 12px 4px 0;
}
.nav a:hover span, .nav a.active span{
	background:url(../images/nav_over.png) no-repeat bottom right;
}
#main_wrap{
	width:989px;
	margin:0 auto;
}
#main_top{
	background:url(../images/main_top.png);
	height:70px;
	overflow:hidden;
}
#main{
	background:url(../images/main_center.png) repeat-y;
	padding:10px 15px 10px 5px;
}
#main_bottom{
	background:url(../images/main_bottom.png);
	height:72px;
	overflow:hidden;
}
.content{
	width:100%;
	overflow:hidden;
}
.leftside{
	float:left;
	width:250px;
	padding:0 0 0 20px;
}
.rightside{
	text-align:justify;
	float:right;
	width:680px;
}
#menu{
	background:url(../images/menu_center.png) repeat-y;
	width:243px;
}
#menu_top{
	background:url(../images/menu_top.png) no-repeat top;
}
#menu_bottom{
	background:url(../images/menu_bottom.png) no-repeat bottom;
	padding:50px 25px 30px 25px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	margin:0;
	padding:0;
}
#menu ul li a{
	display:block;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#4c4b4b;
	text-decoration:none;
	padding:8px 0 8px 0;
	border-bottom:1px #4c4b4b dashed;
	overflow:hidden;
	outline:none;
	width:100%;
}
.paypal{
	padding:30px 0 0 0px;
	text-align:center;
}
.ups{
	padding:15px 0 0 0;
	text-align:center;
}
.box_top{
	background:url(../images/box_top.png);
	height:45px;
	margin:10px 0 0 0;
	overflow:hidden;
}
.box_center{
	background:url(../images/box_center.png) repeat-y;
	overflow:hidden;
	width:100%;

}
.box_inner{
		padding:7px 0 0 14px;
}
.box_bottom{
	background:url(../images/box_bottom.png) no-repeat ;
	height:26px;
	overflow:hidden;
}
.box_head{
	padding:0 0 0 15px;
}
.pro_wrap{
	float:left;
	width:317px;
	height:165px;
	padding:10px 0 2px 8px;
	margin:0 0 8px 0;
}
.pro_img{
	float:left;
	width:72px;
	overflow:hidden;
}
.pro_container{
	float:right;
	width:217px;
	/*padding:0 5px 0 0;NOV14 BY PG*/
	padding:0 15px 0 0;
	
}
.pro_container h2{
	margin:0;
	padding:3px 0;
	color:#4e4d4a;
	font: bold 13px Helvetica, Arial, sans-serif;
	text-align:left;
}
.b_line{
	background:url(../images/pro_bot_line.jpg) no-repeat center bottom;
}
.r_line{
	background:url(../images/pro_right_line.jpg) no-repeat right top;
	padding:0 10px 0 0;
}
.pro_inner{
	padding:5px 0;
}
.price{
	font:bold 14px Arial, Helvetica, sans-serif;
}
.price span{
	color:#ad1e0b;
}
.add_cart{
	margin:10px 0 0 0;
}
.add_cart a{
	background:url(../images/addcart.png) no-repeat;
	width:100px;
	display:block;
	padding:6px 0 6px 13px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
#footer_wrap{
	background:#dbab08;
	width:100%;
	padding:10px 0 10px 0;
}
#fooer{
	width:970px;
	margin:0 auto;
	overflow:hidden;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#2d2c2c;
}
.fleft{
	float:left;
	line-height:17px;
}
.fleft a{
	color:#2d2c2c;
	text-decoration:none;
}
.fleft a:hover{
	text-decoration:underline;
}

.fright{
	float:right;
	line-height:17px;
}
.fright a{
	color:#2d2c2c;
	text-decoration:underline;
}
.fright a:hover{
	text-decoration:none;
}

/* 18_11_09 */

 ul#productDetailsList{
	margin:0 !Important;
	padding:0 0 0 20px;
	list-style:disc !Important;
	list-style-position:inside !Important;
}
ul#productDetailsList li{
	margin:0;
	padding:0;
}
#reviewsWriteHeading{
	margin:0;
	padding:0;
}