html .sug_list{
    top:0;
    left:0;
    margin:0;
    padding:0;
    list-style:none;
    position:absolute !important;
    background-color:#FFFFFF;
    word-break:break-all;
    color:#000000 !important;
    z-index:9999;
    opacity:0.9;
}
html .sug_element{
    border-bottom:1px solid #C8C8C8;
    border-left:1px   solid #C8C8C8;
    border-right:1px  solid #C8C8C8;
    cursor:pointer;
    font-size:14px;
    padding:5px;
    list-style-type:none;
}
html .sug_element a,
html .sug_element a:hover,
html .sug_element a:active,
html .sug_element a:visited{
    text-decoration:none !important;
    color:#333 !important;
}
html .sug_element:hover ,.current_element{
    color:#333 !important;
    background-color:#ECF5FA;
/*    font-weight: bold;*/
}


