/* Base */
html, body {
	margin:0 auto;
	padding:0;
	height:100%;
}

body, p, span {
	font-family:arial, sans-serif;
	font-size:12px;
}

form, fieldset {
	border:none;
	margin:0;
	padding:0;
}

input , textarea, select {
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
}

input.flat, textarea.flat, select.flat {
	border:1px solid #CCCCCC;
}

input.err, textarea.err, select.err {
	border:1px solid #FF8000;
	color:#FF8000;
}

/* 1024 * 768 */
/* for all browsers that understand min-width */
#width       { width:100%; min-width:960px; }

/* the bodge for IE6 browsers */
* html #minwidth { position:relative; float:left; z-index:1; border-left:960px solid #fff }
* html #container { position:relative; float:left; z-index:2; margin-left:-960px }

/* for Firefox */
html>body #width { height:100%; }
html>body #minwidth { height:100%; }
html>body #container { height:100%; }

a         { color:#000000; text-decoration:none; }
a:visited { color:#000000; }
a:hover   { color:#FF0000; text-decoration:underline; }

a.cur         { color:#FFFF00; text-decoration:none }
a:visited.cur { color:#FFFF00 }
a:hover.cur   { color:#FFFF00; text-decoration:underline }

a.menu         { color:#FFFFFF; text-decoration:none }
a:visited.menu { color:#FFFFFF }
a:hover.menu   { color:#FFFF00; text-decoration:underline }

a img {
	border:0;
}

p {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {margin:10px 0;padding:0;font-family:arial, helvetica, sans-serif;color:#444}
h1 {font-size:28px;font-weight:normal} 
h2 {font-size:24px;font-weight:normal} 
h3 {font-size:20px;font-weight:normal}
h4 {font-size:16px}
h5 {font-size:14px}
h6 {font-size:12px}

hr {
	color:#E3E3E3;
}

.hr_1 {height:3px;background:#BBB;margin:1em 0}
.hr_1 hr {display:none}

.hr_2 {height:1px;background:#BBB;margin:1em 0}
.hr_2 hr {display:none}

.hr_3 {height:1px;background:#E2E2E2;margin:1em 0}
.hr_3 hr {display:none}

.ul2 {
	list-style:none;
	margin:0;
	padding:0;
}

.ul2 li {
	margin:0;
	padding:0;
	line-height:14pt;
}

.ul_1 {margin:0;padding:0;list-style:none}	
.ul_1 li {margin:1em 0 1em 25px;padding:0 0 0 15px;background:transparent url('/template/en_US/default/images/dotarrow.gif') 0 3px  no-repeat}	

.red { color:#FF0000; }
.green { color:#0000FF; }
.ruby { color:#CC3300; }
.black { color:#000000; }
.blue { color:#00366C; }
.white { color:#FFFFFF; }
.gray { color:#808080; }

a.red, a.red:visited { color:#FF0000; text-decoration:underline; }
a.red:hover { color:#FF0000; text-decoration:underline; }

a.green, a.green:visited { color:#0000FF; text-decoration:underline; }
a.green:hover { color:#FF0000; text-decoration:underline; }

a.ruby, a.ruby:visited { color:#CC3300; text-decoration:underline; }
a.ruby:hover { color:#FF0000; text-decoration:underline; }

a.blue, a.blue:visited { color:#00366C; text-decoration:underline; }
a.blue:hover { color:#FF0000; text-decoration:underline; }

p.right { text-align:right; }
p.right a, p.right a:visited { color:#0000FF; text-decoration:underline; }
p.right a:hover { color:#FF0000; text-decoration:underline; }

.delete { text-decoration:line-through; }

.line12      { line-height:12pt }
.line14      { line-height:14pt }
.line16      { line-height:16pt }
.line18      { line-height:18pt }
.line20      { line-height:20pt }

.text12 {
	font-size:12px;
}

.text14 {
	font-size:14px;
}

.text12, .text14 {
	color:#666666;
	line-height:150%;
}

.title {
	font-weight:bold;
}

.line {
	padding:0 0 6px 0;
	border-bottom:1px solid #ccc;
}

.newline {
	margin-top:20px;
}

.indent {
	line-height:14pt;
}

.message {
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}

.none {
	display:none;
}

.blank {
}

.top {
	vertical-align:top;
}

.wrap {
	word-wrap:break-word;
	word-break:break-all;
}

#group { width:360px;line-height: 18px; }
#group div { width:110px;height:25px;float:left;text-align:left; }

#group2 { width:360px;line-height: 18px; }
#group2 div { width:140px;height:25px;float:left;text-align:left; }

.uppercase {
	text-transform:uppercase;
}

.strlen {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/* Message Boxes */
div.messageBox {
	margin:0 0 30px 0;
	border:1px solid #000;
	padding:18px 40px 0 12px;
	background-repeat:no-repeat;
	background-position:18px 8px;
	background-color:#ffffcc;
	border-color:#ffcc00;
	width:auto;
	min-height:33px;
	_height:33px;
}

div.messageBox.notification {
	background-image:url(/template/en_US/default/images/icon_notification.gif);
	background-color:#eff7fe;
	border-color:#83a8cc;
	color:#004080;
	padding-left:80px;
}

div.messageBox.confirmation {
	background-image:url(/template/en_US/default/images/icon_confirmation.gif);
	background-color:#fafff1;
	border-color:#008000;
	color:#004000;
	padding-left:80px;
}

div.messageBox.error {
	background-image:url(/template/en_US/default/images/icon_critalert.gif);
	background-color:#ffffcc;
	border-color:#ffcc00;
	color:#c60000;
	padding-left:80px;
}

div.messageBox.alert {
	background-image:url(/template/en_US/default/images/icon_noncritalert.gif);
	background-color:#ffffcc;
	border-color:#ffcc00;
	color:#000; 
	padding-left:80px;
}

div.messageBox p {
	margin:0 0 12px 0 !important;
	line-height:1.5;
	font-weight:bold;
}

div.messageBox ul {
	margin:0 0 12px 20px;
	padding:0;
	line-height:1.5;
}

div.messageBox ol {
	margin:0 0 18px 20px;
	padding:0;
	line-height:1.5;
}

/* 导航菜单 */
#TopNav {
	margin:15px 0 0 0;
	height:24px;
	background-image:url('/template/en_US/default/services/images/stab-bg.gif');
	background-repeat:repeat-x;
}

#TopNav ul {
	list-style-type:none;
}

#TopNav ul li {
	margin:0 6px 0 0;
	padding:3px 8px 1px 11px;
	float:left;
	display:block;
	line-height:18px;
	font-weight:bold;
	background-color:#F0F0F0;
	border:1px solid #BBBBBB;
}

#TopNav ul li.curNav {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#TopNav ul li a                 { color:#5A5A5A; text-decoration:none; }
#TopNav ul li a:visited         { color:#5A5A5A; }
#TopNav ul li a:hover           { color:#FF0000; text-decoration:underline; }

#TopNav ul li.curNav a          { color:#0066CC; text-decoration:none; }
#TopNav ul li.curNav a:visited  { color:#0066CC; }
#TopNav ul li.curNav a:hover    { color:#FF0000; text-decoration:underline; }

#frame, #news, #parking, #register, #success {
	margin:35px 40px 40px 40px;
}

/* Frame */
.frameNote {
	margin:0 0 10px 10px;
}

.frameNote ul {
	margin:10px 0 20px 0;
	padding:0;
	list-style-type:none;
}

.frameNote li.left {
	margin:0 20px 0 0;
	padding:0;
	float:left;
	display:block;
}

.frameNote li.right {
	margin:0;
	padding:0;
}

#frameHeader {
	
}

.frameTitle {
	margin:8px 0 0 0;
	height:20px;
	border-bottom:1px solid #DBDBDB;
}

.frameTitleLeft {
	padding:0 0 5px 6px;
	float:left;
	width:50%;
}

.frameTitleRight {
	padding:0 0 5px 6px;
}

#frameTitleImg {
	padding:1px 0 0 0;
	float:left;
}

#frameTitleText {
	padding:3px 0 6px 18px;
}

#frameBox {
	padding:0 0 0 30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.frameTable {
	width:100%;
}

.frameTable td {
	padding:10px 0 6px 0;
	text-align:left;
}

.frameTable table td {
	padding:3px 0 2px 0;
	text-align:left;
}

.frameTableTop {
	padding:12px 0 8px 30px;
	width:200px;
	border-top:1px solid #DBDBDB;
}

.frameTableTitle {
	padding:12px 0 8px 30px;
	width:200px;
	border-bottom:1px solid #DBDBDB;
}

.frameTableEnd {
	padding:12px 0 8px 30px;
	width:200px;
}

.frameTableName {
	padding:12px 0 8px 0;
}

.frameInput, .frameInput1, .frameInput2 {
	border:1px solid #CCCCCC;
}

.frameInput {
	width:258px;
}

.frameInput1 {
	margin-right:5px;
	width:123px;
}

.frameInput2 {
	width:126px;
}

.frameQuestion {
	padding:0 0 0 5px;
	display:inline;
	position:relative;
	text-decoration:none;
	line-height:12pt;
}

.frameQuestion span {display:none; display:block;}

.frameQuestion a { text-decoration:none;}
.frameQuestion a span { display:none;}
.frameQuestion a:hover{ position:relative;}
.frameQuestion a:hover span{
	padding:10px 6px 6px 10px;
	display:block;
	position:absolute;
	left:30px;
	width:220px;
	border:1px solid #CC0000; 
	text-decoration:none;
	background:#fff; color:#3D3D3D;
}

/*下面的代码暂时在IE内不起作用*/
.frameQuestion:hover {background:#eee;color:#333;}

#frameTableRemark {
	margin:10px 0 10px 30px;
	
}

#frameTableButton {
	margin:6px 0 0 0;
	text-align:center;
}

#frameTablePage {
	padding:6px 4px 0 6px;
}

#frameFooterPage {
	padding:6px 0 0 1px;
}

#framePageNumber {
	width:220px;
	float:left;
}

#framePageSelect {
	text-align:right;
}

#frameFooterAgree {
	margin:5px 0 10px 26px;
	
}

#frameFooterRemark {
	margin:8px 0 10px 0;
}

#frameFooterButton {
	margin:8px 0 0 0;
	text-align:center;
}

#frameFooterSubmit, #button {
	margin:25px 0 0 0;
	text-align:center;
}

#frameRemark {
	margin:15px 0 0 0;
}

#frameRemark p {
	margin:0 0 10px 30px;
}

#frameRemark ul {
	margin:0;
	padding:0 0 0 55px;
	list-style-type:decimal;
}

#frameRemark ul li {
	margin:0;
	padding:0;
	line-height:15pt;
}

#Back {
	margin:25px 0 15px 0;
	text-align:center;
}

#GoogleCode {
	margin:5px 0 0 0;
	text-align:center;
}

/* Table */
table {
	width:100%;
	border-collapse:collapse;
}

caption {
	padding:0 0 18px 0;
	font-weight:bold;
}

caption.left {
	padding:0 0 6px 0;
	text-align:left;
}

caption.right {
	padding:0 0 6px 0;
	text-align:right;
}

caption span {
	font-weight:normal;
	margin:0 3px 0 3px;
}

.table thead th, .table th {
	padding:8px 6px 5px 6px;
	text-align:center;
	border:1px solid #DBDBDB;
	background:#F4F4F4;
	font-weight:normal;
}

.table th, .table td {
	padding:8px 6px 5px 6px;
	text-align:center;
	border:1px solid #DBDBDB;
}

.table thead th.left {
	padding-left:8px;
	text-align:left;
}

th.left, td.left {
	padding-left:8px;
	text-align:left;
}

th.right, td.right {
	padding-right:8px;
	text-align:right;
}

td.noborder {
	background:#FFFFFF;
	padding:0 0 5px 0;
	border:0px solid #DBDBDB;
}

.LineTable {
	border-bottom:1px solid #CCCCCC;
}

.LineTable thead th, .LineTable thead td {
	padding:8px 6px 5px 6px;
	white-space:nowrap;
	border-bottom:1px solid #CCCCCC;
}

.LineTable td {
	padding:8px 6px 5px 6px;
	white-space:nowrap;
	border-bottom:1px solid #DBDBDB;
}

#TableRemark {
	margin:30px 0 0 3px;
}

#TableRemark p {
	margin:0 0 8px 0;
}

#TableRemark ul {
	margin:0;
	padding:0 0 0 25px;
	list-style-type:decimal;
}

#TableRemark ul li {
	margin:0;
	padding:0;
	line-height:16pt;
}

#header {
	position:relative;
	margin:0px auto;
	padding-top:10px;
}

#logo {
	margin:0 0 8px 0;
}

#lang {margin:0 3px 0 0;}
#lang ul {float:right;list-style:none;margin:0px;}
#lang ul li {float:left;display:block;line-height:15px;margin:0 4px}
#lang ul li a:link,#lang ul li a:visited {text-decoration:underline;color:#666}
#lang ul li a:hover{ color:#FF0000; text-decoration:underline }
.lang {width:1px;height:12px;background:#999}

#nav {
	position:absolute;
	right:1px;
	top:58px;
}

#menu {
	width:100%;
	margin:0px auto;
	text-align:left;
	height:26px;
	background:#CC0000;
	border-bottom:1px solid #fff;
}

#menu ul {list-style:none;margin:0px;padding:5px 0 0 189px;}
#menu ul li {float:left;display:block;line-height:18px;margin:0 10px 0 10px}

#content {
	height:100%;
	background-color:#CCCCCC;
}

#left {
	display:inline;
	float:left;
	width:200px;
	background-color:#CCCCCC;
}

/* for IE browsers IE5.01, IE5.5 and IE6 */
* html #left { height:768px; }

/* for Firefox */
html>body #left { height:100%; }

#leftMenu {
	padding:18px 0 20px 8px;
}

