@charset "utf-8";
/**
 *
 *	Weather.com.cn 	Common Stylesheets
 *
 *	Written at 23/6/2008 10:02 AM
 *
 */

*{
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 95%;
}

a{
	color: #3366bb;
	text-decoration: none;
}

a:hover{
	color: #F60;
	text-decoration: underline;
}

a img {
	border: none;
}

li {
	display: inline;
	list-style: none;
}

#header, #content, #footer {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

.c {
	margin: 0 auto !important;
}

.m {
	width: 960px;
}

.clear {
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

.b {
	font-weight: bold;
}

.a {
	overflow: hidden;
}

.u {
	border-bottom: 1px solid #ccf;
}

img.iz60 , .iz60 img {
	height: 45px;
	width: 60px;
}

img.i70 , .i70 img {
	width: 70px;
	height: 70px;
}

img.iz80 , .iz80 img{
	height: 60px;
	width: 80px;
}

img.iz90 , .iz90 img{
	height: 70px;
	width: 90px;
}

img.iz100, .iz100 img {
	height: 75px;
	width: 100px;
}

img.iz120, .iz120 img {
	height: 90px;
	width: 120px;
}

img.iz180, .iz180 img {
	height: 135px;
	width: 180px;
}

.blue {
	background-color: #eef;
}

.tc {
	text-align: center;	
}

.linkers li {
	background: url(/m/i/index/li_icon.gif) no-repeat left center;
}

.no1_weather {
	color: #c00;
}

.no2_weather {
	color: #03c;
}


.cl {
	clear:left;
}

.cr {
	clear:right;
}

.cb {
	clear:both;
}

.tabList  {
	height:30px;
	margin-left:10px;
}

.tabList li {
	display:inline;
	float:left;
	height:24px;
	margin-left:1px;
	position:relative;
	width:84px;
}

.tabList h4 {
	background:#EBEFF7 none repeat scroll 0%;
	border:1px solid #98B0D6;
	cursor:pointer;
	float:left;
	height:22px;
	line-height:22px;
	text-align:center;
	width:82px;
}



.tabList li ul {

	display:none;
	
	background:white none repeat scroll 0%;
	border:1px solid #98B0D6;
	cursor:pointer;
	left:0pt;
	padding:10px;
	position:absolute;
	top:23px;
	width:250px;
	
	
	list-style:none;
	
	overflow:hidden;
	z-index:1000;

}

.tabList li ul li {
	background:transparent url(/m/i/trip/li_icon.gif) no-repeat scroll 0pt 8px;
	float:left;
	line-height:1.7;
	text-indent:5px;
	width:30%;
}

.tabList li a {
	color:#3366BB;
}
.tabList li a:hover {
	color:#FF6600;
}