.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	
	  width: 256px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
  padding: 0 0 0 2%;
  height:38px; line-height:38px;
  display: block;
  font: menu;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
  position:relative;
}
.ac_results li:after{    content: "";
    width: 15px;
    height: 8px;
    background: url(../img/flight-icon-n.png);
    display: block;
    position: absolute;
    right: 5%;
	top:45%;}
	.ac_odd strong { font-weight:normal !important; font-size: 14px; color:#555;height: 35px;line-height: 35px;}
.ac_even strong { font-weight:normal !important; font-size: 14px; color:#555;height: 35px;line-height: 35px;}
.ac_loading {
	
}

.ac_odd {
}

.ac_over {
	background-color: #f3f3f3 !important;
	color: #000;
}
@media only screen and (min-width:120px) and (max-width:600px){
.ac_results{width:84%!important;}	
}
