#lb{
	height: 40px;
	position: relative;
	outline: 0px none;
	border: 0px none;
	/*	z-index: 2019999999;*/
	z-index: 100;
	font-size: 12px;
	font-family: Tahoma,Arial,MS Sans Serif,sans-serif;
}
#lbWrapper{
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	position: relative;
	height: 40px;
	box-shadow: 0px 0px 1px #999;
	color: #848484;
}
#lbWrapper a:hover{
	text-decoration: none;
}
.show_lbUser #lbWrapper {
	background-color: white;
}

#lbMember{
	float: right;
	padding: 0px 10px 0px 0px;
	height: 100%;
	font-size: 12px;
	cursor: pointer;
}
#lbMember .lblogin,
#lbMember .lbregister{
	line-height: 30px;
	display: inline-block;
	float: left;
	height: 100%;
	height: 30px;
	padding: 5px 0px;
	cursor: pointer;
	margin: 0px;
	text-decoration: none;
}
#lbMember .lblogin .txt, #lbMember .lbregister .txt{
	color: #848484;
}
#lbMember .lblogin {
	margin-right: 15px;
}
#lbMember .lblogin:hover,
#lbMember .lbregister:hover{ text-decoration: none;}

#lbMember .lblogin:hover .txt,
#lbMember .lbregister:hover .txt {
	/*	color: #38bdeb;*/
	color: #01B49A;
}



#lbMember .lblogin .ico, #lbMember .lbregister .ico{
	background: transparent url(../../../assets/images/lnwbar/white/signin_gray.png) no-repeat;
	display: block;
	float: left;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin: 3px 3px 0px 0px;
}
#lbMember .lbregister .ico{
	background: transparent url(../../../assets/images/lnwbar/white/signup_gray.png) no-repeat;
	background-size: contain;
}
#lbMember .lblogin:hover .ico {
	background: transparent url(../../../assets/images/lnwbar/white/signin_green.png) no-repeat;
	background-size: contain;
}
#lbMember .lbregister:hover .ico {
	background: transparent url(../../../assets/images/lnwbar/white/signup_green.png) no-repeat;
	background-size: contain;
}

#lbLoginPopup {
	position: absolute;
	top: 40px;
	right: 5px;
	background: white;
	border: 1px solid #444444;
	display: none;
}
#lb.show_LoginPopup #lbLoginPopup{
	display: block;
	z-index: 99999;
}


#lbFav{
	float: right;
	padding: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#lbFav .ico {
	background-image: url(../../../assets/images/lnwbar/white/heart_gray.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	display: block;
	width: 100%;
	height: 100%;
}
.addFav_ico {
	background-image: url(../../../assets/images/lnwbar/white/heart_white.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	float: right;
}
#lbFav:hover .ico{
	background-image: url(../../../assets/images/lnwbar/white/heart_blue.png);
}
#lbFav.selected .ico, .add_fav:active .addFav_ico{
	background-image: url(../../../assets/images/lnwbar/white/heart_full_pink.png) !important;
}
.add_fav:hover .addFav_ico  {
	background-image: url(../../../assets/images/lnwbar/white/heart_blue.png);
}

#lbMember .lbuser{
	padding: 8px 20px 8px 8px;
	background-image: url(../../../assets/images/lnwbar/white/menu1_gray.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
}
#lbMember .lbuser:hover, #lbMember .lbuser:active{
	background-image: url(../../../assets/images/lnwbar/white/menu1_green.png);
}
#lbMember .lbuser img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.body-skin{
	position: relative;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	-moz-transition: -moz-transform 500ms ease 0s;
	-o-transition: -o-transform 500ms ease 0s;
	transition: -webkit-transform 500ms ease 0s;
	transition: -moz-transform 500ms ease 0s;
	transition: -o-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
	width: 100%;
}
.show_lbUser .body-skin{
	-webkit-transform: translate3d(-560px, 0, 0);
	-moz-transform: translate3d(-560px, 0, 0);
	-o-transform: translate3d(-560px, 0, 0);
	transform: translate3d(-560px, 0, 0);
	z-index: 2000000000;
	/*position: fixed;*/
	/*left: -280px;*/
}
#lbUserPanel{
	/*display: none;*/
	opacity: 0;
	filter: alpha(opacity=0);
	min-height: 100px;
	background: white none;
	border-bottom: 5px solid #ccc;
	width: 560px;
	position: fixed;
	top: 40px;
	right: 0px;
	/*position: relative;*/
	z-index: 2029999999;
	-webkit-transition: -webkit-transform 500ms ease 0s, opacity 500ms ease 0s;
	-moz-transition: transform 500ms ease 0s, opacity 500ms ease 0s;
	-o-transition: -o-transform 500ms ease 0s, opacity 500ms ease 0s;
	transition: transform 500ms ease 0s, opacity 500ms ease 0s;
	transition: transform 500ms ease 0s, opacity 500ms ease 0s;
	transition: transform 500ms ease 0s, opacity 500ms ease 0s;
	transition: transform 500ms ease 0s, opacity 500ms ease 0s;
}
.show_lbUser #lbUserPanel{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(-560px, 0, 0);
	-moz-transform: translate3d(-560px, 0, 0);
	-o-transform: translate3d(-560px, 0, 0);
	transform: translate3d(-560px, 0, 0);
	/*position: relative;*/
}
body.show_lbUser .lnwwall{
	position: fixed;
	z-index: 2010000001;
	top: -50px;
	left: 0;
	bottom: -50px;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
#lbUserPanel .accountZone a {
	display: block;
	color: #333;
	line-height: 20px;
	padding: 10px 15px;
	background: url('../../../assets/images/lnwbar/white/right_arrow.png') no-repeat;
	background-size: 20px 20px;
	background-position: right 5px center;
	border-bottom: 1px solid #eee;
}

#lbUserPanel .accountZone a:hover, #lbUserPanel .accountZone a:active {
	text-decoration: none;
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
}
#lbUserPanel .accountZone a:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .accountZone img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	float: left;
}
#lbUserPanel .accountZone .name {
	padding-top: 5px;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
}
#lbUserPanel .lbLoading {
	background-image: url(../../../assets/images/lnwbar/preload_16x16.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 80px;
}
#lbUserPanel .myShopZone .title, #lbFavPopup .favShopZone .title, #lbNotiPopup .title, #lbHelpPopup .helpMallZone .title{
	/*    color: #38bdeb;*/
	color: #01B49A;
	line-height: 50px;
	font-size: 14px;
	margin-left: 15px;
	display: inline;
}

#lbUserPanel .myShopZone .all, #lbFavPopup .favShopZone .all, #lbNotiPopup .all, #lbHelpPopup .helpMallZone .all {
	float: right;
	text-align: right;
	display: inline-block;
	color: #888;
	padding: 0px 25px 0px 0px;
	line-height: 50px;
	background: url('../../../assets/images/lnwbar/white/right_arrow.png') right no-repeat;
	background-position: right 5px center;
	background-size: 20px 20px;
}

#lbUserPanel .myShopZone .all:hover, #lbFavPopup .favShopZone .all:hover, #lbHelpPopup .helpMallZone .all:hover {
	text-decoration: none;
	/*	color: #38bdeb;*/
	color: #01B49A;
	padding-right: 25px;
	line-height: 50px;
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
}

#lbUserPanel .myShopZone , #lbUserPanel .navShopZone {
	border-bottom: 1px solid #eee;
}
#lbUserPanel .myShopZone .number, #lbFavPopup .favShopZone .number  {
	/*    color: #38bdeb;*/
	color: #01B49A;
	font-size: 9px;
	min-width: 9px;
	line-height: 9px;
	text-align: center;
	display: inline-block;
	padding: 2px 2px 1px 2px;
	margin-left: 5px;
	/*    border: 1px solid #38bdeb;*/
	border: 1px solid #01B49A;
	position: relative;
	top: -1px;
}
#lbUserPanel .listShop, #lbFavPopup .listShop {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#lbFavPopup .favShopZone .listShop {
	margin-bottom: 10px;
}
#lbUserPanel .listShop:after, #lbFavPopup .listShop:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .list_bg , #lbFavPopup .list_bg {
	width: 100%;
	position: absolute;
	height: 100px;
	background: #f8f8f8;
	z-index: 0;
}
#lbUserPanel .listShop li[plate], #lbFavPopup .listShop li[plate] {
	display: none;
}
#lbUserPanel .listShop li[plate="0"], #lbFavPopup .listShop li[plate="0"] {
	display: block;
}

