﻿body, html
{
	margin : 0px; 
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height : 100%;
	text-align : left;
	background-color : #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	background-image : url(../img/sfondo.jpg);
	background-position : left top;
	background-repeat : repeat;
}


A:link, A:VISITED, A:Active  {
	color : #666;
	text-decoration : none;
}

A:Hover  {
	color : #333;
	text-decoration : underline;
}

INPUT, SELECT, TEXTAREA
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.FormBoxLogin
{
	margin : 0px;
	padding : 0px;
	padding-top : 7px;
	color : #000000;
}

.TestoErrore
{
	margin : 0px;
	padding : 0px;
	color : #FF0000;
	font-weight : bold;
	font-size : 14px;
}

.ClsInputBoxRicerca
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.LinkRosso:link, .LinkRosso:active, .LinkRosso:visited
{
	color : #666;
	text-decoration : none;
}

.LinkRosso:hover
{
	color : #333;
	text-decoration : underline;
}

.LinkBianco:link, .LinkBianco:active, .LinkBianco:visited
{
	color : #666;
	text-decoration : none;
}

.LinkBianco:hover
{
	color : #333;
	text-decoration : underline;
}


.LinkBlu:link, .LinkBlu:active, .LinkBlu:visited
{
	padding : 0px;
	margin : 0px;
	color : #666;
	font-weight : normal;
	text-align : left;
	/*background-image : url(../img/SfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;*/	
	padding-left : 15px;	
	text-decoration : underline;
}

.LinkBlu:hover
{
	padding : 0px;
	margin : 0px;
	color : #333;
	font-weight : normal;
	text-align : left;
	/*background-image : url(../img/SfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;*/	
	padding-left : 15px;	
	text-decoration : none;
}


.LinkBluSimple:link, .LinkBluSimple:active, .LinkBluSimple:visited
{
	padding : 0px;
	margin : 0px;
	color : #666;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
}

.LinkBluSimple:hover
{
	padding : 0px;
	margin : 0px;
	color : #333;
	font-weight : normal;
	text-align : left;
	text-decoration : underline;
}

.SmallKey
{
	font-size : 10pt;
	font-weight : normal;
	color : #C0C0C0;
}

h1 
{
	font-size : 13pt;
}

h3 
{
	font-size : 13pt;
}

h4 
{
	font-size : 12pt;
}

h5 
{
	font-size : 10pt;
}

INPUT, SELECT, TEXTAREA
{
	font-family:  Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333;
}

.FormClassBox .labelForm
{
	float : left;
	width : 75px;
	text-align : left;
	margin-bottom : 3px;
	padding-top : 3px;
	padding-left : 10px;
	display : block;
}

.FormClassBox .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
	
}

.FormClassBox .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
}


/*=======================================*/
/* Classi di definizione colori del testo*/
/*=======================================*/

.LinkFreccia
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/sfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 15px;
	font-size : 11px;
	color : #666;
	text-decoration : none;
}

.LinkFreccia:link, .LinkFreccia.active, .LinkFreccia:visited
{
	color : #666;
	text-decoration : none;	
}

.LinkFreccia:hover
{
	color : #333;
	text-decoration : underline;	
}

.LinkFrecciaBianca
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/imgFrecciaBianca.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 15px;
	font-size : 11px;
	color : #666;
	text-decoration : none;
	font-weight : normal;
}

.LinkFrecciaBianca:link, .LinkFrecciaBianca.active, .LinkFrecciaBianca:visited
{
	color : #666;
	text-decoration : none;	
}

.LinkFrecciaBianca:hover
{
	color : #333;
	text-decoration : underline;	
}

/*=======================================*/
/* Classi di definizione del layout del sito*/
/*=======================================*/

