.ac_results {
	padding: 0px;
	border: 1px solid #145F7E;
	overflow: hidden;
	z-index: 99999;
  background: white url(/ftravel-frontend/images/layout/bg_autosearcher.png) repeat-x top;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
  background-color: White;
  padding-bottom: 8px;
  padding-top: 4px;
}

.ac_results li {
	margin: 0px;
	padding: 0px;
	cursor: default;
	display: block;
	line-height: 19px;
  font-size: 12px;
  overflow: hidden;
}

.ac_results li span {
  color: #145F7E;
  font-family: Arial;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 20px;
}

.ac_results li span b {
  margin-left: 8px;
  color: #145F7E;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
}

.ac_results li span strong {
  color: #145F7E;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}

.ac_results li span i, .ac_results li span i strong {
  color: #8BABBA;
  font-family: Arial;
  font-size: 12px;
  border: none;
  font-style: italic;

}

.ac_results li span u, .ac_results li span u strong {
  color: #8BABBA;
  font-family: Arial;
  font-size: 12px;
  background: none;
}

.ac_results li.ac_odd {

}

.ac_results li.ac_even span {

}

.ac_results li.ac_over div {
	background-color: #145F7E;
	color: white;
}

.ac_results li.ac_over div span, .ac_results li.ac_over div span i {
  color: White;
  font-weight: normal;
}

.ac_results li.ac_over div span strong, .ac_results li.ac_over div span b {
	color: white;
  border: 0;
  font-weight: normal;
  background: none;
}


.ac_results li span.separator { border-top: 1px dotted #145F7E; margin-top: 5px; padding-top: 2px; height: 2px; line-height: 2px; overflow: hidden; }
.ac_results li span.category { position: relative; }
.ac_results li span.category div { position: absolute; right: 8px; top: 0px; }
.ac_results li span.noresults { display: block; margin-left: 8px; height: 17px; }
.ac_results li span.noresults b { margin: 0; }
.ac_results li div.moreresults { color: #8BABBA; display: block; margin-left: 8px; height: 17px; text-align: right; margin-right: 10px; }

.ac_results .ac_loading {
	background: white url('/ftravel-frontend/images/layout/indicator-filter.gif') right center no-repeat;
}