/* product-list.tpl */
ul#product_list { margin-top: 2em; margin-bottom: 1.5em; list-style-type: none }
ul#product_list li {
	background: #F6F6F6;
	margin-bottom:20px;
	clear: both;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #002144
}
ul#product_list a.product_img_link {
	float: left;
}
ul#product_list a.product_img_link img {
	width:160px;
	height:auto;
	margin:10px 20px 10px 10px;
}
ul#product_list li h3 {
	padding:6px 10px; 
    font-size: 15px;
	background-color: #79B1C8;
	overflow:hidden;
}
ul#product_list li h3 {
	margin:0;
	padding:0;
    font-size: 15px;
	color:#fff;
	overflow:hidden;
}
ul#product_list li h3 a {
	display:block;
	color:#fff;
	padding:8px 10px;
	background-color: #79B1C8;
	text-align:left;
}
ul#product_list li h3 a:hover {
	opacity:0.9;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
}
ul#product_list li div.left_block {
	float: left;
	width: 68%;
	font-weight:bold;
}
ul#product_list li div.left_block * {
	color:#666!important;
}
ul#product_list li div.right_block {
	float: right;
	width:28%;
	text-align: right;
	margin-top: 0;
	padding:20px 10px 0 0;
}
ul#product_list li div.right_block p {
	margin:0 0 0 0;
	padding-left: 0;
	overflow:hidden;
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	font-weight: bold;
	font-size:18px;
	line-height:34px;
}
ul#product_list li .now {
	line-height:42px;
}
ul#product_list li .percentage {
	font-weight: bold;
	font-size:28px;
	color:#840728;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	font-weight: bold;
	font-size: 28px;
	color:#2186BA;
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li .button {
	display:block;
	height:auto;
	margin-top: 15px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight:bold;
	line-height:normal;
	color:#fff!important;
	cursor:pointer;
}
ul#product_list li .button.last {
	margin-top:5px;
}
ul#product_list li .button:hover {
	opacity:.9;
}
ul#product_list li p.compare input { vertical-align: middle; border: none;margin: 0; }

ul#product_list li div.right_block p.compare {
    padding: 0;
    text-align: left;
}

ul#product_list li span.left {
	float:left;
	text-align:left;
}
ul#product_list li span.right {
	float:right;
}
ul#product_list li span.mini {
	font-size:12px;
	font-weight:bold;
}
ul#product_list li span {
	color:#333;
}