.PaginaEsterna
{
	margin : 0px;
	padding : 0px;	
	width : 746px;
	margin-left : auto;
	margin-right : auto;
	background-color: #fff;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

.Header
{
	margin : 0px;
	padding : 0px;
	width : 746px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:#FFFFFF;
	border-top: 2px solid #CCCCCC;
	height:152px;
	padding-top:16px;
	padding-bottom:16px;
}

.Header .Sx
{
	margin : 0px;
	padding : 0px;
	float : left;
	width : 430px;
	height:152px;
}

.Header .Dx
{
	margin : 0px;
	padding : 0px;
	width : 300px;
	float : right;
	text-align : right;
	padding-right : 20px;
	padding-top : 80px;
	color : #E0E0E0;
	font-size : 20px;
	font-weight : bold;
	height:152px;	
}

.Header .Dx a
{
	margin : 0px;
	padding : 0px;
	color : #666;
	text-decoration : none;
	font-weight : normal;
	font-size : 11px;
}

.Header .Dx a:hover
{
	margin : 0px;
	padding : 0px;
	color : #333;
	text-decoration : none;
	font-weight : normal;
	font-size : 11px;
}

.Header .BarraIndirizzo
{
	margin : 0px;
	padding : 0px;
	background-image : url(../img/sfondoBarra.gif);
	background-position : left top;
	background-repeat : repeat-x;			
	height : 18px;
	width : 765px;	
	float : left;
	color : #878787;
	padding-top : 4px;
}

.Linguatop
{
	margin : 0px;
	padding : 0px;
	height : 18px;
	width : 741px;	
	float : right;
	text-align: right;
	background-color:#fff;
	color : #333;
	padding-top : 4px;
	padding-bottom:4px;
	padding-right: 5px;
	border-bottom: 2px solid #CCCCCC;
}
.Sinistro
{
	margin : 0px;
	padding : 0px;
	width : 125px;	
	padding-right : 5px;
	text-align : left;
	float : left;
	text-align : justify;
	border-right: 2px solid #CCCCCC;
}

.Sinistro .Banner
{
	margin : 0px;
	padding : 0px;
	width : 125px;
	margin:auto;
	padding:auto;
	padding-left:8px;
}

.Destro .BarraTitle
{
	margin : 0px;
	padding : 0px;
	/*background-image : url(../img/sfondoTitle.gif);*/
	background-image : url(../img/sfondoTitle.jpg);
	background-position : left top;
	background-repeat : repeat-x;			
	height : 30px;
	width : 100%;	
	float : left;
	color : #333;
	font-size: 14px;
	padding-top : 6px;
	padding-left: 10px;
	font-weight : bold;
}

.Destro
{
	margin : 0px;
	padding : 0px;
	width : 590px;
	padding-left: 10px;
	padding-right : 10px;
	float : left;
	text-align : left;
}


.Footer
{
	margin : 0px;
	padding : 0px;
	border-top : 2px solid #ccc;
	height: 41px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom: 2px solid #ccc;
}


.Footer .footerSx
{
	margin : 0px;
	padding : 0px;
	float : left;
	text-align : left;
	width : 46%;
	vertical-align: top;
}

.Footer .footerC
{
	margin : 0px;
	padding : 0px;
	float : left;
	text-align : center;
	color : #666;
	width : 33%;
}

.Footer .footerC a
{
	margin : 0px;
	padding : 0px;
	color : #666;
}

.Footer .footerC a:hover
{
	margin : 0px;
	padding : 0px;
	color : #333;
	text-decoration: none;
}

.Footer .footerDx
{
	margin : 0px;
	padding : 0px;
	width : 20%;
	float : right;
	text-align : right;
	color : #666;
	padding-right: 5px;
}

.Footer .footerDx a
{
	margin : 0px;
	padding : 0px;
	color : #666;
}

.Footer .footerDx a:hover
{
	margin : 0px;
	padding : 0px;
	color : #333;
	text-decoration: none;
}

.DivContenuto
{
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.BoxLogin
{
	margin : 0px;
	padding : 0px;
	background-color : #B0B0B0;
	height : 32px;
	margin-top : 5px;	
}

.Prezzo
{
	color : #FE0002;
	font-size : 12px;
	font-family : Arial;
}

.Sconto
{
	color : #FE0002;
	font-size : 11px;
}

.ToolboxProdotto
{
	margin : 0px;
	padding : 7px;
	border : 1px dotted #B0B0B0;
	margin-top : 10px;
	width : 200px;
}

/*Stili per la definizione della vetrina*/

.tableVetrina
{
	text-align : left;
	margin : 0px;
	padding : 0px;	
	clear : both;
}

.tableVetrinaLaterale
{
	text-align : left;
	margin : 0px;
	padding : 0px;	
	clear : both;
	width : 100%;
}


.VetrinaImage
{
	text-align : left;
	float : left;
	width : 100px;
	margin-right : 5px;
}

.VetrinaImageCatalogo
{
	text-align : left;
	width : 70px;	
}

.VetrinaImageCatalogo img
{
	width : 100px;
	border : 1px solid #B0B0B0;
}

.VetrinaImage img
{
	width : 100px;
	border : 1px solid #B0B0B0;
}

.VetrinaText a:link, .VetrinaText a:active, .VetrinaText a:visited
{
	color : #000000;
	text-decoration : none;
}

.VetrinaText a:hover
{
	color : #224A7D;
	text-decoration : underline;
}

.VetrinaText .Prezzo
{
	color : #FE0002;
	font-size : 12px;
}

.VetrinaText
{
	padding : 0px;
	margin : 0px;
	color : #000000;
	text-align : left;	
	float : left;
	width : 120px;
	margin-left : 5px;
}



.itemgridVetrinaSeparatore
{
	padding : 0px;
	margin : 0px;
	border-bottom : 1px dotted #B0B0B0;	
	padding-top : 5px;
	padding-bottom : 5px;
	border-right : 1px dotted #B0B0B0;	
	padding-right : 5px;
}

.itemgridVetrinaSeparatoreOrizzontale
{
	padding : 0px;
	margin : 0px;	
	background-image : url(../img/separatoreOrizzontale.gif);
	background-position : left center;
	background-repeat : repeat-x;
}

/*Classe di definizione del menulaterale*/
.ContenutoMenuHome
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	padding-left : 1px;	
	padding-right : 1px;	
	background-color : #FFFFFF;
	width : 176px;
	color : #CC6600;
}

.ContenutoMenuHome ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
	background-color :#FFFFFF;
}

