/* PAGINA CLIENTI */
ol.number {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	counter-reset: ol-counter;
	font-size:36px;
	font-family: ProximaNova-Bold,Arial;
}
ol.number > li:before {font-size:36px;font-family: ProximaNova-Bold,Arial;}
ol.number > li:before {
	font-size:36px;
	font-family: ProximaNova-Bold,Arial;
	content: counter(ol-counter) ". ";
	counter-increment: ol-counter;
	color:#0085BF;
}

.brd-all{border:1px solid #DDD;}
.brd-t{border-top:1px solid #DDD;}
.brd-b{border-bottom:1px solid #DDD;}
.brd-r{border-right:1px solid #DDD;}
.brd-l{border-left:1px solid #DDD;}
.brd-h{border-left:1px solid #DDD;border-right:1px solid #DDD;}
.brd-v{border-top:1px solid #DDD;border-bottom:1px solid #DDD}

.bkg-green{background:#F8FAF5;}
.bkg-white{background:#fff;}

.font40{font-size:40px;}
.font38{font-size:38px;}
.font36{font-size:36px;}
.font26{font-size:26px;}
.box-cc{height:200px;padding:25px;}

table.orariCC{width: 100%;background:#fff; border-collapse:collapse}
table.orariCC thead {border:1px solid #DDD; border-top:none}
table.orariCC th{font-size:16px;line-height:20px;font-weight:normal; text-align:center; padding:10px 0px}
table.orariCC td {
	font-family: 'ProximaNova-Sbold';
	font-size:26px;
	background:#F8FAF5;
	border:1px solid #DDD;
	border-bottom:none;
	text-align:center;
	height:60px;
	line-height:60px;
	vertical-align: middle;
}
table.orariCC td.primary {background:#fff;font-size:18px; text-align:left;padding-left:22px;}

.secondary{font-family: 'ProximaNova';font-size:18px;}

.qtip.tip-orariCC {
  max-width: 988px;
  min-width: 988px;
}
.qtip.tip-orariCC .qtip-content{ padding: 0px;}
.icoCCDomenica{position:absolute; z-index:20; bottom:222px; left:225px;}
/* FINE PAGINA CLIENTI */

/* PAGINA NON CLIENTI */
.box-chat {width:440px; height:250px; margin:0 auto;}
.imgChat, .imgChat a{
	width:196px;
	height:184px;
	margin:0 auto;
}
.imgChat a {
 display: inline-block;
}
#boxChat_it, #boxChat_en, #boxChat_uk{
	background-image:url("/common/pub/img/contatti/box-chat.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:210px;
	height:203px;
	margin:auto;
	}

#boxChat_it.chatOn {background-position:0 0;}
#boxChat_it.chatOn:hover {background-position:0 -203px;}
#boxChat_it.chatOff {background-position:0 -405px;}
#boxChat_en.chatOn, #boxChat_uk.chatOn {background-position:-210px 0;}
#boxChat_en.chatOn:hover, #boxChat_uk.chatOn:hover {background-position:-210px -203px;}
#boxChat_en.chatOff, #boxChat_uk.chatOff {background-position:-210px -405px;}
.boxChatOn-titolo, .boxChatOff-titolo {font-family: 'ProximaNova-Sbold';}

/* FINE PAGINA NON CLIENTI */

.container-cbBox, .container-pbBox {
	overflow: visible;
}
