@CHARSET "utf-8";

.weather_title {
	font-size:12px;
	background-color: #5182CE;
	padding: 8px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
.weather_city_title{
	float:right;
	width:70px;
	background-color: #EFEFEF;
	margin: 1px;
	text-align: center;
	padding: 3px;
}
.weather_city_title a{
	text-decoration:none;
	font-size: 11px; 
}
.weather_dt {
	font-size:11px;
}
.weather_dd {
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	color: blue;
}
.weather_dd2 {
	font-size:10px;
	color: blue;
}
.weather_list {
	padding-top:3px;
}
.pic_weather{
	width: 90px;
	height: 81px;
	display: block;
	border: 0px;
}

.weather_link{
	font: 11px tahoma;
	color: #000;
	position: absolute;
	bottom: -6px;
	right: 0px;
	text-decoration: underline;
}
.weather_link:hover{
	color: #031535;
}
.weather_tmp{
	padding:3px;
	font:bold 17px tahoma;
