/*@import url(base.css);*/

#filters {
	height:10px;
}

#filters form{
	margin:0 0 0 0;
	padding:0px;
	float:left;
}

ol.product_list {
	margin:0px;
	padding:0px;
}

ol.product_list li{
	float:left;
	position:relative;
	width:300px;
	height:213px;
	margin:0px 14px 10px 0px;
	overflow:hidden;
	display:inline;
	background-image: url(../images/bg_product.jpg);
}

ol.product_list li .padder{
	padding:3px 10px 10px 10px;
}

ol.product_list li h2{
	padding:0px 0px 5px 0px;
	margin:4px 0 0 10px;
	vertical-align:middle;
	overflow:hidden;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ed5c97;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 279px;
}

ol.product_list li .pic{
	float:left;
	height:120px;
	width:102px;
	text-align:center;
	overflow:hidden;
	margin:1px 0px 0px 0px;
	border:1px solid #555;
	background:#fff;
	text-align:center;
	/* 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:10px 10px 25px 10px;
	border:1px solid #eee;
}

ol.product_list li .txt{
	float:left;
	width:168px;
	text-align:justify;
	font-weight: normal;
	color: #333333;
	height: 65px;
	display: inline;
	margin: 0 0 0 7px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 0 0;
}


ol.product_list span.price,ol.product_list span.promo {
	width:120px;
	height:25px;
	display:block;
	float:left;
	background: url('../images/price.gif');
	font-size:11px;
	margin-left: 7px;
	margin-top: 30px;
	color: #9f0000;
	margin-bottom: 3px;
	padding: 0;
}

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:inline;
	width:102px;
	text-align:center;
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
	font-weight: bold;
	color: #d00069;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	display:block;
	clear:both;
	padding-top:10px;
}

ol.product_list a.detail{	float:left; }
ol.product_list a.buy{	float:right; }

/*subcat thumbs*/

ol.subcat_thumbs {
	padding-left:0px;
	list-style-type:none;
	float:left;
	clear: both;
	display:inline;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
ol.subcat_thumbs li {float:left; height:20px; width:150px; margin:2px; text-align:left; font-weight:bold;}
ol.subcat_thumbs li a{ text-decoration:none;}


/* detail page */
.comment_top{
	padding:4px;
	margin-top:5px;
	background-color:#fff2f8;
}
.comment_body{
	padding:4px;
	border:1px solid #ffcae2
}

#main h3{
	font-size:13px;
	color: rgb(27, 117, 181);
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	background-color: #fff2f8;
	border:1px solid #ffcae2;
	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;
}
