/* product-list.tpl */
ul#product_list { 
	margin: 15px 0 15px 15px;
	list-style-type: none;
	float: left;
}

ul#product_list li {
	border: 1px dashed #DDDDDD;
	min-height: 130px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 11px;
    width: 210px;
	float: left;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	color: #444444;
    display: block;
    font: bold 11px/16px arial;
    text-decoration: none;
    text-transform: uppercase;
}
ul#product_list a.product_img_link {
	float: left;
}
ul#product_list a.product_img_link img {
	color: #444444;
    display: block;
    font: bold 14px arial;
}
ul#product_list li h3 {
	display: block;
    margin: 0 0 8px;
}
ul#product_list li .new {
	background: url(../img/flag_new_bg.jpg) repeat-x scroll 0 50% transparent;
    border: 1px solid #488C40;
    color: white;
    float: right;
    font-size: 0.6em;
    font-weight: bold;
    margin: 33px 0 0 150px;
    padding: 0 0.4em;
    position: absolute;
    text-transform: uppercase;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em;
	width : 150px;
}
ul#product_list li div.center_block {
	float: left;
}
ul#product_list li div.right_block {
	text-align: right;
	margin-top: 0;
	float:left;
}
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;
	float: left;
	margin: 14px 0 0;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	float: right;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 10px;
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button {
	color: white;
    margin-top: 10px;
    text-transform: none;
    width: 105px;
	float:left;
}
ul#product_list li p.compare input { vertical-align: text-bottom; }

ul#product_list div.right_block p{
	font: 11px/16px arial;
    margin: 5px 0 0;
    width: 210px;
	text-align: left;
	float:left;
}

ul#product_list div.center_block span.vm{
	background: url(../img/new/vm.png) left top no-repeat;
	float: left;
    margin: 180px 0 0;
    position: absolute;
    z-index: 1000;
	height:54px;
	width : 54px;
}