@font-face {
	font-family: 'RSU';
	src: url('font/RSU.eot?') format('eot'),
	     url('font/RSU.woff') format('woff'),
	     url('font/RSU.ttf')  format('truetype'),
	     url('font/RSU.svg#RSU') format('svg');
}
@font-face {
	font-family: 'supermarket';
	src: url('font/supermarket-webfont.eot?') format('eot'),
	     url('font/supermarket-webfont.woff') format('woff'),
	     url('font/supermarket-webfont.ttf')  format('truetype'),
	     url('font/supermarket-webfont.svg#supermarket') format('svg');
}
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
	margin:0px;
	padding:0px;
	/*background:#ffffff url(../_images/help/bg.png) repeat-x center top;*/
	font-family: Tahoma;
	font-size:12px;
}
input, textarea, select, button{
	font-family: Tahoma;
	font-size:12px;
}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.clearfix{zoom:1}
img{border:0 none;}
a,a:visited,a:link,a:active{text-decoration: none;cursor: pointer; color:#666666;}
a:hover{text-decoration: underline;}
a.malllink{color:#14CBA0;}
button{	cursor: pointer;}
.hidesubmit{
	display: none;
}

#header{
	position:relative;
	height:91px;
}
#header #logo{
	border:0;
	padding:15px 0px 0px 1px;
	margin:0;
}
#header #userBox{
	position: absolute;
	text-align: right;
	top: 35px;
	right: 0px;
	*width: 420px;
}
#header #socialBox {
	position: absolute;
	width: 340px;
	top: 45px; left: 245px;
}

.header-page{
	background-color:#3553a5;
	text-align: center;
	padding:20px 0 25px;
    margin-top: 20px;
}

.header-page-seller{
	background-color:#999;
    color: white;
	text-align: center;
	padding:10px 0 15px;
}
.header-page-seller a,.header-page-seller a:hover { color: white !important; }

.header-page h1{
	font-family:'rsulight';
	font-size: 35px;
    line-height: 40px;
    padding: 15px 0px 0px;
	color:white;
    margin-bottom: 0px;
}
.header-page h2{
	font-family:'wdb_bangnaregular';
	font-size:23px;
	color:white;
}
/*----------------------------Poom---------------------------------------*/
/*----------*\Make table cell hide content\-------------*/
.text_wrapper{
	position: relative;
	width: 100%;
	display: block;
	margin: 0px;
	height: 1.5em;
}
.text_wrapper .text_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
	margin: 0px;
}
h1.title{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	color: #808080;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 5px;
}
h1.title .text{
	font-weight: normal;
	font-size: 22px;
	color: #555;
	line-height: 24px;
}
.hide{
	display: none;
}
.dark{
	color: #343433;
	font-weight: bold;
}
.bigGray{
	font-size: 24px;
	color: gray;
}
.mediumGray{
	font-size: 14px;
	color: gray;
}
.smallGray{
	font-size: 11px;
	color: gray;
}
.bigDark{
	font-size: 24px;
	color: #343433;
}
.mediumDark{
	font-size: 14px;
	color: #343433;
}
.smallDark{
	font-size: 11px;
	color: #343433;
}
.hideText{
	visibility:hidden;
}
.inputArea.error .errorInfo{
	display:block;
}
.requiredStar{
	color: red;
}
.warning{
	font-weight: bold;
	color: red;
}


/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 12px "Sarabun",helvetica, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }

#page-wrap { width: 660px; }

h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }












/*-------help reset ------*/
#helpPage button{
	display: block;
	line-height: 0;
}
#helpPage li a{
	display: block;
}
#helpPage a:hover{
	text-decoration: underline;
	color: #4565bc;
}
/*----end help reset ---*/

