﻿body {
	font-family: Arial, Helvetica, sans-serif;
	height:100%; overflow:hidden; margin:0px; padding:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#gameplay{
        height:100%;
        width: 100%;
        position:absolute; 
	}
.gameplayer-ui{
    z-index: 1;
	}
.gamemenu-overlay {
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.sidepanel-toggle {
    z-index: 1;
    position: absolute;
    top: 2.5em;
    left: 0;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    background: #553E72;
}
.play_setting{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 20px;
    top: 2em;
    width: 6em;
}
.play_setting img{
    width: 100%;
}
.play_help{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 2em;
    width: 6em;
}
.play_help img{
    width: 100%;
}

#similargames_container{
	width: 320px;
	height: 1200px;
	text-align:center;
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: #ffdeb3;
    top: 0;
    left: 0;
}
#similargames {
    margin: auto;
}
.similargames_title {
    height: 70px;
    background-color: #fa7e3e;
    width: 100%;
}
.similargames_title_home {
    float: left;
}
.similargames_title_home img {
	height: 60px;
	width: 60px;
}
.similargames_title_icons img {
	height: 60px;
	width: 60px;
	}
.similargames_title_icons {
    float: right;
}
div.thumb {
    float: left;
    margin: 5px;
    position: relative;
	width: 150px;
	height: 150px;
	border-radius:10px;
}
.thumb img{
	width: 150px;	
	height: 150px;
	/* filter:alpha(opacity=80);-moz-opacity: 0.80;opacity: 0.80; */
    border-radius: 10px;
}

.hreview-aggregate{
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: #ffdeb3;
    top: 0;
    right: 0;
}
#help{
	background-color:#ffdeb3;
	position:absolute;
    top: 10%;
	right: 10%;
	width:80%;
	height:auto;
	display:none;
	z-index:1000;
	text-align:center;
	padding-bottom: 20px;
	/*border-radius: 5px;*/
}
.help_help {
    height: 60px;
    width: 100%;
    background: #fa7e3e;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.close_help {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 10px;
    top: 0px;
}
.close_help img {
    height: 60px;
    width: 60px;
	}
#help .title {
    width: 100%;
    font-size: 3em;
    font-weight: 700;
    color: #fa7e3e;
    float: left;
}
#help .desc_con {
	float: left;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	width: 100%;
	height: auto;
	font-size: 2em;
	padding: 10px;
}