#lbUserPanel .listShop li {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: left;
	width: 140px;
	position: relative;
	z-index: 1;
}
#lbUserPanel .myShopZone .listShop li {
	margin-bottom: 10px;
}

#lbFavPopup .favShopZone .listShop li {
	width: 100%;
	float: none;
	margin: 0px;
}


#lbFavPopup .favShopZone .listShop li:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .listShop li a {
	display: block;
	color: #555;
}
#lbUserPanel .listShop li a:hover {
	text-decoration: none;
}
#lbUserPanel .listShop li .shopAvatar {
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}

#lbFavPopup .favShopZone .listShop li .shopAvatar  {
	height: 50px;
	width: 50px;
	float: left;
	margin: 0px 10px 0px 10px;
}
#lbUserPanel .listShop li .shopAvatar img {
	width: 140px;
	margin-top: -20px;
	height: auto;
}

#lbFavPopup .favShopZone .listShop li .shopAvatar img {
	width: 50px;
	height: 50px;
	margin-top: 0px;
}

#lbUserPanel .listShop li.single {
	width: 100%;
}

#lbUserPanel .listShop li.single .shopAvatar {
	height: 200px;
	overflow: hidden;
	margin-bottom: 5px;
}
#lbUserPanel .listShop li.single .shopAvatar img {
	width: 100%;
	margin-top: -40px;
	height: auto;
}

#lbUserPanel .listShop li.zero {
	width: 100%;
}

#lbUserPanel .listShop li.zero .shopAvatar {
	background: #ccc;
	height: 200px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 100px;
	text-align: center;
	line-height: 200px;
	color: #999;
}

#lbUserPanel .listShop li a:hover .shopName, #lbFavPopup .listShop li a:hover .shopName {
	/*	color: #38bdeb;*/
	color: #01B49A;
}
#lbUserPanel .listShop li .shopName, #lbFavPopup .listShop li .shopName {
	margin-left: 10px;
	height: 25px;
	overflow: hidden;
	line-height: 30px;
	color: #555;
	font-weight: bold;
}
#lbUserPanel .listShop li .shopDesc, #lbFavPopup .listShop li .shopDesc {
	margin-left: 10px;
	font-size: 10px;
	color: #999;
}
#lbUserPanel .listShop li .shopManage {
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	color: #777;
	background: #f9f9f9 url('../../../assets/images/lnwbar/white/right_arrow.png') no-repeat;
	background-position: right 5px center;
	background-size: 14px 14px;
}
#lbUserPanel .listShop li .shopManage:hover {
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
	/*	color: #38bdeb;*/
	color: #01B49A;
	/*	border-color: #38bdeb;*/
	border-color: #01B49A;
}
#lbUserPanel .listShop li .shopStatus:before, #lbFavPopup .listShop li .shopStatus:before {
	/*    content: '(OPEN)';*/
	display: inline-block;
	color: #45bb2e;
}
#lbFavPopup .favShopZone .listShop li .shopStatus:before {
	/*    content: '(OPEN)';*/
}
#lbUserPanel .listShop li .shopStatus[status='inactive']:before, #lbFavPopup .listShop li .shopStatus[status='inactive']:before {
	content: '(Not active)';
	color: #f3ce01;
}
#lbUserPanel .listShop li .shopStatus[status='temporary']:before, #lbFavPopup .listShop li .shopStatus[status='temporary']:before {
	content: '(CLOSED)';
	color: red ;
}
#lbUserPanel .listShop li.more, #lbFavPopup .listShop li.more, #lbHelpPopup .listHelp li.more{
	width: 100%;
	cursor: pointer;
}
#lbFavPopup .favShopZone .listShop li.more,
#lbHelpPopup .helpMallZone .listHelp li.more{
	margin: 10px 0px 0px 0px;
}
#lbUserPanel .listShop li.more span, #lbFavPopup .listShop li.more span, #lbHelpPopup .listHelp li.more span{
	display: block;
	font-size: 14px;
	cursor: pointer;
	/*    color: #38bdeb;*/
	color: #01B49A;
	/*    border: 1px solid #38bdeb;*/
	border: 1px solid #01B49A;
	padding: 7px 10px;
	text-align: center;
	margin: 5px 10px;
}
#lbUserPanel .listShop li.more:hover span, #lbFavPopup .listShop li.more:hover span, #lbHelpPopup .listHelp li.more:hover span {
	/*	background-color: #38bdeb;*/
	background-color: #01B49A;
	color: white;
}
#lbFavPopup .listShop .shopRemove {
	display: none;
}
#lbFavPopup .listShop .shop:hover .shopRemove {
	display: block;
}
#lbFavPopup .listShop .shop:hover .shopRemove:hover {
	color: red;
}
#lbFavPopup .add_fav {
	display: block;
	background-color: #f56aa7;
	box-sizing: border-box;
	padding: 15px 20px 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#lbFavPopup .add_fav a b {
	color: white;
	font-size: 13px;
}
#lbFavPopup .add_fav a {
	display: block;
	width: 100%;
	height: 100%;
	color: lightpink;
}
#lbUserPanel .listShop .shopRemove, #lbFavPopup .listShop .shopRemove{
	float: right;
	padding: 15px 15px 15px 5px;
	line-height: 20px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #aaaaaa;
}
#lbUserPanel .listShop .shopRemove:hover, #lbFavPopup .listShop .shopRemove:hover{
	text-decoration: underline;
	color: #888888;
}
#lbUserPanel .otherZone {
	font-size: 13px;
	color: #666;
}

#lbUserPanel .otherZone .lnwshopZone, #lbUserPanel .otherZone .lnwaccountsZone {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#lbUserPanel .otherZone .lnwshopLogo{
	background: url('../../../assets/images/logo2016/lnwshop.png') no-repeat left 20px center;
	background-size: auto 12px;
	width: 100%;
	height: 45px;
}
#lbUserPanel .otherZone .lnwaccountsLogo {
	background: url('../../../assets/images/logo2016/lnwaccounts.png') no-repeat left 20px center;
	background-size: auto 12px;
	width: 100%;
	height: 45px;
}
#lbUserPanel .otherZone .lnwshopZone a .list-item, #lbUserPanel .otherZone .lnwaccountsZone a .list-item {
	border-left: 1px solid #f2f2f2;
	box-sizing: border-box;
}
#lbUserPanel  .list-item {
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: block;
	cursor: pointer;
	text-align: left;
	text-indent: 20px;
	border-top: 1px solid #eee;
	background: url('../../../assets/images/lnwbar/white/right_arrow.png') no-repeat;
	background-size: 20px 20px;
	background-position: right 5px center;
}
#lbUserPanel  .list-item:hover {
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
}
#lbUserPanel a {
	color: #666;
}

#lbUserPanel .logout-item {
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-top: 1px solid #f5f5f5;
}
#lbUserPanel .logout-item:hover {
	cursor: pointer;
}
#lbUserPanel .logout-item span {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	color: #ccc;
}


/*************************Product**************************************************/
#lbProduct{
	float: left;
	position: relative;
}
#lbProduct .main{
	cursor: pointer;
	margin-left: 0px;
	padding-left: 16px;
	background: url('../../../assets/images/lnwbar/white/menu_gray.png') no-repeat;
	background-position: -14px 8px;
	height: 40px
}
#lbProduct .main:hover {
	background-image: url('../../../assets/images/lnwbar/white/menu_green.png');
}
#lbProduct .main a{
	display: inline-block;
	height: 40px;
}
#lbProduct .main img {
	height: 13px;
	margin-top: 13px;
}
#lbProduct .main-bb{
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 40px;
	position: relative;
}
#lbProduct .main-bb a{
	padding: 12px 5px 12px 36px;
	height: 16px;
	box-sizing: content-box;
	display: block;
}
#lbProduct .main-bb .txt{
	display: block;
	line-height: 16px;
}
#lbProduct .main-bb .favicon {
	height: 20px;
	top: 10px;
	left: 8px;
	position: absolute;
}