/*----- help layout ------*/
#helpPage #skin{
	width: 100%;
	left: 0;
	color: #636363;
}
#helpPage .wrapper{
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#helpPage #body{
	/*padding: 40px 10px;*/
    margin-top: 20px;
	width: 100%;
}
#helpPage #footer{
	clear: both;
}
#helpPage #body #sidebar,
#helpPage #body #main{
	display: inline-block;
	vertical-align: top;
}
#helpPage #body #sidebar{
	width: 240px;
}
#helpPage #body #main{
	margin-left: 30px;
	width: 700px;
}
#helpPage[page=home] #body #main{
	margin-left: 0px;
	width: auto;
	display: block;
}
/*----- end help layout -----*/
/*------header-----*/
#helpPage #header{
	width: 100%;
	height: 58px;
	/*background-color: #50ccaf;*/
}
#helpPage #header .wrapper{
	height: 58px;
}
#helpPage #header .wrapper a{
	display: inline-block;
    padding: 0;
}
#helpPage #header h1{
	padding: 0;
	margin: 0;
	display: inline-block;
}
#helpPage #header #logo{
	padding-top: 0;
}
#helpPage .header{
	text-align: center;
}
#helpPage #backToHome{
	background-color: #777; /*white*/
    font-weight: normal;
	bottom: 0;
	position: absolute;
	right: 0px;
    padding: 0px 10px;
	/*border-top: 2px solid #50ccaf;*/
}
#helpPage #backToHome:hover{
    background-color: #666;
	/*border-top: 2px solid #2cdab1;*/
}
/*#helpPage #backToHome:active{
	border-top: 2px solid #00a47e;
}*/
#helpPage #backToHome:hover .text{
	color: white;
}
#helpPage #backToHome button{
	background: none;
	border: none;
	padding: 5px 20px;
	line-height: 28px;
}
#helpPage #backToHome button .text{
	color: white;
	font-size: 16px;
}
#helpPage #backToHome:hover {
    text-decoration: none;
}
/*---end header-----*/
/*---- sidebar widget ----*/
#helpPage a.switchHelp{
	margin-bottom: 10px;
	display: inline-block;
}
#helpPage .switchHelp .switchbutton{
	background-color: #f1f1f1;
	border: none;
	border-bottom: 1px solid transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 65px;
	width: 238px;
}
#helpPage .switchHelp .switchbutton:hover{
	background-color: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
	background-position: 0 -65px;
}
#helpPage .switchHelp .switchbutton:active{
	background-color: #ccc;
	border: 1px solid #fff;
	background-position: 0 -130px;
}
#helpPage .switchHelp .switchbutton.toSeller{
	background-image: url(../_images/help/seller_help_center_button.png);
}
#helpPage .switchHelp .switchbutton.toCustomer{
	background-image: url(../_images/help/customer_help_center_button.png);
}


#helpPage .buttonWidget a.termsAndPolicy{
	margin-bottom: 20px;
	display: block;
}
#helpPage .userZone.buttonWidget a,
#helpPage .sellerZone.buttonWidget a{
	display: block;
}
#helpPage .serviceButton{
	background-color: #eee;
	border: 1px solid #ddd;
	border-top-color: #eee;
	border-bottom: 3px solid #ddd;
	background-position: center 0;
	background-repeat: no-repeat;
	height: 98px;
	width: 333px;
	margin-bottom: 10px;
}
#helpPage .sellerZone .serviceButton{
	background-image: url(../_images/help/shop_click_here_button.png);
}
#helpPage .userZone .serviceButton{
	background-image: url(../_images/help/user_click_here_button.png);
	width: 480px;
}
#helpPage .serviceButton:hover{
	background-position: center -100px;
	border-bottom: 3px solid #ccc;
	border-top: 1px soid #fafafa;
	background-color: #fafafa;
}
#helpPage .serviceButton:active{
	background-position: center -200px;
	border-bottom: 1px solid #aaa;
	border-top: 2px solid #aaa;
	background-color: #eee;
}
#helpPage .pageButton{
	background-color: #3553a5;
	border: none;
	border-bottom: 1px solid transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	height: 65px;
	width: 238px;
	margin-bottom: 10px;
}
#helpPage .pageButton:hover{
	background-color: #4565bc;
	/*border-bottom: 1px solid #d35400;
	background-position: center -65px;*/
}
#helpPage .pageButton:active{
	background-color: #ccc;
	border: 1px solid #fff;
	background-position: center -130px;
}
#helpPage .home .pageButton{
	display: block;
	width: 240px;
}
#helpPage .termsOfService .pageButton{
	background-image: url(../_images/help/terms_of_service_button.png);
}
#helpPage .termsOfUse .pageButton{
	background-image: url(../_images/help/terms_of_use_button.png);
    background-position: center -130px;
}
#helpPage .privacyPolicy .pageButton{
	background-image: url(../_images/help/privacy_policy_button.png);
    background-position: center -130px;
}

