/* Block specials */
#special_block_right p {
	font-weight:bold;
	text-align:right
}

#special_block_right p.title_block, #special_block_right h4  {
	text-align:left
}
#special_block_right .products li {
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 10px 0;
}
#special_block_right li .s_title_block, #special_block_right li h5 {
	padding:0 0 3px 0;
	font-size:12px;
	text-align:left;
}
#special_block_right .products li a {
	padding:0;
	background:none
}
#special_block_right .products li a.product-img { float: left; margin-right: 10px;}

#special_block_right .products span.price-discount {
	font-size:14px;
	text-decoration:line-through;
	color: #888;
}
#special_block_right .products span.reduction {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 14px;
}
	#special_block_right .products span.reduction span {
		display:block;
		padding: 2px 7px;
		background: #e84c3d;
	}
#special_block_right .products span.price {
	display:block;
	padding:3px 0 0 0;
	font-weight:bold;
	font-size:18px;
	color:#e84c3d;
}
