body {
	background-color:#fff;
	text-align: center;
	font-size: 0.83em;
	font-family: arial, sans-serif;
	colorï¼?: #000;
  margin:10px;
}

p, ul, ol, td { font-size: 0.83em; }
ul ul, ul ol, td ul, td ol, td p, p ul, p ol, p td { font-size:1em; }

a:link { color: #00c }
a:visited { color: #551a8b }

table#header td {
  border-bottom:1px solid #999;
}
table#header td#title {
  padding-bottom:3px;
}

h1 {
	font-size:18px;
	margin:0px;
  color:#333;
}

h2 {
	font-size: 20px;
	color: #275ec7;
}

h4 {
	margin: 0;
	line-height: 2em;
	color: #2e60aa;
}

#nav {
	padding:8px 8px 10px 8px;
	width:140px;
}
	#nav ul.main, #nav ul.sub {
		margin:0px;
		padding:0px 10px 0px 0px;
		list-style-type:none;
	}
		#nav ul.main li {
			padding-bottom:10px;
			text-align:left;
		}
		#nav ul li.selected a {
			font-weight:bold;
			color:#333;
			text-decoration:none;
		}

	#nav ul.right li {
		text-align:right;
	}
	#nav ul.sub li {
		padding:0px 0px 0px 3px;
	}

div#footer-index {
  margin-top: 20px;
  padding:8px 8px 8px 0px;
	border-top: #999 solid 1px;
}

div#footer {
  margin-top:20px;
}

.c {
	clear:both;
	overflow: hidden;
	height: 0px;
}

/* Contents Layout */
div.main_module {
	float: left;
	width: 49%;
	margin: 0;
}
div.module_ininner{
	padding-right: 20px;
}

/* Min-Width Solution */
div.main_module {
		min-width: 360px;
}
/* for IE6 browsers */
* html .module_inner {
  border-left:360px solid #fff;
  position:relative;
  float:left;
  z-index:1;
}
* html .module_ininner {
  margin-left:-360px;
  position:relative;
  float:left;
  z-index:2;
  text-align:left;
}

/* Download page */

div#more-link {
  float:right;
}

div#download_panel {
  background: #f3f9fb;
	border: #93c9e4 solid 1px;
	padding: 1em 0em;
  text-align:center;
  margin-bottom:30px;
}

ul#features {
	margin: 0;
	text-indent: 0;
	padding:0;
}

ul#features li {
	margin:0;
	padding:0;
	text-indent: 0;
	list-style: none;
}

ul#features li {
	clear: both;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	line-height: 1.5em;
}
li strong {
	float: left;
	display: block;
	height: 3.2em;
	margin: 0;
	text-indent: 0.8em;
	/*font-weight: normal;*/
}

td#help-link div {
  margin:0px;
  border-bottom:1px solid #999;
  padding-bottom:3px;
  color:#333;
}

/*Rounded Corner*/

div.bubble h1 {
  font-size:1.2em;
  padding: 2px 10px 0px 10px;
}

div.bubble {
	background-color: #c3d9ff;
}
.ls {
	height: 1px;
	overflow: hidden;
	border-color: #fff; 
	border-style: solid;
}
.l1 {
	border-width: 0 2px 0 2px;
}
.l2 {
	border-width: 0 1px 0 1px;
}