#helpPage #sidebar .menuWidget{
	margin-bottom: 50px;
}
#helpPage #sidebar .menuWidget h3{
	border-bottom: 1px solid #e1e1e1;
}
#helpPage .menuWidget .widgetHeader{
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 0px;
	margin-top: 30px;
}
#helpPage .menuWidget .mainLists{
	list-style: none;
	padding: 0;
	margin: 0;
}
#helpPage .menuWidget .mainLists > li{
	line-height: 24px;
	padding: 0;
}
#helpPage .menuWidget a{
	display: block;
}
#helpPage .menuWidget .mainLists .mainList{
	color: black;
	font-weight: normal;
	font-size: 15px;
	white-space: pre-line;
	overflow: hidden;
	padding: 10px;
	color: #555;
	border-bottom: 1px solid #e1e1e1;
}
#helpPage .menuWidget .mainLists .mainList:hover{
	background-color: #f4f4f4;
	text-decoration: none;
	color: black;
}
#helpPage .menuWidget .mainLists .show .mainList{
	border-bottom: 2px solid #e1e1e1;
}
#helpPage .menuWidget .subLists{
	padding-left: 0;
	list-style-image:url('../_images/help/list_arrow.png');
	margin-bottom: 0;
	list-style-position: inside;
	display: none;
}
#helpPage .menuWidget .show .subLists{
	list-style-image:url('../_images/help/list_arrow_down.png');
	margin-bottom: 10px;
	display: block;
}
#helpPage .menuWidget .subLists > li{
	border-bottom: 1px solid #e1e1e1;
}
#helpPage .menuWidget .subLists > li a{
	padding: 10px 0;
}
#helpPage .menuWidget .subLists li.show{
	border-bottom: none;
}
#helpPage .menuWidget .subLists li.show > a{
	border-bottom: 1px solid #e1e1e1;
	color: #ff6633;
}
#helpPage .menuWidget .subLists > li:last-child{
	border-bottom: none;
}
#helpPage .menuWidget .subLists .subList{
	font-size: 14px;
}
/*
#helpPage .menuWidget .questions{
	display: none;
	list-style: none;
	padding: 0;
}
#helpPage .menuWidget .subLists li.show .questions{
	border-top: 1px solid: #e1e1e1;
}
#helpPage .menuWidget .questions > li{
	padding-left: 0px;
}
#helpPage .menuWidget .questions li{ line-height: 16px;}
#helpPage .menuWidget .questions .question{
	font-weight: normal;
	font-size: 12px;
	padding-left: 25px;
	background: transparent url(../_images/help/bullet.png) 10px 15px no-repeat;
}
#helpPage .menuWidget .questions .question:hover{
	color: #37ae92;
	text-decoration: none;
}/*----- end sidebar widget -----*/

/*------help search ------*/
#helpPage #search{
	margin: 0 auto;
	display: inline-block;
}
#helpPage #search input{
	width: 536px;
	padding: 0 5px;
	height: 40px;
	font-size: 24px;
	color: #636363;
}
#helpPage #search button{
	width: 140px;
	padding: 5px;
	margin-left: 10px;
	font-size: 18px;
	height: 44px;
}
#helpPage #search input,
#helpPage #search button{
	display: inline-block;
	vertical-align: middle;
}
#helpPage[page=index] #search input{
	width: 775px;
}
#helpPage[page=index] #search button{
	width: 180px;;
}
/*------ end help search ----*/

/*----- main widget content -------*/
#helpPage #banner{
	margin: 5px 0 0px 0;
	display: block;
	padding: 0;
	line-height: 0;
	height: 120px;
	width: 100%;
    background-color: #3553a5;
	text-align: right;
}
#helpPage #content{
	margin: 0px auto 30px auto;
}
#helpPage h2.header{
	padding: 20px 20px 10px 20px;
	margin: 0 0 0px 0;
	display: block;
}
#helpPage h2.header .subText{
	font-weight: normal;
	color: white;
	display: block;
}
#helpPage h2.header .subText.thai{
	font-size: 16px;
}
#helpPage h2.header .subText.eng{
	font-size: 28px;
	text-transform: uppercase;
}
#helpPage h3.header{
	font-weight: normal;
	font-size: 26px;
	font-weight: normal;
	position: relative;
}
#helpPage a.gotoTop{
	position: absolute;
	right: 0;
	bottom: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url('../_images/help/gototop.png') -24px 0 no-repeat;
}
#helpPage h3.header a.gotoTop:hover{
	background-position: 0 0;
}
#helpPage[page=questions] #content .topicsWidget .body a,
#helpPage #content .questionsList  .answer a{
	display: inline;
	color: black;
	text-decoration: underline;
}
#helpPage .,
#helpPage .linksWidget{
	margin-bottom: 30px;
}
#helpPage .topicsWidget h2.header{
/*	background-color: #707070;;*/
}
#helpPage .questionsList{
	padding: 0 25px 0 20px;
}
#helpPage .questionsList .question{
	list-style-image:url('../_images/help/list_arrow.png');
	margin-bottom: 0;
	list-style-position: inside;
	padding: 10px 0 0;
}
#helpPage .questionsList .question:hover{
	list-style-image:url('../_images/help/list_arrow_down.png');
}
#helpPage .questionsList .question.show{
	list-style-image:url('../_images/help/list_arrow_down.png');
	margin-bottom: 20px;
}
#helpPage .questionsList .question.show:hover{
	background-color: transparent;
}
#helpPage .questionsList .question .clickformore{
	color: #4565bc;
	font-size: 12px;
	line-height: 22px;
	display: none;
	background-color: #f4f4f4;
	padding: 0px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
