﻿body, html
{
	margin : 0px; 
	padding : 0px;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #215272;
	height : 100%;
	text-align : left;
	background-color : #ffc501;
	background-image : url(../img/sfondo.gif);
	background-position : top center;
	background-repeat : no-repeat;
}


A:link, A:VISITED, A:Active  {
	color : #296790;
	text-decoration : none;
}

A:Hover  {
	color : #ffc501;
	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: 10pt;
}

/*=======================================*/
/* Classi di definizione colori del testo*/
/*=======================================*/

.ArancioneScuro
{
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	color : #215272;
}

.ArancioneChiaro
{
	margin : 0px;
	padding : 0px;	
	font-weight : normal;
	color : #296790;
}

.ColoreTesto
{
	margin : 0px;
	padding : 0px;	
	color : #3B404B;
	font-weight : normal;
}

.LinkFreccia
{
	margin : 0px;
	padding : 0px;
	background-image : url(../img/frecciaMenuBlu.gif);
	background-position : left center;
	background-repeat : no-repeat;	
	padding-left : 10px;
}


/*=======================================*/
/* Classi di definizione del layout del sito*/
/*=======================================*/

.Pagina
{
	margin : 0px;
	padding : 0px;	
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-image : url(../img/sfondoPagina.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
}

.ContenutoHeader
{
	margin : 0px;
	padding : 0px;	
	width : 760px;
	height : 200px;
}

.ContenutoCentrale
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;	
	width : 760px;
	background-color : #FFFFFF;
}

.ContenutoMenu
{
	margin : 0px;
	padding : 0px;
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	background-image : url(../img/sfondo-menu.gif);
	background-position : left top;
	background-repeat : no-repeat;	
	height : 50px;
	
}


.ContenutoCentrale .Sinistro
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;	
	width : 505px;
	float : left;
	height : 100%;
	
	
}

.ContenutoCentrale .Destro
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;	
	width : 184px;
	float : left;
}


.AreaNews
{
	margin : 0px;
	padding : 0px;
	float : left;
	border : 1px solid #FFF;
	width : 168px;
	height : 196px;
	padding : 10px;
	background-color : #FFF;
	margin-right : 10px;
	margin-left : 10px;
}

.AreaFotogallery
{
	margin : 0px;
	padding : 0px;
	float : left;
	border : 1px solid #FFF;
	width : 303px;
	height : 216px;
	background-color : #FFF;
}

.DivContenuto
{
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
	padding-right : 10px;
}


/*=======================================*/
/* Classi di definizione del layout dei form */
/*=======================================*/

.FormClass
{
	text-align : left;
}

.FormClass .labelForm
{
	float : left;
	width : 95px;
	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;
}

.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;
}






/* Classi di definizione del catalogo */
.ContenutoMenuCatalogo
{
	margin : 0px;
	padding : 0px;
}

.CatalogoItem
{
	padding : 0px;
	margin : 0px;
	float : left;
	width : 100px;
	color : #38505D;
	font-weight : normal;
	text-align : left;
	background-image : url(../img/frecciaMenuBlu.gif);
	background-position : left center;
	background-repeat : no-repeat;	
	padding-left : 10px;	
}

.CatalogoItem:link, .CatalogoItem:active, .CatalogoItem:visited
{
	color : #38505D;
	text-decoration : none;
}

.CatalogoItem:hover
{
	color : #38505D;
	text-decoration : underline;
}

.CatalogoImmagine
{
	text-align : left;
}

.CatalogoImmagine img
{
	border : 1px solid #E5E5E5;
}

.CatalogoTesto
{
	text-align : left;
	font-weight : normal;
	margin-bottom : 5px;	
}

.CatalogoTesto, .CatalogoTesto a:link,  .CatalogoTesto a:active, .CatalogoTesto a:visited
{
	color : #121d55;
}

.CatalogoTesto a:hover
{
	color : #121d55;
}


.CatalogoSchedaImmagini
{
	width : 80px;
	text-align : left;
	float : left;
	margin-right : 15px;

}

.CatalogoInfo
{
	width : 300px;
	float : left;

}

.PagineMiniImmagine
{
	border : 1px solid #E0E0E0;
}

.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 : 90px;
	height : 90px;
	border : 1px solid #E0E0E0;
	float : left;
}

.CatalogoDettaglio
{
	margin : 0px;
	padding : 0px;	
	text-align : left;
	float : left;
	margin-left : 10px;
	width : 350px;
}

.CatalogoDettaglio a:link, .CatalogoDettaglio a:active, .CatalogoDettaglio a:visited
{
	text-decoration : none;
}

.CatalogoDettaglio a:hover
{
	text-decoration : underline;
}

/* Classi di definizione area centrale del layout */

/*Classi di definizione dei testi*/

