/*
	Corporate Game Page Stylesheet
*/



html{
	-webkit-text-size-adjust: none; 
}


#rightContent.fullWidth{
	padding:0 !important; /* this is overridden in this stylesheet */
}

#gameHeader{
	width:940px;
	height:300px;
	background-color:#000;
}

#gameBox{
	background-color:#f4f4f4;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:100%;
}


/* Left Navigation */
#gameBox .leftNav{
	float:left;
	width:225px;
	height:100%;
}
#gameBox .leftNav .segment{
	display:block;
	width:225px;
	border-right:1px solid #ccc;
}
#gameBox .leftNav .segment.backToGames,
#gameBox .leftNav .segment.gameInfo .boxArt{
	padding:20px 0 15px;
	text-align:center;
}
#gameBox .leftNav .segment.gameInfo .buyNow{
	text-align:center;
}
#gameBox .leftNav .segment.gameInfo .gameSheet{
	width:175px;
	padding:20px 25px 15px;
}
#gameBox .leftNav .segment.gameInfo .gameSheet h3{
	border:0;padding:0;margin:0;background:none;height:auto;text-transform:none;
	font-size:14px;
}
#gameBox .leftNav .segment.gameInfo .gameSheet ul{
	margin-left:0;
}
#gameBox .leftNav .segment.gameInfo .gameSheet ul li{
	list-style:none outside none;
}
#gameBox .leftNav .segment.banners{
	padding:20px 0;
	text-align:center;
}
#gameBox .leftNav hr{
	border-top:1px solid #ccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
#gameBox .leftNav hr.noMargin{
	margin:0; /* some hrs obtain margins */
}
#gameBox .leftNav .threed-separator, #gameBox .leftNav .segment.banners hr{
	background:url('/content/includes/redesign2010/images/redesign10/3dbox/left-nav-separator.png') no-repeat;
	width:227px;
	height:6px;
	position:relative;
	left:-1px;
	z-index:5;
	border:0;
}

/* Sponsors */
#gameBox .leftNav .segment.sponsor{
	padding:20px 0;
	text-align:center;
}
#gameBox .leftNav .segment.sponsor img{
	max-width:175px;
}


/* Main Content */
#gameBox .mainContent{
	float:left;
	position:relative;
	width:680px;
	padding:15px;
	border-left:1px solid #ccc;
	min-height:300px;
}
#gameBox .mainContent .innerContent{
	background-color:#fff;
	border:1px solid #ccc;
	padding:30px;
	width:618px;
	min-height:530px;
}
#gameBox .mainContent .innerContent h2{
	font-size:22px;
	margin-bottom:15px;
}
#gameBox .mainContent .innerContent h3{
	border:0;padding:0;margin:0;background:none;height:auto;text-transform:none;
	font-size:18px;
	color:#76b900;
	text-transform:uppercase;
	/*margin-top:30px;*/
}
#gameContent hr{
	border-top:1px solid #ccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

/* Game Content */
#gameContent div{
	margin-bottom:30px;
}
#gameContent div div{
	margin-bottom:0;
}

/* Screenshot Gallery */
#screenshotGallery .selectedScreenshot{
	display:none;
	margin-bottom:20px;
	min-height:340px;
	background-color:#fff;
}
#screenshotGallery .gallery.miniGallery img{
	float:left;
	border:1px solid #ccc;
	margin-left:4px;
	margin-bottom:6px;
	cursor:pointer;
}
#screenshotGallery .gallery.miniGallery img.first{
	margin-left:0;
}
#screenshotGallery .gallery.miniGallery img.selected{
	border:1px solid #76b900;
}

/* Tabular Data */
#gameContent table{
	border:1px solid #fff;
	width:600px;
	color:#333;
	margin:30px 0;
}
#gameContent table tr{
	background-color:#f1f1f1;
}
#gameContent table tr.darker{
	background-color:#e9e9e9;
}
#gameContent table tr td{
	padding:8px;
	border:1px solid #fff;
}
#gameContent table tr td:first-child{
	width:130px;
	color:#004831;
	font-weight:bold;
	text-transform:uppercase;
}
#gameContent table tr td:last-child{
	padding-left:12px;
}



