/*
 * jQuery CB Suggest 1.0
 */
.cb-suggest.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat !important; 
}
.cb-suggest.ui-autocomplete { 
    overflow: visible; 
    overflow-y: auto; 
}

/* new */
.cb-suggest.ui-autocomplete li {
    margin-bottom: 2px !important;
    width: 100% !important;
}
.cb-suggest.ui-autocomplete li a.ui-state-highlight {
    border-width: 0;
}
.cb-suggest.ui-autocomplete li a.ui-state-active {
    border-color: transparent;
    background-image: none;
}

