*{margin:0px;padding:0px;}
html, body {
	font-family: Helvetica, sans-serif;
}

body {background: url(../images/body.png) repeat;padding-bottom: 20px;}
#allBox{position: relative;}
#allBox header {
	position: relative;
	font-size: 18px;
	left: 0px; top: 0px; right: 0px; height: 50px; line-height: 50px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0em 0em 0.1em 0.1em;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0em 0em 0.1em 0.1em;
	box-shadow: rgba(0, 0, 0, 0.2) 0em 0em 0.1em 0.1em;
	
	z-index: 100500;
	-webkit-transform: translateZ(0px);
	background-color:rgba(255, 86, 42, 1.0);
	color:#fff;
	text-align: center;
}
#allBox header .back-home{position: absolute;left:0px;top:0px;display:inline-block;height: 100%;color:#fff;text-decoration: none;padding:0px 10px;}
.back-home img{vertical-align: -8px;}
#gameList{margin-top:8px;text-align: center;}
#gameList li{display:inline-block;width: 28.5%;margin:1.5% 1.2%;background-color: rgba(255,255,255,1);overflow: hidden;border-radius: 0px;box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.3);border-radius: 1px;}
#gameList li a{display:block;position:relative;margin:5%;text-decoration: none;font-size:14px;color:#135B75;}
#gameList li a>div{overflow: hidden;min-height: 60px;background: url(../images/loading.gif) center no-repeat;}
#gameList li a img{width:100%;max-width:100px;min-height: 80px;background: url(../images/loading.gif) center no-repeat;}
#gameList li a span{overflow: hidden;text-overflow:ellipsis;display: block;_background: rgba(0,0,0,0.6);_color: #fff;width:100%;height: 20px;line-height:20px;white-space: nowrap;}

.loading{background:url(../images/loading_fresh.gif) center no-repeat;min-height: 150px;}

#botAsBox{position: fixed;bottom: 0px;left:0px;width:100%;height: 100px;background: #000}
.asOn{padding-bottom: 120px;}
#asBoxClose{  width: 68px;height: 35px;position: absolute;top: -35px;left: 50%;margin-left: -35px;border: solid 2px #fff;background:#000 url(../images/arrow_down.png) center no-repeat;;}


#info-box{position: relative;padding-left: 35%;min-height: 90px;margin-top:12px;}
.info-icon{position: absolute;left:8px;top: 0px;border-radius: 6px;}
.info-title{font-size: 16px;margin: 2px 0 2px 0px;font-weight: bold;color:#808080;}
.info-play{display: inline-block;padding:6px 5px;background: #419FCF;color: #fff;font-size: 18px;font-weight: bold;text-decoration: none;width: 70%;min-width: 120px;max-width: 280px;text-align: center;margin-top: 20px;border-radius: 2px;}

#as-info{height: 100px;margin:10px 0px;padding:5px 0px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background: #fff;text-align: center;}
.related-title{font-size: 14px;color:#808080;}
#info-related-games{padding:0px 8px;font-weight: bold;}

/*style-iconlist*/
.style-iconlist{text-align: center;}
.style-iconlist li{display: inline-block;width:21%;margin:2%;margin-bottom: 5%}
.style-iconlist li a{display: block;font-size:12px;color:#444;text-align: center;text-decoration: none;}
.style-iconlist li img{border-radius: 4px;width: 71%;min-height: 40px;min-width: 40px;background: #f1f1f1}
.style-iconlist li span,.style-piclist li a span{display:block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;height: 16px;line-height: 16px;text-transform: capitalize;margin-top:2px;font-weight: normal;}

#info-as-2{text-align: center;height: 50px;overflow: hidden;position:fixed;bottom: 0px;left: 0px;background: #000;width: 100%;}