#lbProductPopup{
	display: none;
	position: absolute;
	top:40px;
	left: 0px;
	right: 0px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	border: 1px #e4e4e4 solid;
	border-bottom: 5px solid #ccc;
	z-index: 2020000001;
	width: 100%;
	max-width: 300px;
	transition: display 2s linear 1s;
}
body.show_lbProductPopup #lbProductPopup{
	display: block;
}
#lbProductPopup .lblist{
	border-bottom: 1px solid #efefef;
	height: 90px;
	cursor: pointer;
	display: block;
	text-align: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 22px 20px 20px 30px;
}
#lbProductPopup .lblists .lnwshop{	background-position: 80px 0px;}
#lbProductPopup .lblists .lnwmall{	background-position: 80px -80px;}
#lbProductPopup .lblists .lnwmarket{	background-position: 80px -160px;}
#lbProductPopup .lblists .lnwform{	background-position: 80px -240px;}
#lbProductPopup .lblists .lnwpic{	background-position: 80px -320px;}
#lbProductPopup .lblists .bloglnw{	background-position: 80px -400px;}
#lbProductPopup .lblists .lnwpay {	background-position: 80px -480px;}

#lbProductPopup .lblists i {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -30px;
	height: 100px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#lbProductPopup .lblists .lnwshop i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwshop_island.png');
}
#lbProductPopup .lblists .lnwmall i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwmall_island.png');
}
#lbProductPopup .lblists .lnwmarket i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwmarket_island.png');
}
#lbProductPopup .lblists .lnwform i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwform_island.png');
}
#lbProductPopup .lblists .lnwpic i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwpic_island.png');
}
#lbProductPopup .lblists .bloglnw i{
	background-image: url('../../../assets/images/lnwbar/white/island/lnwblog_island.png');
}
#lbProductPopup .lblists .lnwpay i{
	background-image: url('../../../assets/images/lnwbar/lnwpay_shield.png');
}
#lbProductPopup .lblists .lnwshop b,
#lbProductPopup .lblists .lnwmall b,
#lbProductPopup .lblists .lnwmarket b,
#lbProductPopup .lblists .lnwpic b,
#lbProductPopup .lblists .bloglnw b,
#lbProductPopup .lblists .lnwpay b {
	width: 100%;
	height: 22px;
	margin-bottom: 10px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}
#lbProductPopup .lblists .lnwshop b{
	background-image: url('../../../assets/images/logo2016/lnwshop.png');
}
#lbProductPopup .lblists .lnwmall b{
	background-image: url('../../../assets/images/logo2016/lnwmall.png');
}
#lbProductPopup .lblists .lnwmarket b{
	background-image: url('../../../assets/images/logo2016/lnwmarket.png');
}
#lbProductPopup .lblists .lnwpic b{
	background-image: url('../../../assets/images/logo2016/lnwpic.png');
}
#lbProductPopup .lblists .bloglnw b{
	background-image: url('../../../assets/images/logo2016/lnwblog.png');
}
#lbProductPopup .lblists .lnwpay b{
	background-image: url('../../../assets/images/logo2016/lnwpay.png');
}
#lbProductPopup .lblist span {
	color: #666;
	font-size: 14px;
}

/**************************Notification*******************************************/

#lbNoti {
	float: right;
	position: relative;
	cursor: pointer;
}

#lbNoti:after, #lbNotiPopup ul li:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbNoti .noti_name, #lbNoti .noti_general, #lbNoti .noti_order, #lbNoti .noti_chat {
	cursor: pointer;
	float: left;
	padding: 11px;
	width: 18px;
	height: 18px;
	box-sizing: content-box;
}
#lbNoti .noti_name {
	width: auto;
	padding-right: 0px;
	margin-right: 0px;
	line-height: 20px;
	white-space: nowrap;
	max-width: 120px;
	overflow: hidden;
	color: #848484;
	cursor: default;
	text-align: right;
	text-overflow: ellipsis;
}
#lbNoti .noti_general {
	background: url('../../../assets/images/lnwbar/white/noti_gray.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_general:hover, #lbNoti .noti_general:active {
	background: url('../../../assets/images/lnwbar/white/noti_green.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_order {
	background: url('../../../assets/images/lnwbar/white/order_gray.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_order:hover, #lbNoti .noti_order:active {
	background: url('../../../assets/images/lnwbar/white/order_green.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_chat {
	display: none;
	background: url('../../../assets/images/lnwbar/white/chat_with_owner_gray.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_chat:hover, #lbNoti .noti_chat:active {
	background: url('../../../assets/images/lnwbar/white/chat_with_owner_green.png') no-repeat center;
	background-size: 18px 18px;
}
#lbNoti .noti_number {
	color: white;
	text-align: center;
	position: relative;
	left: 10px;
	top: -5px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: red;
	font-size: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fff;
}
#lbNotiPopup, #lbFavPopup, #lbHelpPopup{
	display: none;
	position: absolute;
	top:40px;
	right: 0px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	border-top: 1px #e4e4e4 solid;
	border-bottom: 5px solid #ccc;
	z-index: 2020000002;
	width: 400px;
	height: auto;
	max-width: 100%;
}
#lbFavPopup .favShopZone, #lbHelpPopup .helpMallZone{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
body.show_lbNotiPopup #lbNotiPopup, body.show_lbFavPopup #lbFavPopup, body.show_lbHelpPopup #lbHelpPopup{
	display: block;
}
body.show_lbNotiPopup #lbNoti .noti_general, body.show_lbFavPopup #lbFav, body.show_lbHelpPopup #lbHelp{
	background-color: #f5f5f5;
}
#lbNotiPopup ul {
	padding: 0px;
	margin: 0px;
}

#lbNotiPopup ul li{
	width: 100%;
	height: auto;
	/*    border-bottom: 1px solid #eee;*/
	border-left: 1px #e4e4e4 solid;
	border-right: 1px #e4e4e4 solid;
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0px;
}

#lbNotiPopup .new_noti{
	background-color: #ebfaff ;
}
#lbNotiPopup .new_noti .noti_info .time:before {
	content: '\0020';
	display: inline-block;
	overflow: hidden;
	background: red;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	clear:both;
}
#lbNotiPopup ul li:active {
	background: #f0f0f0;
}
#lbNotiPopup ul li.see_all{
	font-size: 13px;
	text-align: center;
	line-height: 13px;
	background-color: #f5f5f5;
}
#lbNotiPopup ul li.see_all a {
	color: #666 !important;
}
#lbNotiPopup ul li a{
	display: block;
	padding: 12px 10px 12px 15px;
	font-size: 12px;
}
#lbNotiPopup ul li a b{
	font-weight: bold;
	color: #444;
}
#lbNotiPopup ul li a:hover{
	text-decoration: none;;
}
#lbNotiPopup ul li .avatar{
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
#lbNotiPopup ul li .avatar img {
	width: 50px;
	height: 50px;
}
#lbNotiPopup ul li .avatar .user_format {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#lbNotiPopup ul li .info {
	display: inline;
	position: relative;
	top: 4px;
	line-height: 16px;
	color: #666;
	padding: inherit;
}
#lbNotiPopup ul li .time {
	line-height: 24px;
	font-size: 11px;
	color: #999;
}
#lbNotiPopup ul li .time i {
	color: #ccc;
	font-size: 10px;
	font-style: normal;
}
#lbNotiPopup ul li .icon_info {
	background-image: url('../../../assets/images/lnwbar/white/icon-common.png');
	background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 50px;
	background-position: 50px 50px;
}

#lbNotiPopup ul li.nRating .icon_info {
	background-position: 0px 0px;
}
#lbNotiPopup ul li.nDiscus .icon_info {
	background-position: 0px -50px;
}
#lbNotiPopup ul li.nTopic .icon_info {
	background-position: 0px -100px;
}
#lbNotiPopup ul li.nPost .icon_info {
	background-position: 0px -150px;
}
#lbNotiPopup ul li.nMessage .icon_info {
	background-position: 0px -200px;
}
#lbNotiPopup ul li.nNotice .icon_info {
	background-position: 0px -250px;
}

