.weather-wrap {
	padding: 0 14px;
	height: 270px;
}

.weather-wrap .left {
	float: left;
	height: 270px;
	margin-left: 10px;
}

.weather-wrap .right {
	float: left;
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
}

.weather_title {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.weather_header {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.weather_body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.weather_col1, .weather_col2, .weather_row1, .weather_row2, .weather_row3 {
	background-image: url(images/clear.gif);
	background-color: #E9EEF4;
}

.weather_col1 {
	width: 130px;
}

.weather-wrap .right b {
	color: #333;
}