﻿.cityList
{
    height: 320px;
    width: 372px;
    overflow-y: auto;
}
.sel_container
{
    z-index: 9999;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 55px;
    width: 140px;
    background: rgba(255,255,255,0.8);
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
.map_popup
{
    position: absolute;
    z-index: 200000;
    width: 382px;
    height: 344px;
    right: 0px;
    top: 95px;
}
.map_popup .popup_main
{
    background: #fff;
    border: 1px solid #8BA4D8;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.map_popup .title
{
    background: url("http://map.baidu.com/img/popup_title.gif") repeat scroll 0 0 transparent;
    color: #6688CC;
    font-weight: bold;
    height: 24px;
    line-height: 25px;
    padding-left: 7px;
}
.map_popup button
{
    background: url("http://map.baidu.com/img/popup_close.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 12px;
}

#allmap
{
    width: 100%;
    height: 420px;
    margin-left: 250px;
}
.store_search
{
    position: absolute;
    top: 55px;
    left: 0px;
    width: 250px;
    height: 100%;
    background-color: #131313;
}
.stores_search_box
{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.stores_search_box input
{
	width: 160px;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #dedede;
	margin-left: 10px;
	text-indent: 5px;
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
}
.stores_search_box .button_1_s
{
	float: left;
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.stores_search_items
{
    width: 222px;
    float: left;
    border:1px solid #cfcfcf;
 background-color:#fff;
 margin-left:10px;
 margin-top:10px;
}
.stores_search_items ul
{
    width:100%;
    float:left;
 
}
.stores_search_items ul li
{
width:100%;
float:left;

border-bottom:1px dashed #dedede;
}
.stores_search_items ul li a
{
    display:block;
    float:left;
    width:100%;
    height:40px;
    line-height:40px;
    text-indent:12px;
  
}
.stores_search_items ul li a:hover{
	text-decoration: none;
	background-color: #ddd;
	-webkit-transition: all 0.3s linear -0.5ms;
	-moz-transition: all 0.3s linear -0.5ms;
	-ms-transition: all 0.3s linear -0.5ms;
	-o-transition: all 0.3s linear -0.5ms;
	transition: all 0.3s linear -0.5ms;
	color: #333;
	}