/* 省市区地区选择 */
.area {
	position: relative;
}

.area-text-wrap {
	float: left;
	position: relative;
	top: 0;
	height: 32px;
	background: #fff;
	border: 1px solid #CECBCE;
	padding-right: 5px;
	line-height: 32px;
	overflow: hidden;
	z-index: 1;
}

.area-text-wrap .address {
	padding: 0 24px 0 6px;
	color: #666;
	background: url(../images/mall/gserh_down.png) no-repeat right;
}

.bt-none {
	border-bottom: none;
}

.drop {
	display: none;
	float: left;
	position: absolute;
	top: 32px;
	left: 0;
	border: 1px solid #CECBCE;
	width: 360px;
	padding: 12px 12px 15px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}

.area-tab {
	cursor: default;
	width: 373px;
	height: 25px;
	border-bottom: 1px solid #d2d2d2;
	overflow: visible;
}

.area-hd-item.active {
	height: 25px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	padding: 0 10px 0 10px;
	line-height: 22px;
	text-decoration: none;
}

.area-tab li {
	position: relative;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 10px 1px 10px;
	margin-right: 4px;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #666;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	max-width: 100px;
}

.area-bd-item {
	display: none;
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: -5px;
}

.area-bd-item.active {
	display: block;
}

.area-bd-item span {
	float: left;
	clear: none;
	line-height: 18px;
	margin: 5px;
	color: #666;
	cursor: pointer;
}

.area-bd-item span:hover {
	color: #b42829;
}

.area-close {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	width: 17px;
	height: 17px;
	background: url(../images/mall/closebtn.png) no-repeat;
	cursor: pointer;
}

.area:hover .drop {
	display: block;
}

.drop-up {
	display: none;
}

.drop-down {
	display: block;
}