@charset UTF-8;
/*
 * DXLIVE new liquid layout
 * nl-global.css is for the sitewide layout styling and helpr classes 
 * ver. 0.1 
 * FEB 22 2016 - 
 * by wito2009
 *
 */

/*
	CSS Reset: Special Thanks to Eric Meyer
*/

/* 
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

/*
	modified by wito2009 Fri Jul 12, 2013
	table is:
	margin:0; -> margin:0 auto;
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table { margin:0 auto;}
/*TABLE, td, th, tbody { vertical-align:top !important; padding:0; line-height:100% }*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {/*memo: we still need cellpadding="0"*/
	border-collapse: collapse;
	border-spacing: 0;
}
b { font-weight:bold}

/*basic typography Special Thanks to Jeffrey Zeldman http://www.zeldman.com/
below partially based on http://www.zeldman.com/wp-content/themes/zeldman-v2/style.css?0418120943*/

/* 
	so that we can calcurate easily. 1rem = 10 px
	body = 14px for now.
*/
html {
font-size: 10px; 
}
body{
	font-size: 1.4em;/*fall back for older browser*/
	font-size: 1.4rem;/*Modern Browser , including phones and tablet*/
	background-color: #212121;
}

body,div,td,th,p,li,h1,h2,h3,h4,h5,h6,select,option {
	font-family:'ヒラギノ丸ゴ Pro','Meiryo UI','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif;
	/*font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,メイリオ, Meiryo;*/
}

a {
	-webkit-tap-highlight-color: transparent;
}

/*.dxlive {font-size:14px;color:#ccc;position:relative;text-align:center;right:auto;top:15px;}*/
.bold {font-weight:700;}
.size10 {font-size:10px;}
.size12 {font-size:12px;}
.size14 {font-size:14px;}
.size16 {font-size:16px;}
.valign40 {vertical-align:40%;}
.bold { font-weight:bold;}
.valign_n70 {vertical-align:-70%;}

.nl-white {
	color:#fff;
}

.nl-grey {
	color:#a6a6ab;
}

.nl-align-center {
	width:100%;
	text-align: center;
}

.nl-size10 {
	font-size: 1em;
	font-size: 1rem;
}

.nl-size12 {
	font-size: 1.2em;
	font-size: 1.2rem;
}
.nl-size11 {
	font-size: 1.1em;
	font-size: 1.1rem;
}
.nl-h3 {
	font-size: 2.4rem;
	line-height: 3.6rem;
	vertical-align: text-top;
	/*margin-bottom: 0rem;*/
}

.nl-h4 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	vertical-align: text-top;
}

.nl-whiteLink {
	color: #fff;
	text-decoration: none;
}
.nl-whiteLink:hover {
	color:#a6a6ab;
}
.nl-greyLink {
	color: #a6a6ab;
	text-decoration: none;
}
.nl-greyLink:hover {
	color:#fff;
}

.nl-trans,
.nl-rp-nextBtn,
.nl-rp-pfName,
.nl-ocp-res,
.nl-sideColBtn.nl-ocp-purchaseBtn,
.nl-fadeLink,
#nl-gl-navList li a,
.nl-pfNavTabBtn,
.nl-sideColBtn,
.nl-maccntUserInfo a,
#nl-mc-royal iframe#nl-calendarBox {
	-webkit-transition:all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* 
 on off box will be used globally: so putting it nl-global instead of hl-home.css
 .nl-on .nl-off are label text
 .active = switeched on state
*/

.nl-onOffBox {
	display:inline-block;
	width:58px;
	height:18px;
	
	border:1px solid #72747b;
	border-radius: 3px;

	/*letter-spacing: -.40em;*/
	letter-spacing: -.34em;
}
.nl-onOffBox * {
	letter-spacing:normal; 
	vertical-align: text-top;
} 
.nl-onOffBox a.nl-onOffSwitch {
	display:inline-block;
	height:18px;
	width:29px;
	border-right:1px solid #72747b;
	font-size: 1rem;
	text-align: center;
	color:#fff;
	line-height: 18px;
	text-decoration: none;
	vertical-align: top;
	border-radius: 2px;
}
.nl-onOffBox a.nl-onOffSwitch.nl-on {
	width:28px;
	border-right:0;

	border-top-left-radius:0;
	border-bottom-left-radius:0;

}

