/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#B2DCEE;
	background-image:url(/grafica/images/bg_sito.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
}
body.scheda {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	background-image:none;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:link, a:visited {
	color:#e00022;
}
a:hover {
	color: #af0019;
}
#container {
	margin:0px auto;
	background-color:#FFF;
	width:924px;
}

#header {
	margin:0px 0px 20px 0px;
	clear:both;
}

#menu_left {
	float:left;
	width:210px;
	/*background-image:url(/grafica/images/tratteggio_vert.png);
	background-repeat:repeat-y;
	background-position:right;*/
	border-right: 1px dashed #bcad7a;
}

#header_in_evidenza {
	background-image:url(/grafica/images/globy_riservata_2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	height:36px;
}

#in_evidenza {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}


#menu_left ul {
	list-style-image:none;
	list-style-type:none;
	padding: 0px 20px;
	margin:0px;
	background-image:none;
}

#menu_left ul li {
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	border-top:1px solid #fff;
}

#menu_left ul li a, #menu_left ul li a:link, #menu_left ul li a:visited {
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding: 12px 10px;
	display:block;
	background-image:url(/grafica/images/preventivo_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:normal;
}

#menu_left ul li a:hover {
	color:#e00022;
	text-decoration:none;
	font-size:12px;
	padding: 12px 10px;
	display:block;
	background-image:url(/grafica/images/preventivo_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:normal;
}


#cont_help {
	float:right;
	width:480px;
	text-align:justify;
	/*background-image:url(/grafica/images/tratteggio_vert.png);
	background-repeat:repeat-y;
	background-position:right;
	border-right: 1px dashed #bcad7a;*/
}


#menu_help {
	float:left;
	width:170px;
	/*background-image:url(/grafica/images/tratteggio_vert.png);
	background-repeat:repeat-y;
	background-position:right;
	border-right: 1px dashed #bcad7a;*/
	border: 1px solid #bcad7a;
}


#menu_help ul {
	list-style-image:none;
	list-style-type:none;
	padding: 0px;
	margin:0px;
	background-image:none;
}

#menu_help ul li {
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	border-bottom: 1px dashed #bcad7a;
}

#menu_help ul li a, #menu_help ul li a:link, #menu_help ul li a:visited {
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding: 6px 10px;
	display:block;
	/*background-image:url(/grafica/images/preventivo_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	font-weight:normal;
}

#menu_help ul li a:hover {
	color:#e00022;
	text-decoration:none;
	font-size:12px;
	padding: 6px 10px;
	display:block;
	/*background-image:url(/grafica/images/preventivo_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	font-weight:normal;
}





#menu_admin {
	padding: 0px;
	margin: 0px 20px 20px 20px;
}

#menu_admin select {
	width: 168px;
}
.freccia {
	color: #e00022;
	font-weight:bold;
}

#benvenuto {
	margin: 0px;
	width:370px;
	float:left;
	text-align:justify;
}

#contenuto {
	margin: 0px 0px 0px 231px;
	width:670px;
}

#news {
	padding:10px;
	background-color:#f5f2e6;
	margin-bottom:20px;
	border-top: 1px dashed #bcad7a;
	border-bottom: 1px dashed #bcad7a;
}

#col_dx_home {
	float:right;
	width:280px;
	margin: 0px;
}

#box_login {
	background-image:url(/grafica/images/box_riservata_bg.gif);
	background-repeat:repeat-y;
}

#box_logout {
	padding: 12px 10px;
	margin: 0px 20px 20px 20px;
	/*background-color: #faf5f5;
	background-image:url(/grafica/images/preventivo_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	border: 1px solid #bcad7a;
}
#box_servizio {
	padding: 0px;
	margin: 0px 20px 2px 20px;
	/*background-color: #faf5f5;*/
	text-align:center;
	font-size:11px;
	border: 0px;
}

#box_servizio a, #box_servizio a:link, #box_servizio a:visited, #box_servizio a:hover {
	text-decoration:none;
	color:#000;
	font-weight:normal;
	font-size:11px;
}

#box_club {
	padding: 0px;
	margin: 20px 20px 0px 20px;
}

input  {
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 3px 3px 2px 3px;

}