.PageTitle, .PageTitle a:link, .PageTitle a:active, .PageTitle a:visited, .PageTitle a:hover
{
	float : left;
	color : #215272;
	font-size : 14px;
	font-weight : bold;	
}


.PageTitleSeparatore
{
	float : left;
	color : #215272;
	margin-left : 5px;	
	margin-right : 5px;
}

/*Classi di definizione del layout delle news*/
.DivNews
{
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.NewsData
{
	margin : 0px;
	padding : 0px;
	margin-bottom : 0px;
	float : left;
	font-size : 10px;
	color : #296790;
}

.NewsTitle
{
	margin : 0px;
	padding : 0px;
	float : left;
	font-weight : bold;
	text-align : left;
	color : #215272;
}

.NewsTesto
{
	clear : both;
	margin-top : 15px;
	color : #215272;
}

.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 : #296790;
	margin-bottom : 0px;
}

.OfferteTitle
{
	margin : 0px;
	padding : 0px;
	font-weight : bold;
	color : #215272;
	text-decoration : underline;
	font-weight : bold;
	text-align : left;
}

.OfferteTesto
{
	clear : both;
	color :#215272;
	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;
	font-weight : normal;
	text-align : left;
	width : 200px;
	padding-left : 10px;
	background-image : url(../img/frecciaMenuBlu.gif);
	background-position : left center;
	background-repeat : no-repeat;		
}

.ContenutoMenuPagine .PagineItem:link, .ContenutoMenuPagine .PagineItem:active, .ContenutoMenuPagine .PagineItem:visited
{
	text-decoration : none;
}

.ContenutoMenuPagine .PagineItem:hover
{
	text-decoration : underline;
}

.ContenutoMenuPagine #padre
{
	margin-left : 10px;
	padding-left : 10px;
}

.ContenutoMenuPagine #padre a:link, .ContenutoMenuPagine #padre a:active, .ContenutoMenuPagine #padre a:visited
{
	text-decoration : none;
}

.ContenutoMenuPagine #padre a:hover
{
	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 menulaterale*/
.ContenutoElementiMenu
{
	text-align : left;
	line-height:30px;
	padding : 0px;
	margin : 0px;
	color : #fff;
	background-color: #215272;
	background-image : url(../img/sfondomenu.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.ContenutoElementiMenu ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoElementiMenu ul li
{
	padding : 0px;
	margin : 0px;
	float : left;
	font-weight : bold;
	width : 126px;
	font-size : 12px;
	text-align : center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.ContenutoElementiMenu ul li a:link, .ContenutoElementiMenu ul li a:visited
{
	color : #fff;
	text-decoration : none;
}

.ContenutoElementiMenu ul li a:hover
{
	text-decoration : none;
	color : #215272;
	line-height: 30px;
	text-align:center;
	vertical-align: middle;
}

.ContenutoElementiMenuLaterale
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #215272;
	background-image : url(../img/sfondoMenuLaterale.gif);
	background-position : left top;
	background-repeat : repeat-y;		
	margin-left : 5px;
	width : 174px;
}

.ContenutoElementiMenuLaterale ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.ContenutoElementiMenuLaterale ul li
{
	padding : 0px;
	margin : 0px;
	font-weight : bold;
	background-image : url(../img/frecciaMenuBlu.gif);
	background-position : left center;
	background-repeat : no-repeat;	
	text-align : left;
	padding-left : 10px;
	padding-bottom : 3px;
	padding-top : 3px;
}

.ContenutoElementiMenuLaterale ul li a:link, .ContenutoElementiMenuLaterale ul li a:active, .ContenutoElementiMenuLaterale ul li a:visited
{
	color : #215272;
	text-decoration : none;
}

.ContenutoElementiMenuLaterale ul li a:hover
{
	text-decoration : underline;
	color : #ffc501;
	
}

.ContenutoElementiLaterale
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #215272;
	background-image : url(../img/sfondoLaterale.gif);
	background-position : left top;
	background-repeat : repeat-y;		
	margin-left : 5px;
	width : 174px;
	border-bottom : 1px solid #fff;
}

.ContenutoElementiLaterale .Interno
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	margin-left : 15px;
}

.statistica
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	margin-left : 50px;
}
.SeparatoreElementiLaterale
{
	margin : 0px;
	padding : 0px;
	width : 145px;
	border-bottom : 1px solid #ffc501;
}

/*Classe di definizione link sulla mappa*/
.ContenutoMappa
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	padding-left : 1px;	
	padding-right : 1px;	
	color : #215272;
	margin-left : 20px;
}

.ContenutoMappa ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoMappa ul li
{
	margin : 0px;
	color : #215272;
	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 : #215272;
	text-decoration : none;
}

.ContenutoMappa ul li a:hover
{
	color : #ffc501;
	text-decoration : underline;
}

/*Classi di definizione footer*/

