/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-07 11:49
 **/
 
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");
* {
	padding:0px;
	margin:0px;
}
html {
	background:#FFF;
}
body {
	font:12px Verdana, Arial, Tahoma;
}
img {
	border:none;
}
a {
	color:#FDA20A;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	text-decoration:underline;
}
ul {
	list-style:none;
}
input, select, button {
	font:12px Verdana, Arial, Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center {
	margin:0px auto;
}
.w960 {
	width:960px;/*position:relative;*/
}
.w960 .title h1 {
	float:left;
}
.w960 .title h1 a {
	display:block;
	background:url(http://www.99zihua.com/images/default/logo.gif) left top no-repeat;
	height:65px;
	width:242px;
	overflow:hidden;
	text-indent:-2000px;
}
.cl {
	clear:both;
}
.h16 {
	height:14px;
}
.sp-title h2{ line-height:38px; font-size:16px;}
.sp-title h2 a{color:#cc0000;}
.commentpage .header{padding-top:6px;}
.header .welcome{float:left;width:700px;}
.header .welcome .mem{float:right; padding-bottom:12px;padding-top:4px;}
.nav{border-top:1px solid #999; border-bottom:1px solid #999; float:left;width:700px; padding:6px; font-weight:bold; background:#efefef;}
ul.MenuList{float:left;}
ul.MenuList li{float:left; padding:0 7px; border-left:1px solid #ccc; line-height:14px;}
ul.MenuList li a{color:#333;}
ul.MenuList li a:hover{color:#cc0000;}



