<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	background-image: url(outlet.jpg);
	background-color: White;
	background-repeat: no-repeat;
}

/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	height: 20px;
	float: left;
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.testa a:link,  .testa a:visited  {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
	
.testa a:hover, .testa a:active {
	color: Yellow;
	font-weight: bold;
}

.testa strong {
	color: Yellow;
}

/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	margin-left: 200px;
	height: 22px;
	font-weight: normal;
	font-size: 12px;
}

.barra ul {
	float: right;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.barra li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
}

.barra li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
} 


.barra a:link, .barra a:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
} 

.barra a:hover, .barra a:active{
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}

.barra strong {
	color: Yellow;
	font-weight: bold;
}

.barra del {
	color: #DDA0DD;
}

/*
************************************************************
                          PULSANTI
************************************************************
*/

.pulsanti {
	float: right;
	font-size: 10px;
	color: #004801;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.pulsanti ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.pulsanti li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #004801;
}

.pulsanti li a {
	display: block;
} 

.pulsanti a:link, .pulsanti a:visited {
	text-decoration: none;
	color: White;
} 

.pulsanti a:hover, .pulsanti a:active{
	color: Yellow;
}

.pulsanti strong {
	color: Yellow;
}

.pulsanti .stop {
	color: Red;
	font-weight: bold;
	text-decoration: blink;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	float: left;
	color: #004801;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	margin-top: 3px;
}

.menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
}

.menu li a {
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #EADF2B;
} 

.menu li a:link, .menu li a:visited {
	color: White;
	text-decoration: none;
	background-image: url(pulsanti.gif);
} 

.menu li a:hover, menu a:active {
	color: Yellow;
}

.menu strong {
	color: Yellow;
	font-weight: bold;
}

.menu del {
	color: #DDA0DD;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
	clear: left;
	margin-top: 10px;
	width: 200px;
	padding-top: 0px;
	font-size: 13px;
	/*height: 450px;*/
	overflow: auto;
}

.icone ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.icone li {
   float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0px;
}

.gif0, .gif0strong  {
	border: 0px;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.gif1, .gif1strong  {
	border: 0px;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.gif0s, .gif1s  {
	border: 0px;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

.jpg0  {
	border: 3px solid White;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg0strong  {
	border: 3px solid #EADF2B;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 3px solid #EADF2B;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 3px solid #EADF2B;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg0del, .jpg1del {
	border: 1px solid Purple;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
   position: absolute;
	right: 10px;
	top: 0px;
}

.lingue img  {
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	visibility: visible;
	color: White;
	font-size: 13px;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 2px;
}

.percorso a:link, .percorso a:visited {
	color: White;
	text-decoration: none;
}

.percorso a:hover, .percorso a:active {
	color: Yellow;
	text-decoration: none;
}

/*
************************************************************
                         IMMAGINE
************************************************************
*/

.immagine    {
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1    {
	color: #008551;
	font-size: 22px;
	text-align: left;
	width: 95%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
}

.titolo2 h1, .titolo3 h1     {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #008551;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1 {
	color: Navy;
	font-size: 12px;
	text-align: justify;
	line-height: 170%;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-weight: normal;
}

.corpo2, .corpo3 {
	color: Navy;
	font-size: 11px;
	text-align: center;
	line-height: 170%;
	font-weight: normal;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


a:link, a:visited {
	color: Green;
	text-decoration: none;
	font-weight: bold;
} 

a:hover, a:active {
	color: Red;
	font-weight: bold;
}

.grande {
	color: #008551;
	font-size: 22px;
	font-weight: bold;
}

.medio {
	color: #008551;
	font-size: 18px;
	font-weight: bold;
}

.normale     {
}

.piccolo     {
	font-size: 10px;
}

.messaggio   {
	color: #008551;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.campo       {
	font-style: italic;
}

.stile1  {
	color: Navy;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stile2  {
	color: #008551;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stile3  {
	color: Red;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stile4  {
	color: #EADF2B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stileon {
	color: Red;
}

.box1 {
	float: left;
	width: 50%;
	text-align: left;
	border: 1px none #008551;
	padding-top: 0px;
}

hr {
	border: solid #EADF2B;
	border-width: 3px 0px 0px 0px;
	/*clear: both;*/
	line-height: 0px;
}

.immagineright {
   float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immagineleft {
   float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immaginedisponi {
	float: left;
	margin: 5px;
}

.jpg {
	border: 3px solid #EADF2B;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #008551;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 5px;
}

.corpo0 ul, .corpo1 ul, .corpo2 ul, .corpo3 ul  {
	list-style-type: square;
	margin-bottom: 0px;
}

/*
************************************************************
                     MESSAGGIOERRORE
************************************************************
*/

.messaggioerrore    {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: Red;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF500;
	text-align: center;
}

/*
************************************************************
                     FRAMELINK
************************************************************
*/

.framelink    {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 500px;
}

/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	color: Navy;
	font-size: 10px;
	text-align: right;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
	height: 20px;
	background-image: url(barra_1.gif);
	border-bottom: 3px solid #EADF2B;
	text-align: right;
	color: White;
	font-size: 13px;
	font-weight: bold;
	background-position: top;
}

.piede a:link,  .piede a:visited  {
	color: White;
	text-decoration: none;
}
	
.piede a:hover, .piede a:active{
	color: Yellow;
	text-decoration: none;
}

.piede strong {
	color: Yellow;
	font-weight: normal;
}

.piede div {
	padding-right: 5px;
	padding-top: 2px;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
	font-size: 10px;
	color: #1E90FF;
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.coda a:link, .coda a:visited {
	color: #1E90FF;
	text-decoration: none;
}

.coda a:hover, .coda a:active{
	color: Green;
	text-decoration: none;
}

/*
************************************************************
                         CREDITS
************************************************************
*/

#credits {
	font-size: 10px;
	color: #1E90FF;
	text-align: left;
	padding: 5px;
}

#credits .webdesign, #credits .webdesign a {
	color: #1E90FF;
	text-decoration: none;
	visibility: visible;
}

#credits .home, #credits .home a {
	color: #1E90FF;
	text-decoration: none;
	visibility: hidden;
}

#credits .web {
	color: #1E90FF;
	text-decoration: none;
	visibility: hidden;
}

/*
************************************************************
                 LOGOVERTICALE : ESCLUSIVO
************************************************************
*/

#logoverticale {
	position: absolute;
	right: 0px;
	top: 190px;
	border: 0px none;
}

/*
************************************************************
                  cont0,1,2,3 : Esclusivo
************************************************************
*/


#contmenuicone {
	float: left;
	margin: 0px;
	width: 200px;
}

#contcorpo {
	margin-left: 200px;
	margin-right: 45px;
	padding: 0px;
}

#cont0, #cont1, #cont2, #cont3 {
}

/*
************************************************************
             urlsinistra, urldestra : Esclusivo
************************************************************
*/

#urlsinistra {
	position: absolute;
	right: 55px;	
	top: 152px;
	width: 41px;
	height: 21px;
	text-align: center;
}

#urldestra {
	position: absolute;
	right: 10px;
	top: 152px;
	width: 41px;
	height: 21px;
	text-align: center;
}

