@CHARSET "UTF-8";

/*
-------------------------------
-------------------------------
--------------------WEATHER-TOP
-------------------------------
-------------------------------
*/

.weatherItem{
	line-height:40px;
	font-size:12px;
}

.weatherCity{
	float:left;
	margin-right:8px;
	color:#000;
}

.weatherTemp{
	float:left;
	margin-right:10px;
	color:#000;
}

.weatherRange{
	float:left;
	color:#777;
}

.weatherImage{
	float:left;
	width:61px;
	height:40px;
}