div.city-select{
	background: #FFFFFF;
	width: 614px;
	padding-bottom: 10px;
}
div.city-select div#citylist{
	width: 594px;
	margin: 0 auto;
	padding: 0;
	background:#efefef url(/weather/includes/gfx/provlist-rounded.gif) top left no-repeat;
}

div.city-select div#citylist h3{
	font-size: 1.7em;
	/*width: 594px;*/
	border-bottom: #FFFFFF 1px solid;
	margin:0;
	padding-bottom:5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0;
}
div.city-select div#citylist div#link-area{
	overflow:hidden;
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
}
div#link-area div{
	width: 185px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#link-area div ul{
	margin: 0;
	padding: 0;
}
div#link-area div ul li{
	list-style-position:outsideUL;
	list-style:none;
	margin: 0;
	padding: 0;
}
div#link-area div ul li a{
	text-decoration: underline;
	color: #115278;
	/*font-weight: bold;*/
	line-height: 1.8em;
}
div#link-area div ul li a:hover{
	text-decoration: underline;
	color: #828282;
}

div#link-area{
	height: 100%;
	padding: 5px;
	background:#efefef url(/weather/includes/gfx/provlist-rounded-btm.gif) bottom left no-repeat;
}
div#right div.bigbox{
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:0px;
}
/*
div#citylower-corner{
	font-size: 0;
	height: 5px;
	background:#efefef url(/weather/includes/gfx/provlist-rounded-btm.gif) bottom left no-repeat;
}*/