.Footer
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	width : 758px;
	color : #fff;
	padding-top : 15px;
	padding-bottom : 10px;
	background-color: #296790;
	border : 1px solid #fff;
}

.Footer .sinistro
{
	margin : 0px;
	padding : 0px;
	padding-left: 5px;
	width : 570px;
	float : left;
}

.Footer .destro
{
	margin : 0px;
	padding : 0px;
	width : 184px;
	float : right;
}

.Footer a:link, .Footer a:active, .Footer a:visited
{
	color : #fff;
	text-decoration : none;
}

.Footer a:hover
{
	color : #ffc501;
	text-decoration : underline;
}





/*Classi di definizione lingue*/
.Lingue
{
	text-align : left;
	padding-top : 10px;
	color : #121d55;
	padding-left : 15px;
	padding-bottom : 10px;
}

.Lingue a:link, .Lingue a:active, .Lingue a:visited
{
	color : #121d55;
	text-decoration : none;
}

.Lingue a:hover
{
	color : #121d55;
	text-decoration : underline;
}



/* Classi di definizione della foto gallery */

.tableFotoGallery
{
	text-align : center;
	margin : 5px;
	width : auto;
	margin-left : auto;
	margin-right : auto;
}

.itemgridFotoGallery 
{
	padding : 5px;
}


.itemgridFotoGallery div img
{

	border : 1px solid #ffc501;
	margin : 3px;
	float : left;
	width : 90px;
	height : 90px;	
}


.tableFotoGalleryHome
{
	margin : 0px;
	padding : 0px;	
	text-align : center;
	width : 301;
	margin-left : auto;
	margin-right : auto;
	height : 216px;
}

.tableFotoGalleryHome .itemgridFotoGallery 
{
	margin : 0px;
	padding : 0px;	
}


.tableFotoGalleryHome .itemgridFotoGallery div img
{
	margin : 0px;
	padding : 0px;
	border : 1px solid #ffc501;
	float : left;
	width : 90px;
	height : 90px;	
	margin : 4px;
}

.FGZoomImmagine
{
	margin : 10px;
	border : 1px solid #fff;
	float : left;
	display : block;
	background-color : #296790;
	background-image : none;
}

.FGZoomDescrizione
{
	font-size : 8pt;
	padding : 5px;
	border : 1px solid #fff;
	float : left;
	width : 150px;
	margin-top : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	background-color : #296790;
	background-image : none;
	color : #fff;
}

.FGZoomDescrizione label
{
	color : #fff;
	font-weight : bold;
	padding-bottom : 10px;
	background-image : none;
	background-color : #296790;
}

.BannerFotoGallery
{
	padding-top : 25px;
	margin-left : 6px;
	margin-right : 6px;
	margin-bottom : 10px;
	text-align : center;
	background-image : none;
}

.BannerFotoGallery img
{
	width : 80px;
	border : 1px solid yellow;
	padding : 0px;
	margin : 0px;
	margin : 2px;
	float : left;
	background-image : none;
}


/*Classe di definizione immagini per pagine, news, chi siamo, catalogo*/

.PagineImmagini
{
	margin : 3px;
}

.PagineHeaderImage
{
	margin : 0px;
	padding : 0px;
	width : 400px;
	margin-bottom : 3px;
	text-align : left;
}

.PagineThumbs
{
	float : left;
	width : 80px;
	height : 80px;	
	margin : 3px;	
}


.PagineThumbs img
{
	border : 1px solid #333366;
	float : left;
	width : 80px;
	height : 80px;	
}

.NewsThumbs
{
	margin : 3px;	
	float : left;
	width : 80px;
	height : 80px;	
}

.NewsThumbs img
{
	border : 1px solid #333366;
	float : left;
	width : 80px;
	height : 80px;	
}

.ChiSiamoThumbs
{
	margin : 3px;	
	float : left;
	width : 80px;
	height : 80px;	
}

.ChiSiamoThumbs img
{
	border : 1px solid #333366;
	width : 80px;
	height : 80px;	
}

.CatalogoThumbs
{
	margin : 3px;		
	float : left;
	width : 80px;
	height : 80px;		
}

.CatalogoThumbs img
{
	float : left;
	width : 80px;
	height : 80px;		
}

.OfferteThumbs
{
	margin : 3px;		
	float : left;
	width : 80px;
	height : 80px;		
}

.OfferteThumbs img
{
	border : 1px solid #333366;
	float : left;
	width : 80px;
	height : 80px;		
}


/*Stili di gestione sezione link*/

.LinkTitle
{
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	color : #1F4A70;
}

/* Stili di gestione del guestbook */


.GBMessaggioText a:link, .GBMessaggioText a:active, .GBMessaggioText a:visited
{
	color : #1F4A70;
	font-weight : bold;
}

