/* CSS Document */

/*topBox*/
.topBox{
	background: #3b6378;
	color:#000000;
	
	float:left;
	width:100%
	
	

}
/*cityBox*/
.cityBox{
	 
	padding: 0px 0px 30px;
	display: none;
	width: 960px;
	margin:auto;	
	clear:both!important;
	 
	
}

.hideCityBox{
	width: 960px;
	margin: 0px auto 20px auto;
	height: 20px;
	
}

.hideCityBox a{
	background:url(../images/symbol_multiplication.gif) no-repeat left;
	float: right;
	display: block;
	padding: 0px 20px 0px 17px;
	color:#FFFFFF
}

.hideCityBox a:hover{
	color: #FFF;
}

.cityList{
	width: 960px;
	margin: 0px auto;
	display: block;
}
.cityList  ul{ width:960px; margin:0px auto; clear:both;}
.cityList li{
	float: left;
	display:block;
	width:170px;
	border:0px solid red;
	font-size:13px;
}

.cityList li a{
	color: white;
	display: block;
	padding: 5px 10px;
	text-decoration:none;
	margin-right:5px;
	margin-bottom:10px;
}

.current{
	color: white;background: #ff9b43;
}

.cityList li a:hover{
	color: white;
	background: #ff9b43;
	text-decoration:underline;
}
