/* product-list.tpl */
ul#product_list { list-style-type: none ;overflow:hidden;padding-bottom:20px;border-bottom:1px solid #dedede;margin-bottom:25px;position:relative;}
ul#product_list li {display:block;float:left;min-height:240px!important;margin-right:10px;text-align:left;width:180px;position:relative;margin-bottom:25px;}
ul#product_list li.last_item_of_line{margin-right:0}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #374853
}
ul#product_list a.product_img_link { display: block;
    margin-bottom: 2px;
    text-align: center;
    width:172px;border:1px solid #f0f0f0;padding:3px;height:232px;
	-webkit-box-shadow: 0px 3px 3px #e8e8e8;
	-moz-box-shadow:    0px 3px 3px #e8e8e8;
	box-shadow:         0px 3px 3px #e8e8e8;
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 {margin:12px 0 0 0;max-height:30px;}
ul#product_list li h3  a{color:#525252;font-weight:400;font-size:12px;}
ul#product_list li h3  a:hover{color:#6db400}
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 {
	margin:10px 0 5px;padding-right:3px;text-align:left
}
ul#product_list li p.product_desc a{color:#929292;}
ul#product_list li div.center_block {}
ul#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 1em;
	margin-top: 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: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;width:auto;
	font-size: 12px;color:#383838;font-weight:700;line-height:27px; margin-bottom:5px;
}
ul#product_list li span.availability {
	color: #6db400;
	font-size:10px;font-weight:700;text-transform:none
}
ul#product_list li span.outofstock{color:#acaaa7;font-size:8px;font-weight:700;text-transform:uppercase}
ul#product_list li a.button , ul#product_list li span.exclusive {float:left;background: url(../img/button-redf_29.png) no-repeat 0 0;margin-right:0;width:auto;color:#fff!important;height:27px!important;line-height:28px!important;white-space:nowrap; border:none; padding:0 0 0 5px; box-shadow:0px 1px 1px rgba(50, 50, 50, 0.30); -moz-box-shadow:0px 1px 1px rgba(50, 50, 50, 0.30); -webkit-box-shadow:0px 1px 1px rgba(50, 50, 50, 0.30)}
ul#product_list li a.button span , ul#product_list li span.exclusive span{background: url(../img/button-redt_29.png) no-repeat right 0; display:block; height:27px; padding:0 12px 0 7px; font-size:10px}
ul#product_list li p.compare {width:100%;float:left;margin-top:15px;text-align:left}
ul#product_list li p.compare input { vertical-align:-3px;height:auto;border:none;padding:0;#margin-left:-2px;}
ul#product_list li p.compare label{color:#7e7e7e;text-transform:capitalize; font-size:10px; font-weight:700}

