
/*
 * Reset Stylesheet
 * Creates a baseline that smooths out differences imposed by various default browser styles
 *
 * Thanks to http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 * Global Stylesheet
 */

/* For information on what this font-size and em stuff is all about */
/* Visit the following articles: */
/* http://ryanwerth.com/blog/article/22/ems-revisited-part-ii-making-ems-more-usable */
/* http://www.clagnut.com/blog/348/ */

body {
  font-size: 62.5%;
}

/**
 * Utility styles
 */

.hide {
  display: none;
}

/**
 * Layout styles
 * @description Global positioning and sizing styles
 */

.promoHotSpot {
	cursor: pointer;
}

#container {
  width: 100%;
  min-height:100%;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

#body_home #wrapper {
	width:100%;
}

#mainContentArea {
  text-align: left;
  position: relative;
  width: 980px;
  padding: 0 8px; /* shadow pad */
  margin: 0 auto;
}
#mainContentArea2 {
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  text-align: left;
  width: 980px;
}

#mainContentContainer {

	_overflow: auto;
}

#body_search #mainContentContainer {
	width: 982px;
  	margin: 0 auto;
}

#body_search #wrapper {
  width: 100%;
}


/**
 * Header styles
 * @description Global overrides for <H#> tags
 */
 
h1, h2 { /* present in the source, but never visible */
	display: none;
}

h1.sectionName,
h1.sectionName {
  width: 980px;
  display:block;
	xposition:absolute;
	xtop:110px;
	xleft:10px;
	margin: 0 auto !important;
	display:block;
}

h3 {}
h4 {}
h5 {}
h6 {}

/**
 * Typography
 * @description Global overrides for <H#> tags
 */

body {
  font-family: 'Lucida Grande', Tahoma, 'Lucida Sans', 'Trebuchet MS', sans-serif;
  line-height: 1.4em;
  color: #333;
}

strong{
}
em{
}
b{
}
i{
}


/**
 * Paragraph styles
 * @description Global overrides for <p> tags
 */

p{
font:;
color:;

font-size:;
font-family:;
font-style:;
font-weight:;
font-variant:;

text-align:;
text-indent:;
text-decoration:;
text-shadow:;
text-transform:;

letter-spacing:;
word-spacing:;
}

/**
 * Quote styles
 * @description Global overrides for <blockquote> and <cite> tags
 */
 
blockquote{
margin:;
padding:;
background-color:;
font:;
color:;
}
blockquote p{
}
cite{
font:;
color:;
}
blockquote cite{
}

/**
 * Code styles
 * @description Global overrides for <pre> and <code> tags
 */

pre{
margin:;
padding:;
background-color:;
border:;
font-size:;
overflow:;
}
code{
font-size:;
}
p code{
}
pre code{
}

/**
 * List styles
 * @description Global overrides for <ul> <ol> and <li> tags
 */

li{
list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;

}
li p{
}
ol{
width:;
margin:;
padding:;
}
ul{
width:;
margin:;
padding:;
}
ol li{
}
ul li{
}

/**
 * Image styles
 * @description Global overrides for <img> tags
 */

img{
border:0;
}
img a{
border:;
text-decoration:;
}
img a:hover{
border:;
}

/**
 * Break styles
 * @description Global overrides for <hr> tags
 */

hr{
border:none;
color: transparent;
background:transparent;
}

/**
 * Link styles
 * @description Global overrides for <a> tags
 */

a{
font-weight: bold;
color:#0090C7;
text-decoration:none;
border-bottom:;
}
a:hover{
color:#00587A;
background-color:;
border-bottom:;
}
a:visited, a:active, a:focus{
color:;
background-color:;
border-bottom:;
}
a:visited{
color:;
background-color:;
border-bottom:;
}
a:active{
color:;
background-color:;
border-bottom:;
}
a:focus{
color:;
background-color:;
border-bottom:;
}
#primaryNav a{
	color:#707070;
}
a.imagelink img {
  display: block;
}
p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

a.continue {
  float: right;
  margin-top: 7px;
}

