/* product-list.tpl */
ul#product_list { 
	margin-top: 2em; 
	list-style-type: none;
	border: 1px solid #E0E0E0;
}
ul#product_list li {
	padding: 5px;
	min-height: 130px;
	height: auto;
}

ul#product_list ul.bullet {
  width:476px;
}


ul#product_list ul.bullet li {
    background: url("../img/fleche_ok.jpg") no-repeat scroll left 5px transparent;
    float: left;
    height: 23px;
    min-height: 23px;
    list-style-type: none;
    padding:0;
    padding-left: 31px;
    padding-top: 11px;
    font-size:10px;
    width: 56px;
}

#product_list li {
  background: url('../img/baramine.jpg') bottom no-repeat;
}

li.last_item {
  background:none !important;
}


* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	font-weight:bold;
	color: orange;
}
ul#product_list a.product_img_link {
	float: left;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { margin: 10px 0; background:none; height:100%; }
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 a{
  font-weight:normal;
	margin-bottom: 0;
	color: grey;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	float: left;
	width: 63%
}
ul#product_list li div.right_block {
	float: right;
	width: 30%;
	text-align: center;
	margin: 30px auto;
}
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: 2.2em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { margin: 0.5em auto; padding-top:5px; }
ul#product_list li p.compare input { vertical-align: text-bottom }