.nl-onOffBox a.nl-onOffSwitch.nl-off {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.nl-onOffBox a.nl-onOffSwitch.active {
	background: #aeafb1 !important;
	color: #000;
	cursor: default;
}
/*color override*/
.nl-pfNav-thumbSize .nl-onOffBox a.nl-onOffSwitch {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d141d+0,070b10+100 */
	//background: #0d141d; /* Old browsers */
	//background: -moz-linear-gradient(top,  #0d141d 0%, #070b10 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(top,  #0d141d 0%,#070b10 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to bottom,  #0d141d 0%,#070b10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d141d', endColorstr='#070b10',GradientType=0 ); /* IE6-9 */

}

/* global navigation */
#nl-gl-header {
	min-width: 1004px;
	width: 100%;
	border-top: 2px solid #ff2d55;
}

#nl-gl-nav {
	height:69px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272c35+0,33435b+100 */
	background: #272c35; /* Old browsers */
	background: -moz-linear-gradient(top,  #272c35 0%, #33435b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #272c35 0%,#33435b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #272c35 0%,#33435b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272c35', endColorstr='#33435b',GradientType=0 ); /* IE6-9 */

	position: relative;
}

#nl-gl-dxlive a {
	display:block;
	width:141px;
	height:25px;
	background:0 0 url(/i/nl-gl-dxlive.png) no-repeat;
	background-size: 141px 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	position:absolute;
	left:24px;
	top:22px;
}
@media only screen and (min-width: 1201px) {
	#nl-gl-dxlive a {

		left:64px;

	}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    /*#nl-gl-dxlive a {
		display:block;
		width:82px;
		height:15px;
		background-image:none;
		background:0 0 url(/i/nl-gl-dxlive-retina.png) no-repeat;
		background-size: 82px 15px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}*/
}

#nl-gl-navList {
	height:69px;

	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;

	margin-right: 16px;

}

#nl-gl-navList li {


}

#nl-gl-navList li a {
	display:inline-block;
	padding: 5px;
	font-size: 1.4em;
	font-size: 1.4rem;
	color: #dedede;
	text-decoration: none;
	margin-left:16px;
	border-radius:2px;
	text-align: center;
}

#nl-gl-navList li a:hover,
#nl-gl-navList li a.on {
	color: #069aed;
	background-color: #2c4462;
}

/* contents section */
/*
	these are the for home page, but identical in other pages, so keeping it here
	could be moved elsewehre later
	by wito2009
*/
#nl-main {
	text-align: left;

}
#nl-main-contentsHolder {

	

	padding-top: 36px;
	min-height:800px; /* remove height after contents are injected */
	min-width: 1004px;
	/*
		1st try = 103px
		2nd try = 72px 
	*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c4b60+0,212121+21 */
	background: #3c4b60; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c4b60 0%, #212121 72px); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3c4b60 0%,#212121 72px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3c4b60 0%,#212121 72px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4b60', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;

    -webkit-box-align:         start;
    -webkit-align-items:         flex-start;
       -ms-flex-align:         start;
          align-items:         flex-start;
}

/*twitter wierd rufous-sandbox iframe buster*/
#rufous-sandbox {
	display:none !important;
}

/*side col*/
#nl-sideCol {
	display:block;
	-webkit-align-self:top;
    -ms-flex-item-align:top;
        align-self:top;

	/*border-left:1px solid #363a40;*/
	/*border-left:1px solid #464545;*/
	width:263px;             
	min-width:263px;  
	/*background-color: #00f;*/ /*remove color after dev*/
	/*min-height:160px;*/
	text-align: center;

	color:#fff;
}

#nl-sideCol::before {
	content: " ";
    display: block; 
    width:263px;
    height:0px;
    clear:both;
}

.nl-sideColBlock {
	width:230px;
	margin:0 auto 15px;
	text-align: left;
}
body.si_fixed #nl-sideCol #app-nl-stickIt,
body.si_absolute #nl-sideCol #app-nl-stickIt {
	/*border-left:1px solid #464545;*/
}
/*
.si_fixed #nl-sideColInner {
	border-left:1px solid #363a40;
}
*/

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */

@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
		.si_fixed #nl-sideColInner {
			-webkit-transition: bottom 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
		    transition: bottom 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
		}
}}


