/* CSS Document */

html,body{
	width:100%;
	padding:0;
	margin:0;
	text-align: center;
	/* background: #EAF4FB url(../images/bg_tot1.jpg) top left repeat-x; */
	background: #e6e6e6 url(../images/bg_city.jpg) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

body{
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

a img { border: 0; }

a {
	color: #D93922;
	outline: none;
}


ul, ol li {
	margin:0;
	padding:0;
	list-style-type:none;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}


.clear{ clear: both; }
.clearLeft{ clear: left; }
.clearRight{ clear: right; }


.pagina {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align:left;
	font-family: inherit;
	font-size: 12px;
	color: #555;
}

#contenuto {
	width: 100%;
	float: left;
	background: #FFF url(../images/bg_intestazione.jpg) top left repeat-x;
}

#intestazione {
	width: 100%;
	float: left;
	height: 100px;
	position: relative;
}


#fondopagina {
	width: 100%;
	float: left;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #555;
	border-top: 1px solid #CCC;
	padding: 20px 0 20px 0;
}

#fondopagina b {
	color: #000;
}

#fondopagina a {
	color: #000;
	font-weight: bold
}

#fondopagina a:hover {
	color: #F13A00;;
}

/* -----------------------------------------
	STILE INTESTAZIONE
-----------------------------------------*/

.spazio_logo {
	width: 180px;
	height: 90px;
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 0;
}

/* -----------------------------------------
	STILE ICONE SOCIAL NETWORK
-----------------------------------------*/

.icone_contatti {
	width: auto;
	float: right;
	padding: 15px 0 0 0;
}

.icone_contatti a {
	display:inline;
	float:left;
	width:24px;
	height:24px;
	margin-left:6px;
}

/* EMAIL */

.icone_contatti .ico_email{
	background:url(../images/icona_email.png) left center no-repeat;
}

.icone_contatti .ico_email span{ display:none; }

/* FACEBOOK */

.icone_contatti .ico_facebook{
	background:url(../images/icona_facebook.png) left center no-repeat;
}

.icone_contatti .ico_facebook span{ display:none; }

/* SKYPE */

.icone_contatti .ico_skype{
	background:url(../images/icona_skype.png) left center no-repeat;
}

.icone_contatti .ico_skype span{ display:none; }

/* TWITTER */

.icone_contatti .ico_twitter{
	background:url(../images/icona_twitter.png) left center no-repeat;
}

.icone_contatti .ico_twitter span{ display:none; }

/* YOUTUBE */

.icone_contatti .ico_youtube{
	background:url(../images/icona_youtube.png) left center no-repeat;
}

.icone_contatti .ico_youtube span{ display:none; }

/**/

/* STILE TEL E FAX */

.tel_fax {
	width: auto;
	float: right;
	padding: 25px 0 0 0;
}

.tel_fax .tel{
	display:inline;
	float:left;
	height:32px;
	line-height: 32px;
	margin-left:20px;
	font-size: 21px;
	font-weight: bold;
	color: #787878;
	padding: 0 0 0 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/icona_tel.gif) top left no-repeat;
}

.tel_fax .fax{
	display:inline;
	float:left;
	height:32px;
	line-height: 32px;
	margin-left:30px;
	font-size: 21px;
	font-weight: bold;
	color: #787878;
	padding: 0 0 0 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/icona_fax.gif) top left no-repeat;
}

/**/

/* -----------------------------------------
	STILE MENU
-----------------------------------------*/

#menu {
	width: 100%;
	float: left;
	overflow:hidden;
	margin-top: 5px;
}

#menu ul li {
	display:inline;
	float: left;
	width: 155px;
	margin:0 2px 0 0;
	height: 50px;
}

#menu li a:link, #menu li a:visited {
	display:block;
	width: 155px;
	height: 50px;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_menu.gif) 0 0 no-repeat;
	outline: none;
}

#menu li a:hover, #menu li a:focus, #menu li a.attivo {
	background-position: -155px 0;
}

/* -----------------------------------------
	STILE CENTRALE
-----------------------------------------*/

