﻿.ui-autocomplete
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
    color: #333;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
    list-style: none;
    margin: 0;
    display: block;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}
* html .ui-autocomplete
{
    height: 200px;
}
.ui-autocomplete a
{
    text-decoration: none;
    display: block;
    padding: 4px .4em;
    line-height: 1.5;
    min-height: 0;/* support: IE7 */
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}
.ui-autocomplete li a
{
    overflow-x: hidden;
}
.ui-autocomplete .ui-state-hover
{
    background-color: #f5f5f5;
}