/* ============================== */
/* ========== 原始css =========== */
/* ============================== */

/* 说明 */
body
{
	background-color: #F5F5F5;
	
	font-size: 12px;
	margin: 0px auto 0px auto;
}

/* 字体 */
/* 深灰字体 */
.darkgray
{
	
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
}
/* 红色警告文本 */
.redtext
{
	color: #ff0000;
	
	font-size: 12px;
}
/* 文本logo风格 */
.brandname
{
	font-family: "华文彩云";
	font-size: 36px;
}
/* 页面标题 */
.pagetitle
{
	font-size: 14px;
	
	font-weight: bold;
	text-decoration: none;
	color: #124A9D;
}
/* 章节标题 */
.sectiontitle
{
	
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
}
.sectiontitle2
{
	
	font-size: 16px;
	color: red;
	line-height: 20px;
	font-weight: bold;
}
/* whois查询表单普通后缀 */
.commontld
{
	font-size: 12px;
	font-family: "Tahoma";
}
/* whois查询表单点亮后缀 */
.highlighttld
{
	font-size: 12px;
	color: #cc0000;
	font-family: "Tahoma";
}

/* 链接 */
/* 一般链接 */
a
{
	color: #000000;
	text-decoration: none;
}
/* 一般链接鼠标覆盖 */
a:hover
{
	color: #333;
	text-decoration: underline;
}
/* 导航栏链接文字 */
.navtitle
{
	font-size: 14px;
	
	text-decoration: none;
	color: #000000;
}
.navtitle:hover
{
	font-size: 14px;
	
	text-decoration: none;
	color: #18446E;
}
.navtitle:visited
{
	font-size: 14px;
	
	text-decoration: none;
	color: #000000;
}
/* 导航栏链接文字（选中） */
.navtitle_on
{
	font-size: 12px;
	
	text-decoration: none;
	color: #18446E;
}
.navtitle_on:hover
{
	font-size: 12px;
	
	text-decoration: none;
	color: #000000;
}
.navtitle_on:visited
{
	font-size: 12px;
	
	text-decoration: none;
	color: #18446E;
}
/* 静态链接，如“关于我们”等 */
a.staticlink:link
{
	
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
a.staticlink:visited
{
	
	font-size: 12px;
	color: #633B3B;
	text-decoration: none;
}
a.staticlink:hover
{
	
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/* 白色链接，用于暗色背景 */
a.whiteface:link
{
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:visited
{
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:hover
{
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* 深棕色链接，用于列表标题 */
a.brownface:link
{
	
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:visited
{
	
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:hover
{
	
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
/*蓝色链接，用于文章里*/
a.general:link { color: #0000FF; text-decoration: underline}
a.general:hover { color:#CC0000; text-decoration: none}
a.general:active { color:#CC0000; text-decoration: underline}
a.general:visited { color: #5D235D; text-decoration: underline}
/* 表格 */
/* 一般表格单元格 */
td
{
	color: #333333;
	font-size: 12px;
}
/* 实线表格 */
.solidtable
{
	border-collapse:collapse;
	border-style:solid;
}
/* 桢状表格 */
.frametable
{
	border-collapse:collapse;
	border-color: #96CD81;
	border-style:outset;
	border-width: 1px;
}
/* 桢状表格单元格 */
.frametd
{
	border-collapse:collapse;
	border-color: #96CD81;
	border-style:solid;
	border-width: 1px;
	padding: 4px;
}
/* 桢状表格的标题表格（点亮） */
.frametitletable
{
	background-color: #96CD81;
	color: #FFFFFF;
}
/* 桢状表格的标题表格（普通） */
.framenormaltable
{
	background-color: #B6DBA4;
	color: #FFFFFF;
}
/* 公告板表格：管理中心/会员中心欢迎页 */
.bulletintable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
}
/* 消息框表格 */
.messageboxtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 4px;
}
/* 摘要表格 */
.digesttable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* TOP5表格 */
.top5table
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* List表格 */
.listtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
}
/* 详情表格 */
.detailtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 5px;
}
/* 普通表格行：结算后购物车列表中参数完整的项目，由程序打印出来的，模版中没有 */
tr.CommonTR
{
	background-color: #FFFFFF;
}
/* 点亮表格行：结算后购物车列表中参数不完整的项目，由程序打印出来的，模版中没有 */
tr.HighlightTR
{
	background-color: #99CCFF;
}
/* 表头单元格 */
td.TitleTD
{
	
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
	border: 1px solid #D1D1D1;
	padding:4px;
	background-color: #F1F1F1;
	font-weight: bold;
}
/* 表格内容单元格 */
td.ContentTD
{
	
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
	border: 1px solid #D1D1D1;
	padding:4px;
	background-color: #FFFFFF;
}

/* 表单 */
/* 表单文本框 */
input:text
{
	border-style: solid;
	border-width: 1;
}
/* 表单选择 */
select
{
	padding: 0px;
	font-size: 9pt;
	margin: 0px;
	background-color: #ffffff;
}
/* 表单单选框 */
checkbox
{
	font-size: 9pt;
	font-weight: normal;
}
/* 下划线形式的文本框输入 */
.lineinput
{
	border-bottom: #666666 1px outset;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	
	font-size: 12px;
}
/* 实心线边框的文本框输入 */
.solidinput
{
	
	font-size: 12px;
	color: #333333;
	padding: 1px;
	border: 1px solid #999999;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #EFEFEF;
}
/* 类似solidinput, 浅色边框：小登录表单用户名密码输入框 */
.lightsolidinput
{
	
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #858484;
}
/* 嵌入效果文本输入框：域名查询输入框 */
.embossinput
{
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #404040;
}
/* 图标（鼠标移走） */
.imgonmouseout
{
	border: 1px solid #FFFFFF;
}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}


/* ============================== */
/* ========== 新增css =========== */
/* ============================== */

/* ==== 页面通用 ==== */
body
{
	background-color: #FFF;
	font: 12px Tahoma, Verdana;
	margin: 0px;
}
ul,li,p,form,fieldset {
	margin: 0px;
	padding: 0px;
	}
.inputbox {
	height: 20px;
	line-height: 20px;
	border:1px solid #CFDEF1;
	/*border-top-color: #CFDEF1;*/
	}
.inputbox2 {
	height: 20px;
	line-height: 20px;
	border:1px solid #BFCB99;
	/*border-top-color: #BFCB99;*/
	}
.inp {
	height:14px;
	border: none;
	}
.clear {
	clear: both
	}
.fleft {
	float: left;
	}
.fright {
	float: right;
	}
.button {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 0px 4px 14px;
	color: #00447F;
	background: url(../../images/zh-CN/bg_button_1.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #B2D0F4 ;
	padding: 3px 0px 6px 20px !important;
	border: 1px solid #FFFFFF !important;
	height: 24px !important;
	line-height: 22px !important;

	/*for IE7*/
	>border: 1px solid #B2D0F4 !important;
	>padding: 2px 0px 4px 14px !important;
	>height: 26px !important;
	>line-height: 24px !important;

	/*for IE*/
	border: 1px solid #B2D0F4 ;
	height: 26px;
	line-height: 24px;
}
.button1 {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 2px;
	color: #000;
	background: url(../../images/zh-CN/bg_button.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #999 ;
	border: 1px solid #FFFFFF !important;
	height: 18px !important;
	line-height: 16px !important;

	/*for IE7*/
	>border: 1px solid #999 !important;
	>height: 20px !important;
	>line-height: 18px !important;

	/*for IE*/
	border: 1px solid #999;
	height: 20px;
	line-height: 18px;
}
.button2 {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 0px 4px 14px;
	color: #00447F;
	background: url(../../images/zh-CN/bg_button_2.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #B2D0F4 ;
	padding: 3px 0px 6px 20px !important;
	border: 1px solid #FFFFFF !important;
	height: 24px !important;
	line-height: 22px !important;

	/*for IE7*/
	>border: 1px solid #B2D0F4 !important;
	>padding: 2px 0px 4px 14px !important;
	>height: 26px !important;
	>line-height: 24px !important;

	/*for IE*/
	border: 1px solid #B2D0F4 ;
	height: 26px;
	line-height: 24px;
}

/* ==== header.inc ==== */
.logo {
	float: left;
	}
/*.comsenz {
	padding: 0px 30px;
	float: left;
	}*/
.header_inc {
	width: 778px;
	margin: 6px auto;
	height: 50px;
	line-height: 20px;
	}	
.header_nav {
	float: right;
	padding-right: 10px;
	padding-top: 18px;
	list-style: none;
	margin-bottom: 4px;
	}
.header_nav li {
	float: left;
	width: 80px;
	line-height: 24px;
	}
.scar {
	font-size: 14px;
	height: 24px;
	background: url(../../images/zh-CN/Nshopping_cart.gif) left no-repeat;
	padding-left: 20px;
	}
.suser {
	font-size: 14px;
	height: 24px;
	background: url(../../images/zh-CN/Nuser.gif) left no-repeat;
	padding-left: 20px;
	}
	
/* ==== 导航(nav.inc) ==== */
.nav_bg {
	height: 40px;
	background: url(../../images/zh-CN/nav_bg.jpg) repeat-x;
	padding-top: 5px;
	color: #FFF;
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
.nav {
	height: 30px;
	width: 760px;
	margin: 0px auto;
	}
.nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style:none;
	}
.nav ul li {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/zh-CN/nav_line.jpg) no-repeat left;
	}
.nav ul li a {
	color: #FFF;
	}
.nav ul li a:hover {
	color: #FFF;
	}

/* ==== 主表格 ==== */
.maintable {
	width: 780px !important;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	}
.lefttable {
	float:left;
	width: 235px;
	}
.righttable {
	float:right;
	width: 530px;
	}
.righttitle {
	height: 2.4em;
	line-height: 2.4em;
	margin-bottom: 10px;
	font-weight: bold;
	background: #E5F1FF;
	padding-left: 1.2em;
	border: 1px solid #9FDDF4;
	}
.righttitle_l {
        padding-top:5px;
	}
.in_title {
	border-left: 0px solid #CCC;
	text-indent: 8px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color:#666;
	margin: 10px 0px 10px 0px;
	}

/* ==== help_center ==== */
.help_center_main {
	margin:0pt auto;
	text-align:left;
	width:780px !important;
	}
.help_center_t {
	border:1px solid #A0DDF2;
	padding-bottom:10px;
	margin: 1px;
	float:left;
	width: 235px;
	}
.helplink {
	}
.helplink li {
	float: left;
	width: 50%;
	list-style: none;
	margin-bottom:10px;
	} 
.help_center_show_main {
	width: 780px !important;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	}
/*----- help_show -----*/
.rightshow {
	font-size:14px;
	/*line-height: 2.4em;*/
	margin-bottom: 10px;
	/*font-weight: bold;*/
	background: #FCFCFC;
	padding-left: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	border: 1px solid #CCCCCC;
	}
div.rightshow a:link { color: #0000FF; text-decoration: underline}
div.rightshow a:hover { color:#CC0000; text-decoration: none}
div.rightshow a:active { color:#CC0000; text-decoration: underline}
div.rightshow a:visited { color: #5D235D; text-decoration: underline}
/*----- /help_show -----*/

/* ==== footer.inc.php ==== */
.footer {
	width: 100%;
	clear: both;
	height: 50px;
	min-width: 778px;
	margin-top: 8px;
	}
.footer a {
	color: #333333;
	text-decoration: none;
	}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
	}
.footer .link1 {
	margin-left: 35px;
	}
.footer ul {
	width: 820px;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	}
.footer li {
	list-style: none;
	float: left;
	margin-left: 10px;
	}

/* ==== 通用table外框 ==== */
.t_table {
	padding-bottom: 10px;
	}
.t_header {
	height: 30px;
	line-height: 30px;
	background: #E6F2FF;
	font-size: 14px;
	font-weight: bold;
	color: #114AA1;
	}
.t_header_info {
	float: left;
	background: url(../../images/zh-CN/box_tl.gif) left no-repeat;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	}
.t_header_right {
	float: right;
	width: 5px;
	height: 30px;
	background: url(../../images/zh-CN/box_tr.gif) right no-repeat;
	}
.t_maininfo {
	border: 1px solid #A0DDF2;
	padding-bottom: 10px;
	}
.t_maininfo2 {
	border: 1px solid #DEE4CA;
	padding: 1px;
	background: #EBF1D7;
	}
.t_maininfo3 {
	border: 1px solid #DEE4CA;
	padding: 1px;
	background: #E7EECD;
	}
.t_maininfo form {
	padding: 0px;
	margin: 0px;
	}
.t_footer {
	height:5px;
	background: url(../../images/zh-CN/box_b.gif);
	}
.t_footer_info {
	float: left;
	background: url(../../images/zh-CN/box_bl.gif) left no-repeat;
	}
.t_header_right {
	float: right;
	width: 5px;
	height: 30px;
	background: url(../../images/zh-CN/box_tr.gif) right no-repeat;
	}
.t_footer_r {
	float: right;
	width: 5px;
	}
.left_header a {
	color: #124CA0;
	font-size: 14px;
	font-weight: bold;
	}
.left_header a:hover {
	color: #EEE;
	}
.more {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	}
/* ==== 新手导航内容 ==== */
.t_textlist {
	list-style-type: none;
	width: 100%;
	text-align: left;
	 }
.t_textlist li {
	height: 28px;
	line-height: 26px;
	border-bottom: 1px solid #52BAF4;
	padding-left: 8px;
	}
/* ==== 帮助 ==== */
.t_help {
	list-style: none;
	width: 100%;
	text-align: left;
	}
.t_help li {
	line-height: 26px;
	font-weight: bold;
	}
.t_help li ul {
	border-top: 1px solid #52BAF4;
	}
.t_help li ul li {
	line-height: 18px;
	font-weight: normal;
	list-style: none;
	margin-left: 15px;
	}
/* ==== 合作伙伴内容 ==== */
.t_associate {
	list-style-type: none;
	width: 100%;
	text-align: center;
	 }
.t_associate li {
	float: left;
	padding: 4px;
	}
/* ==== fieldset ==== */	
fieldset {
	border: none;
	text-align: left;
	}
fieldset label {
	font-size: 14px;
	float:left;
	width:50px;
	text-align:right;
	padding:4px;
	margin:1px;
}
fieldset div {
	height: 30px;
	clear: both;
	}
.setbutton {
	text-align: center;
	}
/* ==== 域名注册 ==== */
.search_dns {
	width: 559px;
	height: 200px;
	text-align: right;
	padding-bottom: 10px;
	}
.select_dns {
	list-style: none;
	width: 100%;
	}
.select_dns li {
	float: left;
	font-size: 14px;
	height: 22px;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 6px;
	width: 60px;
	background: red;
	}
.dns_list {
	border-top: 1px solid #52BAF4;
	border-left: 1px solid #52BAF4;
	}
.dns_1st td{
	background-color: #E6E6E6;
	font-weight: bold;
	}
.dns_list td {
	border-bottom:1px solid #52BAF4;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border-right: 1px solid #52BAF4;
	}
/* ==== 虚拟主机 ==== */
.vmserver {
	width: 559px;
	}
.hosthelp {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
	}
.mydns {
	/*width: 800px;*/
	height: 300px;
	/*text-align: center;*/
	}
.product {
	width: 236px;
	height: 261px;
	background: url(../../images/zh-CN/product_bg.jpg) no-repeat;
	margin: 1px;
	margin-bottom: 6px;
	padding: 15px;
	}
.product_bg {
        background: url(../../images/zh-CN/product_bg1.jpg) no-repeat;
	}
.product_name {
	height: 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 2em;
	}
.product_price {
	line-height: 26px;
	font-weight: bold;
	}
.product_info {
	line-height: 18px;
	height: 176px;
	}
.fcenter {
	text-align: center;
	}
/* ==== 密码fieldset ==== */	
.nopwd {
	border: none;
	text-align: left;
	}
.nopwd label {
	font-size: 12px;
	float:left;
	width:150px;
	text-align:right;
	padding:4px;
	margin:1px;
	}
.nopwd div {
	height: 30px;
	clear: both;
	}
/* ==== help ==== */
.btn {
BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); BORDER-LEFT: #7b9ebd 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #7b9ebd 1px solid
	}
.fnav {
        width: 500px;
        height: 30px;
        margin: 20px auto;
	}
.fnav ul{
        margin: 0px;
        padding: 0px;
        float: left;
        list-style:none;
	}
.fnav ul li { 
        list-style: none;
        float: left;
        margin-left: 10px;
	font-size: 14px;       
	}