/* my account one click purchase */


.nl-oneClickPurchase {
	padding-top: 27px;

}
.nl-ocp-holder {
	margin-bottom: 12px;
}

.nl-mc-title.nl-mc-ocp-title {
	margin-bottom: 16px;
}
.nl-ocp-inner {
	display: inline-block;
    width: 188px;
    height: 27px;
    position:relative;

}


.nl-ocp-chevelonHolder {
	display:block;
	width:23px;
	height:27px;
	border-left: 1px solid #6d6d72;

	position:absolute;
	z-index: 7;
	right:0;
	top:0;

}
.nl-ocp-chevelon {
	position:absolute;
	z-index: 6;
    right: 10px;
    top: 7px;
}
.chevron::before {
	border-color: #fff;
	border-style: solid;
	border-width: 0.15rem 0.15rem 0 0;
	content: '';
	display: inline-block;
	height: 0.70rem;
	left: 0.15rem;
	position: relative;
	top: 0.15rem;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.70rem;
}
.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

select.nl-ocp-options {
	display: inline-block;
    width: 188px;
    height: 27px;

    line-height: 27px;
    font-size: 1.3em;
    font-size: 1.3rem;
    color: #fff;

    background-color: transparent;
    text-decoration: none;
    text-align: center;
	text-indent: 24px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/

    border-radius: 3px;
    border: 1px solid #6d6d72;

    margin: 0 auto;

-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
        appearance:none;


    position:absolute;
    z-index: 9;
    top:0;
    left:0;
}

select.nl-ocp-options option {
		color:#333;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select.nl-ocp-options option {
		color:#333;
	}
	select.nl-ocp-options {

	}
}




select.nl-ocp-options option {
	text-align: center;
		display: inline-block;
    width: 188px;
    height: 27px;

    line-height: 27px;
    font-size: 1.3em;
    font-size: 1.3rem;

}

.nl-sideColBtn.nl-ocp-purchaseBtn {
	display:block;
	width:0;
	height:0;

	font-size: 0.01rem;
	border-width: 0;
	opacity: .0;
  	
  	filter: alpha(opacity=0);
  	margin: -8px auto 0;
  	cursor:default
}
.nl-sideColBtn.nl-ocp-purchaseBtn.active {
	width:80px;
	height:27px;

	font-size: 1.2rem;
	border-width: 1px;
	opacity: 1;

  	filter: alpha(opacity=100);
  	margin-bottom: 8px;
}
.nl-sideColBtn.nl-ocp-purchaseBtn.active:hover {
	cursor:pointer;
}

.nl-ocp-checkButtonHolder {
	width:188px;
	margin:0 auto;
	vertical-align: middle;
	line-height: 18px;
	text-align: left;
}
.nl-onOffBox-ocp {
	margin-left: 27px;
}
.nl-ocp-responses {

	margin:0 auto;
	height:108px;
	display:none;

}

.nl-ocp-responses.active {
	display:block;
}
.nl-ocp-res {
	text-align: center;
	position:absolute;
	top:0;
	left: 18px;
	width:196px;
	line-height: 120%;
    min-height: 84px;
    padding-top: 10px;
	background-color: #212121;

	display:none;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;

}

.nl-ocp-res.active {
	display:block;

	opacity: 1;
	ilter: alpha(opacity=100)
}

.nl-ocp-OK.nl-sideColBtn {
	display:block;
	width:64px;
	margin: 6px auto;
}

.nl-ocp-UI-holder {
	position:relative;
	height:99px;
}



/* my account */
.nl-maccnt-userName-guest {
	height:48px;
	line-height: 48px;
	font-size: 18px;
	position:relative;
	margin-bottom: 23px;
}

.nl-maccnt-guestIcon {
	position:absolute;
	width:46px;
	height:46px;
	background: 0 0 url(/i/nl-icon-guestVwr.png) no-repeat;
	background-size: 46px 46px;
	top:1px;
	left:23px;
}

#nl-maccntSec {
	width:230px;
	padding-left:16px;
	padding-right:17px; 
	text-align: left;
	margin:0 auto 20px;
}

body.si_fixed #app-nl-stickIt {
	position:relative;
	top:22px;
	background-color: rgb(33, 33, 33);
}

