#weathers{
	text-align:center;margin:5px 0 0 0;
	padding:3px 5px;
	font-size:11px;border:1px solid #dadada;
	background:#fff
}

#weathers a{
	color:#888
}

#weathers a:hover{
	color:#000;
}

.weatherFeed{
	font-family:Arial,Helvetica,sans-serif;font-size:90%;
	overflow:hidden;
	width:300px;
	height:130px;
	/*background:#fff;*/
}

.weatherFeed .loading{
	background:url("images/loading.gif") no-repeat center center;height:100%;
}

.weatherFeed a{
	color:#888
}

.weatherFeed a:hover{
	color:#000;text-decoration:none
}

.weatherItem{
	background-repeat:no-repeat;
	padding:.7em;
	text-align:right;
    background-repeat: no-repeat;
    background-position: 180px 10px;
	background-repeat:no-repeat;
}

.weatherCity{
	margin:0 0 5px 0;
	font-size:16px;
}

.weatherTemp{
	font-size:2.6em;
}

.weatherTemp span{
	color:#f35473
}


.weatherDesc,.weatherCity{
	font-weight:bold
}

.weatherDesc{
	margin-bottom:.4em;color:#0078d3
}

.weatherRange,.weatherWind{
	font-size:.8em;line-height:18px;
}

.weatherLink{
	text-align:left;font-size:.8em;
}