/*
TAG E CLASSI FONDAMENTALI
*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #41A5E1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}
table {
	font-size: 11px;
	border: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053A62;
	font-weight: bold;
}

/*prove per landing page*/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053A62;
	font-weight: bold;
}

h2 {
	font-size: 14px; 	
	margin: 0px;
	padding: 0px;	
}

.pag00-titolo {
	font-size: 12px;
}
/*-----*/


hr {
	display: none;
	visibility: hidden;
}



/*
ID STRUTTURA
*/


.bold {
	font-weight: bold;
}


/*OK*/
#sfondo-sito {
	background-color: #DFECF4;
	width: 982px;
	position: relative;
	margin: auto;
}
/*OK*/
#sfondo-sito-home {
	background-color: #DFECF4;
	width: 982px;
	position: relative;
	margin: auto;
}

/*OK*/
#intestazione {
	text-align: left;
	background-image: url(img/intestazione.jpg);
	width: 982px;
	height: 196px;
}
/*OK
#intestazione div {
	background-color: <?php echo '#'.$CONF_COLORE1; ?>;
}*/


/*<?php
if($banda_grafica == 0) {
?>*/
#intestazione div h1 {
	visibility: hidden;
	display: none;
}
/*
<?php
}
?>
*/
/*OK*/

/*OK*/
#data-ora {
	visibility: hidden;
	display: none;
}
/*OK*/
#corpo {
	width: 982px;
	position: relative;
	margin: auto;
	/*background-color:  <?php echo '#'.$CONF_COLORE8;?>;*/
	border-top: solid 18px #E3F5FE;
}
/*OK*/
#menu {
	width: 241px !important;
	width: 241px;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	text-align: left;
	margin-right: 16px;
	background-color: #E3F5FE;
	
}

/*.sfondo-menu {
	background-color: <?php echo '#'.$CONF_COLORE2; ?>;
}*/
/*OK*/
#contenuti {
	height: auto !important;
	margin-left: 1px;
	margin-bottom: 5px;
	width: 397px;
	text-align: left;
	float: left;
	background-color: #fff;
	margin-right: 16px;
}
/*OK*/
#contenuti-home {
	margin-left: 1px;
	margin-bottom: 5px;
	width: 397px;
	text-align: left;
	float: left;
	background-color: #fff;
	margin-right: 16px;

}

/*OK*/
#colonna-home {
	width: 310px;
	margin-left: 1px;
	float: left;
	text-align: left;
	background-color: #fff;
}

#colonna-home div {
}

#colonna-home div a {

}


/*OK classi generiche di allineamento*/
.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.float-right {
	float: right;
	text-align: left;
}

.float-left {
	float: left;
	text-align: left;
}


.margin-left {
	margin-left: 2px;
}

.margin-right {
	margin-right: 2px;
}

.margin-top {
	margin-top: 5px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}
.cella-sx {
	width: 32%;
	
}

.cella-centro {
	width: 32%;
	
}

.cella-dx {
	width: 33%;
	
}

.nascosto {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.motori-di-ricerca  {
	padding-top: 30px;
	font-size: 10px;
	color: #0000FF;
}

.motori-di-ricerca a {
	text-decoration: underline;
	color: #0000FF;
	font-weight: normal;
}


/*
PAGINA DI INTRODUZIONE
*/
.introduzione-contenitore {
	width: 770px;
	/*height: 564px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -282px;
	margin-left: -385px;
}
.introduzione {
	width: 770px;
	text-align: center;	
}
.introduzione-testo {
	padding: 20px;
}
.introduzione-entra{
	width: 770px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}
/*
STILI PER IL MENU ORIZZONTALE
*/
/* CALCOLO DELLA LARGHEZZA DEL TASTO MENU*/

#menu-orizzontale ul {
	margin: 0px;
	padding: 0px;
}

#menu-orizzontale ul li {
	display: block;
	float: left;
	height: 37px;
	padding-top: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
}

#menu-orizzontale li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#menu-orizzontale li a:hover {
	text-decoration: none;
}

