.destinationsList span.dhtmlSelectTrigger{
    display: block;
    border: 1px solid #BBBCBC;
}

.destinationsList span.dhtmlSelectTrigger span{
    display: block;
    padding: 1px 3px;
    margin-right: 16px;
    cursor: pointer;
}

/*.destinationsList .show span.dhtmlSelectTrigger span{
    border: 1px dotted black;
    padding: 0 2px;
}*/

.destinationsList ul{
    background-color: #ffffff;
    border: 1px solid #BBBCBC;
    margin: 0 !important;
    padding: 2px;
    display: none;
    position: absolute;
    min-width: 203px;
    max-height: 196px;
    overflow-x: hidden;
    overflow-y:auto;    
    z-index: 1500;
}

* html .destinationsList ul{
    width: 206px;
}

.destinationsList ul.longList{
    overflow-y: scroll;
}

* html .destinationsList ul.longList{
    height: 196px;
}

.destinationsList .show ul{
    display: block;
}

.destinationsList ul li{
    list-style-type: none;
    margin: 0 !important;
}

.destinationsList ul li.regainHeader{
    padding: 1px 5px;
}

.destinationsList ul li a{
    display: block;
    padding: 1px 5px;
    text-decoration: none !important;
    white-space: nowrap;
}

*html .dhtmlSelectTrigger span {
    width: 205px;
}