textarea  {
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 3px 3px 3px 3px;

}


.form_login {
	margin: 8px 30px;
	text-align:right;
}

.form_login input {
	width: 150px;
	border: 1px solid #999;
	font-size:12px;
	height:18px;
}

#vuoi_diventare {
	margin-top:20px;
}

#footer {
	color:#999;
	font-size:11px;
	clear:both;
	margin:0px;
	padding:20px;
	height:40px;
}

#indirizzo {
	width:460px;
	clear:both;
	float:left;
}

#menu_servizio {
	width:400px;
	float:right;
	text-align:right;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#999;
	text-decoration:underline;
	font-size:11px;
}

h1 {
	color: #e00022;
	font-size:20px;
	margin:0px;
	padding:0px 0px 8px 0px;
}

h1.nome_prod {
	color: #e00022;
	font-size:23px;
	margin:0px;
	padding:0px 0px 4px 0px;
}

h2 {
	color: #e00022;
	font-size:16px;
	margin:0px;
	padding:0px 0px 8px 0px;
}

h3 {
	color: #e00022;
	font-size:14px;
	margin:0px;
	padding:0px 0px 8px 0px;
}

h4 {
	color: #e00022;
	font-size:13px;
	margin:0px;
	padding:0px 0px 8px 0px;
}

h5 {
	color: #e00022;
	font-size:12px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#titolo {
}

#col_sx {
	width:320px;
	float:left;
	text-align:justify;
}

#col_dx {
	width:320px;
	float:right;
	text-align:justify;
}

ul {
	list-style-image:none;
	list-style-type:none;
	padding: 0px 0px 0px 16px;
	margin:0px;
}

li {
	list-style-image:url(/grafica/images/freccia_menu.gif);
	list-style-type:none;
	padding-bottom:2px;
}

ol {
	list-style-image:none;
}
ol li {
	list-style-image:none;
	list-style-type:lower-alpha;
	padding-bottom:2px;
}

ul.elenco {
	list-style-image:none;
	list-style-type:none;
	padding: 0px 0px;
	margin:0px;
}

ul.elenco li {
	list-style-image:none;
	list-style-type:none;
	padding: 1px 0px 0px 0px;
	margin:0px 32px 0px 0px;
	/*background-image:url(../images/tratteggio_oriz.png);
	background-repeat:repeat-x;
	background-position:top;*/
	border-top: 1px solid #fff;
}

ul.elenco li a, ul.elenco li a:link, ul.elenco li a:visited {
	color:#e00022;
	text-decoration:none;
	font-size:14px;
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	display:block;
	background-color:#fff;
	background-image:url(/grafica/images/info_spunta.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

ul.elenco li a:hover {
	color:#900;
	text-decoration:none;
	font-size:14px;
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	display:block;
	background-color:#f8f8f8;
	background-image:url(/grafica/images/info_spunta_r.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

ul.elenco li div.btn_info {
	position:absolute;
	margin: 0px 0px 0px 288px;
	padding:0px;
	width:32px;
}

ul.elenco li div.btn_info a, ul.elenco li div.btn_info a:link, ul.elenco li div.btn_info a:visited {
	color:#e00022;
	text-decoration:none;
	font-size:14px;
	padding: 0px;
	border:0px;
	margin:0px;
	font-weight:bold;
	background-image:url(/grafica/images/info_spunta.gif);
	background-repeat: no-repeat;
	background-position:top right;
}

ul.elenco li div.btn_info a:hover {
	color:#e00022;
	text-decoration:none;
	font-size:14px;
	padding: 0px;
	border:0px;
	margin:0px;
	font-weight:bold;
	background-image:url(/grafica/images/info_spunta_r.gif);
	background-repeat: no-repeat;
	background-position:top right;
}


.desc_prod {
	color:#666;
	font-weight:normal;
	font-size:11px;
}

#box_integr_to {
	float:right; width:670px;
	margin-top:10px;
	background-image:url(/grafica/images/box_670_bg.png);
	background-repeat:repeat-y;
	background-position:center;
}

#box_integr_to ul.elenco li div.btn_info {
	position:absolute;
	margin: 0px 0px 0px 618px;
	padding:0px;
	width:32px;
}


#box_integr_to ul.elenco li a, #box_integr_to ul.elenco li a:link, #box_integr_to ul.elenco li a:visited {
	background-image: none;
	background-color:#f8f8f8;
}

#box_integr_to ul.elenco li a:hover {
	background-image: none;
	background-color:#f0f0f0;
}


