/* product-list.tpl */
ul#product_list { 
    border-bottom: 1px solid #C9BAA4;
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: -10px;
    margin-top: 2em;
    overflow: hidden;
    padding-bottom: 20px;
    width: 700px;
}
ul#product_list li {
    float: left;
    height: auto;
    margin: 10px;
    min-height: 260px;
    text-align: center;
    width: 155px;
}
* 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;
    text-align: center;
}
ul#product_list a.product_img_link img { vertical-align: bottom; }
ul#product_list li h3 { margin: 0.4em 0; font-size:1em; position:relative; }
ul#product_list li h3 a { color:#3d290e; font-weight:bold; }
ul#product_list li h3 a:hover { color:#6D4D1C; }
ul#product_list li .new {
    height: 49px;
    position: absolute;
    right: 0;
    top: -140px;
    width: 49px;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 11px;
}
ul#product_list li div.right_block { position:relative; }
ul#product_list li div.right_block img {
    height: 49px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 49px;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 11px;
}
ul#product_list li a.button, ul#product_list li span.exclusive {
    background: url('../img/vs-btn-exclusive.png') repeat-x scroll 0 bottom #444444;
    float: right;
    margin-top: 0.5em;
    width: 60px;
}
ul#product_list li a.exclusive, ul#product_list li span.exclusive  {
    background: url('../img/vs-btn-special.png') repeat-x scroll right bottom #91611A;
    margin-left: 2px;
    width: 93px;
}
ul#product_list li span.exclusive { color: #C48F44 !important; }
ul#product_list li p.compare {
	clear: both;
    font-size: 11px;
    padding-top: 5px;
}
ul#product_list li p.compare input { vertical-align: text-bottom }
