/* product-list.tpl */
ul#product_list {
	margin-top: 2em;
	list-style-type: none;
	float: left;
	display: inline-block;
}
ul#product_list li {
	padding: 6px;
	min-height: 130px;
	height: auto;
	clear: both;
	margin-bottom: 0.3em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C00;
	width: 666px;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #000
}
ul#product_list a.product_img_link {
	float: left;
	margin-right: 0.6em;
	text-align: center;
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 {
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #C00;
	margin: 0;
	padding-left: 222px;
	text-align: left;
	width: 100%;
}
ul#product_list li h3 a {
	text-decoration: none;
	color: #C00;
	padding-left: 9px;
}
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	color: white;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: 0.3em
}
ul#product_list li p.product_desc {
	margin-bottom: 6px;
	font-size: 11px;
	padding-left: 26px;
}
ul#product_list li div.center_block {
	float: left;
	width: auto;
	padding-left: 111px;
}
ul#product_list li div.right_block {
	float: right;
	width: 222px;
	text-align: right;
	margin-left: 1em;
	margin-top: 0
}
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;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li .price a {
	text-decoration: none;
	color: #000;
}
ul#product_list li span.availability {
	color: #555;
	font-size: 0.9em
}
ul#product_list li a.button { margin-top: 0.5em; 
	text-align: right;}
ul#product_list li p.compare input { vertical-align: text-bottom }