#menu-orizzontale {
	clear: left;
	margin: auto;
	text-align: center;
	background-image: url(img/menu.jpg);
	height: 55px;
}

	/*TENDINA*/
	#menu-tendina ul li {
		float: none;
	}
	#menu-tendina ul li a:link, #menu-tendina ul li a:visited {
	
	}
	#menu-tendina ul li:hover {

	}
	
	#menu-tendina ul {
		left:-10000px;
		position:absolute;
		z-index:10;
	}
	#menu-tendina li {
		display:block;
		/*white-space:nowrap;*/
		position:relative;
		z-index:1;
	}
	#menu-tendina li:hover>ul
		{
		margin-top: 15px;
	}
	#menu-tendina li:hover>ul
		{
		top:0px;
		left:100%;
	}
	/*END TENDINA*/

#sponsor {
	background-color: #fff;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

/*#sponsor img {
	margin-bottom: 5px;
}*/



/*OK*/
#piede {
	width: 982px;
	position: relative;
	margin: auto;
	background-color: #41A5E1;
	border-top: solid 8px #41A5E1; 
	border-bottom: solid 8px #41A5E1; 
	clear: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*OK*/
#piede a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*OK*/
#sottopiede {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #B3E0FA;
	background-color: #41A5E1;
}
/*OK*/
#sottopiede a {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #B3E0FA;
	text-decoration: underline;
}
/* OK*/
.forum-elenco-titolo {
	background-image: url("img/cerchio-f20.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 23px;
	padding-top: 5px;
	text-align: left;
	margin-top: 10px;
}
/* OK*/
.forum-messaggi-presenti {
	height: 20px;
	padding-left: 23px;
	text-align: left;
}

.forum-messaggi .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

.forum-messaggi input {
	width: 350px;
	padding-left: 10px;
}

.forum-messaggi textarea {
	width: 380px;
}

/*=============================================================================================================
INIZIO STILE NUOVO
=============================================================================================================*/

/*--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
/*
STILI PER HOME
*/

.icona {
	text-align: center;
}

.home-sponsor-nofoto {
	width: 130px;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px; 
	margin-left: 1px; 
		
	border: solid 1px #000;	
}

.home-sponsor-confoto {
	text-align: center;
	margin-bottom: 5px; 
	padding: 0px;
}
.home-links-nofoto {
	width: 130px;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px; 
	margin-left: 1px; 
		
	border: solid 1px #000;	
}

.home-links-confoto {
	text-align: center;
	margin-bottom: 5px; 
	padding: 0px;
}


.home-links-confoto img {

}
/*PAGINAZIONE DELLE PAGINE*/
.box-paginazione {
	margin-bottom: 1px;
	background-color: #ededed;
	font-weight: normal;
	padding: 3px;
	font-size: 11px;
	color: #000;
}

.box-palinsesto-ridotto {
background-color: #fff;
}

/*E' UN LINK PER I COLLEGAMENTI COME IL CONTINUA DELLE NEWS, INSERISCI MESSAGGIO NEL FORUM, INSERISCI DOMANDA NELLE FAQ, ECC*/
.continua {
	padding-right: 2px;
	text-align: right;	
	font-family: Arial, Helvetica, sans-serif;
	color: #B30100;
	text-transform: uppercase;
	font-size: 9px;
}

.continua a {
	padding-right: 2px;
	text-align: right;	
	font-family: Arial, Helvetica, sans-serif;
	color: #B30100;
	text-transform: uppercase;
	font-size: 9px;
}

.link-elenco a{
	color: #000;
}

.link-elenco a:hover{
	color: #FF0000;
}
/*PER DEFINIRE IL BREADCRUMB*/
.percorso {
	display: none;
	visibility: hidden;
}
/*PER ALLINEARE I SUBMIT A DESTRA*/
.pulsante {
	text-align: center;
}

.menu-area-privata .pulsante {
	text-align: right;
}


.menu-orizzontale-1 {
	width: 60px;
}

.menu-orizzontale-2 {
	width: 133px;
}

.menu-orizzontale-3 {
	width: 159px;
}

.menu-orizzontale-4 {
	width: 168px;
}

.menu-orizzontale-5 {
	width: 125px;
}

.menu-orizzontale-6 {
	width: 136px;
}

.menu-orizzontale-7 {
	width: 143px;
}

.testo-piccolo {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}

/*
	DEFINISCE LO STILE DEL DIV DEL PREZZO E OFFERTA-NOVITA' NELLA TAB03 DEI PRODOTTI
*/
.quantita-disponibile {
	background-color: Green;
	margin: 2px;
	text-align: center;
	color: #000;
}
.quantita-minimo {
	background-color: Orange;
	margin: 2px;
	text-align: center;
	color: #000;
}
.quantita-nondisponibile {
	background-color: Red;
	margin: 2px;
	text-align: center;
	color: #000;
}
.prezzo {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 2px !important;
	padding: 4px;
}

.offerta-novita {
	font-weight: bold;
	font-size: 11px;
	padding: 2px !important;
	padding: 4px;
}

.testo-tabella-calendario {
	text-align: center;
	font-size: 11px;
}

.testo-tabella-campionato, .testo-tabella {
	font-size: 11px;
}


/*
	***** DEFINIZIONE TABELLA 01 *****
*/

.tab01 {

}

.tab01-testa-sx {
	padding: 3px 2px 3px 2px;
	background-color: #35B6F0;
}

.tab01-testa-dx {

}

.tab01-testa-cx {

}

.tab01-corpo-sx {
	padding: 1px;
	font-size: 11px;
}

.tab01-corpo-dx {

}

.tab01-corpo-cx {

}

.tab01-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.tab01-piede-dx {

}

.tab01-piede-cx {

}

 /*------------------
	VARIANTI TAB01  
 ------------------*/
/*CORPO SPONSOR*/

.sponsor .tab01-corpo-cx {
	text-align: center;
}

/*CORPO LINKS*/

.links .tab01-corpo-cx {
	text-align: center;
}

.in-evidenza .tab01-corpo-cx {
	width: 99%;
}
.in-evidenza img {
	
}



/*
	***** DEFINIZIONE TABELLA 02 *****
*/

.tab02 {
/*	width: 99%;*/
}

.tab02-testa-sx {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
	font-size: 12px;
}


.tab02-testa-dx {

}

.tab02-testa-cx {

}

.tab02-corpo-sx {
}

.tab02-corpo-dx {

}

.tab02-corpo-cx {

}

.tab02-piede-sx {
	margin-bottom: 2px;
}

.tab02-piede-dx {

}

.tab02-piede-cx {

}

.tab02-piede-cx .continua {
padding-bottom: 5px;
border-bottom: solid 1px #3CBBF2;
}


/*
	***** DEFINIZIONE TABELLA 03 *****
*/

.tab03 {
	/*width: 203px;	*/
	margin: 2px;
	width: 99%;
}

.tab03-testa-sx {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
	font-size: 11px;
}


.tab03-testa-dx {

}

.tab03-testa-cx {

}

.tab03-corpo-sx {		

	
}

.tab03-corpo-dx {
	
}

.tab03-corpo-cx {
	padding: 2px;
}

.tab03-piede-sx {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}

.tab03-piede-dx {

}

.tab03-piede-cx {

}

/*-------------------
	VARIANTI TAB03
--------------------*/	
/*BOX SERVIZI*/
.box-servizi .tab03 {
	float: left;
	width: 48%;
}

/*BOX CATALOGO*/
.box-catalogo .tab03 {
	float: left;
	width: 48%;
}

.box-fotogallery .tab03 {
	float: left;
	width: 32%;
	background-color: #EDEDED;
	padding: 5px 0px 5px 0px;
	margin: 2px;
	margin-top: 2px;
	border: none;
}
.box-fotogallery .tab03-testa-sx {
	padding: 0px;
	background-color: transparent;		
	border: none;
}
.box-fotogallery .tab03-corpo-sx {		
	border: none;
	text-align: center;
	color: #000;
}
.box-fotogallery .tab03-piede-sx {
	padding: 0px;
	background-color: transparent;	
	border: none;
}

.box-fotogallery-ridotto {
background-color: #fff;
}

.box-fotogallery-ridotto .continua {
visibility: hidden;
display: none;
}

.box-forum-ridotto {
background-color: #fff;
}

.box-forum-ridotto .continua {
visibility: hidden;
display: none;
}

/*generico per quelli che non hanno la gestione delle colonne*/
.verticale .tab03 {
	float: left;
	width: 32%;
}

/*BOX SERVIZI*/
.box-servizi .verticale .tab03 {
	float: left;
}
.box-servizi .verticale .tab03 img {
	max-width: 98%;
}
/*NEWS*/
.box-news-categorie .verticale .tab03 {
	float: left;
}
.box-news-categorie .verticale .tab03 img {
	max-width: 98%;
}

.box-news .verticale .tab03 {
	float: left;
}
.box-news .verticale .tab03 img {
	max-width: 98%;
}

.categorie-news .verticale .tab03 {
	float: left;
}
.categorie-news .verticale .tab03 img {
	max-width: 98%;
}

.categorie-news .verticale-news .tab03 {
	float: left;
}
.categorie-news .verticale-news .tab03 img {
	max-width: 98%;
}



.categorie-link_privati .verticale .tab03 {
	float: left;
}
.categorie-link_privati .verticale .tab03 img {
	max-width: 98%;
}

.categorie-link_privati .verticale-link_privati .tab03 {
	float: left;
}
.categorie-link_privati .verticale-link_privati .tab03 img {
	max-width: 98%;
}

.box-news-ridotto .float-left {
	float: none;
	text-align: center;
}

.box-news-ridotto .clear-left {
	clear: none;
}

.box-news-ridotto .margin-right {
	margin-right: 0px;
}

/**/



/*PAGINA ELENCO SERVIZI*/
.servizi .verticale .tab03 {
	float: left;
}

.servizi .verticale .tab03 img {
	max-width: 98%;
}

/*BOX CATALOGO*/
.box-catalogo .verticale .tab03 {
	float: left;
}
.box-catalogo .verticale .tab03 img {
	max-width: 98%;
}


/*PAGINA ELENCO CATALOGO*/
.catalogo .verticale .tab03 {
	float: left;
}

.catalogo .verticale .tab03 img {
	max-width: 98%;
}

/*CORPO E PIEDE CATALOGO*/

.box-catalogo .tab03-piede-cx a {	

}

/*CORPO E PIEDE SERVIZI*/

.box-servizi .tab03-piede-cx a {	

}
.verticale .tab03-piede-cx a {

}

/*
CAMPIONATI
*/
.titolo-tabella-n1 {	
	color: #fff;
}
.titolo-tabella-n2 {
	background-color: #646464;	
	color: #fff;
	font-weight: bold;
}
.campionati-allegati {
	background-color: #EDEDED;	
	margin-bottom: 2px;
}
.campionati-link {
	background-color: #EDEDED;	
	margin: 1px;
	padding: 2px;
}

/*
	***** TABELLA MENU 01 *****
*/

.tabmenu01 {

}

.tabmenu01-testa-sx {
	padding: 3px 2px 3px 2px;
	background-color: #3BBAF1;
}

.tabmenu01-testa-dx {

}

.tabmenu01-testa-cx {

}

.tabmenu01-corpo-sx {
	font-weight: bold;
	font-size: 11px;
}

.tabmenu01-corpo-dx {

}

.tabmenu01-corpo-cx {

}

.tabmenu01-piede-sx {
	margin-bottom: 5px;
}

.tabmenu01-piede-dx {

}

.tabmenu01-piede-cx {

}

/*---------------------
	VARIANTI TABMENU01
-----------------------*/
/*SERVE PER NON FAR VENIRE ROSSI I LINK NEL MENU*/
.tabmenu01-corpo-sx a:link, .tabmenu01-corpo-sx a:hover, .tabmenu01-corpo-sx a:visited {
	font-weight: bold;
	font-size: 11px;
}
/*PADDING AREA PRIVATA*/
.area-privata .tabmenu01-corpo-sx {

}



/*
	***** TABELLA MENU 02 *****
*/

.tabmenu02 {

}

.tabmenu02-testa-sx {

}

.tabmenu02-testa-dx {

}

.tabmenu02-testa-cx {

}

.tabmenu02-corpo-sx {
	padding-left: 2px;
	color: #03365B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabmenu02-corpo-dx {

}

.tabmenu02-corpo-cx {

}

.tabmenu02-piede-sx {
	border-bottom: solid 1px #3AB9F0;
}

.tabmenu02-piede-dx {

}

.tabmenu02-piede-cx {

}

.tabmenu02-corpo-sx  a:link, .tabmenu02-corpo-sx a:hover, .tabmenu02-corpo-sx a:visited {
	color: #03365B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*
	***** TABELLA MENU 03 *****
*/

.tabmenu03 {

}

.tabmenu03-testa-sx {

}

.tabmenu03-testa-dx {

}

.tabmenu03-testa-cx {

}

.tabmenu03-corpo-sx {
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}

.tabmenu03-corpo-dx {

}

.tabmenu03-corpo-cx {

}

.tabmenu03-piede-sx {
	border-bottom: double 3px #fff;
}

.tabmenu03-piede-dx {

}

.tabmenu03-piede-cx {

}
.tabmenu03-corpo-sx  a:link, .tabmenu03-corpo-sx a:hover, .tabmenu03-corpo-sx a:visited {

}
/*
	***** TABELLA MENU 04 *****
*/

.tabmenu04 {

}

.tabmenu04-testa-sx {

}

.tabmenu04-testa-dx {

}

.tabmenu04-testa-cx {

}

.tabmenu04-corpo-sx {
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
}

.tabmenu04-corpo-dx {

}

.tabmenu04-corpo-cx {

}

.tabmenu04-piede-sx {
	border-bottom: double 3px #fff;
}

.tabmenu04-piede-dx {

}

.tabmenu04-piede-cx {

}
.tabmenu04-corpo-sx  a:link, .tabmenu04-corpo-sx a:hover, .tabmenu04-corpo-sx a:visited {

}
/*
	***** PAGINA 00 *****
*/
.pag00 {
}

.pag00-testa-sx {
	padding: 3px 2px 3px 2px;
	background-color: #3AB8F2;
}

.pag00-testa-dx {

}

.pag00-testa-cx {

}

.pag00-corpo-sx {
	padding: 2px;
	font-size: 11px;
}

.pag00-corpo-dx {

}

.pag00-corpo-cx {

}

.pag00-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.pag00-piede-dx {

}

.pag00-piede-cx {

}
/*------------------
	VARIANTI PAG00
--------------------*/



/*
	***** PAGINA 01 *****
*/

.pag01 {
	width: 99%;
}

.pag01-testa-sx {
	padding: 3px 2px 3px 2px;	
	font-weight: bold;
	font-size: 14px;
}

.pag01-testa-dx {

}

.pag01-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053A62;
	font-weight: bold;
}

.pag01-corpo-sx {
	padding: 2px;
	font-size: 11px;
}

.pag01-corpo-dx {

}

.pag01-corpo-cx {

}

.pag01-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.pag01-piede-dx {

}

.pag01-piede-cx {

}

/*------------------
	VARIANTI PAG01
--------------------*/
/*IN PAGINEFOTO*/
.immagini .pag01-corpo-cx {
	text-align: center;
}

.fotogallery-zoom .pag01-corpo-cx {
	text-align: center;
}

.fotogallery .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

.corsi .pag01-piede-sx {
	border-bottom: 0px;	
}

.servizi .pag01-piede-sx {
	border-bottom: 0px;	
}

.faq-scheda .pag01-testa-sx {
	font-size: 11px;
	font-weight: normal;
}
.sponsor-lista .pag01-testa-cx a {

}

/*
	***** PAGINA 02 *****
*/

.pag02 {
	margin-top: 5px;
}

.pag02-testa-sx {
	padding: 3px 2px 3px 2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053A62;
	font-weight: bold;
}

.pag02-testa-sx a {
	padding: 3px 2px 3px 2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053A62;
	font-weight: bold;
}

.pag02-testa-dx {

}

.pag02-testa-cx {

}

.pag02-corpo-sx {
}

.pag02-corpo-dx {

}

.pag02-corpo-cx {


}

.pag02-piede-sx {
	padding-bottom: 5px;
	border-bottom: solid 1px #3AB8F2;
}

.pag02-piede-dx {

}

.pag02-piede-cx {

}
/*--------------------
	VARIANTI PAG02
--------------------*/
.societa .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

.societa  .pag02-testa-cx a{
	
}

.link-lista .pag02-testa-cx a {
	
}

.link-lista .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

.bollettino .pag02-testa-cx a {
	
}

.documenti .pag02-testa-cx a {
	
}
.documenti-privati .pag02-testa-cx a {
	
}


/*PAGINA CORSI IMMAGINI*/
.corsi-scheda .immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.corsi-scheda .immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.corsi-scheda .immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }

 /*SCHEDA CAMERE E APPARTAMENTO, SEFVIZI NELLE VICINANZE, CORSI, SERVIZI*/ 
 .img-fluottante {
	float: left;
	width: 50%;
	text-align: center;
}