a.more {
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;

	display: block;
	position: absolute;
    
  padding: 46px 0 0 0;
  height /**/: 46px;
  width: 46px;
    
  background-image: url('/images/icons/large-link.gif');
  
  bottom: 9px;
  right: 8px;
}


.wii a.hoverbig,
.wii a.more.hover{
  background-image: url('/images/icons/large-blue-link.gif') !important;
}

.ds a.hoverbig,
.ds a.more.hover{
  background-image: url('/images/icons/large-pink-link.gif') !important;
}

.oversize a.hoverbig,
.oversize a.more.hover{
  background-image: url('/images/icons/large-blue-link.gif') !important;
}

a.mini,
.ds a.mini,
.wii a.mini,
#sidebar .menu li.ds a.mini,
#sidebar .menu li.wii a.mini {
  background-image: url('/images/icons/small-link.gif');
  padding: 33px 0 0 0;
  height /**/: 33px;
  width: 33px;
  
  bottom: 5px;
  right: 4px;
}
a.mini:hover,
a.mini.hover {
  background-position: 0 -33px;

}
.wii a.mini:hover,
.wii a.mini.hover,
#sidebar .menu li.wii a.mini:hover,
#sidebar .menu li.wii a.mini.hover {
  background-position: 0 0;
  background-image: url('/images/icons/small-blue-link.gif') !important;
}
.ds a.mini:hover,
.ds a.mini.hover,
#sidebar .menu li.ds a.mini:hover,
#sidebar .menu li.ds a.mini.hover {
  background-position: 0 0;
  background-image: url('/images/icons/small-pink-link.gif') !important;
}

a.level1{
	background:transparent url(/images/home/link_arrow.gif) no-repeat 0px 4px;
	padding:0pt 0pt 0pt 10px;
}
a.level1:hover{
	background:transparent url(/images/home/link_arrow.gif) no-repeat scroll 0px -146px;
}

a.level2{
	background:transparent url(/images/home/link_arrow_blue.gif) no-repeat scroll 0px 4px;
	padding:0pt 0pt 0pt 10px;
}
a.level2:hover{
	background-position: 0px -146px;
}

/* ----- TABLES ----- */

table{
width:;
margin:;
padding:;
frame:;
text-align:;
}
caption{
font:;
color:;
position:;
text-align:;
display:;
}
thead{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tbody{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tfoot{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tr{
font:;
color:;
background-color:;
}
tr .alt{
font:;
color:;
background-color:;
}
th{
}
td{
width:;
margin:;
padding:;
}

/* ----- FORMS ----- */

form{
width:;
margin:;
padding:;
}
fieldset{
border:;
width:;
margin:;
padding:;
}
legend{
font:;
color:;
margin:;
padding:;
}
label{
margin:;
padding:;
font-size:;
font-family:;
}
input{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
textarea{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
input, textarea{
}
select{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
optgroup{
font:;
}
option{
font:;
}

/* ----- DEFINITIONS ----- */

dl{
font-size:;
margin:;
padding:;
}
dt{
color:;
margin:;
padding:;
}
dd{
color:;
margin:;
padding:0 0 0 50px;
}









/*-------- Vertical Alignment ---------*/
.vertAlign1{
	/* Good Browsers*/
	display: table; 
	overflow: hidden;

	/*IE Kluudge*/
	#position: relative; 
	
	float:left;
	height:300px;
	width:465px;
}

.vertAlign2{
	/* Good Browsers*/
	display: table-cell; 
	vertical-align: middle;
	
	/*IE Kluudge*/
	#position: absolute;
	#top: 50%;
}

.vertAlign3{
	/*IE Kluudge*/
	#position: relative;  
	#top: -50%;
}


.link_rightalign {
	float:right;
	margin-right:20px; 
}

li._1.0 {
	background-color:#e8e8e8;
}

/**
 * No Flash styles
 * @description What to show when Flash is not installed
 */

.noFlash {
background: transparent url(/images/interface/no-flash-bkd.png) no-repeat;
height:151px;
left:36px;
padding:23px 26px;
position:absolute;
top:27px;
width:210px;
z-index:900;
display:inline;
visibility: hidden; /* Will be set to visible if SWFObject fails */
}
.noFlash p{
	margin-bottom:5px;
}

/**
 * Major Promo Styles for the landing pages
 */
 
#body_wii #majorPromo,
#body_ds #majorPromo,
#body_games #majorPromo {
  margin-left: -5px;
  margin-right: -6px;
  margin-top: -4px;
  margin-bottom: -9px;
	
  position: relative;
  float: right;
}
#body_wii #majorPromo a.more,
#body_ds #majorPromo a.more,
#body_games #majorPromo a.more {
  bottom: 9px;
  right: 8px;
}

/**
 * Video Datasender
 */
 
#video_datasender {
  position: absolute;
  top: -1px;
  left: -1px;
  line-height: 0;
}


.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #ffffff;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }


/* Foresee Survey */

#fsrqualifier {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    background-color: #ffffff;
    font-size: 10pt;
}

#fsrqualifier div.fsrq_top_ul {
    float: left;
}

#fsrqualifier div.fsrq_top_ur {
    position: relative;
    text-align: right;
}