#helpPage .questionsList .question:hover .clickformore{
	display: inline-block;
}
#helpPage .questionsList .question.show .clickformore{
	display: none;
}
#helpPage .questionsList .question h4.title{
/*	display: block;*/
	display: inline-block;
	text-transform: italic;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	min-height: 26px;
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
}
#helpPage .questionsList .question .gotoTop{
	display: none;
}
#helpPage .questionsList .question.show .gotoTop{
	display: inline-block;
	z-index: 3;
}
#helpPage .questionsList .question h4.title:hover{
	color: #4565bc; /*old #f63*/
}
#helpPage .questionsList .question h4.title:active{
	color: red;
}
#helpPage .questionsList .question h4.title:visited{
	color: gray;
}
#helpPage .questionsList .question.show h4.title{
	margin-bottom: 0;
	color: black;
}
#helpPage .questionsList .question h4.title:hover{
	text-decoration: none;
}
#helpPage .questionsList .question.show h4.title:hover{
	color: #333;
	text-decoration: none;
}
#helpPage .questionsList .question.show ul{
	list-style: square;
	padding: 0 25px 0px 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#helpPage .questionsList .question ol{
	list-style: decimal;
	padding: 0 25px 15px 45px;
	margin-top: 10px;
	margin-bottom: 0;
}
#helpPage .questionsList .question.show li{
	margin: 10px;
	font-size: 14px;
	line-height: 25px;
}
#helpPage .questionsList .question.show li ol{
	padding-bottom: 0;
}
#helpPage .questionsList .question.show .answer li{
	margin: 0px;
	margin-bottom: 5px;
	line-height: 24px;
}
#helpPage .questionsList .question.show li li{
	margin: 5px;
}
#helpPage .questionsList .question .answer{
	display: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #636363;
	margin-top: 5px;
	border-top: 1px solid #e1e1e1;
	background-color: #f7f7f7;
}
#helpPage .questionsList .question .answer p{
	color: #636363;
	margin-top: 0px;
	white-space: pre-line;
}
#helpPage .questionsList .question.show .answer{
	display: block;
}
#helpPage .questionsList .question.show .answer a:hover{
	display: inline-block;
	color: #F60;
	text-decoration: underline;
}
#helpPage .answer li.title strong{
	color: black;
	margin-right: 5px;
}
#helpPage .answer .relatedArea{
	padding: 20px;
	margin-top: 15px;
	background-color: #f1f1f1;
	border-top: 1px dashed #ccc;
}
#helpPage .answer .relatedArea h5{
	font-size: 18px;
	color: black;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	color: #707070;
}
#helpPage .questionsList .question.show .featureLists li{
	margin: 20px 0 10px 20px;
}
#helpPage .questionsList .question.show .featureLists li:first-child{
	margin-top: 10px;
}
#helpPage .questionsList .question.show .featureLists li li{
	margin: 0;
}
#helpPage .questionsList .question.show .featureLists li ol{
	padding-left: 35px;
	margin: 10px 0;
}
#helpPage .questionsList .question.show li.link{
	margin: 0;
}
#helpPage .questionsList .question .relatedLinks{
	list-style: square;
	margin:0;
	padding: 0 30px;
}
#helpPage[page=questions] #content .questionsList .question .answer .relatedLinks a{
	font-size: 14px;
	color: #3553a5; /*old #00947a*/
	padding: 0;
	display: block;
    text-decoration: none;
}
#helpPage[page=questions] #content .questionsList .question .answer .relatedLinks a:hover{
	color: #4565bc; /*old #f63*/
    text-decoration: underline;
}

/*--------- column Management -----------*/
#helpPage .col{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	*float: left;
}
/*--- home column ---*/
#helpPage .home.col{
	width: 335px;
	margin-left: 17px;
}
#helpPage .home.left.col{
	width: 240px;
}
#helpPage .home.center.col{
	margin-top: 30px;
}
#helpPage .home.right.col{
	margin-top: 30px;
}
#helpPage .main.left.col{
	width: 480px;
}
#helpPage .main.right.col{
	width: 480px;
	margin-left: 15px;
}
#helpPage .left.col{
	margin-left: 0;
}
#helpPage .linksWidget .body .col{
	width: 330px;
}
#helpPage .linksWidget .right.col{
	margin-left: 30px;
	margin-right: 0;
}
#helpPage .body .col h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: black;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
#helpPage .body .col h3 .subText{
	display: inline-block;
	vertical-align: bottom;
}
#helpPage .body .col h3 .subText.eng{
	text-align: right;
	color: gray;
	font-size: 11px;
	line-height: 12px;
	float: right;
	margin-top: 7px;
	display: none;
}

