/* project: XunShan Entertainment Center
   design: Swordfish (www.iswordfish.cn) */

*{
	margin:0;
	padding:0;
}
body  {
	margin: 0; 
	padding: 0;
	text-align: center; color: #000000;
	font-size:12px;
}
img{
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
}



h2 {
  font-size: 130%;
}


h3 {
  font-size:15px;
}



h4 {
  font-size: 14px ;

}



h5 {

  font-size:13px;

}




h6 {
 font-size:12px;
}



p {
  font-size:14px;
}


a:link, a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #eb6100;
  text-decoration: underline;
}

a.active {
  color: #444;

}
.wrapper1{
 font-size:14px;
 background:#FCFDFF url('bg0.jpg') repeat-x scroll center top;
}

#container { 
	width:980px;  /* 这将创建一个占据 80% 浏览器宽度的容器 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
/*	border: 1px solid #fffff6;*/
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
#header { 

	padding: 0px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
} 
.header_logo{
	float:left;
}
.header_text_small{
	float:right;
	font-size:11px;
}

#navigation {
        /*background: #fffae3;
        border-bottom: 1px solid #ffe988;*/
        font-weight: bold;
        padding-left:5px;

}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding:3px 0 4px;

}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
        *+ padding: 0px 0;

}
#navigation ul li span {
        background: url(tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}

/*==首页代码==*/
#index_contaninter{
	background: #fff url('container_bg.jpg') repeat-y scroll left top ;

}
#index_sidebar1 {
	float: left; /* 在源代码顺序中，此元素必须位于要与之相邻的任何元素之前 */
	width: 180px; /* 由于此元素是浮动的，因此必须指定宽度 */
	padding: 10px 5px; /* 顶部和底部的填充将在该 div 中产生视觉空间 */
}
.index_usercenter{
	background:#e54302 url('login_bg_footer.gif') no-repeat scroll center bottom;
	width:180px;
}
.index_usercenter h3{
		background:url('login_bg_title.gif') no-repeat scroll center top;
		height:27px;
}
.index_usercenter_content{
	background:url('login_bg_content.gif') no-repeat scroll left top;
	font-size:12px;
	color:#fff;
}
.index_usercenter_content div{
  padding:2px 2px 2px 8px;
}
.index_usercenter_content b{
	display:block;
	float:left;
}
.index_usercenter_content input{
	width:110px;

}
.index_usercenter_content span {
	margin-left:50px;
  padding-top:20px;

}
.index_usercenter_text {
 color:#f5f5f5!important;
 }
.sidebar_Img {
text-align:center;
padding:2px 0px;
border-bottom:1px #fff solid;
margin:2px 0;
	}

#index_sidebar2 {
	float: right; /* 在源代码顺序中，此元素必须位于要与之相邻的任何元素之前 */
	width: 250px; /* 由于此元素是浮动的，因此必须指定宽度 */
	padding:3px 0px 5px 0px; /* 顶部和底部的填充将在该 div 中产生视觉空间 */
}
.notice_title{
	background:#fff url('notice_title_bg.gif') no-repeat scroll left  top;
	height:30px;
}
.notice_title h3{
	padding:12px 0 0 20px;
	color:#eb6100;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
}
#notice_list {
	border-left:1px #ffa84e solid;
		border-right:1px #ffa84e solid;
			border-bottom:1px #ffa84e solid;
	 padding:0px 3px 3px 3px;
	 list-style:none;
	 background:#ffe5aa;

}
#notice_list li{
 padding:4px 0 5px 15px;
 font-size:13px;

}
.li_a { background:#fff  url('notice_li.gif') no-repeat scroll 3px center;}
.li_b { background:#f9f9f9 url('notice_li.gif') no-repeat scroll 3px center;}
#notice_list li span{
 color:#666;
 font-size:11px;
 margin-left:3px;
}


#indexContent { 
	margin: 0 250px 0 198px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */

}
.index_banner{
	margin:3px 0px;
}
.index_hotnews{
padding:0px 1em 3px 3em; margin:0 10px 4px 2px;
 background: url('hot1.gif') no-repeat scroll 15px 2px;
 border-bottom:1px #ddd dotted;
}
.index_hotnews a{
	padding-right:5em;
	font-size:13px;
	font-weight:bolder;
}
.index_article{
margin-top:1px;
}
#article_list { line-height:22px; list-style: none; border:1px #ddd solid; 
}
#article_list li{
	border-bottom:1px #ddd dotted;
	 margin:1px 8px;
	 background: url('article_li.gif') no-repeat scroll left center;
	 padding-left:1em;
}
.index_article_list1{
  width:49%;	
   float:left;
}
/*截字*/
.index_article_list1 ul{
 width: 250px;
 padding-right:8px;/*ff识别*/
  *padding-right:0px;/*IE识别*/
}

            
.index_article_list1 li {
            margin: 12px 0;
            width: 228px;
            }
