/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
background:#e5e5e5;
padding: 2px;
clear:both;
margin-bottom:0.3em;
border: 1px solid lightgrey;
float: left;
width: 269px;
height: auto;
margin-right: 8px;
clear: none;
margin-left:4px;
margin-top:2px
}
}
* html ul#product_list li {

	height: auto !important;
	padding-top:-5px;
	/*height: 130px;*/
}
ul#product_list li a {
      font-family:Arial;
	  font-size:15px;
	text-decoration: none;
	color: #000;
}
ul#product_list a.product_img_link {
/*border: solid 1px #d0d3d8;*/
float:left;
margin-right:0.6em;

margin-top:0px
}
ul#product_list a.product_img_link img { vertical-align: bottom; }
ul#product_list li h3{ 	margin-bottom:5px; width:100%;padding-bottom:5px;height:10px; text-align: center;}

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:0pt 1em 0pt 0pt;
padding:0pt 0.4em;
vertical-align:0.3em
}
ul#product_list li p.product_desc { 
	margin-bottom: 0;
	display:none;
	height:220px;
	text-align: justify;
	font-size: 0.92em 
}
ul#product_list li div.center_block {
	float: left;
	width: 100%;
}
ul#product_list li div.right_block {
float:left;
text-align:center;
/*margin-left:37%;*/
margin-top:0.5em;
height:55px;
width:100%;
display:inline;
}
ul#product_list li .discount {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
ul#product_list li .on_sale {
	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:15px;
	font-family:Arial;
	font-style:bold;
	font-weight:bold;
	color:black;
	margin-bottom:0px;
	
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em;
	font-family:Arial;
	font-weight:bold;	
}
 
ul#product_list li span.notavailable {
  color: red;
  font-size: 0.9em
  }
/*ul#product_list li a.button { margin-top: 0.5em }*/

input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { margin-top:6px; background-image: url('../img/button-medium_exclusive.png') }
div.pagination {clear:both; padding: 1em 0 }


