/* CSS Document */
body{background:#f7d5fc;}

#GameDiv_ArrowAndSwf{
		background-color:#ff4488;	
}
#Arrow_PreviousGame{
		float:left;	
		width:20px;
		display:none;
}
#Arrow_NextGame{
		float:left;	
		width:20px;
		display:none;
}
#game_middle{
	width:1130px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 0 0;
}
#pregamediv{
	background-color:#ff4488;
	color:#fff;
	font-weight:bold;
	width:508px;
	height:626px;
	text-align:center;
	float:left;
}
#pregamediv_ad{
	width:488px;
	height:594px;		
	padding:0 5px 0 5px;
}
#SkipAdDiv{
	text-align:center;
	display:none;
	font-weight:bold;
}
#SkipAdDiv a{
	text-decoration:none;
	color:#fff;	
}
#GameDiv{
	float:left;
	text-align:center;
}
	#GameDiv_OpareateDiv{
		display:none;
		background-color:#ff4488;	
		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;
	}
	#GameDiv_OpareateDiv #GameOpareateDiv{
		float:right;
		height:16px;
		overflow:hidden;
	}
	#GameDiv_OpareateDiv #VoteGameDiv{
		float:center;
		height:16px;
		overflow:hidden;
	}
	#GameDiv_SwfDiv{
		width:1px;
		height:1px;
		background-color:#ff4488;			
		float:left;			
	}

#LeftGamesThumbDiv{
	width:120px;
	height:606px;
	padding:10px 5px 10px 5px;
	margin:0 5px 0 0;		
	/* display:none;	*/
	float:left;
	background-color:#ff4488;
}
#LeftGamesThumbDiv div.thumb {
	float: left;
	margin: 0px 0px 5px 0px;
	text-align: center;
	width: 120px;
	height: 115px;
}
#LeftGamesThumbDiv div.thumb a img {
	width: 120px;
	height: 115px;
}
#LeftGamesThumbDiv div.thumb span.GameName{width:120px;}

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

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

#RightAdDiv{
	width:160px;
	height:616px;
	padding:0 5px 10px 5px;
	margin-left:5px;
	float:left;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
	background-color:#ff4488;
}
div.game_bottom_ad{
	width:970px;
	height:90px;
	margin:5px auto 5px auto;
	padding:5px 10px 5px 10px;
	vertical-align: middle;
	text-align:center;
}

#adTitle {
    height: 450px;
    position: relative;
    text-align: center;
}
#adTitle img{
	border-radius:10px;
	width:240px;
}
#adTitle .titleText {
    vertical-align: middle;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color:#FFF;
	font-size:16px;
	line-height:26px;
}
#adTitle .titleText .GameNameText{
    vertical-align: middle;
    color:#FFF;
	font-size:26px;
	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: #ff5b0a;
	margin:10px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
#videoElement {
	width: 0;
	height: 0;
}


.game_content{
	width: 980px;
	height:300px;
	margin: 10px auto;
	padding:10px;
	overflow: hidden;
	background-color:#ff4488;
	color: #fff;
}
div.game_con{
	width: 630px;
	float: left;
}
div.game_desc .title,div.embedcode .title{
	width: 728px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
div.game_desc .title,div.embedcode .title a{
	color: #fff;
}
div.game_desc .desc_con{
	width: 630px;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}
div.game_desc{
	width:630px;
	line-height: 25px;
	text-align:center;
	padding:5px 0 5px 0;
	overflow: hidden;
}
div.embedcode{
	width:630px;
	text-align:center;
	padding:10px 0 10px 0;
	vertical-align: middle;
	margin-top: 10px;
	height:50px;
}
div.embedcode .game_embedcode{width:620px;line-height: 20px; height:40px;background-color:#ff4488;color:#fff;border:1px dotted #ccc;overflow:hidden;}
div.game_centent_right{
	width:350px;
	float:left;
	text-align:center;
}
