﻿.DistrictSelectContent
{
	position: relative;
}
.DistrictSelectArea
{
	padding: px;
	background: #fff;
}
.DistrictSelectArea ul
{
	border: 1px solid #B9CEFA;
	line-height: 18px;
	position: absolute;
	width: 92px;
	background: #fff;
	display: none;
}
.DistrictSelectArea ul li
{
	padding: 2px;
}
.DistrictSelectArea ul li:hover
{
	background: #B9CEFA;
}
.curProvince, .curCity, .curCounty
{
	border: 1px solid #B9CEFA;
	height: 22px;
	line-height: 22px;
	width: 80px;
	padding: 0px 10px 0px 3px;
	overflow: hidden;
	background-image: url(../../Images/Common/gs_box.png);
	background-position: -30px -30px;
}
.cboProvince, .cboCity, .cboCounty
{
	float: left;
	margin-right: 3px;
	cursor: pointer;
	position: relative;
}
.cboProvince ul
{
	width: 276px;
}
.cboProvince ul li
{
	float: left;
	width: 65px;
}
.cboCity
{
	display: none;
}
.cboCounty
{
	display: none;
}
