/* Base */
html, body {
	margin:0 auto;
	padding:0;
	height:100%;
}

body, p, span {
	font-family:arial, sans-serif;
	font-size:12px;
}

body {
	background-image:url(images/bg.gif);
}

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;
}

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;
}

h2 {
	margin:0;
	padding:0;
	font-size:100%;
	letter-spacing:10px;
}

h3 {
	margin:30px 0 0 0;
	padding:8px 0 6px 3px;
	font-size:100%;
	background:#DBDBDB;
}

.ul2 {
	list-style:none;
	margin:0;
	padding:0;
}

.ul2 li {
	margin:0;
	padding:0;
	line-height:14pt;
}

.center { text-align:center; }

p.right { text-align:right; }

.red {  color:#FF0000; }
.green { color:#0000FF; }
.ruby { color:#CC3300; }
.black {  color:#000000; }
.blue { color:#0EA0C2; }

a.right, a.right:visited { color:#0000FF; text-decoration:underline; }
a.right: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.blue, a.blue:visited { color:#0EA0C2; text-decoration:underline; }
a.blue:hover { color:#0EA0C2; 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 {
	text-indent:2em;
	line-height:14pt;
}

.message {
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}

.none {
	display:none;
}

.blank {
}

/* 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(images/icon_notification.gif);
	background-color:#eff7fe;
	border-color:#83a8cc;
	color:#004080;
	padding-left:80px;
}

div.messageBox.confirmation {
	background-image:url(images/icon_confirmation.gif);
	background-color:#fafff1;
	border-color:#008000;
	color:#004000;
	padding-left:80px;
}

div.messageBox.error {
	background-image:url(images/icon_critalert.gif);
	background-color:#ffffcc;
	border-color:#ffcc00;
	color:#c60000;
	padding-left:80px;
}

div.messageBox.alert {
	background-image:url(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;
}

/* 圆角 */
.b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#FBE7A6; margin:0 5px;}
.b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#FFF7DD; border-right:2px solid #FBE7A6; border-left:2px solid #FBE7A6; margin:0 3px;}
.b3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#FFF7DD; border-right:1px solid #FBE7A6; border-left:1px solid #FBE7A6; margin:0 2px;}
.b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#FFF7DD; border-right:1px solid #FBE7A6; border-left:1px solid #FBE7A6; margin:0 1px;}
.DomBox {background-color:#FFF7DD; border-right:1px solid #FBE7A6; border-left:1px solid #FBE7A6;text-align:center;}


/* 导航菜单 */
#TopNav {
	margin:16px 0 0 0;
	height:24px;
	background-image:url('/template/zh_CN/mrp/services/images/stab-bg.gif');
	background-repeat:repeat-x;
}

#TopNav ul {
	margin:0;
	padding:0 0 0 30px;
	list-style-type:none;
}

#TopNav ul li {
	margin:0 6px 0 0;
	padding:3px 8px 1px 8px;
	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 {
	margin:35px 30px 30px 30px;
}

/* 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:10px 0 0 0;
	height:20px;
	border-bottom:1px solid #DBDBDB;
}

.frameTitleLeft {
	padding:0 0 5px 0;
	width:50%;
	float:left;
}

.frameTitleRight {
	padding:0 0 5px 0;
}

#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;
}

.frameTableTitle {
	padding:12px 0 8px 30px;
	width:180px;
	border-bottom:1px solid #DBDBDB;
}

.frameTableEnd {
	padding:12px 0 8px 30px;
	width:180px;
}

.frameTableName {
	padding:12px 0 8px 0;
}

.frameInput, .frameInput1, .frameInput2 {
	border:1px solid #CCCCCC;
}

.frameInput {
	width:218px;
}

.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 10px 6px;
}

#frameFooterPage {
	padding:6px 0 0 1px;
}

#framePageNumber {
	width:210px;
	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:15px 0 0 0;
	text-align:center;
}

#frameRemark {
	margin:15px 0 0 0;
}

#frameRemark p {
	margin:0 0 10px 2px;
}

#frameRemark ul {
	margin:0;
	padding:0 0 0 23px;
	list-style-type:decimal;
}

#frameRemark ul li {
	margin:0;
	padding:0;
	line-height:15pt;
}

/* 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 span {
	font-weight:normal;
}

.table thead th, .table th {
	padding:8px 6px 5px 6px;
	text-align:center;
	border:1px solid #DBDBDB;
	background:#F4F4F4;
}

.table th, .table td {
	padding:8px 6px 5px 6px;
	text-align:center;
	border:1px solid #DBDBDB;
}

th.left, td.left {
	padding-left:6px;
	text-align:left;
}

th.right, td.right {
	padding-right:6px;
	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;
}

.DomBox .img {
	padding:10px 0 0 0;
}

.check {
	margin:40px;
	padding:0;
}

.sld {
	padding:12px 0 5px 62px;
	height:25px;
}

.sld div {
	padding:0 3px 0 3px;
	float:left;
	height:25px;
}

.tld {
	padding:10px 0 5px 38px;
	width:465px;
	min-height:255px;
}

.idn {
	min-height:46px;
}

.tld div {
	width:92px;
	height:23px;
	float:left;
	text-align:left;
}

.tld div.new {
	color:#CC0000;
	font-weight:bold;
}

#header {
	position:relative;
	margin:0px auto;
	padding-top:10px;
	width:778px;
}

#logo {	margin:0 0 12px 0; }

#header #link {
	position:absolute;
	right:1px;
	top:15px;
}

#header #nav {
	position:absolute;
	right:1px;
	top:58px;
}

#header #nav ul {list-style:none;margin:0;padding:0px;}
#header #nav ul li {float:left;margin:0px;padding:0px;} 

#menu {
	margin:0px auto;
	width:778px;
	height:26px;
	background-image:url(images/bg_01.gif);
	background-repeat:repeat-x;
	border-top:2px solid #0A4984;
	text-align:center;
}

#menu ul {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0;
	padding:8px 12px 2px 9px;
	float:left;
	display:block;
}

#menu ul li.separator {
	background:url(images/separator.gif) right no-repeat;
}

#menu ul li.ssl {
	margin-top:-2px;
}

#content {
	margin:0 auto;
	padding:0;
	width:778px;
	background:#FFFFFF;
}

#banner {
	border-top:1px solid #999999;
	border-bottom:1px solid #7B7D7B;
}

#left {
	margin:0;
	padding:0;
	width:136px;
	float:left;
	background:url(images/bg_l.gif) repeat-y;
}

#leftNav ul {
	margin:6px 3px 0 0px;
	padding:0;
	list-style:none;
}

#leftNav ul li {
	margin:0;
	padding:0;
	line-height:14pt;
}

#leftNav ul li img {
	display:none;
}

#leftMenu {
	padding:18px 0 20px 8px;
	background-color:#ECECEC;
}

/* Login */
#LoginLeft {
	padding:100px 3px 5px 15px;
	height:300px;
	background-image:url(images/wlogin1.gif);
	background-repeat:no-repeat;
}

#LoginForm .user
{
	margin:0 0 6px 19px;
}

#LoginForm .info
{
	margin:0 0 3px 63px;
}

#LoginForm .login
{
	margin:8px 0 10px 26px;
}

#LoginForm .login input
{
	margin:0 6px 0 6px;
}

#LoginForm #register {
	margin:0 0 10px 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;
}

#promotion {
	background-color:#FBAB0E;
	height:288px;
	width:189px;
	line-height:20px;
	color:#FFF;
	padding:25px 2px 0 2px;
	text-align:left;
}

#right {
	margin:0;
	padding:0;
	width:641px;
	float:right;
	background:#FFFFFF;
}

#right #account {
	padding: 6px 6px 0 8px;
	height:20px;
	border-bottom:1px solid #CECECE;
}

#right #account #username {
	float:left;
}

