div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    width:180px;   
    background-color:#F0F0F0;
    border: 1px solid #CCCCCC;
    font: 13px arial,sans-serif;
}
div.current {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    width:180px;   
    background-color: #3366cc;
    color: white;
    border: 1px solid #CCCCCC;
    font: 13px arial,sans-serif;
}
div.current a{
    color: white;
    font: 13px arial,sans-serif;
}
div.suggestions a{
    font: 13px arial,sans-serif;
}
