.tx-ohweather-pi1 {
	background-color: #FAFAF0;
	width: auto;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tx-ohweather-pi1 div.head {
	color: #2C420D;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.tx-ohweather-pi1 div.info {
	clear: both;
	line-height: 22px;
	height: 22px;
	font-size: 10px;
 	color: #333333;
}
.tx-ohweather-pi1 div.info .day {
	float: left;
	font-weight: bold;
	text-indent: 4px;
	color: #2C420D;
}
.tx-ohweather-pi1 div.info .temp {
	float: right;
	margin-right: 4px;
}
.tx-ohweather-pi1 div.forecast {
	clear: both;
	background-color: #F2F2E5;
	line-height: 22px;
	height: 22px;
	font-size: 10px;
	text-indent: 4px;
 	color: #333333;
}
.tx-ohweather-pi1 div.forecast .text {
	float: left;
}
.tx-ohweather-pi1 div.forecast .image {
	float: right;
}