﻿.-droplist {
    width: 133px; height: 17px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 2px 0 1px 5px;
    position: relative;
    background: #fff;
    line-height: 1;
}
.-droplist-on {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
     .-droplist-icon {
        background: transparent url(/images/widgets/citiesbar-sprites.png) no-repeat scroll 0 0;
        width: 18px; height: 18px;
        position: absolute;
        right: 1px;
        top: 1px;
    }
    .-droplist-icon-on {
        background-position: -32px 0;
    }
    .-droplist-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        .-droplist-list li {
            margin-bottom: 4px;
        }
            .-droplist-list a,
            .-droplist-list a:active,
            .-droplist-list a:visited,
            .-droplist-list a:hover {
                color: #0C4685;
                font-size: 13px;
                font-family: Arial, Helvetica, Sans-Serif;
                text-decoration: underline;
                line-height: normal;
            }
      