/* Block specials */
#special_block_right p { 

	padding: 0 0 0 5px;
	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 {
	margin: 10px 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 3px;
}

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

}
#special_block_right .products li a:hover {
	color: #FC4D43;
}
#special_block_right li.product_image {
	margin-top:7px
}
 
#special_block_right li.product_image img {
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);

}	
#special_block_right li.product_image img:hover {
    -moz-box-shadow: 0 0 5px 0 silver;
    -webkit-box-shadow: 0 0 5px 0 silver;
    -o-box-shadow: 0 0 5px 0 silver;
    -ms-box-shadow: 0 0 5px 0 silver;
    box-shadow: 0 0 5px 0 silver;
}	
#special_block_right .products span.price-discount {
	font-size:14px;
	text-decoration:line-through;
	color: #807572;
	margin-left: 2px;
}
#special_block_right .products span.reduction {
	display:block;
	padding:2px 0 3px 10px;
	margin-top: 5px;
	background-color: white;

    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

    color: #5C5C5C;
    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;
	padding:3px 0 0 0;
	color: #FC4D43;
    font-family: 'Questrial';
    font-size: 18px;
    font-weight: normal;

}

#special_block_right .more_large {	

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

	position: relative;
    color: #241F1D;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: none;
	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/cultura/plus-20-bi.png") no-repeat left -20px;
	color: #FC4D43;

} 

#special_block_right div.titlebordrtext1 { 

    text-align: center;
    width: 100%;		
	
}

#special_block_right div.titleborderout1 { 

	float: left;
    position: relative;
    width: 100%;
    word-wrap: break-word;	
	
} 

#special_block_right div.titleborder1 { 

	background: url("../../../img/cultura/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -50px;
    position: relative;	
	
}

#special_block_right h4.titleborderh4 {
    background: #F2F2F0;
	border-bottom: none;
	padding: 20px 0;
    position: relative;
    z-index: 99;
	display: inline-block;
	padding: 20px 20px 19px; 
	font-size: 20px !important;

}
