/* Block specials */
.blockspecials ul { padding-top: 5px;overflow:hidden }
.blockspecials ul li {
	float: left;
	clear: none;
	padding: 0;position:relative;
	width: 100%
}
.blockspecials ul li a.product_image{width:209px;text-align:center;background:url(../../../img/dealofmonth_product_image.png) no-repeat;height:245px;padding:2px;display:block}


.blockspecials ul li div {  
margin: 0 auto;
    position: relative;
    top: -19px;
    width: 170px;
	}
.blockspecials ul li div a.exclusive, .blockspecials ul li span.exclusive {
	background: #b42222; /* Old browsers */
background: -moz-linear-gradient(top, #b42222 0%, #961212 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b42222), color-stop(100%,#961212)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b42222 0%,#961212 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b42222 0%,#961212 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #b42222 0%,#961212 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42222', endColorstr='#961212',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #b42222 0%,#961212 100%); /* W3C */
	border: 1px solid #770404;
    border-radius: 3px 3px 3px 3px;
	color: #ffffff !important;
	text-align:left;
	padding-left:0px!important;
	font-size:10px!important;
}
.blockspecials ul li div a.exclusive:hover, .blockspecials ul li span.exclusive:hover {
	background: #961212; /* Old browsers */
background: -moz-linear-gradient(top, #961212 0%, #770404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#961212), color-stop(100%,#770404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #961212 0%,#770404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #961212 0%,#770404 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #961212 0%,#770404 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961212', endColorstr='#770404',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #961212 0%,#770404 100%); /* W3C */
    color: #fff!important; border:#C7194A 1px solid;
    border-radius: 3px 3px 3px 3px;
}
	.blockspecials ul li  h3{margin:5px 0 5px 0;max-height:30px;padding-right:3px;position:relative;top:-10px;clear:both}	
.blockspecials ul li h3 a{color:#961212;font-weight:700;font-size:12px;}
.blockspecials ul li p.product_desc{color:#767878;font-size:11px;position:relative;top:-10px;}
.blockspecials ul li span{font-size:14px;font-weight:700;width:120px;float:left}
.blockspecials ul li .price-discount{margin-right:10px;text-decoration:line-through;color:#b5b6b6}
.blockspecials ul li .price{color:#669933}