/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
body{
	font: 78% arial; line-height:16px;
	/*
	font-family:arial;
	font-size:78%;
	*/
	margin-top:0px;
	margin-left:0px;
	background-color:#444;
	width:800px;
}
li{
	list-style:none;
	margin:3px 0px;
}
.logo_bg{
	background-color:#0B0B00;
	height:75px;
}
.sreach_bg{
	background-color:#FFFBBF;
	padding-top:10px;
	padding-left:10px;
	height:120px;
}
.main{
	background-color:#F3EF9A;
	width:800px;
}

.menu{
	width:175px;
	float:left;
	padding-top:30px;
	background-color:#F3EF9A;
}

a{
	color:#666600;
	text-decoration:none;
	font-size:larger;
}
a:hover{
	border-bottom:1px #CACA00 dotted;
	text-decoration:none;
	color:#A89F3C;
	font-size:larger;
}
.content{
	float:right;
	line-height:150%;
	background-color:#FFFFFF;
	width:620px;
}
.text{
	margin:3px;
}
.text li{
	padding-bottom:2px;
}
.table{
	width:96%;
}
.table td{/*服务支持中的产品安装图片控制*/
	text-align:center;
	padding-top:5px;
}
td{/*产品和实例浏览中信息列表控制*/
	text-align:left;
	padding-top:5px;
}
.td{ /*图片边框*/
	padding:10px 5px;
	border:2px #999999 solid;
	padding:4px;
	text-align:center;
	width:25%;
}
img{
	border:0px;
}
.th{
	font-size:xx-large;
	color:#FFFFFF;
	background-color:#72871F;
	height:25px;
	margin:3px 0px 3px 3px;
	letter-spacing:2px;
	text-indent:10px;
	padding-top:10px;
	font-weight:bold;
}
.line_v{
	height:2px;
	border-bottom:#999 2px dotted;
}
.key_font{
	color:#f00;
}
.bold{
	font-weight:bold;
	font-size:16px;
}
.foot{
	background-color:#FFFFFF;
	height:100px;
	color:#999999;
}
.foot hr{
	background-color:#BFB491;
	height:25px;
}
.foot li{
	margin:3px 0px;
	text-align:center;
	line-height:160%;
}