.ContenutoMenuHome ul li
{
	padding : 0px;
	margin : 0px;
	padding-top : 9px;
	height : 20px;
	color : #CC6600;
	font-weight : normal;
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	font-weight : bold;
	border-bottom : 1px solid #CCCCCC;
	letter-spacing : 1px;
	background : url(../img/sfondoPallino2.gif) repeat-x bottom left;	
}

.ContenutoMenuHome ul li a:link, .ContenutoMenuHome ul li a:active, .ContenutoMenuHome ul li a:hover, .ContenutoMenuHome ul li a:visited
{
	color : #CC6600;
	font-weight : bold;
	display: block; 
	height : 20px;
	padding-left : 10px;		
}

.ContenutoMenuHome ul li a:hover
{
	color : #FF9333;
	font-weight : bold;
	background : url(../img/sfondoMenuHover.gif) repeat-x bottom left;	
	display: block; 
	height : 20px;
	padding-left : 10px;	
	text-decoration : none;
}


.AreaOfferta
{
	margin : 0px;
	padding : 0px;
	background-image : url(../img/imgSfondoOfferta.gif);
	background-position : right top;
	background-repeat : no-repeat;
	background-color : #2C3881;	
}

.AreaOffertaInterne
{
	margin : 0px;
	padding : 0px;
	background-image : url(../img/imgSfondoOffertaInterna.gif);
	background-position : right top;
	background-repeat : repeat-y;
	background-color : #FFF4C9;	
}

.AreaNews
{
	margin : 0px;
	padding : 0px;
	width : 219px;
	background-image : url(../img/imgSfondoAreaNews.gif);
	background-position : left top;
	background-repeat : repeat-x;
	border-right : 1px solid #D1D1D1;
	text-align : left;
}

.AreaFotogallery
{
	margin : 0px;
	padding : 0px;
	width : 280px;
	text-align : left;
	background-image : url(../img/imgSfondoFotogallery.gif);
	background-position : left top;
	background-repeat : repeat-x;	
}

/*=======================================*/
/* Classi di definizione del layout dei form */
/*=======================================*/


.FormClass
{
	text-align : left;
	float : none;
}

.FormClass .labelForm
{
	float : left;
	width : 120px;
	text-align : right;
	margin-bottom : 3px;
	font-weight : bold;
	padding-top : 3px;
	display : block;
}

.FormClass .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
	
}

.FormClass .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
}


.FormClassRiassunto
{
	text-align : left;
	float : none;
}

.FormClassRiassunto .labelForm
{
	float : left;
	width : 120px;
	text-align : right;
	margin-bottom : 3px;
	font-weight : bold;
	padding-top : 3px;
	display : block;
}

.FormClassRiassunto .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
	
}

.FormClassRiassunto .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
	padding-top : 3px;
}

.FormClassTariffe
{
	text-align : left;
	float : none;
}

.FormClassTariffe .labelForm
{
	float : left;
	width : 80px;
	text-align : right;
	margin-bottom : 3px;
	font-weight : bold;
	padding-top : 3px;
	display : block;
}