#box_integr_to ul.elenco li div.btn_info a, #box_integr_to ul.elenco li div.btn_info a:link, #box_integr_to ul.elenco li div.btn_info a:visited {
	color:#e00022;
	text-decoration:none;
	font-size:14px;
	padding: 0px;
	border:0px;
	margin:0px;
	font-weight:bold;
	background-image:url(/grafica/images/info_spunta.gif);
	background-repeat: no-repeat;
	background-position:top right;
}

#box_integr_to ul.elenco li div.btn_info a:hover {
	color:#e00022;
	text-decoration:none;
	font-size:14px;
	padding: 0px;
	border:0px;
	margin:0px;
	font-weight:bold;
	background-image:url(/grafica/images/info_spunta_r.gif);
	background-repeat: no-repeat;
	background-position:top right;
}






#div_errori div {
	background-color:#FC0;
	color:#e00022;
	font-style: italic;
	font-weight: bold;
	padding: 6px;
	text-align:center;
	margin:10px 0px;
}

input.btninvio_small {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:12px;
}

input.btninvio {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:14px;
}

#btnProsegui {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:14px;
}
#btnStampa {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:14px;
}

#btnEmail {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:14px;
}

#btnPreventivo {
	background-color:#e00022;
	color:#fff;
	border : 0px;
	font-weight: bold;
	padding: 6px;
	font-size:14px;
}
#calcola_tariffa {
	background-color:#e00022;
	color:#fff;
	font-weight: bold;
	border : 0px;
	padding: 6px;
	font-size:14px;
}

.nome_prodotto {
	color: #e00022;
	font-size:18px;
	padding:0px 0px 8px 0px;
	font-weight:bold;
}

div.titolo_tariffa {
	width:100%;
	color: #e00022;
	font-size:16px;
	padding:20px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
	font-weight:bold;
	border-top: 1px dashed #bcad7a;
}

.titolo_spec_prod {
	color: #000;
	font-size:13px;
	padding:0px 0px 2px 0px;
	margin-top:20px;
	margin-bottom:10px;
	background-image:url(/grafica/images/tratteggio_oriz.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
}

#stepbystep{
	background-image:url(/grafica/images/step_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.nome_globy {
	font-size:11px;
	font-style:italic;
}

#bloccoPremioTasse  {
	padding: 14px;
	background-color:#f0f0f0;
	text-align:right;
	border-top: 2px solid #bcad7a;
	border-bottom: 2px solid #bcad7a;
	background-image:url(/grafica/images/prezzo_prev.png);
	background-repeat:no-repeat;
	background-position: top left;
	margin: 8px 0px;
}

.prezzo_tot {
	color:#e00022;
	font-size:20px;
	font-weight:bold;
}
.prezzo_pers {
	color:#e00022;
	font-size:14px;
	font-weight:bold;
}

.note {
	font-size: 11px;
	font-style: italic;
}

.assicurato {
	font-size:12px;
	color: #e00022;
	font-weight:bold;
}

.etichetta {
	font-size:12px;
	color: #e00022;
	font-weight:bold;
	padding:6px;
	background-color:#e0e0e0;
}

.riga {
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(/grafica/images/tratteggio.gif);
}

#elenco_normative {
	width:330px;
	margin: 30px auto;
}

.titolo{
	color: #0094d7;
	font-size:16px;
	font-weight:bold;
}
a.piccolo, a.piccolo:hover, a.piccolo:link, a.piccolo:visited {color:#767057; font-size:11px; font-weight:normal;}
a.menu_mondialbook, a.menu_mondialbook:link, a.menu_mondialbook:visited { 	font-size:11px; 	color:#000; 	text-decoration:none; 	font-weight:normal; } a.menu_mondialbook:hover { 	font-size:11px; 	color:#e00022; 	text-decoration:none; 	font-weight:normal; }
