.ac_results { background-color: #fff; border: #ccc solid 1px; font-size: .75em; overflow: hidden; text-align: left; z-index: 999; }
.ac_results ul { width: 300px; }
.ac_results li { overflow: hidden; padding: 5px 10px; }
* html .ac_results li { height: 1%; }
.ac_results li a { float: left; width: 280px; }
.ac_results li a:link, .ac_results li a:visited { color: #333; text-decoration: none; }
.ac_results li span { width: 80px; }
.ac_loading { background: white url('../images/indicator.gif') right center no-repeat; }
.ac_results li.ac_odd { background-color: #eee; }
.ac_results li.ac_over { background-color: #06c; color: #fff; cursor: pointer; }
.ac_results li.ac_over a:link, .ac_results li.ac_over a:visited { color: #fff; }