/* 说明 */
body
{
	font-family: "宋体";
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background: url(../../images/zh-CN/member_header_bg.gif) repeat-x;
}

/* 字体 */
/* 深灰字体 */
.darkgray
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
}
/* 红色警告文本 */
.redtext
{
	color: #ff0000;
	font-family: "宋体";
	font-size: 12px;
}
.redspan
{
	color: #ff0000;
	font-family: "宋体";
	font-size: 12px;
	float:right;
}
/* 文本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;
}
/* 一般链接鼠标覆盖 跳动
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF4800; position:relative; left: 1px; top: 1px; TEXT-DECORATION: none; FONT-SIZE: 12px; LINE-HEIGHT: 18px
}

/* 导航栏链接文字 */
.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;
}
.topsearch {
	FONT-SIZE: 11px;
	BACKGROUND: #f5f5f5;
	COLOR: #888888;
	HEIGHT: 16px;
	width: 71px;
	border: 1px solid #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: #96CD81 outset 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;
}
/* TOP1表格 */
.top1table
{
	border-collapse:collapse;
	border-color: #96daff;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* TOP2表格 */
.top2table
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* TOP3表格 */
.top3table
{
	border-collapse:collapse;
	border-color: #afd6f5;
	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: #f6f6f6;
	font-weight: bold;
}
/* 表格内容单元格 */
td.ContentTD
{
    font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
	border: 1px solid #D1D1D1;
	padding:4px;
}
td.TitleTD1
{
    font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	padding:4px;
	background:url(../../images/zh-CN/x_020.gif)
}
/* 表单 */
/* 表单文本框 */
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;
}
/* 下划线形式的文本框输入 */
.lineinput1
{
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: "宋体";
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #DDDDDD;
}
/* 实心线边框的文本框输入 */
.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;
}
.input_text{font: normal 12px Verdana;border:1px solid #CCC;line-height: 18px;height: 18px;padding-left:5px;}
.input_textarea{font: normal 12px Verdana;color: #333;border: 1px solid #ccc;background: #fff; float:left;width: 400px;height: 50px;overflow: auto;}
.input_select{width:190px; margin-left:0!important;margin-left:5px;}

/* 类似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;

}
/* 图标（鼠标移走） */
.imgonmouseout
{
	border: 1px solid #FFFFFF;
}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}
#comap {
	position: absolute;
	right: 1px;
	bottom: 1pt;
	width:400px;
	height:323px;
	z-index:1;
	display:none;
}

/*------管理中心/会员中心框架-START------------*/
#member_box {
	width: 985px;
	margin:0 auto;
}

#member_left {
	width: 201px;background:url(../../images/zh-CN/member_left_in.gif) repeat-y;
	float: left;
}

#member_left_in{background:url(../../images/zh-CN/member_left.gif) no-repeat 0 top ; float:left;}

#member_left_in2{background:url(../../images/zh-CN/member_bottom2.gif) no-repeat 0 bottom ;padding:5px;width:191px; float:left; padding-bottom:15px;}

#member_left h2{height:48px; width:190px;background:url(../../images/zh-CN/member_left_in_t.gif) no-repeat 0 top ; padding:0; margin:0;margin-bottom:8px; }
#member_left .manage_h2{background:url(../../images/zh-CN/member_left_in_t2.gif)}
#member_left .guanli_h2{background:url(../../images/zh-CN/member_left_in_t3.gif)}


#member_left .memeber_left_dl{background:url(../../images/zh-CN/member_left_dl.gif) repeat-y; width:174px; margin:10px 0 10px 4px; float:left;}

#member_left .memeber_left_dt{background:url(../../images/zh-CN/member_left_dt.gif) no-repeat 0 top ;width:169px; height:28px;line-height:33px; font-size:14px; padding:5px 0 5px 5px;}

#member_left .memeber_left_dt img{
	vertical-align: middle; padding:0 10px;
}

#member_left .memeber_left_dd{background:url(../../images/zh-CN/member_left_dd.gif) no-repeat 0 bottom ;width:154px; padding:0 10px 10px 10px;float:left;}
.memeber_left_dd .lineinput{ background:none; width:75px;}
.memeber_left_dd .member_tongji { margin:0;padding:0; float:left;}
.memeber_left_dd .member_tongji li{  margin:0;padding:3px 0;float:left;width:65px; margin-right:1px;}
.memeber_left_dd .member_tongji .right1{padding-left:30px;width:45px;}

