/* product-list.tpl */
ul#product_list { margin-top: 2em; /*list-style-type: none;*/ list-style: none; }

* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li {
	/*background:  url('../img/products_bg_box.png') no-repeat;*/
	/*border: solid 1px #D0D3D8;*/
	/*padding: 6px 6px 6px 5px;*/
	
	/*-moz-border-radius: 1em;*/
	/* border-right: 1px solid #D0D3D8;
	 border-left: 1px solid #D0D3D8;
	 border-top: 1px solid #D0D3D8;
	 border-bottom: 1px solid #D0D3D8;*/
	height:215px !important;
	margin-right:9px;
	margin-bottom:9px;
	border: 1px solid #E1F2FA;
	width : 160px;
	float:left;
	text-align: center;
}
ul#product_list li a.title {
	text-decoration: none;
	color: #4585CD;
}
ul#product_list li a {
	text-decoration: none;
	color: #374853;
}
ul#product_list li a:hover {
	text-decoration: none;
	color: #000000;
}
ul#product_list a.product_img_link {
	/*border: solid 1px #d0d3d8;*/
	float: none;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { margin: 0.1em 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*/
	display:none;
}
ul#product_list li p.product_desc {
	margin-bottom: 0;
	font-family:verdana;
	font-size:11px;
}
ul#product_list li div.center_block {
	float: left;
	/*width: 90%*/
}
ul#product_list li div.right_block { /*float: left;*/ margin-top:5px; /*width:165px;*/ text-align:center; margin-left: 1em; margin:0 auto; /*padding-bottom:10px;*/ padding-top: 3px; }
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: none
}
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;
	float:left;
	padding-left: 5px;
	color::#fe6400
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em;
	display:none;
}
ul#product_list li a.button { margin-top: 0.5em }
ul#product_list li p.compare input { vertical-align: text-bottom }
