/* START: Weather */
#weather {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#weather .day {
	float: left;
	width: 49px;
	border-right: 1px dotted #C1C1C1;
	margin: 0 6px 0 0;
}

#weather .day .date {
	width: 50px;
	font-size: 12px;
}

#weather .day .date span {
	display: block;
	font-size: 11px;
	color: #848484;
}

#weather .day .icon {
	width: 50px;
	height: 56px;
}

#weather .day .degress {
	width: 50px;
	font-size: 11px;
}

#weather a.box_title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0f3da1;
}

#weather a.box_title:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0f3da1;
}

#weather .disclaimer {
	font-size: 9px;
	color: #848484;
	border-top: 1px dotted #C1C1C1;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
}
/* END: Weather */