﻿.weather{
	padding-top:5px;
	padding-bottom:5px;
	font-size: 11px;
}
.cityblk{
	width: 100%;
	position: relative;
	height: 35px;
	border-bottom: thin solid #E4E5E7; 
	text-align: left;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
.rain{
	background: url(/weather/images/rain40x30.png) no-repeat;
}
.cloudy{
	background: url(/weather/images/cloudy40x30.png) no-repeat;
}
.storm{
	background: url(/weather/images/storm40x30.png) no-repeat;
}
.fine{
	background: url(/weather/images/fine40x30.png) no-repeat;
}
.wico{
	width:40px;
	height: 30px;
	display: block;
	float: left;
	margin:2px;
}
span.wloc{
	width:85px;
	height: 30px;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-top:8px;
	margin-left:5px;
}
span.wdes{
	width:140px;
	float: left;
	margin-bottom: 5px;
	color: #0A4988;
	text-align: center;
}
.max {
	font-weight: bold;
}
.now {
	font-weight: bold;
	margin-right: 20px;
}
