/* CSS Document */

/*container*/
#support_topPic {
	background:url(/images/support_topPic.jpg);
}
/*left*/
#support_left_title {
	background-image:url(/images/support_en/support_left_title.gif);
}
/*body*/
#body_content {
	margin-top:0px;
}
#body_content ul {
	list-style-type:none;
	margin-left:80px;
	margin-bottom:30px;
}
#body_content ul li {
	width: 500px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	line-height:30px;
	padding-left:20px;
}
#body_content ul li.style1 {
	background-image:url(/images/support_list_bg1.gif);
}
#body_content ul li.style2 {
	background-image:url(/images/support_list_bg2.gif);
}

/*support.jsp*/
#support_content {
	width:600px;
	margin-left:50px;
}
#support_title_bg {
	width:702px;
	height:80px;

}
#support_title {
	width:650px;
	margin:0px auto;
	line-height:80px;
	text-align:center;
	font-family:"ËÎÌå";
	font-size:14px;
	font-weight:bold;
	color:#006600;
}
/*downloadCenter.jsp*/
#downloadCenter ul {
	width:624px;
	list-style-type:none;
	margin:20px auto;
}
a.downloadCenter:link,a.downloadCenter:visited {
	color:#009900;
}
#downloadCenter table {

}
#downloadCenter thead span {
	text-align:right;
	color:#009900;
}
tr.bgStyle1 {
	height:30px;
	background:url(/images/downloadCenter_trBg1.gif) no-repeat 0px 0px;
}
tr.bgStyle2 {
	height:30px;
	background:url(/images/downloadCenter_trBg2.gif) no-repeat 0px 0px;
}
#downloadCenter th,td {
	text-align:center;
	border:0px;
	margin:0px;

}
.col1Width {
	width:104px;
	border-bottom:1px solid #009900;
	border-right:1px solid #009900;
	border-top:1px solid #009900;
}
.col2Width {
	width:276px;
   border-bottom:1px solid #009900;
	border-top:1px solid #009900;
}
.col3Width {
	width:70px;
	border-bottom:1px solid #009900;
	border-left:1px solid #009900;
	border-top:1px solid #009900;
}
.col4Width {
	width:92px;
		border-bottom:1px solid #009900;
	border-left:1px solid #009900;
	border-top:1px solid #009900;
}
.col5Width {
	width:82px;
	border-bottom:1px solid #009900;
	border-left:1px solid #009900;
	border-top:1px solid #009900;
}
#footTd {
	border-top:1px solid #666666;
}
.fileName {
	color:#009900;
	font-weight:bold;
}