.elenco-immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.elenco-immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.elenco-immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }
/*================*/ 
 
 /*area privata*/
  .area-privata .pag02 {
 	
 }
 .area-privata .pag02-testa-sx {
	padding: 2px;
	color: #fff;
 }
 .area-privata .pag02-piede-sx {
	color: #fff;
	text-align: right;
	margin-bottom: 0px;
	border: none;
 }
  .area-privata .pag02-piede-sx a {
	color: #fff;
 }



/*PAGINA SERVIZI IMMAGINI*/

.servizi-scheda .immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.servizi-scheda .immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.servizi-scheda .immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }


/*RICHIESTA INFO SERVIZI*/
.richiesta-info .pag02{

}
.richiesta-info .pag02-piede-sx {
	border: 0px;
	padding: 0px;
}

.richiesta-info .pag03{

}
.richiesta-info .pag03-piede-sx {
	border: 0px;
}

.rss .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}
/*===================*/


.corsi .pag02-testa-cx a{

}

.servizi .pag02-testa-cx a{
	
}

/*miniature fotogallery*/
.fotogallery-scheda .pag02 {
	float: left;
	width: 24%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px;
	padding: 5px 0px 5px 0px;
	color: #000;
}

.fotogallery-scheda .pag02-testa-sx {
	padding: 0px;
	background-color: transparent;
}

