/*tag principali*/
BODY                                    { color: #fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 11pt; background-image: url("sfondo_body3.jpg"); background-repeat: repeat; background-position: center top; margin: 0; padding-top: 10px; padding-bottom: 10px; vertical-align: top }
HR        { border-top: 1px solid }
SELECT             { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; margin-bottom: 3px; border: solid 1px }
INPUT           { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; border: solid 1px }
INPUT.centrale              { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; margin-bottom: 3px; padding: 2px; border: solid 1px }
INPUT.cerca            { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; padding: 2px; border: solid 1px }
TEXTAREA            { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; padding: 2px; width: 200px; border: solid 1px }
SELECT.centrale           { color: #820d20; font-size: 11px; font-family: arial; background-color: #fff; padding: 2px; border: solid 1px }
h1                  { color: #820d20; font-size: 11pt; line-height: 12pt }
h2                 { color: #820d20; font-size: 12pt; font-style: italic; line-height: 12pt; text-decoration: none }
legend { font-weight: bold }
fieldset  { color: #000; font-size: 11px; padding: 5px }
/*per nascondere tag H1 all'inizio che serve all'indicizzazione*/
.vedi  { color: #000 }
.nonvedi {display:none;}
/*novità negli articoli*/
.novita{ color: #f00; font-size: 12px; font-weight: bold; text-decoration: none; }
/*descrizione categoria*/
.descrizione{  font-size: 11px; }
.titolo       { color: #820d20; font-size: 12px; font-weight: bold; background-image: url("m99.gif"); background-repeat: no-repeat; background-position: center top; text-align: center; padding: 2px; border: solid 1px }
.titolino     { color: #820d20; font-size: 12px; font-weight: bold; padding-bottom: 3px; border-bottom: 1px solid #39496b }
/*cella di intestazione in alto*/
.sopra                                   { color: #820d20; font-size: 11px; font-family: Geneva; background-color: #fff; background-image: url("carrara.gif"); background-repeat: no-repeat; vertical-align: bottom; border-bottom: 1px solid #820d20 }
/*colonna di sinistra*/
.menu                                            { color: #fff; font-size: 11px; font-style: normal; font-weight: normal; line-height: normal; background-image: url("sfondo_body.jpg"); background-repeat: repeat; background-attachment: scroll; padding: 10px 4px 1px; vertical-align: top }
.menu_a_fianco  { border-right: 1px solid #820d20 }
.menu a:link              { color: #ff1d04; text-decoration: none }
.menu a:visited             { color: #a4a4a4; text-decoration: none }
.menu a:hover               { color: #ff1d04; text-decoration: none }
/*colonna di destra*/
.menu1                                { color: #052e66; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; background-color: #ccd4df; background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; letter-spacing: 1px; padding-top: 5px; vertical-align: top; border-right: 2px solid }
.menu1 a:link             { color: #052e66; text-decoration: none }
.menu1 a:visited           { color: #000; text-decoration: none }
.menu1 a:hover            { color: #e89b1e; text-decoration: none }
/*cella che contiene il path dove sei*/
.dovesei      { color: #ad2823; background-color: #fff; border-bottom: 1px solid #820d20 }
/*testo della pagina*/
.testo            { color: #000; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #fff; background-repeat: no-repeat; background-position: left top; text-align: justify; padding: 5px; vertical-align: top; border-left: 1px dotted #ad2823 }
.testo a:link             { color: #820d20; text-decoration: underline }
.testo a:visited            { color: #a4a4a4; text-decoration: underline }
.testo a:hover                { color: #ff1d04; text-decoration: underline }
TD.testo img   { margin: 4px }
/*cella degli indirizzi in basso*/
.indirizzi                              { color: #fff; font-size: 9px; font-weight: bold; background-color: #ac2823; background-repeat: no-repeat; background-position: center; text-align: center; padding-top: 10px; height: 20px; vertical-align: top; border-top: 1px solid #660d20 }
#indirizzo { color: #fff; font-size: 10px; margin-top: 5px }
/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/
/*Immagini: | ../images/blank.gif | ../images/prevlabel.gif | ../images/nextlabel.gif | */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
/*box laterali titolo e contenuto*/
.box-title                            { color: #820d20; font-size: 13px; font-weight: bold; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; padding: 4px 3px 2px 5px; border: solid 1px }
.box-content                                { color: #820d20; font-size: 10px; background-color: #fff; padding: 3px; border: solid 1px }
box-content a:hover     { color: #48514c; text-decoration: underline }
box-content a:link   { color: #393939; text-decoration: underline }
/*box laterali del preview preventivi ed e-commerce*/
.box-content-preview                         { color: #043c17; font-size: 10px; background-color: #b9dbff; padding: 3px }
.box-content-preview-ecommerce                          { color: #043c17; font-size: 10px; background-color: #b9dbff; padding: 3px; border-style: none solid solid; border-width: 2px; border-color: #bbb }
/*tabella categorie*/
.tabella               { color: #fff; text-align: left }
.tabella img  { }
.tabella td          { font-size: 10px; padding: 2px }
.tabella a:link     { color: #fff; text-decoration: none }
.tabella a:visited     { color: #fff; text-decoration: none }
.tabella a:hover  { color: #fff; text-decoration: none }
/*tabella prodotti*/
.tabellap               { color: #fff; font-size: 9px; text-align: center; vertical-align: top }
.tabellap img  { }
.tabellap td        { font-size: 10px; padding: 0 0 0 2px; width: 33%; vertical-align: top }
.tabellap a:link   { color: #002ec8; text-decoration: none }
.tabellap a:visited   { color: #002ec8; text-decoration: none }
.tabellap a:hover { color: #3b69d7; text-decoration: none }
/*celle della tabella superiore per il testo che sta sotto e inferiore per la foto che sta sopra (si intendono gli allineamenti)*/
.superiore      { text-align: right; padding-right: 3px; padding-bottom: 0; padding-left: 3px; width: 20%; height: 10px; vertical-align: top }
.inferiore  { text-align: center; width: 20%; vertical-align: bottom }
/*autore*/
.glacomtech     { color: #3779d0; font-size: 8pt; vertical-align: middle }
/*cella che contiene il primo livello*/
.nav_primo_livello  { background-color: #fff; background-image: url(intestazione.jpg); background-repeat: repeat-x; background-position: center top; padding: 5px; vertical-align: middle; border-bottom: 1px solid #a3c1ef }
/*navigazione primo livello*/
#ddtoptabs { background: transparent; margin-right: auto; margin-left: auto; padding-left: 1px; width: 100%; voice-family: inherit }
#ddtoptabs ul { font: bold 10px Verdana, sans-serif, Arial; list-style: none; margin: 0; padding: 0 }
#ddtoptabs li{display:inline;margin:0 2px 0 0;padding:0;text-transform:uppercase;}
#ddtoptabs a  { color: white; text-decoration: none; background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; margin: 0 2px 0 0; padding: 0 0 1px 3px; float: left }
#ddtoptabs a span { background: url(color_tabs_right.gif) no-repeat right top; display: block; padding: 4px 6px 3px 3px; float: left }
#ddtoptabs a span{float:none;}
#ddtoptabs a:hover { }
#ddtoptabs a:hover span { }
#ddtoptabs #current a, #ddtoptabs #current span    { color: #828282 }
#ddtoptabs #current2 a, #ddtoptabs #current2 span   { color: #052e66 }
#ddtoptabsline{clear: both;padding: 0;width: 100%;height: 8px;line-height: 8px;background: black;border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/}
/*se selezionata la lingua completa formatto il testo*/
.lingue             { color: #ad2823; font-size: 10px; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; text-align: left; padding-top: 3px; padding-bottom: 3px; padding-left: 400px; vertical-align: bottom }
.lingue a:link                { color: #ad2823; text-decoration: none }
.lingue a:visited               { color: #ad2823; text-decoration: none }
.lingue a:hover                { color: #ad2823; text-decoration: none }
.linguesel            { color: #ad2823; font-size: 13px; font-weight: bold; text-decoration: none; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; text-align: left; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; vertical-align: bottom }
.linguesel a:link                { color: #ad2823; font-weight: bold; text-decoration: none }
.linguesel a:visited               { color: #ad2823; font-weight: bold; text-decoration: none }
.linguesel a:hover                { color: #ad2823; font-weight: bold; text-decoration: none }
/*real estate*/
.real_estate TD         { color: #fff; font-size: 11px }
.form { font-size: 10px; vertical-align: middle }
.tab { font-size: 9px; text-align: center }
/*menu secondo livello laterale*/
#menu_laterale ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#menu_laterale li         { font-size: 11px; background-color: #184a95; background-image: url(color_tabs_left.gif); background-position: left top; text-align: left; display: block; padding: 2px 5px; width: 100%; margin-right: -5px; margin-bottom: 2px; border: solid 1px #828282   }
#menu_laterale a:link    { color: #fff; text-decoration: none }
#menu_laterale a:visited    { color: #fff; text-decoration: none }
#menu_laterale a:hover   { color: #f00; text-decoration: none }
/*menu laterale fotografie*/
#menu_laterale_foto ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#menu_laterale_foto li         { font-size: 11px; background-color: #3a6e8f; background-image: url(color_tabs_left.gif); background-position: left top; text-align: left; display: block; padding: 2px 5px; width: 100%; margin-right: -5px; margin-bottom: 2px; border: solid 1px #828282   }
#menu_laterale_foto a:link    { color: #fff; text-decoration: none }
#menu_laterale_foto a:visited    { color: #fff; text-decoration: none }
#menu_laterale_foto a:hover   { color: #f00; text-decoration: none }
/*grafica menu ad albero principale*/
#header ul      { list-style-type: none; list-style-image: none; margin: 1px; padding: 1px; width: 174px }
#header li                    { color: #820d20; font-size: 10px; background-image: url("bottoni.gif"); background-repeat: no-repeat; background-position: right center; text-align: left; list-style-type: square; display: block; margin: 0 0 2px; padding-top: 7px; padding-bottom: 7px; border-color:  }
#header a           { color: #616161; font-size: 11px; font-weight: bold; text-decoration: none; border-color:  }
#header li:hover          { color: #820d20; font-weight: bold; background-image: url(bottoni_hover.gif); background-repeat: no-repeat; background-position: right center; display: block; padding-top: 7px; padding-left: 7px; border-color:  }
/*grafica menu ad albero principale*/
#headerproduct ul     { list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#headerproduct li                { font-size: 10px; text-align: left; list-style-type: square; display: block; margin-bottom: 2px; padding: 2px 1px; position: relative; border-bottom: 1px solid #f3f3f3; -moz-opacity: 0.8; filter: alpha(opacity=80); opacity: 0.8             }
#headerproduct a:link     { color: #052e66; text-decoration: none }
#headerproduct a:visited      { color: #052e66; text-decoration: none }
#headerproduct a:hover     { color: #052e66; font-weight: bold; text-decoration: underline }
/*FINE*/
/*
#header2 ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#header2 li    { font-size: 11px; background-color: #b8e5b8; text-align: right; display: block; margin-bottom: 3px; padding: 2px 8px 2px 2px; position: relative; width: 190px; border: solid 1px #043c17 }
*/

.A.ritorna  {font-size: 11px;}
.cerca  { color: #000; font-size: 11px; font-style: italic; font-weight: bold }
.immagine  { margin: 3px; padding: 3px }
#indenta { margin-left: 11px }
.soprasotto   { background-color: #fff; background-position: center }.intprevleft     { color: #006f28; font-weight: bold; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; text-align: left; padding: 3px; border-bottom: 1px dotted #878787 }
.intprevright     { color: #666; font-size: 11px; background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-align: left; padding: 3px; border-bottom: 1px dotted #878787 }.centra { text-align: center }
.nota  { font-size: 8pt; margin: 4px; padding: 3px }.evidenza {	BACKGROUND-COLOR: #eeee00; 	BORDER-BOTTOM: black 1px dotted; 	BORDER-LEFT: black 1px dotted; 	BORDER-RIGHT: black 1px dotted; 	BORDER-TOP: black 1px dotted; 	MARGIN: 4px; 	PADDING-BOTTOM: 3px; 	PADDING-LEFT: 3px; 	PADDING-RIGHT: 3px; 	PADDING-TOP: 3px; }.box-titlecenter               { color: #6e6e6e; font-size: 11px; font-weight: bold; background-color: #fff; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 3px; border-top: thin solid #6e6e6e; border-bottom: thin solid #6e6e6e }.box-contentcenter                { color: #000; font-size: 11px; background-color: #fff; padding: 3px }.menu-title                   { color: #043c17; font-size: 12px; font-weight: bold; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; margin-left: 5px; padding: 3px }
IMG.box-content                         { margin: 4px }
.successo { color: #06f; font-weight: bold }.errore { color: #f00; font-weight: bold }.noerrore  { color: #03f; font-weight: bold }.menubox a   { }.smalltitle  { color: #fff; font-size: 12px; font-family: arial, Helvetica, sans-serif; font-weight: bold }.smalltitleset  { color: #fff; font-size: 12px; font-family: arial, Helvetica, sans-serif; font-weight: bold }
.download_table                            { color: #fff; font-size: 9px; line-height: 11px; background-color: #fff; padding: 3px; border: solid 2px #bbb }download_table a:hover    { color: #e89b1e; text-decoration: underline }download_table a:link    { color: #fff; text-decoration: underline }.testopreventivo   { color: #39496b; text-align: left; vertical-align: middle }.inputpreventivo { text-align: left }
.cercapos   { position: relative; top: 73px; left: 230px; width: 170px; height: 30px; float: left }.categorie     { position: relative; top: 12px; left: -60px; width: 350px; height: 30px; float: left }
.formpreventivo    { background-color: #f8f9fd; margin-right: 5px; padding: 2px; width: 99%; border: solid 1px #bbb }.formecommerce    { background-color: #f3f3f3; margin-right: 5px; padding: 2px; width: 99%; border: solid 1px #bbb }


#contatti td   { color: #820d20; font-size: 11px }
.contatti { color: #820d20; font-size: 11px }
