@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'Inter', sans-serif;
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-weight:bold;
	src: url(font/DIN-BOLD.TTF);
}
@font-face {
	font-family: "DINCond-Black";
	src: url(font/DINCond-Black.otf);
}
@font-face {
	font-family: "din-medium";
	src: url(font/DIN-M___.TTF);
}
@font-face {
	font-family: 'Inter', sans-serif;
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-family: "didot";
	src: url(font/didot.ttf);
}*/


#txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
#txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
#txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input#txtsearch:-moz-placeholder { color:#999;opacity:1; }
#txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
#txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
#txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input#txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }



body{
	font-family: 'Inter', sans-serif;
	margin:0px auto;
	font-size:15px;
	padding:0px;
	color:#000000;
	overflow-y:scroll;
}
input,textarea,select{
	font-family: 'Inter', sans-serif;
	font-size:14px;
}
td{
	vertical-align:top;
}
p{
	margin:0px;	
}
a{
	color:#000000;
	text-decoration:none;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
a:hover{
	color:#000;
}
.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
ul{
	margin:0px;
	padding:0px;
	padding-left:18px;
}
.posrel{
	position:relative;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120, .displaym1260, .displaym1280, .displaymib640, .displaym600, .displaymib600{
	display:none;
}
.container{
	min-width:280px;
	max-width:1215px;
	/*max-width: 600px;*/
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container2{
	min-width:280px;
	max-width:1000px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container3{
	min-width:280px;
	max-width:600px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container4{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container5{
	min-width:280px;
	max-width:720px;
	padding:0px 20px;
	margin:0px auto;
}
.containerprint{
	min-width:280px;
	max-width:29cm;
	padding:0px 10px;
	margin:0px auto;
}
.containerpadding{
	padding:0px 20px;
	margin:0px auto;
}
.error{
	color:#e00;
	font-size:12px;
}
.verticalmiddle{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.buttonsplash{
	background:url(images/headerarrowrightbtn.png) no-repeat right 10px center #242b26;color:#fff;font-size:18px;width:65px;min-height:40px;text-align:right;padding-right:30px;padding-top:10px;padding-bottom:10px;display:table-cell;vertical-align:middle;font-family: 'DINCond-Black';
}
.buttonsplash:hover{
	background:url(images/headerarrowrightbtn.png) no-repeat right 10px center #555;
}
.listtop{
	background-color:#242b26;
	height:18px;
}
.listbottom{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#242b26;
	height:23px;
	line-height:23px;
	color:#fff;
	font-size:10px;
	text-align:center;
}
a.a_indexmenu{
	font-size:14px;
}
.indexmenuseparator{
	margin-left:18px;
	margin-right:18px;
}
.indexmenuseparator2{
	margin-left:24px;
	margin-right:24px;
}
:focus {outline:none;}
.header{
    position:fixed;
	/*height:277px;*/
	height:100px;
    width:100%;
    
    padding-bottom:0px;
    background: #fff;
    z-index:10000;
    
}
.headertop{
    padding-top:20px;
    height:65px;
    padding-bottom:20px;
    
}
.cartnum{
    position: absolute;
    top:-33px;
    right:-8px;
    width:20px;
    height:20px;
    background:#c2996b;
    color:#fff;
    text-align: center;
    font-size:11px;
}
.headersep{
    height:100px;
}
.tableheadertop td.tdheadertop{
    vertical-align: middle;
    
}
.tableheadertop td.tdheadertop1{
    text-align: left;
    width:150px;
}
.tableheadertop td.tdheadertop2{
    text-align: center;
    
}
.tableheadertop td.tdheadertop3{
    text-align: right;
    width:150px;
}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #d1d3d4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.header.menufixed{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.shadow{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.shadow2{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.shadow3{
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.languageheader{
	padding-top:9px;
	/*height:59px;*/
	height:20px;
	font-size:10px;
	text-align:right;
}
.languageseparator{
	margin-left:7px;
	margin-right:7px;
}
.logo{
	text-align:center;
	width:190px;
}
.headerloginpart{
	text-align:right;
	padding-bottom:7px;
}
.tableheader td.tdheader{
    
}
.tableheader td.tdheader1{
    width:170px;
}
.tableheader td.tdheader2{
    padding-left:15px;
    vertical-align: bottom;
}
.tableheaderm td.tdheaderm{
	height:100px;
	vertical-align: middle;
}
.tableheaderm td.tdheaderm1{
	text-align: left;
	width:350px;
}
.tableheaderm td.tdheaderm2{
	text-align: center;
}
.tableheaderm td.tdheaderm3{
	text-align: right;
	width:350px;
}
.tableheadermenu td.tdheadermenu{
    vertical-align: middle;
    white-space:nowrap;
}
.tableheadermenu td.tdheadermenu1{
    padding-right:10px;
    text-align: left;
}
.tableheadermenu td.tdheadermenu2{
    padding-left:20px;
    text-align: right;
}
.headercart{
	padding-bottom:6px;
}
.headerloginpartbtn{
	min-width:130px;
	height:27px;
	line-height:27px;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:14px;
	padding-right:18px;
	text-align:left;
	color:#fff;
	background:url(images/headerarrowrightbtn.png) center right 9px no-repeat;
	background-color:none;
}
.bag_img{
	position:relative;
	top:2px;
	margin-left:3px;
}
.menufooterpos{
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:1000;
}
.menufooter{
	padding:0px 15px;
	background:#fff;
	/*border-radius:50px;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*justify-content: space-around;*/
	text-align: center;
}
.menufooterheight{
	height:85px;
}
.menufooterpoint{
	text-align: center;
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height:85px;
	padding:0px 15px;
	padding-top:3px;
	width:100px;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
}
.menufooterpoint img{
	max-width: 50px;
	max-height: 25px;
	/*filter: grayscale(1);*/
}
.menufooterpoint:hover ,.menufooterpointactive{
	color:#000;
	/*-webkit-filter: invert(1) brightness(50%);*/
	border-bottom:4px solid #0368D7;
}
.menufooterpoint:hover img, .menufooterpointactive img{
	filter: grayscale(0);
}

.menufooterpoint2{
	text-align: center;
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	/*padding:0px 30px;*/
}
.menufooterpoint2 img{
	max-width: 25px;
	max-height: 25px;
	margin-right:15px;
	vertical-align: middle;
}
.menufooterpoint2:hover ,.menufooterpoint2active{
	color:#000;
}
.menufooterpoint2:hover img, .menufooterpoint2active img{
	filter: grayscale(0);
}

.form_search_div{
	width:182px;
	height:26px;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:7px;
	padding-right:7px;
	text-align:left;
	color:#fff;
	background-color:#231f20;
	/*border:1px solid #000;*/
}
input.form_search{
	font-family: 'Inter', sans-serif;
	position:relative;
	
	margin-left:5px;
	width:154px;
	height:24px;
	padding:0px;
	border:0px;
	color:#fff;
	background-color:#231f20;
	font-size:11px;
	letter-spacing:0.5px;
}
input.submitimage{
	position:relative;
	top:3px;
}
a.a_header{
	color:#fff;
	font-size:11px;
	letter-spacing:0.5px;
}
a.a_header:hover{
	color:#CCC;
}
.headermenu{
	height:40px;
}
::-webkit-input-placeholder { color:#000000;opacity:1; }
::-moz-placeholder { color:#000000;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000;opacity:1; } /* ie */
input:-moz-placeholder { color:#000000;opacity:1; }

#form_search::-webkit-input-placeholder { color:#fff;opacity:1; }
#form_search::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
#form_search:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input#form_search:-moz-placeholder { color:#fff;opacity:1; }

.form_input2::-webkit-input-placeholder { color:#999;opacity:1;}
.form_input2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#999;opacity:1; }


.popupindex{
	position:relative;
	z-index:9999999;
	width:830px;
	
	background:#e0dcdb;
	color:#000000;	
    
}
.popupindex2{
	position:relative;
	z-index:9999999;
	width:800px;
	
	background:#e0dcdb;
	color:#000000;	
    
}
.popupindexdp{
	position:relative;
	z-index:9999999;
	width:270px;
	padding:20px;
	box-sizing: border-box;
	background:#fff;
	color:#000000;	
    
}
.popupindexdpthx{
	position:relative;
	z-index:9999999;
	width:270px;
	padding:20px;
	box-sizing: border-box;
	background:#fff;
	color:#000000;	
    
}
#posfixed_subscribe1{
    left:50%;
    top:110px;
	margin-left:-415px;
}
#posfixed_subscribe2{
    left:50%;
    top:110px;
	margin-left:-400px;
}
#posfixed_subscribedp{
    left:50%;
    top:180px;
	margin-left:-135px;
}
#posfixed_subscribedpthx{
    left:50%;
    top:180px;
	margin-left:-135px;
}
.popup_pad{
	padding:10px 10px 30px 20px;
}
.popup_pad2{
	padding:10px;
}
.popupimg img{
	border:0px solid #e0dcdb;
}
.popuptitle{
	padding-top:40px;
	font-size:32px;
	padding-bottom:10px;
}
.popupsubtitle{
	font-family: 'Inter', sans-serif;
	font-size:14px;
	padding-bottom:28px;
}
.popupsbscribeinput{
	width:100%;
	padding:0px 10px;
    box-sizing:border-box;
	height:35px;
	border:1px solid #000;
	font-style:italic;
	background:none;
	color:#000000;text-align: center;
    margin-bottom: 10px;
}
.popupsbscribeinput::-webkit-input-placeholder { color:#000000;opacity:1; }
.popupsbscribeinput::-moz-placeholder { color:#000000;opacity:1; } /* firefox 19+ */
.popupsbscribeinput:-ms-input-placeholder { color:#000000;opacity:1; } /* ie */
input.popupsbscribeinput:-moz-placeholder { color:#000000;opacity:1; }
.popupsubscribeinputdiv{
	padding-bottom:2px;
}
.subsribebtn2{
	background:none;
	border:none;
	color:#000000;
	cursor:pointer;font-size:15px;
    border-bottom:2px solid #000;
}
.subsribebtn2:hover{
	color:#666;
}
.popupsubscribediv{
	padding-bottom:40px;
}
.popupdescription{
	width:290px;
	font-family: 'Inter', sans-serif;
	font-size:10px;
}
.popup_text1{
	font-family: 'Inter', sans-serif;
	font-size:15px;
	padding-bottom:20px;
}
.tablepopupa td.tdpopupa{
    
}
.tablepopupa td.tdpopupa1{
    
}
.tablepopupa td.tdpopupa2{
    text-align: center;
    padding-left:25px;
    padding-right:15px;
    vertical-align: middle;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpartpopup1,#menuslidebackpartpopup2,#menuslidebackpartpopupdp,#menuslidebackpartpopupdpthx,#menuslidebackpartpopupposisi{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.5;
	
}
#menuslidebackpartpopupposisi{
	display:none;
}

.slideshow_part{
	padding-bottom:32px;
}
.commonbordertop3px{
	background:#fbfbfb;
	height:3px;
}
.commonbordertop2px_gray{
	background:#333;
	height:2px;
}
.commonbordertop3px_pad18{
	background:#fbfbfb;
	height:3px;
}
.lefttd{
	width:290px;
}
.centertd{
	width:20px;
}
.righttd{
	/*width:600px;*/
	padding-left:20px;
}
.sidebar_socmed{
	text-align:center;
}
.sidebar_socmed_point{
	margin-right:15px;
}
.aboutstore_socmed{
	padding-top:20px;
}
.aboutstore_socmed_point{
	margin-right:10px;
}
.page_ui_title{
	font-family: 'Inter', sans-serif;
	font-size:13px;
    padding-bottom:0px;
    margin-top:0px;text-align: center;
}
.page_ui_title_space{
	height:44px;
	line-height:44px;
}
.sidebar_year_point{
	font-weight:bold;
	font-size:15px;
	height:40px;
	line-height:40px;
	background:url(images/sidebar_ui_right.png) center right 27px no-repeat;
	cursor:pointer;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	padding-left:9px;
}
.sidebar_year_point:hover{
	background-color:#000;
	color:#fff;
}
.sidebar_month_part{
	padding-top:4px;
	padding-bottom:4px;
}
.sidebar_month_partcontainer{
	display:none;
}
.sidebar_month_point{
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	font-size:13px;
	padding-left:31px;
	cursor:pointer;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.sidebar_month_point:hover, .sidebar_month_point_active{
	background-color:#000;
	color:#fff;
}
.sidebar_signup_part{
	padding-top:22px;
	/*padding-bottom:22px;*/
}
.sidebar_signup_bg{
	padding:13px;
	color:#fff;
	background-color:#000000;
}
.sidebar_signup_bg2{
	border:2px solid #fff;
	padding:9px 13px;
	background-color:#000;
}
input.input_sidebar_signup{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:9px;
	padding-right:9px;
	border:0px;
	width:142px;
	height:27px;
	font-size:11px;
}
input.input_sidebar_signup2{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:9px;
	padding-right:9px;
	border:0px;
	width:225px;
	height:27px;
	font-size:11px;
}
.sidebar_signup_submit{
	margin-left:5px;
	position:relative;
	top:3px;
	cursor:pointer;
}
a.sidebar_signup_option1{
	text-decoration:underline;
	color:#fff;
}
a.sidebar_signup_option1:hover{
	color:#ccc;
}
.sidebar_featured_point{
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:1px solid #000;
}
.featured_point{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
a.a_sidebar_featured{
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
a.a_sidebar_featured:hover{
	
}
a.a_sidebar_featured:hover .sidebar_featured_img{
	border-color:#999999;
}
.sidebar_featured_img{
	border:4px solid #000;
	border-color:#000;
}
.sidebar_featured_img:hover{
	border-color:#999999;
}
.sidebar_featured_title{
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	padding-bottom:3px;
	border-bottom:1px solid #000;
}
.sidebar_featured_time{
	padding-top:7px;
	font-size:11px;
}
.sidebar_featured_time_separator{
	margin-left:7px;
	margin-right:7px;
}
.sidebar_featured_by{
	padding-top:7px;
	font-size:11px;
	font-style:italic;
}
a.a_featured{
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
a.a_featured:hover{
	
}
a.a_featured:hover .featured_img{
	border-color:#999999;
}
.featured_img{
	border:2px solid #fbfbfb;
    max-width: 100%;
}
.featured_img:hover{
	border-color:#999999;
}
.featured_title{
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	padding-bottom:9px;
	border-bottom:2px solid #000;
}
.featured_time{
	padding-top:9px;
	font-size:12px;
}
.featured_time_separator{
	margin-left:7px;
	margin-right:7px;
}
.featured_by{
	padding-top:7px;
	font-size:11px;
	font-style:italic;
}
.sidebar_adv_point{
	padding-top:18px;
}
.sidebar_adv_img{
	border:9px solid #000;
}
.featured_point_line{
	height:8px;
	border-bottom:2px solid #000;
}
.featured_short_line{
	padding-top:9px;
	padding-bottom:18px;
}
.featured_description{
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding-bottom:9px;
}
.featured_readmore{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#999999;
}
a.a_featured:hover .featured_readmore{
	color:#000000;
}
.footer_content{
	background-color:#000;
	color:#fff;
}
.footer_description_company{
	text-align:center;
	font-size:10px;
	font-style:italic;
	height:18px;
	line-height:18px;
}
.dinbold{
	font-style:normal;
	font-weight:bold;
}
.footer_separator{
	height:8px;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
}
a.a_footermenu{
	font-size:13px;
	color:#fff;
}
a.a_footermenu:hover{
	color:#bbb;
}
.footermenuseparator{
	margin-left:18px;
	margin-right:18px;
}
.footertdleft{
	vertical-align:middle;
	height:41px;
	width:266px;
	border-right:1px solid #fff;
}
.footertdmiddle{
	width:230px;
	vertical-align:middle;
	border-right:1px solid #fff;
}
.footertdmiddle2{
	font-family: "DINCond-Black";
	width:235px;
	vertical-align:middle;
	font-size:17px;
	text-align:center;
	letter-spacing:1px;
}
.footertdright{
	text-align:right;
	vertical-align:middle;
	width:182px;
}
.footer_socmed{
	text-align:center;
}
.footer_socmed_point{
	margin-right:16px;
}
.footer_socmed_point:last-child{
	margin-right:0px;
}
.copyright{
	padding-top:70px;
	padding-bottom:120px;
	text-align: center;
}
.paging{
	padding-top:5px;padding-bottom:5px;
	
	font-size:13px;
}
.paging td{
    font-family: 'Inter', sans-serif;
	color:#999;
	vertical-align:middle;
}
a.a_page{
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	margin-left:5px;
}
a.a_page:hover{
	color:#aaa;
}
select.select_page{
	margin-left:5px;
	margin-right:5px;
	height:25px;
	border:1px solid #000;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	font-size:13px;
}
.page_titlebig{
	font-weight:bold;
	font-size:15px;
	height:41px;
	line-height:41px;
}
.journal_img{
	border:5px solid #000;
}
.djournalimgdiv{
	padding-bottom:18px;
}
.underconstructiondiv{
	padding-bottom:36px;
}
.pagepart{
	padding-top:35px;/* before 55px*/
	padding-bottom:55px;
	color:#000000;
}
.pagepartheader{
	font-family: 'Inter', sans-serif;
	height:auto;
    padding:20px 20px 10px 20px;
	/*background:#fbfbfb;*/
	color:#000000;
	text-align:center;
}
.pagepartborderout{
    border:2px solid #000000;
}
.pagepartborder{
	min-height:180px;
	border:0px solid #000;
    /*background:#fbfbfb;*/
    padding:20px 40px;
}
.logintext1{
	padding-top:0px;
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-size:15px;
    line-height:20px;
	padding-bottom:29px;
}
.partbtn{
	min-width:60px;
	height:30px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	display:inline-block;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	color:#fff;
	background:#000000;
	border:0px solid #000;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
    margin-bottom:2px;
}
.partbtn:hover{
	background-color:#000;
    color:#fff;
}
.login_label{
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
}
a.a_login{
	color:#ED1C24;	
}
.page_titlebig2{
	font-weight:bold;
	font-size:17px;
}
.page_titlebig3{
	font-weight:bold;
	font-size:17px;
	padding-bottom:9px;
}
.register_part{
	padding-top:22px;
	padding-bottom:5px;
	border-bottom:0px solid #000;
}
.register_label{
	font-weight:500;
	padding-bottom:7px;
	font-size:15px;
	color:#000000;
}
input.login_input{
    width:100%;
	padding-left:9px;
	padding-right:9px;
	height:35px;
    border:0px;
	border-bottom:0px solid #000;
    box-sizing: border-box;
    background:#f5f5f5;
}
select.login_select{
	width:218px;
	height:35px;
    background:#f5f5f5;
	border:0px solid #000;
}
select.login_selectauto{
	width:auto;
	height:20px;
	border:1px solid #000;
}
textarea.login_textarea{
	width:200px;
	height:54px;
	padding:9px;
	border:1px solid #000;
}
input.login_button{
	margin-top:16px;
	width:93px;
	height:24px;
	background-color:#000000;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	box-shadow: 0px 0px 5px #093a54;
	border:0px;
	cursor:pointer;
}
input.login_button:hover{
	background-color:#ed1c24;
}
.forgotpass_content{
	min-height:180px;
}
.login_content{
	min-height:180px;
}
.sidebar1{
	width:180px;
    padding-right:30px;
}
.sidebar_td_content{
	
}
.myaccount_sidebar_description{
	padding-top:23px;
}
.myaccount_sidebar_point{
	padding-bottom:15px;
}
a.a_account_sidebar{
	font-size:15px;
}
.defaultpad{
	padding-top:23px;
}
.myaccount_table2{
	border-collapse:collapse;
	border:0px solid #000;
}
.myaccount_table2 td{
	border-top:1px solid #fbfbfb;
    border-bottom:1px solid #fbfbfb;
	padding:10px 10px;
}
.myaccount_td_header{
	background-color:#000;
	font-weight:bold;
	color:#fff;
}
.defaulttable td{
	font-weight:bold;
	font-size:13px;
}
.forgotpass_part, .login_part{
	padding-top:20px;
}
.page_title{
	font-weight:bold;
	font-size:15px;
	height:40px;
	line-height:40px;
}
.productd2{
	width:290px;
	padding-top:20px;
}
.productd3{
	display:inline-block;
	/*width:184px;*/
	width:50%;
    padding-right:5px;
    padding-left:5px;
	padding-bottom:20px;
	vertical-align:top;
    box-sizing: border-box;
}
.productname{
	font-weight:bold;
	font-size:13px;
	border-bottom:0px solid #000;
}
.productcategory{
	font-size:13px;
    white-space: nowrap;
}
.menucategory_part{
	min-height:40px;
	line-height:40px;
	font-size:11.5px;
}
.menucategory_point2, .sf-menu .menucategory_point2{
    padding:13px 15px;
    background:#fff;
    text-align: left;
    margin:0px;
    border-bottom:1px solid #f5f5f5;
}
.menucategory_point3{
    height:40px;
    font-size:15px;
	display:inline-block;
    vertical-align: middle;
	padding-left:15px;
	padding-right:15px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point4{
	width:20px;
	 text-align: center;
	display:inline-block;
    vertical-align: middle;
	margin-right:10px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point4 img{
    max-width:20px;
    vertical-align: middle;
    
    letter-spacing: .1em;
}
.menucategory_point4b{
	width:auto;
     height:33px;
	 background:#1974D2;
	 color:#fff;
	 text-align: center;
	display:inline-block;
    vertical-align: middle;
	padding-left:10px;
	padding-right:16px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point4b:hover{
	 background:#00308F;
}
.menucategory_point4b img{
    max-height:15px;
    vertical-align: middle;
	margin-right:5px;
}
.menupop, .sf-menu .menupop{
    padding-top:11px;
}
.hseparator{
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.about_img{
	padding-bottom:20px;
}
.about_title{
	padding-bottom:9px;
	border-bottom:2px solid #000;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}
.about_tag{
	padding-top:9px;
	font-size:12px;
	padding-bottom:25px;
}
.about_description{
    font-family: 'Inter', sans-serif;
	font-size:13px;
	text-align:justify;
	padding-bottom:40px;
}
.aboutstorepart{
	padding-top:22px;
	min-height:330px;
}
.aboutstoretitle{
	font-weight:bold;
	font-size:17px;
	/*padding-bottom:14px;*/
}
.aboutstoreaddress{
	font-size:15px;
}
.aboutstoredescription{
	font-size:15px;
}
.aboutstoreseparator{
	/*padding-top:20px;
	padding-bottom:20px;*/
}
.geolocation{
	border:5px solid #000;
}
.about_table_title{
	font-weight:bold;
	font-size:14px;
}
.youmayliketitle{
    font-weight:bold;
	font-size:17px;
	height:33px;
	line-height:33px;
	margin-top:20px;
    text-align: center;
    border-bottom:1px solid #666;
    display:inline-block;
}
.dproductoption{
	padding-top:8px;
}
.dproductoptiontd{
	width:20%;
	text-align:center;
}
.addtocartbtntxt{
    display:inline-block;
    box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px solid rgba(0,0,0,0.2);
	background:#fff;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	cursor:pointer;
}
.addtocartbtn{
    display:inline-block;
    box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px solid #1974D2;
	background:#1974D2;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	line-height:40px;
	cursor:pointer;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
    
}
.addtocartbtn:hover{
	background:#000;
	color:#fff;
}
.addtocartbtn2{
   
	border:1px solid #c2996b;
	background:#c2996b;
	color:#fff;
}
.addtocartbtn2:hover{
	background:#000;
	color:#fff;
}
.productdescriptionchangepart{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #fbfbfb;
	margin-bottom:25px;
	font-size:13px;
	text-align:justify;
	display:none;
}
.dproductimage{
	border:0px solid #fbfbfb;
	text-align:center;
	background:#fff;
}
.dproductoptiontdimg{
	cursor:pointer;
	border:0px solid #fbfbfb;
	width:100%;
    
}
.dproductoptiontdimgpad{
    padding:0px 4px;
}
.productprice{
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
}
.shoppingbag_table td.shoppingbag_tdheader{
	font-weight:bold;
	font-size:16px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
.shoppingbag_part{
	color:#000000;
	padding-top:8px;
	padding-bottom:40px;
}
.shoppingbag_image_td{
	width:157px;
}
.shoppingbag_image{
	width:112px;
}
.shopping_image{
	padding-bottom:100%;
}
.shoppingbag_tr td{
	background-color:#f5f5f5;
	color:#000000;
}
.shoppingbag_table{
	width:100%;
}
.shoppingbag_table td{
	text-align:left;
	font-size:14px;
	padding-top:15px;
    padding-left:5px;
    padding-right:5px;
}
.shoppingbag_input_qty{
	width:40px;
	height:40px;
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
	font-size:13px;
	box-sizing: border-box;
}
.shoppingbag_delete_btn{
	background-color:#000000;
	border:0px;
	color:#fff;
	width:70px;
	height:22px;
	cursor:pointer;
	margin-bottom:1px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
.shoppingbag_delete_btn:hover{
	background-color:#000;
}
.confirmpay_button{
	background-color:none;
	border:1px solid rgba(0,0,0,0.2);
	color:#000;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	height:31px;
	cursor:pointer;
	margin-bottom:1px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
    font-size:11px;
	font-weight: bold;

}
.confirmpay_button:hover{
	background-color:#000;
	color:#fff;
}
.confirmpay_button2{
	background-color:#1974D2;
	color:#fff;
	border:0px;
}
.confirmpay_button2:hover{
	background-color:#000;
	color:#fff;
}
.shoppingbag_total{
	color:#000000;
	font-size:17px;
}
.shoppingbag_checkout_btn{
	background-color:#000;
	border:0px;
	color:#fff;
	width:216px;
	height:40px;
	cursor:pointer;
	font-size:16px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
.shoppingbag_checkout_btn:hover{
	background-color:#666;
}
.shoppingbag_voucher_code{
	width:100%;
	height:30px;
	border:0px solid #000000;
    box-sizing: border-box;
}
.emailvoucherbtn{
    width:79px;
	height:30px;
    background:#1974D2;
    color:#fff;
	border:1px solid #1974D2;
    box-sizing: border-box;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:40px;
}
.shoppingbag_line{
	padding-top:25px;
	/*border-bottom:3px solid #000;*/
}
.shoppingbag_finish_part_white{
	font-weight:bold;
	background-color:#fff;
	color:#000000;
	font-size:16px;
	height:50px;
	vertical-align:middle;
}
.shoppingbag_finish_part_white2{
	font-weight:bold;
	background-color:#fff;
	color:#000000;
	font-size:15px;
	height:30px;
	vertical-align:middle;
}
.shoppingbag_finish_part_grey{
	font-weight:bold;
	background-color:#f5f5f5;
	color:#000000;
	font-size:16px;
	height:37px;
	vertical-align:middle;
	
}
.checkout_content{
	padding-bottom:5px;
}
.checkout_title{
	padding-top:20px;
	color:#093a54;
	font-size:24px;
}
.checkout_part{
	
	padding-bottom:30px;
	color:#000000;
}
.checkout_subtitle{
	color:#000000;
	font-size:18px;
	padding-bottom:20px;
	font-weight:bold;
}
.checkout_label{
	font-size:14px;
	color:#093a54;
}
.checkout_line{
	height:2px;
	background-color:#000;
}
.checkout_line2{
	height:1px;
	background-color:#000;
}
input.checkout_button{
	width:387px;
	height:36px;
	background-color:#000;
	font-size:20px;
	letter-spacing:3px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
}
input.checkout_button:hover{
	background-color:#666;
}
.checkout_detail_border{
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:12px;
	background-color:#fff;
	border:4px solid #000;
	font-size:12px;
}
.checkout_detail_title{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
.checkout_detail_table td{
	padding-top:15px;
}
.checkout_numeric_space{
	border:1px solid #000;
	display:inline-block;
	width:auto;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
}
.checkout_vseparator{
	
	border-bottom:1px solid #000;
}
.checkout_name{
	font-size:13px;
	font-weight:bold;
}
.checkout_finish_label_td{
	padding-left:10px;
}
.checkout_finish_tr{
	font-size:14px;
}
.checkout_detail_table tr.checkout_finish_tr td{
	padding-top:3px;
}
.account_part{
	min-height:330px;
}
.contenttd{
	min-height:350px;
}
.pad10{
	padding-bottom:10px;
}
.pad15{
	padding-bottom:15px;
}
.pad20{
	padding-bottom:20px;
}
.pad25{
	padding-bottom:25px;
}
.pad30{
	padding-bottom:30px;
}
.pad35{
	padding-bottom:35px;
}
.pad40{
	padding-bottom:40px;
}
.pad45{
	padding-bottom:45px;
}
.pad50{
	padding-bottom:50px;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.marginfit4px{
	margin-left:-4px;
	margin-right:-4px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit8px{
	margin-left:-8px;
	margin-right:-8px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.nooverflow{
	overflow:hidden;
}
em{
    font-style: italic;
}
.dibu{
    border-bottom:1px solid #999;
    display:inline-block;
}

.colorpink{
	color: #FFACAC;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#4B9F2E;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#00308F;
}
.colorlightblue{
	color:#1974D2;
}
.colorgrey{
	color:#888;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.colorred{
	color:#f00;
}
.bgpink{
	background:#f8c1d9;
}
.bgblue{
	background:#3791FF;
}
.whitebg, .bgwhite{
	background:#fff;
}
.bggreen{
	background:#3db800;
}
.bgred{
	background:#ff0000;
}
.bgorange{
	background:#ff7200;
}
.greybg, .bggrey{
	background:#f1f2f2;
}
.bggrey50hor{
	background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 50%,#f1f2f2 50%,#f1f2f2 100%); /* W3C */
}
.maxwidth250{
	max-width:250px;
}
.maxwidth350{
	max-width:350px;
}

.maxwidth400{
	max-width:400px;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth600{
	max-width:600px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth850{
	max-width:850px;
}

.pagecontentpart{
	padding-top:20px;
	padding-bottom:40px;
}
.pagecontentpart1{
    padding-top:60px;
    padding-bottom:50px;
}
.pagetitle1, .page_title1{
	font-size:25px;
	line-height:35px;
}
	.pagetitle1b, .page_title1b{
		font-weight:bold;
		font-size:25px;
		line-height:35px;
	}
.pagetitle2, .page_title2{
	font-size:35px;
}
	.pagetitle2b, .page_title2b{
		font-weight:bold;
		font-size:35px;
	}
.pagetitle2x, .page_title2x{
	font-size:45px;
}
	.pagetitle2xb, .page_title2xb{
		font-weight:bold;
		font-size:45px;
	}
.page_title3, .pagetitle3{
	font-size:30px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:30px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title5m, .pagetitle5m{
		font-size:20px;
		line-height:27px;
		font-weight:500;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-weight:bold;
	}
	.page_title7m, .pagetitle7m{
		font-size:18px;
		line-height:28px;
		font-weight:500;
	}
.page_title8, .pagetitle8{
	font-size:48px;/* 60px */
	line-height:58px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_title10, .pagetitle10{
	font-size:32px;/*40px*/
	line-height:35px;
}
	.page_title10b, .pagetitle10b{
		font-size:32px;
		line-height:40px;
		font-weight:bold;
	}
.page_title11, .pagetitle11{
	font-size:72px;/*90px*/
	line-height:90px;
}
	.page_title11b, .pagetitle11b{
		font-size:72px;
		line-height:90px;
		font-weight:bold;
	}
.page_title12, .pagetitle12{
	font-size:64px;/*80px*/
	line-height:80px;
}
	.page_title12b, .pagetitle12b{
		font-size:64px;
		line-height:80px;
		font-weight:bold;
	}
.pagedescription1, .page_description1{
	font-size:15px;
	line-height:25px;
}
	.pagedescription1 b, .page_description1 b, .pagedescription1 strong, .page_description1 strong{
		font-size:15px;
		line-height:25px;
		font-weight:bold;
	}
	.pagedescription1 img, .page_description1 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
	.pagedescription1 em, .pagedescription1 i, .page_description1 em, page_description1 i{
		font-style:italic;
	}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	    list-style:disc;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:0px;
	}
	.page_description1 sup, .pagedescription1 sup{
		vertical-align: super;
		font-size: smaller;
	}
	.page_description1 sub, .pagedescription1 sub{
		vertical-align: sub;
		font-size: smaller;
	}
    .pagedescription1c{
        line-height: 30px;
        
    }
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .page_description2 b, .pagedescription2 strong, .page_description2 strong{
		font-size:13px;
		line-height:22px;
		font-weight:bold;
	}
	.pagedescription2 img, .page_description2 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
.page_description3, .pagedescription3{
	font-size:12px;
	line-height:18px;
}
	.pagedescription3 b, .page_description3 b, .pagedescription3 strong, .page_description3 strong{
		font-size:12px;
		line-height:18px;
		font-weight:bold;
	}
.page_description4, .pagedescription4{
	font-size:12px;
	line-height:20px;
}
.lineheight50{
	line-height:50px;
}
.lineheight60{
	line-height:60px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000000;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#d5520b;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21205f;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.line1{
	width: 38px;
	height: 1px;
	background: #1974D2;
    display:inline-block;
    vertical-align: middle;
}
.line2{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.btn1{
    height:65px;
	width:100%;
    padding:0px 20px;
	font-weight:600;
	border:0px;
    border:0px solid #dfdfdf;
	
	cursor:pointer;

	background: #0368D7;
	border:0px;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
	.btn1:hover{
		background-color:#00308F;
		color:#fff;
	}
	.btn1t{
		width:88px;
		height:35px;
		padding:0px;
		font-size:18px;
		color:#939598;
		font-weight:normal;
	}
	.btn1t:hover{
		background-color:#ffcb05;
		color:#fff;
		border-color:#ffcb05;
	}
	.btn1 img{
		margin-left:5px;
		vertical-align:middle;
	}
	.btn1dark{
		background:#000000;
		color:#fff;
		border-color:#000;
	}
		.btn1dark:hover{
			background:#333;
			color:#fff;
		}
	.btn1read{
		border:1px solid #000;
		color:#000000;
		height:43px;
		padding:0px 40px;
	}
		.btn1read:hover{
			background:#333;
			color:#fff;
		}
	.btn1download{
		padding-left:65px;
		background:url(images/download_icon3.png) no-repeat left 25px center;
		padding-right:25px;
	}
		.btn1download:hover{
			background:url(images/download_icon3.png) no-repeat left 25px center rgba(255,255,255,0.2);
			color:#fff;
		}
.btn2{
	display:inline-block;
	box-sizing: border-box;
	width:100%;
	padding:0px 20px;
	height:65px;
	font-size:15px;
	background:none;
	border:1px solid rgba(0,0,0,0.3);
	cursor:pointer;
	color:#000;
}
	.btn2:hover{
		background-color:#000;
		color:#fff;
	}
.btn3{
		display:inline-block;
		box-sizing: border-box;
		width:100%;
		padding:0px 20px;
		height:65px;
		font-size:15px;
		background:#ff3939;
		border:0px solid rgba(0,0,0,0.3);
		cursor:pointer;
		color:#fff;
	}
		.btn3:hover{
			background-color:#000;
			color:#fff;
		}
.fontdidot{
    /*font-family: "didot";*/
    font-weight: bold;
}
.semibold, .fsemibold, .fontsemibold{
    font-weight: 600;
}
.medium, .fmedium, .fontmedium{
    font-weight: 500;
}

.header_search_box{
    max-width: 100%;
	width:100%;
	background:#f5f5f5;
	border:none;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
    box-sizing: border-box;
    border:0px solid #ddd;
}
.search_input{
	width:calc(100% - 20px);
	height:35px;
	border:0px;
	background:none;
	font-size:14px;
}
.search_img{
	position:relative;
	top:12px;
    max-height: 15px;
}
.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius7{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.borderradius18{
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.borderradius40{
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.topborderrad15{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.bottomborderrad15{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.headerlogotddiv2{
	padding-top:35px;
	padding-bottom:40px;
}
.headerlogotddiv2 img{
	max-width: 190px;
}
input.form_input2, textarea.form_input2{
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: #f5f5f5;
	/*border-bottom:2px solid #e6e7e8;*/
	width:100%;
	padding:0px 20px;
	height:55px;
	font-size:15px;
	color:#000000;
    box-sizing: border-box;
}
select.form_select{
	border: 1px solid rgba(0, 0, 0, 0.20);
	width:calc(100% - 0px);
	padding:0px 20px;
	height:55px;
	font-size:15px;
	color:#000000;
	background:#f5f5f5;
}
.input_box2, .logininputdiv{
	padding-bottom:20px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:55px;
	width:100%;
    padding:0px 20px;
	font-weight:600;
	border:0px;
    border:0px solid #dfdfdf;
	
	cursor:pointer;

	background: #0368D7;
	border:0px;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.myaccount_table2 .tr_invoice {
    border-bottom: 1px solid #ddd;
}
.footerpadbot{
	padding-bottom:170px;
}

.biginfotext{
	padding-top:60px;
	text-align:center;
	font-size:35px;
	color:#ef4056;
	line-height:50px;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:80px;
	text-align:center;
	font-size:18px;
	line-height:25px;
	color:#ef4056;
}
.footermenupart{
	border-top:10px solid #f1f1f1;
	padding-bottom:0px;
	margin-top:150px;
}
.footermenupoint{
	height:60px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding-right:40px;
	background:url('images/plus_icon.png') no-repeat right center;
	background-size:14px auto;
}
.footermenupoint:hover{
	background:url('images/plus_icon.png') no-repeat right 10px center;
	background-size:14px auto;
}

.headernotify{
	background-color:#ef4056;
	color:#fff;
	
	width:100%;
	height:50px;
	font-size:13px;
	padding:0px 15px;
	box-sizing:border-box;
	position: fixed;
	top:100px;
	z-index:10000;
}
.headernotify2{
	background-color:#f76060;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.headernotify3{
	background-color:#46ba69;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.notifybtn{
	width:142px;
	height:30px;
	display:inline-block;
	margin-left:20px;
	color:#fff;
	background-color:#231f20;
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.notifybtn:hover{
	background-color:#666;
	color:#fff;
}
.notifybtn2{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #fff;
	background-color:none;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn2:hover{
	background-color:#fff;
	color:#000000;
}
.grandnotifybtn2{
	width:156px;
	height:50px;
	display:inline-block;
	color:#939598;
	border:3px solid #dcddde;
	background-color:none;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn2:hover{
	background-color:#dcddde;
	color:#666;
}
.notifybtn3{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#46ba69;
	border:1px solid #fff;
	background-color:#fff;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn3:hover{

	color:#000000;
}
.grandnotifybtn3{
	width:156px;
	height:50px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:3px solid #8dc63f;
	background-color:#8dc63f;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#666;
	border:3px solid #666;
	color:#fff;
}
.myprof_table td{
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:0px solid #ddd;
}
.member_store_header_btn{
	width:auto;
	max-width: 185px;
	padding:0px 40px 0px 15px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: middle;
	cursor: pointer;
	background:url('images/arrow_more.png') no-repeat right 15px center;
	background-size:12px auto;
	border:1px solid rgba(0,0,0,0.2);
	white-space: nowrap;
	height:44px;
	margin-right:15px;
	text-align: left;
	
}
.member_store_header_btn_overflowh{
	overflow: hidden;
	max-width: 100px;
}
.myprof_table td{
	padding-top:6px;
	padding-bototm:6px;
	border-bottom:0px solid #ddd;
}

.myprof_table tr:first-child td{
	padding-top:0px;
}
.myprof_table tr:last-child td{
}
.myprof_table tr.noborder td, table.noborder td{
	border:0px;
}
.myprof_table td.myprof_td{
    padding-bottom:5px;
}
.myprof_table td.myprof_td1{
	width:190px;
	pading-right:20px;
}
td.noborder{
	border:0px;
}
.myprof_td2{
	text-align:left;
}
.myprof_td1{
	width:155px;
	padding-right:15px;
}
.editprofile_button{
	width:auto;
	min-width:110px;
	padding-left:15px;
	padding-right:15px;
	height:37px;
	color:#fff;
	background:#000000;
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-bottom:5px;
	border:0px solid #bcbec0;
}
.editprofile_button:hover{
	background:#666;
	color:#fff;
}
.aboutimgdiv{
	height:32.9vw;
	max-height: 400px;
	text-align: center;
	color:#fff;
}
.pagehead{
	padding-bottom: 30px;
}
.tablepagehead td.tdpagehead{
	vertical-align: middle;
}
.tablepagehead td.tdpagehead1{
	padding-right:20px;
}
.tablepagehead td.tdpagehead2{
	text-align: right;
	width:360px;
}
.pageheadbtn1{
	display:inline-block;
	height:50px;
	width:auto;
	min-width:170px;
    padding:0px 10px;
	font-weight:600;
	border:0px;
    border:0px solid #dfdfdf;
	
	cursor:pointer;

	background: #0368D7;
	border:0px;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	margin:0px 3px;
}
	.pageheadbtn1:hover{
		background:#666;
	}
.pageheadbtn2{
	display:inline-block;
	height:50px;
	width:auto;
	min-width:170px;
    padding:0px 10px;
	font-weight:600;
	border:0px;
    border:0px solid #dfdfdf;
	
	cursor:pointer;

	background: #000;
	border:0px;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	margin:0px 3px;
}
	.pageheadbtn2:hover{
		background:#666;
	}
.col4point{
	display:inline-block;
	width:25%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.col4pointpad{
	padding:20px;
}
.tableheadpoint td.tdheadpoint{
	vertical-align: top;
}
.tableheadpoint td.tdheadpoint1{
	padding-right:15px;
}
.tableheadpoint td.tdheadpoint2{
	white-space: nowrap;
	width:30px;
	text-align: right;
}
.trigger_icon{
	max-width: 30px;
	position:relative;
	left:15px;
}
.headpoint{
	
}
.bodypoint{
	padding-top:15px;
	display:none;
}
.triggerbtn{
	display:inline-block;
	height:40px;
	width:auto;
	width:100%;
	padding:0px 10px;
	font-weight:500;
	border:0px solid #0368D7;
	
	cursor:pointer;

	background: #0368D7;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
}
	.triggerbtn2:hover{
		background:#000;
		color:#fff;
	}
.triggerbtn1{
	display:inline-block;
	height:40px;
	width:auto;
	width:100%;
    padding:0px 10px;
	font-weight:500;
    border:1px solid #000;
	
	cursor:pointer;

	background: #fff;
	color:#000;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
}
	.triggerbtn1:hover{
		background:#000;
		color:#fff;
	}
.triggerbtn1img{
	display:inline-block;
	height:40px;
	width:auto;
	width:100%;
	padding:0px 10px;
	font-weight:500;
	border:1px solid #000;
	
	cursor:pointer;

	background: #fff;
	color:#000;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
}
	.triggerbtn1img:hover{
		background:#ddd;
		color:#000;
	}
	.triggerbtn1img img{
		max-height: 25px;
		vertical-align: middle;
		margin-right:10px;
		margin-left:-10px;
	}
.triggerbtn2{
	display:inline-block;
	height:40px;
	width:auto;
	width:100%;
	padding:0px 10px;
	font-weight:500;
	border:0px solid #000;
	
	cursor:pointer;

	background: #ff3939;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
}
	.triggerbtn2:hover{
		background:#000;
		color:#fff;
	}
.triggerbtnpad{
	margin-bottom:5px;
}
a.a_triggerbtn:last-child .triggerbtnpad{
	margin-bottom:0px;
}
.back_icon{
	max-width: 20px;
	vertical-align: middle;
	margin-right:10px;
}
.backpart{
	padding-bottom:15px;
}
.truck_type_point{
	vertical-align: top;
	display:inline-block;
	box-sizing: border-box;
	width:25%;
	padding:0px 10px 20px 10px;
}
.truck_type_point_pad{
	border:2px solid #ddd;
	padding:10px;
	background:#f5f5f5;
	cursor: pointer;
}
.truck_type_point_pad:hover,.truck_type_point_pad_active{
	border:2px solid #0368D7;
}
.form_label{
	font-size:14px;
	padding-bottom:5px;
	font-weight: 500;
}
.norecordstyle{
	color:#666;
	font-size:14px;
	font-weight: 500;
	padding-top:30px;
	font-style: italic;
	padding-bottom:30px;
}
.selectprodnav2{
    box-sizing: border-box;
    border: 1px solid #999;
    height:37px;
    width:155px;
    padding:0px 13px;
	font-size:13px;
}
.arrow_prev{
    vertical-align: middle;
    margin:0px 5px;
    max-height:18px;
}
.arrow_next{
    vertical-align: middle;
    margin:0px 5px;
    max-height:18px;
}
.tablemidpoint td.tdmidpoint{
	vertical-align: top;
}
.tablemidpoint td.tdmidpoint1{
	/*width:70px;*/
	padding-right:10px;
	/*white-space: nowrap;*/
}
.tablemidpoint td.tdmidpoint2{
	text-align: right;
}
.detailpoint{
	padding-top:15px;
}
.tabledetail{
	border-collapse: collapse;
}
.tabledetail td.tddetail{
	vertical-align: top;
	padding:10px 0px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.tabledetail td.tddetail1{
	width:180px;
	padding-right:20px;
}
.tabledetail td.tddetail2{
	text-align: right;
}
.pagedetailbody .triggerbtnpad{
	margin-bottom:10px;
}
.pagedetailbody .triggerbtn, .pagedetailbody .triggerbtn1, .pagedetailbody .triggerbtn2{
	height:50px;
}
.mhheadpoint1{
	min-height:50px;
}
.mhheadpoint2{
	min-height: 73px;
}
.jumlah_roda_img{
	display:none;
}
.formline1{
	margin:30px 0px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.numdiv{
	border-radius:20px;
	height:20px;
	width:20px;
	text-align: center;
	color:#fff;
	background:#0368D7;
	display: inline-block;
	cursor: pointer;
}
.numdiv2{
	border-radius:20px;
	height:30px;
	width:30px;
	text-align: center;
	color:#fff;
	background:#0368D7;
	display: inline-block;
	cursor: pointer;
}
.statustagdiv{
	border-radius:20px;
	height:30px;
	width:auto;
	display:inline-block;
	text-align: center;
	color:#fff;
	display: inline-block;
	padding:0px 10px;
}
#posfixed_popupdiv1{
    left:50%;
    top:110px;
	margin-left:-300px;
}
.popupdiv{
	position:relative;
	z-index:9999999;
	width:600px;
	
	background:#fff;
	color:#000000;	

	display:none;
	padding:20px;
    
}
.table_col2 td.td_col2{
	vertical-align: top;
	
}
.table_col2 td.td_col2_1{
	width:50%;
}
.table_col2 td.td_col2_2{
	width:50%;
}
.table_col2 td.td_col2_sep{
	padding:0px 10px;
}
.td_col2_2_sep_div{
	text-align: center;
	white-space: nowrap;
}
.table_col2b td.td_col2b{
	vertical-align: top;
	
}
.table_col2b td.td_col2b_1{
	width:50%;
}
.table_col2b td.td_col2b_2{
	width:50%;
}
.table_col2b td.td_col2b_sep{
	padding:0px 2px;
}
.td_col2_2_sep_div{
	text-align: center;
	white-space: nowrap;
}
.tablecekbaninfo td.tdcekbaninfo{
	vertical-align: top;
	padding:15px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.tablecekbaninfo td.tdcekbaninfo1{
	white-space: nowrap;
	padding-right:20px;
}
.tablecekbaninfo td.tdcekbaninfo2{
	text-align: right;
}
input.form_input2:read-only {
	background-color: #ccc;
}
.tablecekbaninfob td.tdcekbaninfob{
	vertical-align: top;
	padding:15px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.tablecekbaninfob td.tdcekbaninfob1{
	white-space: nowrap;
	padding-right:20px;
}
.tablecekbaninfob td.tdcekbaninfob2{
	text-align: right;
}
.arrow_ke{
	max-height: 10px;
	vertical-align: middle;
}
.tdcekbaninfo a{
	display:inline-block;
	vertical-align: middle;
}
.areapoint{
	border:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
	cursor:pointer;
	
	background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
	padding-left:25px;
	padding-right:35px;
	
}
.areadtitle:hover{
	
	background-color:#f9f9f9;
	color:#000;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	font-size:13px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:65px;
	background-color:#fff;
	color:#333;
}
.forcewrap{
	overflow-wrap: anywhere;
   word-wrap: break-all;outline: none;
}
.warningsection{
	padding:15px;
	background:#f5f5f5;
	border:1px solid #e00;
}
.tableoverflow{
	border:2px solid #eee;
	border-collapse: collapse;
}
.tableoverflow td{
	border:2px solid #eee;
	padding:5px;
	background:#fff;
}
.tableoverflow td.troverflowheader{
	background:#fff;
}
.nowrap{
	white-space: nowrap;
}
.tablepageheadb td.tdpageheadb{
	vertical-align: middle;
}
.tablepageheadb td.tdpageheadb1{
	padding-right:15px;
}
.tablepageheadb td.tdpageheadb2{
	width:20px;
}
.info_icon{
	max-width: 25px;
}
@media print {
	.header, .headersep, .menufooterpos{
		display:none;
	}
	.pagecontentpart1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}