#weather {
	border: solid 1px #AAA;
	padding: 5px;
	font: 12px Arial;
	margin:10px 0px 0px 45px;
}
#weather .ft {
	border-top: solid 1px #CDCDCD;
	padding: 3px 0 0 0;
	color: #666;
	font-size: 10px;
}
#weather a {
	color: #4261AD;
}
#weather h2 {
	font-size: 100%;
	margin: 0;
}
#weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#weather li.weather-item {
	zoom: 1;
	background: #EFEFF7;
	border: solid 1px #EFEFF7;
	margin: 0 auto 6px auto;
	padding: 2px;
	position: relative;
	z-index:1;
}
#weather li h5 {
	font-size: 12px;
	margin: 0 0 2px 0;
}
#weather .header {
	clear: both;
}
#weather strong {
	float: left;
	color: #949A9C;
	font-size: 1.2em;
	width: 4em;
}
#weather strong em {
	font-style: normal;
	font-size: 1.8em;
	color: #312C31;
}
#weather .body {
	line-height: 1.2;
	height: 3em;
}
#weather .body[class] {
	height: auto;
	min-height: 30px;
}
#weather .body:after {
	content: '';
	height: 0px;
	display: block;
	clear: both;
	width: 100%;
	background: red;
}
#weather .body p.status {
	margin: 0;
	float: left;
	width: 30px;
	height: 30px;
}
#weather .body p.status span {
	position: absolute;
	top: -5000px;
}
#weather .body div.temp {
	float: right;
	width: 9em;
	color: #98999D;
	position:relative;
	z-index:1;
}
#weather .body span.h {
	color: #FB973F;
}
#weather .body span.l {
	color: #69AFD3;
}
#weather .weather-forecast {
	display: block;
	font-size: 10px;
}