#lbNotiPopup ul li.nOrder .icon_info, #lbNotiPopup ul li.nPayment .icon_info{
	background-image: url('../../../assets/images/lnwbar/white/icon-status.png');
	background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 50px;
	background-position: 50px 50px;
}
#lbNotiPopup ul li.nOrder .icon_info {
	background-position: 0px -0px;
}
#lbNotiPopup ul li.nPayment .icon_info {
	background-position: 0px -50px;
}
#lbNotiPopup ul li.npsCreated .icon_info, #lbNotiPopup ul li.npbCreated .icon_info, #lbNotiPopup ul li.npbInformed .icon_info, #lbNotiPopup ul li.npbRejected .icon_info, #lbNotiPopup ul li.npConfirmed .icon_info, #lbNotiPopup ul li.npbShipped .icon_info, #lbNotiPopup ul li.npbReceived .icon_info, #lbNotiPopup ul li.npsCompleted .icon_info {
	background-image: url('../../../assets/images/lnwbar/white/icon-status.png');
	background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 50px;
}

#lbNotiPopup ul li.npsCreated .icon_info {
	background-position: 0px 0px;
}
#lbNotiPopup ul li.npbCreated .icon_info {
	background-position: 0px 0px;
}
#lbNotiPopup ul li.npbInformed .icon_info {
	background-position: 0px -50px;
}
#lbNotiPopup ul li.npbRejected .icon_info {
	background-position: 0px -350px;
}
#lbNotiPopup ul li.npConfirmed .icon_info {
	background-position: 0px -100px;
}
#lbNotiPopup ul li.npbShipped .icon_info {
	background-position: 0px -200px;
}
#lbNotiPopup ul li.npbReceived .icon_info {
	background-position: 0px -250px;
}
#lbNotiPopup ul li.npsCompleted .icon_info {
	background-position: 0px -300px;
}

#lbNotiPopup ul li .shopAvatar {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}

#lbNotiPopup ul li .desc, #lbNotiPopup ul li .descTime {
	font-size: 11px;
	color: #aaa;
	line-height: 16px;
}
#lbNotiPopup ul li .descTime {
	font-size: 10px;
}
#lbNotiPopup ul li .noti_info {
	display: block;
	margin: 0 60px 0 50px;
	word-wrap: break-word;
	line-height: 16px;
	font-size: 12px;
}

#lbNotiPopup ul li.more {
	width: 100%;
	display: block;
}
#lbNotiPopup ul li.more span{
	display: block;
	font-size: 14px;
	cursor: pointer;
	/*    color: #38bdeb;*/
	color: #01B49A;
	/*    border: 1px solid #38bdeb;*/
	border: 1px solid #01B49A;
	padding: 7px 10px;
	text-align: center;
	margin: 5px 10px;
}
#lbHelpPopup{
	display: block;
	position: absolute;
	width: 320px;
}
#lbHelpPopup ul{
	margin: 0;
	padding-bottom: 10px;
}
#lbHelpPopup li{
	margin-bottom: 0;
}
#lbHelpPopup li.item{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	background: url(../../../assets/images/lnwbar/white/right_arrow.png) right no-repeat;
	background-position: right 5px center;
	background-size: 20px 20px;
}
#lbHelpPopup li.item a{
	padding: 0 10px;
	display: block;
	font-size: 14px;
	box-sizing: border-box;
}
.hoverCircle {
	position: relative;
	z-index: 9;
}
.hoverCircle {
	background-image: url("../../../assets/images/lnwbar/white/circle_white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0 0;
	transition: .2s ease-in;
	width: 100%;
	height: 100%;
	position: relative;
}
.hoverCircle:hover {
	background-size: 30em 30em ;
	background-color: #eee;
}
.hoverCircleX2:hover {
	background-size: 40em 40em ;
	background-color: #eee;
}
.hoverCircleX3:hover {
	background-size: 50em 50em ;
	background-color: #eee;
}
.lnw-mobile #lbUserPanel {
	top: 0px;
}
@media screen and (min-width: 750px) {
	#lbHelpPopup{
		right: auto;
		width: 280px;
	}
}

@media screen and (max-width: 767px) {

	#lbAdmin2 {
		display: none;
	}
	#lbUserPanel{
		width: 280px;
	}
	.show_lbUser #lbUserPanel{
		-webkit-transform: translate3d(-280px, 0, 0);
		-moz-transform: translate3d(-280px, 0, 0);
		-o-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		/*position: relative;*/
	}

	.show_lbUser .body-skin{
		-webkit-transform: translate3d(-280px, 0, 0);
		-moz-transform: translate3d(-280px, 0, 0);
		-o-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		z-index: 2000000000;
		/*position: fixed;*/
		/*left: -280px;*/
	}
	#lbUserPanel .listShop li:nth-child(3), #lbUserPanel .listShop li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#lbNotiPopup {
		width: 100%;
		min-width: 318px;
	}

	#lbNoti .noti_name {
		display: none;
	}
	#lbProduct .main-bb a{
		padding: 12px 5px 12px 8px;
	}
	#lbProduct .main-bb .txt{
		width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#lbProduct .main-bb .favicon {
		display: none;
	}
}
.clear {
	clear: both;
}

/* LnwPayBar Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lb.lnwpayBar #lbWrapper{
	background-color: #3553a5;
	width: 100%;
	height: 40px;
	/*overflow: hidden;*/
	font-weight: normal;
	box-shadow: none;
	color: #ffffff;
}

#lb.lnwpayBar .main{
	background-image: url('../../../assets/images/lnwbar/lnwpaybar/menu_white.png');
	background-position: -10px 8px;
	padding-right: 10px;
}
#lb.lnwpayBar .main img{
	height: 11px;
	padding-top: 2px;
}
#lb.lnwpayBar #lbLoginPopup{
	background-color: #3553a5;
	border: 1px solid #fff;
}
#lb.lnwpayBar #lbMember .lblogin .ico, #lb.lnwpayBar #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signin_white.png);
}
#lb.lnwpayBar #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signup_white.png);
}
#lb.lnwpayBar #lbMember .lblogin .txt, #lb.lnwpayBar #lbMember .lbregister .txt {
	color: white;
}

#lb.lnwpayBar #lbMember .lbuser{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/menu1_white.png);
}

#lb.lnwpayBar #lbMember .lbuser:hover{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/menu1_green.png);
}


#lb.lnwpayBar #lbNoti .noti_general {
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_white.png);
}
#lb.lnwpayBar #lbNoti .noti_general:hover, #lb.lnwpayBar #lbNoti .noti_general:active {
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_green.png);
}
body.show_lbNotiPopup #lb.lnwpayBar #lbNoti .noti_general, body.show_lbFavPopup #lb.lnwpayBar #lbFav {
	background-color: #294181;
}
#lb.lnwpayBar #lbNoti .noti_order {
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/order_white.png);
}
#lb.lnwpayBar #lbNoti .noti_name {
	color: white;
}
#lb.lnwpayBar .content ul li.slogan{
	border-left: 1px solid #294181;
}
#lb.lnwpayBar .content .text{
	color: #ffffff;
}
#lb.lnwpayBar .content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lb.lnwpayBar .content ul li{
	display: block;
	vertical-align: top;
	border-right: 1px solid #294181;
	float: left;
	position: relative;
}
#lb.lnwpayBar .content ul li:hover{
	background-color: #395ab2;
}
#lb.lnwpayBar .content ul li .box{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 14px 0 14px;
}
#lb.lnwpayBar .content ul li a.box:hover, #lb.lnwpayBar a.main:hover{
	background-color: #395ab2;
}

