﻿body, html
{
	margin : 0px; 
	padding : 0px;
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	height : 100%;
	text-align : left;
	background-image : url(../img/wall.gif);
	background-position : top center;
	background-repeat : no-repeat;
	background-color : #5656c7;
}


A:link, A:VISITED, A:Active  {
	color : #d19d1c;
	text-decoration : none;
}

A:Hover  {
	color : #f6d348;
	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;
	border : 1px solid #d19d1c;
	background-color: #fff4f7;
}

/*=======================================*/
/* Classi di definizione colori del testo*/
/*=======================================*/


.linkrosso:link, .linkrosso:active, .linkrosso:visited
{
	color : #f3bc45;
	text-decoration : none;
}

.linkrosso:hover
{
	text-decoration : underline;
	color : #036;
	
}

.ArancioneScuro
{
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	background-image : url(../img/barratitolo.gif);
	background-position : left top;
	background-repeat : no-repeat;			
	height : 24px;
	width : 450px;	
	float : left;
	color : #d19d1c;
	font-size : 12pt;
	padding-left: 15px;
}

}

.ArancioneChiaro
{
	margin : 0px;
	padding : 0px;	
	font-weight : normal;
	color : #ff9900;
}

.ColoreTesto
{
	margin : 0px;
	padding : 0px;	
	color : #036;
	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;
}

.graftitodx
{
	margin : 0px;
	text-align : left;
	color: #d19d1c;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.testobox2
{
	margin : 0px;
	text-align : left;
	width:190px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fee69b;
}


/*=======================================*/
/* Classi di definizione box offerte*/
/*=======================================*/

.offspe
{
	margin : 0px;
	padding : 0px;	
	width : 397px;
	height : 100%;
	text-align : center;
	border: 1px solid #61071b;
}

.titoffspe
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	color: #d36c83;
	font-size: 13px;
	font-weight: bold;
}


/*=======================================*/
/* Classi di definizione del layout del sito*/
/*=======================================*/

.Pagina
{
	margin : 0px;
	padding : 0px;	
	width : 720px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color: transparent;
	padding-bottom: 20px;
}


.ContenutoHeader
{
	margin : 0px;
	padding : 0px;	
	width : 722px;
	height : 130px;
	text-align : center;
	background-color: #fff4f7;
	/*background-image : url(../img/sfondohead.gif);
	background-position : top center;
	background-repeat : no-repeat;*/
}


.ContenutoHeader .sx
{
	margin : 0px;
	padding : 0px;	
	width : 220px;
	height : 130px;
	/*background-image : url(../img/sfondomenulat2.gif);
	background-position : top center;
	background-repeat : no-repeat;*/
	background-color: transparent;
}

.ContenutoHeader .dx
{
	margin : 0px;
	padding : 0px;	
	width : 502px;
	height: 130px;
	text-align : center;
	background-color: transparent;
	border-left: 2px solid #f3bc45;
}

.ContenutoElementiMenuLaterale
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #d19d1c;
	background-color: transparent;		
	margin-left : 0px;
	width : 220px;
	text-transform: uppercase;
	font-size: 11px;
}

.ContenutoElementiMenuLaterale ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.ContenutoElementiMenuLaterale ul li
{
	padding : 0px;
	margin : 0px;
	font-weight : bold;	
	text-align : left;
	padding-left : 10px;
	padding-bottom : 3px;
	padding-top : 3px;
	height: 20px;
}

.ContenutoElementiMenuLaterale ul li a:link, .ContenutoElementiMenuLaterale ul li a:active, .ContenutoElementiMenuLaterale ul li a:visited
{
	color : #d19d1c;
	text-decoration : none;
}

.ContenutoElementiMenuLaterale ul li a:hover
{
	text-decoration : underline;
	color : #f6d348;
}

.Centrale
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;	
	width : 720px;
	background-color : #036;
}

.ContenutoCentrale .sinistro
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;	
	width : 220px;
	background-color : #036;
}

.ContenutoCentrale .destro
{
	margin : 0px;
	padding : 0px;	
	width : 500px;
	margin-left : auto;
	margin-right : auto;
	background-color : #e9f5ff;
	background-image : url(../img/sfondotesto.gif);
	background-position : top center;
	background-repeat : no-repeat;
	border-top: 2px solid #f3bc45;
	border-left: 2px solid #f3bc45;
}