#leftNav p.title {
	margin:30px 0 10px 25px;
}

#leftNav ul.NavLink {margin-top:0;}
#leftNav ul li {line-height:16pt;margin:0;padding:0px;}

#leftNav ul.chatLink {margin:0 0 0 25px;list-style:none;}
#leftNav ul.chatLink li {list-style:none;line-height:16pt;margin:0;padding:0px;}

/* Right */
#right {
	background-color:#fff;
}

/* for IE browsers IE5.01, IE5.5 and IE6 */
* html #right {
	float:left;
	height:768px;
}

/* for Firefox */
html>body #right {
	margin:0 0 0 200px;
	height:100%;
}

#top #navigation {
	padding:10px 0 0 12px;
	color:#282828;
}

#top #navigation a         { color:#282828; text-decoration:none; }
#top #navigation a:visited { color:#282828; }
#top #navigation a:hover   { color:#FF0000; text-decoration:underline; }


#top #photo {
	background-image:url('/template/en_US/default/images/top.gif');
	background-repeat:repeat-x;
}

#top #title img {
	margin:8px 0 0 10px;
}

html>body #top #title img { margin-bottom:-3px; }

#top #line {
	margin:0 12px 0 12px;
	padding:3px;
	text-align:right;
	border-bottom:1px solid #ccc;
}