#lb.lnwpayBar .content ul li.logo img{
	padding-top: 15px;
}
#lb.lnwpayBar .content ul li.shopname .avatar{
	max-width: 150px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
}
#lb.lnwpayBar .content ul li.shopname .avatar
#lb.lnwpayBar .content ul li.slogan .text, #lb.lnwpayBar .content ul li.shoprank .text{
	padding: 12px 0;
	line-height: 16px;
}
#lb.lnwpayBar .content ul li.slogan img,
#lb.lnwpayBar .content ul li.shopname img,
#lb.lnwpayBar .content ul li.shoprank img,
#lb.lnwpayBar .content ul li.ordersell img,
#lb.lnwpayBar .content ul li.service img,
#lb.lnwpayBar .content ul li.product img,
#lb.lnwpayBar .content ul li.delivery img,
#lb.lnwpayBar .content ul li.other_mobile img{
	vertical-align: middle;
}
#lb.lnwpayBar .content ul li.slogan img,
#lb.lnwpayBar .content ul li.ordersell img,
#lb.lnwpayBar .content ul li.service img,
#lb.lnwpayBar .content ul li.product img,
#lb.lnwpayBar .content ul li.delivery img{
	margin-top: -3px;
}
#lb.lnwpayBar .content ul li.slogan img{
	margin-left: -3px;
	margin-right: -3px;
}
#lb.lnwpayBar .content ul li .bargraphfeedback {
	margin: 0 5px 0 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
	width: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#lb.lnwpayBar .content ul li .bargraphfeedback .bar {
	display: block;
	position: relative;
	text-align: center;
	height: 9px;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lb.lnwpayBar .lnwpay_content .shopPremiumBlock {
	margin-bottom: 5px;
}
#lb.lnwpayBar .content ul li.other{
	float: right;
}
#lb.lnwpayBar .content ul li.other a{
	color: #ffffff;
}
#lb.lnwpayBar .content ul li.other a:hover{
	text-decoration: underline;
}
#lb.lnwpayBar .content ul li.other_mobile{
	display: none;
}
#lb.lnwpayBar .superShop {
	margin: 0px;
	vertical-align: top;
	float: none;
}
#lb.lnwpayBar .superShop .shopname s {
	background-image: url(../../../assets/images/lnwbar/supershop_bar.png);
	width: 15px;
	height: 25px;
	display: inline-block;
	float: right;
	margin: 7px 5px 0px 5px;
}

#lb.lnwpayBar .lnwpoints{
	position: relative;
	height: 40px;
	display: block;
	vertical-align: top;
	border-left: 1px solid #294181;
	border-right: 1px solid #294181;
	float: right;
	position: relative;
	padding: 0px 15px;
}
#lb.lnwpayBar .lnwpoints .LnwPayHelper{
	right: 0px;
	left: auto;
}
#lb.lnwpayBar .lnwpoints:hover {
	background-color: #395ab2;
}
#lb.lnwpayBar .lnwpoints .lbPoints{
	color: white;
	line-height: 40px;
}
#lb.lnwpayBar .lnwpoints a {
	color: white;
	display: block;
}
#lb.lnwpayBar .lnwpoints a:hover .sub_button {
	background-color: #3553a5;
}
#lb.lnwpayBar .lnwpoints .sub_button {
	text-align: center;
	width: 100%;
	height: 38px;
	font-size: 12px;
	line-height: 35px;
	box-sizing: border-box;
	padding: 0px 20px;
	margin: 15px 0px;
	border: 1px solid white;
}

#lb.lnwpayBar .content .ordersell .LnwPayHelper,
#lb.lnwpayBar .content .service .LnwPayHelper,
#lb.lnwpayBar .content .product .LnwPayHelper,
#lb.lnwpayBar .content .delivery .LnwPayHelper,
#lb.lnwpayBar .content .lnwpoints .LnwPayHelper {
	display: none;
	top: 100%;
}
#lb.lnwpayBar .content .ordersell.showHelper .LnwPayHelper,
#lb.lnwpayBar .content .service.showHelper .LnwPayHelper,
#lb.lnwpayBar .content .product.showHelper .LnwPayHelper,
#lb.lnwpayBar .content .delivery.showHelper .LnwPayHelper,
#lb.lnwpayBar .content .lnwpoints.showHelper .LnwPayHelper {
	display: block;
}
#lb.lnwpayBar .content .ordersell_text{
	color: #71d9ff;
	font-weight: normal;
}
@media only screen and (max-width : 1200px) {
	#lb.lnwpayBar #lbNoti .noti_name{
		display: none;
	}
	#lb.lnwpayBar .content ul li.slogan .text,
	#lb.lnwpayBar .content ul li.slogan .question{
		display:  none;
	}
	#lb.lnwpayBar.doubleLayer .superShop s {
		margin-left: 5px;
	}
}
@media only screen and (max-width : 1000px) {
	#lb.lnwpayBar .content ul li .bargraphfeedback{
		display:  none;
	}
	#lb.lnwpayBar .points_unit{
		display: none;
	}
	#lb.lnwpayBar .content ul li.service .service_icon img{
		display:  none;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service .service_icon img{
		display:  inline-block;
	}
	#lb.lnwpayBar .content ul li.shoprank .text span{
		display:  none;
	}
	#lb.lnwpayBar .content ul li .box {
		padding: 0 10px;
	}
	#lb.lnwpayBar .content ul li.service .text{
		display:  none;
	}
}
@media screen and (max-width: 800px) {
	#lb.lnwpayBar #lbMember {
		padding: 0 5px 0 0;
	}
	#lb.lnwpayBar .lnwpoints{
		display: none;
	}
	#lb.lnwpayBar .content ul li.shoprank {
		display: none;
	}

	#lb.lnwpayBar.doubleLayer, #lb.lnwpayBar.doubleLayer #lbWrapper {
		height: 80px;
	}
	#lb.lnwpayBar.doubleLayer .LnwPayHelperBig {
		width: 100%;
		min-width: 520px;
		right: 0px;
		left: auto;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic  {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		background: #e8efff;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic .slogan {
		position: absolute;
		top: -40px;
		left: 100px;
		padding-left: 10px;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .text,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul li .bargraphfeedback,
	#lb.lnwpayBar.doubleLayer .points_unit,
	#lb.lnwpayBar.doubleLayer .content ul li.service .service_icon img,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank .text span,
	#lb.lnwpayBar.doubleLayer .content ul li .box ,
	#lb.lnwpayBar.doubleLayer .content ul li.service .text{
		display: inline-block;
		color: #3553a5;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		width: 33%;
		min-width: auto;
		text-align: center;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li.shoprank{
		border-left: 1px solid #d3ddff;
		border-right: none;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li.service{
		border-left: 1px solid #d3ddff;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname .avatar,
	#lb.lnwpayBar.doubleLayer .content ul li.shopname .avatar .text  {
		color: #3553a5;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .text {
		color: white;
	}
	#lb.lnwpayBar.doubleLayer .content ul li:hover .text, #lb.lnwpayBar.doubleLayer .content ul li:hover .text span{
		color: white;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li {
		border-right: 0px;
	}
	#lb.lnwpayBar.doubleLayer .superShop s {
		background-image: url(../../../assets/images/lnwbar/supershop.png);
	}
}
@media only screen and (max-width: 700px) {
	#lb.lnwpayBar.doubleLayer .content ul li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank{
		width: 30%;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		width: 39%;
		float: right;
	}
}
@media only screen and (max-width: 600px) {
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic .slogan {
		padding-left: 3px;
	}
	#lb.lnwpayBar #lbMember .lblogin {
		margin-right: 0px;
	}
	#lb.lnwpayBar #lbMember .lbregister {
		display: none;
	}
	#lb.lnwpayBar .content ul li.shopname .avatar{
		line-height: 40px;
	}
	#lb.lnwpayBar .content ul li.shopname .avatar .text, #lb.lnwpayBar .content ul li.shopname .avatar img{
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname .avatar .text {
		display: inline-block;
		max-width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 560px) {

	#lb.lnwpayBar.doubleLayer .content ul li.shopname .avatar .text,
	#lb.lnwpayBar.doubleLayer .content ul li.shopname .avatar img{
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .shopname {
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .superShop .shopname {
		display: inline-block;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname{
		width: 15%;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank{
		width: 35%;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		width: 49%;
	}
	#lb.lnwpayBar.doubleLayer .superShop s {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 460px) {
	/*#lb.lnwpayBar .content{
        box-shadow: 1px 1px 0 #294181;
    }*/
	#lb.lnwpayBar .content ul li a{
		padding: 0;
	}
	#lb.lnwpayBar .content ul li.logo a,
	#lb.lnwpayBar .content ul li.slogan a,
	#lb.lnwpayBar .content ul li.shoprank a{
		padding: 0 2px 0 2px;
	}
	#lb.lnwpayBar .content ul li.logo,
	#lb.lnwpayBar .content ul li.slogan,
	#lb.lnwpayBar .content ul li.shoprank{
		margin: 0;
		padding: 0 2px 0 2px;
		border-right: 0;
	}
	#lb.lnwpayBar .content ul li.shopname,
	#lb.lnwpayBar .content ul li.shoprank{
		display: none;
	}
	#lb.lnwpayBar .content ul li.service{
		width: 90px;
		margin: 0;
		padding-right: 0;
		border-right: 1px solid #294181;
		border-left: 1px solid #294181;
		text-align: center;
	}
	#lb.lnwpayBar .content ul li .box{
		padding: 0 5px 0 5px;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .text,
	#lb.lnwpayBar .content ul li.slogan .text,
	#lb.lnwpayBar .content ul li.slogan .question,
	#lb.lnwpayBar .content ul li.shoprank .text,
	#lb.lnwpayBar .content ul li.service .text{
		display:  none;
	}
	#lb.lnwpayBar .content ul li .bargraphfeedback{
		display:  none;
	}
	#lb.lnwpayBar .content ul li.service .service_icon img,
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.service .service_icon img {
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service .service_icon img{
		display: inline-block;
	}
	#lb.lnwpayBar .content ul li.service .service_arrow img{
		vertical-align: middle;
	}
	#lb.lnwpayBar .content ul li.service img{
		margin-top: 0;
	}
	#lb.lnwpayBar .content ul li.service span{
		margin-left: 0;
	}

	#lb.lnwpayBar.doubleLayer .content ul li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		width: inherit;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.slogan  {
		padding: 0px 10px;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		padding: 0 7px 0 7px;
		border-right: 0;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service{
		padding-right: 3px;
	}
	#lb.lnwpayBar.doubleLayer .content ul.supershop li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .text,
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .text,
	#lb.lnwpayBar.doubleLayer .content ul li.slogan .question,
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank .text,
	#lb.lnwpayBar.doubleLayer .content ul li.service .text{
		display: inline-block;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.service {
		border: none ;
	}
}
@media only screen and (max-width : 360px) {
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li.slogan  {
		padding-left: 2px;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shoprank .text span,
	#lb.lnwpayBar.doubleLayer .content ul li.service .text{
		display: inline-block;
	}
	#lb.lnwpayBar.doubleLayer .content ul li.shopname, #lb.lnwpayBar.doubleLayer .content ul li.shoprank, #lb.lnwpayBar.doubleLayer .content ul li.service {
		padding: 0 2px;
	}

	#lb.lnwpayBar.doubleLayer .content ul li.service .service_icon img{
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.shoprank .text span,
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.service .text{
		display: none;
	}
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.shopname,
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.shoprank,
	#lb.lnwpayBar.doubleLayer .content ul.superShop li.service {
		padding: 0 7px;
	}
}
@media only screen and (max-width : 320px) {
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li.slogan  {
		padding-left: 10px;
	}
	#lb.lnwpayBar.doubleLayer #lnwpayStatistic.content ul li.slogan .text  {
		display: none;
	}
}

