/*@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:225px;
	height:239px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	display:inline; /*IE FIX*/
	background-color:#e5f2fe;
	background-image: url(../images/bg-produs.gif);
}

ol.product_list li .padder{
	margin: 12px;
}

ol.product_list li h2{
	padding:0px;
	margin:14px 0px 0px 15px;
	vertical-align:middle;
	color:#388600;
	overflow:hidden;
	font-size: 12px;
	height: 18px;
}

ol.product_list li .pic{
	float:left;
	height:130px;
	width:100px;
	text-align:center;
	overflow:hidden;
	margin:3px 5px 0px 3px;
	border:1px solid #e9e9e9;
	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:25px 10px 25px 10px;
	border:1px solid #eee;
}

ol.product_list li .txt{
	float:left;
	width:85px;
	text-align:justify;
	font-weight: normal;
	color: #6f6f6f;
	height: 150px;
	display: inline;
	margin: 0 0 0 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 0;
}


ol.product_list span.price,ol.product_list span.promo {
	width:85px;
	height:60px;
	display:inline;
	float:left;
	background: url('../images/price.gif');
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	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;
	top:150px;
	left:8px;
	height:15px;
	width:102px;
	background-color:#eee;
	border: 1px solid #c0c0c0;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	display:inline;
	padding-top:0px;
	width: 195px;
	float: left;
	margin: 8px 0px 0px 3px;
}

ol.product_list a.detail{	float:left; }
ol.product_list a.buy{	float:right; }

/*subcat thumbs*/

ol.subcat_thumbs {list-style-type:none;}
ol.subcat_thumbs li {float:left; height:120px; width:120px; margin:12px; text-align:center; 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: rgb(27, 117, 181);
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	width:370px;
	background-color: #f2f7ef;
	border:1px solid #cbe0bf;
	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;
}
