@import "paging.css";
@import "html_page.css";
@import "rating.css";

.middle_page_title {
	margin-bottom: 0px;
}
.game_list{
	clear: both;
	margin-top: 2px;
}
.game_list .item{
	float: left;
	background-color: #ebeedd;
	text-align: center;
	cursor: pointer;
}
.game_list .item_hover{
	background-color: #ffffff;
}
.game_list .item .content{
	width: 100px;
	overflow: hidden;
}
.game_list .item .inner{
	border-left: 0px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px;
	padding: 5px;
}
.game_list .item img{
	width: 85px;
	height: 60px;
	border: 1px solid #000000;
	margin: 2px 0px 3px 0px;
}
.game_list .title{
	color: #333333;
	font: 700 8pt/15px Tahoma;
	height: 15px;
	overflow: hidden;
}
.game_list .title a{
	text-decoration: none;
}
.game_list .cat{
	color: #333333;
	font: 100 8pt/15px Tahoma;
	height: 15px;
	overflow: hidden;
}
.game_list .show_count{
	color: #6c6c6c;
	font: 100 7pt/15px Tahoma;
	height: 15px;
	overflow: hidden;
}
/**/
.game_detail .game_info_left{
	float: left;
	width: 295px;
	overflow: hidden;
	margin-bottom: 10px;
}
.game_detail .game_info_right{
	float: left;
	width: 310px;
	overflow: hidden;
}
.game_detail .game_code, .game_detail .game_banner{
	clear: both;
	background: #000000;
	margin: 10px 0px 10px 0px;
	width: 605px;
	height: 450px;
}
.game_detail .title{
	margin-top: 10px;
	font : 700 12pt/16px Verdana;
	color: #E60000;
}
.game_detail .category{
	font : 100 8pt/16px Verdana
}
.game_detail .show_count{
	font : 100 8pt/16px Verdana;
	color: #717171;
	margin-bottom: 10px;
}
.game_detail .short_content{
	font : 100 8pt/16px Verdana;
	height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}
.game_detail .link{
	padding-top: 10px;
}