/* product-list.tpl */
ul#product_list { 
	margin: 1em 0 0 0; 
	list-style-type: none; 
	border:0px solid red; 
	padding:0;
}
ul#product_list li {
	background: #fff;
	border: solid 1px #b5b6b7;
	padding: 8px;
	min-height: 130px;
	height: auto;
	
	margin: 0 10px 10px 0;
	width:161px;
	height:300px;
	float: left;

}
* html ul#product_list li {
	height: auto !important;
	height:350px;
}
ul#product_list li a {
	text-decoration: none;
	color: #000;
}

ul#product_list a.product_img_link {
	border: solid 0px red;
	float: left;
	margin-bottom:0.5em;
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block; }
ul#product_list li h3 { margin: 0.4em 0 }
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border: 0px 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;
	float:right;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 1em;
	padding:0 0 0.7em 0;
}
ul#product_list li div.center_block {
	float: left;
	width: 100%;
	border:0px solid blue
}
ul#product_list li div.right_block {
	
	text-align: left;
	margin-top: 0.9em;
	border:0px solid red;
	clear:both;

}
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 {
	display: block;
	margin-bottom: 0.2em;
	color:#000;
	font-size:1em;

}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em;
	float:right;
}
ul#product_list li a.button { margin-top: 0.5em;}
ul#product_list li  a.button span.exclusive {border:0px solid red}
ul#product_list li p.compare input { vertical-align: text-bottom }
