
/*------------------------------Select lingue-------------------*/
	/*Contenitore di tutto*/
.select22 {
	cursor: pointer;
	display: block;
	color: #FFFFFF;
	height: 17px;
	width: 141px;
	line-height: 17px;
}
	
	/*Linea dei valori interna alla select se non selezionata*/
.select22_con_out {
	background: #F8F8F8;
	padding-right: 10px;
	padding-left: 6px;
	height:21px;
	line-height:21px;
	font-size: 10px;

}

.select22_con_out span span{
}

/*Linea dei valori interna alla select se over*/
.select22_con {
	background-color: #E6E6E6;
	padding-left: 6px;
	line-height:21px;

}

.select22_con img, .select22_con_out img {
	vertical-align:middle;

}



/*Linea dei valori interna alla select se selezionata*/
.select22_con_sel {
	background-color: #B1AB9E;
	color: #e8e8e8;
	padding-left: 6px;
	
}

.select22_con_sel font,.select22_con font,.select22_con_out font {
	display: none;
}

/*Linea di base della select*/
.select22_act span {
	width: 145px; /* per rendere invisibile la bandiera riportare a 110 */
	text-align: left;
	margin-left: 0px;
	display: block;
	font-size: 10px;

}

.select22_act img {
	display:none; /* per rendere invisibile la bandiera mettere none*/
	width: 14px;
padding-left:6px;
vertical-align:middle;

}

.select22_act {
	height: 17px;
	width: 100px;
	background-image:url(/images/freccia-select.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/*Contenitore linee della select*/
.select22_cont_val {
	color: #2F2524;
	width: 150px;
	height: 130px;
	overflow: auto;
	top: 19px;
	left: 0;

}




/*----------------------QUICK HOTEL-------------------------------*/


        /*Linea dei valori interna alla select se non selezionata*/
.select1_con_out{
	background:#F8F8F8;
	padding-right:10px;
	text-align:right;
}
/*Linea dei valori interna alla select se over*/
.select1_con{
	background-color:#E6E6E6;
	padding-right:10px;
	text-align:right;
}
/*Linea dei valori interna alla select se selezionata*/
.select1_con_sel{
	background-color:#B1AB9E;
	color:#FFFFFF;
	padding-right:10px;
	text-align:right;
}

.select1_con_sel font, .select1_con font, .select1_con_out font{
display:none;}


/*Linea di base della select*/

.select1_act span{
	width:18px;
	text-align:right;
	display:block;
	float:left;
}
.select1_act{
	height:19px;
	width:35px;
	background-image:url(/images/bg-select.gif);
	background-position:right;
	background-repeat:no-repeat;
}



/*Contenitore linee della select*/
.select1_cont_val{
	color:#2F2524;
	width:35px;
	height: 100px;
	overflow:auto;
	top:100%;
	left:0;
	}
/*Contenitore di tutto*/
.select1{
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	height:19px;
	width:35px;
	float:left;
	line-height:19px;
	background-image:url(/images/bg-select.gif);

}
/*************************************************************/


.select3_con_out{
	background:#F8F8F8;
	padding-right:3px;
	text-align:right;
}
/*Linea dei valori interna alla select se over*/
.select3_con{
	background-color:#E6E6E6;
	padding-right:3px;
	text-align:right;
}
/*Linea dei valori interna alla select se selezionata*/
.select3_con_sel{
	background-color:#B1AB9E;
	color:#FFFFFF;
	padding-right:3px;
	text-align:right;
}

.select3_con_sel font, .select1_con font, .select1_con_out font{
display:none;}


/*Linea di base della select*/

.select3_act span{
	width:50px;
	text-align:right;
	display:block;
}
.select3_act{
	height:19px;
	width:67px;
	background-image:url(/images/bg-select.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
}



/*Contenitore linee della select*/
.select3_cont_val{
	color:#2F2524;
	width:67px;
	height: 100px;
	overflow:auto;
	top:100%;
	left:0;
	}
/*Contenitore di tutto*/
.select3{
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	height:19px;
	width:67px;
	float:left;
	line-height:19px;
	background-image:url(/images/bg-select.gif);

}
/*************************************************************/


/*Linea dei valori interna alla select se non selezionata*/
.select2_con_out{
	background:#F8F8F8;
	padding-right:10px;
	text-align:right;
}
/*Linea dei valori interna alla select se over*/
.select2_con{
	background-color:#E6E6E6;
	padding-right:10px;
	text-align:right;
}
/*Linea dei valori interna alla select se selezionata*/
.select2_con_sel{
	background-color:#B1AB9E;
	color:#FFFFFF;
	padding-right:10px;
	text-align:right;
	
}

.select2_con_sel font, .select2_con font, .select2_con_out font{
display:none;}


/*Linea di base della select*/

.select2_act span{
	width:30px;
	text-align:right;
	margin-right:30px;
	display:block;
	font-size:11px;
}
.select2_act span span{
margin:0px;
}
.select2_act{
	height:19px;
	width:50px;
	background-image:url(/images/bg-select.gif);
	background-position:right;
	background-repeat:no-repeat;
}



/*Contenitore linee della select*/
.select2_cont_val{
	color:#2F2524;
	width:50px;
	height: 100px;
	overflow:auto;
	top:100%;
	left:0;
	}
/*Contenitore di tutto*/
.select2{
	cursor:pointer;
	display:block;
	color:#FFFFFF;
	height:19px;
	width:50px;
	float:left;
	line-height:19px;
	background-image:url(/images/bg-select.gif);

}

/*************************************************************/



#quickreserve{
width:141px;
position:relative;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#quickreserve font{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;}

#tit-quickreserve{
font-size:15px; color:#000000;
font-weight:bold;
text-align:center;
}

.divisore{
float:left;
height:19px;
width:4px;}

#box_dalgiorno{
position:relative;
margin-left:8px;
display:none;
}
#box_dalgiorno2_{
position:relative;
margin-left:8px;
display:none;
}

