#weather_widget *
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 14px;
}
#weather_widget
{
	width: 192px;
	padding: 3px 15px 15px 1px;
	overflow: hidden;
	height: 72px;
}
#weather_img
{
	float: left;
	padding-right: 20px;
	margin-top: 16px;
}
#weather_country
{
	font-weight: bold;
}
#weather_city
{
	font-size: 10px;
}
#weather_temp
{
	margin-top: 5px;
}
#weather_cond
{
	margin-top: 5px;
	font-style: italic;
	position: relative;
	top: -3px;
}
#weather_conditions
{
	float: left;
}
