.gameBodyContainer {
	width: 1000px;
	margin: 0px auto;
}

.gameMiddle {
	width: 665px;
	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;
}
#Walkthrough {
	float: right;
	display: none;
}

.gameRow {
	height: 530px;
	margin: 10px 15px 0px 15px;
	position: relative;
}

.itemBlock {
	width: 300px;
	margin: 7px;
	float: left;
}
#ItemBlock1 {
    top: 0;
    left: 0;
    position: absolute;
}
#ItemBlock2 {
    top: 0;
    right: 0;
    position: absolute;
}
#ItemBlock3 {
    bottom: 0;
    left: 0;
    position: absolute;
}
#ItemBlock4 {
    bottom: 0;
    right: 0;
    position: absolute;
}

.gameBlock {
	height: 200px;
	padding-top: 50px;
	background: url("../images/play.png") no-repeat bottom;
}
.gameBlock a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.gameBlock a:hover {
	text-decoration: underline;
}
.gameBlock a img {
	width: 135px;
	height: 135px;
	border-radius: 10px;
}
.gameBlock div {
	display: none;
}

.descriptionBlock {	
	height: 250px;
	font-size: 14px;
	text-align: left;
}
.descriptionBlock strong {	
	font-size: 16px;
}
.descriptionBlock p {
	max-height: 110px;
	overflow: hidden;
}

.playNow {margin: 10px 50px 0px; display:block; height:50px; line-height:50px; border-radius:5px; font-size:20px; background:#6dd829; color:#FFF; text-align:center; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s; overflow:hidden;
}

.splitRow {
	border-top: 1px dotted #ffffff;
}

.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;
}

.adBar {
	width: 300px;
	margin: 0px 10px;
	float: left;
}
.adBarFixed {
	top: 0;
    margin-left: 675px;
    position: fixed;
}
.adHeader {
	line-height: 30px;
	font-size: 16px;
	color: #808080;
    display: none;
}

#VeediContainer {
	display: none;
}