.FormClassTariffe .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
	
}

.FormClassTariffe .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
}



.FormClassContatti 
{
	margin : 0px;
	padding : 0px;
	width : 95%;
}

.FormClassContatti .labelForm
{
	float : left;
	width : 75px;
	text-align : right;
	margin-bottom : 3px;
	padding-top : 3px;
	padding-left : 10px;
}

.FormClassContatti .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
}

.FormClassContatti .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
}



.FormClassRicerca 
{
	margin : 0px;
	padding : 0px;
	width : 95%;
}

.FormClassRicerca .labelForm
{
	float : left;
	width : 100px;
	text-align : right;
	margin-bottom : 3px;
	padding-top : 3px;
	padding-left : 10px;
}

.FormClassRicerca .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
}

.FormClassRicerca .inputFormMono
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 10px;
}


.BoxInfo
{
	color : #872023;
	font-weight : bold;
	padding : 7px;
}

.BoxHomeBottom
{
	padding : 5px;
	margin : 0px;	
	width : 350px;
	padding-left : 20px;
	border : 0px;
	text-align : left;
	background : url(../img/cifre.gif) no-repeat center center;
}


/* Classi di definizione del catalogo */
.ContenutoMenuCatalogo
{
	margin : 0px;
	padding : 0px;
	padding-left : 5px;
	padding-right : 5px;
}

.CatalogoItem
{
	padding : 0px;
	margin : 0px;
	float : left;
	width : 110px;
	color : #174074;
	font-weight : normal;
	text-align : left;
	background-image : url(../img/sfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;	
	padding-left : 10px;	
}

.CatalogoItem:link, .CatalogoItem:active, .CatalogoItem:visited
{
	color : #174074;
	text-decoration : none;
}

.CatalogoItem:hover
{
	color : #174074;
	text-decoration : underline;
}

.CatalogoImmagine
{
	text-align : left;
}

.CatalogoImmagine img
{
	border : 1px solid #B0B0B0;
}

.CatalogoTesto
{
	text-align : left;
	font-weight : normal;
	margin-bottom : 5px;	
}

.CatalogoTesto, .CatalogoTesto a:link,  .CatalogoTesto a:active, .CatalogoTesto a:visited
{
	color : #000000;
}

.CatalogoTesto a:hover
{
	color : #000000;
}


.CatalogoSchedaImmagini
{
	width : 70px;
	text-align : center;
	float : left;
	margin-left : 15px;
	background-image : url(../img/separatoreVerticale.gif);
	background-position : left top;
	background-repeat : repeat-y;
}

.CatalogoInfo
{
	width : 360px;
	float : left;
}

.PagineMiniImmagine
{
	border : 1px solid #B0B0B0;
}

.tableCommenti
{
	width : auto;
}

.tableCommenti .itemgridCommenti
{
	margin : 0px;
	padding : 0px;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
}


.tableCatalogo
{
	width : auto;
}

.tableCatalogo .itemgridCatalogo
{
	margin : 0px;
	padding : 0px;
	padding : 5px;
}

.tableCatalogo .itemgridCatalogo .CatalogoImage
{
	margin : 0px;
	padding : 0px;	
	width : 50px;
	height : 50px;
	border : 1px solid #B0B0B0;
	float : left;
}

.CatalogoDettaglio
{
	margin : 0px;
	padding : 0px;	
	text-align : left;
	float : left;
	margin-left : 10px;
	width : 370px;
}

.CatalogoDettaglio a:link, .CatalogoDettaglio a:active, .CatalogoDettaglio a:visited
{
	text-decoration : none;
	color : #B0B0B0;
}

.CatalogoDettaglio a:hover
{
	text-decoration : underline;
	color : #B0B0B0;
}

/* Classi di definizione area centrale del layout */

.BloccoGuestbookBox
{
	margin : 0px;
	text-align : left;
	padding : 8px;
}

/*Classi di definizione dei testi*/


.PageTitleSeparatore
{
	float : left;
	color : #333366;
	margin-left : 5px;	
	margin-right : 5px;
}

.PageTitle
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/sfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 15px;
	font-size : 11px;
	color : #666;
	text-decoration : none;
	font-weight : bold;
	margin-left : 5px;
}

.PageTitleBlu
{
	padding : 0px;
	margin : 0px;
	font-size : 11px;
	color : #174074;
	text-decoration : none;
	font-weight : bold;
}