.GBMessaggioText a:hover
{
	color : #1F4A70;
	text-decoration : underline;
}

.GBMessaggioData
{
	background-color : #1F4A70;
	color : #FFFFFF;
	padding : 2px;
	text-align : right;
}

.GBMessaggioFrom, .GBMessaggioFrom a:link, .GBMessaggioFrom a:visited, .GBMessaggioFrom a:active 
{
	font-weight : bold;
	color : #1F4A70;
}

.GBMessaggioFrom a:hover
{
	font-weight : bold;
	color : #FF0000;
}

.GBMessaggioTitle, .GBMessaggioTitle a:link, .GBMessaggioTitle a:visited, .GBMessaggioTitle a:active
{
	font-weight : bold;
	color : #1F4A70;
}

.GBMessaggioTitle a:hover
{
	font-weight : bold;
	color : #FF0000;
}

.GBMessaggioLabel
{
  font-weight : bold;
  text-align : right;
  float : left;
  padding-right : 10px;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBNuovoMessaggio
{
  text-align : center;
 }
 
 .GBBloccoNuovo
 {
	padding : 3px;	
	padding-left : 10px;
	color : #1F4A70;
	font-weight : bold;	
	background-image : url(../img/frecciaMenuBlu.gif);
	background-position : left center;
	background-repeat : no-repeat;		
 }
 
 .GBBloccoNuovo A:link, .GBBloccoNuovo A:visited, .GBBloccoNuovo a:active
 {
	color : #1F4A70;
 }
 
 .GBBloccoNuovo a:hover
 {
	color : #1F4A70;
 }
 
 
.GBMessaggioText
{
  font-weight : normal;
  text-align : left;
  float : left;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBMessaggioText #data
{
	color : #121d55;
	font-weight : normal;
}

.GBMessaggioText #titolo
{
	font-weight : bold;
	text-decoration : underline;
	color : #121d55;
}

.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 : 75px;
	text-align : right;
	margin-bottom : 3px;
	margin-left : 2px;
	margin-top : 3px;
}

.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;
	color : #38505D;
}

.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 : normal;
	background-color : #E0E0E0;
	width : 485px;
	padding : 3px;
	padding-left : 10px;
	color : #121d55;
}



.TariffeTabella
{
	width : 500px;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TariffeTabella th
{
	border : 1px solid #E0E0E0;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 3px;
	background-color : #E0E0E0;
}



.TariffeSistemazioni td
{
	border : 1px solid #E0E0E0;
	padding : 3px;
	width : 395px;
	color  : #121d55;
	background-color : #FFFFFF;
}


.TariffePeriodo
{
	width : 484px;
	padding : 3px;
	padding-left : 10px;
	margin-top : 3px;
	text-align : center;
	color  : #121d55;
	border : 1px solid #E0E0E0;
	background-color : #FFFFFF;
}

/* Classi di definizione per i contatti */

.TabellaContatti
{
	width : 100%;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TabellaContatti tr 
{
}

.TabellaContatti tr td
{
	padding : 3px;
	background-color : #F0F0F0;
	padding : 5px;
}

/* Classi di definizione generiche*/
.MessaggioGenericoImportante
{
	color : #EA5858;
	font-weight : bold;
}

.InfoSito
{
	text-align : right;
}

.InfoSito input
{
	margin-right : 15px;
}


.ClsPaginazioneSelezionata
{
	color : #EC7D4C;
}

.ClsPaginazione
{
	text-align : right;
	width : 95%;
	margin-left : 0px;
}

.ClsPaginazione A:link, .ClsPaginazione A:visited, .ClsPaginazione A:active
{
	color : #505050;
	text-decoration : none;
}

.ClsPaginazione A:hover
{
	color : #505050;
	text-decoration : underline;
}

.SeparatoreOrizzontale
{
	padding : 0px;
	margin : 0px;
	width : 380px;
	border-top : 1px dotted #CCCCCC;
	clear : both;
	margin-bottom : 3px;
}

.SeparatoreOrizzontaleCentrale
{
	padding : 0px;
	margin : 0px;
	border-bottom : 1px dotted #D8D8D8;
	clear : both;
	height : 10px;
}

.SeparatoreOrizzontaleCentraleTop
{
	padding : 0px;
	margin : 0px;
	border-top : 1px solid #D8D8D8;
	clear : both;
	margin-top : 3px;
	margin-bottom : 3px;
	height : 10px;
}


.ClearFloat
{
	clear : both;
}

.SmallBreak
{
	line-height : 1px;
}

#Credits
{
	text-align : right;
	font-size : 11px;
	font-weight : normal;
	color : #333366;
}

#Credits a:link, #Credits a:active, #Credits a:visited
{
	color : #333366;
	text-decoration : none;
}

#Credits a:hover
{
	color : #333366;
	text-decoration : underline;
}