.autocomplete-suggestions { border: 1px solid #AAABAB; background: #FFF; cursor: default; overflow: auto; width: 400px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden;line-height: 25px; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #C20E16; }
.autocomplete-suggestions span { font-size: 11px; color: #606060; }