﻿/* brought over from jquery-ui-1.11.4*/
.ui-autocomplete .ui-menu-item:hover {
    background: #d0e5f5 url("themes/base/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
}

.ui-autocomplete .ui-state-active {
    color: #333;
    background: none;
    border: none;
    text-decoration: none;
}