.fotogallery-scheda .pag02-piede-sx {
	border: none;	
	padding: 0px;
	margin: auto;
 }

/*
	***** PAGINA 03 *****
*/

.pag03 {
	margin-top:5px
}

.pag03-testa-sx {
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
}

.pag03-testa-dx {

}

.pag03-testa-cx {

}

.pag03-corpo-sx {
	padding: 2px;
}

.pag03-corpo-dx {

}

.pag03-corpo-cx {

}

.pag03-piede-sx {	
	padding: 2px;
	margin-bottom: 2px;
}

.pag03-piede-dx {

}

.pag03-piede-cx {

}

/*--------------------
	VARIANTI PAG03
--------------------*/
.persona-scheda .pag03 {
	margin-top: 1px;
}
.persona-scheda .pag03-corpo-sx {
	padding: 0px;
}
.persona-scheda .pag03-piede-sx {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}
/*NELLE PAGINE AGGIUNTIVE*/

/*PAGINA IMMAGINI*/
.immagini .pag03 {
	float: left;
	width: 24%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	color: #000;
}

/*PAGINA LINK*/
.link .pag03 a {
	color: #000;
}

.oggetto {
}

/*PAGINA LINK*/
.link .oggetto {
	float: left;
	margin-right: 3px;
}

/*PAGINA YOU TUBE*/
.youtube .oggetto {
	padding: 3px;
	text-align: center;
}