.PageTitleLink:link, .PageTitleLink:active, .PageTitleLink:visited
{
	padding : 0px;
	margin : 0px;
	font-size : 11px;
	color : #FE0002;
	text-decoration : none;
	font-weight : bold;
}

.PageTitleLink:hover
{
	padding : 0px;
	margin : 0px;
	font-size : 11px;
	color : #FE0002;
	text-decoration : underline;
	font-weight : bold;
}

.ElementTitle
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/sfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 10px;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	border-bottom : 1px dotted #B0B0B0;
	border-right : 1px dotted #B0B0B0;
}

.ElementTable
{
	padding : 0px;
	margin : 0px;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	border-bottom : 1px dotted #B0B0B0;
	border-right : 1px dotted #B0B0B0;
	padding-right : 3px;
}

/*Classi di definizione del layout delle news*/
.DivNews
{
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.NewsData
{
	font-weight : normal;
	color : #333;
	float : left;
}

.NewsTitle
{
	font-weight : bold;
	color : #666;
	float : left;
}


#BoldText
{
	font-weight : bold;
	color : #B0B0B0;
}

.NewsTesto
{
	color :#666;
}

.LastNewsThumbs
{
	text-align : center;
}

.LastNewsThumbs img 
{
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;
}

.NewsMessaggioLabel
{
  font-weight : bold;
  text-align : right;
  float : left;
  padding-right : 10px;
  padding-bottom : 3px;
  padding-top : 3px;
}

.NewsMessaggioText
{
  font-weight : normal;
  text-align : left;
  float : left;
  padding-bottom : 3px;
  padding-top : 3px;
}



/*Classi di definizione del layout delle offerte speciali*/
.OfferteData
{
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	color : #B0B0B0;
	margin-bottom : 0px;
}

.OfferteTitle
{
	margin : 0px;
	padding : 0px;
	font-weight : bold;
	color : #666;
	text-decoration : underline;
	font-weight : bold;
	text-align : left;
}

.OfferteTesto
{
	clear : both;
	color :#666;
	margin-top : 15px;
}

.OfferteMessaggioLabel
{
  font-weight : bold;
  text-align : right;
  float : left;
  padding-right : 10px;
  padding-bottom : 3px;
  padding-top : 3px;
}

.OfferteMessaggioText
{
  font-weight : normal;
  text-align : left;
  float : left;
  padding-bottom : 3px;
  padding-top : 3px;
}

/* CLassi di definizione parte pagine */
.ContenutoMenuPagine .PagineItemClear
{
	clear : both;
}

.ContenutoMenuPagine .PagineItem
{
	padding : 0px;
	margin : 0px;
	float : left;
	width : 110px;
	color : #666;
	font-weight : normal;
	text-align : left;
	background-image : url(../img/sfondoPallino2.gif);
	background-position : left center;
	background-repeat : no-repeat;	
	padding-left : 15px;		
}

.ContenutoMenuPagine .PagineItem:link, .ContenutoMenuPagine .PagineItem:active, .ContenutoMenuPagine .PagineItem:visited
{
	color : #666;
	text-decoration : none;
}

.ContenutoMenuPagine .PagineItem:hover
{
	color : #666;
	text-decoration : underline;
}

.ContenutoMenuPagine #padre
{
	margin-left : 10px;
	padding-left : 10px;
}

.ContenutoMenuPagine #padre a:link, .ContenutoMenuPagine #padre a:active, .ContenutoMenuPagine #padre a:visited
{
	color : #666;
	text-decoration : none;
}

.ContenutoMenuPagine #padre a:hover
{
	color : #666;
	text-decoration : underline;
}

.ContenutoMenuPagine #title
{
	font-weight : bold;
	
}

.ContenutoNewsEvidenza
{
	margin-top : 10px;
	
}

/* Classi di definizione newsletter */

.ContenutoNewsletter
{
	margin-top : 10px;
	margin-left : 25px;
}

/* Classi di definizione vetrina */

.ContenutoVetrina
{
	margin-top : 10px;
	margin-left : 25px;
}

.itemGridVetrina
{
	margin : 0px;
	padding : 0px;
	width : 80px;
	height : 80px;
	margin : 2px;
	float : left;
	border : 1px solid #E0E0E0;
}
/*Classe di definizione del movie*/
.movie
{
	padding : 0px;
	margin : 0px;
	padding-top: 1px;
}

/*Classe di definizione del menuorizzontale*/
.ContenutoElementiMenu
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #333;
	width: 750px;
	height: 26px;
	background-image: url(../img/sf-men-or.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear:both;
}

.ContenutoElementiMenu ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoElementiMenu ul li
{
	padding: 0px;
	margin: 0px;
	float:left;
	font-size: 10px;
	line-height: 26px;
	height: 26px;	
	text-align: center;	
	text-transform: uppercase;
}

.ContenutoElementiMenu ul li a:link, .ContenutoElementiMenu ul li a:active, .ContenutoElementiMenu ul li a:visited
{
	color : #333;	
	display:block;
	text-decoration : none;
	padding: 0px 15px;
}

.ContenutoElementiMenu ul li a:hover
{
	text-decoration : none;
	color : #fff;
	background: #cbcbcb;
}




/*Classe di definizione del menulaterale*/

.ContenutoElementiMenuLaterale
{
	padding : 0px;
	margin : 0px;
	padding-top: 3px;
	list-style : none;
}

.ContenutoElementiMenuLaterale li
{
	padding : 0px;
	margin : 0px;
	width : 125px;
	height : 25px;
	line-height: 25px;
	color : #505050;
	font-weight : normal;
	padding-left : 3px;
	background-image : url(../img/sfTasti.jpg);
	background-position : right center;
	background-repeat : repeat-x;
}

.ContenutoElementiMenuLaterale li a
{
	padding : 0px;
	margin : 0px;
	color : #505050;
	text-decoration : none;
	
}

.ContenutoElementiMenuLaterale li a:hover
{
	padding : 0px;
	margin : 0px;
	color : #505050;
	text-decoration : underline;	
	font-weight : bold;
}






.TitleClass
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/imgFreccia.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 25px;
	font-weight : bold;
	margin-bottom : 10px;
	font-size : 11px;
}

