/*@import url(base.css);*/

#filters {
	height:25px;
}

#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:590px;
	margin: 5px 0px 10px 0px;
	display:inline; /*IE FIX*/
	background-color: #000;
	color: #fff;
}

ol.product_list li .padder{
	padding:5px 5px 20px 5px;
}

ol.product_list li h2{
	padding:0;
	margin:0 0 10px 0;
	vertical-align:middle;
	overflow:hidden;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	color: #fff;
	background:#FF0000;
	height:25px;
	line-height:27px;
	text-indent:30px;
}

ol.product_list li .pic{
	float:left;
	width:102px;
	text-align:center;
	margin:3px;
	border:1px solid #555;
	background:#fff;
	text-align:center;
}

ol.product_list li .pic a {
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
}

ol.product_list li .pic a span {
	display:block;
}

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;
	width:330px;
}

ol.product_list span.price,ol.product_list span.promo {
	width:120px;
	height:60px;
	display:block;
	float:right;
	background: url('../images/price.gif');
	font-size:14px;
	color: #BC0C34;
	font-weight:bold;
}

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;
	left:8px;
	bottom:5px;
	height:15px;
	width:102px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
}

ol.product_list a.detail{ }
ol.product_list a.buy{	}


/* detail page */
.comment_top{padding:4px; margin-top:5px; background-color:#890000;}
.comment_body{padding:4px;border:1px solid #890000}

#main h3{
	font-size:13px;
	color: #fff;
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	width:370px;
	background-color: #350000;
	border:1px solid #890000;
	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;
}
