.tx-ohweather-pi1 {
	background-color: #F0F0D5;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
}
.tx-ohweather-pi1 div.head {
	background-image: url(/fileadmin/template/img/icons/item.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 10px;
 	color: #3C1C64;
	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: #3C1C64;
}
.tx-ohweather-pi1 div.info .day {
	float: left;
	font-weight: bold;
	text-indent: 10px;
}
.tx-ohweather-pi1 div.info .temp {
	float: right;
}
.tx-ohweather-pi1 div.forecast {
	clear: both;
	background-color: #E9E9C3;
	line-height: 22px;
	height: 22px;
	font-size: 10px;
	text-indent: 10px;
 	color: #3C1C64;
}
.tx-ohweather-pi1 div.forecast .text {
	float: left;
}
.tx-ohweather-pi1 div.forecast .image {
	float: right;
}