.fascia_centrale {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.col_sx {
	width: 290px;
	float: left;
}

.col_dx {
	width: 640px;
	float: right;
}

/* -----------------------------------------
	STILE MOTORE DI RICERCA
-----------------------------------------*/


#riquadro_ricerca {
	width: 290px;
	height: 280px;
	float: left;
	background: url(../images/bg_motore.jpg) top left no-repeat;
}

#riquadro_ricerca h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	color: #D93922;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#riquadro_ricerca label {
	display: block;
	margin: 10px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#riquadro_ricerca span.select {
	display:inline;
	float:left;
	position: absolute;
	width: 240px;
	height: 30px;
	margin:0;
	padding: 7px 30px 0 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(../images/bg_select_ricerca.gif) left top no-repeat;
	overflow: hidden;
}

#riquadro_ricerca select {
	margin:0 0 0 10px;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
}

#riquadro_ricerca .pulsante_ricerca {
	display: inline;
	width: 140px;
	height: 30px;
	background: url(../images/pulsante_ricerca.gif) left top no-repeat;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	border: 0;
	padding: 0;
	font-weight: normal;
	cursor: pointer;
	margin: 15px 0 0 50px;
	line-height: 30px;
}


/* -----------------------------------------
	STILE SLIDESHOW
-----------------------------------------*/

#spazio_slideshow {
	width: 640px;
	height: 280px;
	float: right;
	position: relative;
}

#spazio_slideshow .cornice_slideshow {
	width: 640px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* STILE PULSANTI-LINK */

a.link_proposte {
	width: 150px;
	height: 25px;
	float: right;
	text-align: right;
	padding: 4px 25px 0 0;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_proposte.gif) top right no-repeat;
}

a.link_dettagli {
	width: 90px;
	height: 25px;
	float: right;
	text-align: right;
	padding: 4px 25px 0 0;
	margin: 5px 10px 0 0;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_dettagli.gif) top right no-repeat;
}

a.link_informazioni {
	width: 260px;
	height: 30px;
	float: right;
	text-align: right;
	padding: 4px 0 0 0;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/link_informazioni.gif) top right no-repeat;
}

a.link_proposte:hover, a.link_dettagli:hover, a.link_informazioni:hover {
	text-decoration: underline;
}

/* -----------------------------------------
	STILE PROPOSTE IMMOBILI HOME
-----------------------------------------*/

.intestazione_proposte {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.lista_proposte {
	width: 100%;
	float: left;
	height: 255px;
	margin-top: 15px;
	overflow: hidden;
}

h2.titolo_proposte {
	font-size: 25px;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h2.titolo_proposte span.rosso {
	font-weight: bold;
}

span.rosso {
	color: #D93922;
}


.box_immobile {
	width: 172px;
	float: left;
	height: 255px;
	cursor: pointer;
}

.box_immobile .riquadro_immagine {
	width: 100%;
	float: left;
	height: 115px;
	overflow: hidden;
	text-align: center;
}

.box_immobile .riquadro_testo {
	width: 100%;
	float: left;
}

.box_immobile p {
	padding: 0 5px;
}

.box_immobile a {
	text-decoration: none;
}

.box_immobile p.citta {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #D93922;
	margin: 10px 0 0 0;
	height: 32px;
	line-height: 16px;
	text-transform: uppercase;
	overflow: hidden;
	text-decoration: none;
}

.box_immobile p.caratteristiche {
	font-size: 14px;
	color: #555;
	margin: 5px 0 0 0;
	line-height: 18px;
}

.box_immobile p.prezzo {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 0;
	line-height: 16px;
}

.box_immobile p.prezzo span.da {
	font-size: 13px;
}

.spazio_immobile {
	width: 20px;
	float: left;
	height: 255px;
	background: url(../images/linea_grigia.gif) top center repeat-y;
	font-size: 0px;
}


.spazio_immobile_nascosto {
	width: 18px;
	float: left;
	height: 250px;
	border-right: 1px solid #CCC;
	font-size: 0px;
	display: none;
}

/* -----------------------------------------
	STILE 3 BANNER
-----------------------------------------*/

.fascia_banner {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.spazio_banner {
	width: 314px;
	height: 100px;
	float: left;
}


/* FINE HOME */



/* STILE STANDARD */


/* -----------------------------------------
	STILE SOTTOMENU
-----------------------------------------*/

#sottomenu {
	width: 100%;
	float: left;
	margin-top: 15px;
}


#sottomenu .titolo_sottomenu {
	width: 100%;
	float: left;
	height: 40px;
	background: url(../images/bg_titolo_sottomenu.jpg) top left no-repeat;
}

#sottomenu .titolo_sottomenu a {
	display: block;
	line-height: 40px;
	color: #D93922;
	padding: 0 10px 0 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/freccia_tit_sottomenu.png) center left no-repeat;
}


