
body {
	overflow：hidden;
	margin: 0px;
	padding: 0px;
	font: 12px/1.5 "Verdana", "Geneva", "sans-serif" , "Tahoma" , "sans-serif";
	color: #333;
}

a {
	color: #333;
}
a {
	text-decoration: none;
}
a:hover {

	text-decoration: underline ;
}
.change {
	margin-left: 400px;
}

ul {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse:collapse
}

/*==========常用配置==========*/	
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}

.box {
	width: 630px;
	height: 500px;
}

.box .box-top {
	color: #2c2c2c;
	line-height: 30px;
	padding-left: 20px;
	width: 610px;
	height: 30px;
	background-image: url("../box/img/top-bar.png");
}

/*==========头像栏配置==========*/
.box .box-mid {
	width: 630px;
	height: 84px;
	background: #e5e5e5;
	position:relative;
}

.box .box-mid #left{
	width: 300px;
	height: 84px;
	float: left;
}

.box .box-mid #right{
	width: 200px;
	height: 84px;
	float: left;
}

.box .box-mid #battle{
	width: 80px;
	height: 60px;
	position:absolute;
	top: 10px;
	margin-left: 20px;
	background-image: url("../box/img/battle.png");
	
}

.box .box-mid #battle #battle-img{
	height: 25px;
}

.box .box-mid #battle #data_num{
	font:20px Tahoma;
	color:#3b3b3b;
	line-height: 35px;
	text-align: center;
}

/*==========头像框配置==========*/
.box .box-mid .icon{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.box .box-mid img{
	width: 64;
	height: 64px;
	border: 2px solid #999999;
}

/*==========玩家昵称文字配置==========*/

.box .box-mid .text{
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}

.text strong{
	vertical-align: middle;
}

.text p{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


.box .box-guide {
	width: 630px;
}

.box .box-guide-bar {
	height: 26px;
	background: #b6b5b5;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	padding-left: 20px;
}

.box .box-guide-bar span {
	line-height: 26px;
	font-weight: bold;
}

.box .box-guide-bar ul {
	margin-top: -1px;
}

.box .box-guide-bar ul li {
	list-style-type:none;
	cursor: pointer;
	float: left;
	width: 100px;
	height: 26px;
	margin-left: -1px;
	background: #b6b5b5;
	border: 1px solid #999;
	border-bottom: none;
	text-align: center;
	line-height: 26px;
}

.box .box-guide-bar ul li:hover {
	padding-bottom: 1px;	
	font-weight: bold;
	background: #eeeded;
}

.box .box-guide-bar .hover {
	padding-bottom: 1px;	
	font-weight: bold;
	background: #eeeded;
}

.box table {
	background: #eeeded;
}

.box table tr th{
	height: 29px;
	font-size: 12px;
	font-weight: normal;
}

.box table tr td{
	text-align: center; 
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff;
	border-top: 1px solid #999;
}

/*==========最近比赛配置==========*/	

.box-battle {
	width: 630px;
}

.box-battle img{
	width: 25px;
	height: 25px;
}

.sicon {
	width: 24px;
	height: 24px;
}

/*==========广告配置==========*/	

.box-adv {
	width: 330px;
	border-top: 1px solid #484747;
}

.box-adv img {
	margin: 10px;
	width: 280px;
	height: 280px;
}

/*==========翻页配置==========*/	

.page {
	width: 630px;
	height: 28px;
	text-align: center;
	background: #eeeded;
	border-bottom: 1px solid #484747;
	padding-top: 5px;
}


.page .button input {
	width: 19px;
	height: 15px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #484747;
}

.page .button a {
	display: inline-block;
	width: 17px;
	height: 18px;
	border: 1px solid #484747;
}

.page span {

}

.disable {
	cursor: not-allowed!important;
	background: #b6b5b5;
}

/*==========主页配置==========*/	
.home-menu {
	text-align: center; 
	background: #eeeded;
	width: 630px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #999;
}

.home-menu span {
	margin: 0 20px;
}

.home-search {
	width: 630px;
	height: 36px;
	padding-left: 40px;
	margin-top: 40px;
	margin-left: 45px;
	background: url("../box/img/search.png") no-repeat;
}

.home-search em {
	font: 20px/36px "微软雅黑";
	display: inline-block;
}

.home-search input {
	width: 262px;
	height: 35px;
	line-height: 36px;
	vertical-align: top;
	color: #999;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 40px;
	margin-left: 10px;
	border: none;
	background: url("../box/img/bgs_search.png") no-repeat;
}

.home-search button {
	cursor: pointer;
	color: white;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: bold;
	border: none;
	width: 100px;
	height: 36px;
	margin-left: 5px;
	background: url("../box/img/bgs_search.png") no-repeat left -36px;
}

.home-search .title {
	float: left;
	line-height: 36px;
	font: 20px/36px "微软雅黑";
}

/*==========盒子公告配置==========*/	
.box-sign {

	margin: 30px auto;
	width: 550px;
	border: 1px solid #999;
}

.box-sign .hd {
	padding-left: 10px;
	font-weight: bold;
	line-height: 27px;
	height: 27px;
	background: #b6b5b5;
}

.box-sign .hb em {
	color: #555;
	font-weight: bold;
}

.box-sign .hb p {
	color: #333;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 4px;
}

.box-sign .hb {
	min-height: 100px;
	padding: 20px;
}

.box-sign .ver {
	margin-left: 420px;
}

.box-sign .maker{
	margin-left: 470px;
	margin-bottom: 5px;
}