/* product-list.tpl */
ul#product_list {
	list-style-type: none;
	margin-top: 20px;
}
ul#product_list:after {
	content: "";
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}

ul#product_list li {
	display: block;
	float: left;
	padding-right: 60px;
	width: 200px;
	height: 320px;
	text-align: center;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	overflow: hidden;
}
ul#product_list li:nth-child(3n) {
	padding-right: 0;
}
ul#product_list li a {
	text-decoration: none;
	color: #333;
	min-height: 130px;
	height: auto;
	display: inline-block;
}
ul#product_list a.product_img_link:hover .price {
	color: #ccc;
}
ul#product_list a.product_img_link img { display: block; margin: 15px auto 10px; }
ul#product_list li h3 { margin: 0.4em 0 }
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}

ul#product_list .product_name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15.36px;
}

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
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	width: 98px;
	margin: 15px auto 0;
	height: 36px;
	background: #E31E25;
	color: #fff;
	font-size: 20.3px;
	line-height: 37px;
	font-weight: normal;
	text-align: center;
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { margin-top: 0.5em }
ul#product_list li p.compare input { vertical-align: text-bottom }

.description_short {
	color: 666;
	text-align: left;
}

.description_short p {
	margin: 0.5em -50px 0.5em 0 !important;
	padding-left: 0 !important;
	color: #666;
}
