#products_home_container{ padding: 30px 0px 0px; }
#products_home_container .container:first-child { background: url(../../../img/home_prod_h2_bkg.png) repeat-x 0 20px; padding-bottom: 0px; color: #e25259; font-size: 20px; font-family: "Helvetica Light"; line-height: 20px; font-weight: normal; }
#products_home_container .container h2{ width: 180px; margin: 0px auto; background-color: #FFFFFF; text-align: center; }
#products_home_container h2 .gray{ color: #34495e; font-size: 44px; line-height: 46px; font-weight: normal; }
#products_home{ margin-top: 32px; }
#products_home ul{ list-style: none outside none; }
#products_home ul li {text-align:center;margin-bottom:40px;}
/*#products_home li{ float: left; width: 203px; margin-right: 46px; margin-bottom: 50px; }*/
#products_home li.first{ clear: both; }
#products_home li.last{ margin-right: 0px; }
#products_home li .price_container{ width: 100%; text-align: center; padding: 10px 0px 5px; /*margin-left: -16px; margin-top: -14px; position: absolute; width: 62px; height: 62px; background: url(../../../img/bkg_prod_home_price.png) repeat-x 0 0px;*/ }
#products_home li .price_container span.price{ text-align: center; color: #e25259; font-size: 18.77px; /*width: 62px; height: 62px; letter-spacing: -2px; display: table-cell; vertical-align: middle; text-align: center; color: #e25259; font-size: 18.77px;*/ }
#products_home li .price_container .price-discount{ display: block; font-size: 11px; text-decoration: line-through; }
/*#products_home li.yellow .price_container{ background-position: -65px 0px; }*/
#products_home li.yellow .price_container span{ color: #f39c12; }
/*#products_home li.olive .price_container{ background-position: -129px 0px; }*/
#products_home li.olive .price_container span{ color: #bc9839; } 
#products_home li .image{display:inline-block;height: 249px; /* max-width: 203px; background: url(../../../img/bkg_prod_home.png) repeat-x 0 0px;*/ text-align: center; }
#products_home li .image img{ margin-top: 0px; max-height: 249px; max-width: 129px; }
#products_home li a.title{ display: block; margin-top: 5px; font-size: 15px; color: #575656; font-family: "Helvetica Light"; text-align: center; }
#products_home li .exclusive{
	border: 0px;
	border-top: 1px solid #e45e64;
	border-left: 1px solid #e45e64;
	background: url(../../../img/bkg_add_cart_featured.png) no-repeat 7px -1px #e25259;
	width: 62px;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 5px auto 0px;
	padding: 0px;
}
#products_home li .exclusive:hover{ background-position: -55px -1px; }
#products_home li.yellow .exclusive{
	border-top: 1px solid #f4a322;
	border-left: 1px solid #f4a322;
	background-color: #f39c12;
	background-position: 7px -25px;
}
#products_home li.yellow .exclusive:hover{ background-position: -55px -25px; }
#products_home li.olive .exclusive{
	border-top: 1px solid #425569;
	border-left: 1px solid #425569;
	background-color: #34495e;
	background-position: 7px -50px;
}
#products_home li.olive .exclusive:hover{ background-position: -55px -50px; }