/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none;
	width: 498px;
	height: auto;
 }
ul#product_list li {
	width: 235px;
	margin-right: 14px;
	height: 354px;
	float: right;
	background: #ffffff /*url('../img/block_category_item_bg.jpg') repeat-x*/;
	/* border: solid 1px #d0d3d8; */
	padding: 0;
	/* min-height: 130px; */
	/* height: auto; */
	/* clear: right; */
	margin-bottom: 0.3em;
	margin-bottom: 16px;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	line-height: 18px;
	font-size: 14px;
	color: #595A5E;
}

ul#product_list li h3 a {
	color: #000000;
	font-size: 18px;
}
ul#product_list a.product_img_link {
	width: 235px;
	border: solid 1px #d0d3d8;
	float: left;
	margin-right:0
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 {
	float: left;
	width: 165px;
	height: 18px;
	overflow: hidden;
	margin: 0.4em 0 10px 0;
	font-family: 'adventproBold1';
    font-size: 18px;
    font-weight: normal;
	text-transform: uppercase;
	
}
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border: 1px solid #488C40;
	color: white;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: 0.3em
}
ul#product_list li p.product_desc {
	clear: both;
	padding: 0;
	margin-bottom: 0;
	margin-right: 10px;
	height: 50px;
	overflow: hidden;
}
ul#product_list li p.product_desc a{ font-size:12px;}
ul#product_list li div.center_block {
	float: left;
	width: 245px;
	/* margin-left: 5px; */
}
ul#product_list li div.right_block {
	float: left;
	width: 171px;
	text-align: right;
	margin-left: 0;
	margin-top: 0
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	float: right;
	width: 70px;
	overflow: hidden;
	display: block !important;
	/* font-size: 1.5em; */
	margin: 0.4em 10px 10px 0px;
	color: #336600;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 0 0;
    text-align: right;
	
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { margin-top: 0.5em; margin-left: 5px; line-height: 29px; }
ul#product_list li p.compare input { vertical-align: text-bottom }