/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
	/*border: 1px solid #E8E8E8;*/
	padding: 5px;
	min-height: 130px;
	margin-bottom: 5px;
	float: left;
	width: 228px;
	margin-right: 5px;
	height: 330px;
	position: relative
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #1a1a1a
}
ul#product_list a.product_img_link {
	text-align: center;
	display: block;
}
ul#product_list a.product_img_link img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#product_list li h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1a1a1a;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	text-align: center;
	text-shadow:0 0 2px #CBCBCB;
}
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border: 1px solid #488C40;
	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: 0;
	font-size: 11px;
	line-height: 18px;
	color: #999;
	height: 36px;
	overflow: hidden;
	text-align: center;
}
ul#product_list li p.product_desc a {
	color: #000;
	font-size: 12px;
}
ul#product_list li div.center_block {
}
ul#product_list li div.right_block {
	text-align: left;
	margin-left: 8px;
	margin-top: 0
}
ul#product_list li div.right_block .exclusive, ul#product_list li div.right_block .exclusive:hover {
	float: right;
	font-size: 12px;
	color: #333!important;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	margin-right: 0px;
	margin-top: 4px;
}
ul#product_list li div.right_block a, ul#product_list li div.right_block a:hover {
	color: #666;
	float: left;
	margin-top: -18px;
	background-color: transparent;
	background-image: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#product_list li div.right_block p.compare {
	display: none;
}
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*/

	background: none repeat scroll 0 0 #FF0000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px #524F4F;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 0 5px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 5px;
	z-index: 100;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	font-size: 12px;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #999;
	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 }
