.cityselector
{
    font: 12px/1.5 tahoma,arial,\5b8b\4f53;
    background: #fff;
}
.cityslide
{
    width: 255px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #3485c0;
    box-shadow: 2px 2px 3px;
    margin-top: -2px;
}
.cityslide li
{
    list-style: none;
    overflow: hidden;
    height: 16px;
    padding: 4px 5px;
}
.cityslide li.on
{
    background: #3485c0;
    color: #fff;
}
.cityslide li b
{
    font-weight: normal;
}
.cityslide li.empty
{
    background:#dff1ff;
    color: #666;
}
.cityslide li.empty em
{
    color: red;
    font-style: normal;
}
.cityname
{
    float: left;
}
.cityspell
{
    float: right;
}
.citybox, .cityboxl
{
    width: 340px;
    _width:320px;
     border: 1px solid #3485c0;
    overflow: hidden;
    position:relative;
    box-shadow: 2px 2px 3px;
}
.citybox ul, .cityboxl ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.citybox ul li, .cityboxl ul li
{
    float: left;
    list-style: none;
    padding: 2px 4px;
    border: 1px solid #3485c0;
    cursor: pointer;
    margin-left: 4px;
    display: inline;
    background: #3485c0;
    color:#fff;
    font-weight:bold;
}
.citybox ul li.on, .cityboxl ul li.on
{
    background: #fff;
    border-bottom-color: #fff;
    position: relative;
    color:#000;
    font-weight:normal;
}
.hide
{
    display: none;
}
p.tip
{
    color: #666;
    line-height: 20px;
    padding: 5px;
    margin: 0;
    text-indent: 3px;
    height:25px;
}
.hotcitytitle
{
    float:left;
    }
.hotcity
{
    border-top: 1px solid #3485c0;
    margin-top: -1px;
    clear: left;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    _margin-bottom: 8px;
}
.citytab
{
    overflow: hidden;
}
.citytab dl
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.citytab dl dt
{
    float: left;
    padding-left: 3px;
    color: #f30;
    text-indent: 5px;
    font-family: "lucida console" , "consolas" , "courier new";
    line-height: 30px;
    font-size: 14px;
    width: 20px;
}
.citytab dl dd
{
    margin-left: 2px;
    float: left;
    width: 290px;
}
.citytab dl dd a
{
    padding-left: 5px;
    width: 66px;
    line-height: 30px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.citytab dl dd a:hover
{
    text-decoration: underline;
    color: red;
}
