/* product-list.tpl */
#product_list {
	margin-top: 2em;
	list-style-type: none;
	margin-bottom: 1.5em;
}
#product_list li {
	border-bottom: 1px dotted #cacaca;
	border-right: 1px dotted #cacaca;
	padding: 12px;
	min-height: 325px;
	height: 325px;
	float: left;
	width: 234px;
	position: relative;
}

#product_list li:last-child, #product_list li:nth-child(2n)  {
	border-right: none;
}


#product_list li:hover {
	box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
}
#product_list .product--out:hover {
	box-shadow: none;
}


* html #product_list li {
	height: auto !important;
	height: 130px
}
#product_list a {
	text-decoration: none;
	color: #374853
}
#product_list .product--out,
#product_list .product--out a {
	color: #999999;
	cursor: default;
}
#product_list .product_img_link {
	display: block;
	width: 202px;
	height: 202px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -101px;
	top: 64px;
	text-align: center;
}
#product_list .product_img_link img {
	vertical-align: top;
	width: 100%;
}
#product_list h3 {
	margin: 0 0 0.4em 0;
}
#product_list .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
}
#product_list .out {
	background-color: orange;
	border: 1px solid #993300;
	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
}
#product_list .product_sku {
	position: absolute;
	right: 12px;
	bottom: 54px;
	z-index: 2;
}
#product_list .product_desc {
	display: none;
}
#product_list .product_footer {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	text-align: right;
}
#product_list .list_price {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
#product_list .discount, #product_list .on_sale, #product_list .online_only {
	color: #99030F;
	text-transform: uppercase;
	display: block;
}
#product_list .reduction {
	display: block;
	margin-bottom: 0.3em
}
#product_list .price {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}
#product_list .availability {
	color: #488c40;
	font-size: 0.9em
}
#product_list .button {
	margin: 0.5em auto;
	display: inline-block;
}
#product_list .compare {
	display: inline-block;
}
#product_list .compare input { vertical-align: text-bottom; }

@media screen and (min-width: 1280px) {

	#product_list li {
		width: 242px;
	}
	#product_list li:nth-child(2n)  {
		border-right: 1px dotted #cacaca;;
	}
	#product_list li:nth-child(3n)  {
		border-right: none;
	}

}

@media screen and (max-width: 999px) {

	#product_list li {
		float: none;
		width: auto;
		border-right: none;
	}

}
