/* CSS Document */
div.game_top_ad{
	width:800px;
	height:90px;
	margin:5px auto 0 auto;
	margin-right:auto;
	text-align:center;
	/* padding-right:14px; */
}
#game_bottom_ad{
	width:970px;
	height:250px;
	margin:5px auto 0 auto;
	text-align:center;
	/* padding-right:14px; */
}
#GameDiv_GameContainer{
		background-color:#025187;	
}
#game_middle{
	width:1432px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 0 0;
}
#pregamediv{
	background-color:#025187;
	color:#fff;
	font-weight:bold;
	width:800px;
	height:626px;
	text-align:center;
	float:left;
}
#pregamediv_ad{
	position:relative;
	width:780px;
	height:594px;
	padding:10px 10px 0 10px;
}
#adTitle {
    height: 450px;
     width: 780px;
    position: relative;
    text-align: center;
}
#adTitle img{
	border-radius:10px;
	width:240px;
}
#adTitle .titleText {
    vertical-align: middle;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color:#FFF;
	font-size:16px;
	line-height:26px;
}
#adTitle .titleText .GameNameText{
    vertical-align: middle;
    color:#FFF;
	font-size:18px;
	line-height:45px;
	width:100%;
	height:45px;
	overflow:hidden;
	background:linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
}
#adTitle .titleText button{
    display: inline-block;
    background: #236584;
	margin:-20px 0 30px 0;
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
#adsContainer{
	width:780px;
	height:594px;
	display:none;
	position:absolute;
	top:10px;
}
#videoElement {
	width: 0;
	height: 0;
}

#SkipAdDiv{
	text-align:center;
	display:none;
	font-weight:bold;
	line-height:22px;
}
#SkipAdDiv a{
	text-decoration:none;
	color:#fff;	
}
#GameDiv{
	float:left;
	text-align:center;
}
	#GameDiv_OpareateDiv{
		display:none;
		background-color:#025187;	
		color:#fff;
		height:16px;
		font-size:14px;
		line-height:16px;
	}	
	#GameDiv_OpareateDiv img{
		padding-left: 10px;
	}
	#GameDiv_OpareateDiv #GameNameDiv{
		float:left;
		height:16px;
		overflow:hidden;
		cursor:pointer;
	}
	#GameDiv_OpareateDiv #GameOpareateDiv{
		float:right;
		height:16px;
		overflow:hidden;
	}
	#GameDiv_OpareateDiv #VoteGameDiv{
		height:16px;
		overflow:hidden;
	}
	#GameDiv_ShowGameDiv{
		width:1px;
		height:1px;
		background-color:#025187;			
		float:left;			
	}

#LeftGamesThumbDiv{
	width:120px;
	height:606px;
	padding:10px 5px 10px 5px;
	margin:0 5px 0 0;		
	/* display:none;	*/
	float:left;
}
#LeftGamesThumbDiv div.thumb {
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: center;
	width: 120px;
	height: 95px;
}
#LeftGamesThumbDiv div.thumb a img {
	width: 120px;
	height: 90px;
}

#RightGamesThumbDiv{
	width:120px;
	height:606px;
	padding:10px 5px 10px 5px;
	margin:0 0 0 5px;		
	/* display:none;	*/
	float:left;
}
#RightGamesThumbDiv div.thumb {
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: center;
	width: 120px;
	height: 95px;
}
#RightGamesThumbDiv div.thumb a img {
	width: 120px;
	height: 90px;
}

#LeftAdDiv{
	width:160px;
	height:616px;
	padding:0 5px 10px 5px;
	margin-right:5px;
	float:left;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
}

#RightAdDiv{
	width:160px;
	height:616px;
	padding:0 5px 10px 5px;
	margin-left:5px;
	float:left;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
}
div.game_bottomthumbs{
	width:990px;
	height:70px;
	overflow:hidden;
	margin:5px auto 5px auto;
	text-align:center;
}
div.game_bottomthumbs img{
	width:70px;
	height:70px;
	padding:0px 3px 0px 3px;
	border-radius:10px;
}
div.game_bottomthumbs a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.game_content{
	width: 970px;
	margin: 10px auto;
	padding:10px;
	overflow: hidden;
	background-color:#025187;
	color:#FFF;
	box-shadow:2px 3px 5px #222;
}
div.game_content_left{
	width:240px;
	float: left;
	padding:0 10px 0 0;
}
div.game_content_left img{
	width:240px;
	height:180px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	box-shadow:2px 3px 5px #222;
}
div.game_content_right{
	float:left;
	width:720px;
	height:180px;
	padding:0;
}
div.game_content_right_title{
	width: 100%;
	height:30px;
	text-align:center;
	font-size:16px;
	line-height:30px;
}
div.game_content_right_title a{
	color:#FFF;
	text-decoration:none;
}
div.game_content_right_desc{
	width: 100%;
	height:155px;
	line-height:26px;
	font-size:14px;
	overflow:hidden;
}
div.game_content_right_desc a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#ExitFullScreenDiv {
background: url(/images/blue/delete.png) 0 0px;
width: 44px;
height: 44px;
position: absolute;
top: -12px;
right: -12px;
cursor: pointer;
z-index : 1100;
}

div.walk_video{
	width:990px;
	height:460px;
	margin:10px auto 10px auto;
	display:none;
	padding:5px 0 5px 0;
    background: #025187;
	box-shadow:2px 3px 5px #222;
}
div.video-content{
	width:820px;
	float:left;
	padding:0 0 0 5px;
}
div.video_games{
	float:left;	
}
div.video_games{
	width:140px;
	height:455px;
	padding:0px 0 0px 5px;
	margin:0 0 0 10px;
	float:left;
}
div.video_games div.thumb {
	float: left;
	margin: 3px 0px 7px 0px;
	text-align: center;
	width: 140px;
	height: 105px;
}
div.video_games div.thumb img{
	width:100%;
	height:100%;
}

#backtogame{
	width:200px;height:50px;margin:20px auto 50px auto;cursor:pointer; background:url(/images/blue/back_to_game.png);background-size:100% 100%;
}
