/* Варианты при вводе в поиск */

.ui-helper-hidden-accessible {display: none;}

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-autocomplete { position: absolute; cursor: default; }	

* html .ui-autocomplete {width: 1px;} /* without this, the menu expands to 100% in IE6 */

.ui-menu {
    background: #fff;
    border: 1px solid #eee;
    z-index: 99;
    max-width: 100%;
}

.ui-menu .ui-menu {margin-top: -3px;}

.ui-menu .ui-menu-item {
    padding: 10px 15px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.ui-menu .ui-menu-item:hover {
    background: #bae5f9;
    cursor: pointer;
}