/*PAGINA GOOGLE MAPS*/
.googlemaps .oggetto {
	padding: 3px;
	text-align: center;
}
/*-------------*/


/*
	***** PAGINA 04 *****
*/

.pag04 {
	margin-top:5px
}

.pag04-testa-sx {
	padding: 2px;
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 11px;
}

.pag04-testa-dx {

}

.pag04-testa-cx {

}

.pag04-corpo-sx {
	padding: 2px;
}

.pag04-corpo-dx {

}

.pag04-corpo-cx {

}

.pag04-piede-sx {
	border-bottom: solid 1px #DDDDDD;	
	padding: 2px;
	margin-bottom: 2px;
}

.pag04-piede-dx {

}

.pag04-piede-cx {

}

.pagine .pag00-titolo {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}
/*--------------------
	VARIANTI PAG04
--------------------*/




/*CLASSE CHE PUņ ESSERE DEFINITA PER LE VARIE SEZIONI*/
/*PREDEFINITO*/
.fluottante {
	float: left;
	margin-right: 2px;
}

.area-privata .fluottante {
	float: left;
	width: 49%;
}

.corsi-scheda .fluottante {
	float: left;
	width: 50%;
	text-align: center;
}
.corsi .fluottante {
	float: left;
	width: 150px; 
	margin-right: 3px;
	text-align: center;
}