#right #account #balance {
	float:right;
}

#navigation {
	padding: 3px 0 0 10px;
}

#layout {
	margin:25px 20px 20px 20px;
}

#pricing, #reseller, #about {
	margin:25px 30px 30px 30px;
	line-height:12pt;
}

/* Error */
#ErrorLeft {
	height:220px;
	background-color:#4694AE;
}

#Error {
	margin:0;
	padding:10px 0 30px 30px;
}

#ErrorPhoto {
	margin:0;
	padding:12px 0 0 0;
	float:left;
}

#ErrorDescription {
	margin-left:108px;
	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;
}

/* Home */
#homeDomain {
	margin:0;
	padding:0;
	width:505px;
	float:left;
	background:#FFFFFF;
	border-right:1px solid #CCCCCC;
}

#homeDomain .img {
	padding:10px 0 0 0;
	text-align:center;
}

#homeLogin {
	margin:0;
	padding:0;
	width:272px;
	min-height:388px;
	float:right;
	background:#FFFFFF;
}

#homeLogin .img {
	text-align:right;
}

#homeLogin #LoginForm {
	margin:0;
	padding:15px 0 0 22px;
}

#homeLogin .ul2 {
	margin:0;
	padding:15px 0 0 40px;
}

#homeFrame {
	clear:left;
}

#homeLeft {
	margin:0;
	padding:0;
	width:606px;
	float:left;
	background:#FFFFFF;
	border-right:1px solid #CCCCCC;
}

.homeFrameTitle {
	height:26px;
	background-image:url(images/tui1_bg.gif);
	background-repeat:repeat-x;
	clear:left;
}

