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

#filters {
		height: 5px;
}

#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:440px;
	margin: 5px 0px 10px 0px;
	display:inline;
	font-weight: bolder;
}

ol.product_list li .padder{
	padding:5px 5px 20px 5px;
	
}

ol.product_list li h2{
padding:0;
	margin:0 0 10px 0;
	color:#b52803;
	font-family: Tahoma;
	font-size: 16px;
	overflow:hidden;
	vertical-align:middle;
	margin-bottom: -28px;
	font-weight: bold;
	height:25px;
	line-height:27px;
	text-indent:120px
	}

ol.product_list li .pic{
	float:left;
	width:102px;
	text-align:center;
	margin:3px;
	border:1px solid #555;
	background:#fff;
	text-align:center;
	height: 102px;
	vertical-align: middle;
	display: table;
	#position: relative;
}

ol.product_list li .pic a {
	cursor: url('images/cursor-moz_zoom_in.cur');
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
	vertical-align: middle;
}



ol.product_list li .pic a span {

	display:block;

}



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



ol.product_list li .pic a .nopic{

	padding:25px 10px 25px 10px;

	border:1px solid #eee;

}



ol.product_list li .txt{
	text-align:justify;
	width: 240px;
	float: left;
	display: inline;
}


ol.product_list span.price,ol.product_list span.promo {
	width:120px;
	display:block;
	float:right;
	background: url('../images/price.gif');
	font-size:12px;
	margin-right: -50px;
}

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:12px;
	font-weight:bold;
	
}

ol.product_list .stock {

	display:block;

	position:absolute;

	left:8px;

	bottom:5px;

	height:15px;

	width:102px;

	background-color:#D90000;

	border: 1px solid #9b2744;

	text-align:center;

	color:#fff;

}





ol.product_list .flags {

	display:block;

	float:right;

}

ol.product_list .buttons {
	display:block;
	clear:both;
	padding-top:20px;
}

ol.product_list a.detail{
	float:left;
	color: #FFFFFF;
	margin-left: 120px;
	display: inline;
	margin-top: -4px;
}
ol.product_list a.buy{
	float:right;
	display: inline;
	margin-top: -4px;
}


/* detail page */
.comment_top{
	background-color:#EEAEAE;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.comment_body{
	padding:4px;
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}

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


#bigpic{
	width:370px;
	background-color: #eeece3;
	margin-top:30px;
	text-align:center;
	border-style: solid;
	border-width: 2px;
}

#bigpic a{
	cursor: url('images/cursor-moz_zoom_in.cur');
	cursor:url('images/cursor-moz_zoom_in.cur');
	border-color: #c02828;
}

#bigpic img{
	border:3px solid #c02828;
	margin:5px;
}
ol.product_list .txt {
	display:inline;
	float:left;
	margin-top: 25px;
}
