#games div.mainColumn {
	padding-top: 40px;
}

#games h2.headerMain {
	width: 305px;
	height: 24px;
	margin-left: 15px;
	background: #fff url(assets/sprite_headlines_games.png) no-repeat;
}

	#games h2.headerMain span {
		margin-left: -5000px;
	}
	
#games p.subline {
	margin-left: 15px;
}

/*------------------------------
 CONTENT TABS
------------------------------*/

#games ul.gamesTabs {
	height: 47px;
	margin: 0px 0px 11px 15px;
	border-bottom: 3px solid #75b000;
}

	.gamesTabs li a {
		display: block;
		height: 47px;
		background: transparent url(assets/sprite_tab_nav.png) no-repeat;
	}
	
	.gamesTabs li a.tab0 {
		width: 175px;
		background-position: -523px 0;
	}
	
	.gamesTabs li a.tab0:hover {
		background-position: -523px -47px;
	}
	
	.gamesTabs li a.tab0:active {
		background-position: -523px -94px;
	}
	
	.gamesTabs li.selected a.tab0 {
		background-position: -523px -141px;
	}
	
	.gamesTabs li a.tab1 {
		width: 233px;
		background-position: -698px 0;
	}
	
	.gamesTabs li a.tab1:hover {
		background-position: -698px -47px;
	}
	
	.gamesTabs li a.tab1:active {
		background-position: -698px -94px;
	}
	
	.gamesTabs li.selected a.tab1 {
		background-position: -698px -141px;
	}

/*------------------------------
  GAME LISTINGS BY GENRE
------------------------------*/

div.genreList {
	width: 335px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-top: 78px;
	/*padding-left: 15px;/**/
	/*background: #fff url(assets/sprite_games_genre_banners.jpg) no-repeat 0px 0px;/**/
	float: left;
}
	
	.genreList div.headerImage {
		width: 350px;
		height: 100px;
		/*background: transparent url(assets/sprite_games_genre_banners.png) no-repeat 0px 0px;/**/
		/*background: #f0c;/**/
		behavior: url(lib/script/iepngfix.htc);	
		position: relative;
		margin-top: -78px;
		margin-bottom: -22px;
		z-index: 2;
	}
	
	.genreList div.listContainer {
		width: 333px;
		min-height: 238px;
		margin-left: 15px;/**/
		padding-bottom: 15px;
		border: 1px solid #dbdbdb;
		border-top: 0;
	}
	
	.genreList dl {
		display: inline;
		margin-top: 12px;
		margin-left: 19px;
		margin-right: 7px;
		float: left;
	}
	
	.genreList dt span {
		margin-left: -5000px;
	}
	
	.genreList dd {
		background: #fff url(assets/sprite_main.png) no-repeat 0px -395px;
		width: 124px;
		padding-left: 16px;
		margin-bottom: 11px;
	}
		
/*------------------------------
  GENRE BANNERS
------------------------------*/

div.genreBoard div.headerImage {
	background: transparent url(assets/sprite_banners_board.png) no-repeat 0px 0px;/**/
}

div.genreRacing div.headerImage {
	background: transparent url(assets/sprite_banners_racing.png) no-repeat 0px 0px;/**/
}

div.genreMovies div.headerImage {
	background: transparent url(assets/sprite_banners_movies.png) no-repeat 0px 0px;/**/
}

div.genreAction div.headerImage {
	background: transparent url(assets/sprite_banners_action.png) no-repeat 0px 0px;/**/
}

div.genreSims div.headerImage {
	background: transparent url(assets/sprite_banners_sims.png) no-repeat 0px 0px;/**/
}

div.genrePuzzles div.headerImage {
	background: transparent url(assets/sprite_banners_puzzle.png) no-repeat 0px 0px;/**/
}

div.genreSports div.headerImage {
	background: transparent url(assets/sprite_banners_sports.png) no-repeat 0px 0px;/**/
}

div.genreCard div.headerImage {
	background: transparent url(assets/sprite_banners_casino.png) no-repeat 0px 0px;/**/
}

/*------------------------------
  ALL GAMES FOR YOUR PHONE
------------------------------*/

div.myGames {
	padding-top: 24px;
}
