/* CSS Document */
#bodyGames {
	background: #86a729 url(../images/backgrounds/gamesBg1.gif) repeat-x;
}
#gamesMainBg {
	background: transparent url(../images/backgrounds/gamesBg.jpg) no-repeat 0px 128px;
}
#breadcrumbWrapper.games {
	background:transparent  url(../images/breadcrumb/gamesBot.gif) no-repeat bottom;
	margin-bottom: 20px;
	width: 460px;
}
#breadcrumbInner {
	background: transparent url(../images/breadcrumb/gamesTop.gif) no-repeat top;
} 
#breadcrumbWrapper.gamesDetail {
	background:transparent  url(../images/breadcrumb/gamesDetailBot.gif) no-repeat bottom;
	margin-bottom: 20px;
	width: 636px;
}
.gamesDetail #breadcrumbInner {
	background: transparent url(../images/breadcrumb/gamesDetailTop.gif) no-repeat top;
}
.gamesContent {
	width:830px;
}

div#backWrapper.gameDetail { width:50%; margin-top:20px; }

/*----  GAMES REPEATING BLOCKS  ----*/
.gameRepeater {
	background: transparent url(../images/games/gamesFrame.gif) no-repeat;
	margin-bottom: 28px;
	width:452px;
}
.thumbnailLink {
	display:block;
	float:left;
	width:132px;
	height:102px;
	padding:5px;
}
.gameRepeaterContent {
	margin:0 0 10px 158px;
}
.gameRepeaterContent h3 {
	background-color:#df0c94;
	margin:0;
	padding-left: 7px;
}
.gameTitleTop {
	height:5px;
	background: transparent url(../images/games/gameTitleTop.gif) no-repeat;
	font-size:0%;
}
.gameTitleBot {
	height:5px;
	background: transparent url(../images/games/gameTitleBot.gif) no-repeat;
	margin-bottom:8px;
	font-size:0%;
}
.gameRepeaterLinks {
	margin-left:158px;
}
.gameRepeater h4 {
	margin:0.75em 0 0 0;
}
.playLink {
	display:block;
	float:right;
	width:49px;
	height:21px;
	background: transparent url(../images/games/play_button.gif) no-repeat;
}
.gameRepeater p {
	padding-top:4px;
}
/*----  MORE GAMES REPEATING BLOCKS   ----*/
#flashGameWrapper {
	margin-bottom:22px;
}
.moreGamesRepeater {
	width:144px;
	float:left;
	margin-right: 22px;
}
.moreGamesRepeater .thumbnailLink {
	display:block;
	width:132px;
	height:102px;
	padding:5px;
	margin-bottom:12px;
	background: transparent url(../images/games/gamesFrame.gif) no-repeat;
}
.moreGamesRepeater h3 {
	margin:0;
	color:#eafc23;
}
.gamesContent .noMargin {
	margin:0;
}