.index_article_list1 li a {
	display: block;
	width: 215px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
            }
        
        /* firefox only */
     
.index_article_list1 li:not(p) { /* wtf is? pls let me know*/
            clear: both;
            }
.index_article_list1 li:not(p) a {
            max-width: 200px;
            float: left;
            }
.index_article_list1 li:not(p):after {
            content: "...";
            float: left;
            width: 25px;
            padding-left: 5px;
            color: #df3a0e;
            }
            

.index_article_list2{
  width:49%;	
   float:right;
}

.index_article_title{
	background:#ddd url('index_article_title_bg.jpg') repeat-x scroll;
	height:25px;
}
.index_article_title h3{
		background:url('index_article_title_dot.jpg') no-repeat scroll 3px center;
		padding-left:25px;
		margin-top:5px;
		color:#eb6100;
		font-weight:bold;
		font-size:14px;
		float:left;}
.index_article_title img{
 float:right;
 margin-right:5px;
 margin-top:3px;
}

/*==二级页面代码==*/
#subpage_contaninter{
		background: #f5f5f5;
		padding:2px 1px 2px 2px;
}
#subpage_sidebar{
	float: left; /* 在源代码顺序中，此元素必须位于要与之相邻的任何元素之前 */
	width: 180px; /* 由于此元素是浮动的，因此必须指定宽度 */
	padding-left:2px;
	
}
#subpage_contentBox{
 background:#fff;
 border:1px #ddd solid;
 margin-left:185px;
}
.subpage_content{
 padding:3px 6px 3px 6px;
}
.subpage_content h3{/*导航*/
 margin:1px 0px 3px 2px;
 font-size:14px;
 font-weight:bolder;
 background:#fff  url('article_title_bg.gif') repeat-x scroll left top;
 color:#444;
 padding:4px 0 4px 10px;
 color:#333;
 border:1px #ffcc00 solid;
  position:static;
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offX=1,offY=1,positives=1);
    }
.subpage_content h4{ /*标题*/
 font-weight:bold;
 margin:5px 2px 5px 2px;
 padding:5px 2px 5px 2px;;
 /*rder-top:1px #ddd dotted;*/
 color:#fc8a37;
}
.subpage_content p{
	font-size:13px;
	padding:0 4px 5px 6px;
	color:#444;
}
.subpage_content_list li{/*列表*/
		border-bottom:1px #ddd dotted;
	 margin:8px 2px;
	 background: url('article_li.gif') no-repeat scroll 6px center;
	 list-style:none;
}
.subpage_content_list span{/*列表小字*/
	
 color:#666;
 font-size:11px;
 margin-left:3px;
}
.subpage_faq p{
border-bottom:1px #ddd dotted;
}
/*==二级页面B代码==*/
#subpageB_contaninter{
		background: #f5f5f5;
		padding:2px 1px 2px 2px;
}
#subpageB_sidebar{
	float: right; /* 在源代码顺序中，此元素必须位于要与之相邻的任何元素之前 */
	width: 250px; /* 由于此元素是浮动的，因此必须指定宽度 */
	padding-right:2px;
}
#subpageB_contentBox{
 background:#fff;
 border:1px #ddd solid;
 margin-right:255px;
}

/*分页*/
.pagination{
padding: 2px;
margin:2px 5px 2px 300px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #eb6100;
text-decoration: none; 
color: #eb6100;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #eb6100;
color: #000;
background-color: #ff9245;
}

