

/* 说明 */
body
{
	background-color: #ffffff;
	font-family: "宋体";
	font-size: 12px;
	margin: 0px 0px 0px 0px;


}
body {
	background-color: #e9e9e9;
}
#Layer2 {
	position:absolute;
	left:203px;
	top:233px;
	width:603px;
	height:54px;
	z-index:2;
	background-color: #FFFFFF;
	visibility: hidden;
}
.STYLE2 {color: #0694B2}

/* 字体 */
/* 深灰字体 */
.darkgray
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 35px;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
/* 红色警告文本 */
.redtext
{
	color: #DA087A;
	font-family: "宋体";
	font-size: 12px;
}
/* 首页标题字体 */
.bt_zt
{
	font-family: "宋体";
	font-size: 14px;
	line-height: 35px;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}


/* 文章正文 */
.zw
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
}
/* 文本logo风格 */
.brandname
{
	font-family: "华文彩云";
	font-size: 36px;
}
/* 页面标题 */
.pagetitle
{
	font-size: 22px;
	font-family: "宋体";
	font-weight: bold;
	text-decoration: none;
}
/* 章节标题 */
.sectiontitle
{
	font-family: "宋体";
	font-size: 14px;
	color: #0A9EC0;
	line-height: 20px;
	font-weight: bold;
}
/* whois查询表单普通后缀 */
.commontld
{
	font-size: 14px;
	font-family: "宋体";
}
/* whois查询表单结果 */
.domain_result
{
	border-collapse:collapse;
	line-height: 29px;
	color: #666666;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-left: 7px;
	border-right-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-color: CDE1E4;
}



/* whois查询表单点亮后缀 */
.highlighttld
{
	font-size: 14px;
	color: #cc0000;
	font-family: "宋体";
}

/* 链接 */
/* 一般链接 */
a
{
	color: #777777;
	text-decoration: none;
}

/* 一般链接鼠标覆盖 */
a:hover
{
RIGHT: 0px; 
COLOR: #0694B2; 
POSITION: relative; 
TOP: 1px; 
TEXT-DECORATION: none
}

/* 导航栏链接文字 */
.navtitle
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle:hover
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle:visited
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
/* 导航栏链接文字（选中） */
.navtitle_on
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle_on:hover
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle_on:visited
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
/* 静态链接，如“关于我们”等 */
a.staticlink:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
a.staticlink:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #633B3B;
	text-decoration: none;
}
a.staticlink:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/* 白色链接，用于暗色背景 */
a.whiteface:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* 深棕色链接，用于列表标题 */
a.brownface:link
{
	font-family: "宋体";
	
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
a.brownface:visited
{
	font-family: "宋体";
	
	font-size: 12px;
	color: #0694B2;
	text-decoration: none;
}
a.brownface:hover
{
	font-family: "宋体";
	
	font-size: 12px;
	color: #0694B2;
	text-decoration: none;
}

/* 表格 */
/* 一般表格单元格 */
td
{
	color: #777777;
	font-size: 12px;
}
/* 实线表格 */
.solidtable
{
	border-collapse:collapse;
	border-style:solid;
}
/* 桢状表格 */
.frametable
{
	border-collapse:collapse;
	padding: 4px;
	border: 1px solid #777777;
}
/* 桢状表格单元格 */
.frametd
{
	border-collapse:collapse;
	padding: 4px;
	border: 1px solid #777777;
}
/* 桢状表格的标题表格（点亮） */
.frametitletable
{
	background-color: #333333;
	color: #FFFFFF;
}
/* 桢状表格的标题表格（普通） */
.framenormaltable
{
	background-color: #666666;
	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;
	line-height: 29px;
	color: 777777;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 37A9C1;
	border-bottom-color: CDE1E4;
	padding-left: 7px;
	border-left-color: FFFFFF;
	background-color: #FFFFFF;
}
/* TOP5表格 */
.top5table
{
	border-collapse:collapse;
	line-height: 29px;
	color: 777777;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 37A9C1;
	border-bottom-color: CDE1E4;
	padding-left: 7px;
	border-left-color: FFFFFF;
	background-color: #FFFFFF;
}
/* List表格 */
.listtable
{
	border-collapse:collapse;
	line-height: 29px;
	color: 777777;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 37A9C1;
	border-bottom-color: CDE1E4;
	padding-left: 7px;
	border-left-color: FFFFFF;
	background-color: #FFFFFF;
}
/* 详情表格 */
.detailtable
{
	border-collapse:collapse;
	line-height: 29px;
	color: 777777;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 37A9C1;
	border-bottom-color: CDE1E4;
	padding-left: 7px;
	border-left-color: FFFFFF;
	background-color: #FFFFFF;
}
/* 普通表格行：结算后购物车列表中参数完整的项目，由程序打印出来的，模版中没有 */
tr.CommonTR
{
	background-color: #FFFFFF;
}
/* 点亮表格行：结算后购物车列表中参数不完整的项目，由程序打印出来的，模版中没有 */
tr.HighlightTR
{
	background-color: #99CCFF;
}
/* 表头单元格 */
td.TitleTD
{
	font-family: "宋体";
	font-size: 12px;
	color: 0694B2;
	line-height: 25px;
	border-collapse:collapse;
	background-color: F1F7F8;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
/* 表格内容单元格 */
td.ContentTD
{
	font-family: "宋体";
	font-size: 12px;
	color: 777777;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: CDE1E4;
	border-top-color: CDE1E4;
	line-height: 27px;
}

/* 表单 */
/* 表单文本框 */
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: #cccccc 1px outset;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: "宋体";
	font-size: 12px;
}

/* 实心线边框的文本框输入 */
.solidinput
{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-color: #999999;
}
/* 类似solidinput, 浅色边框：小登录表单用户名密码输入框 */
.lightsolidinput
{
	font-family: "宋体";
	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: 7D90A1;
	border: 1px solid C0C0C0;
}
/* 域名后缀 */
.domainhz
{
	color: 7D90A1;
	font-family: Verdana;

}

/* 图标（鼠标移走） */
.imgonmouseout
{
	border: 1px solid #FFFFFF;
}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}


