﻿#weather .section
{
	background-image:url(imgs/checker2.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-bottom:solid 1px #999999;height:1%;overflow:auto;padding-bottom:10px;padding-top:10px;
}
#weather .section .Title
{
	font-size:14px;
	line-height:22px;
}
#weather .section .WeatherDetail
{
	 background-image:url(imgs/weather-box1.gif);
	 background-repeat:no-repeat;
	 width:167px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-top:10px;
	 padding-bottom:10px;
	 height:152px;
}
#weather .section .location
{
	color:#40a0ee;
}
#weather .navigation
{
	font-size:12px;
	font-family:Arial;
	color:#aaaaaa;
	padding-bottom:10px;
	border-bottom:solid 1px #999999;
}
#weather .navigation a
{
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	color:#b0b0b0;
}
#weather .navigation a:hover
{
	color:#40a0ee;
}