@charset "utf-8";

.area-selector div{
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}
.area-selector{
	position: relative;
	z-index: 3;
	height: 100%;
	margin-right: 6px;
	margin-top: 3px;
	font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
}
.area-selector .area-text{
	float: left;
	position: relative;
	top: 0;
	height: 28px;
	background: #fff;
	border: 1px solid #CECBCE;
	padding: 0 24px 0 4px;
	line-height: 30px;
	overflow: hidden;
	min-width: 80px;
}
.area-selector.hover .area-text{
	border-bottom: 0;
	z-index: 1;
}
.area-selector.hover{
	z-index: 7;
}
.area-selector.hover .area-content-wrap{
	display: block;
}

.area-selector .area-text b{
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
	width: 17px;
	height: 17px;
	background: url('../../images/zwybuy-images/icon-down.png') no-repeat 0px 0px;
	overflow: hidden;
}

.area-selector .area-content-wrap{
	display: none;
	float: left;
	position: absolute;
	top: 28px;
	left: 0;
	border: 1px solid #CECBCE;
	width: 420px;
	padding: 12px 12px 15px;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}



.area-tabs{
	cursor: default;
	width: 100%;
	height: 25px;
	border-bottom: 2px solid #FF7878;
	overflow: visible;
	line-height: 22px;
}
.area-tabs .area-tab-item{
	position: relative;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 25px 1px 6px;
	margin-right: 4px;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #005AA0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	max-width: 100px;
	outline: 0;
	text-decoration: none;
}
.area-tabs .area-tab-item.area-tab-current{
	height: 25px;
	background-color: #fff;
	border: 2px solid #FF7878;
	border-bottom: 0;
	padding: 0 25px 0 6px;
	line-height: 22px;
	text-decoration: none;
}
.area-tabs .area-tab-item em{
	margin: 0;
	font-style: normal;
}
.area-tabs .area-tab-item i{
	background: url('../../images/zwybuy-images/icon-down.png') no-repeat 0 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	opacity: .5;
}


.area-content{
	margin: 0;
	padding: 0;
}
.area-content .area-panel{
	display: none;
}
.area-content .area-content-list{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: -5px;

}
.area-content .area-content-list li{
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 22px;
	display: list-item;
	float: left;
	width: 120px;
	clear: none;
	
}
.area-content .area-content-list li a{
	padding: 0 4px;
	float: left;
	color: #005aa0;
	outline: 0;
	text-decoration: none;
	line-height: 22px;
}
.area-content .area-content-list li.area-content-current a{
	color:#FF7878;
}
.area-content ul, .area-content, li{
	list-style: none;
}


.area-close{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 12px;
	right: 12px;
	width: 13px;
	height: 13px;
	background: url(../../images/zwybuy-images/icon-close.png) 0px 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
}