#top #gif {
	padding:5px 0 0 10px;
	float:left;
}

#top #user {
	margin:6px 12px 0 12px;
	padding:3px;
	text-align:right;
	border-bottom:1px solid #ccc;
}

#layout {
	margin:20px 40px 40px 40px;
}

/* Home */
#homeLogin
{
	margin:12px 0 8px 0;
	text-align:center;
	color:#000;
}

#homeLoginInfo {
	padding:12px 0 12px 15px;
}

#homeLoginInfo p {
	padding:5px 0 0 0;
}

#homeLoginLink {
	padding:12px 0 0 0;
}

#homeLoginLink img {
	margin:0 6px 0 0;
}

#homeLoginLink span {
	padding:0 6px 0 0;
}

#homeNews h6
{
	margin:0;
	padding:8px 0 6px 0;
	text-align:center;
	color:#000;
	background:#FFF;
}

#homeNews ul {list-style:none;margin:0;padding:15px 15px 0 18px;}
#homeNews ul li {display:block;line-height:14pt;margin:0;padding:2px 0 2px 0;border-bottom:1px solid #ccc;}

#homeNews p {
	margin:3px 15px 10px 0;
	text-align:right;
}

#homeNews p a {
	text-decoration:underline;
}

.partner {
	margin:20px 0 0 0;
	text-align:center;
}

