#weather_widget * {
	margin:0px;
	padding:0px;

}

#weather_widget {
border-style:solid;
	border:1px solid #CCCCCC;
	background:#ffffff;
	width:237px;
	padding:1px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#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;
}
