/* product-list.tpl */
ul.product_list { list-style-type: none }
ul.product_list li {
	width: 162px;
	height: 360px;
	margin-right: 30px;
	display: block;
	text-align: center;
	float: left;
	position: relative;
}
ul.product_list li.first_line_item { clear: both }
ul.product_list li.last_line_item { margin-right: 0 }
ul.product_list li div.center_block {
	width: 129px;
	height: 129px;
	background: white;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
ul.product_list li div.center_block img {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}
ul.product_list li div.center_block img.new_product {
	z-index: 2;
	width: 94px;
	height: 70px;
}
ul.product_list li p.compare {
	position: absolute;
	right: 0;
	bottom: 80px;
}
ul.product_list li p.add_to_cart {
	position: absolute;
	left: 0;
	bottom: 0;
}
