/* Block specials */
#special_block_right .block_content{
    margin: 10px 15px;
}	
#special_block_right p {
    font-weight: normal;
    padding-bottom: 10px;
	font-size:12px;
}
#special_block_right .products li {
	border:none;
}
#special_block_right li h5 {
	padding:0 0 5px 0;
	font-size:12px
}
#special_block_right .products li a {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
}
#special_block_right li.product_image {

}

#special_block_right .products span.price-discount {
	font-size:14px;
	text-decoration:line-through
}
#special_block_right .products span.reduction {
	display:block;
	float:right;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background:url(img/bg_reduction.png) no-repeat 0 0
}
	#special_block_right .products span.reduction span {
		display:block;
		padding:1px 5px 1px 0;
		background:url(img/bg_reduction.png) no-repeat 100% 0
	}
	#special_block_right .products .special-price,
	#special_block_right .product-detail{
		margin-bottom: 10px;
		text-align: center;
	}
#special_block_right .products span.price {
     color: #DD0001;
    font-family: 'Oswald',"Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin: 0 5px;
}
#special_block_right .product-detail a{
background: url("../../../images/addtocart-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
    text-indent: 28px;
    width: 128px;
	text-decoration:none;
}

#special_block_right .product-detail a:hover{
 background: url("../../../images/addtocart-button.png") no-repeat scroll 0 100% transparent;
}