/*Definizione HADER, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ /*E' costituito da un contenitore principale (headerContainer) + 4 contenitori per immagini (headerImg1, 2, 3 e 4) */ #headerContainer { width:775px; height:100; /*align:center;*/ z-index: 2; border:0px dotted black; } #headerImg1 { width:200; height:100; z-index: 4; padding: 0px 0px 0px 0px; /*top right bottom left*/ /*border:1px dotted red;*/ } #headerImg2 { width:369; height:100; z-index: 4; padding: 20px 0px 0px 0px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:bold; font-size:16pt; color:rgb(76,76,76); /*border:1px dotted brown;*/ } #headerImg3 { width:140; height:50; z-index: 4; padding: 0px 0px 0px 0px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:normal; font-size:6pt; color:rgb(76,76,76); /*border:1px dotted yellow;*/ } #headerImg4 { width:65; height:50; z-index: 4; /*border:1px dotted blue;*/ } #headerImg5 { width:205; height:50; z-index: 4; padding: 0px 5px 5px 5px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:bold; font-size:6pt; color:rgb(76,76,76); /*border:1px dotted black;*/ } /*Definizione HADER, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione CORPO, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ #corpoPagina { width:775; height:500; z-index: 2; /*border:1px dotted yellow;*/ } #colSx { width:177; /*height:450;*/ z-index: 4; /*border:1px dotted red;*/ } #colCen { width:390; /*height:450;*/ z-index: 4; /*border:1px dotted blue;*/ } #colDx { width:204; /*height:450;*/ z-index: 4; /*border:1px dotted green;*/ } #colSep1 { width:1px; background-position: top right; background-repeat: no-repeat; /*border:1px dotted green;*/ } #colSep3 { width:2px; background-position: top right; background-repeat: no-repeat; /*border:1px dotted green;*/ } #colSep4 { width:1px; background-position: bottom center; background-repeat: no-repeat; /*border:1px dotted green;*/ } /*Definizione CORPO, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione colonna CENTRALE------------------------------------------------------------------------------------------------------------------------------------->>>*/ #Anteprima { valign:top; overflow:auto; height:500px; width:390px; scrollbar-3dlight-color:rgb(230,230,230); scrollbar-arrow-color:grey; scrollbar-base-color:rgb(230,230,230); scrollbar-darkshadow-color:rgb(230,230,230); scrollbar-face-color:lightgrey; scrollbar-highlight-color:rgb(250,250,250); scrollbar-shadow-color:rgb(230,230,230); scrollbar-track-color:rgb(250,250,250); } .tdAnteprima { font-family:Verdana; font-size:7pt; color:rgb(130,130,130); font-weight:normal; text-decoration: none; width:370px; padding: 5px 5px 10px 10px; /*top right bottom left*/ } #colCen a { font-family:Verdana; font-size:7pt; color:rgb(130,130,130); font-weight:bold; text-decoration: none; } #colCen a:hover { color:rgb(254,118,30); /*text-decoration: underline;*/ } .linkAnteprima { text-align:right; width:350px; padding: 5px 0px 10px 0px; /*top right bottom left*/ /*border:1px dotted green;*/ } /*Definizione colonna CENTRALE-------------------------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione VETRINE-------------------------------------------------------------------------------------------------------------------------------------------------->>>*/ #contVetrine { position:relative; width:190; top:20; /*height:450;*/ /*border:1px dotted red;*/ } .login { /*height:450;*/ /*border:1px dotted blue;*/ font-family:Verdana; font-size:7pt; font-weight:normal; color:rgb(254,118,30); padding: 0px 10px 0px 0px; /*top right bottom left*/ } .Vetrine { /*height:450;*/ /*border:1px dotted blue;*/ } .VetrinaTesto { font-family:Verdana; font-size:7pt; font-weight:normal; color:rgb(254,118,30); height:150px; padding: 5px 3px 3px 3px; /*top right bottom left*/ } .VetrinaTestoTitolo { font-weight:bold; } #TitoloVetrinaTxt { height:20px; } #VetrinaTxt { height:185px; z-index: 2; vertical-align:top; } #SepLogin { height:2px; border:0px dotted blue; z-index: 5; } #SepVetrine { height:56px; /*height:14px; altezza da utilizzare se si fa vedere riquadro login*/ border:0px dotted blue; z-index: 5; } #TitoloVetrinaImg { height:20px; z-index: 5; } #VetrinaImg { height:120px; background-position: center center; background-repeat: no-repeat; z-index: 3; /*border:0px dotted rgb(130,130,130);*/ /*border-bottom:0px dotted rgb(130,130,130);*/ } #PiedeVetrine { height:35 px; border:0px dotted blue; z-index: 5; /*border:1px dotted rgb(130,130,130);*/ } /*Definizione VETRINE--------------------------------------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione PIEDE, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ #piedePagina { width:775; height:2; /*border:1px dotted green;*/ } #piedeTD { width:775; height:1; /*border:1px dotted green;*/ } /*Definizione PIEDE, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*classe generica per nascondere tabella di servizio in testa al documento------------------------------------------------------------------------------------->>>*/ .NoDisplay {display:none} /*classe generica per nascondere tabella di servizio in testa al documento-------------------------------------------------------------------------------------<<<*/