/* CSS Document */
body{background:#0073dd no-repeat center top;}
div.gameinfo_top{
	width: 100%;
	height:300px;
	float: left;
	background:#00acee;
}
div.gameinfo_top_ad{
	width:350px;
	margin-top:10px;
	float: left;
	text-align: center;
}
div.gameinfo_top_information{
	float: left;
	width:430px;
	height: 275px;
	padding: 5px 0 0 5px;
	line-height: 20px;
	color:#fff;
}
div.gameinfo_top_information_game{
	width:100%;
	height: 260px;
}
div.gameinfo_top_information h1{
	padding:5px 0 10px 0; 
}
div.gameinfo_top_information_game a{
	color: #fff;
	text-decoration: underline;
}
div.gameinfo_top_information_game a:hover{
	color: #fff;
	text-decoration: none;
}
div.gameinfo_top_information_playbutton{
	float: left;
	width:100%;
	height: 50px;
}
#play_btn{
	display: block;
	width: 220px;
	height: 50px;
	border: 1px solid #dadada;
	-moz-box-shadow: 0 1px 1px #f0f0f0;
	-webkit-box-shadow: 0 1px 1px #f0f0f0;
	box-shadow: 0 1px 1px #f0f0f0;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	background: #24B8EA;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#24B8EA), to(#1683DC));
	background: -webkit-linear-gradient(top, #24B8EA, #1683DC);
	background: -moz-linear-gradient(top, #24B8EA, #1683DC);
	background: -o-linear-gradient(top, #24B8EA, #1683DC);
	background: -ms-linear-gradient(top, #24B8EA, #1683DC);
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 10px;
}
#play_btn:hover{
	background: #34C8FA;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34C8FA), to(#2693EC));
	background: -webkit-linear-gradient(top, #34C8FA, #2693EC);
	background: -moz-linear-gradient(top, #34C8FA, #2693EC);
	background: -o-linear-gradient(top, #34C8FA, #2693EC);
	background: -ms-linear-gradient(top, #34C8FA, #2693EC);
}
div.gameinfo_middle{
	margin-top: 10px;
	width: 100%;
	height:300px;
	float: left;
	background:#00acee;
	color:#fff;
}
div.gameinfo_middle_thumb{
	width:380px;
	height: 290px;
	float: left;
	text-align: center;
	
	padding-top:10px;
	overflow: hidden;
	padding-top:10px;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;	
}
div.gameinfo_middle_thumb_gamename{
	width: 300px;
	height:35px; 
	text-align: center;
	overflow: hidden;
	margin: 0 auto 0 auto;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
div.gameinfo_middle_thumb img{
	width: 300px;
	height: 225px;
}
div.gameinfo_middle_ad{
	width:400px;
	
	float: left;
	text-align: center;
	margin-top:10px;
}
div.gameinfo_bottom{
	margin: 10px 0 10px 0;
	width: 100%;
	height:740px;
	float: left;
	background:#00acee;
}


div.gameinfo_rightgames{
	width:160px;
	height:630px;
	padding:0 10px 10px 10px;
	background-color:#F99312;
	color: #fff;
}
div.gameinfo_rightgames div.thumb {
	float: left;
	margin: 0px 0px 5px 0px;
	text-align: center;
	width: 135px;
	height: 135px;
}
div.gameinfo_rightgames div.thumb a img {
	width: 135px;
	height: 135px;
}
div.gameinfo_rightgames div.thumb span.GameName{width:150px;height:75px;padding-top:40px;}
div.gameinfo_rightgames div.thumb span.GameThumbBorder{width:150px;height:110px;}

div.gameinfo_rightad{
	width: 300px;
	height:610px;
}


div.outgames{
	padding:0px 10px 0 13px;
}
div.outgames div.thumb {
	float: left;
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 135px;
	height: 135px;
}
div.outgames div.thumb a img {
	width: 135px;
	height: 135px;
}
div.outgames div.thumb span.GameName{width:170px;height:75px;padding-top:50px;}
div.outgames div.thumb span.GameThumbBorder{width:170px;height:125px;}