/* Block specials */
#special_block_right{
	width: 260px;
	height: 245px;
	clear: both;
	overflow: hidden;
}
#special_block_right h4{
	background: url('img/promo-top.png') no-repeat;
	height: 32px;
	padding: 31px 0 0 20px;
}
#special_block_right h4 a{
	color: #fff;
	font-size: 18px;
	font-family: arial;
	text-transform: none;
}
#special_block_right .block_content{
	background: #fff;
	height: 182px;
	padding-top: 5px;
}
#special_block_right .block_content ul{
	width: 220px;
	height: 155px;
	clear: both;
	margin: 0 auto;
}

#special_block_right p {
	padding: 0 10px;
	font-weight:bold;
	text-align:right
}
#special_block_right .products li {
	/*padding:15px 0;*/
	width: 220px;
	border:none;
	clear: both;
}
#special_block_right li h5 {
	padding:0 0 3px 0;
	font-size:12px;
	text-align: center;
}
#special_block_right li h5 a{
	color: #333;
}

#special_block_right .products li a {
	padding:0;
	background:none
}
#special_block_right li.product_image {
	padding-right:10px;
	width: 220px;
	height: 125px;
	text-align: center;
}

#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;
	position: absolute;
	margin: -100px 0 0 185px;
}
	#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 span.price {
	display:block;
	padding:3px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#900
}
