/* BG Reskin */
/*body {
	background-image:url('/images/games/sponsorships/blackbeaks/blackbeaksBG.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#1d1c22;
}*/
/*#footerDiv, .footerText, #footerDiv div {
	color:#000 !important;
}*/


div#contentContainer {
	background-color:#7ff83b;
	width:775px;
}

/* Sorting Tabs */
div#pageHeading {
	width:630px;
	background-image:url('/images/games/allgames/all_title.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
}
div#sortingTabs {
	padding-left:142px;
	padding-top:22px;
}
div#sortingTabs a.tab {
	margin-right:8px;
	text-indent:-10000px;
	width:150px;
	height:34px;
	outline:none;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}
div#sortingTabs a.tab:hover, div#sortingTabs a.current { background-position:0 -34px; }
div#sortingTabs a.date { background-image:url('/images/games/allgames/date_tab.jpg'); }
div#sortingTabs a.alphabet { background-image:url('/images/games/allgames/alphabet_tab.jpg'); }
div#sortingTabs a.category { background-image:url('/images/games/allgames/category_tab.jpg'); }

/* Game Listing */
div#listingContainer { margin-left:5px; width:770; }
div#gameListing {
	background-color:#16b5ff;
	background-position:0 0;
	background-repeat:repeat-y;
	background-image:url('/images/games/allgames/listing_left.jpg');
	padding-left:13px;
}
div.gameRow {
	padding-bottom:13px;
}
div.gameRow.last {
	padding-bottom:0px;
}

/* Category Name */
div.categoryName { padding-bottom:5px; display:block; }

/* Game Image & Title */
div.gameItem {
	width:106px;
	height:136px;
	display:block;
	padding:1px 2px 2px 1px;
	margin-right:13px;
	float:left;
	
	/* image shadow */
	background-image:url('/images/games/allgames/thumbShadow.jpg');
	background-repeat:no-repeat;
	
	/* text */
	text-align:center;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}
div.gameItem img { border:none; margin-bottom:5px; display:block; }
div.gameItem a { text-decoration:none; outline:none; }

/* Big Box Ad */
div#skyScraperHolder {
	display:block;
	width:150px;
	height:600px;
	right:0;
	position:absolute;
}

div#bigBoxContainer {
	display:block;
	width:330px;
	height:279px;
	background-image:url('/images/games/allgames/bigboxBG.jpg');
	background-repeat:no-repeat;
	float:right;
	margin-top:-15px;
	margin-right:175px;
}
div#bigBoxAd {
	width:300px;
	height:250px;
	border:1px #000 solid;
	position:relative;
	margin-left:13px;
	margin-top:13px;
}
div.bigBoxAdTag {
	background-image:url(/images/add_small.png);
	background-repeat:no-repeat;
	height:21px;
	position:absolute;
	right:0;
	width:42px;
}