@charset "utf-8";
/* CSS Document */
.city_input{
	cursor: pointer;
}
.city_widget {
	position: absolute; width:406px;
	z-index:99;
	top:0;
	visibility:hidden;
	margin-top:24px;
}
.city_widget input {
	height:24px;
}
.city_widget .city_lst {
	width:400px;
	border:3px solid #ddd;
	background:#fff;
	
}
.city_widget .city_lst .title {
	height:30px;
	line-height:30px;
	color:#FFF;
	background-color:#077FC7;
	width:100%;
	font-size:13px;
	font-weight:bold;
	text-indent:10px;
}
.city_widget .city_lst .tab {
	padding:10px;
}
.city_widget .city_lst .tab_title {
	position:relative;
	height:24px;
	border-bottom:1px solid #CCC;
	width:380px;
	z-index:999;
}
.city_widget .city_lst .tab_title .title_item {
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	font-size:12px;
	color: #999;
	padding:3px 10px;
	line-height:18px;
	float:left;
	cursor:pointer;
	position:static;
}
.city_widget .city_lst .tab_title .title_item span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
	line-height:24px;
	float:left;
	cursor:pointer; 
	padding:0;
	font-weight:400;
}
.city_widget .city_lst .tab_title .title_item.selected {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #FFF;
	background:#FFFFFF;
	color:#077FC7;
	cursor:auto;
}
.city_widget .city_lst .tab_title .title_item.selected span{
	color:#077FC7;
	cursor:auto;
}
.city_widget .city_name {
	position:absolute;
	top:30px;
	left:0;
	display:none;
    width:380px;
}
.city_widget .city_dl {
	zoom:1;
	display:block;
	padding:0 0 0 24px;
	position:relative;
	padding-bottom:5px;
	z-index:9999;
}
.city_widget .city_dl:after {
	display:block;
	height:0;
	clear:both;
	content:"";
	visibility:hidden;
}
.city_widget .city_dl .char {
	text-align:center;
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	color:#09F;
	font-weight:bold;
	top:0;
	left:0;
}
.city_widget .title_item.selected .city_name {
	display:block;
	cursor:auto;
}
.city_widget .city_name .name_item {
	float:left;
	color:#333333;
	margin:0 5px;
	display:block;
}
.city_widget .city_name .name_item span,.city_widget .title_item.selected .city_name .name_item span {
	white-space:nowrap;
	height:24px;
	padding:3px 5px;
	line-height:18px;
	background:#FFFFFF;
	cursor:pointer;
}
.city_widget .city_name .name_item span,.city_widget .title_item.selected .city_name .name_item span {
	color:#333333;
	}
.city_widget .city_name .name_item.selected span,.city_widget .title_item.selected .city_name .name_item.selected span {
	background: #eee;
	color:#077FC7;
	cursor:auto;
}
.city_widget  .title_item.selected  .city_name.name_item.selected span {
	background: #eee;
	color:#333;
	cursor:auto;
	}
.city_widget .city_name .name_item.selected {}
.city_widget .area_ul {
	
	width:100%;
	position: absolute;
	background:#EEE;
	clear:both;
	left:0;
	display:none;
	z-index:99999;
	margin-top:24px;
	*margin-top:-4px;
}
.city_widget .area_ul:after {
	display:none;
	height:0;
	clear:both;
	content:"";
	visibility:hidden;
}
.city_widget .city_name .name_item.selected .area_ul {
	display:block;
	clear:both;
	background:#EEE;
	zoom:1;
}
.city_widget .area_ul .area_item {
	float:left;
	padding:0 3px;
	line-height:24px;
	cursor:pointer;
	margin:5px 5px;
	color:#666666;
}