#geotrust {
	margin:20px 0 0 0;
	text-align:center;
}

#homeDomain {
	margin:0 25px 8px 25px;
	height:180px;
}

#homeDomainTitle {
 	display:inline;
 	margin:25px 0 0 0;
 	float:left;
 	text-align:center;
}

#homeDomainContent {
	margin:0 0 0 180px;
}

#homeDomainPhoto {
	padding:25px 0 5px 0;
}

#homeDomainLine {
	border-bottom:1px solid #ccc;
}

#homeDomainContent ol{
	margin:12px 0 0 30px;
	padding:0px;
	line-height:14pt;
}

.homeFrame {
	margin:5px 25px 0 25px;
}

.homePromotion ul {list-style-type:decimal;margin:10px 0 0 8px;padding:0;}
.homePromotion ul li {line-height:14pt;margin:0 0 0 22px;padding:0;}

.homeSSL {
	height:180px;
}

.homeHosting {
	height:168px;
}

.homeReseller {
	height:210px;
}

.homeTitle {
	background-image:url('/template/en_US/default/images/bar_bg.gif');
	height:29px;
	border-bottom:1px solid #ccc;
}

.homeTitle span {
	margin:12px 0 0 6px;
	font-weight:bold;
}

.homeTitle img {
	margin:12px 0 0 12px;
}

.homePhoto {
	margin:15px 0 0 3px;
	float:left;
}

.homeContent {
	margin-left:180px;
	padding:3px 0 0 12px;
	line-height:14pt;
}

.homeContent p {
	margin:16px 0 0 0;
}

/* Members */
#register .bar {
	margin:20px 0 10px 0;
	padding:8px 0 6px 8px;
	font-weight:bold;
	background:#F1F1F1;
}

#register p {
	line-height:14pt;
}

/* Login */
#LoginForm
{
	margin:0 0 10px 0;
}

.LoginBox
{
	width:220px;
}

#LoginForm .user
{
	margin:0 17px 6px 0;
	text-align:right;
}

#LoginForm .info
{
	margin:0 0 3px 16px;
}

#LoginForm .login
{
	margin:6px 0 8px 0;
	text-align:center;
}

#LoginForm .register {
	margin:0 0 4px 3px;
}

#LoginForm .register img {
	margin:0 6px 0 16px;
}

#LoginPhoto {
	float:left;
}

#LoginInfo {
	margin:0 0 0 80px;
}

#LoginInfo .info
{
	margin:0 0 3px 63px;
}

#LoginInfo .login {
	margin:12px 0 15px 68px;
	text-align:left;
}

#LoginTitle {
	margin:78px 0 8px 0;
	padding:0 0 6px 0;
	font-weight:bold;
	border-bottom:1px solid #DBDBDB;
}

#LoginMessage {
	height:18px;
	color:#CC0000;
}

