/* Games Page */  
#message {
	clear: both;
	float: left;
	display: inline;
	height: 30px;
	width: 565px;
	margin: 5px 0px 10px 25px;
	padding: 10px 5px 5px 5px;
	background-color: #FFF5CC;
}

#gamesWrapper {
	margin: 1px;	
}

#gameCategoryList {
	list-style-type: none;
	width: 627px;
	margin: 0px 0px 0px 30px;
	padding:0px;
}

#gameCategoryList li{
	float: left;
	width: 179px;
	height: 142px;
	margin:0px 22px 12px 0px; 	
	display: inline; /*IE6 hack- keeps it from doubling margins*/
}

#catBoxHeader {
	margin:0px;
	padding:0px;
}

.moreLink {
	display:inline;
	float:right;
	margin:3px 15px 0px 5px;
	font-weight: bold;
}

.gameCatBoxHeader {
	display: inline;
	float:left;
	margin:3px 0px 0px 5px;
	padding: 0px;
}

.gameCatBoxHeaderLink {
    font-weight: bold;
	text-transform: uppercase;		
}

#showGames {
	clear:both;	
	height: 112px;
	padding: 10px 0px 2px 5px;
}

#noGames {
	clear:both;	
	padding: 5px;
}

#gameListForCategory {
	list-style-type: none;
}

#gameListForCategory li{
	float: left;
	display: inline;
	width: 81px;
	height: 112px;
	margin:0px 3px 0px 2px;
	text-align: center;
}