@charset "utf-8";
/**
 *
 *	Weather.com.cn	Header stylesheets
 *
 *	Written by purple.calm@gmail.com	23/6/2008	10:46 AM
 *
 */

#header_bar {
	overflow: hidden;
	width: 100%;
}

#header_bar p {
	line-height: 27px;
}

#header_bar p * {
	padding-right: 5px;
}

#header .searchbox {
	width: 700px;
	padding-top: 30px;
	height: 69px;
	background: url(/m/i/index/topgro.gif) no-repeat right bottom;
}

#header .searchbox li {
	padding-right: 20px;
}

#header .searchbox ul {
	overflow: hidden;
	padding: 5px 0;
}

#header .searchbox input {
	font-size: 14px;
	height: 20px;
	padding-top: 5px;
	width:370px;
}

#header .searchbox input.submit_button {
	background: url(/m/i/english/btn_headersch.gif) no-repeat;
	width: 70px;
	padding: 0;
	height: 29px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	cursor: pointer;
}

#navigator {
	background: url(/m/i/index/topgro1.gif) no-repeat right bottom;
	padding: 1px 0 0 85px;
	overflow: hidden;
	height: 29px;
/*	width: 825px; */
}

#navigator a {
	border-color: #ccc #ddd;
	border-style: solid;
	border-width:1px 1px 0;
	display: block;
	float: left;
	height: 28px;
	margin-left: 2px;
	line-height:28px;
	padding: 0pt 5px;
}

#navigator a:hover {
	text-decoration: none;
}

#navigator a.current, #navigator a.current:hover {
	color: #fff;
	background-color: #c00;
}

#sub_nav {
	padding-left: 216px;
	height: 26px;
	background-color: #36c;
	overflow: hidden;
}

#sub_nav li {
	padding: 0 1px;
}

#sub_nav li a.current {
	color: #f00;
}

#sub_nav li, #sub_nav li a {
	line-height: 26px;
	color: #fff;
}

#nav_news {
	position: relative;
	padding: 4px 0 0 80px;
	width: 878px;
	z-index: 1;
	border: 1px solid #fc0;
	overflow: hidden;
	background-color: #ffc;
	background-repeat: no-repeat;
	background-position: 8px center;
}

#nav_news p {
	width: 765px;
	line-height: 150%;
}

#nav_news p.a {
	height: 36px;
}

#nav_news p.time {
	color: #999;
}

#nav_news .close_button {
	background: url(http://beta.weather.com.cn/static/i/english/close_icon.gif) no-repeat left center;
	text-indent: 15px;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}

#nav_news div.r {
	width: 80px;
	margin-top: -50px;
	clear: both;
}

#nav_news p span {
	font-weight: bold;
	padding-right: 2px;
}

#citylist {
	position: absolute;
	top: 111px;
	left: 0;
	width: 100%;
}

#citylist div {
	margin: 0 auto;
	width: 440px;
}

#citylist div div {
	float: left;
	padding: 6px 2px 6px 10px;
	background-color: #eef;
	display: block;
	overflow: hidden;
	border: 1px solid #36c;
	width: 360px;
}

#citylist ul {
	float: left;
	width:360px;
}

#citylist ul li {
	display: block;
	float: left;
	width: 40px;
	padding: 3px;
}

#citylist p  {display: block; float: left; width: 360px; padding: 5px;}

#citylist div div {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#location {
	padding-top: 5px;
}

#location a {
	font-weight: bold;
}

#location, #location span{
	line-height: 22px;
}

#location span {
	float: right;
	margin-top: -25px;
}

#location iframe {
	margin-bottom: -4px;
	border: none;
}

#openwarning {
	font-weight: bold;
	color: #fff;
	border: 1px solid #999;
	float: right;
	display: block;
	background-color: #fc9;
	cursor: pointer;
	margin-top: -22px;
	padding: 2px 6px;
}

.fnav {
	line-height: 25px;
	margin: 10px 0;
	background-color: #36c;
	color: #fff;
}

.fnav a {
	color: #fff;
}

#footer p {
	text-align: center;
}

#footer img {
	vertical-align:middle;
}