/*@import url(base.css);*/

#filters {
	height:15px;
}

#filters form{
	margin:0 5px 0px 0;
	padding:0px;
	float:left;
}

ol.product_list {
	margin:0px;
	padding:0px;
}

ol.product_list li{
	float:left;
	position:relative;
	width:274px;
	height:187px;
	margin: 5px 4px 5px 4px;
	overflow:hidden;
	display:inline;
	background-image: url(../images/product-panel.gif);
}

ol.product_list li .padder{
	margin: 5px;
}

ol.product_list li h2{
	padding:0;
	height:24px;
	vertical-align:middle;
	color:#c20000;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

ol.product_list li .pic{
	float:left;
	height:143px;
	width:102px;
	text-align:center;
	overflow:hidden;
	border:1px solid #555;
	background:#fff;
	text-align:center;
	/* vertical align for IE */
	#position: relative;
	margin-right: 8px;
}

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 span.price,ol.product_list span.promo {
	width:120px;
	height:50px;
	display:inline;
	float:left;
	font-size:11px;
}

ol.product_list li .txt{
	float:left;
	width:145px;
	text-align:justify;
	font-weight: normal;
	color: #626262;
	height: 75px;
	display: inline;
	margin: 0 0 0 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 0;
	line-height: 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:150px;
	left:8px;
	height:15px;
	width:102px;
	background-color:#eee;
	border: 1px solid #c0c0c0;
	text-align:center;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	display:inline;
	width: 145px;
	float: left;
}

ol.product_list .buttons a {
border-bottom:3px solid #000;
}

ol.product_list .buttons a:hover {
border-bottom:3px solid #c20000;
}

ol.product_list a.detail{
	float:left;
	display: inline;
}

ol.product_list div.buy{
	float:right;
	display: inline;
	text-align:right;
	width:100px;
}

/*subcat thumbs*/

ol.subcat_thumbs {list-style-type:none;}
ol.subcat_thumbs li {float:left; text-align:left; width:120px; margin:1px; 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: #c20000;
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	width:520px;
	background-color: #eee;
	border:1px solid #c0c0c0;
	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;
}

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;}

.detail-links{
	border-bottom:3px solid #000;
}


.detail-links a{
	border-bottom:3px solid #000;
}


.detail-links a:hover{
	border-bottom:3px solid #000;
}