.riga{
height:19px;
padding-bottom:8px;
position:relative;}


#data_completa, #data_completa2_{
height:19px;
background-image:url(/images/bg-data.gif);
background-repeat:no-repeat;
width:141px;
position:relative;
cursor:pointer;
float:left;}
#data_completa2{
height:19px;
background-image:url(/images/bg-data.gif);
background-repeat:no-repeat;
width:141px;
position:relative;
cursor:pointer;
float:left;}

#testo_data_completa a, #testo_data_completa2_ a{
display:block;
height:19px;
line-height:19px;
text-align:center;
width:120px;
color:#FFFFFF;
text-decoration:none;}

#testo_data_completa a, #testo_data_completa2_ a{
/*padding-right:30px;*/}


#testo_data_completa a:hover, #testo_data_completa a:visited, #testo_data_completa2_  a:hover, #testo_data_completa2_  a:visited{
color:#FFFFFF;
text-decoration:none;}

#box_notti, #box_camere, #box_adulti, #box_bambini{
width:85px;
height:19px;
float:left;}

#box_bambini, #box_cerca{
position:absolute;
left:74px;
top:0px;}

#box_cerca{
clear:both;
text-align:center;
}

.label{
color:#666666;
font-size:12px;
font-weight:bold;
line-height:20px;
text-align:center;
font-family:"Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
}

button.cerca{
background:transparent;
height:19px;
width:67px;
background-image:url(/images/cerca.gif);
line-height:19px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
}

button.cercaeng{
background:transparent;
height:22px;
width:70px;
background-image:url(/images/search.gif);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
}

button.ok{
background:transparent;
height:22px;
width:70px;
background-image:url(/images/bg-button_ok.png);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
}

.prenota{
height:18px;
width:59px;
background-image:url(/images/prenota.jpg);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;}

button span{ display:none;
}

#box_dalgiorno, #box_dalgiorno2_, #box_dalgiorno22, #box_dalgiorno2{
left:-8px; 
background:#F2F2F2; 
width:139px;
border: 1px solid #D5D5D5;
border-top:0px;
z-index:200;
position:absolute;}


#tendina, #tendina2_, #tendina2, #tendina22{
position:relative;
text-align:center;
padding:10px 5px;
z-index:201;
width:139px;
}

#riga1{
z-index:10;
position:relative;
display:none;}

#riga2{
z-index:9;
position:relative;}

#riga3{
z-index:7;
position:relative;}

#riga4{
z-index:6;
position:relative;}

#riga6{
z-index:8;
position:relative;}

.labella{
	text-align:left;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;}

       
/*----------------------QUICK APPARAMENTI-------------------------------*/


#quickreserve2{
width:141px;
position:relative;
font-size:10px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#quickreserve2 font{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;}

.divisore{
float:left;
height:19px;
width:4px;}


#box_dalgiorno2{
position:relative;
margin-left:8px;
display:none;
}
#box_dalgiorno22{
position:relative;
margin-left:8px;
display:none;
}


#data_completa2{
height:19px;
background-image:url(/images/bg-data.gif);
background-repeat:no-repeat;
width:141px;
position:relative;
cursor:pointer;
float:left;}
#data_completa22{
height:19px;
background-image:url(/images/bg-data.gif);
background-repeat:no-repeat;
width:141px;
position:relative;
cursor:pointer;
float:left;}

#testo_data_completa2 a{
display:block;
height:19px;
line-height:19px;
text-align:center;
width:141px;
color:#FFFFFF;
text-decoration:none;}
#testo_data_completa22 a{
display:block;
height:19px;
line-height:19px;
text-align:center;
width:141px;
color:#FFFFFF;
text-decoration:none;}

#testo_data_completa2 a{
}
#testo_data_completa22 a{
}

#testo_data_completa2 a:hover, #testo_data_completa2 a:visited{
color:#FFFFFF;
text-decoration:none;}

#box_camere2, #box_bambini2, #box_adulti2{
width:67px;
height:19px;
float:left;}

#box_bambini2, #box_cerca2{
position:absolute;
left:74px;}

#box_cerca2{
clear:both;
margin-top:6px;
text-align:center;
}

.label{
color:#666666;
font-size:12px;
font-weight:bold;
line-height:20px;
text-align:center;
font-family:"Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
}


button.cercaeng{
background:transparent;
height:22px;
width:70px;
background-image:url(/images/search.gif);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
}

button.ok{
background:transparent;
height:22px;
width:70px;
background-image:url(/images/bg-button_ok.png);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
}

.prenota{
height:18px;
width:59px;
background-image:url(/images/prenota.jpg);
line-height:18px;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;}

button span{ display:none;
}

#riga12{
z-index:10;
position:relative;
display:none;}

#riga22{
z-index:9;
position:relative;
}

#riga32{
z-index:7;
position:relative;}

#riga42{
z-index:6;
position:relative;}

#riga52{
z-index:5;
margin-bottom:15px;
position:relative;}

#riga62{
z-index:8;
position:relative;
}

/*#result_box5, #riga62, #riga6, #result_box4{
	display:none;}*/
button.ita{
background-image:url(/images/cerca.gif);}

button.eng{
background-image:url(/images/search.gif);}
button.deu{
background-image:url(/images/suche.gif);}
button.fra{
background-image:url(/images/recerche.gif);}
button.ned{
background-image:url(/images/zoeken.gif);}
button.rus{
background-image:url(/images/nonck.gif);}