#nl-maccntSec header {

	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: top;
	-webkit-align-items: top;
	    -ms-flex-align: top;
	        align-items: top;

	text-decoration: none;
	margin-bottom: 50px;

	position:relative;


}

.nl-maccntUserPic::before {
	content: " ";
    display: block; 
    width:73px;
    height:0px;
    clear:both;
}

.nl-maccntUserName {
	width: 174px;
	overflow:hidden;
	line-height: 30px;
	max-height: 30px;
	/*word-wrap: break-word;*/

	display: inline-block;
	word-break: break-all;

	font-size: 2em;
	font-size: 2rem;
	
}
.nl-maccntUserStatus {
	padding-top: 10px;
	position: absolute;
	top: 22px;
    left: 74px;
}
.nl-maccntUserStatus a {
	color:#a6a6ab;
	text-decoration: none;
}


#nl-mc-royal {
	position:relative;
}
#nl-mc-royal img#nl-calendarIcon {
	position:absolute;
	top:2px;
	right:-24px;
}
#nl-mc-royal iframe#nl-calendarBox {
	position:absolute;
	top: 17px;
    left: 250px;

	z-index: 99;
	opacity: .0;
  	filter: alpha(opacity=0)
}
#nl-mc-royal:hover iframe#nl-calendarBox {
	top: 17px;
    left: -50px;

	opacity: 1;
  	filter: alpha(opacity=100)
}


.nl-maccntUserInfo {
	width:230px;
}
.nl-maccntUserInfo dl {
		-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: top;
	-webkit-align-items: top;
	    -ms-flex-align: top;
	        align-items: top;

	 -webkit-align-content:         flex-start;
    -ms-flex-line-pack:         start;
        align-content:         flex-start;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    margin-bottom: 14px;
}

.nl-maccntUserInfo dt,
.nl-maccntUserInfo dd {
	width:105px;
	height:26px;
	line-height: 26px;
} 
.nl-maccntUserInfo dd {
	width:124px;

}


.nl-maccntUserInfo dl dd a {
	color:#fff;
	text-decoration: none;
		position:relative;
}
.nl-maccntUserInfo dl dd a:hover {
	color:#a6a6ab;
}



.nl-mc-bonusLabel {
	display:inline-block;;

	width:65px;
	height:25px;
	border:1px solid #6e6e73;
	background-color:#ffcc00;

	color:#212121;
	font-size: 0.9rem;
	line-height: 1rem;

	position:absolute;
    top: -4px;
    /*right: -76px;*/
    left: 53px;

}
.nl-mc-bonusLabelInner {
	
	text-align: center;
	padding-top:3px;

	position:relative;


}
.nl-mc-tail {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 7px 4.5px 0;
	border-color: transparent #ffcc00 transparent transparent;

	position:absolute;
	z-index: 2;
	top:8px;
	left:-6px;
}
.nl-mc-tailBorder {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 8px 5.5px 0;
	border-color: transparent #6e6e73 transparent transparent;
	
	top:7px;
	left:-8px;
	position:absolute;
	z-index: 1;
}
.nl-maccntUserPic a {
	position:relative;

}
.nl-maccntUserPic a .nl-mc-bonusLabel {
	width:59px;

	top:24px;
	left:0;

}
.nl-maccntUserPic a .nl-mc-bonusLabelInner {

}
.nl-maccntUserPic a .nl-mc-tail {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3.5px 6px 3.5px;
	border-color: transparent transparent #ffcc00 transparent;

	top:-6px;
	left:50%;

	margin-left: -3px;

}
.nl-maccntUserPic a .nl-mc-tailBorder {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5px 7px 4.5px;
	border-color: transparent transparent #6e6e73 transparent;

	top:-7px;
	left:50%;

	margin-left: -4px;
}

.nl-sideOnlineStatus {



}
.nl-sideOnlineStatus dl {
		-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: top;
	-webkit-align-items: top;
	    -ms-flex-align: top;
	        align-items: top;

	 -webkit-align-content:         flex-start;
    -ms-flex-line-pack:         start;
        align-content:         flex-start;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}


.nl-sideOnlineStatus dt,
.nl-sideOnlineStatus dd {
	width:105px;
	height:24px;
	line-height: 24px;
} 
.nl-sideOnlineStatus dd {
	width:120px;
}

