/* 说明 */
body
{
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

/* 字体 */
/* 深灰字体 */
.darkgray
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
}
/* 红色警告文本 */
.redtext
{
	color: #ff0000;
	font-family: "宋体";
	font-size: 12px;
}
/* 文本logo风格 */
.brandname
{
	font-family: "华文彩云";
	font-size: 36px;
}
/* 页面标题 */
.pagetitle
{
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
	text-decoration: none;
}
/* 章节标题 */
.sectiontitle
{
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
}
/* whois查询表单普通后缀 */
.commontld
{
	font-size: 14px;
	font-family: "宋体";
}
/* whois查询表单点亮后缀 */
.highlighttld
{
	font-size: 14px;
	color: #cc0000;
	font-family: "宋体";
}

/* 链接 */
/* 一般链接 */
a
{
	color: #000000;
	text-decoration: none;
}
/* 一般链接鼠标覆盖 */
a:hover
{
	color: #ff1010;
	text-decoration: underline;
}
/* 导航栏链接文字 */
.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: #444444;
	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-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:visited
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:hover
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}

/* 表格 */
/* 一般表格单元格 */
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;
}

/*欢迎会员：尊敬的会员，您好。。*/
.bulletintable0
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
}
/* 公告板表格：管理中心/会员中心欢迎页 */
.bulletintable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height:14px;
}
/* 消息框表格 */
.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: 2px;
}
/* 普通表格行：结算后购物车列表中参数完整的项目，由程序打印出来的，模版中没有 */
tr.CommonTR
{
	background-color: #FFFFFF;
}
/* 点亮表格行：结算后购物车列表中参数不完整的项目，由程序打印出来的，模版中没有 */
tr.HighlightTR
{
	background-color: #99CCFF;
}
/* 表头单元格 */
td.TitleTD
{
    font-family: "宋体";
	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-family: "宋体";
	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-family: "宋体";
	font-size: 12px;
}

/* 实心线边框的文本框输入 */
.solidinput
{
	font-family: "宋体";
	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-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: #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;
}
.daili1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../../images/dailidt.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.client1 {
	line-height: 24px;
}
.client2 {
	font-size: 12px;
	font-weight: bold;
	color: #2866B3;
	text-decoration: none;
}
.con1 {
	font-size: 12px;
	color: #5686B1;
	padding-left: 10px;
}
.con2 {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}
.con3 {
	line-height: 20px;
	padding: 5px;
}
.viewaa {
	font-size: 12px;
	color: #2864B4;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
}
.viewaa2 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-left: 3px;
	line-height: 18px;
	padding-right: 3px;
}
.domain_sechbg {
	background-image: url(../../images/in_domain.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.div_login {
	background-image: url(../../images/login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 280px;
}
.div_login2 {
	background-image: url(../../images/login2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 280px;
}

/*首页层定义开始*/
.diva {
	text-align: center;
	width: 100%;
}
.divaa {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
.divfoot {
	width: 758px;
	margin: auto;
}
.divfoot2 {
	width: 758px;
	float: left;
}
.divaa1 {
	width: 470px;
	float: left;
}
.divaa2 {
	width: 8px;
	float: left;
}
.divaa3 {
	width: 280px;
	float: right;
}
.divtop1 {
	width: 758px;
	background-image: url(../../images/topbg.jpg);
	background-repeat: repeat-x;
	height: 102px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5897CC;
}
.divtop2 {
	width: 531px;
	float: left;
	height: 75px;
	text-align: left;
}
.divtop3 {
	float: right;
	width: 227px;
	margin-top: 27px;
	text-align: left;
}
.divmune1 {
	width: 758px;
	float: left;
}
.divppa1 {
	width: 466px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*首页层定义结束*/
.daili1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../../images/dailidt.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.client1 {
	line-height: 24px;
}
.in_tj {
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	text-decoration: none;
	padding-left: 12px;
}
.in_tj2 {
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	text-decoration: none;
	padding-left: 8px;
}
.client2 {
	font-size: 12px;
	font-weight: bold;
	color: #2866B3;
	text-decoration: none;
}
.divview_a1 {
	padding: 1px;
	border: 3px solid #DCDCDC;
	width: 462px;
}
.divprod1 {
	float: left;
	width: 232px;
}
.divprod11 {
	float: right;
	width: 232px;
}
.divprod2 {
	width: 2px;
	height: 848px;
	background-color: #CCCCCC;
	float: left;
}
.divprod3 {
	width: 466px;
	float: left;
}
.divprod4 {
	width: 470px;
	float: left;
}
.divppa2 {
	width: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 848px;
}
.divlogin {
	width: 280px;
	background-color: #F1F1F1;
	background-image: url(../../images/login.jpg);
	background-repeat: no-repeat;
	height: 140px;
}

