/*@import url(base.css);*/

#filters {
	overflow:auto;
}

#filters form{
	margin:0 5px 15px 0;
	padding:0px;
	float:left;
}

ol.product_list {
	padding:0px;
	margin:0px;
}

ol.product_list li{
	position:relative;
	float:left;
	width:237px;
	height:295px;
	margin: 5px 0px 10px 0px;
	display:inline; /*IE FIX*/
	background: #a80046 url('../images/prod_middle.gif') repeat-y;
}

ol.product_list li h2{
	padding:0px;
	margin:0px;
	height:38px;
	line-height:45px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	color:#fff;
	background: #a80046 url('../images/prod_top.gif') no-repeat;
	overflow:hidden;
}

ol.product_list li .padder{
	padding:10px;
}

ol.product_list li b{
	float:left;
	height:152px;
	width:102px;
	text-align:center;
	overflow:hidden;
	margin:3px;
	text-align:center;
}

ol.product_list li b a {
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
}

ol.product_list li b a img{
	border:1px solid #eee;
}

ol.product_list li b a .nopic{
	padding:25px 10px 25px 10px;
	border:1px solid #eee;
}

ol.product_list span.price,ol.product_list span.promo {
	width:90px;
	height:60px;
	display:block;
	float:right;
	background: url('../images/price.gif');
	font-size:14px;
}

ol.product_list span.promo{
	background-image: url('../images/price_promo.gif');
}

ol.product_list span.promo s{
	display:block;
	margin:-5px 10px 0 0;
	font-size:16px;
	font-weight:bold;
}

ol.product_list .stock {
	display:block;
	position:absolute;
	top:200px;
	left:12px;
	height:15px;
	width:102px;
	background-color:#cb1577;
	border: 1px solid #7e0000;
	text-align:center;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	display:block;
	clear:both;
	padding-top:20px;
}

/*subcat thumbs*/

ol.subcat_thumbs {list-style-type:none;}
ol.subcat_thumbs li {float:left; height:170px; width:115px; margin:10px 0 10px 0; text-align:center; font-weight:bold;}
ol.subcat_thumbs li a{ text-decoration:none;}

/* detail page */
.comment_top{padding:4px; margin-top:5px; background-color:#a71263;}
.comment_body{padding:4px;border:1px solid #a71263}

#main h3{
	font-size:13px;
	color: #cb1577;
	border-bottom:1px solid #7e0000;
	margin:5px;
}


#bigpic{
	width:480px;
	background-color: #cb1577;
	border:1px solid #7e0000;
	margin-top:30px;
	text-align:center;
}

#bigpic a{
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
}

#bigpic img{
	border:1px solid #ddd;
	margin:10px;
}

ol.other_thumbs {list-style-type:none;}
ol.other_thumbs img {max-height:140px; margin-top:3px;}
ol.other_thumbs li {float:left; height:190px; width:110px; margin:3px 3px 3px 3px; text-align:center; font-weight:bold; overflow:hidden; 	border:1px solid #7e0000;}
ol.other_thumbs li a{ text-decoration:none;}

ol.recent_thumbs {list-style-type:none;}
ol.recent_thumbs img {max-height:50px;}
ol.recent_thumbs li {float:left; height:50px; width:50px; margin:4px; text-align:center; overflow:hidden;}
ol.recent_thumbs li a{ text-decoration:none;}