.ac_results {
  border: 1px solid #999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: white;
  overflow: hidden !important;
  z-index: 99999;
  position: relative;
  background: #fff !important;
}

.ac_results ul {
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden !important;
  display: inline !important;
  position: relative !important;
  width: 100% !important;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  white-space: nowrap;
  overflow: visible !important;
  display: block !important;
}

.ac_loading {
  background: white url('indicator.gif') right center no-repeat !important;
}

.ac_odd {
  background-color: #efefef;
}

.ac_over {
  background-color: #303030 !important;
  color: white;
  cursor: pointer;
}