.AreaNews2
{
	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;
	width : 480px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top: 25px;
}


/*=======================================*/
/* 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 : #767676;
	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 : #767676;
	text-decoration : none;
}

.CatalogoItem:hover
{
	color : #d44766;
	text-decoration : underline;
}

.CatalogoImmagine
{
	text-align : left;
}

.CatalogoImmagine img
{
	border : 1px solid #61071b;
}

.CatalogoTesto
{
	text-align : left;
	font-weight : normal;
	margin-bottom : 5px;	
}

.CatalogoTesto, .CatalogoTesto a:link,  .CatalogoTesto a:active, .CatalogoTesto a:visited
{
	color : #767676;
}

.CatalogoTesto a:hover
{
	color : #d44766;
}


.CatalogoSchedaImmagini
{
	width : 80px;
	text-align : left;
	float : left;
	margin-right : 15px;

}

.CatalogoInfo
{
	width : 300px;
	float : left;

}

.PagineMiniImmagine
{
	border : 1px solid #61071b;
}

.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 #61071b;
	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
{
	color : #d44766;
	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 : #036;
	font-size : 14px;
	font-weight : bold;	
}


.PageTitleSeparatore
{
	float : left;
	color : #61071b;
	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 : #d19d1c;
}

.NewsTitle, .NewsTitle a:link,  .NewsTitle a:active, .NewsTitle a:visited
{
	margin : 0px;
	padding : 0px;
	float : left;
	font-weight : bold;
	text-align : left;
	color : #036;
}

.NewsTitle a:hover
{
	color : #d19d1c;
}

.NewsTesto, .NewsTesto a:link,  .NewsTesto a:active, .NewsTesto a:visited

{
	clear : both;
	margin-top : 15px;
	color : #036;
}

.NewsTesto a:hover
{
	color : #d19d1c;
}

.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 : #d19d1c;
	margin-bottom : 0px;
}

.OfferteTitle
{
	margin : 0px;
	padding : 0px;
	font-weight : bold;
	color : #036;
	text-decoration : underline;
	font-weight : bold;
	text-align : left;
}

.OfferteTesto
{
	clear : both;
	color :#036;
	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
{
	color : #d44766;
	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
{
	color : #d44766;
	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 #61071b;
}


/*Classe di definizione del menulaterale*/
.ContenutoElementiMenu
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #fff;
	padding-top : 2px;
	height: 35px;
}

.ContenutoElementiMenu ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoElementiMenu ul li
{
	padding : 0px;
	margin : 0px;
	float : left;
	font-weight : bold;
	padding-top : 8px;
	width : 102px;
	font-size : 10px;	
	text-align : center;	
	text-transform: uppercase;
}

.ContenutoElementiMenu ul li a:link, .ContenutoElementiMenu ul li a:active, .ContenutoElementiMenu ul li a:visited
{
	color : #fff;
	text-decoration : none;
}

.ContenutoElementiMenu ul li a:hover
{
	text-decoration : none;
	color : #fee69b;
	
}



.ContenutoElementiLaterale
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	color : #121d55;
	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;
}

.SeparatoreElementiLaterale
{
	margin : 0px;
	padding : 0px;
	width : 145px;
	border-bottom : 1px solid #D8D8D8;
}

/*Classe di definizione link sulla mappa*/
.ContenutoMappa
{
	text-align : left;
	padding : 0px;
	margin : 0px;
	padding-left : 1px;	
	padding-right : 1px;	
	color : #036;
	margin-left : 20px;
}

.ContenutoMappa ul
{
	list-style: none;
	margin : 0px;
	padding : 0px;
}

.ContenutoMappa ul li
{
	margin : 0px;
	color : #036;
	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 : #036;
	text-decoration : none;
}

.ContenutoMappa ul li a:hover
{
	color : #d19d1c;
	text-decoration : underline;
}

/*Classi di definizione footer*/