.TitleLinkDettaglio
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/imgFreccia.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 25px;
	font-size : 11px;
	color : #B0B0B0;
	text-decoration : none;
	font-weight : normal;
}

.TitleLinkDettaglio:hover
{
	padding : 0px;
	margin : 0px;
	background-image : url(../img/imgFreccia.gif);
	background-position : left center;
	background-repeat : no-repeat;			
	padding-left : 25px;
	font-size : 11px;
	color : #B0B0B0;
	text-decoration : underline;
}

/*Classe di definizione link sulla mappa*/
.ContenutoMappa
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	padding-left : 1px;	
	padding-right : 1px;	
	color : #666;
	margin-left : 20px;
}

.ContenutoMappa ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoMappa ul li
{
	margin : 0px;
	color : #666;
	font-weight : normal;
	width : auto;
	padding : 2px;
}

.ContenutoMappa ul li a:link, .ContenutoMappa ul li a:active, .ContenutoMappa ul li a:hover, .ContenutoMappa ul li a:visited
{
	color : #666;
	text-decoration : none;
}

.ContenutoMappa ul li a:hover
{
	color : #333;
	text-decoration : none;
}




/*Classi di definizione lingue*/
.Linguatop .Lingue
{
	text-align : right;
	color : #FFFFFF;
}

.Linguatop .Lingue a:link, .Lingue a:active, .Lingue a:visited
{
	color : #FFFFFF;
	text-decoration : none;
}

.Linguatop .Lingue a:hover
{
	color : #FFFFFF;
	text-decoration : underline;
}



/* Classi di definizione della foto gallery */

.tableFotoGallery
{
	text-align : center;
	margin : 5px;
	width : auto;
	margin-left : auto;
	margin-right : auto;
}

.itemgridFotoGallery 
{
}


.itemgridFotoGallery div img
{
	border : 1px solid #333;
	margin : 3px;
	padding : 1px;
	float : left;
	width : 100px;
	height : 100px;	
}


