/* GENERALE -----------------------------------------------------------------------------------------------------------------*/
body        { font: 11px/18px "Trebuchet MS", Tahoma, Arial, sans-serif; background-color: #fff; background-image: url("sfondo_body.jpg"); background-repeat: repeat-x; background-position: center top; text-align: center; margin: 0; padding: 0 }
bold{
	color: #042fbc;
	font-weight: bold;
}
/* H1 NASCOSTI (INDICIZZAZIONE) ---------------------------------------------------------------------------------------------*/
.vedi{ 
	color: #000 
}
.nonvedi{
	display:none;
}
/* CONTENUTO PAGINA ---------------------------------------------------------------------------------------------------------*/
#container{ 
	font-style: normal; background: transparent; margin: 0 0 0 -350px; 
	position: relative; left: 50%; width: 700px 
}
#top{
	height: 147px;
	text-align:bottom;
	background:url(bg_top.gif) no-repeat;
}
#content{ 
	color: #6c6c6c; 
	font-style: normal; 
	text-decoration: none; 
	background: white url("bg_main.gif") repeat-y; 
	width: 700px 
}
.sopra           { color: #6c6c6c; font-style: normal; text-decoration: none; background-image: url("intestazione.gif"); background-repeat: no-repeat; background-position: 0 0; width: 503px; height: 217px; border-top: 1px solid #ddd; border-right: 1px #ddd; border-bottom: 1px #ddd; border-left: 1px solid #ddd }
.immagine_laterale         { color: #6c6c6c; font-style: normal; text-decoration: none; background-color: #fff; background-image: url("laterlae_intestazione.gif"); background-repeat: no-repeat; background-position: 0 0; text-align: right; width: 404px; height: 217px; border-style: solid solid none none; border-width: 1px; border-color: #ddd }
#more_top {}
#linksopra{ 
	color: #010000; 
	font-style: normal; 
	padding: 5px; 
	margin-right:10px 
}
img.content_pic {
	float:left;
	margin-top:2px;
	padding:0 10px 0 0;
}

/* NAVIGAZIONE DI PRIMO LIVELLO ---------------------------------------------------------------------------------------------*/
#primo_livello_menu { 
	color: #fff; 
	font-size: 11px; 
	text-align: right; 
	margin-right: 15px; 
	padding: 1px; 
	vertical-align: middle; 
	border-width: 1px; 
	border-color: #fff
}
#primo_livello_menu  ul       { color: #000; font-size: 11px; text-align: right; list-style-type: none; margin: 0; padding: 0; height: 17px   }
#primo_livello_menu  li            { color: #fff; font-size: 11px; font-weight: bold; background-color: #3387d3; background-position: right center; display: inline; margin: 0; padding: 0; border: solid 1px; height: 17px  }
#primo_livello_menu  li#current_nav1level { color: #333; font-size: 11px; font-weight: bold; background-position: right center; display: inline; margin: 0; padding: 0; border: solid 1px #fff; background-color: orange; height: 17px}

#primo_livello_menu  a        { color: #fff; font-size: 11px; font-weight: bold; background-color: #3387d3; text-decoration: none; padding: 1px 17px; vertical-align: middle  }
#primo_livello_menu  a:hover        { color: #fff; font-size: 11px; font-weight: bold; background-color: #3387d3; background-repeat: no-repeat; background-position: left center; border-width: 1px; border-color: #ddd  }

