
/* Block specials */	

#special_block_right p {
	padding: 10px 0 0 0;
	font-weight: bold;
	text-align: center
}
#special_block_right .products li {
	margin: 0 0 0 3px;
	width: 98%;
	border:none;
}
#special_block_right li h5 {
	padding: 8px 0 12px 0;
	font-size: 15px;
	font-weight: normal;
}

#special_block_right .products li a {
	padding:0;
	background:none;

}
#special_block_right .products li a:hover {
	color: #da3838;
}
#special_block_right li.product_image {
	margin-top:7px
}
 

#special_block_right .products span.price-discount {
	font-size:15px;
	text-decoration:line-through;
	color: #7B7B7B;
}
#special_block_right .products span.reduction {
	display:block;
	padding:2px 0 3px 10px;
	margin-top: 5px;
	background-color: #D2C3A5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); 
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);

    color: white;
    float: right;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
#special_block_right .products span.reduction span {
		display:block;
		padding: 3px 10px 3px 0;
	}
#special_block_right .products span.price {
	display:block;
	margin: -5px 0 0;
	color: #da3838;
    font-size: 18px;
    font-weight: normal;

}

#special_block_right .more_large {	

    background: transparent url("../../../img/newparure/more-20-bi.png") no-repeat left 0;

	position: relative;
    color: #2E2E2E;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: uppercase;
	font-size: 16px;
	text-align: left; 
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

#special_block_right .more_large:hover {	

    background:  transparent url("../../../img/newparure/more-20-bi.png") no-repeat left -20px;
	color: #da3838;

} 