/* Domain */
#domain {
	margin:0 30px 35px 30px;
}

#domainContent {
	margin:20px 0 20px 35px;
	line-height: 18px;
}

#domain ul {list-style-type:none;margin:10px 0 0 0;padding:0;}
#domain ul li {line-height:14pt;margin:0 0 0 2px;padding:0;}

#domain table {
	margin:30px 0 0 0;
}

#domain table td {
	text-align:center;
}

/* Transfer */
#transfer {
	margin:0 40px 40px 40px;
	padding: 12px 1px;
	line-height: 18px;
}


#transferDescription {
	margin:16px 0 20px 0;
	line-height:14pt;
	text-indent:2em;
}

.transferNote {
	margin:15px 0 0 0;
}

.transferNote p {
	margin:0 0 10px 0;
}

.transferNote ul {
	margin:0;
	padding:0 0 0 50px;
	list-style-type:decimal;
}

.transferNote ul li {
	margin:0;
	padding:0;
	line-height:15pt;
}

.transferRemark {
	margin:10px 0 0 0;
	padding:0;
	line-height: 16pt;
}

/* Hosting */
#hosting {
	margin:0 30px 20px 30px;
	padding: 12px 1px;
	line-height: 18px;
}

#hosting table {
	margin:25px 0 0 0;
}

#hostingInfo {
	margin:25px 0 0 0;
	border-right: 1px solid #DDD;
}

#hostingInfo td {
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

#hosting .line {
	margin:0 0 4px 0;
	padding:0 0 4px 6px;
	border-bottom:1px solid #ccc;
}

#hosting p {
	padding:0 0 0 6px;
	line-height:16pt;
}

#hostingDescription {
	margin:0 0 20px 0;
}

#hostingDescription {
	line-height:14pt;
}

#hostingDescription p {
	margin:16px 0 0 0;
}

#hostingTitle {
	margin:20px 0 0 0;
	padding:8px;
	font-weight:bold;
	background:#F1F1F1;
}

#hostingContent {
	margin:20px 0 0 6px;
	float:left;
}

#hostingContent ul { list-style:none; margin:0; padding:0; }
#hostingContent ul li { margin:0; padding:0; line-height:14pt; }

#hostingPhoto {
	margin:20px 0 0 0;
	text-align:right;
	min-height:180px;
}

#hostingPhoto p {
	margin:10px 30px 0 0;
}

.hostFrame {
	margin:5px 0 0 5px;
}

.hostTitle {
	margin:12px 0 0 0;
	padding:0 0 3px 3px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

.hostPhoto {
	margin:15px 15px 0 3px;
	float:left;
}

.hostContent {
	margin-left:20%;
	padding:3px 0 0 12px;
	line-height:14pt;
}

.hostContent p {
	margin:10px 0 0 0;
}

.hostContent ul { list-style:none; margin:13px 0 0 0; padding:0; }
.hostContent ul li { margin:0; padding:0; line-height:14pt; }

#hostingRemark {
	margin:30px 0 0 0;
	padding:0;
}

#hostingRemark ul {
	margin:0;
	padding:0;
	list-style:none;
}

#hostingRemark ul li {
	margin:0 0 0 16px;
	padding:0;
	list-style-image:url(images/host_note_4.gif);
	line-height:14pt;
}

/* VPS */
#vps {
	margin:0 30px 35px 32px;
}

#vps p {margin:0;padding:0;line-height: 12pt;}

/* Server */
#Server {
	margin:0 30px 0 30px;
	padding:12px 1px 30px 1px;
	line-height: 18px;
}

#ServerDescription {
	margin:20px 0 30px 8px;
	line-height:14pt;
}

#ServerDescription p {
	margin:16px 0 0 0;
}

#ServerDetails {
	line-height:14pt;
}

#ServerDetails p {
	margin:16px 0 0 0;
}

.ServerLine {
	margin-top:25px;
}

#Server table {
	margin:30px 0 0 0;
}

.ServerTitle {
	margin:20px 0 20px 0;
	padding:8px;
	font-weight:bold;
	background:#F1F1F1;
}

.ServerPhoto {
	margin:20px 0 10px 0;
	float:left;
	width:40%;
}

.ServerPhoto p {
	margin:10px 30px 0 0;
}

.ServerContent {
	margin:20px 0 10px 6px;
}

.ServerContent ul { list-style:none; margin:0; padding:0; }
.ServerContent ul li { margin:0; padding:0; line-height:14pt; }

/* Corpmail */
#corpmailDescription {
	line-height:14pt;
}

#corpmailDescription p {
	margin:16px 0 0 0;
}

#corpmailContent {
	margin:20px 0 20px 6px;
}

#corpmailContent p {
	margin:16px 0 0 0;
	font-weight:bold;
}

/* SSL / SMS */
#SSL, #SMS {
	margin:0 30px 0 30px;
	padding:12px 1px 30px 1px;
	line-height: 18px;
}

