/* CSS Document */

/* ========================================================== 全局 */
body{
      	margin-left:auto;	/* for mozilla */
	margin-right:auto;
	margin-top:0px;
	font-size:12px;
	text-align:center;
}
table{
	font-size:12px;
}
div{
	font-size:12px;
}
form{
	margin:0px;
}
ol{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	list-style-type:none;
	padding:0px;
}
ul{
	margin-left:10px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	list-style-type:none;
	padding:0px;
}
li{
	white-space:nowrap;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
.break{
	clear:both;
	margin:0px;
}
.main{
	width:960px;
	margin-left:auto;	/* for mozilla */
	margin-right:auto;
	text-align:left;	
}
.font_bold{
	font-weight:bold;
}
.font_red{
	color:#FF0000;
}
.font_box{
	border:#ddd solid 1px;
	color:#0099CC;
}
.font_box_white{
	border:#fff solid 1px;
	color:#09c;
}
.font_wedding3{
	font-family:"Wingdings 3";
}
.span_arrow{
	font-family:"Wingdings 3";
	color:#FFFFFF;
	border:#ddd solid 1px;
	background-color:#FF9933;
	padding:1px 2px 1px 2px;
}
.div_space{
	height:3px;
	line-height:3px;
}
#div_location{
	line-height:25px;
	height:25px;
	background-color:#AACAF4;
	padding-top:10px;
}
/*------------------------------------------------------------------------- 广告 */
#div_ad01{
	float:left;
	width:755px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	text-align:left;
}
#div_ad02{
	float:left;
	width:480px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	text-align:center;
}
#div_ad03{
	float:left;
	width:110px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
#div_ad04{
	margin-top:3px;
}
#div_ad05{
	margin-top:3px;
}
#div_ad06{
	margin-top:3px;
}
/*------------------------------------------------------------------------- 会员入口 */
#div_login{
	margin-left:auto;	/* for mozilla */
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	height:25px;
	border:#999999 solid 1px;
	background-color:#eee;
	text-align:left;
}
/* ------------------------------------------------------------------------- 页头,包括LOGO */
#div_header{
	margin-left:auto;	/* for mozilla */
	margin-right:auto;
	overflow:hidden;
	border:#999999 dotted 0px;
}
#div_logo{
	float:left;
	width:205px;
	height:82px;
	text-align:left;
}

/* -------------------------------------------------------------------------  导航条 */
#div_navbar{
	margin-left:auto;	/* for mozilla */
	margin-right:auto;
	margin-top:5px;
	margin-bottom:3px;
	border:#bbb solid 1px;
}
#div_navbar ul{
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style-type:none;
}
#div_navbar li{
	float:left;
	width:95px;
	text-align:center;
	line-height:25px;
	margin:1px 0px;
	border-left:#FFF solid 1px;
	font-weight:bold;
	background-image:url(../image/nav-bar2-b.gif);	
}
#div_navbar a:link{
	color:#fff;
	text-decoration: none;
}
#div_navbar a:visited{
	color:#fff;
	text-decoration: none;
}
#div_navbar a:active{
	color:#fff;
	text-decoration: none;
}
#div_navbar a:hover{
	color:#2A4C6C;
}

/*  -------------------------------------------------------------------------  */
#div_footlink{
	margin-top:10px;
	margin-bottom:5px;
	line-height:25px;
	border-bottom:#ddd solid 1px;
	background-color:#eee;
	text-align:center;
}
/* copy right */
#div_copyright{
	margin-top:15px;
	line-height:22px;
	text-align:center;
}
/* */
/* */
.point_hand { cursor:hand; }
.fz-B {font-weight:bold}
.fz-9 {font-size: 9px;}
.fz-12 {font-size: 12px;}
.fz-13 {font-size: 13px;}
.fz-14 {font-size: 14px;}
.fz-16 {font-size: 16px;}
.fz-18 {font-size: 18px;}

.fz-darkblue {color: #003399;}
.fz-blue{color: #0000FF;}
.fz-yellow {color: #FF9900;}
.fz-white {color: #FFFFFF;}
.fz-Grey {color: #999999;}
.fz-red {color:#AA0000;}
.fz-13-black-b{font-size: 14px;color: #FFFFFF;font-weight:bold}

/* */
.lk-red:link{color: #AA0000;text-decoration:none}
.lk-red:active{color: #AA0000;text-decoration:none}
.lk-red:visited{color: #AA0000;text-decoration:none}
.lk-red:hover{color: #0000FF;text-decoration:underline}

.lk-white-white:link{color: #FFFFFF;text-decoration:none}
.lk-white-white-:active{color: #FFFFFF;text-decoration:none}
.lk-white-white:visited{color: #FFFFFF;text-decoration:none}
.lk-white-white:hover{color: #DDDDDD;text-decoration:underline}

.lk-white-white-12-b:link{color: #FFFFFF;text-decoration:none;font-weight:bold}
.lk-white-white-12-b:active{color: #FFFFFF;text-decoration:none;font-weight:bold}
.lk-white-white-12-b:visited{color: #FFFFFF;text-decoration:none;font-weight:bold}
.lk-white-white-12-b:hover{color: #DDDDDD;text-decoration:underline;font-weight:bold}

.lk-yellow-yellow:link{font-size: 13px; color: #FF9900;text-decoration:none;}
.lk-yellow-yellow:active{font-size:13px; color: #FF9900;text-decoration:none;}
.lk-yellow-yellow:visited{font-size:13px; color: #FF9900;text-decoration:none;}
.lk-yellow-yellow:hover{font-size:13px; color: #0000AA;text-decoration:underline;}

.lk-black-black:link{color: #000000;text-decoration:none;}
.lk-black-black:active{color: #000000;text-decoration:none;}
.lk-black-black:visited{color: #000000;text-decoration:none;}
.lk-black-black:hover{color: #555555;text-decoration:underline;}

.lk-grey-blue:link{color: #555555;text-decoration:none;}
.lk-grey-blue:active{color: #555555;text-decoration:none;}
.lk-grey-blue:visited{color: #555555;text-decoration:none;}
.lk-grey-blue:hover{color: #1111FF;text-decoration:underline;}

.lk-grey-grey:link{color: #555555;text-decoration:none;}
.lk-grey-grey:active{color: #555555;text-decoration:none;}
.lk-grey-grey:visited{color: #555555;text-decoration:none;}
.lk-grey-grey:hover{color: #333333;text-decoration:none;}

.lk-darkblue-grey:link{color: #003399;text-decoration:none;}
.lk-darkblue-grey:active{color: #003399;text-decoration:none;}
.lk-darkblue-grey:visited{color: #003399;text-decoration:none;}
.lk-darkblue-grey:hover{color: #999999;text-decoration:underline;}

/* */
/* */
/* */
/* */