.suggestBox {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    z-index: 1000;
}

.suggestRow {
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    text-align: left;
    
    padding-left: 15px;
}
    .suggestRow td { padding: 5px 10px 5px 15px}
    .suggestRow b { color: #333333; font-weight: bold }

.suggestRowSelect {
    background-color: #402c2b;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    
    
}

    .suggestRowSelect td {   padding: 5px 10px 5px 15px; }
    .suggestRowSelect b { color: white; font-weight: weight }

.suggestRowSelect td {
    color: white;
    cursor: pointer;
}

.rightColumn {
    text-align: right;
    color: gray;
}