.tableFotoGalleryHome
{
	margin : 0px;
	padding : 0px;	
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.tableFotoGalleryHome .itemgridFotoGallery 
{
	margin : 0px;
	padding : 0px;	
	padding : 3px;
}


.tableFotoGalleryHome .itemgridFotoGallery div img
{
	margin : 0px;
	padding : 0px;
	border : 1px solid #333;
	float : left;
	width : 50px;
	height : 50px;	
	margin : 4px;
}

.FGZoomImmagine
{
	margin : 10px;
	border : 1px solid #333;
	float : left;
	display : block;
}

.FGZoomDescrizione
{
	font-size : 8pt;
	padding : 5px;
	border : 1px solid #333;
	float : left;
	width : 150px;
	margin-top : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	background-color : #FFFFFF;
	color : #333366;
}

.FGZoomDescrizione label
{
	color : #666;
	font-weight : bold;
	padding-bottom : 10px;
}

.BannerFotoGallery
{
	padding-top : 25px;
	margin-left : 6px;
	margin-right : 6px;
	margin-bottom : 10px;
	text-align : center;
}

.BannerFotoGallery img
{
	width : 80px;
	border : 1px solid black;
	padding : 0px;
	margin : 0px;
	margin : 2px;
	float : left;
}


/*Classe di definizione immagini per pagine, news, chi siamo, catalogo*/

.PagineImmagini
{
	margin : 3px;
}

.PagineHeaderImage
{
	margin : 0px;
	padding : 0px;
	width : 526px;
	margin-bottom : 3px;
	text-align : left;
}

.PagineThumbs
{
	float : left;
	width : 100px;
	height : 100px;	
	margin : 3px;	
}


.PagineThumbs img
{
	float : left;
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;	
}

.NewsThumbs
{
	margin : 3px;	
	float : left;
	width : 100px;
	height : 100px;	
}

.NewsThumbs img
{
	float : left;
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;		
}

.ChiSiamoThumbs
{
	margin : 3px;	
	float : left;
	width : 100px;
	height : 100px;	
}

.ChiSiamoThumbs img
{
	float : left;
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;		
}

.CatalogoThumbs
{
	margin : 3px;		
	float : left;
	width : 100px;
	height : 100px;		
}

.CatalogoThumbs img
{
	float : left;
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;		
}

.OfferteThumbs
{
	margin : 3px;		
	float : left;
	width : 100px;
	height : 100px;		
}

.OfferteThumbs img
{
	float : left;
	width : 100px;
	height : 100px;
	border : 1px solid #B0B0B0;				
}


/*Stili di gestione sezione link*/

.LinkTitle
{
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	color : #B0B0B0;
}

/* Stili di gestione del guestbook */
.BloccoGuestbook
{
}

.BloccoGuestbookBox
{
	text-align : left;
}

.BloccoGuestbookBox a:link, .BloccoGuestbookBox a:active, .BloccoGuestbookBox a:visited
{
	color : #CC0000;
	font-weight : bold;
}

.BloccoGuestbookBox a:hover
{
	color : #FF0000;
	text-decoration : none;
}

.BloccoGuestbook a:link, .BloccoGuestbook a:active, .BloccoGuestbook a:visited
{
	color : #CC0000;
	font-weight : bold;
}

.BloccoGuestbook a:hover
{
	color : #FF0000;
	text-decoration : none;
}

.GBMessaggioData
{
	background-color : #000000;
	color : #FFFFFF;
	padding : 2px;
	text-align : right;
}

.GBMessaggioFrom, .GBMessaggioFrom a:link, .GBMessaggioFrom a:visited, .GBMessaggioFrom a:active 
{
	font-weight : bold;
	color : #CC0000;
}

.GBMessaggioFrom a:hover
{
	font-weight : bold;
	color : #FF0000;
}

.GBMessaggioTitle, .GBMessaggioTitle a:link, .GBMessaggioTitle a:visited, .GBMessaggioTitle a:active
{
	font-weight : bold;
	color : #CC0000;
}

.GBMessaggioTitle a:hover
{
	font-weight : bold;
	color : #FF0000;
}

.GBMessaggioLabel
{
  font-weight : bold;
  width : 100px;
  text-align : right;
  float : left;
  padding-right : 10px;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBNuovoMessaggio
{
  text-align : center;
 }

.GBMessaggioText
{
  font-weight : normal;
  text-align : left;
  float : left;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBMessaggioText #data
{
  font-weight : bold;
  text-align : left;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBMessaggioText #titolo
{
  font-weight : bold;
  text-align : left;
  padding-bottom : 3px;
  padding-top : 3px;
  color: #333;
}

.GBSummary
{
	text-align : center;
	padding-top : 10px;
}

.GBSummary label
{
	color : #CC0000;
	padding : 0px;
	margin : 0px;
	padding-right : 40px;
}

.BoxNewGuestbook
{
	padding : 3px;
}



.FormClassGB H4
{
	width : 100px;
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	padding-top : 10px;
	clear : both;
}



.FormClassGB .labelForm
{
	float : left;
	width : 110px;
	text-align : right;
	margin-bottom : 3px;
	margin-left : 2px;
	
}

.FormClassGB .inputForm
{
	float : left;
	text-align : left;
	margin-bottom : 3px;
	padding-left : 3px;
}



.GBNuovoMessaggioTitle
{
	text-align : center;
	font-weight : bold;
}

.FormClassGB
{
	text-align : left;
	padding-top : 10px;
}


/*Classi di definizione FAQ*/

.FaqTitolo
{
	background-color : #333366;
	padding : 3px;	
	padding-left : 10px;
	color : #FFFFFF;
	font-weight : bold;	
}

.FaqDomanda
{
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : underline;
	font-weight : bold;
}

.FaqRisposta
{
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 30px;
}

.topLink
{
	 text-align : right;
	 padding-top : 5px;
}





/* Classi di definizione per le tariffe*/

.TariffeTitolo
{
	font-weight : bold;
	border : 1px solid #B0B0B0;
	width : 380px;
	padding : 3px;
}

.TariffeDescrizione
{
	border : 1px solid #B0B0B0;
	width : 380px;
	padding : 3px;
	margin-top : 3px;
}

.TariffeTabella
{
	width : 388px;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TariffeTabella th
{
	padding-top : 5px;
	padding-bottom : 5px;
}



.TariffeSistemazioni td
{
	border : 1px solid #B0B0B0;
	padding : 3px;
	width : 190px;
}


.TariffePeriodo
{
	border : 1px solid #B0B0B0;
	width : 380px;
	padding : 3px;
	margin-top : 3px;
	text-align : center;
}

.title_brown {
   font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #894400;
}

/* Classi di definizione per i contatti */

.TabellaContatti
{
	width : 100%;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TabellaContatti tr 
{
	border-bottom :1px solid #b0b0b0;
}

.TabellaContatti tr td
{
	padding : 3px;
	padding : 5px;
}

/* Classi di definizione generiche*/
.MessaggioGenericoImportante
{
	color : #EA5858;
	font-weight : bold;
}

.InfoSito
{
	text-align : right;
}

.InfoSito input
{
	margin-right : 15px;
}


.ClsPaginazioneSelezionata
{
	color : #FF0000;
}

.ClsPaginazione
{
	text-align : right;
	width : 95%;
	margin-left : 0px;
}

.ClsPaginazione A:link, .ClsPaginazione A:visited, .ClsPaginazione A:active
{
	color : #000000;
	text-decoration : none;
}

.ClsPaginazione A:hover
{
	color : #224A7D;
	text-decoration : underline;
}

.SeparatoreOrizzontale
{
	clear : both;
	padding : 0px;
	margin : 0px;	
	background-image : url(../img/separatoreOrizzontale.gif);
	background-position : left center;
	background-repeat : repeat-x;
	width : 100%;
	height : 10px;
}


.SeparatoreOrizzontaleCentrale
{
	clear : both;
	padding : 0px;
	margin : 0px;	
	width : 100%;
	height : 10px;
	border-bottom : 1px dotted #B0B0B0;
}

.SeparatoreOrizzontaleCentraleTop
{
	clear : both;
	padding : 0px;
	margin : 0px;	
	background-image : url(../img/separatoreOrizzontale.gif);
	background-position : left center;
	background-repeat : repeat-x;
	width : 100%;
	height : 10px;
}


.ClearFloat
{
	clear : both;
}

.SmallBreak
{
	line-height : 1px;
}

#Credits
{
	text-align : right;
	font-size : 10px;
	font-weight : normal;
	color : #808080;
	padding-right : 15px;
}

#Credits a:link, #Credits a:active, #Credits a:visited
{
	color : #808080;
	text-decoration : none;
}

#Credits a:hover
{
	color : #808080;
	text-decoration : underline;
}



.HeaderBloccoLingue
{
	float : right;
	text-align : right;
	width : 100px;
	margin-left : 50px;
	padding-top : 15px;
}


/*TARIFFE*/

.BloccoTariffe
{
	width : 100%;
}

.TariffeTitolo
{
	width : 98%;
	background-color : #f0f0f0;
}


.TariffePeriodo
{
	width : 98%;
	background-color : #e0e0e0;
}

.TariffeTabella
{
	width : 100%;
}

.privacy
{
	padding : 3px;
	border : 1px solid #e0e0e0;
	background-color : #f0f0f0;
	overflow : auto;
	height : 200px;
	font-size : 9px;
}