#weatherbug {
	position: relative;
	display: block; 
	width: 178px; 
	height: 60px;
	margin-bottom: 15px; 
	background: transparent url(../weatherbug/images/bg_data.jpg) no-repeat scroll top right; }

#iconpos {
	float: left;
	display: block;
	width: 70px;
	height: 60px;
	background: transparent url(../weatherbug/images/na.jpg) no-repeat scroll 0 0; }

#picimg {
	margin: 0 25px 0 0; }

#strtemp {
	position: absolute;
	top: 37px;
	left: 75px;
	font-weight: bold; }

.datapos {
	margin-left: 75px;
	padding: 6px 15px 0 0;
	font: normal 10px/15px Verdana, Arial, Geneva, sans-serif; }
	
.weatherbugtitle {
	margin: 0 0 5px 15px;
	font: italic 13px/17px Georgia, Times New Roman, serif;
	color: #00209F; }
	
.weatherlabel {
	display: block;
	float: left;
	width: 135px;
	margin-bottom: 15px;
	font: italic 10px/15px Verdana, Arial, Geneva, sans-serif;
	border-top: 1px solid #CCC; }
	
.weatherdata {
	display: block;
	float: left;
	clear: right;
	width: 210px;
	margin-bottom: 15px;
	font: bold 10px/15px Verdana, Arial, Geneva, sans-serif;
	border-top: 1px solid #CCC; }