﻿/* 对齐方式共用样式 */
#main{
	width: 970px;
	background-color: #FFFFFF;
}
#header{ width:970px;}
#header h5{}
.floatL{
 float:left;
 }
.floatR{
 float:right;
 }
.textL{
 text-align:left;
 }
.textC{
 text-align:center;
 }
.textR{
 text-align:right;
 }

.fsize14{
 font-size:14px;
 }
.fbold{
 font-weight:bold;
 }
/*链接颜色*/
.white {color:#FFF;}
.white a:link{color:#FFF;}
.white a:visited{color:#FFF; }
.white a:hover{color:#FFFF00; text-decoration:underline;} 
/* 头部样式 */
.globalTools{
 background:url(globalTools_bg.gif) repeat-x;
 height:28px;
 }
.globalTools h5{
 float:left;
 font-size:14px;
 margin-left:10px;
line-height:28px;
 }
.globalTools h6{
 float:right;
 font-size:12px;
 font-weight:normal;
 margin-right:10px; 
 
line-height:28px;
 }
.logo{
 }
.logo .left{
 width:200px;
 }
.logo .right{
 width:768px;
 padding:12px 0px 12px 0px;
 }
.maglobalNav{
 width:768px;
 } 
.maglobalNav li{
 background:url(maglobalNav.gif) no-repeat;
 width:99px;
 float:left;
 text-align:center;
 padding-top:5px;
 line-height:150%;
 }
.maglobalNav .instead{
 background:url(maglobalNav_bg01.gif) no-repeat;
 }
.maglobalNavBg{
 background:url(nav_bg.gif);
 height:31px;
 }
.maglobalNavBg ul li{ float:left; margin:4px 3px 2px 3px;}
.maglobalNavBg ul li img{margin:2px 8px 0 50px;}
.search{
 background:url(searchBg.gif) repeat-x;
 border-bottom:solid #ABBBD4 1px;
 padding-bottom:6px;
 margin-bottom:8px;
 }
.search strong{
 font-size:14px;
 }
.searchPa{
 padding:10px 0px 10px 0px;
 }
.floatL{ line-height:150%;}
.search a.red{ color:red;}
#bottomLine{ border-top:3px solid #365a94; font-size:0px; line-height:0px;width:970px; margin-bottom:8px;}
#memberLoginArea{ height:26px;}
.maglobalNavBg{ color:#fff;}
.maglobalNavBg a:link{ color:#FFFFFF;}
.maglobalNavBg a:visited{ color:#FFFFFF;}
.maglobalNavBg a:hover{ color:#FFFF00;}
.maglobalNavBg a.yellow:link{ color:#FFFF00; text-decoration:none;}
.maglobalNavBg a.yellow:visited{ color:#FFFF00; text-decoration:none;}
.maglobalNavBg a.yellow:hover{ color:#FFFF00; text-decoration:underline;}