.memeber_left_dd .manege_tongji li{width:30px; margin-right:1px;}
.memeber_left_dd .manege_tongji .right1{
	width:65px;
}

#member_body{ width:990px; padding-top:5px;}

#member_center {float: right;width: 780px;}

#member_center1 {
	background-image:url(../../images/zh-CN/member_title.gif);
	padding: 15px 0 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	background-repeat: no-repeat;
}


#member_left1 {
	width: 200px;
}
#member_footer {
	height: 80px;
	width: 985px;
}


#member_var {
	float: left;
	width: 590px;
	margin-left: 3px;
	padding-top: 3px;
}

#member_var img {
	margin-bottom: 0px;
	vertical-align: text-bottom;
}

#member_var1 img {
	vertical-align: text-bottom;
}


.pagetitle{
	margin-left: 7px;
}

#member_center2 li {
	float: left;
	list-style-type: none;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#member_center2	{width: 780px;}
#member_center2 ul {
float: left;
	margin: 0 0 43px 0;
}
 
#member_footer {
clear:both;
	margin:10px auto;
	width:990px;
	text-align: center;
}

#member_footer11 {
	background-image:url(../../images/footer_bg1.gif);
	height: 114px;
	width: 8px;
	float: left;
}
#member_footer13 {
	background-image:url(../../images/footer_bg3.gif);
	height: 114px;
	width: 8px;
	float: left;}


#member_footer12 {
	background-image:url(../../images/footer_bg2.gif);
	height: 114px;
	width: 969px;
	text-align: center;
	font-size: 12px;
	background-repeat: repeat-x;
	float: left;
}


#member_footer1 {
	float: left;
	height: 41px;
	width: 165px;
}
#member_footer2 {
	float: left;
	width: 444px;
	text-align: left;
	
}
#member_footer2 dl {
	margin: 0px;
	padding: 0px;
}
#member_footer2 dd {
	margin: 0px;
	padding: 0px;
}

#member_footer3 {
	float: left;
	height: 41px;
	width: 165px;
}

#member_footer_low {
	margin:0 auto;
	width: 774px;
	margin-top: 10px;
}

/* Moz */
#member_footer_top {
	width: 700px;
	height: 18px;
	vertical-align: bottom;
	text-align: center;
	border-bottom: 1px dashed #999;
	margin-left: 120px;
	margin-top: 15px;
}
/* IE6 */
* html #member_footer_top {
	width: 700px;
	height: 18px;
	vertical-align: bottom;
	padding-top: 15px;
	text-align: center;
	border-bottom: 1px dashed #999;
	margin:0;
} 
/*------管理中心/会员中心框架-END------------*/

