/* product-list.tpl */

ul#product_list { margin-top:30px; list-style-type: none }

ul#product_list li {

	background:none;

	min-height: 370px;

	height: auto;

	float: left;

	width:294px;

	margin-bottom:20px;

	margin-right:

}

* html ul#product_list li {

	height: auto !important;

	height: 130px

}



ul#product_list li.alternate_item{}

ul#product_list li.item{ margin-right:52px;}



.product-grid-img{

	width:294px;

	height:294px;

	background:url(../img/shadow-img.png) bottom no-repeat;

	padding-bottom:11px;

}



ul#product_list li a {

	text-decoration: none;

	color: #374853

}

ul#product_list a.product_img_link {



}

ul#product_list a.product_img_link img { vertical-align: top; display: block }

ul#product_list li h3 { margin: 0.5em 0 0 0; font-size:13px; }

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: 0;

}

ul#product_list li div.center_block {



}

ul#product_list li div.desc_block {







}

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: 15px;

	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 }

