/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */


#list_body{
	position: relative;
	border:1px solid #000;

}

.with_Feature{
	top: 30px
}

.list_feature{
	position: relative;
	float: left;
	width: 163px;
	height: 198px;
	margin: 20px 20px 30px 0px;
	font-size:85%;
	border:1px solid #df9126;
	/*background: White url(/images/prodlist_feature_full_bck.jpg) no-repeat 0px 0px;*/
}


.list_desc_FB{
	position:relative; 
	float:right; 
	height:135px; 
	text-align:justify; 
	width:185px; 
	margin-right:10px;
	overflow: hidden;	
}

h2.bestseller{
	color: #0e2481; 
	font-size: 180%;
	position: absolute;
	top:-40px;
	left:-9px;
	z-index:2;
}

.prodlist {
	float: left;
	width: 165px;
	height: 198px;
	margin: 20px 20px 32px 0px;
	position: relative;
	background-color: #fff;	
	font-size:85%;
}

.list_image{
	text-align: center;
}
.list_image a {
	display: block; 
	margin:0px auto;
}

.list_desc{
	color: black; 
	height: 3.6em; 
	display: block; 	
	overflow: hidden;
	padding: 0px 10px 0px 10px;
/*width:163px;*/
}

.list_desc strong{
	font-weight: bold;
}

.list_desc a:link, .list_desc a:visited{
	text-decoration: none;
	color: #0e2481;
}
.list_desc a:hover, .list_desc a:active, .list_desc a:focus{
	text-decoration: none;
	color: #e99613;
}

.list_price {
	font-size: 136%; 
	color: #0e2481;
	position: absolute;
 	bottom: 5px;
	left: 5px;
}

.list_viewdetails a:link, .list_viewdetails a:visited {
	display:block;
	z-index: 3;
	background: transparent url(../images/button_sprite.png) no-repeat 0 -133px;
	width: 111px;
	height: 20px;
	position: absolute;
 	bottom: -15px;
	right: 0px;
	
	font-weight:bold;
	color: #623E08;
	text-decoration:none;
	text-align:center;
	padding-top:2px
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background: transparent url(../images/button_sprite.png) no-repeat 0 -180px;
	color: #0e2481;
}



.list_price-container{
	height: 26px; bottom: 0px; left:-1px; width: 100%; border: 1px solid #d8e5f3; position: absolute; display: block; overflow: visible;
}


.list_feature .list_price-container{
	border:1px solid #df9126;
	border-bottom:none;
	background-color: #FCF2E7;
}
/* list page end */





/* Feature classes for product_category.asp */
.cat_feature{
	position: relative;
	Clear:both;
	float: left;
	width: 760px;
	margin: 30px 0px 30px 0px;
	
	/* font-size:85%; 
	border:1px solid #d8e5f3;*/
	background: White url(/images/cat_feature_full_bck.jpg) no-repeat right 10px; 
}

.cat_feature h2.featureHeader{
	color: #0e2481; 
	font-size: 180%;
	position: absolute;
	top:-30px;
	text-align:center;
	
	left:-1px;
	padding:5px 0px 0px 10px;
	background-color: #d8e5f3;
	width:  751px;
	height: 35px;
}


.cat_feature h3{

}

.cat_feature .list_image{
	float:left;
	width:355px;
	/*height: 365px;*/
	padding-top:20px;
	background-color: transparent;
}

.cat_feature .list_desc{
	float:right; 
	width: 380px; 
	margin:20px 10px 0px 0px;
	height: 3.6em; 
	padding:0px;
}

.cat_feature .list_desc_FB{
	position:relative; 
	text-align:justify; 
	float:right; 
	width: 380px; 
	margin:10px 10px 10px 0px;
	height: auto;
}

.cat_feature_price {
	font-size: 136%; 
	color: #0e2481;
 
	position: inherit; 
	clear:right;
	float: right; 
	width: 190px; 
	margin: 6px 0px 0px 10px;
}

.cat_viewdetails a:link, .cat_viewdetails a:visited {
	clear:right;
	float: right; 
	padding-top:5px;
	margin-right: 45px;
	
	display: block;
	width: 144px;
	height: 31px;	
	border: none;
	
	text-decoration:none;
	text-align:center;
	color: #623E08;
	font-size: 136%;
	background: transparent url(../images/button_sprite.png) no-repeat 0 3px ;
	
	
	
}

.cat_viewdetails a:hover, .cat_viewdetails a:focus {
	background: transparent url(../images/button_sprite.png) no-repeat 0 -50px;
	color: #0e2481;
}

#cat_review{
	float:right; 
						width: 380px; 
						margin:10px 10px 0px 0px; border:1px dashed #5480B9;
}