.servizi .fluottante {
	float: left;
	width: 150px; 
	text-align: center;
	margin-right: 250px;
}

.servizi-scheda .fluottante {
	float: left;
	width: 50%;
	text-align: center;
	margin-right: 50px;
}



.storia .fluottante {
	float: right;
	margin-left: 2px;
}

.societa .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.stafftecnico .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.uffici-scheda .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.serviziuffici-scheda .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.dove-siamo .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.stafftecnico-scheda .fotografia {	
	width: 29%;
	float: left;
	text-align: center;
}

.stafftecnico-scheda .informazioni {
	width: 40%;
	float: left;
	text-align: left;
	margin-right: 5px;
}
.stafftecnico-scheda .altri-componenti {
	width: 30%;
	float: left;
	text-align: left;
}

.persona-scheda .fotografia {	
	width: 29%;
	float: left;
	text-align: center;
}

.persona-scheda .informazioni {
	width: 40%;
	float: left;
	text-align: left;
	margin-right: 5px;
}
.persona-scheda .altri-componenti {
	width: 30%;
	float: left;
	text-align: left;
}
/*.link-lista .fluottante {
	float: left;
	margin-right: 2px;
}

.sponsor-lista .fluottante {
	float: left;
	margin-right: 2px;
}

.news .fluottante {	
	float: left;
	margin-right: 2px;
}*/

