/* CSS Document */
body{margin: 0px; padding:0; font-size:12px; color:#FFFFFF;background:#0D82FF;position: relative; min-height: 100%;}
html {
  height: 100%;
  box-sizing: border-box;
}
dl,dt,dd,ul,li,h1,h2,form,input,textarea,p,td,h4,h3{padding:0;margin:0;}
ul,dl{list-style:none;}
img{ vertical-align:top;border:0;}
.clear{clear:both}
.left{float:left}
.right{float:right;}

div.allgames {
    margin-left:auto;
    margin-right:auto;
	background:#0050A4;
}

div.thumb {	
	float: left;
	margin: 5px;
	text-align: center;
	display: inline-block;
    width: 180px;
    height: 135px;
	position:relative;
}
div.thumb a img {
    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;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.thumb a {
	color:#f5f500;
	text-decoration: none;
}

div.thumb div.GameName{position:absolute;bottom:0px;left:0px;width:100%;height:auto;display:none;color:#F5A732; background-color:rgba(0,0,0,0.8); padding:5px 0 5px 0;font-size:12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}

#loadingmoregames{ width:100%;text-align:center;padding:10px;box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.foot{left:0;bottom:0;height:40px;width:100%;min-width:300px;line-height:40px;color:#fff;clear:both;overflow:hidden;text-align:center;
    background: #0e385b;}
 .foot  a{ color:#fff; text-decoration:none;}

div.bottomtext {
    clear:both;
	padding:5px 10px 10px 10px;
	color:#fff;
	width:100%;
	min-width:240px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:14px;
	line-height:20px;
}
div.bottomtext a{
    color:#fff; font-weight:bold; text-decoration:none;
}

#backToTop {
    width:60px;
    height:50px;
    position:fixed;
    bottom:50px;
    right:10px;
	display:none;
	background:url(/assets/m/images/blue/backtotop.png);
	cursor:pointer;
}
div.header {
	min-width:300px;
	width: 100%;
	height:55px;
    background: #0e385b;
    border-bottom: 1px solid #FFFFFF;
	text-align:center;
}
div.header_left {
    float:left;
	width:40px;
	padding-left:10px;
	cursor:pointer;
}
div.header_right {
    float:right;
	width:40px;
	padding-right:10px;
	cursor:pointer;
}
	
	#PopMenuDiv{position:absolute;width:180px;left:0px;top:55px;z-index:1000;text-align:left;display:none;}
	#PopMeneUL{}
		#PopMeneUL li {width:100%; height:32px; line-height:32px; font-size:14px; overflow:hidden; border-bottom:#0D4C6C 1px solid; background: #034566; padding: 3px 0 3px 10px; color: #fff;}
		#PopMeneUL li.selected {background:#025187;}
		#PopMeneUL li.selected a{color:#FFFFFF;}
		#PopMeneUL li a{ text-decoration: none; color:#FFF;}
		#PopMeneUL li img{padding:0 5px 0 0;}
	#searchDiv{width:100%;height:30px;padding:58px 0 0 0; position:relative;display:none;clear:both;margin-top:-1px;}
	#searchForm #keywordsDiv{height:30px;float:left;width:100%;}		
	#searchForm #keywordsInput{width:100%;height:30px;padding-left:5px;padding-right:60px;}
	
	#searchForm #submitDiv{width:60px;height:30px;float:right;position:absolute;right:0px;}
	#searchForm #submitInput{width:100%;height:30px;border:0px; background-color:#025187;color:#FFF;font-weight:bold;}	
	#main{
	width:680px;
	margin: 0 auto;
	background-color:#0050A4;
	margin-top:56px;
	overflow:hidden;
}
.box{
	float:left;
	width:50%;
	margin:0;
	padding:0;
	background-color: #0050A4;
	text-align:center;
}
.thumb-box{
	text-align:center;
}
.ad{
	height:286px;
}

.game-title{
	text-align:left;
	margin-left:10px;
}

.ad2{
	background: #0050A4;
	margin:5px auto;
}

.game-desc{
    font-size: 14px;
    max-height: 168px;
    overflow: hidden;
	text-align:left;
	margin-left:10px;
}

.detail-infobox-thumb {
    display: inline-block;
    margin: 20px auto;
    margin-bottom: 0;
    width: 200px;
    border: solid 2px #fff;
    border-radius: 6px;
}

.pt10{
	padding:10px;
}

.ml30 {
	margin-left30px;
}

@media screen and (min-width:680px) { 
	
	.game-box{
		height:286px;
	}
}

@media screen and (max-width:680px) { 
	#main{
		width:100%;
		margin: 56px auto 0px;
		background-color:#0050A4;
	}
	.box{
		width:100%;
	}
	.game-desc{
		max-height: 168px;
	}
	.ad{
		height:66px;
		margin:10px 0;
	}

	.game-box{
		max-height:286px;
	}

	.game-thumb{
		display:none;
	}

	.ad2 {
		height: 60px;
	}
}

.detail-infobox-btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 22px;
	color: #fff;
	min-width: 135px;
	text-align: center;
	border-radius: 4px;
	margin-top: 25px;
	background: #6dd829;
	text-transform: uppercase;
	margin-right: 10px;
	text-decoration:none;
}

.detail-infobox-btn:hover {
	text-decoration: none;
	background: #57c511
}