.weatherDiv {
	text-align:center;
}

.weatherIconCell {
	text-align: right;
	padding-right: 5px;
	width: 45%;
}

.weatherIcon {
	width: 32px;
	height: 32px;
	display: none;
}

.weatherTempCell {
	text-align: left;
}
.weatherTemp{
	font-family: Tahoma, Arial;
	font-size: 20px;
}

.weatherDesc {
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-align:center;
	line-height: 140%;
}

.weatherCom {
	text-align: right;
	font-family: "Berthold Akzidenz Grotesk Medium Extended", Arial;
	font-size: 10px;
	padding: 3px 10px;
}

.weatherCom a,
.weatherCom a:hover {
	font-size: 10px;
	font-family: "Berthold Akzidenz Grotesk Medium Extended", Arial;
	font-weight:bold;
	color: #0056C2;
}

.weatherCom img {
	border: 0;
}

.weatherCity {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: left;
	padding: 5px 5px 0px 5px;
}

.weatherComLinks {
	width: 180px;
	border: 0px;
	text-align:justify;
	font-family: "Berthold Akzidenz Grotesk Medium Extended", Arial;
	font-size: 10px;
	padding: 3px;
	display:none;
/*	display:block;*/
}

.weatherOption {
	width: 170px;
	font-family: Arial, Verdana;
	font-size: 10px;
	color:black;
}