/*--------- end column Management -----------*/

/*--------- link widget -----------*/
#helpPage .linksWidget{
	margin-bottom: 30px;
}
#helpPage .linksWidget h2.header{
	margin-bottom: 3px;
	border-bottom: 3px solid #3553a5; /*old #1fd1a8*/
}
#helpPage .linksWidget h2.header .subText{
	color: #3553a5; /*old #00cc99*/
}
#helpPage .linksWidget ul{
	list-style: square;
	padding: 5px 0 5px 20px;
	margin-top: 0px;
}
#helpPage .linksWidget li{
	font-size: 13px;
	line-height: 20px;
	padding: 2px 0;
}
/*--------- end link widget -----------*/

/*--------Question Widget--------*/
#helpPage .questionsWidget{
	margin-bottom: 30px;
}
#helpPage .questionsWidget h2.header{
	margin: 10px 0;
	background-color: #707070;
}
#helpPage .questionsWidget h3.header{
	margin: 10px 0;
	color: #3553a5;
	border-bottom: 1px solid #aaa;
}
/*--------end Question Widget--------*/
/*--------questions Widget--------*/
#helpPage .topicsWidget .body p,
#helpPage .questionsWidget .body p{
	text-indent: 35px;
	font-size: 14px;
	line-height: 25px;
	white-space: pre-line;
}
#helpPage .questionsWidget .body p{
	padding: 0 15px;
	padding-top: 0;
	margin: 15px 0 10px 0;
}
#helpPage .questionsWidget .body p:last-child{
	padding-bottom: 15px;
}
#helpPage .questionsWidget .body p:first-child{
	margin-top: 15px;
}
/*--------end Question Widget--------*/
/*-------- page Content Style -------*/
#helpPage[page=content] .header .date{
	font-size: 14px;
	margin-top: 5px;
	color: gray;
	display: block;
	text-align: right;
}
#helpPage[page=content] .header .topic{
    font-size: 25px;
    color: #3553a5;
    margin-bottom: 10px;
	margin-top: 20px;
}
#helpPage[page=content] .body{
	font-size: 14px;
	line-height: 22px;
}
#helpPage[page=content] .body h2.title{
	font-size: 26px;
	line-height: 1.5em;
	color: black;
	margin-top: 40px;
	margin-bottom: 15px;
	font-weight: normal;
}
#helpPage[page=content] .body li h3{
	margin-bottom: 0px;
}
#helpPage[page=content] .body p.firstParagraph{
	margin-bottom: 10px;
	margin-top: 30px;
}
.firstParagraph {
    margin-bottom: 10px;
	margin-top: 30px;
}
#helpPage[page=content] .body p{
	text-indent: 48px;
	white-space: pre-line;
}
#helpPage[page=content] .body p em{
	font-size: 1em;
}
#helpPage[page=content] .body li p{
	margin-top: 0;
}
#helpPage[page=content] .body li{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5em;
}
#helpPage[page=content] .body li ol,
#helpPage[page=content] .body li ul{
	margin: 5px 36px;
}
#helpPage[page=content] .body li ol{
	list-style: lower-latin;
}
#helpPage[page=content] .body li ul{
	list-style: circle;
}
#helpPage[page=content] .body li ol li,
#helpPage[page=content] .body li ul li{
	margin-bottom: 2px;
	line-height: 1.5em;
	font-size: 13px;
}
#helpPage[page=content] .body li ol li p,
#helpPage[page=content] .body li ul li p{
	font-size: 1em;
	text-indent: 0;
	margin-bottom: 5px;
}
#helpPage[page=content] .body a{
	color: #3553a5;
	text-decoration: underline;
	display: inline;
}
#helpPage[page=content] .body a:hover{
	color: #4565bc; /*old #f63*/
}
#helpPage[page=content] .body a:visited{
	color: gray;
}
#helpPage[page=content] .body strong.emphasize {
	color: black;
}
#helpPage[page=content] .body ul.title {
	list-style: square;
}
/*--------- custom widget--------*/
#helpPage .index.buttonWidget a{
	vertical-align: top;
}
#helpPage .buttonWidget a{
	display: inline-block;
}

#helpPage .manual.topicsWidget h2.header{
	background-color: #707070;
}
/*
#helpPage .index.buttonWidget .pageButton{
	background-color: #707070;
}
#helpPage .index.buttonWidget .pageButton:hover{
	background-color: #F60;
}*/
#helpPage[page=questions] #content h2.header {
    background-color: #666;
}


