/* 3DS-specific CSS */
body {
	/*background: #fff url(/euf/assets/themes/nintendo/images/3ds_background.png) repeat-x top left;*/
}

a.logolink {
	text-indent:-9999px;	
	width:100%;
	height:50px;
	background: #016F8E url(/euf/assets/images/prodcat-images/switchHorizontal.png) no-repeat center center;
	margin-bottom: 15px;
	margin-top: 0;
}
#submenu {
	margin-top:0;
	min-width:610px;
	left: 40px;
    top: 14px;
}
a{
	font-weight: normal;
	color: #016F8E;
	text-decoration: none;
}
a:hover {
	color: #016F8E;
	text-decoration:underline;
}

#alpha ul.menu li a:hover,#alpha ul.menu li a.active,#alpha ul.menu li a.down:hover,#alpha ul.menu li a.active.down {	
}
a.bcrem {
	background: #f31000; /* Old browsers */
	background: -moz-linear-gradient(top, #f31000 0%, #c40105 100%); /* FF3.6+ */
	-pie-background: linear-gradient(top, #f31000 0%, #c40105 100%); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f31000), color-stop(100%,#c40105)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f31000 0%,#c40105 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f31000 0%,#c40105 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f31000 0%,#c40105 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f31000 0%,#c40105 100%); /* W3C */
}
a.bcrem:hover {
	background: #e60012; 
}

.barmenu.switch { 	
	border-radius:0;
	height:36px;
	line-height:36px;
}
.barmenu.switch .drop { 
	border: 1px solid #ccc;
}
.barmenu.switch li:hover a { 
	background: #e60012;
	color: #fff;
}
.barmenu.switch li:hover ul li a,.barmenu.switch li ul li a { 
	background: transparent; 
	font-weight: bold;
	color: #6e6f6f;
}
.barmenu.switch li:hover ul li a:hover {
	color: #ce181e;
}

input[type="submit"], button, #rn_AnswerText a.btn, #sidebar input[type="submit"],.rn_AnswerFeedback button, .rn_AnswerFeedbackDialog button {
	background-color:#016F8E;
	color:#fff;
}
input[type="submit"]:hover, #rn_AnswerText a.btn:hover, button:hover, #sidebar input[type="submit"]:hover,.rn_AnswerFeedback button:hover, .rn_AnswerFeedbackDialog button:hover {
	background-color:#fff;
	color:#016F8E;
	border:1px solid;
} 
.rn_AnswerFeedbackControl button, #chatbutton a#chatbutton_a, #chatbtn a#chatbtn_a {
	padding: 6px 10px;
	background-color:#fff;
	border: 1px solid #016F8E;
	font-weight: normal;
	color: #016F8E;
}
.rn_AnswerFeedbackControl button:hover, #chatbutton a#chatbutton_a:hover, #chatbtn a#chatbtn_a:hover {
	background-color:#016F8E;
	color: #fff;
}
