#weather_widget * {
	margin:0px;
	padding:0px;
	/*font-family:arial;
	 font-size:14px;*/
}

#weather_widget {
	/*border:1px solid #444;
	 background:#EEE;*/
	width:165px;
	padding:15px;
	overflow:auto;
}

#weather_img {
	float:left;
	padding-right:20px;
}

#weather_country {
	font-weight:bold;
}

#weather_city {
/*  font-size:10px;*/
}

#weather_temp {
	margin-top:5px;
}

#weather_cond {
	margin-top:5px;
	font-style:italic;
}

#weather_conditions {
	float:left;
}
