ul#product_list {
	border-radius: 8px;
    padding: 0px 5px 0px 5px; width: auto; padding-top: 20px;
	 width: 102%;
}
ul#product_list li {
   box-shadow: inset 0px 5px 5px 5px rgba(217, 217, 217, 0.32);
-moz-box-shadow: inset 0px 5px 5px 5px rgba(217, 217, 217, 0.32);
-webkit-box-shadow: inset 0px 5px 5px 5px rgba(217, 217, 217, 0.32);

    float: left;
    height: 270px;  background: white;
    overflow: hidden; padding: 5px;
    margin: 0px auto; 
    width:31%; border-right: 1px solid #d3d3d3; border-top: 1px dotted #d3d3d3;
}
.leo-product-item{padding: 0px;overflow: show;}
.lof_add2cart{float: right;}   
ul#product_list li h5 :hover { color: rgb(73,155,234);}
ul#product_list li h5 {  }
ul#product_list li h5 a{color: #333; font-size: 12px; font-weight: normal;}
ul#product_list a.product_img_link {
	border: 0 none;
    float: none;
    margin-right: 0;
}
ul#product_list a.product_img_link img { 
	
}

ul#product_list a.product_img_link :hover {  opacity: 0.8; }

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 .left_block{text-align: left;}
ul#product_list li p.product_desc {
	margin: 0 0 8px;
    overflow: hidden;
    text-align: left;
	padding: 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: none;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	color: #d60d03; 
    font-size: 18px;
     font-weight: bold;
    padding: 0;
    text-shadow: 0 0 0;
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 1.1em
}


/* BUTTON */
ul#product_list li p.compare input { vertical-align: text-bottom }
ul#product_list .products_block .featured_price { margin-top: 2em; text-align: left; }
ul#product_list input[type="submit"],
ul#product_list input[type="button"],
ul#product_list input[type="reset"],
ul#product_list button, a.exclusive, ul#product_list span.exclusive, ul#product_list .button , ul#product_list .button_large, ul#product_list .button_small{ text-align: center; 
font-size: 11px; font-weight: bold; 
}

ul#product_list input[type="submit"]:hover,
ul#product_list input[type="button"]:hover,
ul#product_list input[type="reset"]:hover,
ul#product_list button:hover, ul#product_list a.exclusive:hover, ul#product_list span.exclusive:hover, ul#product_list .button:hover, ul#product_list .button_large:hover, ul#product_list .button_small:hover{
color: #161616;
}


#product_list li .lnk_view {
	width: 40px; text-align: left; color: #161616;
font-size: 11px; font-weight: bold; padding-left: 5px;
}
#product_list li .lnk_view:hover {text-decoration:underline}