.nl-sideOnlineStatus dt::before {
	content: " ";
    display: block; 
    width:105px;
    height:0px;
    clear:both;
}
.nl-sideOnlineStatus dd::before {
	content: " ";
    display: block; 
    width:120px;
    height:0px;
    clear:both;
}


.nl-sideColBtn {
	display:inline-block;
	width:188px;
	height:27px;
	line-height: 27px;
	font-size: 1.3em;
	font-size: 1.3rem;
	border-radius:3px;
	border: 1px solid #6d6d72;
	margin:0 auto 16px;
	text-decoration: none;
	color:#fff;
	text-align: center;
}
.nl-sideColBtn:hover {
	color:#a6a6ab;
}
hr.nl-sideColLine {
	display:block;
	height:1px;
	width:230px;
	margin:0 auto 15px;
	border:0px;
	background-color:  #363a40;
}

#nl-myAccountGuest {

}

.nl-mc-more {
	line-height: 130%;
	margin-bottom: 20px;
}

.nl-strong {
	font-size: 1.4rem;
	color: #fff;
}

.nl-firstP {
	margin-bottom: 1.4rem;
}


/* side ranking. because this would be almost every page */
.nl-rnkSec header h3 {
	margin-bottom: 14px;
}
.nl-rnk a {
	display:block;
	width:100%;
	margin-bottom:12px;

	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: top;
	-webkit-align-items: top;
	    -ms-flex-align: top;
	        align-items: top;

	color:#fff;
	text-decoration: none;

}
.nl-rnk a aside::before {
	content: " ";
    display: block; 
    width:32px;
    height:0px;
    clear:both;
}
.nl-rnk-pic::before {
	content: " ";
    display: block; 
    width:62px;
    height:0px;
    clear:both;
}
.nl-rnk-status {
	font-size: 1em;
	font-size: 1rem;
}
.nl-rnk-name {
	margin-bottom: 8px;
}
.nl-rnk-10 {
	margin-bottom: 13px;
}
/*footer section*/
footer#nl-gl-footer {
	background-color: #333333;
	border-top: 1px solid #666666;
	padding:32px 0 46px;

	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	-webkit-box-align: top;
	-webkit-align-items: top;
	    -ms-flex-align: top;
	        align-items: top;


}
.nl-gl-footerCol {

	text-align: left;
	margin:0 16px;
}

.nl-gl-footerTitle {
    text-align: left;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color:#fff;
}

.nl-gl-footerList li {
	color: #FFF;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 12px;
    background: left center url(/i/gl_hm_btm_ul_li_a.gif) no-repeat;
}
.nl-gl-footerList li a {
	color:#fff;
	text-decoration: none;
}
.nl-gl-footerList li a:hover {
	text-decoration: underline;
}

#nl-gl-copyright {
	text-align: center;
	font-size: 1em;/*old brwoser fall back*/
	font-size: 1rem;
	color:#fff;
	background-color: #333333;
}
#nl-gl-copyright {
	visibility: none;
}
/*
 micro clear fix, based on
 http://nicolasgallagher.com/micro-clearfix-hack/
*/
.cf:before, 
.clearfix:before,
.cf:after, 
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after, .clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 
.cf, .clearfix {
    *zoom: 1;
}

#app-nl-gl-toPageTop {
	position: fixed;
	bottom: 40px;
	right: 60px;
	font-size: 100%;
        font-weight:900;
}
#app-nl-gl-toPageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#app-nl-gl-toPageTop a:hover {
	text-decoration: none;
	background: #999;
}




body.nl-home.nl-guest {}
header#nl-gl-header {}
nav#nl-gl-nav {}
h1#nl-gl-dxlive {}
ul#nl-gl-navList {}
li#nl-gl-navMenu1 {}
li#nl-gl-navMenu2 {}
li#nl-gl-navMenu3 {}
li#nl-gl-navMenu4 {}
li#nl-gl-navMenu5 {}
li#nl-gl-navMenu6 {}
li#nl-gl-navMenu7 {}
li#nl-gl-navMenu8 {}
div#nl-home-bannerArea {}
div#nl-home-contents {}
footer#nl-gl-footer {}
section.nl-gl-footerCol {}
h5.nl-gl-footerTitle {}
ul.nl-gl-footerList {}
div#gl_footerOuter {}
div#gl_footer {}
div#gl_footer_copyright {}




