﻿/* product-list.tpl */

ul#product_list { list-style-type: none; background: none; }
ul#product_list li {
    padding: 0;
    position: relative;
    border-bottom: 1px #e2e2e2 solid; font-size: 11px; color: #212121;
    padding: 4px 0;
}
#product_list li.last_item_of_line {

}
ul#product_list li.item {
	background-color: #f0f0f0;
}
ul#product_list li.alternate_item {

}


* html ul#product_list li {
	
}

ul#product_list .product_info{
	background: url(../img/product_control_bar_2.png) no-repeat right top; width: 179px; height: 40px; position: absolute; right: -7px;
}

ul#product_list li a {
	text-decoration: none;
}
ul#product_list .img_block {
	float: left; width: 129px; position: relative;
}
ul#product_list a.product_img_link {
}
ul#product_list a.product_img_link img { 
	display: block; vertical-align: bottom; margin: 0 0 0 6px; float: left;
}

ul#product_list .product_info {
}
ul#product_list p.price_container {
	width: 100px; float: left; text-align: center;
	padding-top: 14px; margin: 0;
}

ul#product_list h5 {
	bottom: 1px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    position: absolute;
    right: 10px;
    margin: 0.5em 0.1em;
}
ul#product_list h5 a {
	color: #000000;
}

ul#product_list li h3 { 
	color: #212121; font-size: 11px; font-weight: bold;
	margin: 0 !important; width: 209px; float: left; padding: 14px 4px 0 10px !important;
}
ul#product_list li h3 a{ 
	color: #212121;
}
ul#product_list li h3 a:hover{ 
	color: #000; text-decoration: underline;
}


ul#product_list li .new {
	color: #d40a00;
	font-size: 11px;
	font-weight: bold; margin: 0 5px 0 0; text-transform: uppercase;
}
ul#product_list li p.product_ref {
	float: left;
	margin: 0; width: 90px; padding: 14px 4px 0 0; text-align: center;
}
ul#product_list li p.product_desc {
	float: left;
	margin: 0; width: 200px; padding: 14px 4px 0 0;
}
ul#product_list li p.product_desc a{
	color: #212121;
}

ul#product_list .left_block {
	width: 157px; text-align: center; padding: 10px; float: left;
}
ul#product_list .right_block {
	width: 567px; text-align: left; float: right;
}

ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	border: 1px solid #FC1D00;
	background-color: #FC1D00;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0.4em;
	text-transform: uppercase;
	position: absolute; bottom: 0; right: 0;
}

ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .show_price {
	background: url(../img/product_price_bg.gif) repeat-x left bottom;
	text-align: center;
	height: 28px;
	line-height: 18px;
}
ul#product_list li .price {
	color: #ff0000; font-size: 14px; font-weight: bold;
}
ul#product_list li span.availability {
	font-size: 12px;
	color: #888888; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold;
}
ul#product_list li a.button { margin-top: 0.5em }
ul#product_list li .compare input { vertical-align: text-top }
ul#product_list li .compare { margin-left: 10px; }

ul#product_list .textNotice {
	position: absolute; bottom: 5px; right: 10px;
}
ul#product_list li a.but_view { float: right; background: url(../img/category_view.png) no-repeat left top; 
display: block; width: 17px; height: 17px; margin-top: 14px; margin-right: 7px; }
ul#product_list li a.but_cart { float: right; background: url(../img/category_cart.png) no-repeat left top; 
display: block; width: 17px; height: 19px; margin-top: 13px;
margin-right: 7px;
 }