#aChangeCity {
    color: #262422;
    position: absolute;
    top: 18px; left: 88px;
    text-decoration: none;
    z-index: 2;
    white-space: nowrap;
    font-size: 20px;
    padding: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
}

#aChangeCity:hover { border: none; }

.alphabet-list .l {
    width: 49%;
    float: left;
}

.alphabet-list .r {
    width: 49%;
    float: left;
}

.alphabet-list big {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    display: block;
}

.alphabet-list .i { padding-bottom: 10px; }

.alphabet-list .i a {
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

.alphabet-list .i span {
    font-size: 16px;
    color: #5F5F5F;
}

.alphabet-cities {
    margin: 0 0 50px 0;
    padding: 10px 0 0 0;
}

.alphabet-cities li {
    float: left;
    list-style: none;
    padding-right: 10px;
    line-height: 25px;
}

.alphabet-cities li a {
    color: #666666;
    font-size: 17px;
    text-decoration: none;
}

.alphabet-cities li a.availabilityOrganisation {
    color: #959595;
    border-bottom: 1px dashed #959595;
}

.alphabet-cities li.active a {
    color: #f37031;
    border: none;
}

.cities-list { margin-bottom: 20px; }

.cities-list a {
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    border: none;
    cursor: default;
}

.cities-list a:hover { text-decoration: none; }

.cities-list a.availabilityOrganisation {
    color: #959595;
    border-bottom: 1px solid #959595;
    cursor: pointer;
}

.cities-list a.active {
    color: #f37031;
    border: none;
}

.cities-list span {
    margin: 5px 15px 15px 0;
    padding: 0;
    line-height: 30px;
    color: #666666;
    border: none;
    cursor: default;
}

.change-city {
    position: absolute;
    top: 0;
    left: 0;
    margin: -47px 0 0 220px;
}

.change-city #changeCityName {
    border: none;
    width: 230px;
    color: #5c5c5c;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
}

.change-city .btn {
    display: inline-block;
    margin: -5px 0 0 0;
}

.cities-list-main { padding-bottom: 20px; }

.cities-list-main a { font-size: 18px; }