/*@import url(base.css);*/

#filters {
	height:11px;
}

#filters form{
	margin:0 5px 0px 0;
	padding:0px;
	float:left;
}

ol.product_list {
	margin:0px;
	padding:0px;
}

ol.product_list li{
	float:left;
	text-align:center;
	position:relative;
	width:194px;
	height:217px;
	margin: 5px 2px 5px 2px;
	overflow:hidden;
	display:inline; /*IE FIX*/
	background-image: url(../images/box.jpg);
}

ol.product_list li .padder{
	margin:5px;
	
}

ol.product_list li h2{
	text-align:center;
	padding:0;
	margin:0;
	height:24px;
	vertical-align:middle;
	color:#0f3a47;
	overflow:hidden;
	line-height: 24px;
	text-indent: 5px;
	font-weight: bold;
}


ol.product_list li .pic{
	float:left;
	height:100px;
	width:100px;
	text-align:center;
	overflow:hidden;
	margin:0 38px 0 38px;
	text-align:center;
	/* vertical align for IE */
	#position: relative;
	padding: 0px;
}


ol.product_list li .pic a {
	cursor: -moz-zoom-in;
	cursor:url('images/cursor-moz_zoom_in.cur');
	text-decoration:none;
}

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:154px;
	text-align:justify;
	font-weight: normal;
	color: #626262;
	display: inline;
	margin: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	line-height: 14px;
}

ol.product_list li .txtbig{
	float:left;
	width:145px;
	text-align:justify;
	font-weight: normal;
	color: #626262;
	height: 105px;
	display: inline;
	margin: 0 0 0 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 0;
	line-height: 14px;
}

ol.product_list li .txtanunt{
	float:left;
	width:255px;
	text-align:justify;
	font-weight: normal;
	color: #626262;
	height: 105px;
	display: inline;
	margin: 0 0 0 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 0;
	line-height: 14px;
}

ol.product_list span.price,ol.product_list span.promo {
	text-align:center;
	width:190px;
	display:inline;
	float:left;
	font-size:14px;
	font-weight: bold;
	color: #217f9c;
}

ol.product_list span.price strong,ol.product_list span.promo strong {
	font-size:16px;
}

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;
	left:8px;
	height:15px;
	width:670px;
	background-color:#eee;
	border: 1px solid #c0c0c0;
	text-align:center;
	margin: auto;
}


ol.product_list .flags {
	display:block;
	float:right;
}

ol.product_list .buttons {
	position:absolute;
	display:inline;
	padding-top:0px;
	width: 174px;
	float: left;
	text-align:center;
	margin: 0px 5px 0px 5px;
	bottom:15px;
	left: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 h1 { padding:0px; margin:0px; width:78px;}
ol.subcat_thumbs li {float:left; width:110px; height:130px; overflow:hidden; margin:5px; text-align:center; font-weight:bold;}
ol.subcat_thumbs ul a{ text-decoration:none; float:left; text-align:left;}

/*subcat first*/

ol.subcat_first {list-style-type:none;}
ol.subcat_first h1 { padding:0px; margin:0px; width:78px;}
ol.subcat_first li {float:left; width:78px; margin:5px; text-align:center; font-weight:bold;}
ol.subcat_first ul a{ text-decoration:none; float:left; text-align:left;}


/* detail page */
.comment_top{
	padding:4px;
	margin-top:5px;
	background-color:#3d3d3d;
}
.comment_body{
	padding:4px;
	border:1px solid #000
}

#main h3{
	font-size:14px;
	color: #e65796;
	border-bottom:1px solid #c0c0c0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


#bigpic{
	width:370px;
	background-color: #ECF0F5;
	border:1px solid #c6e0e4;
	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;
}

ol.other_thumbs {list-style-type:none;}
ol.other_thumbs img {max-height:100px;}
ol.other_thumbs li {float:left; height:140px; width:120px; margin:6px 12px 6px 12px; text-align:center; font-weight:bold; overflow:hidden;}
ol.other_thumbs li a{ text-decoration:none;}

ol.recent_thumbs {list-style-type:none;}
ol.recent_thumbs img {max-height:50px;}
ol.recent_thumbs li {float:left; height:50px; width:50px; margin:5px 10px 5px 10px; text-align:center; overflow:hidden;}
ol.recent_thumbs li a{ text-decoration:none;}
