.ac_results {
    background-color: #444444;
    border: 1px solid #555555;
    min-width: 243px;
    max-width: 400px;
    margin: 10px 0 20px 15px;
    height: 150px;
    overflow: auto;
    z-index: 99999;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
        max-height:none;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
        /*width: 100%;*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
        line-height: 20px;
        overflow: auto;
        text-decoration: none;
        padding: 5px 10px;
    }

.ac_loading {
    background: white url('Loading.gif') right center no-repeat;
}

.ac_odd {
    background-color: #444444;
}

.ac_over {
                    color: #f7ab00;
                    background-color: #222222;
}
