/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none; clear:both; }
ul#product_list li {
	border: solid 1px #d0d3d8;
	padding: 10px;
	min-height: 260px;
	height: auto;
	margin-bottom: 16px;
	width: 285px;
	float: left;
	position: relative;
}
* html ul#product_list li {
	height: auto !important;
	height: 240px
}
ul#product_list li a {
	text-decoration: none;
	color: #0B4881
}
ul#product_list a.product_img_link {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { margin: 0 0 10px }
ul#product_list li .new {
	background: url(../img/new.png) no-repeat;
	display: block;
	width: 105px;
	height: 30px;
	text-indent: 9999px;
	float:right;
	clear:right;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	float: left;
}
ul#product_list li div.right_block {
	margin-top: 0;
	margin-left: 140px;
}
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;
	clear:right;
	padding-top: 5px;
}
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 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 }

ul#product_list li.alternate_item { margin-left: 16px}
#product_list a.button {
	position: absolute;
	bottom: 10px;
	right: 10px
}
#product_list .viewProduct, #product_list .customize {
	position:absolute;
	bottom: 10px;
	left: 10px
}
tr.item {
	background: #e4ebf4;
	height:100px;
}
img.img {
	border:1px solid #ccc;
	margin: auto;
}
.imgCell {
	overflow:hidden;
	padding:5px;
	display: block;
	width: 70px;
}
#productList th {
	font-size: 10px;
	font-weight: normal;
}
.moreCell, .cartCell {
	text-align:center;
}
.priceCell {
	width:80px;
	text-align: right;
	padding-right:5px;
}
.nameCell {
	padding-left: 5px;
	vertical-align: top;
}
.nameCell a:hover {
	text-decoration: underline;
	color: #e2001a;
}
#productList {
	width:100%
}
.priceCell .price {
	background: #DA0F00;
	padding: 2px 3px;
	color: #fff;
	margin-top: 5px;
}
.priceCell .ht {
	display: block;
	margin-bottom:5px;
}
.discount, .on_sale {
	font-weight: bold;
}