

.BoxProdotto{
	border: 1px solid #b8d56a;
	border-radius: 5px;
	display: inline-block;
	background-color: #e7e7e7;
	margin: 10px;
	vertical-align: top;
}

.halfbox{
	width:260px;
	height: 550px;
}

.fullbox{
	width: 95%;
	text-align: left;
}

.BoxProdotto span{
	height: 43px;
}

.BoxProdotto li{
	border: 1px solid #b8d56a;
	border-radius: 4px;
	padding: 5px;
	margin: 3px;
	margin-bottom: 7px;
	text-align: center;
}

.BoxProdotto .barrato{
	text-decoration: line-through;
	color: #c11b09;
}



.aggiungicart, .vediopzione{
	background-color: #9abe47;
	padding: 2px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.vediopzione{
	background-color: #C69401;
}


.CartRiepilogo, .PaymentMethod, .TicketMenu{
	width: auto;
	border-radius: 5px;
	display: block;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 15px;
}

.PaymentMethod img{
	max-width: 300px;
}

.TicketMenu{
	background-color: rgba(1,28,9,0.8);
}


.CartRiepilogo span{
	background-image: url('../images/ico/cart.png');
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
	padding-left: 35px;
	border: 1px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #4b4b4b;
}


.CartRiepilogo li{
	list-style: none;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px dotted #788C48;
}

.RemoveItem{
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 15px;
	background-color: #9f6060;
	border-radius: 5px;
	padding: 7px;
	color: #ffffff;
}


.TotaleRiepilogo{
	width: 100%;
	text-align: right;
}


.TotaleRiepilogo p{
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}

.PaymentMethod{padding: 6px;}

.PaymentMethod ul, .TicketMenu ul{
	text-align: right;
}

.PaymentMethod ul li, .TicketMenu ul li{
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

.TicketMenu ul li a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.TicketMenu span{display: none;}


.Faq{
	margin-left: 15px;
	margin-top: 15px;
	background-color: rgba(230,230,230,0.5);
	border: 1px solid #c6cd32;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}


.Faq span{
	border-bottom: 0px;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.Faq p{
	display: none; 
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	color: #000000;
}

.riepilogo{
	background-color: #d2e99e;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px;
	text-align: left;
}

.riepilogo input{margin: 2px;}
.riepilogo p{display: block;}
.riepilogo label{margin-right: 5px;}

.riepilogo .thisoption{
	margin: 6px;
	padding: 6px;
	background-color: #9abe47;
	border-radius: 5px;
}



.giorno, .obfuscate{
	display: inline-block;
	margin: 1px;
	height: 80px;
	width: 80px;
	border: 2px solid #9e9e9e;
	border-radius: 5px;
	vertical-align: middle;
	color: #000000;
	text-transform: lowercase;
	overflow: hidden;
	text-align: center;
}

.special{
	background-color: #9abe47;
	color: #ffffff;
	cursor: pointer;

}

.verdepallido{
	background-color: #ebfacf;
}


.verdepallido span{
	font-size: 12px;
}



.monthlist{
	border-bottom: 0px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.monthlist img{
	width: 18px;
	cursor: pointer;
}


#hidepreload, .hidepreload{
	display: none;
}

#right{text-align: right;}

.paypal{
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	display: none;
}

.privacy{
	padding: 3px;
	margin: 5px;
}


.privacytext{display: none;}


.ticketpopup{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.ticketpopupcontent{
	max-width: 800px;
	height: 280px;
	overflow-y: auto;
    left:10px;
    right:10px;
    margin-left:auto;
    margin-right:auto;
    top: 30%;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	position: fixed;
}


.ticketpopupcontent span{
	cursor: pointer;
	padding: 9px;
	font-weight: bold;
	background-color: #dfdfdf;
	border-radius: 5px;
	border: 1px solid #cccccc;
	display: block;
}


.TotPrice{
	font-weight: bold;
	font-size: 28px;
}

.boldandupper{
	font-weight: bold;
	text-transform: uppercase;
}



.specialprod{
	width: 200px;
	height: 250px;
    margin:10px;
	padding: 10px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: rgba(154, 190, 71, 0.3);
}

.specialprod:hover{
	background-color: rgba(154, 190, 71, 0.6);
	color: #FFFFFF;
}

.specialprod span{
	height: 90px;
	vertical-align: top;
	display: block;
	font-size: 16px;
}

.specialprod .prices{font-size: 20px;}

.calendarsubmit{
	background-color: rgba(154, 190, 71, 0.2);
	display: block;
	width: 100%;
	height: 100%;
}

.calendarsubmit span{
	display: block;
	font-size: 12px;
	text-align: left;
	width: 100%;
}


.pvcbox{
	display: block;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}


.calendarfcSubmit{
	display: block;
	width: 100%;
	height: 150px;
	vertical-align: top;
	cursor: pointer;
}











