.ac_results {
  margin: 0 0 15px 0;
  padding: 0 2px 0 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  display: none;
  background: transparent url(/img/www/select_list_rt.png) repeat-y 100% 0;
}

.ac_results li {
  padding: 4px 15px 4px 5px;
  white-space: nowrap;
  color: #333;
  text-align: left;
  font-size: 12px;
  border-left: 1px solid #6c6c6c;
  background: transparent url(/img/www/select_list_bg.png) repeat 0 0;
}

.ac_results li.first {
  padding-top: 10px;
}
.ac_results li span.note {
  position: absolute;
  right: 6px;
  top: 4px;
  font-family: verdana, sans-serif;
  font-size: 8px;
  color: #999;
}

.ac_results li.footer {
  padding: 0;
  /*margin-right: 2px;*/
  height: 5px;
  position: absolute;
  border: none;
  bottom: -4px;
  width: 100%;
  background: transparent url(/img/www/select_list_footer.png) no-repeat 0 100%;
}

.ac_results li.footer span {
  width: 100%;
  border-left: 1px solid gray;
  border-right: none;
  border-bottom: none;
  position: absolute;
  height: 5px;
  top: -5px;
}
.ac_results li.footer span img {
  position: absolute;
  top: 5px;
  right: -3px;
}

.ac_results li.ac_over {
  cursor: pointer;
  background-color: #c4c4c4;
  background-image: none;
}

.ac_results li span.ac_match {
  font-weight: bold !important;
  color: #000;
}

.ac_loading {
	background: white url(/img/spinner-orange.gif) no-repeat 98% center ;
}