.Footer
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	width : 722px;
	color : #d19d1c;
	padding-top : 20px;
	background-image : url(../img/footer.gif);
	background-position : left center;
	background-repeat : no-repeat;
	background-color: #101048;
	height: 40px;
}

.Footer .sinistro
{
	margin : 0px;
	padding : 0px;
	width : 480px;
	float : left;
	margin-left : 5px;
}

.Footer .destro
{
	margin : 0px;
	padding : 0px;
	padding-right : 5px;
	width : 225px;
	float : right;
}


/*Classi di definizione lingue*/
.Lingue
{
	padding : 0px;
	margin: : 0px;
	text-align : left;
	color : #fee69b;
	float : left;
	padding-left : 20px;
}

.Lingue a:link, .Lingue a:active, .Lingue a:visited
{
	color : #fee69b;
	text-decoration : none;
}



.Lingue a:hover
{
	color : #fff;
	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 #d19d1c;
	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 #d19d1c;
	float : left;
	width : 90px;
	height : 90px;	
	margin : 4px;
}

.FGZoomImmagine
{
	margin : 10px;
	border : 1px solid #d19d1c;
	float : left;
	display : block;
	background-color : #fffeef;
	background-image : none;
}

.FGZoomDescrizione
{
	font-size : 8pt;
	padding : 5px;
	border : 1px solid #d19d1c;
	float : left;
	width : 150px;
	margin-top : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	background-color : #fffeef;
	background-image : none;
	color : #036;
}

.FGZoomDescrizione label
{
	color : #036;
	font-weight : bold;
	padding-bottom : 10px;
	background-image : none;
}

.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 #d19d1c;
	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 #61071b;
	float : left;
	width : 80px;
	height : 80px;	
}

.NewsThumbs
{
	margin : 3px;	
	float : left;
	width : 80px;
	height : 80px;	
}

.NewsThumbs img
{
	border : 1px solid #61071b;
	float : left;
	width : 80px;
	height : 80px;	
}

.ChiSiamoThumbs
{
	margin : 3px;	
	float : left;
	width : 80px;
	height : 80px;	
}

.ChiSiamoThumbs img
{
	border : 1px solid #61071b;
	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 #61071b;
	float : left;
	width : 80px;
	height : 80px;		
}


/*Stili di gestione sezione link*/

.LinkTitle
{
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	color : #036;
}

/* Stili di gestione del guestbook */

.GBMessaggioText
{
	background-color : transparent;
	color : #036;
	padding : 0px;
	margin : 0px;
	width : 480px;
	text-align : justify;
	padding-right: 10px;
}

.GBMessaggioText a:link, .GBMessaggioText a:active, .GBMessaggioText a:visited
{
	color : #036;
	font-weight : bold;
}

.GBMessaggioText a:hover
{
	color : #d19d1c;
	text-decoration : underline;
}

.GBMessaggioData
{
	background-color : transparent;
	color : #d19d1c;
	padding : 2px;
	text-align : right;
}

.GBMessaggioFrom, .GBMessaggioFrom a:link, .GBMessaggioFrom a:visited, .GBMessaggioFrom a:active 
{
	font-weight : bold;
	color : #036;
}

.GBMessaggioFrom a:hover
{
	font-weight : bold;
	color : #d19d1c;
}

.GBMessaggioTitle, .GBMessaggioTitle a:link, .GBMessaggioTitle a:visited, .GBMessaggioTitle a:active
{
	font-weight : bold;
	color : #036;
}

.GBMessaggioTitle a:hover
{
	font-weight : bold;
	color : #d19d1c;
}

.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 : #036;
	font-weight : bold;		
 }
 
 .GBBloccoNuovo A:link, .GBBloccoNuovo A:visited, .GBBloccoNuovo a:active
 {
	color : #036;
 }
 
 .GBBloccoNuovo a:hover
 {
	color : #d19d1c;
 }
 
 
.GBMessaggioText
{
  font-weight : normal;
  text-align : left;
  float : left;
  padding-bottom : 3px;
  padding-top : 3px;
}

.GBMessaggioText #data
{
	color : #d19d1c;
	font-weight : normal;
}

.GBMessaggioText #titolo
{
	font-weight : bold;
	text-decoration : underline;
	color : #036;
}

