.gameBodyContainer {
	width: 100%;
	min-width: 1024px;
}
.gameBarLeft {
	width: 22%;
	min-width: 300px;
	float: left;
}
@media (max-width: 1400px) {
	.gameBarLeft { display: none; }
}
.gameBarRight {
	width: 22%;
	min-width: 300px;
	float: left;
}
@media (max-width: 1400px) {
	.gameBarRight { width: 30%; }
}

/* 
.adBar {
	width: 200px;
	float: left;
}
.adBlock {
	margin-top: 20px;
	float: left;
}
*/
.adHeader {
	line-height: 30px;
	font-size: 16px;
	color: #808080;
    visibility: hidden;
}
#AdBarLeft {
	float: left;
}
#AdBarRight {
	float: right;
}

.gameListBar {
	height: 720px;
	max-width: 300px;
	margin: 20px 3% 0px;
	float: left;
}
#GameListBarRight {
	float: right;
}
#GameListBarRight li {
	float: right;
}
.gameListBar li {
	margin: 5px;
	position: relative;
}
.gameListBar li img {
	width: 130px;
	height: 130px;
	/* border-radius: 10px; */
}
.gameListBar li div {
	width: 130px;
	height: 130px;
	/* border-radius: 10px; */
	left: 0;
	top: 0;
	position: absolute;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
}
.gameListBar li:hover div {
	display: block;
}
.gameListBar li p {
	width: 130px;
	height: 130px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.gameMiddle {
	width: 55%;
	min-width: 700px;
    padding-bottom: 50px;
    position: relative;
	float: left;
    background: #000;
}
@media (max-width: 1400px) {
	.gameMiddle { width: 70%; }
}

.gameContainer {
	padding-bottom: 15px;
}

.nameRow {
	height: 32px;
	padding: 10px 20px;
}
.nameDiv {
	float: left;
}
.nameDiv span {
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.nameDiv a {
	color: #EA7500;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.shareThisDiv {
	float: right;
}
#Walkthrough {
	margin-right: 10px;
	float: right;
	display: none;
}

.gameRow {
	height: 600px;
    z-index: 10;
	position: relative;
}
#LoadSwfDiv, #GameSwfDiv, #PrerollAd {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	visibility: hidden;
}
#PrerollAd {
    visibility: visible;
}
.loadBarContainer {
	width: 450px;
	margin: 0px auto;
	padding-top: 150px;
}
.loadBarLogo {
	height: 70px;
	display: block;
	background: url("/style/logo.png") no-repeat center;
	background-size: auto 70px;
}
#LoadBarBorder {
	height: 8px;
	margin-top: 50px;
	border: 1px solid #98AFB7;
	border-radius: 5px;
}
#LoadBarDiv {
	width: 0px;
	height: 8px;
	border-radius: 5px;
	background: #5EC4EA;
}

.descriptionRow {
	font-size: 16px;
	text-align: left;
	padding: 15px 20px 5px;
}

.splitRow {
	border-top: 1px dotted #808080;
}

.adRow {
	width: 100%;
	padding-top: 15px;
}

.gameListBottom {
	padding: 0px 15px;
    margin-bottom: 15px;
	overflow: hidden;
    clear: both;
}
.gameListBottom li {
	margin: 6px;
	position: relative;
}
.gameListBottom li img {
	width: 140px;
	height: 140px;
	/* border-radius: 10px; */
}
.gameListBottom li div {
	width: 140px;
	height: 140px;
	/* border-radius: 10px; */
	left: 0;
	top: 0;
	position: absolute;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
}
.gameListBottom li:hover div {
	display: block;
}
.gameListBottom li p {
	width: 140px;
	height: 140px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#VeediContainer {
	display: none;
}
#TubiaContainer {
	display: none;
}

.footerRow {
    position: absolute;
    bottom: 0;
}