@import url("/css-v66/autocompletion-common.css");
 #booking-search ul.liste_dest {
	padding:0px;
}


/* Autocompletion */
.update {
	border:1px solid #B9AF9B !important;
	color:#8C7869 !important;
	z-index:1000;
}


.destinations .update{
	width:204px !important;

}
.field.ville .update{
	width:178px !important;

}
ul.liste_dest li.selected {
	background-color:#e7e2cf !important;
	color:#291F1D !important;

}

ul.liste_dest li { 
	overflow: hidden; zoom: 1; 
	list-style-type: none;
  width: 192px !important; /* FF : -scroll */
	width: 236px; 
	display:block;
	line-height:1.5em; 
	margin: 0; 
	text-align: left;
	padding: 2px 3px;

  
}

