/*=html css
=============================================================================================*/


a:link{ color:#0000ff; text-decoration:none} 
a:visited{color: #3300ff; TEXT-DECORATION: none} 
a:active{color:green;text-decoration:none}
a:hover{color:red;text-decoration:underline}

body
{
text-align: center;
margin: auto; /*FF居中*/
background-color: gray;
font-family: "宋体", Arial, Helvetica, sans-serif; 
font-size:13px; 
}

h2
{
color: #f6022;
}


h3
{
color: #f60;
}

/*网页容器*/
#Container
{
margin: 3px auto 5px auto;
width: 860px;
background-color: white;
}

/*头部样式*/
#Header
{
margin: auto;
clear: top;
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #949494;
}

/*左侧栏*/
#LeftCol
{
float: left;
clear: left;
width: 150px;
}

/*右侧正文内容*/
#RContent
{
margin: 5px 10px;
float: right;
clear: right;
width: 680px;
text-align: left;
}


/*正文内容*/
#Content
{
margin: 10px auto;
width: 600px;
text-align: left;
}

/*申请表正文内容*/
#ApplyContent
{
margin: 10px auto;
width: 600px;
text-align: center;
}

.LeftTitle
{
margin: auto;
padding: 10px;
width: 100%;
text-align: left;
font-weight: bold;
}

/*页脚内容*/
#Footer
{
margin: auto;
float: bottom;
clear: both;
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #336699;
text-align: center;
border-left: none;
border-right: none;
padding-top: 5px;
padding-bottom: 5px;
}

/*页脚间隔栏*/
#FootSpace
{
margin: auto;
clear: both;
width: 100%;
height: 10px;
}

/*登陆状态条*/
#Loginstat
{
margin: auto;
clear: both;
height: 20px;
text-align: right;
border-style: solid;
border-width: 1px;
border-color: #878787;
border-left: none;
border-right: none;
padding-top: 5px;
padding-right: 15px;
}

/*网站logo*/
#HeadLogo
{
margin-left: 10px;
margin-top: 15px;
text-align: left;
float: left;
}

/*头部横幅广告*/
#HeadAD
{
margin-top: 20px;
margin-right: 10px;
float: right;
text-align: right;
}

/*菜单项*/
.MenuBlock
{
margin:3px 2px 2px 2px;
width: 100%;
background-color: #FFF;
border-style: solid;
border-width: 1px;
border-color: #7fc8ff;
}

.MenuBlock .title{
background-color:#f2f8fc; 
border-bottom: solid 1px #bde2ff; 
height:25px;
padding:0px; 
line-height:25px; 
color:#00457a; 
font-size: 110%;
font-weight:bold;
}

/*菜单样式*/
.MenuBlock ul{padding-left: 0px;list-style:none;  margin:4px 10px; line-height:26px;}
.MenuBlock ul li{list-style:none; border-bottom:solid 1px #d3d3d3;color:#666; }
.MenuBlock ul .lilast{list-style:none;color:#666;border-bottom:solid 1px #fff; }
.MenuBlock ul .linow{list-style:none;border-bottom:solid 1px #d3d3d3;color:#ff9900; background:120px 8px url(images/point.gif) no-repeat}
.MenuBlock ul .lilast_now{list-style:none;color:#ff9900; background:3px 8px url(images/point.gif) no-repeat;border-bottom:solid 1px #fff;}
.MenuBlock ul li a,.left_navi ul .lilast a{color:#666; text-decoration:none ;padding-left:15px}
.MenuBlock ul li a:hover,.left_navi ul .lilast a:hover{color:#404040; text-decoration:underline; background:3px 3px url(images/point.gif) no-repeat;padding-left:15px}
.MenuBlock ul .linow a{color:#cc3300; text-decoration:none}
.MenuBlock ul .linow a:hover{color:#cc3300; text-decoration:underline}
.MenuBlock ul .lilast_now a{color:#cc3300; text-decoration:none}
.MenuBlock ul .lilast_now a:hover{color:#cc3300; text-decoration:underline}

.menu {font-family: arial, sans-serif;  margin:0; margin:5px 0;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li a, .menu ul li a:visited {
display:block; text-align:center; text-decoration:none; 
width:104px; height:30px; color:#000; border:1px solid #fff;
border-width:1px 1px 0 0;background:#c9c9a7; line-height:30px; 
font-size:11px;}
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu #linow {color:#fff; background:#b3ab79;}
div.menuSpace {clear:both; width:100%; height:2px; background:#b3ab79; }

/*logo*/
#Logo
{
float: left; /*浮动居左*/
clear: left; /*不允许左侧存在浮动*/
width: 200px;
}

/*头部广告*/
#ADTop
{
float: right; /*浮动居右*/
clear:right; /*不允许右侧存在浮动*/
width: 500px;
text-align: right;
}

/*底部链接*/
.FootLink
{
padding: 5px;
}

/*底部文字*/
.FootText
{
padding: 5px;
font-size: 90%;
color: gray;
}

/*页面导航*/
#Navigation
{
}

/*查询框*/
.search_look{ 
width:96%; 
border:solid 1px #8b8b8b; 
background-color:#fef2d1;
margin-top: 10px;
margin-bottom: 5px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

.search_look a {font-size:140%;}
.search_look a:link {color: #cc3311;}
.search_look a:visited {color: #cc3311;}

/*申请页面样式*/
.apply_look
{
margin-top: 10px;
width: 540px;
text-align: left;
margin-top: 20px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 25px;
}

#sendapply{margin-left: 160px;width:180px;height:28px;}


/*登陆样式*/
.login_look{ 
width:90%; 
border:solid 1px #8b8b8b; 
background-color:#fef2d1;
margin-top: 20px;
margin-bottom: 50px;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

.login_look table {margin:auto; padding:5px;}
.login_look td {text-align: right;}

/*报表样式*/
.rept_look
{
width: 98%; 
margin-top: 5px;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 2px;
}
.rept_detail{ width:100%; margin:auto; border-collapse:collapse;}
.rept_detail td{ height:26px; text-align:center; border:solid 1px #a1a1a1}
.rept_title td{ height:26px; background-color:#CCC; font-weight:bold}

/*信息列表样式*/
.table_info{ width:100%; margin:auto; border-collapse:collapse;}
.table_info td{ height:28px; border:solid 1px #a1a1a1}
.td_left{width:150px; text-align:right; padding-right: 10px; background-color:#ccccf8;}
.td_right{text-align:left; padding:0px; padding-left: 10px; padding-right: 10px;padding-top: 2px;padding-bottom: 2px;}
.td_title{background-color:#CCC; font-weight:bold; text-align:center;}

td.tongji{font-size:110%; text-align:right; padding:4px;}
span.shopnum{font-size:120%;font-weight:bold;color:red;}

/*会员信息列表样式*/
.mem_info{ width:100%; margin:auto; border-collapse:collapse;}
.mem_info .td_title{width:20%; background-color:#CCC; font-weight:bold; text-align:center;}
.mem_info td{ border:solid 1px #a1a1a1; padding:4px;}

span.title{color:gray;}
span.Red{color:red;}
span.Jine{font-size:120%; color:red; font-weight:bold;}

/*广告样式*/
div.adcodes {width:94%;margin:12px auto 10px 0px; padding:6px;border:solid 1px #0303d3;}
div.adoutput {width:94%;margin:4px auto 2px 16px;}
div.adoutput textarea {width:610px; height:36px; margin:6px auto;}
#adseltype {font-weight:bold;}
#adxiaoguo {width:100%; margin:10px auto 10px auto; text-align:center;}
#showadcodes {display:none;}

.adbuildcode{width:90%; background-color:#fef2d1;padding:10px; padding-left:20px;}
.adbuildcode #urlto {width:500px; margin:6px auto 10px 20px;}
.adbuildcode #adwords {width:500px; margin:6px auto 10px 20px;}

#sendapply{width:180px;height:28px;color:red;}
input.LoginBtn{width:100px;height:24px;}

/*生成代码样式*/
p.CodeSpec
{
width: 540px;
padding-left: 5px;
line-height:18px;
}

input.CodeBudBtn{width: 120px; height:24px; color:red;}


/*数据分页样式*/
div.pagelist{width:97%; height:22px; padding:2px; background-color:#CCCDDD; }
