/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:"微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	color: #e3e3e3;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #E7E7E7;
	font-size: 12px;
	background-attachment: fixed;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-family:"微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
}

a:hover{
	text-decoration: none;
	color: #2D81FF;
}

img{
	border:0px;
}

/************** header tag styles **************/

h1{
	color: #666666;
	margin: 0px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 24px;
	font-weight: lighter;
	padding-top: 50px;
	padding-bottom: 5px;
}

h2{
	color: #3880A6;
	margin: 0px;
	font-family:"微软雅黑", Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: lighter;
	font-style: normal;
	line-height: 45px;
}

h3{
	font: bold 100% "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	color: #666666;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4{
	color: #333333;
	margin: 0px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5{
 font: 100% "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell0{
	position:absolute;
	width: 80%;
	top: 5px;
	z-index: 98;
	left: 5px;
	margin-top: 0px;
	padding-top: 100px;
	background-image: url(../images/home.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 10% top;
	background-color: #0b1759;
}
#pagecell1{
	position:absolute;
	width: 80%;
	top: 0px;
	z-index: 16;
	left: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 112px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	
}
#bkimg{
	background-image: url(/images/BKleft.gif);
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 800px;
}
#overBKimg{
	z-index: 1000;
	position: absolute;
	width: 65%;
	left: 10%;
	top: 90px;
	margin: 0px;
	text-align: right;
}
#logo{
	z-index: 501;
	position: absolute;
	top: 30px;
	height: 65px;
	left: 24px;
}
#indexnews{
	z-index: 100;
	top: 108px;
	position: absolute;
	width: 310px;
	height:280px;
	right: 20%;
	text-align: left;
	background-image: url(../images/homeDark.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	
}
#topIfo{
	z-index: 100;
	top: 50px;
	position: absolute;
	width: 100px;
	right: 20%;
	text-align: right;
	
	
}
#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100px;
}

#navBar{
	float: right;
	width:220px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 12px;
	line-height: 24px;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
#navBarLong{
	float: right;
	width:420px;
	height:100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 12px;
	line-height: 24px;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-color: #FFFFFF;
}

#content{
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	clip: rect(auto,240px,auto,auto);
	
	
}
#contentEC{
	background-image: url(../images/cn/Instr03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#contentMD{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1000;
	width: 600px;
	
}
#contentFS{
	background-image: url(../images/cn/FandS03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/
/*************temp **************/

.subglobalNav{
	white-space: normal;
	position: absolute;
	z-index: 800;
	top: 22px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 80%;
	visibility: hidden;
	border-right-color: #3B3C3B;
	border-bottom-color: #3B3C3B;
	border-left-color: #3B3C3B;
	left: 5px;
}
.subglobalNav ul{
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
.subglobalNav li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 17px;
	display: block;
}
/*.subglobalNav img{
 display: block;
}*/
.subglobalNav li a{
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 200px;
}



/*************temp **************/

#globalLink{
	white-space: normal;
	position: absolute;
	z-index: 502;
	top: 6px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	left: 5px;
	width: 80%;
	border-right-color: #3F3E3E;
	border-bottom-color: #3F3E3E;
	border-left-color: #3F3E3E;
	background-repeat: repeat-x;
	overflow: hidden;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalLink ul{
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 600px;
	
}
#globalLink li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 17px;
	display: block;
	
}
/*#globalNav img{
 display: block;
}*/

#globalLink li a{
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	background-repeat: no-repeat;
	height: 80px;
	z-index: 20;
	top: 0px;
	float: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 0px;
	width: 100%;
	background-position: center 0px;
	background-attachment: fixed;
}
#breadCrumbTop{
	background-repeat: no-repeat;
	width: 200px;
	position: absolute;
	top: 47px;
	z-index: 200;
	text-align: right;
	background-position: 100% 1px;
	height: 30px;
	padding: 0px;
	right: 20%;
	margin-right: 120px;
}
#breadCrumbTop01{
	background-repeat: no-repeat;
	width: 80%;
	position: absolute;
	top: 0;
	z-index: 15;
	left: 10%;
	text-align: right;
	padding-top: 0px;
	background-position: 100% 1px;
	height: 90px;
	background-image: url(../images/breadcrumb.jpg);
}

#breadCrumbLeft{
	width: 80%;
	background-position: left bottom;
	position: absolute;
	top: 112px;
	z-index: 125;
	left: 5px;
	text-align: left;
	border-style: none;
	border-width: 2px;
	overflow: hidden;
	padding-left: 0px;
}

