﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 160px;
	margin-top:0px;
	
	
	
}
.weatherFeed a { color: #ffffff; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
		text-align: left;
		padding-top:0px;

		
}
.weatherCity {
 text-transform: uppercase;
 color:#59a8cc;



  }
.weatherTemp
{
	font-size:12px;
	font-weight: bold;
	color:#00457c;
	
	
}
.weatherDesc, .weatherCity { font-weight: bold;color:#00457c; }
.weatherDesc { margin-bottom: 0.8em; }
.weatherRange, .weatherWind { font-size: 10px; color:#333333 }


.odd { background-color: #ffffff; }
.even { background-color: #ffffff; }