/* LnwPayHelper
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.LnwPayHelper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	z-index: 2000000007;
	background-color: #395ab2;
}
.LnwPayHelperBig {
	width: 520px;
}
.LnwPayHelper.fixed{
	position: fixed;
}
.LnwPayHelper .body{
	padding: 5px 20px;
	font-size: 13.5px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
.LnwPayHelper .body .collectdata{
	padding: 10px 0 5px 0;
	font-size: 16px;
	/*    color: #fbcb35;*/
}
.LnwPayHelper .body .sub_text{
	font-size: 12px;
}
.LnwPayHelper .body .header{
	padding: 10px 0 0 0;
	font-size: 17px;
}
.LnwPayHelper .body .sub_header{
	padding: 5px 0 5px 0;
}
.LnwPayHelper .body .more_detail{
	font-size: 12px;
	padding: 5px 0 5px 0;
	text-decoration: underline;
	color: #fff;
	display: block;
}
.LnwPayHelper .body .content{
	padding: 10px 0 10px 0;
	/*    border-bottom: 1px solid #294181;*/
}
.LnwPayHelper .body .content span{
	padding-left: 5px;
}
.LnwPayHelper .body .footer{
	padding-bottom: 10px;
	font-size: 12px;
}
.LnwPayHelper .body .statistic{
	padding: 10px 0;
	border-bottom: 1px solid #294181;
}
.LnwPayHelper .body .gotoshopButton{
	color:white;
	line-height: 25px;
	text-align: center;
	display:block;
	background: #294181;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 0px !important;
}

.LnwPayHelper .lnwpay_content .score_title{
	color: white;
	font-size: 12px;
}
.LnwPayHelper .feedbackHeart {
	width: 48%;
	float: right;
	padding: 0;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.LnwPayHelper .feedbackStat {
	width: 52%;
	float:left;
	box-sizing:border-box;
	padding-right: 10px;
}
.LnwPayHelper .feedbackPremium {
	margin-top:20px;
}
.LnwPayHelper .feedbackPremium .score_heart .heart{
	cursor: default;
}
.LnwPayHelperBig .feedBackFooterDesc {
	font-size: 12px;
}
@media only screen and (max-width: 650px) {
	#lb.lnwpayBar #service_bar {
		position: static;
	}
}
@media only screen and (max-width: 480px) {
	.LnwPayHelper {
		width: 100%;
	}
	#lb.lnwpayBar.doubleLayer .LnwPayHelperBig {
		min-width: 0px;
	}

	#lb.lnwpayBar .content ul li{
		position: static;
	}
	.LnwPayHelperBig .feedbackStat, .LnwPayHelperBig .feedbackHeart {
		width: 100%;
		float: none;
		padding: 0;
		border: 0px;
	}
	.LnwPayHelperBig .lnwpay_content .feedbackPremium {
		text-align: left;
	}
	.LnwPayHelperBig .feedBackFooterDesc {
		float: none;
		display: block;
		padding-left: 0px !important;
	}
	.LnwPayHelper .feedbackPremium {
		margin-top: 10px !important;
	}
}

/* MallBar : additional
-------------------------------------------------- */
.modal-open #lb{
	position: absolute;
	z-index: 0;
	width: 100%;
}
#lbUserPanel .otherZone .lnwpayLogo{
	background: url('../../../assets/images/logo2016/lnwpay.png') no-repeat left 20px center;
	background-size: auto 12px;
	width: 100%;
	height: 45px;
}
#lb.mallBar #lbMember .lbregister{
	display: none;
}
#lb.mallBar #lbMember .lblogin{
	margin-right: 0;
}
#lbHelp{
	float: right;
	padding: 0px 5px 0px 0px;
	height: 100%;
	font-size: 1.2rem;
	cursor: pointer;
	display: inline-block;
}
#lbHelp .lbbuyer{
	line-height: 30px;
	display: inline-block;
	float: left;
	height: 100%;
	height: 30px;
	padding: 5px 0px 5px 10px;
	cursor: pointer;
	text-decoration: none;
	color: #848484;
}
#lbHelp .lbbuyer .ico{
	background: transparent url(../../../assets/images/lnwbar/white/help_gray.png) no-repeat;
	display: block;
	float: left;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 5px 0px 0px;
}
#lbHelp .lbbuyer.hasLogin .ico{
	margin: 3px 3px 0px 0px;
}
#lbHelp .lbbuyer .txt{
	display: none;
}
#lb.mallBar.nobg #lbHelp .lbbuyer{
	color: white;
}
#lbOrder{
	float: right;
	padding: 0px 5px 0px 0px;
	height: 100%;
	font-size: 1.2rem;
	cursor: pointer;
	display: inline-block;
}
#lbOrder .lborder{
	line-height: 30px;
	display: inline-block;
	float: left;
	height: 100%;
	height: 30px;
	padding: 5px 0px 5px 10px;
	cursor: pointer;
	text-decoration: none;
	color: #848484;
}
#lbOrder .lborder .ico{
	background: transparent url(../../../assets/images/lnwbar/white/order_gray.png) no-repeat;
	display: block;
	float: left;
	background-size: contain;
	width: 22px;
	height: 24px;
	margin: 0 5px 0px 0px;
	position: relative;
	top: 4px;
}
#lbOrder .lborder .txt{
	display: none;
}
#lb.mallBar.nobg #lbOrder .lborder{
	color: white;
}
#lb.mallBar.nobg #lbOrder .lborder .ico{
	background: transparent url(../../../assets/images/lnwbar/white/order_white.png) no-repeat;
	background-size: contain;
}
#lbSellerCenter{
	float: right;
	padding: 0px 5px 0px 0px;
	height: 100%;
	font-size: 1.2rem;
	cursor: pointer;
	display: inline-block;
}
#lbSellerCenter .lbsellercenter{
	line-height: 30px;
	display: inline-block;
	float: left;
	height: 100%;
	height: 30px;
	padding: 5px 0px 5px 10px;
	cursor: pointer;
	text-decoration: none;
	color: #848484;
}
#lbSellerCenter .lbsellercenter .ico{
	background: transparent url(../../../assets/images/lnwbar/white/order_gray.png) no-repeat;
	display: block;
	float: left;
	background-size: contain;
	width: 22px;
	height: 24px;
	margin: 0 5px 0px 0px;
	position: relative;
	top: 4px;
}
#lbSellerCenter .lbsellercenter .txt{
	display: inline-block;
}
#lbSellerCenter .lbsellercenter .txt .desktop{
	display: none;
}
#lb.mallBar.nobg #lbSellerCenter .lbsellercenter{
	color: white;
}
#lb.mallBar.nobg #lbSellerCenter .lbsellercenter .ico{
	background: transparent url(../../../assets/images/lnwbar/white/order_white.png) no-repeat;
	background-size: contain;
}
#lb.mallBar .joinButton{
	padding: 0 10px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 10px;
	height: 30px;
	line-height: 28px;
}
#lb.mallBar .joinButton .moredetail{
	display: none;
}
#lb.mallBar .joinButton .text{
	display: inline-block;
}
#lb.mallBar .joinButton .text_unjoin{
	display: none;
}
#lb.mallBar .joinButton.unjoin:hover .text{
	display: none;
}
#lb.mallBar .joinButton.unjoin:hover .text_unjoin{
	display: inline-block;
}
#lbUserPanel .myProductZone .title{
	line-height: 50px;
	font-size: 14px;
	margin-left: 15px;
	display: inline;
}

