a img {border:none;}
form {padding:0;margin:0;}

/* search suggest */
#autocomplite {
    color:#000;
	background:url(../img/bg-autosuggest.gif) repeat-x 0 0;
    border:1px solid #666666 !important;
    text-align:left;
    cursor:default;
    font-size:13px;
    font-weight:normal !important;
    line-height:17px;
    margin:0;
    position:absolute;
    width:248px !important;//width:249px !important;
    top:22px !important;
    top:20px;
    left:0;
    z-index:99;
    overflow:hidden;
}
#autocomplite table {
    width:100%;
	background: none!important;
}
#autocomplite .res-selected td,
#autocomplite tr:hover td {
    color:#f00 !important;
}
#autocomplite td {
    cursor:default;
    font-size:13px;
    line-height:17px;
    padding: 1px 3px;
    text-align:left;
    white-space:nowrap;
}
#autocomplite td.name span.long,
#autocomplite td.name span.short {display:block;width:110px;overflow:hidden;}
#autocomplite td.name span.long {width:500px;}
#autocomplite td.res {
    color:green;
    font-size:10px;
    overflow:hidden;
    padding:0 3px;
    text-align:right;
    white-space:nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #autocomplite { top:22px;left:-1px; }
}
/* end search suggest */