/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
    min-height: 130px;
    padding: 6px;
    width: 190px;	
	height: 400px;
	border: 1px solid #DDDDDD;
	background-color: #ffffff;
	float: left;
    margin: 0 8px 1.3em;
	text-align: center;		
}
p.compare {
    color: #9C9C9C;
    margin-top: 1em !important;
}
ul#product_list li.last_item {margin-right: 0;}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list h5 {
    color: #333333;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}
ul#product_list li a {
	text-decoration: none;
	color: #525252
}
ul#product_list a.product_img_link {
   margin: 0 auto;
}
ul#product_list a.product_img_link img { vertical-align: bottom; }
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: 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 {
	color: #595A5E;
    overflow: hidden;
}
ul#product_list li div.center_block {

}
ul#product_list li div.right_block {

}
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;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button {     margin: 0 auto; }
ul#product_list li p.compare input { vertical-align: text-bottom }
