/* product-list.tpl */
ul#product_list {
	list-style-type: none;
	padding: 0px;
}

ul#product_list li {
	/*-moz-box-shadow: 1px 1px 13px #999;  
	-webkit-box-shadow: 1px 1px 13px #999;  
	box-shadow: 1px 1px 13px #999;*/
	
	margin: 10px 0px 0px 0px;
	
	background: #fff url('../img/coin_hg.jpg') no-repeat top left;
	/*float:left;*/
	/*border: solid 1px #aaa;*/
	padding: 20px 40px 0px 40px;
	min-height: 130px;

	width: 510px;
	/*clear: both;*/
}



* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #595A5E;
}


ul#product_list a.product_img_link {
	
}

ul#product_list a.product_img_link img {
	vertical-align: bottom;
	border: solid 5px #efefef;
	
	-moz-box-shadow: 0px 0px 5px #999;  
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	
	display: block;
	margin-right: 20px;
	margin-bottom: 50px;
	/*margin: 0 auto;*/
	float:left;
}

ul#product_list li h3 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 22px;
	font-weight:normal;
	margin: 10px 0 20px 0;
}

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: 20px;
	font-size: 0.92em
}
ul#product_list li div.center_block {
	/*float: left;
	width: 74%*/
}
ul#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: left;
	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 span.availability {
	color: #aaa;
	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 }