/* TESTO PAGINA -------------------------------------------------------------------------------------------------------------*/
.testo          { 
	color: #333; 
	font-size: 12px;
	background-color: #fff; 
	padding: 10px 10px 10px 10px;
	margin-left: 2px;
	width: 707px; 
	height: 500px; 
	vertical-align: top; 
	border-top: 1px #e7e7e7; 
	border-right: 1px solid #e7e7e7; 
	border-bottom: 1px #e7e7e7; 
	border-left: 1px solid #e7e7e7 
}
.testo a:link { 
	color: #ff8100; 
	text-decoration: underline 
}
.testo a:visited  { color: #567711; text-decoration: underline }
.testo a:hover  { color: #567711; text-decoration: underline }
TD.testo td      { color: #333; font-size: 12px; background-color: #fff; background-position: right top; text-align: left; padding: 2px; vertical-align: top; border-width: 1px; border-color: #ddd }
TD.testo img    { color: #860001; margin: 2px }
/* PIEDE PAGINA -------------------------------------------------------------------------------------------------------------*/
#footer             { color: #333; background-color: #ccd3eb; background-repeat: repeat; background-position: 0 0; width: 1000px; height: 30px; border-style: none solid solid; border-width: 1px; border-color: #ddd; width="700px":  }
#footer a:link {}
#footer a:visited {}
#footer a:hover {}
.immagine_footer     { color: white; background-image: url("footer_autoelite.jpg"); background-repeat: no-repeat; background-position: 0 0; width: 778px; height: 136px; border-top: 4px none #b8ea37; width="700px":  }
/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/
/*Immagini: | ../images/blank.gif | ../images/prevlabel.gif | ../images/nextlabel.gif | */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
/* CATALOGO PRODOTTI --------------------------------------------------------------------------------------------------------*/
.linkinferiore_vetrina {}
.tabella_vetrina {}
.titolo_vetrina { 
	color: #d20020; 
	font-size: 115%; 
	font-weight: bold; 
	background-color: #e8e8e8; 
	text-decoration: underline; 
	text-transform: uppercase; 
	text-align: left; 
}
.tabella_prodotti { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf;
}
.titolo_prodotti { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf;
}
/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
.contatti td{ 
	font-size: 11px; 
}
INPUT.centrale { color: #fff; font-size: 11px; background-color: #f6ac00; text-align: center; margin-bottom: 3px; width: 200px; border: dashed 1px #0073ff; }
SELECT.centrale { 
	color: #fff; 
	font-size: 11px; 
	background-color: #000; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
	border-color: #828282 
}
/* FORM ---------------------------------------------------------------------------------------------------------------------*/
.form{ 
	text-align: center; 
	width: 90%; margin:0; 
	padding:0 0 10px;
	display:block; 
	margin:0; 
	padding:2px 5px 5px; 
}
.cerca{ 
	border-bottom: 2px solid #1b2497; 
	background: url(sfondo_menu.gif) repeat-x;
}
.label{ 
	font-size: 9px; 
	line-height: 12px; 
	text-align: center; 
	display:block; 
	float:left; 
	width:90px;
}
.error{
	background-color:#bdb397;
	margin:0px 0 0 0;
	color:#ffffff;
}
.error span {
	color: #ffffff;
}
input,submit,select{ 
	color: #525252; 
	font-size: 10px; 
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal;
	background-color: #ffffff; 
	text-align: center; 
	padding-top: 2px; 
	border-color: #cacaca #404040 #404040 #cacaca; 
	border-style: solid; border-width: 1px; 
}
.senden {
	cursor: pointer;
	width:412px;
	*width:414px;
}
.checkbox {
	width:20px;
	margin:0;
	border:none;
	background:none;
}

/* NAVIGAZIONE DI SECONDO LIVELLO -------------------------------------------------------------------------------------------*/
/*NOTE: #menu_laterale ? in confitto con #header (quaest'ultimo id ha la precedenza)*/
#menu_laterale    { font-size: 10px; text-align: left; padding: 2px; vertical-align: top; }
#menu_laterale ul   { color: #000; font-size: 12px; list-style-type: none; margin: 0; padding: 0 0; width: 160px }
#menu_laterale li       { color: #000; font-size: 12px; background-color: #3387d3; text-align: left; padding: 2px 5px 2px 12px; width: 160px; border: solid 1px #fff }
#menu_laterale li:hover       { color: #fff; font-size: 12px; background-color: #ff8217; display: block; margin-bottom: 2px; padding: 2px 20px 2px 12px; width: 160px; border-color: #666 }
#menu_laterale li#current_menu_laterale { color: #fff; text-decoration: none; background-color: #666; width: 160px }
#menu_laterale a:link  { color: #000; text-decoration: none; }
#menu_laterale a:visited  { color: #000; text-decoration: none; width: 160px }
#menu_laterale a:hover   { color: #fff; text-decoration: none; background-color: #ff8217; padding: 0 0px 0 0px;}
/* MENU NAVIGAZIONE PAGINE AD ALBERO ----------------------------------------------------------------------------------------*/
/*NOTE: Fare uno stile proprio per #header > li > div > a*/
#header  { color: #00aae7 }
#header ul  { color: #f01; list-style-type: none; list-style-image: none; margin: 0; padding: 0 }
#header li  { color: #e7e7e7; font-size: 10px; background-repeat: no-repeat; text-align: left; display: block; margin-bottom: 1px; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; position: relative; width: 188px; border-width: 1px; border-color: #666 }
#header li#current_header{ 
	/*Nn funge in IE e FX*/
	color: #fff;
	background-color: #666; 
	text-decoration: none 
}
#header li div { 
	/*Nn funge in IE*/
	color: #fff; 
	text-decoration: none 
}
#header a:link { 
	color: #fff; 
	text-decoration: none 
}
#header a:visited { 
	color: #fff; 
	text-decoration: none 
}
#header a:hover { 
	color: #000; 
	text-decoration: none 
}
/* CELLA MENU ---------------------------------------------------------------------------------------------------------------*/
.menu { 
	color: #ddd; 
	background-image: url("sfondo_body_menu.gif");
	background-repeat: repeat-x; 
	text-align: left; 
	width: 200px;
	margin: 0; padding: 0; 
	vertical-align: top;  }
.menu a{ 
	background-color: transparent; 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: right 11px 
}
TD.menu {border-style: none none none solid; border-width: 2px 2px 2px 1px; border-color: #ddd; padding-right:5px;}
/* BLOCCHI ------------------------------------------------------------------------------------------------------------------*/
.box-title_blocchi{
	color: #0b0ba0; 
	font-size: 13px; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	padding: 2px 0 1px 
}
.box-content_blocchi { color: #000; font-weight: normal; background-color: #fff; background-image: url("box_laterale.jpg"); background-repeat: no-repeat; background-position: 0 0; text-align: left; padding: 2px 2px }

/* BLOCCHI LATERALI ---------------------------------------------------------------------------------------------------------*/
.boxlaterali_boxlat { width: 100%;}
.box-title_boxlat { color: #f01; font-size: 13px; font-weight: bold; background-color: transparent; background-image: url("sopra_menu_autoelite.gif"); background-repeat: no-repeat; background-position: 0 0; text-align: center; padding: 2px 0; height: 15px; vertical-align: middle }
.box-testo_boxlat  { color: #0079e7; font-size: 10px; font-weight: normal; background: #f7f7f7 url("files/box_testo.jpg") repeat-x; text-align: justify; padding: 2px 2px 2px 2px;}

.box-bottom_boxlat{ 
	color: #0b0ba0; 
	font-weight: bold; 
	background-repeat: repeat-y; 
	background-position: 0 bottom; 
	text-align: center; 
	padding: 3px 
}
.box-testo_boxlat a:hover { 
	color: #0b0ba0; 
	text-decoration: underline 
}
.box-testo_boxlat a:link { 
	color: #0b0ba0; 
	text-decoration: underline 
}
.box-testo_boxlat a:visited{ 
	color: #0b0ba0; 
	text-decoration: underline 
}
/*ANCORA DA CLASSIFICARE -----------------------------------------------------------------------------------------------------------------*/
#menue {
	float:left;
	padding-top:11px;
	width:206px;
	background:url(bg_menue.gif) no-repeat;
}
/*a.menu{
	display:block;
	margin:0 0px 0 0px;
	padding:4px 0 4px 0px;
	border-top:1px solid #ededed;
	text-decoration:none;
	background:url(arrow.gif) no-repeat 12px 5px;
}*/
.lev_1  { 
	color: #404040; 
	margin: 0 0 0 2px   
}
.lev_1 li{ 
	color: #404040; 
	margin: 0; 
	padding-left: 5px  	
}
.lev_2 li{ 
	color: #2e88c8; 
	margin: 0; 
	padding-left: 8px; 
}
.lev_3 li{ 
	color: #404040; 
	margin: 0; 
	padding-left: 10px  
}
.lev_4 li{ 
	margin: 0; 
	padding-left: 14px  
}
.lufthansa{ 
	color: #fff; 
	line-height: 140%; 
	background-image: url(lufthansa.gif); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	border-style: none; 
}
.lufthansa_testo{ 
	color: #fff; 
	line-height: 140%; 
	text-align: right; 
	margin: 0; 
	padding: 0 30px 0 0 
}
#menue a:hover{
	background-color:#f9f9f9;
}
.contenuti{ 
	color: #404040; 
	text-align: justify; 
	padding-right: 8px; 
	padding-left: 8px }
/*MAIN*/
#main { 
	text-align: left; 
	width:700px;
	min-height:450px; 
	margin-bottom:20px; 
}
#main li a, a:visited{ 
	color: #000; 
	text-decoration: none 
}
#main a:hover{ 
	color: #404040; 
	text-decoration: underline; 
}
#main .current a { color: #9d0000; font-weight: bold }
/*MSIE MINDEST H&OULM;HEN ANGABE*/
*html #main {
	height:expression(this.scrollHeight < 450? "450px" : "auto" );
}
#main_left {
	float:left;
	width:320px;
}
#main_right {
	float:left;
	width:200px;
}
#main_right img {
	margin:7px 0 0 20px;
}
#main a {
	color: #292929;
	text-decoration: none;
}