#SSLDescription, #SMSDescription {
	line-height:14pt;
}

#SSLDescription p, #SMSDescription p {
	margin:16px 0 0 0;
}

#SMS table {
	margin:20px 0 0 0;
}

.SSLTitle {
	margin:20px 0 20px 0;
	padding:8px;
	font-weight:bold;
	background:#F1F1F1;
}

.SSLPhoto {
	margin:20px 0 10px 0;
	float:left;
	width:40%;
}

.SSLPhoto p {
	margin:10px 30px 0 0;
}

.SSLContent {
	margin:20px 0 10px 6px;
}

.SSLContent ul { list-style:none; margin:0; padding:0; }
.SSLContent ul li { margin:0; padding:0; line-height:14pt; }

#SSLPartner {
	margin:20px 0 0 0;
	text-align:center;
}

#SSLPartner img {
	margin:10px 0 10px 0;
	border:1px solid #C0C0C0;
}

/* product */
#product {
	margin:10px 30px 0 30px;
	padding: 12px 1px;
	line-height: 18px;
}

#product .line {
	margin:0 0 4px 0;
	padding:0 0 4px 6px;
	border-bottom:1px solid #E3E3E3;
}

#product .table {
	margin:0 0 20px 0;
}

#product #buy {
	margin:10px 0 15px 0;
	text-align:center;
}

#productList {
	margin:20px 30px 35px 30px;
}

#productList table {
	margin:20px 0 30px 0;
}

#productCategory {
	margin:0 0 10px 0;
	text-align:center;
	color:#0000FF;
	font-weight:bold;
}

#productTitle {
	margin:20px 0 0 0;
	padding:8px;
	font-weight:bold;
	background:#F1F1F1;
}

.productName {
	float:left;
	width:50%;
}

.productPrice {
	text-align:right;
}

#productDescription {
	margin:10px 0 22px 0;
}

#productRemark {
	margin:25px 0 15px 0;
}

#productRemark div {
	margin:3px 0 0 0;
}

/* Pricing */
#pricing {
	margin:25px 40px 40px 40px;
}

#pricing table {
	margin:20px 0 30px 0;
}

#pricingCategory {
	margin:0 0 10px 0;
	text-align:center;
	color:#0000FF;
}

#pricingCategory span {
	font-weight:normal;
	margin:0 3px 0 3px;
}

#pricingTitle {
	margin:0 0 15px 0;
	text-align:center;
	color:#0000FF;
	font-weight:bold;
}

#pricingDescription {
	margin:0 0 15px 0;
	text-align:center;
}

#pricingRemark {
	margin:12px 0 0 0;
}

/* Reseller */
#reseller {
	margin:25px 40px 40px 40px;
}

#resellerPhoto {
	float:left;
	height:160px;
}

#resellerDescription {
	margin:0 0 0 160px;
	height:160px;
}

#agreementPhoto {
	margin:30px 0 15px 0;
	text-align:center;
}

#agreementDownload {
	text-align:center;
}

#agreementContent {
	margin:15px 40px 40px 40px;
	line-height:14pt;
}

/* FAQ */
#faq {
	margin:30px;
}

#Search {
	float:left;
	width:40%;
	height:45px;
}

#Browse {
	height:45px;
}

#Search div, #Browse div {
	margin-bottom:5px;
}

#category table {
	width:100%;
}

#category table td {
	padding:10px 2px 6px 6px;
	text-align:left;
}

#category img {
	margin:2px 0 0 0;
}

.categories {
	margin:20px 0 10px 0;
	padding:8px 0 6px 8px;
	font-weight:bold;
	background:#F1F1F1;
}

#question ul {
	margin:0 0 0 30px;
	padding:0;
	list-style-type:decimal;
}

#question ul li {
	padding:10px 0 5px 0;
	line-height:14pt;
}

#answer {
	margin:0 0 0 8px;
}

.faqImg {
	margin:8px 0 0 0;
}

#otherFAQ ul {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
}

#otherFAQ ul li {
	list-style:none;
	background:url(/template/en_US/default/images/article.gif) left center no-repeat;
	padding-left:20px;
	line-height:16pt;
}

#hot {
	margin:0 20px 0 0;
	float:left;
	width:50%;
	height:188px;
}

#new {
	margin:0 0 0 20px;
	height:188px;
}

#hot ul, #new ul {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
}

#hot ul li, #new ul li {
	list-style:none;
	background:url(/template/en_US/default/images/article.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:20px;
	line-height:16pt;
}

/* News */
#newsList {
	margin:20px 10px 0 15px;
	list-style:none;
}

#newsList li {
	margin:0;
	padding:0;
}

#newsTitle {
	float:left;
	width:50%;
	font-weight:bold;
}

#newsAuthor {
	text-align:right;;
}

#newsDate {
	margin:6px 0 0 0;
	text-align:right;;
}

#news .right {
	margin:20px 0 0 0;
}