#sottomenu ul li {
	display: block;
	border-bottom: 1px dotted #AAA;
}

#sottomenu ul li a, #sottomenu ul li a:link, #sottomenu ul li a:visited {
	display: block;
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	padding: 6px 0 6px 30px;
	text-decoration: none;
	background: url(../images/freccia_sottomenu.png) center left no-repeat;
}


#sottomenu ul li a:hover, #sottomenu ul li a:focus {
	color: #D93922;
	background: #EEE url(../images/freccia_sottomenu.png) center left no-repeat;
}

#sottomenu ul li a.attivo {
	color: #D93922;
}

/* -----------------------------------------
	STILE PERCORSO
-----------------------------------------*/

.percorso {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #555;
	line-height: 22px;
}

.percorso img {
	vertical-align: middle;
	float: left;
}
.percorso a {
	font-size: 12px;
	color: #555;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
	float: left;
}
.percorso p b {
	color: #333;
}

.percorso a:hover {
	text-decoration: underline;
}

.percorso a.attivo {
	color: #333;
	font-weight: bold;
}

.percorso a.pag_prec {
	width: 22px;
	height: 22px;
	background: url(../images/freccia_prec.png) 0 0 no-repeat;
	margin-left: 8px;
}

.percorso a.pag_prec:hover {
	background-position: -22px 0;
}

.percorso a.pag_succ {
	width: 22px;
	height: 22px;
	background: url(../images/freccia_succ.png) 0 0 no-repeat;
	margin-left: 5px;
}

.percorso a.pag_succ:hover {
	background-position: -22px 0;
}

/* -----------------------------------------
	STILE INTESTAZIONE PAGINA
-----------------------------------------*/

.titolo_pagina {
	width: 100%;
	float: left;
	height: 50px;
	background: url(../images/bg_titolo_pagina.jpg) top left no-repeat;
	margin-top: 10px;
}

.titolo_pagina h2 {
	font-size: 22px;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6C6C6C;
	padding: 10px 15px 0 15px;
}

.titolo_pagina ul {
	margin-top: 12px;
}

.titolo_pagina ul li {
	float: right;
	margin-left: 10px;
}

.titolo_pagina a.affitto {
	display: block;
	width: 80px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	height: 25px;
	background: url(../images/pul_affitto.png) 0 0 no-repeat;
}

.titolo_pagina a.affitto:hover {
	background-position: -80px 0;
}

/* -----------------------------------------
	STILE LISTA IMMOBILI
-----------------------------------------*/

#lista_immobili {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.box_immobile_orizzontale {
	width: 100%;
	float: left;
	height: 115px;
	overflow: hidden;
	cursor: pointer;
}

.box_immobile_orizzontale .riquadro_immagine {
	width: 172px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.box_immobile_orizzontale .riquadro_testo {
	width: 455px;
	float: right;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.box_immobile_orizzontale .spazio_prezzo {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.box_immobile_orizzontale p.prezzo {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	line-height: 16px;
}

.box_immobile_orizzontale p.prezzo span.da {
	font-size: 13px;
}

.box_immobile_orizzontale p.citta {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #D93922;
	margin: 10px 0 0 0;
	line-height: 16px;
	text-transform: uppercase;
}

.box_immobile_orizzontale p.citta a {
	text-decoration: none;
}

.box_immobile_orizzontale p.caratteristiche {
	font-size: 12px;
	color: #777;
	margin: 5px 0 5px 0;
	line-height: 18px;
}

.box_immobile_orizzontale p.descrizione {
	font-size: 14px;
	color: #555;
	margin: 5px 0 0 0;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}

.spazio_immobile_orizzontale {
	width: 100%;
	float: left;
	height: 20px;
	background: url(../images/linea_grigia.gif) left center repeat-x;
	font-size: 0px;
}

/* -----------------------------------------
	STILE SCHEDA IMMOBILE
-----------------------------------------*/

#scheda_immobile {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#scheda_immobile .top {
	width: 100%;
	float: left;
}

#scheda_immobile p.rif {
	font-size: 16px;
	color: #000;
	float: left;
	padding: 5px 0 0 0;
}

#scheda_immobile .dati {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#scheda_immobile .immagine_grande {
	width: 360px;
	height: 270px;
	float: left;
	overflow: hidden;
}

