/* product-list.tpl */
ul#product_list { margin-top: 10px; list-style-type: none }
ul#product_list li {
	background: #ececec;
	padding: 7px;
	height: 326px;
	width: 223px;
	margin: 0px 3px 6px 3px;
	float:left;
	border: 0px;
	text-align:center;
	position: relative;
}

ul#product_list li h2{
    padding: 3px 5px; margin: 0px;
    height: 45px; overflow:hidden; font-weight:normal;
}

ul#product_list li h2 a {
	color: #333;
	line-height: 15px;
        display: block;
        overflow: hidden;
	font-size: 14px;
	text-decoration:underline;
}
ul#product_list a.product_img_link {display:block;}
ul#product_list a.product_img_link img {  }

ul#product_list li .product-flag {
	color: #fff;
	font-size: 11px;
	text-align:center;
	text-transform: uppercase;
	position:absolute;  
	left: -5px;
	width: 65px;
	height: 25px; line-height: 25px; vertical-align:middle;
}

ul#product_list li .product-flag.new {
	background: url(../img/flag_new.png) 0px 0px no-repeat scroll transparent;
	top: 80px;
}
ul#product_list li .product-flag.on_sale {
	background: url(../img/flag_sale.png) 0px 0px no-repeat scroll transparent;
	top: 110px;
}
ul#product_list li .product-flag.discount {
	background: url(../img/flag_disc.png) 0px 0px no-repeat scroll transparent;
	top: 140px;
	color:#000;
}
ul#product_list li p.product_desc {
	margin: 0px; padding: 5px; height: 55px; overflow: hidden;
}
ul#product_list li div.center_block {
	height: 285px;
	background-color:#fff;
	position:relative;
}
ul#product_list li div.bottom_block {
	width: 100%;
	margin: 0px; 
	height: 40px;
}
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;
	font-size: 1.5em;
	margin-bottom: 0.2em
}

ul#product_list li .bottom_block .price { 
    display:block; width: 50%; height: 20px;  line-height: 20px; text-align:center; font-size: 16px; 
    color:#c00; font-weight: bold;
    margin: 0px; padding: 5px 0px 0px 0px;
}
ul#product_list li .bottom_block .price-small { 
    display:block; width: 50%; height: 15px; line-height: 15px; text-align:center; font-size: 12px; 
    color:#333; vertical-align:bottom;
}




ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { 
	position:absolute;
	right: 7px; bottom: 7px;
	width: 90px;
	font-size: 15px;
	color: #fff;
}

/*ul#product_list li a.button:hover{ background: inherit;}*/


ul#product_list li p.compare input { vertical-align: text-bottom }


.embed_video_ico {position:absolute; bottom:0px; right:5px;}
