/* Block specials */

#special_block_right .products {
	}
	#special_block_right li.product_image {
		position:relative;
		display:block;
		width:270px;
		height:270px;
		margin:0 0 0 -11px;
		padding: 7px 0 0 12px;
		}
		#special_block_right li.product_image a.img {
			text-decoration:none;
			}
			#special_block_right li.product_image a.img .mask_home {
				position:absolute;
				top:7px;
				left:12px;
				width:270px;
				height:270px;
				background:url(../../../img/mask_home.png) no-repeat;
				}
			#special_block_right li.product_image a.img .reduction {
				position:absolute;
				top:0px;
				left:0;
				width:175px;
				height:165px;
				background:url(../../../img/sale_clear.png) no-repeat;
				}
				#special_block_right li.product_image a.img .reduction span {
					display:block;
					width:80px;
					height: auto;
					margin:30px 0 0 15px;
					font-family:'LeagueGothicRegular';
					font-size:22px;
					line-height:30px;
					letter-spacing:2px;
					transform:rotate(-45deg); /* CSS3 */
						-webkit-transform:rotate(-45deg); /* Для Safari и Chrome */
						-moz-transform:rotate(-45deg); /* Для Firefox */
						-o-transform:rotate(-45deg); /* Для Opera */
						-ms-transform:rotate(-45deg); /* Для IE */
					}
	#special_block_right li h5 {
		width:260px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #3E403F;
		height: auto;
		margin: 0 0 15px;
		padding: 15px 5px;
		border-bottom: solid 1px #E2E2DC;
		}
		#special_block_right li h5 a {
			display:block;
			color:#3e403f;
			text-decoration:none;
			}
		#special_block_right li h5 a:hover {
			text-decoration:underline;
			}
		
		#special_block_right li .price-discount,
		#special_block_right li .price {
			position:relative;
			font-family:'LeagueGothicRegular';
			font-size:20px;
			color:#d7412c;
			margin-right:7px;
			}
		#special_block_right li .price-discount span {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:23px;
			background:url(../../../img/1x1.png) center repeat-x;
			}
		#special_block_right li .price {
			color:#ff2001;
			}
		#special_block_right li .button {
			float:right;
			color:#B7ACAC;
			}
		#special_block_right li .button:hover {
			color:#2D2C2B;
			}

