.pagination a.currentpage{
background-color: #ff9245;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
/*二级新闻页面*/
.subpage_article h4{
	 text-align:center;
	 margin:5px 5px 2px 5px;
	 color:#eb6100;
}
.subpage_article h5{
text-align:right;
padding:3px 5px;
}
.subpage_article h6{
	color:#666;
	text-align:center;
}
.subpage_article hr{
	color:#ddd;
	height:1px;
}
.subpage_userCenter{
width:92%;
	 margin-left:0px;
}
.subpage_userCenter_ad{
	 float:left;
}
.subpage_userCenter_box{
	 float:right;
	 text-align:left;
	 font-size:13px;
	 font-weight:bold;
	 color:#666;
	 margin-left:10px;
}
.subpage_userCenter_box table{
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.subpage_userCenter_box div{
	margin:5px 0px;
	border-bottom:1px #ddd  dotted;
}

.subpage_userCenter_box div:hover{
	background:#ddd;
}
_userCenter_box label{

}
.subpage_userCenter_box h6{
	color:#fc8a37;
	padding:1px 0px 2px 18px;
	background:#fffdf6 url('notice_li.gif') no-repeat scroll 5PX  8px;
	border-TOP:1px #fff6d3 dotted;
		border-left:1px #fff6d3  dotted;
			border-right:1px #fff6d3 dotted;
	margin-TOP:2PX;
	margin-bottom:4px;

}
.subpage_userCenter_btn{
 text-align:right;
 margin-right:10px;
 margin-top:5px;
}
.subpage_Box1{
margin:0px 5px 0px 5px;
padding:10px 1px 20px 1px;
background:#fff;
border-bottom:1px #ddd solid;
}
.subpage_Box2{
margin:0px 5px 5px 5px;
padding:10px 1px 10px 1px;
background:#f5f5f5;
border-bottom:1px #ddd solid;
}
.subpage_Box1 p,.subpage_Box2 p{
	padding-top:5px;
}
.subpage_Box1 b,.subpage_Box2 b{
 color:#eb6100;
}
/*商城和下载的表格列表页面*/
.subpage_listTab{
 width:96%;
 border:0px;
}

.subpage_listTr img{
margin:5px 5px 10px 0px;
}
.subpage_listTr p{
	margin:2px 0px;
}
.subpage_listTd1{
 width:25%;
 border-bottom:1px #ddd dotted;
 padding-left:8px;
}
.subpage_listTd2{
 width:70%;
  border-bottom:1px #ddd dotted;
  padding-left:1em;
}


.subpage_userPanel{
padding:0px 1px 10px 40px;
background:#fff5dd url('userPanel_relax.gif') no-repeat scroll 5px center;
border:1px #ffa84e solid;
}
.subpage_userPanel b{
	color:#fb6100;
}
.subpage_userPanel_inquiry td{

}
.subpage_userPanel_inquiry_title{
	background:#ddd;
		text-align:center;
	margin:3px 2px;

}
.subpage_userPanel h4{
padding:8px 5px 0px 10px;
font-weight:normal;
}
.subpage_userPanel h6
{
padding:8px 5px 0px 10px;
font-weight:normal;
color:#333;
}

.subpage_payment_box td{
	margin:10px 2px;
	border-bottom:1px #ddd  dotted;
	padding-bottom:5px;
	padding-left:10px;
}
.subpage_payment_box span{
}
.subpage_sidebar_payment{
margin-left:10px;

}
.subpage_sidebar_payment ul{
	list-style:none;
}
.subpage_sidebar_payment ul li{
	margin:10px 0px;
	background:url('icon_sidebar_title.gif') no-repeat scroll 4px 1px;
	padding-left:22px;
	border-bottom:1px #ddd solid;
	padding-bottom:4px;
}
.subpage_dealer h4{
	background:#fffff7 url('list_title_bg.gif') repeat-x scroll left top;
	font-size:16px;
	color:#444;
	padding-left:5px;
	}
.subpage_dealer div{
display:none;
}
.subpage_dealer table{
	 width:100%;
 border:0px;
 	 font-size:14px;
 	 border-left:1px #e3e197 solid;
 	 border-top:1px #e3e197 solid;
}
.subpage_dealer b{
	color:#fb6100;
}
.subpage_dealer tr{
background-color:expression((this.sectionRowIndex%2==0)?"#ffffeb":"#ffffff");
}
.subpage_dealer td{
	padding:4px 0px 4px 5px;
	border-right:1px #e3e197 solid;
	border-bottom:1px #e3e197 solid;

}
.subpage_dealer h5{
	text-align:right;
}
/*===底部代码===*/
#footer { 
	padding: 5px 10px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#DDDDDD url('footer_bg.jpg') repeat-x scroll left top;
	text-align: center;
} 
#footer h5{
	margin:5px 2px;
}
#footer h6{
	margin:8px 0px;
	color:#555;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含其子浮动的容器结束之前的最后一个元素 */
	clear:both;
}