#main a:hover {
	color: #292929;
	text-decoration: underline;
}
/*BOTTOM*/
#bottom{ 
	color: #807f7f; 	
	background: url("bottom_menue.gif") no-repeat; 
}
#bottom_menue{
	float:left;
	width:400px;
	padding:10px 0 0 45px;
}
#bottom_logo{ 
	padding: 10px 0 0 550px; 
	width: 190px 
}
#bottom a {
	color: #292929;
	text-decoration: none;
}
#bottom a:hover {
	color: #000;
	text-decoration: underline;
}
/*BASICS*/
a, a:visited { 
	color: #1b2497; 
	text-decoration: none 
}
a:hover{ 
	color: #add6f1; 
	text-decoration: none 
}
br{
	line-height:8px;
}
p{
	margin:0 0 15px 0;
	padding:0;
}
bold{ 
	color: #1b2497; 
	font-size: 12px; 
	margin: 0 0 15px; 
	padding: 0; 
}
p.line{
	clear:both;
	height:15px;
	margin:0 0 15px 0;
	padding: 1px 0 0 0;
	border-bottom:1px solid #e9e8ee;
	background-color:#ffffff;
}
ul{
	clear:both;
	margin:0 0 0px 10;
	padding:0;
}
li{
	padding:0 0 0 0px;
	margin:0 0 2px 5px;
	list-style:none;
}
h1, h2, h3, h5 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1   { color: #ff8217; font-size: 16px; font-variant: small-caps; margin: 10px 0 12px; padding: 0 }
h2{
	clear:both;
	float:none;
	margin-bottom:5px;
	font-size:125%;
	color:#2e88c8;
}
h3{ 
	color: #cf0000; 
	font-size: 115%; 
	margin-bottom: 5px; 
	float: none; 
	clear: both; 
}
h4{ 
	color: #22397d; 
	font-size: 105%; 
	margin-bottom: 5px; 
	float: none; clear: both 
}
table{ 
	color: #616161; 
	font: 11px/17px "Trebuchet MS", Tahoma, Arial, sans-serif; 
	margin-right: 5px; 
	margin-bottom: 0px; 
	margin-left: 5px 
}
td{ 
	text-align: left; 
	margin: 0; 
	padding: 2px 0  
}
td img{ 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}
.LH{
	font-size: 90%; 
	text-align: center; 
	margin: 0; 
	padding: 3px 5px; 
}
.pts .on{
	background-color:#fff;
}
.pts .off {
	background-color:#fff;
}
.pts .hover {
	background-color:#f9f9f9;
	color:#ff5444;
}
.pts .click {
	background-color:#ff5444;
	color:#fff;
	font-weight:bold;	
}
.box-content{ 
	color:#000; 
	padding-right: 3px; 
	padding-left: 3px; 
}
.box-content_1{ 
	color: #000; 
	text-align: left; 
	margin-left: 2px; 
	padding-right: 2px; 
	padding-left: 2px;
}
.offerte_viaggio td{ 
	color: #000; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid #bbb;
	font-size: 110%;
}
.offerte_viaggio img{ 
	padding-right: 3px 
}
.titolino  { color: #d20020; font-size: 115%; font-weight: bold; text-decoration: underline; text-align: left; text-transform: uppercase }
.titolo_offer{ 
	color:#cf0000; 
	font-size: 100%; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #cf0000; 
}
.prezzo{ 
	color: #9d0000; 
	font-size: 125%; 
	font-weight: bold; 
	margin: 0; 
	padding: 3px 0 0; 
}
.prezzo b{ 
	color: #9d0000; 
	font-size: 140%; 
	font-weight: bold; 
	margin: 0; 
	padding: 3px 0 0;
	text-decoration: underline;
}
.tabella_bordo{ 
	border-top: 2px solid #c4cec6;
	 border-bottom: 2px solid #afafaf; 
}
.tabellap { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf; 
}
.tabella_bordo1{ 
	border-bottom: 0px solid #afafaf; 
	border-top-width: 0; 
}
#menu_orizzontale ul{ 
	text-align: center; 
	float: right; 
	margin:0; 
	padding: 0; 
	list-style:none;
}
#menu_orizzontale li{ 
	background-repeat: no-repeat; 
	background-attachment: scroll;
	background-position: left top; 
	text-align: center;  
	border-style: solid none solid solid;
	border-width: 0 0 0 0; 
	border-color: #404040 #404040 #404040 #828282;
	font: bold 10px Tahoma, verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif; 
	margin: 0; 
	padding: 0; 
	float: right; 
	height: 30px  
}
#menu_orizzontale{ 
	color: black; 
	background-color: #b8ea37; 
	background-image: none; 
	background-attachment: scroll; 
	background-position: 0 0; 
	height: 30px 
}
#menu_orizzontale a{ 
	color: #1b2497; 
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center; 
	text-align: center; margin: 0 
}
#menu_orizzontale a:hover{ 
	color: #fa072b; 
	font-style: normal; 
	font-weight: normal; 
	font-stretch: normal; 
	background-repeat: no-repeat;
	background-attachment: scroll 
}
#menu_orizzontale #current a{ 
	color: #ffffff; 
	background: url("link_current.gif") no-repeat center top;
	height: 30px 
}
/*SESELEZIONATA LA LINGUA COMPLETA FORMATTO IL TESTO - TABELLA VG*/
.vg_prezzi td{ 
	font-size: 11px; 
	text-align: center; 
	padding: 3px; 
	border-bottom: 1px solid #333 
}
.vg_prezzi table{ 
	border: solid 1px #333 
}
.vg_prezzi #filoverticale{ 
	padding-right: 8px; 
	border-right: 1px solid #333 
}
#vg_mese{ 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	text-transform: uppercase; 
	padding-left: 3px 
}
#vg_cod{ 
	color: #484848; 
	font-size: 9px; 
	text-align: left; 
	text-transform: uppercase; 
	padding-left: 3px 
}
#programma_durata{ 
	font-size: 13px; 
	font-weight: bold;
}
#programma_programma{ 
	font-size: 10px; 
	text-align: left; 
	clear: both; 
}
#programma_titolo{ 
	color: #a00000; 
	font-size: 25px; 
	font-weight: bold; 
	text-transform: uppercase 
}
.programma_sx{ 
	font-size: 10px; 
	background-color: #f9e1e1; 
	text-align: left; 
	display: block; 
	margin-right: 3px; 
	padding: 2px; 
	border: solid 1px #a00000 
}
.programma_programma_titolo{ 
	color: #a00000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	display: block; 
	border-bottom: 2px solid #a00000 
}
.programma_programma_titolo td { 
	color: #a00000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left 
}
#titolo_programma-sx{ 
	color: #f3f3f3; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #a00000; 
	text-align: left; 
	text-transform: uppercase; 
	display: block; 
	padding: 2px 
}
.commento{ 
	color: #484848; 
	font-size: 10px; 
	font-style: italic 
}
.vg_menu #vg_tour{ 
	font-size: 12px; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid #cdcdcd 
}
.vg_menu #vg_country{ 
	color: #fff; 
	font-size: 13px; 
	font-weight: bold; 
	background-color: #a00000; 
	text-transform: uppercase; 
	padding: 3px 
}
.vg_menu #vg_country a{ 
	color: #fff 
}
/*SESELEZIONATA LA LINGUA COMPLETA FORMATTO IL TESTO - TABELLA HOTEL*/
.hotel td{
	font-size: 11px 
}
#hotel_titolo { 
	color: #3f55a5; 
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase 
}
#hotel_indirizzo{ 
	color: #7f7f7f; 
	font-size: 11px; 
	font-style: italic 
}
.hotel_periodi td{ 
	font-size: 9px; 
	text-align: center 
}
.hotel_periodi table{ 
	border: solid 1px #7f7f7f 
}
.offerte_viaggio td{ 
	padding: 3px; 
	border: solid 1px #efefef 
	}
.cerca_vacanza td{ 
	font-size: 10px 
}
.cerca_agenzie td { 
	font-size: 10px 
}
.tabella_viaggi_guidati td{ 
	color: #000; 
	font-size: 11px; 
	text-align: justify 
}
td .partenze_garantite_on{ 
	background-color:#F5F5F5; 
	text-align:left
}
td .partenze_garantite_off{ 
	text-align:left
}
.special { 
	background-image: url("special_box.gif"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 0 0; 
	width: 530px; 
	height: 200px 
}
.individuali{ 
	background-image: url("individuali_box.gif"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 0 0; 
	width: 530px; 
	height: 200px 
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
