/* Coupons */
.insert_coupon_code{
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	margin-top: 15px; 
	padding-top: 15px;
	margin-bottom: 15px; 
	padding-bottom: 15px;
	background: #DCEAFB;
	font-size: 13px;
	}
.img_coupon_code {
	width : 43px;
	height: 52px;
	background : url(images/insert_coupon_code.png) top left no-repeat;
	float:left;
	display: block;
	position: relative;
	top:-15px;
	left: 10px;
}
/* end Coupons */


/* ricerca incrociata */
div.boxFilter{width:191px !important;width /**/:200px;
    max-height:190px !important;max-height /**/: 200px;
    overflow:auto;padding: 4px;
    border:1px solid #EEE;border-right:0 solid;
    margin-left: 10px;
}
/* end ricerca incrociata */

/* success page */
.successpage p {
    text-align: center;
    font-size: 20px;
}
/* end success page*/