#fsrqualifier div.fsrq_body {
    padding-top: 10px;
    text-align: left;
    clear: both;
}

#fsrqualifier div.fsrq_footer {
    padding-top: 10px;
    vertical-align: bottom;
    text-align: center;
    font-size: 10px;
}

#fsrcontainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#fsrcontainer {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html #fsrcontainer {
    height: 1%;
}

#fsrcontainer {
    display: block;
}
/* End hide from IE-mac */

#fsrtracker {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    background-color: #ffffff;
    font-size: 10pt;
}

#fsrtracker div.fsrt_top_ul {
    float: left;
}

#fsrtracker div.fsrt_top_ur {
    position: relative;
    text-align: right;
}

#fsrtracker div.fsrt_body {
    padding-top: 10px;
    text-align: left;
    clear: both;
}

#fsrtracker div.fsrt_footer {
    padding-top: 10px;
    vertical-align: bottom;
    text-align: center;
    font-size: 10px;
}

#fsrcontainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#fsrcontainer {
    display: inline-block;
	z-index:999999;
}
/* Hides from IE-mac \*/
* html #fsrcontainer {
    height: 1%;
}

#fsrcontainer {
    display: block;
	z-index:999999;
}
/* End hide from IE-mac */

div.fsrwin {
    border: 1px solid #ACACAC;
}

div.fsrwin div {
    background: #FFFFFF none repeat scroll 0;
    color: #4D4D4D;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

div.fsrwin td {
    background: #FFFFFF none repeat scroll 0;
    color: #4D4D4D;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    line-height: 14px;
}

div.fsrwin h1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

div.fsrwin b {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

div.fsrwin div.fsr_top {
    background: #DCDCDC none repeat scroll 0;
    border-bottom: 1px solid #ACACAC;
}

div.fsrwin div.fsr_top_ul {
    background: #DCDCDC none repeat scroll 0;
    height: 30px;
    width: 15px;
    float: left;
}

div.fsrwin div.fsr_top_ur {
    background: #DCDCDC none repeat scroll 0;
    height: 30px;
}

div.fsrwin h1.fsr_caption {
    margin: 0px 5px 0px 0px;
    overflow: hidden;
    padding: 0;
    font-weight: bold;
    color: #555;
    font-size: 14px;
    position: relative;
    top: 4px;
    left: 5px;
    float: left;
    height: 22px;
}

div.fsrwin div.fsr_body {
    padding: 8px 20px 8px 20px;
}

div.fsrwin div.fsr_closeButtons {
    text-align: center;
    padding: 8px 0 8px 0;
}

div.fsrwin button.fsr_button {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 12pt;
    margin: 2px 8px;
    padding: 2px 12px;
    text-decoration: none;
	width: 120px;
	float: none;
}

div.fsrwin button.fsr_accept {
    background-color: #EEEEEE;
    color: #000000;
}

div.fsrwin button.fsr_mouseover_accept {
    background-color: #EE3224;
    color: #FFFFFF;
}

div.fsrwin button.fsr_decline {
    background-color: #EEEEEE;
    color: #000000;
}

div.fsrwin button.fsr_mouseover_decline {
    background-color: #EE3224;
    color: #FFFFFF;
}

div.fsrwin div.fsr_closeButton {
    width: 13px;
    height: 13px;
    background: url(closebtn.gif) no-repeat;
    position: absolute;
    right: 0px;
    margin: 10px 15px 0px 0px;
    cursor: pointer;
}

#fsrinvite {
    line-height: 14px;
}

#fsrinvite div.fsri_sitelogo {
    float: left;
    width: 130px;
    height: 81px;
}

