/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
	color: #cccccc;
	font-family: "Arial";
	font-weight: 700;
	padding-top: 5px;
	padding-left: 10px;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 175px;
	text-align: center;
	color: #ff6600;
}
.countdown_show1 .countdown_section {
	width: 60px;
}
.countdown_show2 .countdown_section {
	width:  60px;
}
.countdown_show3 .countdown_section {
	width:  53px;
}

.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 40px;
}
.countdown_descr {
	display: block;
	width: 50%;

}

/* Stili creati da noi */

.vancouver{ 						/* scritta Vancouver */
	color: #006699;
	font-family: "Arial";
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}


.area2{							/* Area con bordi arrotondati e sfondo beige per box contatore vancouver*/
	width: 175px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #f1efe2;
	margin-bottom: 5px;
	margin-top: 5px;
}

.area{							/* Area con bordi arrotondati e sfondo bianco */
	width: 175px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: white;
	margin-bottom: 5px;
	margin-top: 5px;
}


.area3{							/* Area con bordi arrotondati e sfondo azzurro per box dati utente dopo la login*/
	width: 175px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #ddeef6; #A4D9F3; 88bbd4
	margin-bottom: 5px;
	margin-top: 5px;
}

.area3 a {						/* Astile per elementi dati utente dopo la login*/
	color: rgba(0,102,153,0.7);
	font-weight: 700;
	line-height: 1.5em;
}


.box{							/* Area con bordi arrotondati e sfondo bianco */
	width: 175px;
	background-color: red;
}

.legenda{							/* stile per le etichette del contatore */
	font-family: Arial;
	font-size: 16px;
	font-weight: 500;
	font-variant: small-caps;
	text-align: center;
	color: #999999;
	line-height: 15px;
	background-color: #f1efe2;	
}

ul.spalla {								/* stile elenco nei box */
	list-style-type: none;
	font-family: arial;
	font-size: 11px;
	color: #ff6600;
	margin-left: -10px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.spalla ul li a {							/* stile elenco nei box con link */
	font-size: 11px;
	text-decoration: none;
	font-weight: 500;
	color: #ff6600;
}

.mondo{							/* stile titoletto nelle aree */
	font-family: "arial narrow";
	font-size: 16px;
	font-variant: small-caps;
	font-weight: 800;
	color: rgba(0,102,153,0.7);
	text-align: center;
	padding-left: 5px;
}

.ora{							/* stile per orari call-center */
	font-family: "arial narrow";
	font-size: 9px;
	font-weight: 500;
	color: #666666;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
}

.bannerinspalla{							/* stile per le immagini nella sezione banner */
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:3px:
}