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

#filters {
	height:25px;
}

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

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

ol.product_list li{
	float:left;
	position:relative;
	width:475px;
	height:208px;
	margin: 0px 0px 7px 0px;
	display:inline;
	background-image: url(../images/bg_list.gif);
}

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

ol.product_list li h2{
	padding:0px 0px 0px 3px;
	margin:4px 0px 0px 5px;
	vertical-align:middle;
	text-transform: uppercase;
	color:#FFFFFF;
	overflow:hidden;
	background-image: url(../images/h2.jpg);
	width: 462px;
	line-height: 22px;
}

ol.product_list li .pic{
	float:left;
	height:136px;
	width:120px;
	text-align:center;
	overflow:hidden;
	margin:5px;
	border:2px solid #d7205c;
	background:#fdb6dc;
	text-align:center;
	/* vertical align for IE */
	#position: relative;
	display: inline;
}

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:320px;
	text-align:justify;
	font-weight: normal;
	color: #000000;
	height: 90px;
	display: inline;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

ol.product_list span.price,ol.product_list span.promo {
	width:auto;
	height:50px;
	display:inline;
	float:right;
	background: url('../images/price.gif');
	font-size:11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	margin: 5px 10px 0px 0px;
}

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

ol.product_list span.promo s{
	display:inline;
	font-size:16px;
	font-weight:bold;
	margin: 0;
}

ol.product_list .stock {
	display:inline;
	position:absolute;
	top:180px;
	left:20px;
	height:15px;
	width:102px;
	text-align:center;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}


ol.product_list .flags {
	display:inline;
	float:left;
	margin: 5px 0px 0px 0px;
}

ol.product_list .buttons {
	display:inline;
	float: left;
	width: 320px;
	margin: -5px 0px 0px 140px;
}

ol.product_list a.detail{
	float:left;
	display: inline;
}
ol.product_list a.buy{
	float:right;
	display: inline;
}

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

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


#bigpic{
	width:475px;
	margin-top:15px;
	text-align:center;
	font-weight: bold;
}

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

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