.weatherFeed {
	margin: 2em 3em; width: 300px; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 130%;
}
.weatherFeed a {
	color: #888;
}
.weatherFeed a:hover {
	color: #333; text-decoration: none;
}
.weatherItem {
	text-align: right; padding: 0.8em;
}
.weatherItem img{
	float:left;
}
.weatherCity {
	text-transform: uppercase; color: #000;
}
.weatherTemp {
	color: #333; font-size: 2em; font-weight: bold; padding-top:12px;
}
.weatherDesc {
	font-weight: bold;
}
.weatherCity {
	font-weight: bold;
}
.weatherDesc {
	margin-bottom: 0.4em; color: #333;
}
.weatherRange {
	font-size: 0.8em;
}
.weatherWind {
	font-size: 0.8em;
}
.weatherLink {
	text-align: left; margin-top: 6px; font-size: 0.8em;
}
.weathervertical {
	width: 300px; position:relative; background: transparent url(/resimler/wbox.png) 71px 35px no-repeat; height: 115px; overflow: hidden; margin-left:20px;
}
/*.weathervertical {
	border: #555 1px solid; width: 300px; background: url(/resimler/weather_bg.jpg) #222 repeat-x; height: 130px; overflow: hidden; margin-left:20px;
}*/
.weatheritems {
	position: absolute; margin: 0px; height: 20000em;
}
.weatherSelectCity{
	position:absolute; right:0px; top:7px;
	}
.weatherTitle{
	position:absolute; left:0px; top:7px;
	}
.weatheritems div.weatherItem {
	height: 130px;
}
.weathernavi {
	width: 300px; height: 20px;
}
.weathernavi a {
	margin: 3px; width: 8px; display: block; background: url(/resimler/weather_navigator.png) no-repeat 0px 0px; float: left; height: 8px; font-size: 1px;
}
.weathernavi a:hover {
	background-position: 0px -8px;
}
.weathernavi a.active {
	background-position: 0px -16px;
}

