/*@import url(base.css);*/

#filters {
	height:0px;
	font-size: 1px;
	line-height: 1px;
}

#filters form{
	margin:0 5px 15px 0;
	padding:0px;
	float:left;
}

ol.product_list {
	margin:0px;
	padding:0px;
}

ol.product_list li{
	float:left;
	position:relative;
	width:254px;
	height:220px;
	margin: 0px 5px 6px 0px;
	overflow:hidden;
	display:inline; /*IE FIX*/
	background-color:#3d0020;
	border: 1px solid #2b0017;
}

ol.product_list li .padder{
	margin: 5px;
}

ol.product_list li h2{
	padding:0;
	height:26px;
	color:#FFFFFF;
	overflow:hidden;
	background-color:#aa095e;
	line-height: 26px;
	text-indent: 6px;
}

ol.product_list li .pic{
	float:left;
	height:141px;
	width:118px;
	text-align:center;
	overflow:hidden;
	margin:4px 4px 4px 4px;
	border:2px solid #8e3f60;
	background:#fff;
	text-align:center;
	/* vertical align in standard browsers*/
	display: inline;
	/* vertical align for IE */
	#position: relative;
}

ol.product_list li .pic a {
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
	/* vertical align in standard browsers*/
	display: table-cell;
	vertical-align: middle;
	/* vertical align for IE*/
	#position: absolute;
	#left:50%;
	#top: 50%;
}

ol.product_list li .pic a span {
	/* vertical align for IE*/
	#position: relative;
	#left: -50%;
	#top: -50%;
}

ol.product_list li .pic a img{
	border:1px solid #eee;
}

ol.product_list li .pic a .nopic{
	padding:25px 10px 25px 10px;
	border:1px solid #eee;
}

ol.product_list li .txt{
	float:left;
	text-align:justify;
	font-weight: normal;
	color: #FFFFFF;
	height: 10px;
	display: inline;
	overflow: hidden;
	font-size: 11px;
	width: 240px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol.product_list span.price,ol.product_list span.promo {
	height:40px;
	display:inline;
	float:left;
	background: url('../images/price.gif');
	font-size:11px;
	font-weight: bold;
	margin-top: 4px;
}

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:150px;
	left:8px;
	height:15px;
	width:102px;
	background-color:#eee;
	border: 1px solid #c0c0c0;
	text-align:center;
}


ol.product_list .flags {
	display:inline;
	float:left;
	margin-right: 2px;
}

ol.product_list .buttons {
	display:block;
	clear:both;
}

ol.product_list a.detail{
	float:left;
	padding: 3px 5px 3px 5px;
	display: block;
	background-color: #e3007a;
}
ol.product_list a.buy{
	float:right;
	padding: 3px 5px 3px 5px;
	display: block;
	background-color: #e3007a;
}

/*subcat thumbs*/

ol.subcat_thumbs {list-style-type:none;}
ol.subcat_thumbs li {float:left; height:120px; width:120px; margin:12px; 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:#eee;}
.comment_body{padding:4px;border:1px solid #eee}

#main h3{
	font-size:13px;
	color: rgb(27, 117, 181);
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	width:500px;
	background-color: #3d0020;
	margin-top:30px;
	text-align:center;
	margin: auto;
}

#bigpic a{
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
}

#bigpic img{
	border:1px solid #ddd;
	margin:10px;
}

.detail-links{
	padding: 3px 5px 3px 5px;
	display: block;
	background-color: #f0cbda;
}

ol.other_thumbs {list-style-type:none;}
ol.other_thumbs img {max-height:100px;}
ol.other_thumbs li {float:left; height:140px; width:120px; margin:6px 12px 6px 12px; text-align:center; font-weight:bold; overflow:hidden;}
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:5px 10px 5px 10px; text-align:center; overflow:hidden;}
ol.recent_thumbs li a{ text-decoration:none;}