/******************************************/
/* Clean Responsive Page Layout -- For Standalone Pages
/* Dependencies: consumer_new.css, reset.css, main.css, global_navigation.css, global_footer.css
/* Purpose: This CSS will give you a clean, standalone page which is responsive for mobile to remove extra content and allow for scaling down.
/* Last Revised: 03/07/2014
/******************************************/

body {
    font-family: Arial, helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}
.placeholder {
    color: #aaa;
}
.overlayStretch, #modalHolder { display: none; }
#cboxContent p {
    line-height: 1.3em;
    margin-bottom:0;
}
#cboxContent p.countrylist {
	width: 100%;
	text-align: left;
}
.countrylist a {
	text-indent: 30px;
	display: inline-block;
	width: 100%;
}
#globalNavigation {
    position: fixed;
    width: 100%;
    top:0;
	z-index:1;
}
#wrapper {
    margin-top: 55px;
}
#content_box_full_middle {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #ddd;
    padding: 10px;
    background: #fafafa;
    behavior: url(../css/PIE.htc);
}
#wrapper.ctr #sysLogo {
    display: block;
    width: 201px;
    height: 35px;
    background: transparent url(../images/3ds-logo.png) no-repeat center center;
    float:left;
    margin-right: 25px;
    margin-left: 15px;
}
#wrapper.rvl #sysLogo {
	display: block;
	width: 153px;
	height: 48px;
	background: transparent url(../images/logo-wiifamily-153x48.png) no-repeat center center;
	float:left;
	margin-right: 25px;
	margin-left: 15px;
}
#wrapper.wup #sysLogo {
	display: block;
	width: 150px;
	height: 50px;
	background: transparent url(../images/wiiu_logo.png) no-repeat center center;
	float:left;
	margin-right: 25px;
	margin-left: 15px;
}
#wrapper.twl #sysLogo {
	display: block;
	width: 261px;
	height: 35px;
	background: transparent url(../images/logo-dsi-261x35.png) no-repeat center center;
	float:left;
	margin-right: 25px;
	margin-left: 15px;
}
h2 {
    font-size:1.5em;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}
#wrapper.ctr h2 {
    line-height: 35px;
    height: 35px;
    clear: both;
}
#wrapper.rvl h2 {
	line-height: 48px;
	height: 48px;
	clear: both;
}
#wrapper.wup h2 {
	line-height: 50px;
	height: 50px;
	clear: both;
}
#wrapper.twl h2 {
	line-height: 50px;
	height: 50px;
	clear: both;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
	line-height: 1.3em;
}
p {
	line-height: 1.3em;
	white-space: normal;
}
a.button {
	display: inline-block;
	border: 1px solid #e2e2e2;
	font-weight: bold;
	color: #2576bc;
	background: #fff;
	border-radius: 2px;
	width: auto;
	padding: 10px 15px;
}
a.button:hover {
	border: 1px solid #3aa4ff;
	color: #3aa4ff;
	text-decoration: none;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
    border: none;
}
ol {
	list-style: decimal;
	padding-left:25px;
	margin-top: 0.7em;
}
ol li {
	line-height: 1.3em;
}
ul.bullets {
	list-style: disc;
	padding-left: 25px;
}
ul.bullets li {
	line-height: 1.5em;
}

.btn{
	font-family:Arial,Helvetica,sans-serif;
	color:#fff;
	display:block;
	width:157px;
	text-decoration:none;
	text-align:center;
	background: #4bb0d5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiYjBkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzkzYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4bb0d5 0%, #0793c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bb0d5), color-stop(100%,#0793c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4bb0d5 0%,#0793c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4bb0d5 0%,#0793c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4bb0d5 0%,#0793c2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4bb0d5 0%,#0793c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb0d5', endColorstr='#0793c2',GradientType=0 ); /* IE6-8 */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding:.5em 0;
   -moz-box-shadow: 1px 1px 2px 1px #ccc;
   -webkit-box-shadow: 1px 1px 2px 1px #ccc;
   box-shadow:  1px 1px 2px 1px #ccc;
}

.btn:hover{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	background: #68d0f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4ZDBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMWFiZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #68d0f5 0%, #31abd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d0f5), color-stop(100%,#31abd5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68d0f5 0%,#31abd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68d0f5 0%,#31abd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68d0f5 0%,#31abd5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #68d0f5 0%,#31abd5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d0f5', endColorstr='#31abd5',GradientType=0 ); /* IE6-8 */
  -moz-box-shadow:    1px 1px 2px 1px #ccc;
  -webkit-box-shadow: 1px 1px 2px 1px #ccc;
  box-shadow:        1px 1px 2px 1px #ccc;
}

.btn.natural{
	width:inherit;
}

.ui-widget.accordion{
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
}

.ui-widget.accordion li img{padding-bottom:1em;}
.ui-widget.accordion .ui-widget-content a{color:#0090C7;}

ul { 
   list-style-type: disc; 
   list-style-position: outside; 
   margin:.7em 0;
}
ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
   margin:.7em 0;
}

ul li, ol li{
	margin-left:2em;
}

#footer ul li, ol li{margin-left:inherit;}
#footer ul, #ninfooter ul{list-style-type:none;}


ul ul li, ol ol li, ul ol li, ol ul li{margin-left:0;}

ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside;    
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside;    
}


@media only screen and (max-width: 900px) {
    #globalNavigation {
        position: absolute;
    }
    #primaryNav ul,
    #footer,
    #shareLinks,
    #shareLinks2,
    #copyrightTxt	{
        display: none;
    }
    #wrapper {
        margin-top:0;
        padding-top:45px;
        width: 95%;
    }
    #primaryNav {
        width: 100%;
    }
    #globalSearch {
        margin-right:10px;
    }
    #ninfooter .mainarea {
        width: 100%;
	}
	#terms_div {
		width: 95%;
    }
}

