
.store-selector {
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    position: relative;
    float: left;
    z-index: 3;
    height: 26px;
    margin-right: 6px;
}
.store-selector.hover .text {
    z-index: 1;
    height: 25px;
    border-bottom: 0;
}
.store-selector .text {
    float: left;
    position: relative;
    top: 0;
    height: 23px;
    background: #fff;
    border: 1px solid #CECBCE;
    padding: 0 20px 0 4px;
    line-height: 23px;
    overflow: hidden;
}
.store-selector .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.store-selector .content {
    display: none;
    position: absolute;
    top: 25px;
    left: -45px;
    border: 1px solid #CECBCE;
    width: 390px;
    padding: 0 15px;
    background: #fff;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
}
.store-selector.hover .close, .store-selector.hover .content {
    display: block;
}
.store-selector ul,
.store-selector li{
    list-style: none;
    float: left;
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    margin: 0px;
    padding: 0px;
}

.store-selector .tab {
    width: 100%;
    height: 25px;
    float: left;
    border-bottom: 2px solid #edd28b;
    overflow: visible;
}

.store-selector .tab a {
    font: 700 15px/30px 'microsoft yahei';

}

.store-selector .tab .current a.hover, .store-selector .tab a {
    position: relative;
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 21px 1px 11px;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #005aa0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.store-selector .tab .curr a{
    height: 25px;
    background-color: #fff;
    border: 2px solid #edd28b;
    border-bottom: 0;
    padding: 0 20px 0 10px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
}

.store-selector  .tab .current, .store-selector  .tab .current a, .store-selector  .tab a i {
    background-image: url(//misc.360buyimg.com/product/skin/2012/i/jd-stock.png);
    background-repeat: no-repeat;
}
.store-selector  .tab .current a:hover i, .store-selector .tab a i {
    position: absolute;
    right: 4px;
    top: 10px;
    display: block;
    width: 7px;
    height: 5px;
    overflow: hidden;
    background-position: 0 -35px;
}

.store-selector .stock-add-new {
    padding: 0 0 10px;
}
.store-selector em,
.store-selector i,
.store-selector u {
    font-style: normal;
}
.store-selector .mt{
    overflow: hidden;
}

.store-selector .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.store-selector .JD-stock-con {
    clear: both;
    display: block;
    padding-top: 10px;
}

.store-selector .area-list li {
    width: 80px;
    padding: 2px 0 2px 15px;
    clear: none;
}
.store-selector .area-list li a {
    float: left;
    padding: 2px 4px;
    color: #005aa0;
    text-decoration: none;

}
.store-selector .area-list li a.clicked,.store-selector .area-list li a:hover{
    background:#005ea7;
    color:#fff
}
.store-selector .close {
    display: none;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 365px;
    width: 17px;
    height: 17px;
    background-position: -257px -86px;
    background-image: url(//static.360buyimg.com/item/main/1.0.30/css/i/newicon20140910.png);
    background-repeat: no-repeat;
}