#lbUserPanel .myProductZone .all{
	float: right;
	text-align: right;
	display: inline-block;
	/*	color: #888;*/
	padding: 0px 25px 0px 0px;
	line-height: 50px;
	background: url('../../../assets/images/lnwbar/white/right_arrow.png') right no-repeat;
	background-position: right 5px center;
	background-size: 20px 20px;
}

#lbUserPanel .myProductZone .all:hover{
	text-decoration: none;
	padding-right: 25px;
	line-height: 50px;
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
}

#lbUserPanel .myProductZone{
	border-bottom: 1px solid #eee;
}
#lbUserPanel .myProductZone .listProduct li {
	padding-bottom: 10px;
	margin-bottom: 0;
}
#lbUserPanel .myProductZone .listProduct li:hover{
	box-shadow: 0 1px 5px 0 rgba(51,51,51,.3);
}
#lbUserPanel .listProduct{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#lbUserPanel .listProduct:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear:both;
}
#lbUserPanel .listProduct li {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: left;
	width: 140px;
	position: relative;
	z-index: 1;
}
#lbUserPanel .listProduct li a {
	display: block;
	/*    color: #555;*/
}
#lbUserPanel .listProduct li a:hover {
	text-decoration: none;
}
#lbUserPanel .listProduct li .productImage {
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 2px;
	box-sizing: border-box;
}
#lbUserPanel .listProduct li .productImage img {
	width: 140px;
	margin-top: -20px;
	height: auto;
}
#lbUserPanel .listProduct li a:hover .productName{
	/*	color: #38bdeb;*/
}
#lbUserPanel .listProduct li .productName{
	margin-left: 10px;
	height: 25px;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
}
#lbUserPanel .listProduct li .productDesc{
	margin-left: 10px;
	font-size: 10px;
}
/*** ShopZone coupon ***/
.myShopZone.couponArea{

}
.listCoupon{
	margin-bottom: 0;
}
.listCoupon .couponItem{
	display: inline-block;
	width: 50%;
}
.listCoupon .couponItem a:hover{
	text-decoration: none;
}
.couponItem .coupon_card{
	display: block;
	margin-bottom: 5px;
	height: 60px;
	width: 120px;
}
.couponItem .coupon_card .coupon_right{
	width: 82px;
	height: 52px;
	margin: 4px;
}
.couponItem .coupon_card .coupon_right .genre_price{
	height: 52px;
	line-height: 52px;
	font-size: 20px;
}
.couponItem .coupon_detail{
	margin-left: 10px;
	font-size: 1.2rem;
}
.couponItem .coupon_detail .topic,
.couponItem .coupon_detail .content{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.couponItem .coupon_detail .topic{
	color: #999;
}
.couponItem .couponLink .shopCoupon{
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 10px 10px 0;
	font-size: 12px;
	color: #777;
	background: #f9f9f9 url('../../../assets/images/lnwbar/white/right_arrow.png') no-repeat;
	background-position: right 5px center;
	background-size: 14px 14px;
}
.couponItem .couponLink:hover .shopCoupon{
	background-image: url('../../../assets/images/lnwbar/white/right_arrow_green.png');
	/*	color: #38bdeb;*/
	color: #01B49A;
	/*	border-color: #38bdeb;*/
	border-color: #01B49A;
}
/*** ShopZone coupon ***/

@media (min-width: 750px) {
	.modal-open #lb{
		position: relative;
		z-index: 100;
	}
	#lb.mallBar #lbMember .lbregister{
		display: inline-block;
	}
	#lb.mallBar #lbMember .lblogin{
		margin-right: 15px;
	}
	#lb.mallBar .joinButton .moredetail{
		display: inline-block;
	}
	/*
        #lb.mallBar .joinButton:hover .moredetail{
            text-decoration: underline;
        }
    */
	#lbHelp{
		padding: 0px 10px 0px 0px;
	}
	#lbHelp .lbbuyer{
		margin-right: 5px;
	}
	#lbHelp .lbbuyer .txt{
		display: inline-block;
	}
	#lbOrder{
		padding: 0px 10px 0px 0px;
	}
	#lbOrder .lborder{
		margin-right: 5px;
	}
	#lbOrder .lborder .txt{
		display: inline-block;
	}
	.listCoupon .couponItem{
		width: 25%;
	}
	#lbSellerCenter .lbsellercenter .txt .mobile{
		display: none;
	}
	#lbSellerCenter .lbsellercenter .txt .desktop{
		display: inline-block;
	}
}
@media (min-width: 1000px) {
	#lbHelp .lbbuyer:hover .txt{
		/*		color: #38bdeb;*/
		color: #01B49A;
	}
	#lbHelp .lbbuyer:hover .ico{
		background-image: url(../../../assets/images/lnwbar/white/help_green.png);
	}
}

#kingrama9_rcc {
	width: 100%;
	height: 70px;
	z-index: 999999999;
	display: flex;
	justify-content: flex-start;
	position: relative;
	background: url('../../../assets/images/lnwbar/kingrama9_rcc_bg.png') repeat-x center center;
	font-family: 'sukhumvit set','sans-serif';
}
#kingrama9_rcc.kingrama9_rcc_manage {
	background: url('../../../assets/images/lnwbar/kingrama9_rcc_bg_manage.jpg') repeat-x center center;
}
#kingrama9_rcc .k_content {
	height: 70px;
	background: url('../../../assets/images/lnwbar/kingrama9_rcc.png') no-repeat left center;
	flex-grow: 1;
}
#kingrama9_rcc.kingrama9_rcc_manage .k_content {
	background: none;
	font-size: 15px;
	padding: 10px 0px 10px 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#kingrama9_rcc.kingrama9_rcc_manage .k_content a {
	color: rgba(255,255,255,0.7);
}
#kingrama9_rcc.kingrama9_rcc_manage .k_content strong {
	color: white;
	display: inline-block;
}
#kingrama9_rcc .k_button {
	width: 287px;
	height: 70px;
	display: none;
	background: url('../../../assets/images/lnwbar/kingrama9_rcc_bt.png') no-repeat center center;
}
#kingrama9_rcc.kingrama9_rcc_manage .k_button {
	width: 140px;
	height: 40px;
	font-size: 16px;
	margin: 15px 0px;
	border: 1px solid #999;
	border-radius: 2px;
	line-height: 37px;
	box-sizing: border-box;
	display: none;
	background: none;
	color: #999;
	text-align: center;

}
#kingrama9_rcc.kingrama9_rcc_manage:hover .k_button{
	color: white;
}
#kingrama9_rcc .k_close{
	width: 60px;
	height: 70px;
	color: white;
	cursor: pointer;
	line-height: 70px;
	z-index: 2;
	font-size: 14px;
	text-align: center;
}

