/* --------------------------------------------------------------------- WEATHER STYLES ---------------------------------------------------------------------*/

#weather .weatherBox{	
                margin: 0 0 10px 0;
	padding: 3px;
	clear: both;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#weather  .weatherHead { 
	display: block;
	background: #FFFFFF repeat-x 0 0;
	margin: 0;
	color: #39372c;
	padding: 8px 7px 7px 10px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #39372c;
}

#weather  .weatherBox tr{	
	font: normal 10px verdana, arial, helvetica, sans-serif;
	padding: 2px 10px;
	margin: 0;
	background-color: #fff;
	background-position: 10px 8px;
}
#weather  .weatherContent img{ border: 0px;}


/* ----------------------------------------------------------------- END WEATHER STYLES ---------------------------------------------------------------------*/

