﻿@charset "utf-8";
/* CSS Document */

/*basic style*/
*{	
	margin:0;
	padding:0;
}
html{
	sbackground:url(images/bg_html.gif) repeat-x top;
}
body{
	margin:0 auto;
	background:url(images/bg_body.gif) repeat-x top;
	font:12px/150% Arial;
	color:#333;
	text-align:center;
}
p{
	margin-bottom:10px;
	text-indent:2em;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#f30;
	text-decoration:underline;
}
img{
	border:none;	
}
li{
	list-style-type:none;
}
h1{}
h2{
	font-size:14px;
	font-weight:bold;
	color:#069;
}
#login_tiplb{
	color:#f00;	
	font-size:14px;
}
/*id style*/
/**********头部**********/
#header{
	height:193px;
	width:870px;
	margin:0 auto;
}
#logo{
	position:absolute;
	margin:10px 0 0 10px;
}
#sitemap{
	display:none;
}
/*导航栏*/
#nav{
	position:absolute;
	margin:92px 0 0 40px;
	height:38px;
	background:url(images/line_nav.gif) no-repeat right 7px;
}
#nav li{
	float:left;
	background:url(images/line_nav.gif) no-repeat 0 7px;
}
#nav #nav_index{
	sbackground:none;
}
#nav li a{
	display:block;
	width:140px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:13px;
	text-weight:blod;
	text-decoration:none;
}
#nav li a:hover{
	background:url(images/bg_nav_hover.gif) no-repeat center 0;
}
#nav li ul{
	display:none;
	position:absolute;
	margin:-8px 0 0 30px;
	padding:5px 0 10px;
	width:100px !important;
	width:80px;
	background:url(images/bg_nav_under.gif) no-repeat center bottom;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#nav li li{
	float:none;
	background:#6b6b6b;
}
#nav li li a{
	display:block;
	width:80px;
	height:24px;
	margin:0 10px;
	line-height:24px;
	text-align:left;
	font-size:12px;
}
#nav li li a:hover{
	background:none;
	text-decoration:underline;
}
#nav #nav_index ul{
	display:none;
}
#nav_game ul{
	sdisplay:none;
}
#nav #nav_shop ul{
	display:none;
}
#nav #nav_top ul{
	display:none;
}
#nav #nav_pay ul{
	display:none;
}
#nav_game{display:none;}
#nav_mygame{display:none;}
/*设置当前*/
#nav .current{}
#nav .current ul{
	display:block;
}
#nav .current a{
	background:url(images/bg_nav_hover.gif) no-repeat center 0;
}
#nav .current li a{
	background:none;
}
/*设置当前*/
#nav .current2{}
#nav .current2 ul{
	sdisplay:block;
}
#nav .current2 a{
	background:url(images/bg_nav_hover.gif) no-repeat center 0;
}
#nav .current2 li a{
	background:none;
}
/**********内容**********/
#content{
	sdisplay:table !important;
	sdisplay:block;
	width:870px;
	margin:0 auto;
}
#content:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
/*左侧*/
#left{
	float:left;
	width:200px;
	background:url(images/bg_left.gif) repeat-y;
	text-align:center;
}
#left div{
	padding:0 5px;
	text-align:left;
}
#left_under{
	width:200px;
	height:10px;
	background:url(images/bg_under_left.gif) no-repeat left bottom;
}
/*右侧*/
#right{
	float:right;
	width:570px;
}
/**********底部**********/
#footer{
	clear:both;
	margin-top:20px;
	padding:15px 0 0;
	text-align:center;
	width:870px;
	margin:10px auto 0 auto;
	background:url(../../images/footer_bg_11.gif) repeat-x 0 0;
	padding-top:45px;
}
#underlink{
	width:530px;
	margin:0 auto;
}
#underlink li{
	float:left;
	margin:5px 15px;
}
#copyright{
	clear:both;
	width:600px;
	margin-top:23px;
	*margin-top:0;
	margin:0 auto;
	color:#999;
}
#copyright li{
	height:20px;
	line-height:20px;
}
/**********其他**********/
#result{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:1450px 0;
	background:#000;
	filter: alpha(opacity=50);
}
#ErrorMessage{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:200px;
	margin-top:-150px;
	margin-left:-100px;
	background:#fff;
	color:#39c;
}
/*class style*/
.basic{
	width:780px;
	margin:0 auto;
	text-align:left;
}

/*轮播图片样式*/
#SlidePlayer{height:260px;width:250px;position:relative;overflow:hidden}