.homeFrameTitle ul {
	margin:0;
	padding:0;
	list-style:none;
}

.homeFrameTitle ul li {
	margin:0;
	padding:6px 0 0 5px;
	width:195px;
	float:left;
	font-weight:bold;
	color:#333333;
}

.homeFrameContent p.center {
	margin:0;
	padding:8px 0;
}

.homeFrameContent ul {
	margin:0;
	padding:0;
	list-style:none;
}

.homeFrameContent ul li {
	width:200px;
	float:left;
}

.homeFrameContent ul li.separator {
	background:url(images/rpoint2.gif) right repeat-y;
}

.homeFrameContent .red {
	font-family:Arial Black;
	font-style: italic;
	font-size:18pt;
	color:#DD0303;
}

.homeFrameText {
	margin:0;
	padding:10px;
	line-height:12pt;
}

.homeFrameDescription
{
	margin:0;
	padding:12px 0 10px 0;
}

#homeNews div {
	margin:0;
	padding:3px 0 5px 10px;
	clear:left;
	background:#EAEBEC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#homeNews .ul2 {
	margin:0;
	padding:3px 0 5px 10px;
}

#homeRight {
	margin:0;
	padding:0;
	width:171px;
	min-height:425px;
	float:right;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
}

#homeRight .ul2 {
	margin:0;
	padding:10px 0 0 30px;
}

#homeLogo {
	margin:15px 0 0 0;
	padding:15px 0;
	border-top:1px solid #CCCCCC;
	text-align:center;
}

#homeLogo p {
	margin:15px 0;
}

/* Register */
#MemberLeft {
	background-color:#ECECEC;
}

.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;
}

#register p {
	line-height:14pt;
}

#okUserName, #errUserName, #errEmail, #err_password, #err_repassword, #err2 {
	font-weight:bold;
}

#okUserName {
	color:#0000FF;
}

#errUserName, #errEmail, #err_password, #err_repassword, #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 {
	margin:35px 40px 40px 30px;
}

#success #photo {
	padding:12px 0 0 0;
	float:left;
}

#success #description {
	margin-left:108px;
	padding:30px 0 20px 10px;
}

#success #title {
	margin:0 0 6px 0;
	font-weight:bold;
	color:#0000FF;
}


/* Domain */
#DomainLeft {
	padding:100px 3px 5px 15px;
	height:1024px;
	background-image:url(images/dr2.gif);
	background-repeat:no-repeat;
}

#DomainLeft ul {
	margin:6px 3px 0 0px;
	padding:0;
	list-style-type:none;
}

#DomainLeft ul li {
	margin:0;
	padding:0;
	line-height:14pt;
}

#DomainCart {
	margin:12px 0;
	padding:0;
	text-align:center;
}

#DomainRemark {
	margin:40px;
	padding:0;
}

#DomainRemark ul {
	margin:10px 0 20px 35px;
	padding:0;
	list-style-type:decimal;
}

#DomainRemark ul li {
	margin:0;
	padding:0;
	line-height:15pt;
}

/* Hosting */
#HostingLeft {
	padding:100px 3px 5px 15px;
	height:800px;
	background-image:url(images/hosting1.gif);
	background-repeat:no-repeat;
}

#hosting {
	margin:25px 30px 30px 30px;
}


#hosting td {
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

#hosting table {
	margin:25px 0 0 0;
	border-right: 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;
	text-indent:2em;
}

#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 / SSL */
#Server, #SSL, #SMS {
	margin:10px 30px 0 30px;
	padding:12px 1px 30px 1px;
	line-height: 18px;
}

#ServerDescription, #SSLDescription, #SMSDescription {
	line-height:14pt;
}

#ServerDescription p, #SSLDescription p, #SMSDescription p {
	margin:16px 0 0 0;
	text-indent:2em;
}

#Server table, #SMS table {
	margin:20px 0 0 0;
}

.ServerTitle, .SSLTitle {
	margin:20px 0 20px 0;
	padding:8px;
	font-weight:bold;
	background:#F1F1F1;
}

.ServerPhoto, .SSLPhoto {
	margin:20px 0 10px 0;
	float:left;
	width:40%;
}

.ServerPhoto p, .SSLPhoto p {
	margin:10px 30px 0 0;
}

.ServerContent, .SSLContent {
	margin:20px 0 10px 6px;
}

.ServerContent ul, .SSLContent ul { list-style:none; margin:0; padding:0; }
.ServerContent ul li, .SSLContent ul li { margin:0; padding:0; line-height:14pt; }

/* Server */
#ServerLeft {
	padding:100px 3px 5px 15px;
	height:800px;
	background-image:url(images/lease2.gif);
	background-repeat:no-repeat;
}

