body {
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-align: left;
}

form {
	margin: 0px;
}

th {
	text-align: left;
	font-size: 11px;
}

table {
	font-size: 12px; 
	
}


#contenuti-corpo table {
	border: solid 1px #FF9B03;
	width: 100%;
	margin: 0px;
	padding: 3px;
	border-collapse: collapse;
}

#contenuti-operazione table {
	border: 0px;
}

#contenuti-operazione td {
	border-bottom: solid 1px #FF9B03;
	height: 20px;
}

#contenuti-operazione .sezione {
	border-bottom: none;
	background-color: #FFCC33;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	height: 16px;
}

#lista td, #lista th {
	border: solid 1px #FF9B03;	
	vertical-align: top;
}

caption {
	background-color: #FF9B03;
	text-align: left;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	width: 100%;
	font-size: 16px;
}

#contenuti-operazione .pagine-aggiuntive table {

	background-image: url("img/sfondo-pagina-aggiuntiva.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}

#contenuti-operazione .pagine-aggiuntive td {
	border-bottom: none;
}

.pagine-aggiuntive-1 {
	margin: 10px;	
	background-color: #CCC;
}


#contenuti-operazione .pagine-aggiuntive-1 table {
	background-image: none;
}

#contenuti-operazione .pagine-aggiuntive-0 table {
	border-collapse: separate;
	border-spacing: 5px;
	padding: 5px;
}

#contenuti-operazione .pagine-aggiuntive-0 td {
	border-bottom: none;
}


#testa {
	width: 100%;
	border-bottom: solid 1px #FF9B03;
}

#testa a {
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#corpo {
	width: 100%;
	border-bottom: solid 1px #FF9B03;
}

#contenuti {
	width: 85%;
	float: left;
	padding: 5px;
	border-left: solid 1px #FF9B03;
	margin-left: -1px;
}

#contenuti-titolo {
	width: 100%;
	color: #FF9B03;
	font-size: 24px;
	font-weight: bold;
	border-top: solid 1px #FF9B03;
	border-bottom: solid 1px #FF9B03;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenuti-titolo-img {
	float: left;
}

#contenuti-titolo-testo {
	float: left;
	padding-top: 10px;
}

#contenuti-titolo-cancellatore {
	clear: left;
}

#corpo-cancellatore {
	clear: left;
}

#lista-cerca {
	margin-bottom: 10px;
}




/** menu laterale **/
#menu {
	width: 12%;
	border-right: solid 1px #FF9B03;
	float: left;
	padding: 5px;	
}

.menu-tasto-attivo {
	width: 98%;
	min-height: 15px;
	background-color: #ccc;
	margin-top: 2px;
}

.menu-tasto-non-attivo {
	width: 98%;
	min-height: 15px;
	background-color: #E5E5E5;
	margin-top: 2px;
}

.menu-tasto-attivo a {
	display: block;
	width: 98%;
	min-height: 15px;
	color: #000000; 
	text-decoration: none; 
	padding: 2px;
}

.menu-tasto-non-attivo a {
	display: block;
	width: 98%;
	min-height: 15px;
	color: #666; 
	text-decoration: none; 
	padding: 2px;
}

.menu-tasto-sx {
	float: left;
	width: 80%;
}

.menu-tasto-dx {
	float: left;
	width: 15%;
	font-size: 10px;
}

.menu-tasto-clear {
	clear: left;
}
/****/




/** pulsatnti avanti e e indietro delle liste **/
.lista-indietro {
	width: 50%;
	float: left;
	text-align: left;
}

.lista-avanti {
	width: 50%;
	float: left;
	text-align: right;
}

.lista-cancellatore {
	clear: left;
}
/****/

#contenuti-operazione .pulsanti-editor td {
	border-bottom: none;
}
#contenuti-operazione .no-border td {
	border-bottom: none;
}


#contenuti-operazione .pulsanti-editor table {
	width: 200px;
}

/** pulsante di submit dei form **/
.submit {
	text-align: center;
	padding-top: 15px;
}
/****/

/** tabelle varie **/
.contenuti-menu table, .contenuti-menu td, .lista-menu table, .lista-menu td {
	border: solid 1px #FF9B03;
}

.contenuti-menu table a, .lista-menu table a {
	color: #000;
	font-weight: bold;
}

.homepage .contenuti-menu table a, .modulo-gestione_menu_visualizzazione .contenuti-menu table a {
	color: #0000ff;
	font-weight: normal;
}

/****/

.impostazioni-menu {	
	margin-left: 15px;
}


.float-left {
	float: left;
	margin-right: 5px;
}
.clear-left {
	clear: left;
}



/** vari testi **/
.bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.txt-24-bold {
	font-size: 24px;
	font-weight: bold;	
}