#fsrinvite div.fsri_fsrlogo {
    float: right;
    width: 98px;
    height: 66px;
}

#fsrinvite div.fsri_body {
    padding-top: 10px;
}

#fsrinvite div.fsri_footer {
    padding-top: 10px;
    vertical-align: bottom;
    text-align: center;
    font-size: 10px;
}

#fsrminvite td.fsrmi_sitelogo {
    height: 81px;
    text-align: left;
}

#fsrminvite td.fsrmi_fsrlogo {
    height: 66px;
    text-align: right;
}




/**
 * Global navigation styles
 */
 
/**
* Image replacement styles
*/

#primaryNav li.home a,
#primaryNav li.major a {
	overflow: hidden;
	background-repeat: no-repeat;
	/*height: 0px !important;*/
}

/**
* Brand link styles
*/

#primaryNav h1 {
 display: block;
 z-index: 1;
 width: 110px;
 height: 26px;
 float:left;
 margin:10px 4px 0 0;
}

#primaryNav h1 a {
	display: block;
	background: url(/images/home/features/nintendo_logo_topnav.png) no-repeat;
	padding:28px 0 0 0;
	margin-top: 0;
	background-position: 0 0;
	z-index:10000;
	_background: url(/images/home/features/nintendo_logo_topnav.jpg) no-repeat;
}

/**
 * Global Navigation Container styles
 */
#globalNavigation {
  position:relative;
  height: 44px;
  margin: 0 auto;
  background:transparent url('/images/home/features/bg_nav.png') repeat-x 0 0;
}
#body_home #globalNavigation {
	smargin: 0 auto !important;
}
/**
 * Link layout styles
 */
 
#primaryNav {
	height:44px;
	width:980px;
	list-style: none;
	margin:0 auto !important;
}

#primaryNav ul {
float:left;	
margin:0;
padding:0;
}

#primaryNav ul li a {
  background:transparent url('/images/home/features/topnav_states_float.png') no-repeat;
  height:44px;
  overflow:hidden;
  outline:none;
}


#primaryNav li.major {
 float: left;
}

#primaryNav li.major a {
	display: block;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #9E9E9E;
	font-style: normal;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
}

#primaryNav li.wii a {
	width: 74px;
}
#primaryNav li.wii a:hover {
	background-position: 0 -70px;
}

body.wii #primaryNav li.major.wii a {
	background-position: 0 -136px;
}

#primaryNav li.n3ds a {
	width: 121px;
}
#primaryNav li.n3ds a:hover {
	background-position: -74px -70px;
}

body.n3ds #primaryNav li.major.n3ds a {
	background-position: -74px -136px;
}

#primaryNav li.ds a {
	width: 131px;
}
#primaryNav li.ds a:hover {
	background-position: -195px -70px;
}
body.ds #primaryNav li.major.ds a {
	 background-position: -195px -136px;
}

#primaryNav li.games a {
	width: 91px;
}
#primaryNav li.games a:hover, body#body_3ds_games.games #primaryNav li.major.games a:hover {
	background-position: -326px -70px;
}
body.games #primaryNav li.major.games a {
	background-position: -326px -136px;
}
body#body_3ds_games.games #primaryNav li.major.games a {
	background-position: 0 0;
	color:#9E9E9E;
}
body#body_3ds_es_games.games #primaryNav li.major.games a {
	background-position: 0 0;
	color:#9E9E9E;
}
body#body_3ds_fr_games.games #primaryNav li.major.games a {
	background-position: 0 0;
	color:#9E9E9E;
}