#helpPage .FAQ .questionsList{
	padding: 0;
}
#helpPage .FAQ h2.header{
	margin-top:0;
	padding-top: 3px;
	border-bottom: 3px solid #707070;
	margin-bottom: 0;
	background-color: transparent;
}
#helpPage .FAQ h2.header .subText{
	color: #707070;
}
#helpPage .FAQ .questionsList .question{
	padding: 0;
}
#helpPage .FAQ .questionsList .question .title{
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	display: inline;
    cursor: pointer;
}
#helpPage .FAQ .questionsList .question .title:hover{
    color: #4565bc;
}
#helpPage .FAQ .questionsList .question .answer{
	font-weight: normal;
	padding: 10px;
	font-size: 13px;
	line-height: 22px;
}
#helpPage .FAQ .questionsList .question li{
	font-size: 13px;
	line-height: 25px;
}
#helpPage .FAQ .questionsList li.question{
	font-size: 13px;
	line-height: 22px;
    padding: 5px 0px;
}
#helpPage .FAQ .questionsList .question ul{
	padding: 0px 15px;
}
#helpPage .left.col .buttonWidget{
	text-align: center;
}

#helpPage .listOfTopics h2.header{
	margin: 0;
	padding-top: 5px;
    color: gray;
    border-bottom: 3px solid #707070;
    /*#1FD2A8;*/
}
#helpPage .listOfTopics h2.header .subText{
    color: gray;
/*	color: white;*/
}
#helpPage .listOfTopics .linksList{
	list-style: none;
	margin: 0;
	padding: 0;
}
#helpPage .listOfTopics .link{
	font-size: 18px;
	color: black;
	padding: 10px;
	line-height: 24px;
	border-top: 1px solid #ddd;
}
#helpPage .listOfTopics .link:first-child{
	border-top: none;
}

#helpPage .listOfTopics .link a .subtitle{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #898989;
	display: block;
}
#helpPage .listOfTopics .link a{
	color: #3553a5;
}
#helpPage .listOfTopics .link:hover a{
	text-decoration: none;
	color: #4565bc; /*old #f63*/
}
#helpPage .listOfTopics .link:hover{
	background-color: #f4f4f4;
}
#helpPage .listOfTopics .link:hover a .subtitle{
	color: #555;
}
/*----- end main widget content -------*/
/*------ Contact Box -----*/
#helpPage .contactBox .body{
	background-color: #f7f7f7;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #ccc;
}
#helpPage .contactBox h2.header{
	padding: 15px 0 2px;
	margin-bottom: 0;
}
#helpPage .contactBox h2.header .subText{
	color: #555;
}
#helpPage .contactBox h2.header .subText.thai{
	font-size: 14px;
}
#helpPage .contactBox h2.header .subText.eng{
	font-size: 24px;
}
#helpPage .contactBox label{
	display: block;
	color: #707070;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 10px;
}
#helpPage .contactBox textarea,
#helpPage .contactBox input[type=password],
#helpPage .contactBox input[type=text]{
	display: block;
	width: 285px;
	line-height: 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #343433;
	display: block;
	padding: 2px;
	background-color: white;
	border: 1px solid #c0c0c0;
	outline-color: #4565bc; /*old #f63*/
}
#helpPage .contactBox textarea:focus,
#helpPage .contactBox input:focus{
	color: black;
}
#helpPage .contactBox select{
	padding: 4px;
	display: block;
	width: 291px;
	line-height: 24px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #343433;
	display: block;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	outline-color: #4565bc; /*old #f63*/
}
#helpPage .contactBox select option{
	text-align: left;
}
#helpPage .contactBox .b-contact{
	padding: 5px 10px;
	width: 120px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
#helpPage .contactInfo{
	margin: 0 0 20px;
}
#helpPage .contactInfo .contact{
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
#helpPage .contactInfo .contact:first-child{
	border-top: none;
}
#helpPage .contactInfo .contact .title{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
#helpPage .contactInfo .contact .info{
	display: inline-block;
	vertical-align: middle;
	min-width: 280px;
	width: 75%;
	font-size: 14px;
	line-height: 22px;
}
/*------ end Contact Box -----*/
/*------ Bank Table ------*/
#helpPage .bankTable{
	margin: 15px 15px 0 15px;
}
#helpPage .bankTable td{
	padding: 2px 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#helpPage .bankTable thead td{
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 24px;
	background-color: #aaa;
}
#helpPage .bankTable tbody td{
	background-color: white;
	border-collapse: collapse;
	line-height: 24px;
	color: gray;
	text-align: center;
	font-size: 13px;
}
#helpPage .bankTable tbody .bankTD{
	border-left: 1px solid #aaa;
	text-align: left;
}
#helpPage .bankTable tbody .bankTD .icon,
#helpPage .bankTable tbody .bankTD .text{
	display: inline-block;
	vertical-align: middle;
}
#helpPage .bankTable tbody .bankTD .icon{
	margin-top: 5px;
}
#helpPage .bankTable tbody .numTD{
	text-align: center;
	color: black;
	font-size: 14px;
}
#helpPage .bankTable .accountTD{
	width: 180px;
	font-size: 12px;
}

