/*@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;
	background-image: url(../images/bg_main_center.jpg);
}

ol.product_list li{
	float:left;
	position:relative;
	width:440px;
	margin: 3px 0px 10px 10px;
	display:inline;
	font-weight: bolder;
}

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


ol.product_list li h2{
	margin:0 0 15px 0px;
	height:24px;
	vertical-align:middle;
	text-transform: capitalize;
	color:#f2e5d7;
	overflow:hidden;
	font-family: Helvetica;
	font-size: 21px;
	font-weight: bold;
	padding-left: 3px;
	background-image: url(../images/h2.jpg);
	width: 418px;
}

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

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{
	float:left;
	width:200px;
	text-align:justify;
	font-weight: normal;
	padding: 0 4px 4px 4px;
}


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

ol.product_list span.promo{
	background-image: url('../images/price_promo.gif');
	
}

ol.product_list span.promo s{
	display:block;
	margin:-5px 10px 0 5px;
	font-size:12px;
	font-weight:bold;
	
}

ol.product_list .stock {

	display:block;

	position:absolute;

	left:8px;

	bottom:5px;

	height:15px;

	width:102px;

	background-color:#f2cfae;

	border: 1px solid #9b2744;

	text-align:center;

	color:#000000;

}





ol.product_list .flags {
	display:block;
	float: left;
	margin-top: 30px;
}

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

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




/* detail page */
.comment_top{
	padding:4px;
	margin-top:5px;
	background-color:#e5cca4;
	padding-right: 5px;
	margin-right: 10px;
}
.comment_body{
	border:1px solid #e5cca4;
	margin-right: 10px;
}

#main h3{
	font-size:13px;
	color: #4c1520;
	border-bottom:1px solid #4c1520;
	margin-left: 15px;
	width: 410px;
}


#bigpic{
	width:370px;
	background-color: #f2cfae;
	border:1px solid #994727;
	margin-top:30px;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 10px;
}

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

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