/* SSL */
#SSLLeft {
	padding:100px 3px 5px 15px;
	height:800px;
	background-image:url(images/sslcert1.gif);
	background-repeat:no-repeat;
}

#SSLPartner {
	margin:20px 0 0 0;
	text-align:center;
}

#SSLPartner img {
	margin:10px 0 10px 0;
	border:1px solid #C0C0C0;
}

/* Website */
#WebsiteLeft {
	padding:100px 3px 5px 15px;
	height:300px;
	background-image:url(images/wsss.gif);
	background-repeat:no-repeat;
}

#website {
	margin:25px 30px 30px 30px;
	line-height:12pt;
}

#website p {
	margin:16px 0 0 0;
	text-indent:2em;
	line-height:14pt;
}

/* product */
#product {
	margin:10px 0 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;
}

#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;
}

#product .table {
	margin:0 0 20px 0;
}

#product #buy {
	margin:10px 0 15px 0;
	text-align:center;
}

#productRemark {
	margin:25px 0 15px 0;
}

#productRemark div {
	margin:3px 0 0 0;
}

/* Pricing */
#PricingLeft {
	padding:100px 3px 5px 15px;
	height:2850px;
	background-image:url(images/price1.gif);
	background-repeat:no-repeat;
}

#pricingTitle {
	margin:0 0 15px 0;
	text-align:center;
	color:#0000FF;
	font-weight:bold;
}

#pricingDescription {
	margin:0 0 15px 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 */
#paywayLeft {
	padding:100px 3px 5px 15px;
	height:600px;
	background-image:url(images/pay1.gif);
	background-repeat:no-repeat;
}

.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:20px 10px 0 0;
}

#paywayBank {
	margin:10px 0 30px 0;
}

#paywayPostInfo {
	margin:0 0 30px 0;
}

#paywayPostInfo p {
	margin:10px 0 0 0;
}

/* Reseller */
#ResellerLeft {
	padding:100px 3px 5px 15px;
	height:800px;
	background-image:url(images/reseller2.gif);
	background-repeat:no-repeat;
}

#reseller div {
	margin:0 0 20px 0;
	text-align:center;
}

#reseller ul { list-style:none; margin:10px 0 10px 0; padding:0; }
#reseller ul li { margin:0; padding:0; line-height:14pt; }

#resellerContent {
	margin:20px 0 20px 0;
	padding-top:50px;
	float:left;
}

#resellerContent p {
	padding:8px 0;
}

#resellerPhoto {
	margin:20px 0 20px 0;
}

#resellerFlow {
	margin:0;
	width:500px;
	text-align:center;
}

/* About */
#AboutLeft {
	padding:100px 3px 5px 15px;
	height:300px;
	background-image:url(images/about1.gif);
	background-repeat:no-repeat;
}

/* Cooperate */
#CooperateLeft {
	padding:100px 3px 5px 15px;
	height:300px;
	background-image:url(images/ps.gif);
	background-repeat:no-repeat;
}

#ContactLeft {
	padding:100px 3px 5px 15px;
	height:250px;
	background-image:url(images/contact1.gif);
	background-repeat:no-repeat;
}

/* News */
#NewsLeft {
	padding:100px 3px 5px 15px;
	height:800px;
	background-image:url(images/news1.gif);
	background-repeat:no-repeat;
}

#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;
}

/* Services Index */
#welcome {
	margin:30px;
}

#welcome #photo {
	margin:12px 0 0 0;
	float:left;
}

#welcome #description {
	margin-left:160px;
	padding:45px 0 0 10px;
}

#welcome #title {
	margin:0 0 8px 0;
	width:300px;
}

#welcome #info p {
	margin:0 0 6px 0;
}

.contactInfo {
	margin:20px 0 0 205px;
}

#list {
	margin:0 30px 30px 30px;
}

#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}

#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;}

#DNS {
	margin:30px 40px 40px 40px;
}

#DNS p {
	margin-bottom:12px;
	text-align:center;
}

/* Cart */
#cart {
	margin:20px 20px 20px 20px;
}

/* 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;
}

/* Footer */
#footer {
	margin:0 auto;
	padding:0;
	width:778px;
	clear:both;
	text-align:center;
	border-top:1px solid #999999;
}

#footer #nav {
	background-color:#FFFFFF;
}

#footer #nav ul {
	margin-left:156px !important;
	margin:0;
	padding:3px 0 0 0;
	width:465px;
	height:25px;
	list-style:none;
	text-align:center;
}

#footer #nav ul li {
	margin:0;
	padding:0;
	float:left;
}

#footer #address {
	margin:0;
	padding:10px 0;
	background-image:url(images/bottom.gif);
	color:#FFFFFF;
	line-height:14pt;
}

#footer #address span {
	margin:0;
	padding:0 8px 0 8px;
}
