/* product-list.tpl */

ul#product_list {
	margin-top: 20px;
	padding:10px 0 0 3px;
	list-style-type: none;
	overflow:hidden;
	height:100%;
}
ul#product_list li {
	border: 1px solid #eee;
	float: left;
	margin: 0 19px 20px 0;
	min-height: 345px;
	padding: 10px 10px 15px;
	width: 211px;
	position:relative;
}
ul#product_list li:hover {
	/*border: 1px solid #374853!important;*/

	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	background-color: white;
	box-shadow: 0 0 3px rgba(123, 59, 64, 0.9);
}
.on_sale {
	position:absolute;
	left:-5px;
	top:-5px;
	background:url(../img/on-sale.png) no-repeat 0 0;
	text-indent:-5000000px;
	display:block;
	width:71px;
	height:70px;
}
div#pb-right-column div.on_sale {
	position:absolute;
	left:-4px;
	top:-4px;
	background:url(../img/on-sale.png) no-repeat 0 0;
	text-indent:-5000000px;
	display:block;
	width:71px;
	height:70px;
	z-index:8;
}
ul#product_list li.nomargin {
	border: 1px solid #D0D3D8;
	float: left;
	margin: 0 0 20px 0;
	min-height: 130px;
	padding: 10px;
	width: 158px;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #374853
}
ul#product_list a.product_img_link {
	float: left;
}
ul#product_list a.product_img_link img {
	vertical-align: bottom;
	display: block;
	height:175px;
}
ul#product_list li h3 {
	margin: 0.4em 0;
	background-color:#eee;
	border:#ddd 1px solid;
	padding:3px;
	font-size:14px;
	font-weight:bold;
}
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: 0.92em;
	height:40px;
	padding:0;
}
ul#product_list li div.center_block {
	text-align:center;
}
ul#product_list li div.right_block {
	/*float: left;*/

	/*width: 200px;*/

	/*text-align: center;*/

	margin:5px;
	text-align: left;
	width:auto;
}
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:0 0 15px;
	font-weight:normal;/*float:left;*/

}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em;
	float:right;
	margin:10px 0 0 0;
}
ul#product_list li a.button {
	background-color: #79383d;
	border: medium none;
	color: #FFFFFF;
	/*padding:2px 5px;*/
	text-align: center;
	width: 60px;
}
ul#product_list li p.compare input {
	vertical-align: text-bottom
}
.compare {
/*display:none;*/
}
.listing_padd{
	height:165px;
}