/* CSS Document */
.weather{
	font-size:8pt;
	line-height:10pt;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-top:2px;
	border-bottom:1px solid #dddddd;
}

.weather img{
	float:left;
/*	vertical-align: middle; */
}

.weather span.date{
	display:block;
	font-size:9pt;
	line-height:11pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
}

.weather span.temperature{
	display:block;
}
.weather div.clear{
	clear:both;
}

