#featured-products_block_center li {
	border: 1px solid #D1D1D1;
    box-shadow: 0 0 5px #CCCCCC;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 175px;
    padding: 10px;
    width: 328px;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

#featured-products_block_center li:hover { -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: 1px solid #999999;
    box-shadow: 0 0 5px #999999;
		}
#featured-products_block_center .title_block { margin-bottom:10px;}


#featured-products_block_center li.last_item_of_line  {margin-right:0;}
#featured-products_block_center .s_title_block,  #featured-products_block_center h5 {
	padding-top:5px;
	font-size:12px;
	color:#222;
	padding-bottom: 0;
	font-weight:bold;
}
#featured-products_block_center .s_title_block a { color:#E0002C !important}
#featured-products_block_center .product_image {
	display:block;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#featured-products_block_center .product_image span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	/*-ms-transform: rotate(45deg);*/
	background-color: #A7DB16;
	transform: rotate(45deg);  /* Newer browsers */
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.ie9 #featured-products_block_center .product_image span.new{top:-18px;right:-38px}
.ie8 #featured-products_block_center .product_image span.new{top:-21px;right:-38px}
.lt-ie6 #featured-products_block_center .product_image span.new {top:-30px;right:-25px}

#featured-products_block_center .product_desc {height:45px;}
#featured-products_block_center .product_desc,
#featured-products_block_center .product_desc a {
	color:#666;
	line-height:20px;
}
#featured-products_block_center .lnk_more {
	display:inline;
	padding:0px 10px;
	line-height:30px;
	float:right;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	background:#E0002C;
}
#featured-products_block_center .price_container {
	margin-top:10px;
	padding:0;
}
#featured-products_block_center .price {
	color:#91C100;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
	line-height:30px;
	font-family:'oswald';
}
#featured-products_block_center li .ajax_add_to_cart_button {display:none;}
#featured-products_block_center li span.exclusive {display:none;}