#newsPage {
	margin:6px 0 10px 1px;
}

#newsPageNumber {
	width:200px;
	float:left;
}

#newsPageSelect {
	text-align:right;
}

/* Register */
.register {
	margin:15px 0 15px 0;
}

.registerTitle {
	margin:0 0 8px 0;
}

.register label {
	padding:3px 0 0 0;
	float:left;
	width:108px;
	text-align:right;
}

#okUserName, #errUserName, #errEmail, #err_password, #err_repassword, #err_passphrase, #err2 {
	font-weight:bold;
}

#okUserName {
	color:#0000FF;
}

#errUserName, #errEmail, #err_password, #err_repassword, #err_passphrase, #err2 {
	color:#FF0000;
}

.register .remark{
	padding:2px 0 3px 110px;
}

.register #spanOptionTitle {
	cursor:pointer;
}

#tblOption div {
	border:1px solid #FFFFFF;
}

/* the bodge for IE6 browsers */
* html #tblOption div  { height:20px; }

#tblOption #question {
	margin:8px 0 6px 0;
}

/* Success */
#success #photo {
	padding:12px 0 0 0;
	float:left;
}

#success #description {
	margin-left:150px;
	padding:30px 0 20px 10px;
}

#success #title {
	margin:0 0 6px 0;
	width:330px;
}


#ErrorPhoto {
	margin:0;
	padding:12px 0 0 0;
	float:left;
}

#ErrorDescription {
	margin-left:128px;
	padding:30px 0 30px 10px;
}

#ErrorTitle {
	margin:0;
	padding:0 0 8px 0;
	line-height:16pt;
}

#ErrorTitle .title {
	margin:0;
	padding:0 0 0 6px;
}

#ErrorInfo ul {
	margin:0;
	padding:0 0 0 21px;
	line-height:16pt;
}

#BackButton {
	text-align:center;
}

/* Services Index */
#welcome {
	margin:30px 40px 40px 40px;
}

#welcome #photo {
	margin:12px 0 0 0;
	float:left;
}

#welcome #description {
	margin-left:180px;
	padding:45px 0 0 10px;
	height:140px;
}

#welcome #title {
	margin:0 0 8px 0;
	width:300px;
}

#welcome #info p {
	margin:0 0 6px 0;
}

/* Register */
#check {
	padding:25px 0 0 40px;
	width:600px;
}

#suggest {
	margin:20px 0 0 0;
}

.DomainTabs { padding:0 0 0 22px; height:25px; border-bottom:1px solid #ccc; }
.DomainTabs ul {list-style:none;margin:0px;padding:0; }
.DomainTabs ul li {float:left;display:block;line-height:15px;margin:0 8px; text-decoration:underline; }
.DomainTabs ul li a:link,.DomainTabs ul li a:visited {text-decoration:underline;color:#0000FF; }
.DomainTabs ul li a:hover{ color:#FF0000; text-decoration:underline }
.DomainTabs ul li a.hover{ color:#FF0000; text-decoration:underline; }

.domain {
	margin-bottom:40px;
}

.sld {
	padding:12px 0 5px 42px;
	height:25px;
	border-bottom:1px solid #ccc;
}

.sld div {
	float:left;
	height:25px;
}

.sld span {
	margin:6px 2px 0 0;
	float:left;
}

/* for Firefox */
html>body .sld span { margin:3px 2px 0 0; }

.sld .flat {
	margin:0 6px 0 0;
}

.sld .suggest {
	margin:2px 0 0 10px;
}

.tld {
	padding:10px 0 5px 33px;
	width:565px;
	line-height:18px;
	min-height:206px;
	border-bottom:1px solid #ccc;
}

.idn {
	min-height:24px;
}

.tld div {
	width:92px;
	height:23px;
	float:left;
	text-align:left;
}

.tld div.new {
	color:#CC0000;
	font-weight:bold;
}

.bulk {
	padding:10px 0 10px 38px;
	line-height:18px;
	border-bottom:1px solid #ccc;
}

.result {
	margin:20px 30px 30px 30px;
	padding:0;
}

.addCart {
	margin:20px 0 12px 0;
	padding:0;
	text-align:center;
}

/* Whois */
#whois {
	margin:35px;
	line-height: 18px;
}

#whois p {
	margin:0 0 5px 6px;
}

.whois {
	margin:0 0 15px 0;
	border:1px solid;
	padding:1px;
	border-color:#b6cae3;
}

.whois .thead {
	padding:5px 0 3px 6px;
	background-color:#e0e7ef;
}

.whois .tbody {
	padding:8px;
}

.registry td.left {
	padding:2px 0 2px 2px;
}

.registry td.right {
	padding:4px 2px 2px 0;
}

.whois pre {
	padding:8px 0 0 30px;
	word-wrap:break-word;
	word-break:break-all;
}

/* Payway */
.paywayTitle {
	margin:0 0 8px 0;
	padding:0 0 6px 0;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#paywayNetpayDescription {
	height:65px;
}

#paywayNetpayDescription div {
	padding:10px 10px 0 0;
	float:left;
	width:65px;
}

#paywayNetpayDescription p {
	margin-left:76px;
	padding:15px 10px 0 0;
}

