/* 说明 */


/* 字体 */
/* 深灰字体 */
.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: 14px;
	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: #333;
	text-decoration: none;
}
/* 一般链接鼠标覆盖 */
a:hover
{
	color: #000;
	text-decoration: underline;
}
/* 导航栏链接文字 */
.navtitle
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
.navtitle a
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
.navtitle:hover
{
	text-decoration: none;
	color: #000;
}
.navtitle:visited
{
	text-decoration: none;
	color: #000;
}
/* 导航栏链接文字（选中） */
.navtitle_on
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
.navtitle_on a
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
.navtitle_on:hover
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
.navtitle_on:visited
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
}
/* 静态链接，如“关于我们”等 */
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;
}
/* 公告板表格：管理中心/会员中心欢迎页 */
.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: 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;
	padding:4px;
	background-color: #F1F1F1;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 表格内容单元格 */
td.ContentTD
{
    font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	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
{
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
/* 登陆图片 */
.lineinput-tu
{
	font-family: "宋体";
	font-size: 12px;
	border: 0px solid #CCCCCC;
}

/* 实心线边框的文本框输入 */
.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: #666666;
	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;
}

body {
	height : 100%;
	font-size : 12px;
	font-family : tahoma, Arial, Century Gothic, verdana, Helvetica, sans-serif;
	color : #666666;
	line-height : 150%;
	margin: 0px;
	padding-top: 10px;
	background-color: #ffffff;
}

.input1{
	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;
	background-color: #f7f7f7;
}
hr {
	float:left}
div,ul,ol,h1,h2,h3,h4,h5,h6,h7,p{
	margin:0;
	padding:0;
	list-style-type: none;
	font-weight: normal;

} 
DIV {
LINE-HEIGHT: 20px
}
LI {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
UL {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
SPAN {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
UL {
	LIST-STYLE-TYPE: none
}
IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.zuo {
	float:left}
.c14 {
	font-size: 14px;
	color : #cc0000;}
.L14 {
	font-size: 14px;
	color : #2777B3;
	text-decoration: underline;
}
	

.lzi {
	font-size: 12px;
	color: #CF2F2F;
	line-height: 24px;
	font-weight: normal;
}
.lzi a{
	color: #333333;
}
.lzi a:visited {
	color: #666666;

}
.lzi a:hover{
	color: #666666;	}
.lzid li{
	background-image: url(2007/dl.GIF);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#container {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
}
#end {
	width:780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#head {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
#head li{
	float:left;
	width:70px;
}
#dh{
	padding-left: 70px;
	height:28px;
	color: #FFFFFF;
	background-image: url(../../images/dh.gif);
	padding-top: 10px;
	margin-bottom: 6px;
	}
#dh a{
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 14px;
}
#dh a:visited {
	color: #FFFFFF;

}
#dh a:hover{
	color: #FFFFFF;	}
#dh li{
	float:left;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dd6063;
	padding-left: 15px;
	height: 18px;
	}
#dh1{
	padding-left: 80px;
	height:15px;
	color: #333333;
	padding-top: 2px;
	}
#a {
	float:left;
	width: 192px;
	height: 100%;
	}
#b {
	float:right;
	width: 595px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	overflow: hidden;
	position: 固定;
	height: 100%;
	background-color: #FFFFFF;
}
#c {
	float:left;
	width: 192px;
	height: 100%;
	}
.sxian {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B5A6A2;
}
.yxian {
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
	width:167px;
	}
.xxian {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A6A2;
}
.xxian div{
	border: 1px solid #aaa;
	height:40px;
	line-height:40px;
	margin:2px;
	padding:2px;

}
#cp{
	padding-left: 0px;
}
#cp li {
	float:left;
	padding-left: 15px;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cp1{
	padding-left: 5px;
	width: 590px;
	margin-bottom: 10px;
}
#cp1 li {
	float:left;
	width: 175px;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../../images/ymd.GIF);
	background-repeat: no-repeat;
	background-position: left top;
		height: 100px;
}
#cp2{
	padding-left: 5px;
	width: 590px;
		margin-bottom: 10px;
		
}
#cp2 li {
	float:left;
	width: 175px;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../../images/ymd.GIF);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#cp3{
	padding-left: 174px;
	width: 421px;
	margin-bottom: 10px;
	background-image: url(../../images/banner-dz1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	padding-top: 35px;
}

#ys img{
	float:left;
}
#ys li {
	float:left;
	padding-left: 10px;
	list-style-type: none;
	padding-right: 10px;
	padding-top: 13px;
	width: 275px;
	padding-bottom: 10px;
}
.ysdh{
	background-image: url("../../images/img_26.giff");
	background-repeat: repeat-x;
	width: 590px;
	height: 33px;
}
.z{
	float:left;
	margin-right: 20px;
}
.box{
	border:1px solid #bbb;
	padding:5px;
		width:560px;
}
.box td{
	height:27px;
}
.box1{
	height:30px;
	line-height:30px;
	border:1px solid #888;
	width:560px;
	padding:5px;
	margin-bottom:10px;
	background:#eee;
}
.box2{
	height:20px;
	margin-top:10px;
	
}
.td1{
	width:200px;
	text-align:right;
	padding-right:12px;
}
.login_type td{
	height:24px;
	line-height:24px;
}
.login_type th{
	height:30px;
	line-height:30px;
	font-size:12px;
	height:0px;
}
#login_iframe {
	padding:0px;
	width:200px;
	height:205px;
}
#main input{
	width:150px;	
}
#main .bt{
	width:60px;
}
A.applink:hover {border: 2px dotted #DCE6F4;padding:2px;background-color:#ffff00;color:green;text-decoration:none}
A.applink       {border: 2px dotted #DCE6F4;padding:2px;color:#2F5BFF;background:transparent;text-decoration:none}
A.info          {color:#2F5BFF;background:transparent;text-decoration:none}
A.info:hover    {color:green;background:transparent;text-decoration:underline}

.list_th{
	background:#f2f2f2;
	height:23px;
	padding:2px;
	font-weight: bold;
}
.list_th td{
	border-bottom:1px solid #ccc;
	border-top:1px solid #cccccc;
	padding:5px;
}
.list_tr{
	height:20px;
}
.list_tr td {
	border-bottom:1px dashed #cccccc;
	padding:5px;
}
.right_style{
	text-align:right:
}
#new_box div {
	margin:2px;
	border: 1px solid #ddd;
	height:80px;
	float:left;
	line-height:80px;
	width:165px;
}
#new_box td{
	text-align:center;

}
.f7 {
	background-color: #f7f7f7;
}
.z10 {
	padding-left: 10px;}