#primaryNav li.club a {
	width: 128px;
}
#primaryNav li.club a:hover {
	background-position: -417px -70px;
}

#primaryNav li.product_registration a {
  width: 169px;
}
#primaryNav li.support a {
	width: 99px;
}
#primaryNav li.support a:hover {
	background-position: -545px -70px;
}

body.support #primaryNav li.major.support a {
	background-position: -545px -136px;
}



body.wii #primaryNav li.major.wii a,
body.ds #primaryNav li.major.ds a,
body.games #primaryNav li.major.games a,
body.product #primaryNav li.major.product a,
body.support #primaryNav li.major.support a {
 color:#fff;
}

/* TouchGen / Wifi body class includes ds/wii, this resets the glow to games */


#body_games_touchgeneration_wii #primaryNav li.major.wii a,
#body_games_wifi_wii #primaryNav li.major.wii a{
	/*text-decoration:none;*/
	color: #9E9E9E;
	background-position: 0 0px;

}

#body_games_touchgeneration_wii #primaryNav li.major.wii a:hover,
#body_games_wifi_wii #primaryNav li.major.wii a:hover {
  	background-position: 0 -66px;
}

#body_games_touchgeneration_ds #primaryNav li.major.ds a,
#body_games_wifi_ds #primaryNav li.major.ds a{
	background-position: -81px 0px;
	color: #9E9E9E;
}
#body_games_touchgeneration_ds #primaryNav li.major.ds a:hover,
#body_games_wifi_ds #primaryNav li.major.ds a:hover{
	background-position: -81px -66px;
}
#primaryNav .my_nintendo {
top: 20px;
font-size:1.0em; /* 10 points */
right:32px;
position: absolute;
}
#primaryNav .my_nintendo a {
color:#0090C7;
}
#primaryNav .my_nintendo a:hover {
color:#00587A;
}

/**
 * Glow styles
 */
 
div.glow,
div.glow div {
 /*position: absolute;
 width: 100px;
 z-index: 1;*/
 display:none;
}

/*div.glow div {
  bottom: 0;
  height: 35px;
}
div.glow {
  top: 70px;
  left: 260px;
  
  overflow: hidden;
  height: 0;
}
div.glow div.left {
  background: url('/images/interface/global_header/glow_left.png') no-repeat;
  width: 50px;
}
div.glow div.right {
  margin-left: 50px;
  width: 49px;
  background: url('/images/interface/global_header/glow_right.png') no-repeat;
}
*/
/**
 * Secondary nav
 */
.secondaryNav{
    height:45px;
}
.secondaryNav li{
float:left;
}

.secondaryNav li a{
background:transparent url(/images/sub-nav-arrow.png) no-repeat 0px 10px;
color:#a3c0c0;
font-size:1.2em;
padding:15px 17px 11px 25px;
display:block;
}
.secondaryNav li a:hover{
color:#6a9393;
background:transparent url(/images/sub-nav-arrow.png) no-repeat 0px -140px;
}
.secondaryNav li.locator{
/*float:right;*/
position: absolute;
right:0;
top:0;
text-align:center;
width:223px;
padding:0px 0px 0px 0px;
/*margin-right:-5px;*/
}

.secondaryNav li.locator a{
background:transparent url(/images/games/home/where-to-buy.png) no-repeat 0px 0px;

color:#555555;
font-weight:100;
padding:0px 0px 7px 55px;
margin-top:5px;
line-height:26px;
text-align:left;
width:168px;
_width:223px;
}
.secondaryNav li.locator a:hover  {
background:transparent url(/images/games/home/where-to-buy.png) no-repeat scroll 0px 0px;
}

/**
 * Breadcrumb
 */

