/* product-list.tpl */

ul#product_list { list-style-type: none;  }

ul#product_list li{
      padding: 7px 0;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-right: 0;
	text-align: center;
	 width: 188px;
}

ul#product_list li.first_item{
margin-left: 16px;
}
ul#product_list li div.pro-bg {
    background: url("../img/product_midbg.gif") repeat-y scroll left top transparent;
}
ul#product_list li div.pro-topbg {
    background: url("../img/product_topbg.gif") no-repeat scroll left top transparent;
	padding-top: 2px;
}
ul#product_list li div.pro-bottombg {
    background: url("../img/product_bottombg.gif") no-repeat scroll left bottom transparent;
    height: 10px;
}


ul#product_list li a {
	text-decoration: none;
	color: #5A5A5B;
	font-size:12px;
	font-weight:bold;
}
ul#product_list li a:hover { color:#999999 }
ul#product_list a.product_img_link {
	
}
ul#product_list a.product_img_link img { vertical-align: bottom;  }
ul#product_list li h3 { text-align:center;  margin:8px 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;
	display: none;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em;
	display: none;
}
ul#product_list li div.center_block {

}
ul#product_list li div.right_block {
	text-align: center;

	margin-top: 0
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #da0f00;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	color:#EE6B11;
	font-size:15px;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #000;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 10px;
}
ul#product_list li a.button { 

    margin: 0 auto;
	
 }

 ul#product_list li a:hover {
 color:#EE6B11;
 }
ul#product_list li p.compare { padding:5px 0 0 0; }
ul#product_list li p.compare input {  border:none; }