.news-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}

.news-scheda .pag01-corpo-cx .fluottante {
	float: none;	
	text-align: center;
}
.news-scheda .pag01-corpo-cx .cancellatore {
	clear: none;
}

.comunicatiprivati-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}


.commenti-inserisci input {
	margin-left: 20px;
	width: 300px;
}

.commenti-inserisci textarea {
	width: 379px;
}



.eventi .fluottante {	
	float: right;
	margin-left: 2px;
}
.eventi-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}
/*SERVE PER CANCELLARE I FLOAT DELLE IMMAGINI*/
/*PREDEFINITO*/
.cancellatore {
	clear: left;
}

.area-privata .cancellatore {
	clear: left;
}

.dove-siamo .cancellatore {
	clear: none;
}
.societa .cancellatore {
	clear: none;
}
.stafftecnico .cancellatore {
	clear: none;
}
.stafftecnico-scheda .cancellatore {
	clear: left;
}
.uffici-scheda .cancellatore {
	clear: left;
}

.serviziuffici-scheda .cancellatore {
	clear: left;
}
/*IN PAGINE*/
/*.immagini .cancellatore {
	clear: left;
}

.corsi-scheda .cancellatore {
	clear: left;
}

.servizi-scheda .cancellatore {
	clear: left;
}

.corsi .cancellatore {
	clear: left;
}
.servizi .cancellatore {
	clear: left;
}

.verticale .cancellatore {
	clear: left;
}

.box-servizi .cancellatore {
	clear: left;
}
.box-catalogo .cancellatore {
	clear: left;
}*/

