/* CSS Document */
#cityListContainer{
	position: absolute;
	overflow: hidden;
	z-index: 500;
	visibility: hidden;
	border: 1px solid gray;
	top: -1000px;
	left: -1000px;
	width: 230px;
	height:270px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFF;
}

.searchcitymain {
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	border: 1px solid #D6D6D6;
	position: relative;
	display: none;
	z-index: 100;
}

.searchcityhead {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	clear: both;
	height: 24px;
	width: 100%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
}

.searchcitylistmain {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	cursor: pointer;
}

.searchcityli {
	background-color: #FFFFFF;
	padding: 0px;
	clear: both;
	height: 22px;
	width: 100%;
	color: #0069CA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.searchcityli2 {
	background-color: #C8E3FC;
	padding: 0px;
	clear: both;
	height: 22px;
	width: 100%;
	color: #0055AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.citypinyin {
	line-height: 20px;
	text-align: left;
	padding: 0px;
	float: left;
	height: 20px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.citycnname {
	line-height: 20px;
	text-align: right;
	padding: 0px;
	float: right;
	height: 20px;
	width: auto;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
