﻿/* Start All Link CSS */
a:link {color: #c21b1b; text-decoration: underline;}
a:visited {color: #c21b1b; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}

a.nav:link {color: #000000; text-decoration: none;}
a.nav:visited {color: #000000; text-decoration: none;}
a.nav:hover {color: #de3c3d; text-decoration: underline;}
a.nav:active {color: #de3c3d; text-decoration: underline;}

a.letters:link {color: #000000; text-decoration: underline; font-weight:bold;}
a.letters:visited {color: #000000; text-decoration: underline; font-weight:bold;}
a.letters:hover {color: #de3c3d; text-decoration: underline; font-weight:bold;}
a.letters:active {color: #de3c3d; text-decoration: underline; font-weight:bold;}

a.footer:link {color: #ffffff; text-decoration: none;}
a.footer:visited {color: #ffffff; text-decoration: none;}
a.footer:hover {color: #000000; text-decoration: underline;}
a.footer:active {color: #000000; text-decoration: underline;}
/* End All Link CSS */

body
{
	background-image:url('../Assets/Graphics/Backgrounds/Main_Background.gif');
	color: #444444;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}

img
{
	border: 0px;
}

.hr
{
	border-color:#000000 -moz-use-text-color -moz-use-text-color;
	border-right:0 none;
	border-style:double none none;
	border-width:3px 0 0;
	height:3px;
	margin:10px auto 0 0;
	margin-bottom:7px;
}

.no-margin-bottom
{
	margin-bottom:0px
}

.pollbg1
{
	background-color:#ececec;
	color:#000000;
}

.pollbg2
{
	background-color:#888888;
	color:#000000;
}

/* ---------------------------------- */

#logo_div
{
	text-align:center;
	margin-left:20px;
}

#entire_div
{
	width:827px;
	margin-left:auto;
	margin-right:auto;
}

#content_container
{
	width:827px;
	padding:7px;
	background-image:url('../Assets/Graphics/Backgrounds/Red_Background.gif');
	background-color:#000000;
	border:1px solid #000000;
	-moz-boder-radius-topleft: 6px;
	-moz-boder-radius-topright: 6px;
	-webkit-boder-radius-topleft: 6px;
	-webkit-boder-radius-topright: 6px;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
}

.main_div
{
	border:1px solid #000000;
	background-color:#ececec;
	float:left;
	padding:7px;
}

.center_column {
	width: 648px;
	/*
	background-image: url('../Assets/Graphics/Backgrounds/NC_Metroid.gif');
	background-color: #ececec;
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.content_div {
	/* This is the div for things inside the center_column div, make sure it has a padding of 7px.*/
	width: 632px;
	background: transparent;
}

.center_div {
	/* This is the div for centering the content in a div */
	text-align: center;
}

.clear_div {
	/* This is the div that starts on a new line */
	clear: both;
}

#leftmenu_div {
	margin-right: 7px;
	width: 140px;
	float: left;
}

.affiliate {
	width: 158px;
}

#featured_div {
	margin-bottom: 7px;
}

#countdown_container {
	margin-bottom: 7px;
}

#countdown_title {
	margin-top: 0px;
	margin-bottom: 7px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.post_div {
	width: 632px;
	background: transparent;
	margin-bottom: 7px;
}

.share_div {
	width: 632px;
	background: transparent;
	margin-bottom: 7px;
	text-align: center;
}

.footer {
	text-align: center;
	color: #000000;
	clear: both;
}

.rp_time {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.notice {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.references {
	font-size: 10px;
}

#return
{
	text-align:center;
	float:left;
}
#return a:link {text-decoration:none;}
#return a:visited {text-decoration:none;}

#top
{
	float:right;
}
#top a:link {text-decoration:none;}
#top a:visited {text-decoration:none;}

#navigation_div
{
	width:842px;
	background-image:url(http://nintendoland.com/Assets/Graphics/Backgrounds/nav_bg.png);
	background-repeat:repeat-x;
	height:29px;
	margin-top:7px;
	margin-bottom:7px;
	-moz-boder-radius-topleft: 6px;
	-moz-boder-radius-topright: 6px;
	-webkit-boder-radius-topleft: 0px;
	-webkit-boder-radius-topright: 6px;
	-moz-box-shadow: 0px 0px 15px black;
	-webkit-box-shadow: 0px 0px 15px black;
	box-shadow: 0px 0px 15px black;
}

.nav_menu {
	position:relative; 
	margin:-6px 0 0 0px; 
	padding:0; 
	list-style-type:none;
	z-index:9999;
}

.nav_menu ul {
	padding:0;
	margin:0; 
	list-style-type:none;
	border:1px solid #000000;
	-moz-boder-radius-topleft: 6px;
	-moz-boder-radius-topright: 6px;
	-webkit-boder-radius-topleft: 0px;
	-webkit-boder-radius-topright: 6px;
	-moz-box-shadow: 0px 0px 15px black;
	-webkit-box-shadow: 0px 0px 15px black;
	box-shadow: 0px 0px 15px black;
}

.nav_menu li {
float:left; 
position:relative;
}

.nav_menu li a, .nav_menu li a:visited {
display:block; 
text-decoration:none;  
float:left;
/* padding-right:1em; */
padding: 8px 5px;
color:#ffffff;
}

.nav_menu li ul li a, .nav_menu li ul li a:visited {
padding: 3px;
color:ffffff;
}

.nav_menu li a:hover
{
color:#ffffff; /* Color other than white needed */
background-image:url(http://nintendoland.com/Assets/Graphics/Backgrounds/nav_hov.gif);
background-repeat:repeat-x;
}

.nav_menu li ul {
visibility:hidden; 
position:absolute; 
left:0; 
height:0; 
overflow:hidden;
color:#ffffff;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.nav_menu li:hover a,
.nav_menu li a:hover {
color:#ffffff;
text-decoration: none; 
border:0;
background-image:url(http://nintendoland.com/Assets/Graphics/Backgrounds/nav_hov.gif);
background-repeat:repeat-x;
}
.nav_menu li:hover ul,
.nav_menu li a:hover ul {
visibility:visible; 
height:auto; 
left:0; 
top:2.5em; 
overflow:visible;
background-image: url(../Assets/Graphics/Backgrounds/NC_Page_Background.gif);
text-align: left;
}
.nav_menu li:hover ul li a,
.nav_menu li a:hover ul li a {
display:block; 
font-weight:normal; 
background:transparent; 
text-decoration:none; 
height:auto; 
width:10em;
}

.nav_menu li:hover ul li a.drop,
.nav_menu li a:hover ul li a.drop {
font-weight:bold;
}

.nav_menu li:hover ul li ul,
.nav_menu li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
top:0; 
height:0; 
overflow:hidden;
}

/* This is the color of the li upon hover */
.nav_menu li:hover ul li a:hover,
.nav_menu li a:hover ul li a:hover {
text-decoration:none;
background-image:url('http://nintendoland.com/Assets/Graphics/Backgrounds/Nav_Hov_Background.gif');
border-bottom: 0;
color: #ffffff;
}

.nav_menu li:hover ul li:hover ul,
.nav_menu li a:hover ul li a:hover ul {
visibility:visible; 
border:1px solid #ddd;
height:auto;
background:#fff; 
width:10em;
} 

.nav_menu li:hover ul li:hover ul.left,
.nav_menu li a:hover ul li a:hover ul.left {

}

.nav_menu li:hover ul li:hover ul li a,
.nav_menu li a:hover ul li a:hover ul li a {
display:block; 
height:auto;
}

.nav_menu li:hover ul li:hover ul li:hover a,
.nav_menu li a:hover ul li a:hover ul li a:hover {
text-decoration:none;
}





/* Start Deathmatch Styles */

.DM_Character_Left {
	float:left;
	padding:7px;
	width:304px;
	height:110px;
	text-align:right;
	border: 1px solid #000000;
	background-color: #d0d0d0;
	margin-top:7px;
	margin-bottom:7px;
}

.DM_Character_Right {
	float:right;
	padding:7px;
	width:304px;
	height:110px;
	text-align:left;
	border: 1px solid #000000;
	background-color: #d0d0d0;
	margin-top:7px;
	margin-bottom:7px;
}

/* End Deathmatch Styles */




/* Start Tech Specs Styles */

#TS_Info {
	clear: both;
	width: 648px;
	margin-bottom: 7px;
	}
	
div#TS_Info h3 {
	margin:0px;
	}

/* End Tech Specs Styles */





/* Start Transparent Links and Images */
a.link_opacity img
{
	opacity:0.85;
	filter:alpha(opacity=50)
}

a.link_opacity:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;   
	opacity:1.0;
}

a.featured img {
	opacity:0.75;
	filter:alpha(opacity=50);
}

a.featured:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;   
	opacity:1.0;
}

a span
{
display: none;
}

a:hover span
{
	display:block;
	position:absolute;
	top:-5px;
	left:-105px;
	width:100px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	color:#000000;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	position:relative;
	z-index:24;
}
/* End Transparent Links and Images */


/* Start Systems Page */
div.System {
	width:632px;
	margin:0 10px 20px 0;
	}
div.System h3 {
	margin:0px;
	}
div.System_List_Img {
	width:150px; float:left; text-align:center;
	}
div.System_List_Content {
	width:470px; float:right; margin-left:10px;
	}
p.System_List_Info {
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin:0;
	}
/* End Systems Page */



/* Start Console Styles */
.console_image {
	text-align:center;
	font-size:18px;
	width:465px;
	margin-bottom:7px;
	float:left;
	background:transparent;
	}
#console_info {
	width:160px;
	margin-left:7px;
	float:right;
	margin-bottom:7px;
	background:transparent;
	}
#console_summary {
	width:632px;
	margin-bottom:7px;
	background:transparent;
	}
#console_sections {
	width:144px;
	margin-right:7px;
	float:left;
	margin-bottom: 7px;
	background:transparent;
	}
#console_reviews {
	width:465px;
	float:right;
	padding:7px;
	margin-bottom: 7px;
	background:transparent;
	}
#console_return {
	clear: both;
	}	
#console_summary_small {
	width:446px;
	margin-bottom:7px;
	}
/* End Console Styles */




/* Start Games Styles */
.games_title
{
	text-align:center;
	font-size:18px;
	margin-bottom:5px;
}
.boxart
{
	text-align:center;
}
.base_div
{
	float:left;
	clear:both;
}
.games_full
{
	width:633px;
	margin-bottom:7px;
}
.games_middle
{
	background-color:transparent;
	border:1px solid #00000;
	width:453px;
	margin-bottom:7px;
}
#games_right
{
	background-color:transparent;
	width:156px;
	margin-left:7px;
	float:right;
	margin-bottom:7px;
}

.td_icons
{
	width:110px;
	text-align:center;
	margin:auto;
}
/* End Games Styles */




/* Start Review Styles */
.review
{
	margin-bottom:7px;
	padding:7px;
	background:transparent;
}
#review_base
{
	margin-bottom:7px;
	background:transparent;
}
.review_console
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:transparent;
}

#review_screenshot
{
	text-align:center;
	width:438px;
	float:left;
	background:transparent;
}
#review_info
{
	width:156px;
	float:right;
	border:1px solid #000000;
	background:transparent;
}
#review_awards
{
	text-align:center;
	width:156px;
	float:right;
	border:1px solid #000000;
	background:transparent;
}
#review_desc
{
	width:632px;
	margin-bottom:7px;
	clear:both;
	background:transparent;
}
#review_rating
{
	text-align:center;
	margin-bottom:7px;
	clear:both;
	background:transparent;
}
.review_table
{
	border:1px solid #000000;
	background:transparent;
}
.review_maintd
{
	border-bottom:1px solid #000000;
	background:transparent;
}


.i_review
{
	width: 645px;
	height: 53px;
	background-color: #E0E0E0;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: px;
	padding-bottom: 0px;
}

.i_review:hover
{
	background-color: #F6F6F6;
	cursor: pointer;
}

.i_review_info
{
	width: 303px;
	height: 50px;
	margin: 0px;
	margin-left: 69px;
	margin-top: -50px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #444444;
}

.i_image {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

.i_review_info_body
{
	width: 203px;
	height: 16px;
}

.i_score 
{
	float: right;
	width: 50px;
	height: 35px;
	margin-top: -48px;
	padding: 5px;
	margin-right: -270px;
	border:	1px solid #000000;
	background-color: #D9D9D9;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

li.i_review_name
{
	width: 303px;
	height: 18px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	color: #444444;
}

ul.i_bullet_none {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.c_review {
	height: 53px;
	background-color: #E0E0E0;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: px;
	padding-bottom: 0px;
}

.c_review:hover
{
	background-color: #F6F6F6;
	cursor: pointer;
}

.c_review_info
{
	width: 303px;
	height: 50px;
	margin: 0px;
	margin-left: 69px;
	margin-top: -50px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #444444;
}

.c_score 
{
	float: right;
	width: 50px;
	height: 35px;
	margin-top: -48px;
	padding: 5px;
	margin-right: -270px;
	border:	1px solid #000000;
	background-color: #D9D9D9;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

li.c_review_name
{
	width: 303px;
	height: 18px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	color: #444444;
}

ul.c_bullet_none {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/* End Review Styles */

/* Start Game List Styles By Nintendowizard */
tr.dd
{
	background-color: transparent;
}
tr.ee
{
	background-color: #DCDCDC;
}
table.nl_gamelist
{
	width: 648px;
}
td.nc_desc
{
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
/* End Game List Styles By Nintendowizard */


/* Start Corporate Structure */
.c_title {
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px inset #000000;
}

.c_division1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

.c_division2 {
	font-size: 14px;
	font-weight: bold;
}

.c_division3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.c_description {
	margin-top: 0px;
}

/* This is the <p> that describes the group on the groups page */
.c_summary {
	margin-bottom: 20px;
}

.c_console {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* End Corportate Structure */









/* Start SlideItMoo */
#gallery_container {  width:460px; height:90px; margin:7px auto 7px; margin-top:0px; background:#transparent; padding:7px 0px 0px; display:block; position:relative; }
#thumb_container{ position:relative; overflow:hidden; width:422px; height:90px; margin:0px auto 0px;  }
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #000000 solid; }

.addfwd { display:block; position:absolute; cursor:pointer; width:15px; height:101px; top:0px; right:0px; background:url(../Assets/Graphics/Other/arrow_right.png) no-repeat; }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../Assets/Graphics/Other/arrow_left.png) no-repeat;  }
/* End SlideItMoo */


/* Start Slimbox */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../Assets/Graphics/Other/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../Assets/Graphics/Other/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../Assets/Graphics/Other/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../Assets/Graphics/Other/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* End Slimbox */