/* play game box
----------*/
#game-play-wrap {
	/*background-color: #efefef;*/
	background-image: url('../images/game/game-wrap-bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	/*-moz-border-radius: 10px;*/
	padding: 10px 0;
	margin-bottom: 8px;
}

#game-play {
	position: relative;
	/*width: 590px;
	height: 400px;*/
	/*background-image: url('../images/tmp/1.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
#game-instruct {
	background-image: url('../images/game/instruct-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 20px;
	margin-bottom: 8px;
}

#game-play-desc {
	/*background-color: #efefef;
	-moz-border-radius: 10px;*/
	background-image: url('../images/game/desc-bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px 20px;
	margin-bottom: 8px;
}
#game-play-desc .stats {
	/*background-color: #eeeeee;*/
	border-left: 1px dotted #cecece;
	-moz-border-radius: 10px;
	/*padding: 10px 20px;*/
	margin-left: 8px;
	padding: 10px 8px;
	width: 200px;
	float:right;
}
#game-play-desc div.end-cap { clear: both;}

#game-play-link {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	background-image: url('../images/game/play-btn.png');
	background-repeat: no-repeat;
	width: 90px;
	height: 0;
	padding-top: 90px; /*height: 90px;*/
	overflow: hidden;
	outline: 0;
}
#game-play-link:hover { background-position: -90px 0; }
#game-play-link:active { background-position: -180px 0; }





ul.game-index-list {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
ul.game-index-list li {
	display: block;
	margin: 0;
	float: left;
	width: 200px;
}
ul.game-index-list li.list-end-cap {
	padding: 0;
	margin: 0;
	height: 0;
	clear: left;
	display: block;
	float: none;
}


ul.biggame-list-wrap, ul.smallgame-list-wrap {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.biggame-list-wrap li {
	display: block;
	padding-top: 5px;
	/*width: 200px;*/
	height: 64px;
	margin: 0;
/*	float: left;*/
	border-bottom: 1px dotted #cdcdcd;
}
ul.biggame-list-wrap a { outline: 0; }
ul.biggame-list-wrap img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 7px; /* Hack to align them with the small game lists. */
}

ul.smallgame-list-wrap li {
	display: block;
	float: left;
	width: 83px;
	/*background-color:#eeeeee;*/
	padding: 5px 0;
	border-bottom: 1px dotted #cdcdcd;
	margin: 0;
}
ul.smallgame-list-wrap li div {
	width: 70px;
	min-height: 83px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
}
ul.smallgame-list-wrap a { outline: 0; }
ul.smallgame-list-wrap img {
	display: block;
	margin: 0 auto;
}




#game-category-cloud {
	text-align: center;
	background-image: url('../images/game/instruct-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px;
	padding-bottom: 0;
	/*margin-bottom: 8px;*/
}
#game-category-cloud a {
	padding: 0 5px;
	white-space: nowrap;
}

