/* GENERALE -----------------------------------------------------------------------------------------------------------------*/
/* Elementi base dell'html. */
body{ color: #000; background-color: #000; text-align: left; }
bold{ font-weight: bold; }
table{font-family: Verdana;  color: #000; }
td{ font-family: Verdana;color: #000; }
tr{ font-family: Verdana;color: #000; }
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{ font-family: Verdana; line-height:19px; font-size:20px; color:#ee0016; margin-top: 10px; margin-bottom: 12px; }
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 
}
td img{ 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}
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; }
/* CONTENUTO PAGINA ---------------------------------------------------------------------------------------------------------*/
.table_intestazione{ 
	width: 900px;
	height: 207px;
	background-image: url(intestazione.jpg);
}
.table_intestazione h1{
	color: #000; 
	font-size: 40px; 
	background: transparent; 
	text-align: right; 
	vertical-align: top;
}
.table_precontenuto{ font-family: Verdana;color: #dbd7d7; background-color: #ee0016; width: 900px; vertical-align: middle; height: 28px; }
.trovi { color: #3e3e3e; font-size: 11px; font-family: Verdana; }
.trovi a:link{ color: #6d6464; font-size: 11px; font-family: Verdana; }
.trovi a:visited{ color: #6d6464; font-size: 11px; font-family: Verdana; }
.trovi a:hover{ color: #6d6464; font-size: 11px; font-family: Verdana; }
.table_contenuto{ font-family: Verdana;width: 900px; height: 400px; }
.table_footer{ font-family: Verdana;color: #fff; background-color: #ee0016; width: 900px; height: 30px; }
.cellatsx{ font-family: Verdana; background-color: #8b8b8b; background-image: url(sfondo_colonna.gif); background-position: 0 top; vertical-align: top; width: 200px; }
.cellatdx{
	width: 200px;
}
/* TESTO PAGINA -------------------------------------------------------------------------------------------------------------*/
.testo     { font-family: Verdana; color: #2b2a2a; font-size: 11px; background-color: #fff; vertical-align: top; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
.testo a:link { font-family: Verdana;color: #939191; font-size: 11px; }
.testo a:visited {font-family: Verdana; color: #939191; font-size: 11px;}
.testo a:hover { font-family: Verdana;color: #ee0016; font-size: 11px;}
TD.testo td   { font-family: Verdana;font-size: 11px; }
TD.testo img   { font-family: Verdana;font-size: 11px; margin: 4px 
 }
/* NEWS ---------------------------------------------------------------------------------------------------------------------*/
.news{}
.news hr{}
.news a:link {}
.news a:visited {}
.news a:hover {}
.news #box-titlecenter{}
.news #box-contentcenter{}
.news #box-title{}
.news #box-content{}
.news #smalltitle{}
/* EVENTI -------------------------------------------------------------------------------------------------------------------*/
.eventi{}
.eventi hr{}
.eventi a:link {}
.eventi a:visited {}
.eventi a:hover {}
.eventi #box-titlecenter{}
.eventi #box-contentcenter{}
.eventi #box-title{}
.eventi #box-content{}
.eventi #smalltitle{}
/* PIEDE PAGINA -------------------------------------------------------------------------------------------------------------*/
.footer{ font-family: Verdana; color: #fff; font-size: 10px; background-color: #ee0016; text-align: center; }
.footer a:link { font-family: Verdana;color: #fff; }
.footer a:visited { font-family: Verdana;color: #fff; }
.footer a:hover { font-family: Verdana;color: #fff; }
/* 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;
}
/* VETRINA FOTOGRAFICA ------------------------------------------------------------------------------------------------------*/
.linkinferiore_vetrinafoto {}
.tabella_vetrinafoto {}
.titolo_vetrinafoto { 
	color: #d20020; 
	font-size: 115%; 
	font-weight: bold; 
	background-color: #e8e8e8; 
	text-decoration: underline; 
	text-transform: uppercase; 
	text-align: left; 
}
.tabella_prodottifoto { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf;
}
.titolo_prodottifoto { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf;
}
/* OFFERTE VIAGGIO ----------------------------------------------------------------------------------------------------------*/
.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; 
	background-color: #e8e8e8; 
	text-decoration: underline; 
	text-transform: uppercase; 
	text-align: left; 
}
.titolo_offer{ 
	color:#cf0000; 
	font-size: 100%; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #cf0000; 
}
/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
.contatti td{ font-family: Verdana;
	font-size: 11px; 
}
INPUT.radio {font-family: Verdana;
	color: #fff;
	background-color: transparent;
	border-style: none;
}
INPUT.centrale { font-family: Verdana; color: #2b2b2b; font-size: 11px; background-color: #ffcaca; margin-bottom: 3px; width: 200px; border: dashed 1px #464444; }
SELECT.centrale { font-family: Verdana;
	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{ font-family: Verdana;
	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 PRIMO LIVELLO ---------------------------------------------------------------------------------------------*/
#topnav {font-family: Verdana;}
#topnav ul { font-family: Verdana;
	text-align: right; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
#topnav li { font-family: Verdana;
	font-size: 11px; 
	background-position: left top; 
	display: inline; 
	margin: 2px; 
	padding: 2px 4px; 
	height: 22px; 
	vertical-align: middle; 
	border: solid 1px #666; 
}
#topnav li#current_nav1level { 
	color: #fff; background-color: #666
}
#topnav li a, li#link_nav1level { 
	color: #fff;
}
#topnav li a:hover{ 
	color: #fff; background-color: #666 
}
#topnav li#home_nav1level{}
/*Funge FX e non in IE*/
#topnav li:hover { 
	color: #fff; 
	background-color: #666; 
	border: solid 1px black
}
/****************************************************************************/
#nav1lev { 
	background: transparent; 
	margin-right: auto; 
	margin-left: auto; 
	padding-left: 1px; 
	width: 100%; 
	voice-family: inherit 
}
#nav1lev ul { 
	font: bold 10px Verdana, sans-serif, Arial; 
	list-style: none; margin: 0; padding: 0 
}
#nav1lev li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#nav1lev a { 
	color: white; 
	text-decoration: none; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	margin: 0 2px 0 0; 
	padding: 0 0 1px 3px; 
	float: left 
}
#nav1lev a span  { 
	background: url("../../personalizzazione/tpl/files/color_tabs_right.gif") no-repeat right top; 
	display: block; 
	padding: 4px 6px 3px 3px; float: left 
}
#nav1lev a span { 
	float:none;
}
#nav1lev a:hover {}
#nav1lev a:hover span {}
#nav1lev #current a, #nav1lev #current span    { 
	color: #828282 
}
#nav1lev #current2 a, #nav1lev #current2 span   { 
	color: #052e66 
}
#nav1levline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff;
}
/* NAVIGAZIONE DI SECONDO LIVELLO -------------------------------------------------------------------------------------------*/
/*NOTE: #menu_laterale ? in confitto con #header (quaest'ultimo id ha la precedenza)*/
.menu_laterale {font-family: Verdana;}
.menu_laterale ul { font-family: Verdana; background-position: 0 top; list-style-type: none; list-style-image: none; margin: 30px 0 0; padding: 0; }
.menu_laterale li { color: #fff; font-size: 12px; font-family: Verdana; background-color: #000138; background-position: 0 top; text-align: center; vertical-align: top; width: 185px; height: 25px; padding: 2px; border: solid 1px; }
.menu_laterale li#current_menu_laterale{ font-family: Verdana;
	/*Nn funge in IE e FX*/
	color: #fff;
	background-color: #666; 
	text-decoration: none 
}
.menu_laterale a:link { color: #fff; font-size: 12px; font-family: Verdana; background-position: 0 center; text-decoration: none 
 ; text-align: center; vertical-align: middle; padding: 2px; }
.menu_laterale a:visited { font-family: Verdana; color: #fff; font-size: 12px; background-color: #000138; background-position: 0 center; text-decoration: none 
 ; text-align: center; vertical-align: middle; padding: 2px; }
.menu_laterale a:hover { font-family: Verdana; color: #fff; background-color: #000138; background-position: 0 center; text-decoration: none; text-align: center; vertical-align: middle; padding: 2px; }
/* MENU NAVIGAZIONE PAGINE AD ALBERO ----------------------------------------------------------------------------------------*/
/*NOTE: Fare uno stile proprio per #header > li > div > a*/
#header {}
#header ul { 
	list-style-type: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0 
}
#header li { 
	font-size: 10px; 
	text-align: left; 
	display: block; 
	margin-bottom: 1px; 
	padding: 2px 1px; 
	position: relative; 
	width: 188px; 
	border: solid 1px #666; 
}
.header li #level_2 {}
.header li #level_3 {}
.header li #level_4 {}
.header li #level_5 {}
/*per il caso qui di seguito, far sapere che ? da configurare*/
#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 
}
/* COLONNE DX E SX ----------------------------------------------------------------------------------------------------------*/
.menudx { 
	color: #0f3d0e; 
	font-size: 11px; 
	background-color: #d9b36a; 
	background-repeat: repeat-y; 
	background-position: left top; 
	padding-top: 4px; 
	padding-left: 0px; 
	vertical-align: top; 
	width: 200px; 
	height: 100%; 
}
.menudx a:link            { color: #0f3d0e; text-decoration: none  }
.menudx a:visited           { color: #0f3d0e; text-decoration: none }
.menudx a:hover              { color: #0f3d0e; text-decoration: none  }
/*---------------------------------------------------------------------------------------------------------------------------*/
.menusx { 
	color: #0f3d0e; 
	font-size: 11px; 
	background-color: #d9b36a; 
	background-repeat: repeat-y; 
	background-position: left top; 
	padding-top: 4px; 
	padding-left: 0px; 
	vertical-align: top; 
	width: 200px; 
	height: 100%; 
}
.menusx a:link            { color: #0f3d0e; text-decoration: none  }
.menusx a:visited           { color: #0f3d0e; text-decoration: none }
.menusx a:hover              { color: #0f3d0e; text-decoration: none  }
/* MENU VETRINA FOTOGRAFICA -------------------------------------------------------------------------------------------------*/
.menu_vetrinafotografica { 
	color: #0f3d0e; 
	font-size: 11px; 
	background-color: #d9b36a; 
	background-repeat: repeat-y; 
	background-position: left top; 
	padding-top: 4px; 
	padding-left: 0px; 
	vertical-align: top; 
	width: 200px; 
	height: 100%; 
}
.menu_vetrinafotografica ul {}
.menu_vetrinafotografica li {}
.menu_vetrinafotografica #titolino {}
.menu_vetrinafotografica #selezionato {}
.menu_vetrinafotografica #nonselezionato {}
.menu_vetrinafotografica li a:link { color: #0f3d0e; text-decoration: none  }
.menu_vetrinafotografica li a:visited { color: #0f3d0e; text-decoration: none }
.menu_vetrinafotografica li a:hover  { color: #0f3d0e; text-decoration: none  }
/* BLOCCHI LATERALI ---------------------------------------------------------------------------------------------------------*/
.boxlaterali_boxlat{ font-family: Verdana;
	width: 100%; 
}
.box-title_boxlat{ font-family: Verdana; color: #fff; font-size: 12px; font-weight: normal; background-image: url(box_lat.jpg); background-repeat: repeat-x; background-position: 0 0; text-align: center; width: 185px; height: 30px; padding: 8px 0 1px 
   }
.box-testo_boxlat{ font-family: Verdana; color: #514e4e; font-size: 11px; font-weight: normal; background-color: #dbdbdb; background-repeat: repeat-y; background-position: 0 0; text-align: center; padding: 1px 5px 0 
  }

.box-bottom_boxlat{ font-family: Verdana;
	color: #0b0ba0; 
	font-weight: bold; 
	background-repeat: repeat-y; 
	background-position: 0 bottom; 
	text-align: center; 
	padding: 3px 
}
.box-testo_boxlat a:hover { font-family: Verdana; color: #af0010; font-size: 11px; }
.box-testo_boxlat a:link { font-family: Verdana; color: #af0010; font-size: 11px;}
.box-testo_boxlat a:visited{ font-family: Verdana; color: #af0010; font-size: 11px; }
/* DOVESEI ------------------------------------------------------------------------------------------------------------------*/
#dovesei {}
#dovesei a:link {}
#dovesei a:visited {}
#dovesei a:hover {}
/*ANCORA DA CLASSIFICARE -----------------------------------------------------------------------------------------------------------------*/
#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 
}
#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;
}
#menue {
	float:left;
	padding-top:11px;
	width:206px;
	background:url(bg_menue.gif) no-repeat;
}
a.menu{
	display:block;
	margin:0 22px 0 7px;
	padding:4px 0 4px 38px;
	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; background-color: #ddd 
}
/*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*/
p.line{
	clear:both;
	height:15px;
	margin:0 0 15px 0;
	padding: 1px 0 0 0;
	border-bottom:1px solid #e9e8ee;
	background-color:#ffffff;
}
.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: 5px; 
	padding-right: 3px; 
	padding-left: 8px;
}
.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; 
	background-color: #e8e8e8; 
	text-decoration: underline; 
	text-transform: uppercase; 
	text-align: left; 
}
.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 
}
/* GESTIONE AGENTI ----------------------------------------------------------------------------------------------------------*/
.formlogin_agenti {}
.formlogin_agenti #box-title {}
.formlogin_agenti td {}
.formlogin_agenti tr {}
.formlogin_agenti table {}
.formlogin_agenti input {}
.formlogin_agenti form {}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
