.weather-forecast-main
{
	padding:5pt;
	padding-bottom:10pt;
}

.weather-forecast-title
{
	font-size:14pt;
}

.weather-forecast-temp
{
	cursor:hand;
	cursor:pointer;
}

.weather-forecast-content
{
//	display:block;
}

.weather-forecast-current-content
{
	float:left;
}

.weather-forecast-current
{
//	display:inline;
	float:left;
}

.weather-forecast-current-title
{
//	display:block;
	font-size:11pt;
}

.weather-forecast-current-temperature
{
	font-size: 50pt;
	font-weight:bold;
	//padding-top: 18pt;
}

.weather-forecast-current-conditions
{
	font-size:10pt;
	//padding-top:15pt;
}

.weather-forecast-current-icon-holder
{
	float:left;
}

.weather-forecast-current-icon
{
	/*padding-top:12px;*/
	height:80px;
	width:116px;
}

.weather-forecast-forecast
{
//	display:inline;
	float:left;
}

.weather-forecast-forecast-title
{
	//display:inline;
	font-size:11pt;
	margin-left:10pt;
}

.weather-forecast-cols
{
	//display:inline;
}

.weather-forecast-col
{
	//display:block;
	float:left;
}

.weather-forecast-day
{
	margin-left:5pt;
}

.weather-forecast-day-contents
{
	padding-left:5pt;
	padding-bottom: 3pt;
}

.weather-forecast-interval
{
	font-weight:bold;
}