﻿.weatherItem {
	background-color: #FFFFFF;
	background-position: 400px 0;
	background-repeat: no-repeat;
	padding: 0;
	text-align: center;
}
.weatherCity {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding-top: 130px;
	text-transform: uppercase;
}
.weatherTemp {
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	line-height:40px;
}
a.forecast {
	color: #CC0000;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
a.forecast:hover {
	text-decoration: none;
}
.weatherDesc {
	font-size: 14px;
	line-height: 30px;
}
.weatherDesc, .weatherCity, .weatherForecastDay {
	font-weight: bold;
}
.weatherRange, .weatherWind {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.weatherLink, .weatherForecastItem {
	line-height: 30px;
	text-align: right;
}
.weatherError {
	text-align:left;
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
}
#weatherList span {
	color: #CC0000;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#weatherList label {
	color:#080;
	font-size:11px;
	float:left;
	line-height:30px;
}
#w_search {
	border-top: 1px solid #999;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	width: 270px;
}
#w_search .w_txt {
	background: url("../images/w_search.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #555555;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 0 30px 0 10px;
	position: relative;
	width: 220px;
}
#w_search .w_btn {
	background: url("../images/search_btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	float: left;
	height: 30px;
	margin: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: 32px;
}
#weatherList ul {
	float: left;
	list-style: circle outside none;
	margin: 0;
	padding: 0 0 0 15px;
	width: 242px;
}
#weatherList ul li {
	margin: 0;
	padding: 0;
	float:left;
}
#weatherList ul li a {
	color: #174F82;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}
#weatherList ul li a:hover {
	text-decoration: none;
}