#scheda_immobile .lista_miniature {
	width: 100%;
	float: left;
}

#scheda_immobile a.miniatura {
	width: 84px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin: 8px 8px 0 0;
}

#scheda_immobile .box_caratteristiche {
	width: 100%;
	float: left;
	height: 135px;
	background: url(../images/bg_box_caratteristiche.jpg) top left no-repeat;
}


/* DL, DT, DD TAGS - LIST DATA */

.box_caratteristiche dl {
	margin-top: 6px;
	color:#333;
}

.box_caratteristiche dl dt {
	width:50px;
	float:left;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	margin-right:10px;
	padding:2px 10px;
}

.box_caratteristiche dl dd {
	width:180px;
	float:left;
	font-size: 14px;
	padding:2px 0;
}

.box_caratteristiche dl dd.prezzo {
	font-size: 18px;
	color: #D93922;
	padding-top: 0;
}

.box_caratteristiche dl dd.contratto {
	text-transform: uppercase;
}

/* */

#scheda_immobile .spazio_google_map {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#scheda_immobile .spazio_google_map h4 {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	font-weight: normal;
}

/* STILE BOX DETTAGLI */

#scheda_immobile .box_dettagli {
	width: 640px;
	float: left;
	margin-top: 20px;
}

#scheda_immobile .box_dettagli .middle {
	width: 100%;
	float: left;
	background: url(../images/640x1_box_middle.gif) top left repeat-y;
	padding: 5px 0 20px 0;
}

#scheda_immobile .box_dettagli .bottom {
	width: 100%;
	float: left;
	height: 10px;
	font-size: 1px;
	background: url(../images/640x10_box_bottom.gif) bottom left no-repeat;
}


/* DL, DT, DD TAGS - LIST DATA */

.TabContent dl {
	margin-top: 8px;
	color:#333;
}

.TabContent dl dt {
	float:left;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	margin-right:10px;
	padding:3px 10px;
	width:60px;
}

.TabContent dl dd {
	display:block;
	font-size: 14px;
	padding:3px 0;
}

.TabContent dl dd.prezzo {
	font-size: 18px;
	color: #D93922;
	padding-top: 0;
}

/* */



/* -----------------------------------------
	STILE STANDARD
-----------------------------------------*/

#riquadro_contenuto {
	width: 100%;
	float: left;
	padding: 20px 0;
}


.testo_standard {
	font-size: 14px;
	line-height: 21px;
	color: #555;
	text-align: justify;
}

.testo_standard b, .testo_standard strong {
	color: #333;
}

.testo_standard a {
	font-weight: bold;
}


/* -----------------------------------------
	STILE RICHIESTA INFORMAZIONI
-----------------------------------------*/

.richiesta_info {
	position: relative;
}


.richiesta_info .box_dettagli {
	width: 640px;
	float: left;
	margin-top: 15px;
}

.richiesta_info .box_dettagli .top {
	width: 100%;
	float: left;
	height: 34px;
	background: url(../images/640x34_box_top.gif) top left no-repeat;
}

.richiesta_info .box_dettagli .top h3 {
	padding: 6px 15px;
	color: #555;
	font-size: 14px;
	text-transform: uppercase;
}

.richiesta_info .box_dettagli .middle {
	width: 100%;
	float: left;
	background: url(../images/640x1_box_middle.gif) top left repeat-y;
	padding: 15px 0 10px 0;
}

.richiesta_info .box_dettagli .bottom {
	width: 100%;
	float: left;
	height: 10px;
	font-size: 1px;
	background: url(../images/640x10_box_bottom.gif) bottom left no-repeat;
}


.richiesta_info dl {
	color:#333;
}

.richiesta_info dl dt {
	float:left;
	font-size: 14px;
	font-weight: bold; 
	margin-right: 10px;
	text-transform: none;
	padding: 3px 0 3px 15px;  
	width: 110px; 
}

