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

#filters {
	height:10px;
}

#filters form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

ol.product_list {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol.product_list li{
	float:left;
	position:relative;
	width:284px;
	height:303px;
	margin: 5px 2px 5px 2px;
	overflow:hidden;
	display:inline;
	background-image: url('../images/bg_produs.gif');
}

ol.product_list li .padder{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ol.product_list li h2{
	padding:7px 0px 0px 5px;
	margin:10px 0 2px 15px;
	height:20px;
	vertical-align:middle;
	color:#FFFFFF;
	overflow:hidden;
	background-image: url(../images/h2.jpg);
	width: 254px;
}

ol.product_list li .pic{
	float:right;
	height:170px;
	width:102px;
	text-align:center;
	overflow:hidden;
	margin:5px 14px 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:25px 10px 25px 10px;
	border:1px solid #eee;
}


ol.product_list li .txt{
	float:left;
	width:145px;
	text-align:justify;
	font-weight: normal;
	color: #000000;
	height: 110px;
	display: inline;
	margin: 5px 5px 5px 15px;
	overflow: hidden;
	line-height: 16px;
}

ol.product_list span.price,ol.product_list span.promo {
	width:150px;
	height:55px;
	display:inline;
	float:left;
	background: url('../images/price.gif');
	font-size:12px;
	margin: 5px 0px 0px 15px;
	line-height: 16px;
	font-weight: bold;
}

ol.product_list span.promo{
	background-image: url('../images/price_promo.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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;
	top:5px;
	left:8px;
	height:15px;
	width:auto;
	text-align:center;
	margin: auto;
}


ol.product_list .flags {
	display:inline;
	float:left;
	margin: 0px 0px 0px 15px;
	width: 150px;
	height: 45px;
}

ol.product_list .buttons {
	display:inline;
	float: left;
	width: 284px;
	padding-bottom: 10px;
}

ol.product_list a.detail{
	float:left;
	margin-left: 10px;
	display: inline;
}
ol.product_list a.buy{
	float:right;
	margin-right: 10px;
	display: inline;
}


/*subcat thumbs*/

ol.subcat_thumbs {list-style-type:none;}
ol.subcat_thumbs li {float:left; height:160px; width:120px; margin:10px; 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;
	margin-right: 15px;
}
.comment_body{
	padding:4px;
	border:1px solid #eee;
	margin-right: 15px;
}

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


#bigpic{
	width:auto;
	text-align:center;
	margin: 30px auto;
	overflow: hidden;
}

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

#bigpic img{
	border:20px solid #e6f3ff;
}