#breadcrumb {
  position: relative;
  z-index: 10;
	margin-top: 14px;
	padding-left: 8px;
}
#breadcrumb p {
  font-weight: bold;
  width: auto;
  line-height: 1.2em;
  margin-right: 5px;
}
#breadcrumb p,
#breadcrumb ul {
  float: left;
}
#breadcrumb ul li {
  float: left;
  background: url('/images/icons/arrow_small_right.gif') left 3px no-repeat;
  padding-left: 13px;
  padding-right: 8px;
  line-height: 1.2em;
}
#breadcrumb ul li.first {
  background: none;
  padding-left: 0;
}
#breadcrumb a {
  color:#0090C7;
  line-height: 1.2em;
}
#breadcrumb a:hover {
  color: #00587A;
}
#breadcrumb,
#breadcrumb li.last a {
	color:#7F7F7F;
}

/**
 * Search box styles 
 */
 
#globalSearch {
  background-color: #FFFFFF;
  float: left;
  margin-left: 30px;
  padding: 0 0 0 11px;
  position: relative;
  top: 14px;
  width: 181px;
  height:21px;
}

#globalSearchKeyword {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #8C8C8C;
	float: left;
	font-family: Helvetica,sans-serif;
	font-size: 12px;
	height: 18px;
	margin: 0px;
	width: 122px;
}
#globalSearch input.submit{
	float:left;
	margin:0px 0 0 26px;
	padding:0;
	border:none;
	width:29px;
}

*:first-child+html #globalSearch {
	margin-left: 10px;
}

*:first-child+html #globalSearchKeyword {
	padding-bottom:4px;
	margin-top:2px;
}

*:first-child+html #globalSearch input.submit {
	margin: 0px 0px 0px 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#globalSearch input.submit{
		margin:0px 0 0 24px;
	}	
}

#globalSearch label.overlabel {
	bottom:6px;
	color:#363636;
	font-size:1.0em; /* 10 points */
	left:11px;
	top:6px;
	position:absolute;
	z-index:1;
}
html.dj_safari #globalSearchKeyword {
  visibility: hidden;
  position: relative;
  top: -6px;
}
html.dj_safari #globalSearch label.overlabel {
  bottom: 12px;
  left: 16px;
}

/**
 * Legal Links
 * Those links at the bottom of the global navigation
 */
#legalLinks {
bottom:0pt;
height:40px;
padding:0pt;
position:absolute;
right:8px;
z-index:10;
}
#legalLinks li {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:12px 0pt 0pt 30px;
}
#legalLinks a {
 font-size: 1.1em; /* 11 points */
}

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

	Nintendo.com Pinned Global Navigation

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


div#alwaysNav {
	background:transparent url('/images/home/features/bg_nav.png') repeat-x 0 0;
	display:none;
	margin:0 auto;
	height: 44px;
	width:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:9999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
}

/**
 * Global footer Styles
 */

#footer {
	background:url("/images/home/features/footer_bg.png") no-repeat scroll 0 0 transparent;
clear:both;
color:#B3B3B3;
height:182px;
margin:0 auto 20px;
padding-left:0;
padding-right:0;
padding-top:0;
position:relative;
text-align:center;
top:20px;
width:984px;
}
#footer ul{	
	margin: 0;
	padding: 12px 0 0 0;
}
#footer ul li{
	display:block;
	list-style:none;
	padding:2px 8px 0 18px;
}

#footer .listsetReg {
display:inline-block;
float:left;
height:auto;
margin-top:10px;
position:relative;
width:170px;
}
#footer .listlegal {
display:inline-block;
float:left;
height:auto;
margin-left:4px;
margin-top:7px;
position:relative;
width:252px;
}

#footer .footer-logo{
	position: absolute;
	bottom: 50px;
	left:442px;
}
#footer .footer-rss{
bottom:15px;
position:absolute;
right:160px;
}
#footer .footer-esrb{
	bottom:15px;
	position:absolute;
	left:827px;
}
#footer .footer-esrb a {
  display: block;
  font-weight: normal;
  font-size: 0.9em; /* 9 points */
}
#footer .footer-esrb .esrb-badge a {
  line-height: 0;
}
#footer .footer-esrb p {
  width: auto;
}
#footer .footerBug{
padding-top: 55px;
width:695px;
margin: 0 auto;
}

