#Weather {

}
#Weather.script {
}

#Weather h3 {
	clear: left;
	padding: 0 0 .5em 0;
	margin: 0;
}
#Weather p {
	font-size:.8em;
	clear: both;
}
/*
#WeatherWrap p.finePrint {
	font-size:.7em;
}
*/
#Weather table {
	width: 100%;
	margin-top: 1em;
	border: none;
}
#Weather td {
	vertical-align: top;
	padding: .1em 0;
	margin: 0;
	border: none;
}
#Weather td.title {
	font-weight: bold;
	border: none;
}
#Weather td.temp {
	text-align: right;
	width: 5em;
}
#Weather td.bot {
	border-bottom: 1px solid #ccc;
}

#Weather div.hasMore {
display: none;
/*
	display: block;
*/
	height: 1em;
	width: 1em;
}
#Weather div.description {
display: none;
}

