#ww_5 {padding:0px; margin: 0px auto 10px auto; font-size:12px; list-style:none; background:none;width: 180px;height: 200px; overflow:hidden;}

#ww_5 * {margin:0px; padding:0px; list-style:none;background:none;}

#ww_5 .weather_t{
	position: absolute;
	width: auto;
	height: auto;
	top: 120px;
	left: 45px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #00637d;			
}	
#ww_5 .weather_city{
	
	position: absolute;
	width: 180px;
	height: auto;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}	
#ww_5 .weather_date{
	position: absolute;
	width: 180px;
	height: auto;
	top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;			
}

#ww_5 .weather_city a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;	
}

.sunRiseSet { background: #fed27d url(../images/weather/backgroundsunRiseSet.jpg) no-repeat 11px 4px  background-size: 28px;!important; }
.night { background: #192534 url(../images/weather/backgroundNight.jpg) no-repeat 11px 4px  background-size: 28px;!important; }

.cloudy { background: url(../images/weather/cloudy.png) no-repeat 11px 4px; background-size: 28px; }
.fog { background: url(../images/weather/fog.png) no-repeat 11px 4px; background-size: 28px; }
.partlycloudy-day { background: url(../images/weather/partlycloudy-day.png) no-repeat 11px 4px; background-size: 28px; }
.partlycloudy-night { background: url(../images/weather/partlycloudy-night.png) no-repeat 11px 4px; background-size: 28px; }
.sunny { background: url(../images/weather/sunny.png) no-repeat 11px 4px; background-size: 28px; }
.rain { background: url(../images/weather/rain.png) no-repeat 11px 4px; background-size: 28px; }
.thunder { background: url(../images/weather/thunder.png) no-repeat 11px 4px; background-size: 28px; }

#weather {
	position: relative;
	margin: 0 15px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 9px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#menu.fixed #weather { margin-top: 0px; background-size: 36px; background-position: 0px 2px; padding-left: 34px; }

#weather p{
	position:relative;
	color: #fff;
	/* text-shadow: 0 0px 2px #111; */
	font-size: 14px;
	padding: 0;
	text-align: right;
	line-height: 39px;
	z-index: 999;
	font-weight: 500;
}

div.shadow{
	position:absolute;
	zoom: 1;
	z-index: 2;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#0F5092,offX=0,offY=0)
    progid:DXImageTransform.Microsoft.Alpha(opacity=60)
    progid:DXImageTransform.Microsoft.Blur(pixelradius=3, enabled='true');
    -ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#0F5092,offX=0,offY=0)"
    "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"
    "progid:DXImageTransform.Microsoft.Blur(pixelradius=3, enabled='true')";
    color: #0F5092;
    top:12px;
    right:19px;
}

*|html div.shadow{display:none} /*hidden in other browsers*/