#footer a {
	color: #8A8A8A;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

#footer a.title {
	font-size:15px;
}

#footer a:hover {
  color: #333;
}

#footer .listsetReg {
	display: inline-block;
	position:relative;
	float:left;
	margin-top:10px;
	width:170px;
	height:auto;
}

#footer .listsetWide {
	display: inline-block;
	position:relative;
	float:left;
	margin-top:10px;
	width:204px;
	height:auto;
}

#footer .listbdr {
	background:url(/images/home/features/footer_inner_brdr.png)	repeat-y 0 0;
	width:2px;
	height:150px;
	display: inline-block;
	position:relative;
	float:left;
	margin:20px 0 0 0;
}

#footer .listlegal {
	display: inline-block;
	position:relative;
	float:left;
	width:232px;
	height:auto;
	margin-left:4px;
	margin-top:7px;
}

#footer ul.graylist {
	list-style:none;
	text-align:left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:15pt;
	font-style: normal;
	font-weight: normal;
	color: #8a8a8a;
	margin-left:10px;
}

#footer ul.graylist a.yellow {
	color:#ff9200;	
}
#footer ul.graylist a.yellow:hover {
	color:#006dff;	
}

#footer ul.graylist li.majornode {
	font-size:15px;
}
#footer ul.graylist li.legaltitle {
	font-size:15px;
}

#ninfooter {
	background:url(/images/home/features/bg_footer.png) repeat-x;
	height:98px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	_background: none;
	_background-color:#898989;
}

#ninfooter .mainarea {
	margin:0 auto;
	/* background:url(/images/home/features/footer_main.png) no-repeat 0 0; */
	display:block;
	position:relative;
	width:1006px;
	height:98px;
	color:#bcbcbc;
	font-size:11px;
}



	#nintendoLogo {
	background-image:url(../images/home/features/footer_n_logo.png);
	width:96px;
	height:25px;
	text-indent:-9999px;
	float:left;
	outline:none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	_background-image:url(../images/home/features/footer_n_logo.jpg);
	}
	#copyrightTxt {
		float: left;
		line-height: 14px;
		margin: 35px 0 0 24px;
		width: 355px;
	}
		#copyrightTxt strong{
			font-weight:bold;
		}
		
	#shareLinks {
		width:100px;
		text-align:left;
		margin: 30px 0 0 40px;
		line-height:18px;
		float:left;
	}
	#shareLinks2 {
		margin: 30px 0 0 42px;
		line-height:18px;
		float:left;
		text-align:left;
		width:140px;
	}
		#shareLinks a, #shareLinks a.visited, #shareLinks a.active, 
		#shareLinks2 a, #shareLinks2 a.visited, #shareLinks2 a.active {
			color:#eeeeee;
			font-weight:normal;
		}
		#shareLinks a:hover, #shareLinks2 a:hover {
			color:#bcbcbc;	
			font-weight:normal;
			text-decoration:none;
		}
span.findus{
	color:#EEEEEE;
	font-weight:normal;
	vertical-align:top;
}

#ninfooter .mainarea .esrbpriv {
	width:170px;
	float:right;
	margin:13px 10px 0 0;
}

#ninfooter .mainarea .esrbpriv a {
  display: block;
  font-weight: normal;
  font-size: 0.9em; /* 9 points */
  color: #cecece;
}
#ninfooter .mainarea .esrbpriv .esrb-badge a {
  line-height: 0;
}
#ninfooter .mainarea .esrbpriv p {
  width: auto;
  margin:0px;
  font-size:8pt;
}
.disclaimer {
  color:#999;
  font-size:6pt;
}







/**
 * Global Footer Styles
 */



#footer .footer-logo{
	_position: absolute;
	_bottom: 56px;
}
#footer .footer-rss{
	_bottom:15px;
	_right:165px;
}
#footer .footer-esrb{
	_left:830px;
}