/*
************************************************************
           emporio1 (in alto) : Esclusivo
************************************************************
*/

#emporio1 {
	background-image: url(outlet_emporio_1.jpg);
	background-color: #7CCBEC;
	background-repeat: no-repeat;
	border-bottom: 3px solid #EADF2B;
}

/*
************************************************************
              spaccisar (in alto sx) : Esclusivo
************************************************************
*/

#spaccisar {
	float: left;
	width: 220px;
	height: 150px;
}

/*
************************************************************
              emporio1a : ESCLUSIVO
************************************************************
*/

#emporio1a {
	position: absolute;
	top: 0px;
	left: 230px;
	color: White;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

/*
************************************************************
          emporio1b (in alto dx) : Esclusivo
************************************************************
*/

#emporio1b {
	margin-left: 230px;
	margin-top: 0px;
	height: 125px;
}

/*
************************************************************
          emporio2 (in basso) : Esclusivo
************************************************************
*/

#emporio2 {
   clear: both;
	background-color: #FFF500;
}


/*
************************************************************
             #emporio2a : Esclusivo
************************************************************
*/

#emporio2a {
	height: 20px;
	background-image: url(barra_2.gif);
	border-top: 3px solid #EADF2B;
	background-position: bottom;
}

/*
************************************************************
        #emporio2b : Esclusivo
************************************************************
*/

#emporio2b {
	width: 100%;
	height: 60px;
	clear: both;
	background-image: url(outlet_emporio_2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*
************************************************************
                    FB : Forum Bacheca
************************************************************
*/

.FB {
	border: 3px solid #EADF2B;
	text-align: left;
}

.FBtestaforum {
	background-color: #008551;
	color: White;
}

.FBtestabacheca {
	background-color: #008551;
	color: White;
}

.FBtestaforum a:link, .FBtestaforum a:visited, .FBtestabacheca a:link, .FBtestabacheca a:visited {
	color: White;
}

.FBtestaforum a:hover, .FBtestaforum a:active, .FBtestabacheca a:hover, .FBtestabacheca a:active {
	color: Yellow;
}

.FBtestaforum strong, .FBtestabacheca strong  {
	color: Yellow;
}

.FBcategoria {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
}

.FBcategoria ul {
	margin: 0px;
	padding: 0px;	
	white-space: nowrap;
}

.FBcategoria li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
}

.FBcategoria li a {
	display: block;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px; /*width: 200px;*/
	font-size: larger;
} 

.FBcategoriatesto {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 15px;
	color: White;
} 

.FBtempo {
	text-align: left;
}

.FBtempo a {
	padding-left: 15px;
	font-size: smaller;
}

.FBordinamento {
   float: right;
	text-align: right;
}

.FBordinamento a {
	padding-right: 15px;
	font-size: smaller;
}

.FBintestazioni {
	text-align: center;
	background-color: #7CCBEC;
	font-size: smaller;
	color: White;
}

.FBscheda {
	padding-left: 15px;
	text-align: left;
	background-color: #FFF500;
	font-weight: bold;
	color: Red;
}

.FBchiaro {
	background-color: #FFFFF0;
}

.FBscuro {
	background-color: #FFFCDD;
}

.FBevidenziato {
	background-color: #FFF500;
}

.FBriservato {
	color: Red;
}

.FBnorecord {
	width: 100%;
	background-color: #FFF500;
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

.FBcodaforum {
	background-color: #008551;
	color: #2F4F4F;
}

.FBcodabacheca {
	background-color: #008551;
	color: #2F4F4F;
}

.FBcodaforum a:link, .FBcodaforum a:visited, .FBcodabacheca a:link, .FBcodabacheca a:visited  {
	color: White;
}

.FBcodaforum a:hover, .FBcodaforum a:active, .FBcodabacheca a:hover, .FBcodabacheca a:active {
	color: Yellow;
}

.FBcodaforum strong, .FBcodabacheca strong {
	color: Yellow;
}

.FBcodaforum span, .FBcodabacheca span {
	color: White;
}

-->
