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

#filters {
	height:10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#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:332px;
	height:165px;
	margin: 0 19px 5px 0px;
	overflow:hidden;
	display:inline;
}

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

ol.product_list li h2{
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:29px;
	vertical-align:middle;
	color:#FFFFFF;
	overflow:hidden;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/bara.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 332px;
	padding-bottom: 6px;
}

ol.product_list li .pic{
	float:left;
	height:120px;
	width:100px;
	text-align:center;
	overflow:hidden;
	margin:8px 0 0 0;
	border:1px solid #717171;
	background:#131313;
	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 #717171;
}

ol.product_list li .pic a .nopic{
	padding:25px 10px 25px 10px;
	border:1px solid #eee;
}

ol.product_list li .txt{
	float:left;
	width:223px;
	text-align:justify;
	font-weight: normal;
	color: #fff;
	height: 68px;
	display: inline;
	margin: 0 0 0 0;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px 0 0 7px;
}

ol.product_list span.price,ol.product_list span.promo {
	width:220px;
	height:30px;
	display:inline;
	float:left;
	background: url('../images/price.gif');
	font-size:11px;
	padding: 0 0 0 0;
	margin: 0 0 0 7px;
	color: #999999;
}

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

ol.product_list span.promo s{
	display:block;
	margin:-5px 10px 0 0;
	font-size:11px;
	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;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	display:inline;
	padding: 0 0 0 0;
	margin: 5px 0 0 7px;
	float: left;
	width: 220px;
	height: 21px;
}

ol.product_list a.detail{
	float:left;
	display: inline;
	color: #FFFFFF;
}
ol.product_list a.buy{
	float:right;
	display: inline;
	color: #000000;
}

ol.product_list a:hover.detail{
		color: #ffba00;
}
ol.product_list a:hover.buy{
		color: #ffffff;
}

/*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:#242424;
}
.comment_body{
	padding:4px;
	border:1px solid #6e6e6e
}

#main h3{
	font-size:13px;
	color: #ffba00;
	border-bottom:1px solid #c0c0c0;
}


#bigpic{
	width:auto;
	background-color: #6e6e6e;
	border:1px solid #c0c0c0;
	text-align:center;
	margin: 30px auto;
}

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

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