.headerContainer {
	/* min-width: 1420px; */
}

.gameBodyContainer {
	width: 1420px;
	margin: 0px auto;
}

.gameBar {
	width: 300px;
	margin: 0px 5px;
	float: left;
}

.adBar {
	width: 160px;
	margin: 0px 5px;
	float: left;
}
.adHeader {
	line-height: 30px;
	font-size: 16px;
	color: #808080;
    visibility: hidden;
}
.adBlock {
	margin-top: 20px;
	float: left;
}

.gameListBar {	
	width: 90px;
	height: 600px;
	margin: 30px 20px 4px;
	float: left;
	overflow: hidden;
}
.gameListBar li {
	margin: 3px 0px;
	position: relative;
}
.gameListBar li a {
	width: 90px;
	height: 94px;
	display: block;
}
.gameListBar li a img {
	width: 85px;
	height: 85px;
	border: 2px solid #0D82FF;
    box-shadow: 2px 3px 5px #222;
	border-radius: 10px;
}
.gameListBar li:hover a img {
	border: 3px solid #FFFF99;
}
.gameListBar li a p {
	width: 90px;
	bottom: -12px;
	position: absolute;
	color: #660000;
	font-weight: bold;
    text-transform: capitalize;
	background: #FFFF99;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
	font-size: small;
}
.gameListBar li:hover a p {
	display: block;
}
.gameMiddle {
	width: 800px;
    min-height: 1210px;
    padding-bottom: 50px;
    position: relative;
    float: left;
}

.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;
}
.addThisDiv {
	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("../images/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;
}

.splitRow {
	border-top: 1px dotted #808080;
}

.gameListBottom {
	padding: 0px 15px 15px;
	overflow: hidden;
	clear: both;
}
.gameListBottom li {
	margin: 6px;
	position: relative;
}
.gameListBottom li a {
	width: 115px;
	height: 115px;
	display: block;
}
.gameListBottom li a img {
	width: 115px;
	height: 115px;
	border: 2px solid #0D82FF;
    box-shadow: 2px 3px 5px #222;
	border-radius: 10px;
}
.gameListBottom li:hover a img {
	border: 3px solid #FFFF99;
}

.gameListBottom li a p {
	width: 120px;
	bottom: -20px;
	position: absolute;
	color: #660000;
	font-weight: bold;
    text-transform: capitalize;
	background: #FFFF99;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}
.gameListBottom li:hover a p {
	display: block;
}

#VeediContainer {
	display: none;
}

.footerRow {
    position: absolute;
    bottom: 0;
}