.ac_results {
}

.ac_results ul {
  padding: 0;
  background: #fff;
  
  width: 577px;
  z-index: 200;
  border-left: 1px solid #D0D980;
  border-right: 1px solid #D0D980;
}

.ac_results li {
  border-bottom: 1px solid #D0D980;
  float: none;
  padding: 5px 10px;
  height: auto;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}



.ac_odd, .ac_even {
  color: #000;
}

.ac_over {
  background: #3891DC;
  color: #FFF;
}

