
ul#product_list {
	clear: both;
    list-style-type: none; margin-top: 20px;
    padding-top: 10px; padding-left: 0px;
    overflow: hidden; border-top: 1px solid #d3d3d3; 
    width: 101%
}

#category h1 { background: #ff8f00; padding: 5px; color: white}
ul#product_list li {
	background: none;
    float: left;
    margin-bottom: 20px;
    overflow: show;
    margin: 0px;
	height: 400px;
    width: 33%;
	text-align: left;
}

.lof_add2cart{float: right;}   
ul#product_list li h5 :hover { color: #000}
ul#product_list li h5 a{color: #ff478e; font-size: 12px;  font-weight: bold; text-transform: uppercase; }
ul#product_list a.product_img_link {
    float: none; width: 240px; height:240px;
}
ul#product_list a.product_img_link img { 
	 border: 3px double orange; width: 240px; height:240px;
}

ul#product_list a.product_img_link :hover {  opacity: 0.8; }
ul#product_list li h5 {
    
}
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: #161616; 
    font-size: 12px;
    font-weight: bold;

}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}


/* 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, ul#product_list a.exclusive, ul#product_list span.exclusive, ul#product_list .button , ul#product_list .button_large, ul#product_list .button_small { 
background: url("../img/default/add-to-cart.png") no-repeat left center;
    display: inline-block;
	height: 37px; width: 140px;
   text-transform: capitalize;
    padding: 0px 0px 0px 5px; text-align: left;
	font-size: 13px; line-height: 37px; font-weight: bold;
	cursor: pointer;
color: #fff;
box-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
}

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{
background: url("../img/default/add-to-cart-hover.png") no-repeat left center; }


#product_list li .quick-view {
background: url("../img/default/lihat-detail.png") no-repeat left center;
    display: inline-block;
	height: 37px; width: 140px;
   text-transform: capitalize;
    padding: 0px 0px 0px 5px; text-align: left;
	font-size: 13px; line-height: 37px; font-weight: bold;
	cursor: pointer;
color: #fff;
margin-top: 5px;
}
#product_list li .quick-view:hover {  background: url("../img/default/add-to-cart-hover.png") no-repeat left center; }