/* Game Browser */
#gameBrowserSearch{
	text-align:right;
	position:relative;
	display:none;
}
#gameBrowserSearch .reset-filter{
	position:absolute;
	left:455px;
	top:5px;
	cursor:pointer;
	width:13px;
	height:13px;
	background:url('/content/includes/redesign2010/images/redesign10/corporate-game-pages/reset-filter.png') no-repeat;
}
#gameBrowserSearch .reset-filter:hover{
	background:url('/content/includes/redesign2010/images/redesign10/corporate-game-pages/reset-filter-hover.png') no-repeat;
}
#gameBrowserSearch input{
	width:200px;
}
#gameBrowser{
	clear:both;
}
#gameBrowser div.gbBox{
	float:left;
	position:relative;
	margin:0 0 20px 21px;
	width:190px;
	height:140px;
	border:1px solid #ccc;
}
#gameBrowser div.gbBox.firstBox{
	margin-left:0;
}
#gameBrowser div.gbBox a{
	display:block;
	width:190px;
	height:140px;
	text-decoration:none;
	position:relative;
	z-index:100;
}
#gameBrowser div.gbBox:hover{
	border:1px solid #76b900;
	box-shadow:0 0 5px #333;
}
#gameBrowser div.gbBox span.title{
	position:absolute;
	width:190px;
	height:40px;
	color:#76b900;
	text-align:center;
	background:url('/content/includes/redesign2010/images/redesign10/transparency_90percent.png') repeat;
	left:0;
	top:95px;
	padding-top:5px;
	font-size:14px;
	/*z-index:99;*/
}
#gameBrowser div.capsules{
	background:url('/content/includes/redesign2010/images/redesign10/corporate-game-pages/capsule-bg.png') repeat-x;
	background-color:#e9e9e9;
	position:relative;
	width:600px;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:5px;
	clear:left;
}
/*#gameBrowser div.capsules:hover,*/
#gameBrowser div.capsules.hover{
	border:1px solid #76b900;
	/*background:url('/content/includes/redesign2010/images/redesign10/corporate-game-pages/capsule-bg-hover.png') repeat-x;*/
	background-color:#e2e2e2;
}
#gameBrowser div.capsules a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:620px;	
	height:100%;
	text-decoration:none;
	z-index:100;
	background-image: url('/content/includes/redesign2010/images/redesign10/corporate-game-pages/capsule-bg.png'); /* ie hack to get a to be over text */
	background-repeat: no-repeat;
	background-position: 999px;
}
#gameBrowser div.capsules img{
	float:left;
	height:90px;
	border-left:1px solid #333;
	border-right:1px solid #ddd;
	border-top:1px solid #333;
	border-bottom:1px solid #ddd;
}
#gameBrowser div.capsules .capsuleDetail{
	float:left;
	width:445px;
	margin-left:10px;
	position:relative;
	z-index:50;
}
/*#gameBrowser div.capsules .capsuleDetail h2{*/
#gameBrowser div.capsules .capsuleDetail span{
	font-size:13px;
	margin-top:0;
	margin-bottom:3px;
	font-weight:bold;
	color:#76b900;
	text-transform:uppercase;
}
#NVPaginatorControl{
	/*padding-right:10px;*/ /* fix navcontrols */
	width:205px; /* typical webkit float glitchyness */
}





