﻿@charset "utf-8";
/* CSS Document */

/*basic style*/
/*id style*/
/**********内容**********/
#left h2{
	margin-bottom:5px;
	padding:0 25px;
	background:url(images/bg_h2.gif) no-repeat;
	line-height:30px;	
}
/*大厅下载*/
/*按钮*/
#btn{
	padding-top:15px;	
	background:url(images/bg_top_left.gif) no-repeat 0 0;
}
#btn li{
	display:inline;
	margin:15px 0;
}
/*常用功能*/
#function{
	margin:15px 5px 0;
}
#function ul{
	margin:5px 15px;
}
#function li{
	padding:5px 10px 5px 30px;
}
#function_psw{
	background:url(images/icon.gif) no-repeat 5px -205px;
}
#function_info{
	background:url(images/icon.gif) no-repeat 5px -152px;
}
#function_nickname{
	background:url(images/icon.gif) no-repeat 5px -179px;
}
/*right*/
#right{
	background:none;
}
#right h2{
	padding-bottom:4px;
}
#right ul{
	background:url(images/bg_line.gif);
}
#right li{
	line-height:24px;
}
#right .more{
	float:right;
	margin:-26px 10px 0 0;
}
/*游戏列表*/
/*游戏列表*/
#game{
	float:left;
	width:570px;
	margin-top:10px;
	background:url(images/bg_div.gif) no-repeat 0 bottom;
}
#game h2{
	padding:8px 20px;
	background:url(images/bg_h2_2.gif) no-repeat 0 0;
}
#right #game_list{
	swidth:380px;
	margin:10px 10px 20px;
	background:url(images/bg_line2.gif);
}
#game_list li{
	padding-left:6px;
	line-height:28px;
}
#game_list li span,
#game_list li a{
	text-align:center;
}
.game_icon{
	float:left;
	width:40px;
}
.game_icon img{
	margin-top:5px;
}
.game_name{
	float:left;
	width:120px;
}
.game_info{
	float:left;
	width:120px;
}
.game_top{
	float:left;
	width:120px;
}
.game_down{
	display:none;
	float:left;
	width:70px;
}
/*新闻*/
#news{
	float:left;
	width:510px;
	height:230px;
	margin:5px 0 20px;
	padding:5px;
	border:#ddd 1px solid;
}
#news_list li{
	padding-left:16px;
	background:url(images/arr_list.gif) no-repeat 8px 10px;
}
#news_list b{
	float:right;
	margin:-24px 4px;
	font-weight:normal;
	color:#999;
}
/*class style*/