.txt-18-bold {
	font-size: 18px;
	font-weight: bold;	
}

.txt-14-bold {
	font-size: 14px;
	font-weight: bold;	
}

.txt-16 {
	font-size: 16px;
}

.txt-14 {
	font-size: 14px;
}

.txt-11 {
	font-size: 11px;
	font-weight: normal;	
}

.txt-red {
	color: #FF0000;
}

.txt-colore-pannello {
	color: #FF9B03;
}

.txt-link, .txt-link a {
	color: #0000FF;
	text-decoration: underline;
}

.txt-grigio {
	color: #666;
}
.txt-sottolineato {
	text-decoration: underline;
}

.sfondo-grigio-scuro {
	background-color: #CCC;
}

.sfondo-grigio-chiaro {
	background-color: #EDEDED;
}

.linea {
	width: 100%;
	border-bottom: solid 1px #FF9B03;
}

.spostamenti a {
	text-decoration: none;
}

.txt-courier-14 {
	font-family:"Courier New", Courier, monospace; 
	font-size: 14px;
}

.contenuti-link-finali-centro {
	font-size: 18px;
	font-weight: bold;	
	text-align: center;
}

.select-grande {
	font-size: 16px;
}




.txt-sito-visibile {
	font-size: 16px;
	color: green;
	text-align: center;
	font-weight: bold;
}
.txt-sito-nonvisibile {
	font-size: 16px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.txt-saldato {
	font-size: 16px;
	color: green;
	text-align: center;
	font-weight: bold;
}
.txt-saldato-in-parte {
	font-size: 16px;
	color: orange;
	text-align: center;
	font-weight: bold;
}
.txt-non-saldato {
	font-size: 16px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.moduli-sito table, .moduli-sito td  {
	border: none;
}


/*TABELLA PACCHETTI*/


table a span {
display: none;
}

table  a:hover span {
	width: 600px;
	padding: 10px;
	position: absolute;
	display: block;
	margin-top: -50px;
	margin-left: 30px;
	text-align: left;
	border: 1px solid  #5B5B5B;
	background: #EBE28F;
	font-size: 10px;
}

.base  a:hover span {
	width: 730px;
	top: 250px;  
}

.titolo-grande-costi {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-weight: bold;
}
.titolo-grande-costi a {
	color: #000; 
	text-decoration: none;
}
.titolo-grande-costi-barrato {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-weight: bold;
	text-decoration: line-through;
}

.testo-modalita-pagamento {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-weight: bold;
}
.testo-modalita-pagamento a {
	text-decoration: none;
	color: #000; 
}
.testo-comparsa {
	color: #000;
	text-decoration: none;
}
.testo-9 {
	color: #000;
	font-size: 9px;
}
/*FINE TABELLA PACCHETTI*/


.testo-corsivo {
	font-style: italic;
	font-size: 18px;
}
.sfondo-errore {
	background-color: Red;
}

.txt-default {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-align: left;
}

.txt-errore {
	color: Red;
}

.privacy, .contratto-condizioni-acquisto, .accettazione-sezione-3, .accettazione-sezione-5, .accettazione-sezione-6, .accettazione-sezione-7 {
	width: 95%;
	height: 50px;
	border: solid 1px #FF9B03;
	padding: 5px;
	overflow: auto;
	font-size: 9px;
	margin-top: 5px;
}



.contratto-nonsaldato #menu {
	display: none;
	visibility: hidden;
}

.contratto-nonsaldato #contenuti {
	width: 80%;
	padding-left: 15%;
}

.index #contenuti {
	width: 100%;
	text-align: center;
}

.margin-2 {
	margin: 2px;
}

.padding-2 {
	padding: 2px;
}


.margine-box-ordine {
	padding-left: 30px;
}
.riga-interruzione {
	width: 99%;
	border-bottom: solid 1px #FF9B03;
}


.pulsante-conf {
	width: 150px;
	height: 40px;
	margin: 15px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #0000FF;
}

.light {
	background-color: #87CEFA;
}

.bronzo {
	background-color: #CD7F32;
}
.argento {
	background-color: #C0C0C0;
}
.oro {
	background-color: #FFD700;
}

.pulsante-conf a, .pulsante-conf a:visited {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 40px;
	color: #0000FF;
}

.cancellatore-pulsante-conf {
	clear: left;
}

.sbiadito {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.font10px {
	font-size: 10px;
}

.inputinvisibile {
	border: none;
}

.tooltip {
	visibility: hidden;
	display: none;
	width: 450px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 10px;

	z-index: 200;
	background-color: #fff;
	border: double 5px #FF9B03;
	padding: 5px;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}



input.invisibile {
	width: 28px;
	border: none;
	background-color: #F8F8F8;
	display: inline;
	float: left;
}










/****/