body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:宋体;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#666;
	}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#c36;
	text-decoration:underline;
}


/*head area start*/

	#topnavi{
		width:780px;
		margin:0px;
		padding:0px;
	}
	div#topnavi div{
		float:right;
	}
	.collect{
		background-color:#f36;
		color:#fff;
		height:23px;
		line-height:23px;
		width:140px;
		margin:auto;
	}
	div.collect a{
		color:#fff;
		text-decoration:none;
	}
	div.collect a:hover{
		color:yellow;
		text-decoration:none;
	}
	#head{
		width:780px;
		text-align:left;
		height:81px;
		margin:auto;
	}
	div#head span{
		float:right;
		display:block;
		padding:20px;
		font-weight:bold;
		color:#ccc;
		font-family:arial 宋体;
	}
	#navigation{
		width:780px;
		text-align:left;		
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		margin:auto;
	}
	div#navigation div{
		float:left;
	}
	div#navigation div span{
		display:block;
		float:right;
		color:#fff;
		font-weight:bold;
	}
	.navi{
		width:764px;
		background-image:url(../images/navi_bg.gif);
		height:36px;
		line-height:36px;
		padding-left:20px;
		padding-right:20px;
		color:#fff;
	}
	div.navi a{
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	div.navi a:hover{
		color:yellow;
		text-decoration:none;
		font-weight:bold;
	}
	#login{
		width:780px;
		text-align:left;
		margin:auto;
	}
	div#login div{
		float:left;
	}
	.loginbox{
		width:169px;
		height:149px;
		background-color:#f69;
		border:1px solid #fff;
		color:#fff;
	}
	div.loginbox div{
		width:100%;
		padding:15px 10px 0px 15px;
	}
	div.loginbox input{
		border:none;
		background-color:#fff;
		width:90px;
		height:20px;
		color:#c36;
	}
	div.loginbox div img{
		border:none;
		margin-left:50px;
	}
	div.loginbox div a{
		color:#fff;
		text-decoration:none;
	}
	div.loginbox div a:hover{
		color:yellow;
		text-decoration:none;
	}
	div.loginbox div span{
		display:none !important;
		display:inline;
	}
/*head area end*/


/*main area start*/
	#main{
		width:780px;
		height:500px;
		margin:auto;		
		background-image:url(../images/content_bg.gif);
		background-position:left top;
		background-repeat:repeat-y;
	}

		/*leftside start*/
		#lside{
			width:169px;
			float:left;
			background-color:#f0f0f0;
			color:#999;
		}
		.ltitle{
			background-image:url(../images/titlebg_left.gif);
			background-position:100px top;
			background-repeat:no-repeat;
			margin-top:10px;
			text-align:left;
			padding-left:10px;
			height:35px;
		}
		.ltxt{
			text-align:left;
			padding:10px 10px 10px 15px;
		}
		div.ltxt div{
			margin-top:10px;
		}
		div.ltxt div input{
			border:none;
			background-color:#DFDFDF;
			width:90px;
			height:20px;
			color:#999;
		}
		div.ltxt div span{
			display:none !important;
			display:inline;
		}
		div.ltxt div img{
			margin-left:50px;
		}
		div#lside ul{
			margin:0px 0px 0px 26px;
			padding:10px 10px 10px 15px;
			text-align:left;
			list-style-type:disc;
			line-height:20px;
		}
		div#lside ul li a{		
			color:#999;
			text-decoration:none;
		}
		div#lside ul li a:hover{		
			color:#999;
			text-decoration:underline;
		}
		/*leftside end*/

		/*centerarea start*/
		#centerarea{
			width:420px;
			float:left;
			padding:20px 0px 20px 20px;
			text-align:left;
		}
		.ctitle{
			border-bottom:1px solid #f36;
			margin-top:20px;
			font-size:13px;
			font-weight:bold;
			color:#f36;
		}
		div.ctitle span{
			float:right;
		}
		div#centerarea ul{
			margin:0px;
			padding:0px;
			list-style-type:none;			
		}
		div#centerarea ul li{
			height:26px;
			line-height:26px;
			border-bottom:1px dashed #e8e8e8;
		}
		div#centerarea ul li a{
			color:#666;
			text-decoration:none;
		}
		div#centerarea ul li a:hover{
			color:#c36;
			text-decoration:none;
		}
		div#centerarea ul li span{
			float:right;
			font-family:arial;
			font-size:11px;
		}
		.title_supplier{
			margin-top:20px;
		}
		div.title_supplier span{
			float:right;
		}
		.grays_border_t{
			height:4px;
		}
		.grays_border_t div{
			border-top:1px solid #E8E8E8;
			background-color:#f0f0f0;
			width:392px;
			height:4px;			
			overflow:hidden;
		}
		.grays_border_t span, .grays_border_t div,{
			float:left;
		}
		.grays_border_b{
			height:4px;
		}
		.grays_border_b div{
			border-bottom:1px solid #E8E8E8;
			background-color:#f0f0f0;
			width:392px;
			height:4px;
			overflow:hidden;
		}
		.grays_border_b span, .grays_border_b div,{
			float:left;
		}
		.grays_border_lr{
			border-left:1px solid #E8E8E8;
			border-right:1px solid #E8E8E8;			
			background-color:#f0f0f0;
			padding:4px 10px 4px 10px;
		}		
		div.grays_border_lr div a img{
			float:left;
			border:6px solid #fff;
		}
		div.grays_border_lr div{
			width:100%;
			padding:6px;
			border-bottom:1px dashed #e0e0e0;
		}
		div.grays_border_lr div p{
			padding:10px;
		}

		/*centerarea end*/

		/*rightside start.*/
		#rightside{
			width:178px;
			margin-left:12px;
			float:left;
			text-align:left;
			height:100px;
			margin-top:20px;
		}
		.title_right{
			background-color:#f69;
			color:#fff;
			font-weight:bold;
			text-align:left;
			line-height:24px;
			height:24px;
			padding-left:20px;
			margin-top:20px;
		}
		div#rightside ul{
			margin:0px;
			padding:20px 4px 4px 4px;
			text-align:left;
					
			float:left;
		}
		div#rightside ul li{
			list-style-type:none;	
			display:inline;
			padding-right:10px;
			line-height:20px;

		}
		.friendlink div{
			text-align:center;
			padding:6px;
		}
		.friendlink div img{
			border:none;
		}
		/*rightside end.*/


