.ac_results { padding: 2px; border: 1px solid #ccc; background-color:#fff; overflow: hidden; z-index: 99999; border-radius:5px; width:200px; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0;}
.ac_results li { margin: 0px; padding: 5px; margin:1px 0; cursor:pointer; display: block; line-height: 16px; overflow: hidden; border-radius:2px; }
.ac_results li.ac_odd { background:#eee;  text-shadow:1px 1px 0 #fff;}
.ac_results li:hover { background:#e0eef3;}
.ac_results li.ac_over { /*background-color: #0A246A;*/ color:#fff; background:#08457d url(../media/img/index/bg_sprites-1.png) 0 -650px; text-shadow:1px 1px 0 #04223F; }
.ac_loading { background: white url('indicator.gif') right center no-repeat; }