.gameBodyContainer {
	width: 1350px;
	margin: 0px auto;
}
@media (max-width: 1350px) {
	.gameBodyContainer { width: 1024px; margin: 0px auto; } 
}

.gameMiddle {
	width: 1024px;
	float: left;
	background: #000;
}

.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: 630px;
	margin: 10px 15px 0px 15px;
	position: relative;
}

.itemBlock {
	width: 480px;
	height: 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 {
	padding-top: 50px;
	/* background: url("/style/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: 150px;
	height: 150px;
	/* border-radius: 10px; */
}

.gameBlock div {
	display: none;
}

.descriptionBlock {
	padding: 20px;
	font-size: 16px;
	text-align: left;
}

.descriptionBlock p {
	max-height: 235px;
	overflow: hidden;
}

.playNow {
	padding-top: 20px;
	display: none;
}

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

.gameListBottom {
	padding: 0px 15px 15px;
	overflow: hidden;
	clear: both;
}

.gameListBottom li {
	margin: 6px;
	position: relative;
}

.gameListBottom li img {
	width: 130px;
	height: 130px;
	/* border-radius: 10px; */
}

.gameListBottom 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;
}

.gameListBottom li:hover div {
	display: block;
}

.gameListBottom li p {
	width: 130px;
	height: 130px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.adBar {
	width: 300px;
	margin: 0px 10px;
	float: left;
}
@media (max-width: 1350px) {
	.adBar { display: none; }
}

.adBarFixed {
	top: 0;
	margin-left: 1034px;
	position: fixed;
}

.adHeader {
	line-height: 30px;
	font-size: 16px;
	color: #808080;
	display: none;
}

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