/* #Footer
================================================== */
.footer{
	font-size: 13px;
	width:100%;
	background-color:#343433;
	padding-top:40px;
	padding-bottom:20px;
}
.footer .footer-menu li{
	display: inline;
	font-family:'district_prothin';
	padding: 0 25px 0;
	border-right:1px solid white;
	font-size:0.9em;

}
.footer .footer-menu li a{
	color:white;
}
.footer .footer-menu li.first{
	padding-left:0px;
}
.footer .footer-menu li.last{
	padding-right:0px;
	border:none;
}
.footer .footer-detail{
	font-size:0.9em;
	color:#afafaf;
	margin-top:20px;

}
.footer .footer-detail a, .footer .footer-logo-text a {
    color: gray !important;
}
.footer .right{
	text-align: right;
}
.footer .footer-logo-text{
	color:#afafaf;
	margin-top: 50px;
	font-size: 0.8em;
}
.container {
    margin: 0px auto;
}
.w980 {
    width: 980px;
}

/*niep*/
#helpPage #menu-help #menu li{
    background:url('../_images/help/lnwpay_status.png') no-repeat top left;
}

#helpPage #menu-help{
    margin: 0 0 0 20px;
}
#helpPage #menu-help h2{
/*    padding: 0 0 10px 15px;*/
    padding: 0px 0px 3px 0px !important;
}
#helpPage #menu-help #menu{

}
#helpPage #menu-help #menu .menu-item{
	display: inline-block;
    width: 60px;
    height: 85px;
	font-family:'rsulight';
	padding: 0 12px 0 12px;
	border-top: none;
	border-bottom: none;
	font-size:1.2em;
    text-align: center;
}

#helpPage #menu-help #menu #path_starting {
    background-position: -50px -35px;
}
#helpPage #menu-help #menu #path_joining {
    background-position: -46px -141px;
}
#helpPage #menu-help #menu #path_ordering {
    background-position: -45px -269px;
}
#helpPage #menu-help #menu #path_payments {
    background-position: -46px -396px;
}
#helpPage #menu-help #menu #path_shipping {
    background-position: -46px -510px;
}
#helpPage #menu-help #menu #path_shipping {
    background-position: -46px -510px;
}
#helpPage #menu-help #menu #path_checking {
    background-position: -44px -640px;
}
#helpPage #menu-help #menu #path_feedback {
    background-position: -44px -755px;
}
#helpPage #menu-help #menu #path_refund {
    background-position: -44px -875px;
}


#helpPage #menu-help #menu #path_starting:hover {
    background-position: -50px -1035px;
}
#helpPage #menu-help #menu #path_joining:hover {
    background-position: -46px -1141px;
}
#helpPage #menu-help #menu #path_ordering:hover {
    background-position: -45px -1269px;
}
#helpPage #menu-help #menu #path_payments:hover {
    background-position: -46px -1396px;
}
#helpPage #menu-help #menu #path_shipping:hover {
    background-position: -46px -1510px;
}
#helpPage #menu-help #menu #path_shipping:hover {
    background-position: -46px -1510px;
}
#helpPage #menu-help #menu #path_checking:hover {
    background-position: -44px -1640px;
}
#helpPage #menu-help #menu #path_feedback:hover {
    background-position: -44px -1755px;
}
#helpPage #menu-help #menu #path_refund:hover {
    background-position: -44px -1875px;
}