/*main area end*/

/*footer start*/
	#footerline{
		background-color:#f36;
		height:4px;
		width:100%;
		overflow:hidden;
		margin:auto;
	}
	#footer{
		height:80px;
		line-height:80px;
		background-color:#f0f0f0;
		margin:auto;
	}
/*footer end*/

		/* Subpage start*/
		#subpage{
			margin:0px;
			padding:0px;
			font-size:12px;
			font-family:宋体;
			background-image:url(../images/background_sub.gif);
			background-repeat:repeat-x;
			text-align:center;
			color:#666;		
		}
		body#subpage div#login img{
			border:1px solid #fff;
		}
		body#subpage div#main{
			width:780px;
			height:500px;
			margin:auto;		
			background-image:url(../images/content_bg.gif);
			background-position:left top;
			background-repeat:repeat-y;
			margin-top:-4px;
		}
		.ltitle_sub{
			background-image:url(../images/titlebg_left.gif);
			background-position:42px bottom;
			background-repeat:no-repeat;
			margin-top:10px;
			text-align:left;
			padding-left:45px;
			height:20px;
			line-height:20px;
		}
		body#subpage div#centerarea{
			width:610px;
			float:left;
			padding:20px 0px 20px 20px;
			text-align:left;
		}
		#breadcrumb{
			height:24px;
			line-height:24px;
			border:1px solid #ddd;
			margin-bottom:30px;
			background-color:#f0f0f0;
			padding:0px 10px 0px 20px;
		}
		#breadcrumb span{
			font-family:arial; 
			font-size:12px; 
			font-weight:bold; 
			color:#000;
			margin-right:10px;
		}
		.page{
			height:40px;
			line-height:40px;
			margin:20px 0px 0px 0px;
			text-align:right;
		}
		div.page input{
			width:40px;
		}
		div#centerarea p{
			text-indent:24px;
		}
		div#centerarea h4{
			color:#000;
			text-align:center;
		}
		/* Subpage end*/

TABLE
{
    FONT-FAMILY: 宋体, Arial;
    FONT-SIZE: 9pt
}
.text
{
    FONT-FAMILY: 宋体, Arial;
    FONT-SIZE: 9pt
}
