﻿.cityList{
    height: 320px;
    width:372px;
    overflow-y:auto;
    color:#333;
}
.sel_container {
    font-size:12px;
    margin: 2px 0 0 0;
    padding: 5px 0 5px 20px ;
    background: #E5ECF9;
}
#curCity{
    font-size: 14px;
    font-weight: bold;
}

.map_popup {
    position:absolute;
    z-index:200000;
    width:382px;
    height:344px;
}

.map_popup .popup_main {
    background:#fff;
    border:1px solid #8BA4D8;
    height:100%;
    overflow:hidden;
    position: relative;
    width:100%;
    z-index:2;
}

.map_popup .title {
    background:url(../images/popup_title.gif) repeat scroll 0 0 transparent;
    color:#68C;
    font-size:12px;
    font-weight:700;
    height:24px;
    line-height:25px;
    padding-left:7px;
}

#popup_close {
    background:url(../images/popup_close.gif) no-repeat scroll 0 0 transparent;
    border:0 none;
    cursor:pointer;
    height:12px;
    position:absolute;
    right:4px;
    top:6px;
    width:12px;
}

.cityList {
    color:#333;
    font:12px arial,sans-serif;
    padding-left:10px;
}

.cityList h4 {
    font-size:12px;
    font-weight:400;
    margin:0;
}

.cityList hr {
    height:1px;
    border-top:solid 1px #ccc;
    border-bottom:none;
}

.cityList form,.cityList dl {
    margin:0;
}

.cityList dd,.cityList h4,.cityList dt {
    vertical-align:top;
    line-height:150%;
    padding:2px 0;
}

.cityList dt {
    float:left;
    width:52px;
}

.cityList dd {
    margin-left:52px;
}

.cityList a {
    color:#00C;
    text-decoration:underline;
    outline:none;
    margin-right:8px;
}

.cityList dt a {
    margin-right:0;
}

.cityListDescript {
    color:#999;
}

.cityList .black {
    color:#000;
}

.cityList form span {
    color:red;
}