#helpPage #menu-help #menu a{
	text-decoration:none;
	line-height: 15px;
}
#helpPage #menu-help #menu a:hover{
	text-decoration: none;
	color: #3553a5;
}
#helpPage #menu-help #menu .first{
	padding-left:0px;
}
#helpPage #menu-help #menu .last{
	padding-right:0px;
}
#mini-backToHome {
    display: none;
}
.noticeBox, .noticeBoxSmall, .warningBox, .warningBoxSmall {
    background: #fdffe5;
    border: 1px dashed #ffcb79;
	line-height: 24px;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.noticeBoxSmall, .warningBoxSmall {
	margin-top: 20px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	word-wrap: break-word;
}
#main .noticeBoxSmall{
    font-size: 16px;
    text-align: center;
}
#main .noticeBoxSmall img{
    vertical-align: middle;
    width: 80px;
}
@media only screen and (max-width: 479px) {

    .wrapper {
        width: 100% !important;
    }
    /*--------- column Management -----------*/
    #helpPage .col{
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 96% !important;
        margin: auto 2% !important;
    }
    /*--- home column ---*/
    #helpPage .home.col{
        width: 96% !important;
        margin: auto 2% !important;
    }
    #helpPage .home.center.col{
        margin-top: 30px;
    }
    #helpPage .home.right.col{
        margin-top: 30px;
    }

    #helpPage #menu-help{
        margin: 0px 0px 30px 0px;
        width: 100% !important;
    }
    #helpPage #menu-help #help-container{
        width: 100%;
    }
    #helpPage #menu-help #menu li{
        margin-bottom: 20px;
    }
    #logo-box {
        padding: 30px 0px 0px 20px !important;
    }
    .header-page {
        padding: 10px 0px 20px 0px;
    }
    #backToHome {
        display: none !important;
    }
    #helpPage #body #sidebar {
        position: absolute;
        background-color: white !important;
        z-index: 999999999999;
        top: -136px;
        left: 0px;
        display: none;
        padding: 10px 10px;
        border: 1px solid #3553a5;
        border-left: 0px;
        -webkit-box-shadow: 2px 20px 100px 0px #3553a5;
        -moz-box-shadow:    2px 20px 100px 0px #3553a5;
	   box-shadow:         2px 20px 100px 0px #3553a5;
    }
    [page=home] #sidebar {
        position: relative;
    }

    #logo-box {
        margin-left: 50px;
    }
    [page=home] #logo-box{
        margin-left: 0px;
    }
    #mini-menu-box {
        display: none;
        background: url('../_images/header/menu_list.png');
        width: 48px;
        height: 48px;
        cursor: pointer;
        position: absolute;
        z-index: 9999;
        left: 10px;
        top: 15px;

    }
    #mini-menu-box.icon-close {
        background: url('../_images/header/icon-close.png') center center no-repeat;
    }
    [page=home] #mini-menu-box {
        display: none;
    }
    #helpPage #body #main {
        width: 94%;
        margin: 0px 3%;
    }
    #helpPage .FAQ .questionsList .question .title, #helpPage .linksWidget li{
        font-size: 15px;
        line-height: 30px;
    }
    #mini-backToHome {
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
    }
}

.aml_ctpf ol {
	padding-left: 20px;
}

#termofservice_lnwpay{
    text-align: justify;
    margin: 10px 0 20px;
}
#termofservice_lnwpay .icon_print{
	position: absolute;
	top: 0;
	right: 0;
}
#termofservice_lnwpay p{
    white-space: normal !important;
}
#termofservice_lnwpay ol,
#termofservice_lnwpay li{
    list-style: none;
    padding-left: 0;
}
#termofservice_lnwpay li p{
    margin-top: 10px !important;
}
#termofservice_lnwpay li ol li{
    line-height: 1.8em !important;
}
#termofservice_lnwpay ol.first{
    margin: 0 0 0 50px !important;
    counter-reset: olfirst;
}
#termofservice_lnwpay ol.second{
    margin: 0 0 0 50px !important;
    counter-reset: olsecond;
}
#termofservice_lnwpay ol.second .br_indent{
	text-indent: 30px;
}
#termofservice_lnwpay ol.third{
    margin: 0 0 0 50px !important;
    counter-reset: olthird;
}
#termofservice_lnwpay ol.fourth{
	margin: 0 0 0 50px !important;
	counter-reset: olfourth;
}
#termofservice_lnwpay ol.first li:before{
    counter-increment: olfirst;
    content: counter(olfirst) ". ";
}
#termofservice_lnwpay ol.second li:before{
    counter-increment: olsecond;
    content: counter(olfirst) "." counter(olsecond) ". ";
}
#termofservice_lnwpay ol.third li:before{
    counter-increment: olthird;
    content: counter(olfirst) "." counter(olsecond) "." counter(olthird) ". ";
}
#termofservice_lnwpay ol.fourth li:before{
	counter-increment: olfourth;
	content: counter(olfirst) "." counter(olsecond) "." counter(olthird) "." counter(olfourth) ". ";
}

.lnwpay_main{
	color: #3553a5 !important;
}
.footer-payment {
    padding: 20px 0px;
    background: white;
	text-align: center;
}

@media print {
	@page {
		margin: 15mm 10mm 15mm 10mm;
	}
	#helpPage[page=content] .body p,
	#helpPage[page=content] .body li{
		font-size: 20px !important;
		line-height: 29px !important;
	}
	#lb{
		display: none;
	}
	#helpPage #header,
	#helpPage .header-page,
	#helpPage .header-page-seller{
		display: none;
	}
	#termofservice_lnwpay .icon_print{
		display: none;
	}
	.footer,
	.footer-payment{
		display: none;
	}
}