#breadCrumbImg{
	float: right;
	list-style-type: none;
	clear: both;
	padding-top: 56px;
}
#breadCrumbImgTop{
	list-style-type: none;
	width: 80%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 14;
	padding-top: 90px;
	text-align: right;
	background-image: url(../images/sucaiguaguo3_225.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: left -30px;
}
#breadCrumbImgTopRight{
	float: left;
	list-style-type: none;
	background-repeat: repeat-x;
	width: 419px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D6D5;
	border-right-color: #D7D6D5;
	border-bottom-color: #D7D6D5;
	border-left-color: #D7D6D5;
	position: absolute;
	top: 100px;
	z-index: 98;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(../images/PageNameBK.gif);
	height: 27px;
	right: 10%;
}

#breadCrumb ul{
	margin: 0px;
	padding: 0px;
	float: right;
}
#breadCrumb li{
	height: 17px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 21;
	left: 704px;
	clear: right;
}
#breadCrumb li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: text-bottom;
}


/************** .feature styles ***************/

.featureIn{
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 72px;
	color: #FF3300;
	margin-right: 200px;
	
}
.feature{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	background-color: #FFFFFF;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-image: url(../images/breadcrumb.jpg);
	margin: 0px;
}
.featureTop{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 50px;
}
.featureM{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 80px;
}
.featureLong{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 430px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-color: #FFFFFF;
	background-image: url(../images/breadcrumb.jpg);
}
.featureShort{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 200px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-image: url(../images/breadcrumbNEWS.jpg);
}
.featureFS{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 200px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-image: url(../images/breadcrumbFS.jpg);
}
.featureMD{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 200px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-image: url(../images/breadcrumbMD.jpg);
}
.featureEQ{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 200px;
	padding-right: 50px;
	padding-bottom: 160px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	background-image: url(../images/breadcrumbEQ.jpg);
}

.featureLight{
	font-size: 9px;
	color: #666666;
	padding-top: 45px;
	padding-right: 10%;
	padding-left: 30px;
	line-height: 24px;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	padding-bottom: 60px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: 100% bottom;
}

.featureLong img{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabText{
	font-size: 90%;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}
.ftitle{
	top: 0px;
	left: 0px;
	padding-right: 0px;
	
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 9px;
	color: #337AD3;
	text-align: right;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	height: 17px;
	background-color: #E7E7E7;
	background-image: url(../images/Siteinfo.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-right: 0px;
}
#siteInfo01{
	font-size: 9px;
	color: #2D81FF;
	text-align: right;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	height: 17px;
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 300px;
	
}

#blank{
	clear: both;
	width: 100%;
	background-color: #990000;
	height: 20px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#navBarWhite1{
	float: right;
	width:300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-color: #cccccc;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	font-size: 12px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search{
	font-size: 90%;
	white-space: nowrap;	
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.submit{
	position:relative;
	left:153px;
	top:-23px;
}

#result{
	
	
}
#result h2{
	font-size: 9px;	
	
}



#product{
	
}

#news{
	
}

.LightTip{
	color:#FF0000;
	padding:0px;
	margin:0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.more {
	height:20px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
}
.relatedLinks{
	background-image: url(../images/relatedLinksBK.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
	margin: 2px;
	padding: 0px;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D3D3D1;
	border-bottom-color: #D3D3D1;
	border-left-color: #FFFFFF;
}

.relatedLinks h3{
	color: #666666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}

.relatedLinks a{
	color: #005FA9;
	text-decoration: none;
	font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif, "黑体";
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
.relatedLinks a:hover{
	text-decoration: none;
	color: #2D81FF;
}
.relatedLinks img{
	clear: both;
	text-align: right;
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***************** #Order styles ***************/
#Order {
	color:#666;
}

#Order th{
	background-image: url(../images/relatedLinksBK.gif);
	background-repeat: repeat-x;
}

#OrderList input{
	width:90%;
}

.clearfloat{
	clear:both;
}

#PageIndex{
	color:#FFFFFF;
	text-align:center;
	border-top:gray solid 2px;
	margin:15px 0px;
}

#PageIndex h3{
	/*color:#FFFFFF;*/
	}

#PageIndex a{
	/*color:#00BBBB;*/
}
.styleBlack {COLOR:#005FA9;FONT-SIZE: 12px;LINE-HEIGHT: 24px; }
.styleBlack A:active {COLOR: #005FA9; TEXT-DECORATION: none;}
.styleBlack A:link {TEXT-DECORATION: none;color:#005FA9;}
.styleBlack A:visited {TEXT-DECORATION: none;COLOR: #005FA9;}
.styleBlack A:hover { COLOR:#2D81FF;  dotted; TEXT-DECORATION:none;}
