/*
*####################################################
* PHPCMS v3.0.0 - Advanced Content Manage System.
* Copyright (c) 2005-2006 phpcms.cn
*
* For further information go to http://www.phpcms.cn/
* This copyright notice MUST stay intact for use.
*####################################################
*/

/*默认*/

* { 
  margin:0px; 
  padding:0px; 
}

body {
  background-color:#fff;
  color:#000;
  margin:5px 0px;0px 0px;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;
  word-spacing:1px;
  line-height:20px;
  border:0px;
}

div{
}

li {
  list-style-type:none;
  line-height:150%;
}

img {
  border:0px;
}

/*****频道样式*****/
ul.TabBarLevel1{
    list-style:none;
    margin:0;
    padding:0;
    height:29px;
    background-image:url(images/m_level.gif);
    padding:0px 0px 0px 10px;
}
ul.TabBarLevel1 li{
    float:left;
    padding:0;
    height:29px;
    margin-right:1px;
    background:url(images/gray_l.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
    display:block;
    line-height:29px;
    padding:0 15px;
    color:#333;
    background:url(images/gray_r.gif) right top no-repeat;
    white-space: nowrap;
    text-decoration:none;
}
ul.TabBarLevel1 li.Selected{
    background:url(images/m_l.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
    background:url(images/m_r.gif) right top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
    color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#000;
    text-decoration:underline;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
    color:#fff;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
    color:#fff;
    text-decoration:underline;
	font-weight:normal;
}
div.HackBox {
  padding : 2px 2px ;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display:none;
  background-color:#f6f6f6;
}

/*****外补丁*****/
.mar_5{
  margin-top:5px;
}
.mar_10{
  margin-top:10px;
}

.gray{
  background-color:#f6f6f6;
}

.titlelist{
  line-height:150%;
}

/*简介*/
.description{
  line-height:150%;
  word-wrap:break-word;
  word-break:break-all;
  border:1px dotted #999;
  width:740px;
  font-size:14px;
  padding:5px;
  }
  
/*评论*/
.comm_tit{
  background-image:url(images/ico_2.gif);
  background-repeat:no-repeat;
  border-bottom:1px dashed #999;
  padding-left:30px;
}
.comm_text{
  width:96%;
  background-color:#f5f5f5;
  word-wrap:break-word;
  word-break:break-all;
  border:10px solid #fff;
  padding-left:5px;
  }

/******表 单*******/
input{
  font-size:12px;
}
textarea {
  font-size: 12px;
  background-color: #F9F9F9;
  vertical-align: middle;
  color: #000;

}
select {
  font-size: 12px;
  height: 20px;
  background-color: #fff;
  vertical-align: middle;
}
.radio{
  border:0px;
}
/*按钮样式*/
.btn{
  border:1px solid #666;
  height:20px;
  line-height:20px;
  background-image:url(images/bg_btn.gif);
  background-repeat:repeat-x;
  cursor:hand;
}
/*留言本*/
.gbook_tit {
  /*border-left:1px solid #ababab;
  border-right:1px solid #ababab;*/
  background-image:url(images/bg_tb.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  font-weight:bold;
  color:#D4380E;
  }
.left_line {
  border-right: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  line-height:300%;
  text-align:center; 
}
.gbook_text{
  word-wrap:break-word;
  word-break:break-all;
  border:5px solid #fff;
  font-size:14px;
}
.dot_pane {
  line-height:150%;
  word-wrap:break-word;
  word-break:break-all;
  border:1px dotted #999;
  width:740px;
  font-size:12px;
  padding:5px;
}
/*首页登录框*/

.bg_login{
  background-image:url(images/bg_top.jpg);
  line-height:24px;
  height:24px;
  font-size:12px;
  color:#000;
  border:1px solid #ccc;
  }

/*菜单*/
.bg_menu{
  background-image:url(images/bg_menu.jpg);
  background-repeat:repeat-x;
  border:1px solid #ababab;
  line-height:24px;
  margin-top:5px;
}
/*尾文件*/
.footer{
  background-image:url(images/bg_foot.jpg);
  background-repeat:repeat-x;
  border:1px solid #ababab;
  text-align:center;
  margin-top:10px;
}

.bg_titlebar{
  background-image:url(images/bg_tb.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  font-weight:bold;
  color:#0080C0;
}

/*新闻中心*/
.bg_a{
  background-image:url(images/bg_a.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
}
/*右侧栏目标题*/
.sidebar{
  background-image:url(images/bg_st.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  font-size:14px;
  font-weight:bold;
  color:#D4380E;
}

a:link,a:visited,a:hover,a:active{
  font-size:12px;
  color:#0000FF;
  text-decoration:none;
  }
a:hover{
  text-decoration:underline;
 }
a.more:link,a.more:visited,a.more:hover,a.more:active{
  font-size:12px;
  color:#D4380E;
  font-weight:bold;
  }
a.more:hover{
  text-decoration:underline;
 }
a.list:link,a.list:visited,a.list:hover,a.list:active{
  color:#0000FF;
  }
a.list:hover{
  color:#039;
  text-decoration:underline;
}

a.white:link,a.white:visited,a.white:hover,a.white:active{
  font-size:12px;
  text-decoration:none;
  color:#fff;
  }
a.white:hover{
  text-decoration:underline;
  }
.style1 {
	font-size: 18px;
	font-weight: bold;
}
/*登陆框样式*/
.side_login {
	padding-left: 5px;
	font-size: 14px;
	line-height:25px;
}

/*公告样式*/
.side_top {
	border-top: 2px solid #FF9900;
}
/*登陆页面登陆框*/
.loginbox{
  border:1px solid #ababab;
  background-color:#f6f6f6;
  margin=0 auto
}

.side_pic {
  border:1px solid #E3C27C;
  text-align:center;

}
.pic_tit {
  background-color:#fff;
  height:24px;
}
.bg_spepic{
  background-image:url(images/bg_spepic.gif) ; 
  background-repeat:no-repeat;
  background-position:5px;
}

/*会员中心管理*/
.side_0{
  border:1px solid #2999d6;
  font-size:12px;
  color:#013369;
  background-color:#fff;
  width:190px;
  margin:0 auto;
  }

.side_1{
  border:1px solid #2999d6;
  font-size:12px;
  color:#013369;
  background-color:#fff;
  width:190px;
  margin:10px auto 0;

}

.side_2{
  border:1px solid #fff;
  font-size:14px;
  font-weight:bold;
  color:#036;
  background-image: url("images/title_bg_3.gif");
  background-color:#E8F5FE;
  width:188px;
  height:25px;
  letter-spacing:3px;
  line-height:25px;
}

.side_3{
  border-left:5px solid #f60;
  font-size:14px;
  font-weight:bold;
  color:#f60;
  background-color:#f6f6f6;
  padding-left:15px;
  height:24px;
  margin-top:10px;
}
.side_4{
  font-size:12px;
  color:#036;
  background-color:#fff;
  text-align:left;
  width:178px;
  }
.side_4 li a {
  display: block; 
  width: 188px; 
  text-decoration: none;
  list-style-type:none;
  background-image: url(images/icon_1.gif);
  background-repeat: no-repeat;
  background-position: 2px 6px; 
  padding-left:30px;
  height:22px;
  line-height:22px;
}
.side_4 li a:hover {
   background-color: #e8f5fe;
   list-style-type:none;
   background-position: 2px 6px; 
   background-image: url(images/icon_2.gif);
   background-repeat: no-repeat;

}

.side_6{
  border-bottom:2px solid #FFAF16;
}

.tableborder {
  border:1px solid #2999d6;
  background-color:#EBF6FB;
  width: 100%;
}

td.tablerow {
  padding: 3px;
  background-color: #ffffff;
  line-height: 150%;
}
/*管理左栏背景*/
td.tablerowhighlight{
  background-color: #e8f5fe;
  border-bottom:1px solid #ffffff
  line-height: 150%;
  color:#036;
}
/*右栏标题*/
th{
  font-weight: bold;
  font-size: 14px;
  background-image: url("images/title_bg_3.gif");
  color:#036;
  line-height: 25px;
  height:25px;
  letter-spacing: 5px;
}

ul,li{
  line-height:150%;
  text-align:left;
  list-style-type:none;
  }

.color_1{
  color:#f60;
  font-size:12px;
  font-weight:normal;
}
.color_2{
  color:#000;
  font-size:12px;
  font-weight:normal;
}
.color_red {
  color:#f00;
  }
a.left:link,a.left:visited,a.left:hover,a.left:active{
  font-family:Geneva, Arial, Helvetica, sans-serif, "宋体";
  font-size:14px;
  color:#c60;
}
a.b12:link,a.b12:visited,a.b12:hover,a.b12:active{
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  }
a.b12:hover{
  text-decoration:underline;
  }
#mem_head {
  background-color:#FFFFFF;
  background-image:url(member/icon_3.gif);
  background-repeat:no-repeat;
  border-bottom:2px solid #FFAF16;
  height:70px;
  margin-right: auto;
  margin-left: auto; 
  }


/*注册页面*/
.reg_tab{
  font-weight:bold;
  border:1px solid #dcdcdc;
}
.reg_tab td{
  heigh:30px;
  line-height:30px;
  color:#069;
}
.r_t_r{
  text-align:right;
  padding-right:20px;
  background-color:#f9f9f9;
}
/*频道下属栏目菜单*/
.submenu{
  background-color:#7CC2E9;
  padding:0 20px;
  height:24px;
  margin-top:5px;
  color:#fff;
}
/*搜索*/
.search{
  background-color:#f5f5f5;
}
.search_l{
  background-color:#f5f5f5;
  text-align:right;
  padding-right:15px;
  height:30px;
  line-height:30px;
}
.search_r{
  padding-left:10px; 
}
/*幻灯片*/
#slidepic{
  border:1px solid #ddd;
  padding:5px;
  background-color:#fff;
}

.slidepic_title{
  border-top:5px solid #fff;
  background-color:#dcdcdc;
  font-weight:bold;
  height:24px;
  line-height:24px;
  text-align:center;
}
/*位置导航*/
.position{
  background-image:url(images/ico_1.gif);
  background-repeat:no-repeat;
  border:1px solid #ababab;
  padding-left:27px;
  line-height:24px;
  table-layout:fixed; 
  }
/*分页*/
.pages{
  background-color:#f4f4f4;
  text-align:center;
}
/*图片频道*/
.bg_p{
  background-image:url(images/bg_p.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
}
a.m_p:link,a.m_p:visited,a.m_p:hover,a.m_p:active{
  font-size:12px;
  color:#EC730B;
  font-weight:bold;
  }
a.m_p:hover{
  text-decoration:underline;
 }
/*下载频道*/
.bg_d{
  background-image:url(images/bg_d.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  }
  
a.m_d:link,a.m_d:visited,a.m_d:hover,a.m_d:active{
  font-size:12px;
  color:#0080C0;
  font-weight:bold;
  }
a.m_d:hover{
  text-decoration:underline;
 }
/*信息频道*/
.bg_i{
  background-image:url(images/bg_i.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#AC4F22;
}
 a.m_i:link,a.m_i:visited,a.m_i:hover,a.m_i:active{
  font-size:12px;
  color:#AC4F22;
  font-weight:bold;
  }
a.m_i:hover{
  text-decoration:underline;
 }
.bg_m{
  background-image:url(images/bg_m.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
}
/*标题*/
h3{
  margin:0px;
  color:#333;
  height:40px;
  line-height:40px;
  }
/*正文*/
.con_text{
  line-height:150%;
  word-wrap:break-word;
  table-layout:fixed;
  word-break:break-all;
  font-size:14px;
  padding:9px;
  border:1px solid #ccc;
  background-color:#f4f4f4;
  margin:10px 0px;
  }

/**/
.copyright{
  text-align:center;
}
.copyright_link{}

/*标签用到的样式*/
.tag_cat_td {
 border:1px solid #9c0000;
}