.storia .cancellatore {
	clear: right;
}

/*.link-lista .cancellatore {
	clear: left;
}

.sponsor-lista .cancellatore {
	clear: left;
}
.news .cancellatore {
	clear: left;
}*/

.news-scheda .cancellatore {
	clear: right;
}
.comunicatiprivati-scheda .cancellatore {
	clear: right;
}
.eventi .cancellatore {
	clear: right;
}
.eventi-scheda .cancellatore {
	clear: right;
}
.sponsor-associati .cancellatore {
	clear: left;
}

.box-sponsor-largo .tab01-corpo-cx {
	text-align: center;
}
.box-sponsor-largo .float-left {
	margin: 7px;
}

/*CLASSE CHE SERVE PER DEFINIRE IL SOTTOTITOLO*/
.sottotitolo {
	font-size: 11px;
	font-weight: normal;
	color: #DF002C;
}


/*CLASSE PER LE VARIE DESCIZIONI DELLO FOTO*/
.descrizione-foto {
	padding: 2px;
	margin-top: 2px;
	color: #999;	
}

/*TESTO DI ERRORE*/
.errore {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}


/*TABELLINA PER IL PREZZO*/
.prezzo-scheda-box {
	text-align: right;
	margin-top: 5px;
}
.prezzo-scheda {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;	
	width: 42%;
	margin-left: 55%;
	
}
.prezzo-scheda-barrato {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: line-through;
	width: 42%;
	margin-left: 55%;
}
.prezzo-scheda-validita {
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	width: 42%;
	text-align: left;
	margin-left: 55%;
}

.privacy .pag00-titolo {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/titolo_centrale.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #35B6F0;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 7px;
}

.prezzo-scheda-elenco {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;	
	width: 42%;
	margin-left: 55%;
}

/*IMMOBILE*/
/*PAGINA ELENCO IMMOBILI*/
.immobiliare-annunci .verticale .tab03 {
	float: left;
}

.immobiliare-annunci .verticale .tab03 img {
	max-width: 98%;
}

.immobiliare-annunci .pag02 img, .box-immobiliare-annunci-largo .tab02 img{
	max-width: 100px;	
}

.prezzo-scheda-sopra {
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	width: 42%;
	margin-left: 55%;
}

.totale-ordine-etichetta {
	margin: 2px;		
	padding: 2px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	width: 70%;
}

.totale-ordine-prezzo {
	margin: 2px;	
	padding: 2px;
	font-weight: bold;
	font-size: 18px;
	width: 25%;
	text-align: right;
}


.colonna_vetrina {
	float: left;	
	width: <?php echo $larg_vetrina;?>%;
	margin-right: 1px;
}
.colonna_vetrina .tab03 {
	margin: 1px;
	margin-bottom: 2px;
	padding: 0px;
}
.colonna_vetrina .tab03-piede-cx a {
	color: <?php echo '#'.$CONF_COLORE_TXT15; ?>;
}

.codice-box {
	text-align: center;
	padding: 3px 0px 3px 0px;
}

div#contenuti.serviziuffici-attivita {
	margin: 2px;
	padding: 2px;
	width: 99%;
}
.testo-20-bold {
	font-size: 20px; 
	font-weight: bold;
}

.box-riempimento-ridotto .riempimento-img, .box-riempimento-ridotto .riempimento-testo {
	text-align: center;
	margin-top: 10px;
}

.testo, .testo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.galleria-foto {
	margin-top: 5px;
}

.galleria-foto .foto {
	margin-top: 5px;
	padding: 2px;
	vertical-align: top;
}

.galleria-foto img {
	max-width: 140px;
	width: expression(this.width > 140 ? 140: true );
}

.on-air {
	color: #f00;
	font-size: 16px;
}

/*==============================================================================================================================
FINE STILE NUOVO
==============================================================================================================================*/