.autocomplete-w1 {position:absolute;top:0px;left:0px;margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete {
    border: 0;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 352px;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding:0 10px;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
    box-sizing: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    width: 100% !important;
}
.autocomplete-selected {background:#f3f3f3;}
.autocomplete>div {
    cursor:pointer;
    display:table;
    border-bottom:1px solid #d7d7d7;
    width:100%;
}
.autocomplete div>font {
    display:table-row;
}
.autocomplete div>font>font {
    display:table-cell;
    vertical-align:middle;
    padding:5px 3px;
    font-size:1em;
    color:#000;
    line-height:15px;
}
.autocomplete div>font>font:first-of-type {
    width:35px;
}
.autocomplete img {
    margin: 0 0px 0 0;
    width:30px;
    float: left;
}
.autocomplete strong { font-weight:normal; color:#3399FF; }