.has_rcc_bar #lnwmenu {
	top: 110px;
}
.has_rcc_bar .register_badge {
	top: 122px;
}
.has_rcc_bar .adminUser .register_badge {
	top: 162px;
}
.has_rcc_bar.scrollFixed .register_badge {
	top: 12px;
}
.has_rcc_bar .business_badge {
	top: 172px;
}
.has_rcc_bar .adminUser .business_badge {
	top: 212px;
}
.has_rcc_bar.scrollFixed .business_badge {
	top: 62px;
}

.lnw-mobile.has_rcc_bar .register_badge {
	top: 5px;
}
.lnw-mobile.has_rcc_bar .business_badge{
	top: 35px;
}

@media screen and (min-width: 1280px) {
	#kingrama9_rcc .k_button,
	#kingrama9_rcc.kingrama9_rcc_manage .k_button {
		display: inline-block;
	}
}
@media screen and (max-width: 768px) {
	#kingrama9_rcc .k_content {
		width: 68px;
		background: url('../../../assets/images/lnwbar/kingrama9_rcc_9.png') no-repeat left center;
	}
	#kingrama9_rcc .k_button {
		display: inline-block;
		flex-grow: 1;
	}
	#kingrama9_rcc.kingrama9_rcc_manage .k_content {
		font-size: 11px;
	}
}

@media screen and (max-width: 320px) {
	#kingrama9_rcc .k_button {
		background-size: contain;
		display: inline-block;
		flex-grow: 1;
	}
}

/* MallBar : override, Responsive max-width
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lb.mallBar #lbWrapper{
	/*	background-color: #eef0f8;*/
}
#lb.mallBar .LnwPayHelper{
	/*	background: lightyellow;*/
	background: #fffff1;
}
#lb.mallBar .LnwPayHelper .body{
	color: #545454;
}
#lb.mallBar .LnwPayHelper .body .statistic{
	border-bottom: 1px solid #545454;
}
#lb.mallBar .lnwpoints{
	position: relative;
	height: 40px;
	display: block;
	vertical-align: top;
	border: 0;
	float: right;
	position: relative;
	padding: 0px 10px;
}
#lb.mallBar .lnwpoints:hover {
	/*    background-color: lightyellow;*/
	background-color: #fffff1;
}
#lb.mallBar .lnwpoints .lbPoints{
	color: #545454;
	line-height: 40px;
}
#lb.mallBar .lnwpoints a {
	/*    color: #3553a5;*/
	color: #01B49A;
	display: block;
}
#lb.mallBar .lnwpoints a:hover .sub_button{
	/*	background-color: rgba(53,83,165,0.1);*/
	background-color: rgba(23,179,141,0.1);
}
#lb.mallBar .lnwpoints .sub_button {
	text-align: center;
	width: 100%;
	height: 38px;
	font-size: 12px;
	line-height: 35px;
	box-sizing: border-box;
	padding: 0px 20px;
	margin: 15px 0px;
	/*    border: 1px solid #3553a5;*/
	border: 1px solid #01B49A;
}
#lb.mallBar .lnwpoints .LnwPayHelper{
	display: none;
	top: 100%;
	right: 0px;
	left: auto;
	z-index: 10000000000;
}
#lb.mallBar .lnwpoints:hover .LnwPayHelper{
	display: inline-block;
}
#lbUserPanel.mallBar{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}
@media screen and (max-width: 767px) {
	/*
        .show_lbUser #lbUserPanel{
            top: 0;
        }
    */
	.show_lbUser .bodyZone{
		/*
                -webkit-transform: translate3d(-280px, 0, 0);
                -moz-transform: translate3d(-280px, 0, 0);
                -o-transform: translate3d(-280px, 0, 0);
                transform: translate3d(-280px, 0, 0);
                z-index: 2000000000;
        */
		position: fixed;
		width: 100%;
		/*left: -280px;*/
	}
	#lbUserPanel .listProduct li:nth-child(3),
	#lbUserPanel .listProduct li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#lb.mallBar .lnwpoints{
		display: none;
	}
}

/* MallBar : green BG
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lb.mallBar #lbWrapper{
	/*background: #01B49A;*/
	/*background: linear-gradient(141deg, #26d0a8, #01B49A);*/
	background: linear-gradient(141deg, #01b49a, #16dbaa);
}
#lb.mallBar #lbProduct .main{
	background-image: url('../../../assets/images/lnwbar/lnwpaybar/menu_white.png');
	background-position: -10px 7px;
	padding-right: 10px;
}
#lb.mallBar #lbNoti .noti_name{
	color: white;
}
#lb.mallBar #lbNoti .noti_general{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_white.png);
}
#lb.mallBar #lbMember .lbuser{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/menu1_white.png);
}
#lb.mallBar #lbMember .lblogin .ico,
#lb.mallBar #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signin_white.png);
}
#lb.mallBar #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signup_white.png);
}
#lb.mallBar #lbHelp .lbbuyer .ico{
	background-image: url(../../../assets/images/lnwbar/white/help_white.png);
}
#lb.mallBar #lbOrder .lborder .ico{
	background-image: url(../../../assets/images/lnwbar/white/order_white.png);
}
#lb.mallBar #lbMember .lblogin .txt,
#lb.mallBar #lbMember .lbregister .txt{
	color: white;
}
body.show_lbNotiPopup #lb.mallBar #lbNoti .noti_general{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_green.png);
}
#lb.mallBar #lbHelp .lbbuyer .txt{
	color: white;
}
#lb.mallBar #lbHelp .lbbuyer:hover .txt{
	color: white;
}
#lb.mallBar #lbOrder .lborder .txt{
	color: white;
}
#lb.mallBar #lbOrder .lborder:hover .txt{
	color: white;
}
#lb.mallBar #lbSellerCenter .lbsellercenter .txt{
	color: white;
}
#lb.mallBar #lbSellerCenter .lbsellercenter:hover .txt{
	color: white;
}
#lb.mallBar .lnwpoints .lbPoints{
	color: white;
}
#lb.mallBar .lnwpoints:hover .lbPoints{
	color: #545454;
}

/* MallBar nobg : override lnwpayBar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lb.mallBar.nobg{
	position: absolute;
	width: 100%;
}
#lb.mallBar.nobg #lbWrapper{
	/*	background: rgba(0,0,0,0.2);*/
	background: transparent;
	box-shadow: none;
}
#lb.mallBar.nobg #lbProduct .main{
	background-image: url('../../../assets/images/lnwbar/lnwpaybar/menu_white.png');
	background-position: -10px 8px;
	padding-right: 10px;
}
#lb.mallBar.nobg #lbNoti .noti_name{
	color: white;
}
#lb.mallBar.nobg #lbNoti .noti_general{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_white.png);
}
#lb.mallBar.nobg #lbMember .lbuser{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/menu1_white.png);
}
#lb.mallBar.nobg #lbMember .lblogin .ico,
#lb.mallBar.nobg #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signin_white.png);
}
#lb.mallBar.nobg #lbMember .lbregister .ico{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/signup_white.png);
}
#lb.mallBar.nobg #lbHelp .lbbuyer .ico{
	background-image: url(../../../assets/images/lnwbar/white/help_white.png);
}
#lb.mallBar.nobg #lbMember .lblogin .txt,
#lb.mallBar.nobg #lbMember .lbregister .txt{
	color: white;
}
body.show_lbNotiPopup #lb.mallBar.nobg #lbNoti .noti_general{
	background-image: url(../../../assets/images/lnwbar/lnwpaybar/noti_green.png);
}

#lb.mallBar.nobg #lbHelp .lbbuyer:hover .txt{
	color: white;
}
#lb.mallBar.nobg .lnwpoints:hover{
	/*	background: rgba(0,0,0,0.3);*/
	background: transparent;
}
#lb.mallBar.nobg .lnwpoints{
	border: 0;
}
#lb.mallBar.nobg .lnwpoints .lbPoints{
	color: white;
}
