﻿/*cityLayer*/
a.closeCom {
    background: url(images/icon_close.png) no-repeat;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}

a:hover.closeCom { background-position: -20px 0; }

.comSearch {
    background: url(images/bg_repeat.png) repeat-x 0 -205px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d2d2d2;
    height: 25px;
}

.comSearch .inp {
    border: 1px solid #e1e1e1;
    color: #c0c0c0;
    float: left;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding-left: 3px;
}

.comSearch .bot, .comSearch .botOver {
    background: url(images/icon_search.png) no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    height: 15px;
    margin: 5px 5px 0 0;
    outline: none;
    overflow: hidden;
    width: 15px;
}

.comSearch .botOver { background-position: -15px 0; }

.cityLayer {
    background: #f8f8f8;
    border: 1px solid #fff;
    border: 1px solid#cdcdcd\9;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    position: absolute;
    z-index: 100;
}

.cityLayer a.closeCom {
    position: absolute;
    right: -6px;
    top: -10px;
}

/*cityListLayer*/

.cityListLayer {
    font-size: 12px;
    padding: 5px 10px;
}

.cityListLayer .hotCity, .cityListLayer .line, .cityListLayer .searchCity { padding: 6px 5px; }

.cityListLayer .cityList a, .cityListLayer .hotCity a, .cityListLayer .line a {
    color: #0078b6;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 3px;
}

.cityListLayer .cityList a:hover, .cityListLayer .hotCity a:hover, .cityListLayer .line a:hover { color: #219bd0; }

.cityListLayer .cityList a.selected, .cityListLayer .hotCity a.selected { background: #fcedb1; }

.cityListLayer .line {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 1px 0 #fff;
}

.cityListLayer .searchCity { background: #f5f5f5; }

.cityListLayer .searchCity a {
    background: url(images/bg_repeat.png) repeat-x 0 -230px\9;
    background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#e6e6e6));
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #444;
    display: block;
    float: left;
    height: 22px;
    margin: 3px 0 0 0;
    padding: 0 5px;
}

.cityListLayer .searchCity a.bl {
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.cityListLayer .searchCity a.br { border-radius: 0 3px 3px 0; }

.cityListLayer .searchCity a.now {
    background: #e6e6e6;
    font-weight: 700;
}

.cityListLayer span { margin-right: 10px; }

.cityListLayer h2, .cityListLayer h3, .cityList td, .cityListLayer .comSearch input { font-size: 12px; }

.cityListLayer h2, .cityListLayer h3 {
    font-weight: 700;
    white-space: nowrap;
    word-break: keep-all;
}

.cityListLayer table td { padding: 6px 8px 6px 0; }

.cityListLayer .cityList {
    height: 200px;
    overflow: auto;
}

.cityListLayer .cityList b a, .cityListLayer .cityList b a:hover {
    color: #ccc;
    font-size: 24px;
}

.cityListLayer .cityList h3 a, .cityListLayer .cityList h3 a:hover {
    color: #888;
    cursor: default;
}

.cityListLayer .comSearch {
    margin: 1px 0 3px 0;
    width: 160px;
}

.cityListLayer .comSearch.right { float: right }

.cityListLayer .left { float: left; }

.cityListLayer .comSearch input.inp {
    background: url(images/bg_repeat.png) repeat-x 0 -205px;
    border-radius: 3px 0 0 3px;
}

/*loadmask css*/

.loadmask {
    -moz-opacity: 0.5;
    background-color: #CCC;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .50;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    zoom: 1;
}

.loadmask-msg {
    background: #c3daf9;
    border: 1px solid #6593cf;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 0;
    z-index: 20001;
}

.loadmask-msg div {
    background: #fbfbfb url('images/loading.gif') no-repeat 5px 5px;
    border: 1px solid #a3bad9;
    color: #222;
    cursor: wait;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    line-height: 16px;
    padding: 5px 10px 5px 25px;
}

.masked { overflow: hidden !important; }

.masked-relative { position: relative !important; }

.masked-hidden { visibility: hidden !important; }