/* NVFeatureHeader System (move to content-page.css) */
#NVFeatureHeader{
	position:relative;
	height:300px;
}
#NVFeatureHeader .overlay{
	position:absolute;
	width:920px;
	height:70px;
	padding:10px;
	background:url('/content/includes/redesign2010/images/redesign10/transparency_90percent.png') repeat;
	top:210px;
	z-index:1;
}
#NVFeatureHeader .overlay .featureDescription{
	float:left;
	width:780px;
}
#NVFeatureHeader .overlay .featureDescription h3{
	border:0;padding:0;margin:0;background:none;height:auto;
	font-size:18px;
	font-weight:bold;
	color:#76b900;
}
#NVFeatureHeader .overlay .featureDescription p{
	color:#fff;
}
#NVFeatureHeader .overlay .navWidget{
	float:right;
	height:20px;
	display:none;
}
#NVFeatureHeader .overlay .navWidget div{
	background:url('/content/includes/redesign2010/images/redesign10/NVFeatureHeader/header-navwidget-selector.png') no-repeat 0 0;
	color:#fff;
	text-align:center;
	width:21px;
	height:20px;
	float:left;
	margin:0 3px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#NVFeatureHeader .overlay .navWidget div:hover,
#NVFeatureHeader .overlay .navWidget div.selected{
	background-position:0 -20px;
}
#NVFeatureHeader .navLoader{
	display:none;
	position:absolute;
	top:100px;
	left:450px;
}


#gameRecommendations{
	float:left;
	width:898px;
	padding:20px;
	clear:both;
	background-color:#f4f4f4;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#gameRecommendations h2{
	font-size:22px;
	margin-bottom:15px;
}
#gameRecommendations #gameBrowser{
	background-color:#fff;
	padding:20px;
	border:1px solid #ccc;
}
#gameRecommendations #gameBrowser div.gbBox{
	margin-left:29px;
	margin-bottom:0;
}
#gameRecommendations #gameBrowser div.gbBox.firstBox{
	margin-left:0;
}




/* NVPaginator, move to content-page.css */
#NVPaginatorControl{
	font-size:11px;
	color:#666;
	float:right;
	margin-bottom:5px !important;
}
#NVPaginatorControl div{
	float:left;
}
#NVPaginatorControl .page{
	width:40px;
	text-align:center;
}
#NVPaginatorControl .seeAll{
	color:#666;
	text-decoration:none;
	margin-right:10px;
	cursor:pointer;
	width:120px;
	text-align:right;
}
#NVPaginatorControl  .seeAll:hover{
	color:#76b900;
	text-decoration:underline;
}
#NVPaginatorControl img{
	vertical-align:middle;
	padding-bottom:3px;
	cursor:pointer;
}



/* G-tabs, move to content-page.css */
.gtabs-navMenu{
	position:relative;
	width:250px !important;
	left:-2px;
	z-index:4;
	border:0 !important;
}
.gtabs-navMenu ul{
	margin-left:0 !important;
	margin-top:20px;
}
.gtabs-navMenu ul li a{
	display:block;
	color:#000;
	text-decoration:none;
}
.gtabs-navMenu ul li.selected a{
	color:#fff;
}
.gtabs-navMenu ul li{
	background:url('/content/includes/redesign2010/images/redesign10/gtabs/arrow-notselected.png') no-repeat;
	list-style:none !important;
	line-height:30px;
	height:36px;
	padding-left:30px;
	cursor:pointer;
	width:197px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.gtabs-navMenu ul li:hover{
	background:url('/content/includes/redesign2010/images/redesign10/gtabs/arrow-hover.png') no-repeat;
}
.gtabs-navMenu ul li.selected{
	color:#fff;
	background:url('/content/includes/redesign2010/images/redesign10/gtabs/arrow.png') no-repeat;
	width:214px;
}
.gtabs-navMenu ul li.submenu-open{
	background:url('/content/includes/redesign2010/images/redesign10/gtabs/arrow-submenu-open.png') no-repeat;
}
.gtabs-navMenu ul ul{
	margin-top:0;
}
.gtabs-navMenu ul ul li{
	padding-left:40px;
	width:187px;
	color:#000;
}
.gtabs-content{
	display:none;
}



/* 3d box stuff, to be moved to content-page.css */
.threed-box-separator{
	background:url('/content/includes/redesign2010/images/redesign10/3dbox/3dbox-separator.png') no-repeat #fff;
	width:940px;
	height:16px;
	float:left;
}