#divWeather {
	/*width: 140px;*/
	width: 145px;
	margin-top: 0px;
	float: right;
}

#divWeather h2 {
	font-size: 1.5em; /* 18px */
	font-weight: normal;
	/*
    border-top: 1px solid #6699CC;
	border-bottom: 1px solid #ADD8E6;
    */
	background-color: #F68B1E;
	color: #FFFFFF;
	text-indent: 10px;
	line-height: 29px;
	margin: 0px;
}

#divWeather ul {
	background-color: #E6E6FA;
	list-style-type: none;
	margin: 0px;
	/*width: 126px;*/
	width: 134px;
	padding: 0px 6px 16px 5px;
	float: left;
}

#divWeather ul li {
	display: inline;
}

#divWeather ul li span.city a {
	/*font-size: 1.1666em;*/ /* 14px */
	font-size: 1em; /* 12px */
	color: #333333;
	width: 65px;
	margin-top: 9px;
	float: left;
	text-decoration: none;
}

#divWeather ul li span.city a:hover {
	/*font-size: 1.1666em;*/ /* 14px */
	color: #336699;
	text-decoration: underline;
}

#divWeather ul li span img {
	float: left;
	margin-top: 9px;
	margin-right: 3px;
}

#divWeather ul li span.weather {
	font-size: 1em; /* 12px */
	font-weight: bold;
	color: #336699;
	margin-top: 10px;
	float: left;
}


div.boxWeather {
	position: absolute;
	background-color: #F2FDFF;
	border: 1px solid #999999;
	color: #666666;
	width: 220px;
	padding: 10px 10px;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: none;	
}

div.boxWeather span {
	font-size: 1.1666em; /* 14px */
}

div.boxWeather div {
	font-size: 0.8333em; /* 10px */
	margin-top: 15px;
	width: 110px;
}

div.boxWeather div.divWeatherLeft {
	float: left;
}

div.boxWeather div.divWeatherRight {
	float: right;
}