.siteadmin{background: url(../../images/zh-CN/body_bg.gif) repeat-x; width:100%;}
.siteadmin #tags LI{background:url(../../images/zh-CN/manage_fy.gif);}
.siteadmin #tags LI a{font-size:14px;width:110px;text-align:center;color:#FFF;font-weight: bold;}
.siteadmin #manage_fy {WIDTH: 647px; margin:130px auto 0 auto; }
.siteadmin #manage_fy h3{ width:647px; height:43px;background-image: url(../../images/zh-CN/allmanage_h3.gif); margin-bottom:3px;}
.siteadmin #tags{ height: 47px;width: 627px;background:url(../../images/zh-CN/tags_bg.gif); padding:5px 0 0 20px; margin:0 0 5px 0;}
.siteadmin #tags LI {background:url(../../images/zh-CN/tag_emp.gif);float: left; margin:0 16px;height: 40px;}
.siteadmin #tags LI A {FLOAT: left;line-HEIGHT:40px;}
.siteadmin #tags LI.selectTag {background:#fff url(../../images/zh-CN/tag_sel.gif);line-HEIGHT:40px;HEIGHT:40px;}
.siteadmin #tags LI.selectTag A {COLOR: #eb191b; width:106px;text-align:center;}
.siteadmin .tagContent {width:647px;color:#474747;border-top:none;DISPLAY: none;}
.siteadmin #tagContent{background: url(../../images/zh-CN/content_bg.gif) repeat-x top;width:647px;}
.siteadmin #tagContent_l{background:url(../../images/zh-CN/content_l.gif) no-repeat left top;width:647px;}
.siteadmin #tagContent_r{background:url(../../images/zh-CN/content_r.gif) no-repeat right top;width:647px;height:345px; }
.siteadmin #tagContent DIV.selectTag {DISPLAY: block;}
.siteadmin .tagContent strong{ color:#e00a0a; line-height:30px; font-size:12px;}
.siteadmin .tagContent div{ background:#e30d0f; color:#fff; display:inline; padding:3px 5px 1px 5px; line-height:30px; font-size:12px}
.siteadmin .tagContent p{text-indent: 24px;font-size:12px;}
.siteadmin .tagContent p span{font-weight:bold;font-size:12px;}
.siteadmin .margin-b{ margin-bottom:6px;}
.siteadmin .margin-t{ margin-top:6px;}
.siteadmin h1{padding:3px 0 0 26px;height:16px;float:left;font-size: 14px;}
.siteadmin .more{float:right; padding-top:2px; }
.siteadmin .more a{text-decoration: underline;}
.siteadmin .bline{text-decoration: underline;}
.siteadmin #site_body{ margin:0 auto; width:400px;padding-top:15px;}
.siteadmin #site_body dd{ margin:12px 0; }
.siteadmin #site_body dd img{margin-right:6px;	vertical-align: middle;}
.siteadmin #site_body .left{ width:150px; text-align:right; display:block; float:left;}
.siteadmin .login_input{border: 1px solid #000; margin-right:5px;}
.siteadmin .solidinput{ width:100px;}

/*---------表单验证---------*/
#validate{font: normal 12px Verdana; clear:both;}

.validate_1 h1 {font: bold 14px Verdana;}
.validate_1 legend {font-weight: 700;color:black;}
.validate_1 dl {margin: 2px 0 0;padding: 4px 0;border-bottom: 1px solid #ccc; height:27px;line-height:20px;width:100%;float:left!important;float:none;}
.validate_1 dt{float: left;height: 30px;line-height: 30px;margin: 0;padding: 0;}
.validate_1 dd {float: left;height: 30px;line-height: 30px;margin: 0;padding: 0;}
.validate_1 dt {font-weight: 700;width:80px;text-align: left;color : #666;height:90%; padding-left:10px;}
.validate_1 dd {margin-left: 5px; float:left}
.validate_1 td {font: normal 12px Verdana;color: #333;border: 1px solid #ccc;background: #fff}
.validate_1 .fieldset{ float:left;border:1px #ccc solid;}
.validate_2 dl{float:none!important;float:none;}
#validate .zhuce_put02{margin-left:0!important;margin-left:5px;}

#validate form {display: inline;}
#validate .tooltips {position:absolute;left:-500px;top:-500px;font:bold 12px Tahoma;color:#666;border-top: 1px solid #00B800; background: url(../../images/zh-CN/tips_icon.gif) no-repeat bottom; margin: 0; padding: 5px 0px;width:300px;}
#validate .summary {margin-left: 3px;font: 12px Tahoma;color: #666;border: 1px solid #0099cc;background: #ddedfb;display : none;}
#validate .summary .title {font-weight: bold;margin-left:8px;padding:3px;}
#validate .summary ol{
	margin-top:0;
	margin-bottom:2px;
	list-style-position: outside;
	list-style-type: lower-roman;
}
#validate .summary ol li{
	list-style-position: outside;
	list-style-type: lower-roman;padding-left:10px;
}
#validate .style-warn {background-color : #FFF2E9;}
#validate .style-pass {background-color : #f4f4f4;}
#validate .msg {background: #fff url(../../images/zh-CN/icons.gif) no-repeat -25px -75px;border: 1px solid #fff;display: inline;margin-left: 5px;padding: 2px 2px 2px 18px;vertical-align : -1px;*vertical-align : 8px;_vertical-align : 6px;}
#validate .pass {background-position: 1px -57px;background-color: #E6FFE6;border-color: #00BE00}
#validate .error {background-position: 1px -38px;background-color: #FFF2E9;border-color: #FF6600;}
#validate .tips {background-position: 1px 2px;background-color: #E2F5FF;border-color: #00A8FF;}
#validate .loading {background: #fff url(../../images/zh-CN/loading.gif) no-repeat left center;background-color: #E2F5FF;border-color: #00A8FF;}
#validate .block {background-position: 1px -18px;background-color: #FFF2E9;border-color: #FF6600;}
#validate .clearfix {clear : both;}
#validate #passwordInfo {*margin-left:2px;width:220px;height: 20px;background: transparent url(../../images/zh-CN/levels.gif) left top no-repeat; float:left;}



/*--------标签切换--------*/
#index_pro{width: 581px;float:left; margin-top:4px;overflow-x:hidden;margin:0;border-bottom:1px solid #ccc;}
#index_pro #tags2 {height:25px;line-height:22px;width: 571px;background:url(../../images/pro_title_bg.gif) no-repeat; padding:0 0 0 10px;}
#index_pro #tags2 LI{background: url(../../images/tagleft2.gif) no-repeat left bottom;height: 25px;width:83px;float:left;margin:0 2px; }
#index_pro #tags2 LI A {FLOAT:right;LINE-HEIGHT: 33px;HEIGHT: 25px;color:#343434;width:83px;text-align:center;overflow: hidden;}
#index_pro #tags2 LI.emptyTag {}
#index_pro #tags2 LI.selectproTag { BACKGROUND-POSITION: left top; MARGIN-BOTTOM: 0px; POSITION: relative;font-weight: bold;}
#index_pro #tags2 LI.selectproTag A {BACKGROUND-POSITION: right top; LINE-HEIGHT: 28px;color:#cb0000;overflow:hidden;}
#index_pro .proContent {width:569px;padding:5px;overflow-x:hidden;color:#474747;border:1px solid #ccc; margin-top:4px;DISPLAY: none; border-bottom:none;	background: url(../../images/1px.gif) repeat-y 270px; float:left;}
#index_pro .proContent .title1{padding-top:5px;background: url(../../images/zh-CN/line01.gif) repeat-x 0 25px;}
#index_pro .proContent .title1 h5{font-size:14px;line-height:25px;background: url(../../images/zh-CN/ico_org.gif) no-repeat 0 0px;padding-left:30px;}
#index_pro .proContent #pro_form{width:568px;}
#index_pro .proContent #pro_form .form_td2{width:443px;}
#index_pro #proContent DIV.selectproTag {DISPLAY: block;}
#index_pro_box{border-bottom:1px #ccc solid; width:270px; margin-top:1px;margin-right:1px; float:left;border-top:4px #f3f3f3 solid;}
#index_pro_box li{ float:left;}
#index_pro_box .l { width:100px;}
#index_pro_box .l p{ padding:4px; text-align:center; }
#index_pro_box .l p img{ margin:2px;}
#index_pro_box .r{ padding:7px 0 0 0; width:168px;}
#index_pro_box .r p{color:#2d5f9a}
#index_pro_box .r dl{padding:2px 0;height:90px;overflow: hidden;}
#index_pro_box .r dl dd{line-height:16px;padding-left:10px;background: url(pic06.gif) no-repeat 0px center; float:left; font-weight:normal}
#index_pro_box .r dl dd a{font-weight:normal}
#index_pro_box .r dl dd strong{font-weight:normal}

/*--------产品定型--------*/
.idccolum {padding:5px;height:15px;cursor: pointer; vertical-align: middle; background:url(../../images/zh-CN/bg_gray.gif);border-bottom:solid 1px #CDCDCD;}
.imgbtn  {float: left; vertical-align: middle;}
.subtitle {float: left; padding-left:5px;font-weight:bold;width:520px;color:#CB0000;}

/*--------定购表单说明信息--------*/
.site_featuretable {width:566px;margin:0 auto;background:url(../../images/zh-CN/site_featuretable.gif) repeat-y;}
.site_featuretable td{vertical-align:middle;height:48px;}
.site_featuretable td.f{text-align:center;font-size:14px;color:#a48f00;width:30px;padding-right:5px;}

.tipsframe{border:solid 1px #FF6600;background:#FFFFCC;padding:5px;color:#FF6600;}

