.cs-combo-list-row {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    overflow-x: hidden;
    white-space: nowrap;
    cursor: default;
    margin: 4px;
    max-height: 200px;
    overflow-y: auto;

}
.cs-combo-hover{
    background: none repeat scroll 0 0 #eee;
    color: #333;
}
.cs-combo-selected {
    background: none repeat scroll 0 0 #AAAAAA
}
