/** autocomplete **/

.ac_results {padding: 0px;border: 1px solid #7B9DD4;background-color: #FFF;overflow: hidden;z-index: 99999;	color:#555;}
.ac_results  .note{font-size:13px;color:#555;padding-left:4px;padding-top:6px;padding-bottom:6px;margin:4px;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #7B9DD4;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;color:#555;}
.ac_results li {padding-left:4px;margin: 0px;padding: 6px;cursor: pointer;display: block;font: menu;font-size: 13px;line-height: 16px;overflow: hidden;}
.ac_results li strong{ color:#FF6600;}
.ac_loading {background: white url('../img/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #fff;}
.ac_over {background-color: #1E90FF; color: #FFF;}