.GBSummary
{
	text-align : center;
	padding-top : 10px;
}

.GBSummary label
{
	color : #d19d1c;
	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 : transparent;
	padding : 3px;	
	padding-left : 10px;
	color : #d19d1c;
	font-weight : bold;	
}

.FaqDomanda
{
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : underline;
	font-weight : bold;
	color : #d19d1c;
}

.FaqRisposta
{
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 30px;
	color : #036;
}

.topLink
{
	 text-align : right;
	 padding-top : 5px;
}

.topLink .LinkBlu, .topLink .LinkBlu a:link, .topLink .LinkBlu a:active, .topLink .LinkBlu a:visited, 
{
	color : #036;	
}

.topLink .LinkBlu a:hover
{
	color : #d19d1c;	
}


/* Classi di definizione per le tariffe*/

.TariffeTitolo
{
	font-weight : normal;
	background-color : #036;
	width : 460px;
	padding : 3px;
	padding-left : 10px;
	color : #d19d1c;
	border : 1px solid #d19d1c;
}



.TariffeTabella
{
	width : 475px;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TariffeTabella th
{
	border : 1px solid #d19d1c;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 3px;
	background-color : #036;
	color : #d19d1c;
}



.TariffeSistemazioni td
{
	border : 1px solid #d19d1c;
	padding : 3px;
	width : 465px;
	color  : #d19d1c;
	background-color : #036;
}


.TariffePeriodo
{
	width : 460px;
	padding : 3px;
	padding-left : 10px;
	margin-top : 3px;
	text-align : center;
	color  : #d19d1c;
	border : 1px solid #d19d1c;
	background-color : #036;
}

/* Classi di definizione per i contatti */

.TabellaContatti
{
	width : 100%;
	margin-top : 3px;
	border-collapse: collapse; 
}

.TabellaContatti tr 
{
}

.TabellaContatti tr td
{
	padding : 3px;
	background-color : transparent;
	padding : 5px;
}

/* Classi di definizione generiche*/
.MessaggioGenericoImportante
{
	color : #ff0000;
	font-weight : bold;
}

.InfoSito
{
	text-align : right;
}

.InfoSito input
{
	margin-right : 15px;
}


.ClsPaginazioneSelezionata
{
	color : #d19d1c;
}

.ClsPaginazione
{
	text-align : right;
	width : 95%;
	margin-left : 0px;
}

.ClsPaginazione A:link, .ClsPaginazione A:visited, .ClsPaginazione A:active
{
	color : #036;
	text-decoration : none;
}

.ClsPaginazione A:hover
{
	color : #d19d1c;
	text-decoration : underline;
}

.SeparatoreOrizzontale
{
	padding : 0px;
	margin : 0px;
	width : 380px;
	border-top : 1px dotted #101048;
	clear : both;
	margin-bottom : 3px;
}

.SeparatoreOrizzontaleCentrale
{
	padding : 0px;
	margin : 0px;
	border-bottom : 1px dotted #101048;
	clear : both;
	height : 10px;
}

.SeparatoreOrizzontaleCentraleTop
{
	padding : 0px;
	margin : 0px;
	border-top : 1px solid #101048;
	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;
}

#Credits a:link, #Credits a:active, #Credits a:visited
{
	color : #767676;
	text-decoration : none;
}

#Credits a:hover
{
	color : #d44766;
	text-decoration : underline;
}

.Divmidim
{
	margin : 0px;
	padding : 0px;
	padding-left : 10px;
	padding-right : 10px;
	color: #767676;
}

.Divmidim a:link, .Divmidim a:active, .Divmidim a:visited
{
	color : #767676;
	text-decoration : none;
}

.Divmidim a:hover
{
	color : #d44766;
	text-decoration : underline;
}


.AreaOfferta
{
	margin : 0px;
	padding : 0px;
	padding-top : 20px;
	background-color : transparent;
	text-align:center;	
}


.AreaNews
{
	margin : 0px;
	padding : 0px;
	width : 200px;
	padding-left: 15px;
	text-align : left;
}

.AreaPubblicita
{
	margin : 0px;
	padding : 0px;
	background-color : transparent;	
}