#paywayNetpayLogo {
	height:25px;
}

#paywayNetpayLogo p {
	margin:6px 0 0 0;
}

#paywayNetpayLogo ul {
	margin:0;
	list-style:none;
}

#paywayNetpayLogo ul li {float:left;display:block;margin:0 3px;}


#paywayBank {
	margin:10px 0 30px 0;
}

#paywayInfo {
	margin:0 0 30px 0;
}

#paywayInfo p {
	margin:10px 0 0 0;
}

#paywayRemark {
	margin:30px 0 0 0;
}
/* Cart */
#cart {
	margin:22px 30px 30px 30px;
}

/* Checkout */
#checkout {
	margin:30px 40px 40px 40px;
	text-align:center;
}

#checkout p {
	margin-bottom:10px;
	color:#0000FF;
	font-weight:bold;
}

#statusbar {
	margin:0 auto;
	width:498px;
	text-align:left;
	border:1px solid #EC0000;
}

#progress {
	background-color:#EC0000;
	width:0;
	height:18px;
}

#status {
	position:relative;
	top:6px;
	height:18px;
	text-align:center;
}

#percent {
	position:relative;
	top:-35px;
	text-align:center;
	font-weight:bold;
}

#list {
	margin:0 40px 45px 40px;
}

#list .line {
	padding-top:3px;
	text-align:center;
}

#search {
	padding:12px 0 0 0;
	height:23px;
}

#search div {
	float:right;
}

#search #title {
	margin:3px 2px 0 0 !important;
	margin:5px 2px 0 0;
}

#search .flat {
	margin:0 6px 0 0;
}

#userLink {
	padding:25px 0 0 0 !important;
	padding:25px 0 0 30px;
}

#userLink ul {
	margin:0;
	list-style:none;
}

#userLink ul li {float:left;display:block;margin:0 6px;}
#userLink ul li a:link,#userLink ul li a:visited {text-decoration:underline;color:#0000FF;}
#userLink ul li a:hover{ color:#FF0000; text-decoration:underline }
.userLink {width:1px;height:12px;background:#0000FF}

/* dns */
#dns {
	margin:20px 0 0 0;
}

#domainLink {
	padding:20px 0 0 0;
	text-align:center;
}

#domainLink ul {
	margin:0;
	list-style:none;
}

#domainLink ul li {display:inline;margin:0 6px 0 8px;}

#DateLink {
	margin:18px 0 10px 0;
	text-align:center;
}

#DateLink ul {
	margin:0;
	padding:0;
}

#DateLink ul li {display:inline;margin:0 5px;}

#DNS {
	margin:30px 40px 40px 40px;
}

#DNS p {
	margin-bottom:12px;
	text-align:center;
}

.contactInfo {
	margin:30px 0 0 225px;
}

#productInfo {
	margin:35px 40px 40px 40px;
}

#productInfo .line {
	margin:0 0 4px 0;
	padding:0 0 4px 6px;
	border-bottom:1px solid #ccc;
}

#productInfo p {
	padding:0 0 0 6px;
	line-height:16pt;
}

#productInfo .Left {
	float:left;
	width:200px;
}

#productInfo .Right {
	margin:0 0 0 200px;
	text-align:right;
}

#productInfo .Right span {
	padding-right:6px;
}

#productInfo .description {
	margin-bottom:10px;
}

#productInfo .config {
	margin-top:30px;
}

/* agreement */
.agreement {
	margin:10px 0 0 0;
}

.agreement h1 {
	margin:0 0 25px 0;
	padding:0;
	text-align:center;
}

.agreement p {
	margin:10px 0 10px 15px;
}

.agreement ol li {
	margin:10px 0;
	padding:0;
}

.agreement a         { color:#0000FF; text-decoration:underline; }
.agreement a:visited { color:#0000FF; text-decoration:underline; }
.agreement a:hover   { color:#FF0000; text-decoration:underline; }

.clear {
	clear:both;
}

/* Footer */
#footer {
	height:60px;
	border-top:1px solid #ccc;
}

#agreement {
	margin:10px 0 0 0;
	text-align:center;
	color:#666666;
}

#agreement a         { color:#666666; text-decoration:none; }
#agreement a:visited { color:#666666; }
#agreement a:hover   { color:#FF0000; text-decoration:underline; }

#about {
	margin:8px 0 0 0;
	text-align:center;
	color:#666666;
}

#copyright {
	margin:6px 0 30px 0;
	text-align:center;
	color:#666666;
}

#copyright a         { color:#666666; text-decoration:none; }
#copyright a:visited { color:#666666; }
#copyright a:hover   { color:#FF0000; text-decoration:underline; }
