@charset "utf-8";
/* CSS Document */

/*weather */
.weather {
	clear: both;
	margin: 0 auto;
	height: 75px;
	padding: 3px 0;
}
#weather {
	margin: 0 auto;
	width: auto;
	height: 75px;
	color: #fff;
	border: 0px solid #6591b3;
}
#weather .weather_title {
	color: #fff;
	font-size: 12px;
	border: 0px solid #6591b3;
	/*background:url(../images/weather_city.png) left top no-repeat;*/
	width: 135px;
	height: 26px;
	margin-left: 30px;
	text-indent: -9999px;
	margin-top: 5px;
	display: none;
}
#weather img {
	margin-top: 7px;
	border: 0px solid #49796C;
	width: 75px;
	margin-left: 20px;
}
#weather p {
	float: right;
	font-size: 45px;
	color: #1d2b54;
	line-height: 45px;
	padding-top: 15px;
	border: 0px solid #6591b3;
	margin-right: 20px;
}
#weather span {
	font-size: 45px;
	color: #1d2b54;
}