.richiesta_info dl dd {
	width: 480px; 
	float:left;
	font-size: 14px;
	padding: 3px 0 3px 0;
}

.richiesta_info label {
	width: 100px;
	float: left;
	font-size: 14px;
	color: #564D46;
	padding: 4px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	text-align: left;
	margin-right: 10px;
}

.richiesta_info input.inpcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 150px;
	background: #FFF url(../images/bg_input.gif) bottom left repeat-x;
	color: #555;
	margin-bottom: 8px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCC;
}

.richiesta_info textarea {
	width: 460px;
	float: left;
	background: #FFF url(../images/bg_input.gif) bottom left repeat-x;
	color: #555;
	font-size: 13px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCC;
}

.richiesta_info input.check {
	float: left;
	margin-bottom: 10px;
}

.richiesta_info select {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.richiesta_info h4.close {
	float: right;
	padding: 1px 0;
	background:  url(../images/bg_close.gif) top center no-repeat;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	width: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.richiesta_info #conferma {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.richiesta_info .rosso {
	color: #D93922;
}
.richiesta_info .acc {
	vertical-align:middle;
}

.richiesta_info a.privacy:link, .richiesta_info a.privacy:visited {
	color: #D93922;
	text-decoration:none;
	vertical-align: middle;
}

.richiesta_info a.privacy:hover {
	text-decoration:underline;
}

.richiesta_info .pul_conferma {
	display: inline;
	width: 140px;
	height: 30px;
	background: url(../images/pulsante_conferma.gif) left top no-repeat;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	border: 0;
	padding: 0;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 0 0;
	line-height: 30px;
}

/* -----------------------------------------
	STILE CONTATTI
-----------------------------------------*/

.form_contatti {
	position: relative;
}

.form_contatti label {
	width: 150px;
	float: left;
	font-size: 14px;
	color: #564D46;
	padding: 4px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	text-align: right;
	margin-right: 10px;
}

.form_contatti input.inpcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 270px;
	background: #FFF url(../images/bg_input.gif) bottom left repeat-x;
	color: #555;
	margin-bottom: 8px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCC;
}

.form_contatti textarea {
	width: 270px;
	float: left;
	background: #FFF url(../images/bg_input.gif) bottom left repeat-x;
	color: #555;
	font-size: 13px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCC;
}

.form_contatti input.check {
	float: left;
	margin-bottom: 10px;
}

.form_contatti select {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.form_contatti h4.close {
	float: right;
	padding: 1px 0;
	background:  url(../images/bg_close.gif) top center no-repeat;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	width: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.form_contatti #conferma {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.form_contatti .rosso {
	color: #D93922;
}
.form_contatti .acc {
	vertical-align:middle;
}

.form_contatti a.privacy:link, .form_contatti a.privacy:visited {
	color: #D93922;
	text-decoration:none;
	vertical-align: middle;
}

.form_contatti a.privacy:hover {
	text-decoration:underline;
}

label.privacy {
	color: #F13A00;
	text-decoration:none;
	cursor: pointer;
	vertical-align: middle;
}

.form_contatti .pul_conferma {
	display: inline;
	width: 140px;
	height: 30px;
	background: url(../images/pulsante_conferma.gif) left top no-repeat;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	border: 0;
	padding: 0;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 0 0;
	line-height: 30px;
}


/*--------------------------------------------------------
			OVERLAY
--------------------------------------------------------*/

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}


#finestra {
	position: absolute;
	z-index: 1000;
	width: 440px;
	height: 300px;
	background: #F5F5F5;
	/* display: none; */
	border: 5px solid #CCC;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -220px;
	color: #564D46;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}



/****************************************************
				STILE HIGHSLIDE
****************************************************/

/****** STILE HIGHSLIDE ***********************************/

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #787D65;
	margin-right: 4px;
}
.highslide:hover img {
	border: 1px solid #FFF;
}

.highslide-image {
	border: 10px solid white;
	z-index: 900;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
a.highslide-loading:link, a.highslide-loading:hover, a.highslide-loading:visited {
    display: block;
	color: white;
	font-style: 'Trebuchet MS';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	visibility: hidden;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


