
/* golbal **********************************************************************************************/
* { margin: 0px; padding: 0px; }

body {
	background: #F0F0F0  none repeat scroll 0% 0%;
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 12px;
	color: #555555;
	line-height: 200%;
}

h1 {font-size: 16px; font-weight: bold; color:#2368c4;}
h2 {font-size: 14px; font-weight: bold; color:#2368c4;}
h3 {font-size: 12px; font-weight: bold; color:#2368c4;}
h4 {font-size: 11px; font-weight: bold; color:#2368c4;}

.license_text {color: #339900; font-weight: bold; }
.color_black {color: #000000; }
.color_default {color: #555555 }

#top_border, #header2, .main_1, .main_2, #bottom_border {
/*	border: 1px solid #FF0000;*/
	width:758px;
	margin:0px auto;
	background: transparent url(/images/bodybg.gif) repeat-y scroll 0% 0%;
}

input, select {
	border-width: 1px;
	background-color:#F0F0F0;
	width: 100px;
	font-size: 12px;
}

textarea {
	border-width: 1px;
	background-color:#F0F0F0;
	width: 300px;
	height: 150px;
	vertical-align: top;
	font-size: 12px;
}

/* top menu area **********************************************************************************************/
#top_border {
	height:24px;
	background: #FFFFFF url(/images/headertop.gif) no-repeat scroll 0% 0%;
}

#header2 {
	height:63px;
	background: transparent url(/images/header_bg.gif) no-repeat scroll 0% 0%;
}

	#nav {
/*		border: 1px solid #FF0000;*/
		list-style: none;
		display: inline;	/*IE bug, 对象浮动时margin会产生双倍距离, 解决方法：display: block 改为 display: inline */
		width: 300px;
		float: right;
		margin: 20px 5px auto auto;
		background: transparent url(/images/button_bg.gif) repeat-x scroll 0% 0%;
	}
	#nav li{
		float: left;
		font-weight: bold;
		text-align: center;
	}
	#nav li#header_bg_1 {
		width: 10px;
		height: 24px;
		background: transparent url(/images/header_bg_1.gif) no-repeat scroll 0% 0%;
	}
	#nav li a{
/*		border: 1px solid #FF0000;*/
		display: block;
		width: 70px;
		height: 24px;
		line-height: 23px;
		color:#FFFFFF;
		text-decoration:none;
	}
	#nav li a:hover {
		background: transparent url(/images/button_bg.gif) no-repeat scroll 0% 0%;
		background-position: 0px -24px;	
	}
	#nav li a#current {
		background: transparent url(/images/button_bg.gif) no-repeat scroll 0% 0%;
		background-position: 0px -48px;
		color:#287AD5;
	}

/* main **********************************************************************************************/
.main_1, .main_2 {
/*	border: 1px solid #FF0000;*/
	overflow:hidden;
}

.main_2 {
	background: transparent url(/images/bodybg_1.gif) repeat-y scroll 0% 0%;
}

.left, .right {
/*	border: 1px solid #FF0000;*/
	border-collapse: collapse;
	width: 180px;
	margin: 5px 0px 5px 15px;
	float: left;
	display: inline;
}

.right {
	width: 520px;
}
	
	.right ul {
		list-style-position: inside;
		list-style-type: square;
	}

/* screenshot **********************************************************************************************/
.screenshot {
/*	border: 2px solid #FF0000;*/
	float: left;
	margin: 4px;
}

.screenshot a {
/*	overflow: hidden;*/
	display: block;
	border: 2px solid #FFFFFF;
	text-decoration:none;
}

.screenshot a:hover {
/*    margin: 2px;*/
    border: 2px solid #2368c4;
}

/* download table **********************************************************************************************/
#table_dl {
	border: 0px;
	margin: 20px 5px 20px 5px;
	border-collapse: collapse;
}
	#table_dl tr {}
		#table_dl tr.tr1 {background-color:#FFFFEB;}
		#table_dl tr.tr2 {background-color:#FFFFFF;}

	#table_dl td {border: 1px solid #999999; padding: 5px 15px 15px 15px;}
		#table_dl td.td_name {width:70%; border-left:none;}
			#table_dl td.td_name a{text-decoration:none;}
		#table_dl td.td_download {border-right:none; text-align: center;}

.software_detail {line-height: 120%;}

/* bottom **********************************************************************************************/

.line {
/*	border: 1px solid #FF0000;*/
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	width: 749px;
	margin-left: 3px;
}

#bottom_copyright {
/*	border: 1px solid #FF0000;*/
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	width: 749px;
	margin-left: 3px;

	font-size: 10px;
	color: #737373;
	text-indent: 8px;
}
	#bottom_copyright a {
		color: #737373;
		text-decoration: none;
		margin-left: 20px;
	}

#bottom_border {
/*	border: 1px solid #FF0000;*/
	height:24px;
	background: transparent url(/images/bottombg.gif) no-repeat scroll 0% 0%;
}

/***********************************************************************************************/