.town_arrow {
    display: block;
    float: right;
    background: url(/img/arrow.png) no-repeat;
    width: 11px;
    height: 6px;
    margin: 5px 0 0 5px;
}

.town_num {
    font-weight: 700;
    color: #505050;
    font-size: 13px;
    float: right;
    margin: 1px 0 0 8px;
}

.city_confirm {
    position: absolute;
    width: 170px;
    height: 50px;
    margin-left: 235px;
    padding: 8px 1px 12px 9px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background: -moz-linear-gradient(top, #fff, #efefef);
    background: -o-linear-gradient(top, #fff, #efefef);
    background: -ms-linear-gradient(top, #fff, #efefef);
    background: linear-gradient(top, #fff, #efefef);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.26);
    font-size: 13px;
    font-weight: bold;
}

.city_confirm .city_confirm_yesno {
    padding: 14px 0px 10px 3px;
}

.city_confirm .city_confirm_yesno span {
    border-bottom: 1px dotted black;
    cursor: pointer;
    color: green;
    font-size: 14px;
}

.city_confirm .city_confirm_yesno span:nth-child(2) {
    margin-left: 7px;
    color: black !important;
    font-size: 12px !important;
}

.city_title_infoblock {
    font-size: 21px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
    padding-right: 10px;
}

.city_select_infoblock {
    border-bottom: 1px dotted black;
    cursor: pointer;
    font-size: 12px;
}

.main_city_block {
    display: none;
    position: absolute;
    left: 19%;
    z-index: 105;
    overflow: hidden;
    height: 485px;
    width: 870px;
    border-radius: 4px;
    padding-bottom: 60px;
    font-family: ProximaNovaRegular;
    box-shadow:  0px 0px 6px 5px #4B4B4B;
    background: transparent url("/image/line-top.png") repeat scroll 0px 0px;
}

.main_city_block .overlay_main_city_block {
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: white;
    z-index: 1;
    position: absolute;
    display: none;
}

.main_city_block .img_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: none;
}

.main_city_block input {
    margin-left: 15px;
    width: 808px;
    height: 28px;
    font-size: 16px;
    font-style: italic;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(57, 144, 179, 0.74);
    background-color: rgba(2, 175, 195, 0.06);
    background-image: linear-gradient(to bottom, #DAE8F2, #FFF);
    border: medium none;
    padding: 4px 0px 2px;
    text-indent: 8px;
}

.main_city_block .bl1 {
    border-bottom: 2px solid rgba(128, 128, 128, 0.23);
    padding-bottom: 15px !important;
}

.main_city_block .bl2 .regions {
    float: left;
    width: 220px;
    height: 360px;
    overflow: auto;
}

.main_city_block .bl2 .regions ul li span {
    font-size: 14px;
    margin-left: 0px;
    border-bottom: 1px dotted rgba(97, 137, 171, 0.67);
}

.main_city_block .bl2 .regions ul li {
    padding: 7px 0 0 20px;
}

.main_city_block .bl2 .cities ul li {
    width: 180px;
    float: left;
    padding: 5px 5px;
}

.main_city_block ul li {
    list-style-type: none;
}

.main_city_block ul {
    padding-left: 0px !important;
}

.main_city_block ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #386A94;
}

.city_link:hover {
    text-decoration: underline;

}

.region_match {
    background-color: rgba(222, 227, 47, 0.54);
    /*padding: 3px 10px 6px 6px;*/
}

.city_match {
    color: red;
}

.main_city_block .bl2 .cities .region_title {
    font-weight: bold;
    font-size: 15px;
    height: 30px;
}

.main_city_block .bl2 .cities {
    float: left;
    width: 635px;
    height: 360px;
    overflow: auto;
    border-bottom: 1px solid rgba(128, 128, 128, 0.43);
    margin-left: 10px;
}

.main_city_block .close_city_block {
    text-align: right;
    margin: 19px 23px 0px 0px;
    font-size: 25px;
    line-height: 1px;
    cursor: pointer;
}

.tcl span {
    margin-right: 20px;
}

#cities_list {
    margin-left: 8px;
}

