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

/*
@font-face {
	font-family: "Baskerville";
	src: url(font/Baskerville.ttf);
}*/


html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Nunito', sans-serif;
	background-color:#fff;
	margin:0px auto;
	font-size:13px;
	color:#808285;
	padding:0px;
	overflow-y:scroll;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
input, textarea{
	font-family: 'Nunito', sans-serif;
	font-size:13px;
	position:relative;
	color:#939598;
	-webkit-appearance:none;
	
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#6d6e71;
	-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;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#d0cabe;
}
b,strong{
	font-weight:bold;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#999;opacity:1; }
::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input:-moz-placeholder { color:#999;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

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


.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;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.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{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f15b5b;
	font-size:13px;
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.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;
}
.borderradius18{
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.txtsearch::-webkit-input-placeholder { color:#d1d3d4;font-style:italic;opacity:1; }
.txtsearch::-moz-placeholder { color:#d1d3d4;font-style:italic;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#d1d3d4;font-style:italic;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#d1d3d4;font-style:italic;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; }



.lefttopborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.righttopborderrad10{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topmright: 10px;
	border-top-right-radius: 10px;
}
.leftbottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.rightbottomborderrad10{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.lefttopborderrad15{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.righttopborderrad15{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topmright: 15px;
	border-top-right-radius: 15px;
}
.leftbottomborderrad15{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.rightbottomborderrad15{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

.posabs{
	position:absolute;
}
.posrel{
	position:relative;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-250px;
	left:50%;
	width:400px;
	height:565px;
	background:none;
	color:#333;	
	margin-left:-200px;
	font-size:14px;
	text-align:center;
	line-height:20px;
}
.fullwidth{
	width:100%;
	/*min-width:1235px;*/
}
.container{
	min-width:280px;
	max-width:1150px;
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	min-width:280px;
	max-width:935px;
	margin:0px auto;
	padding-left:30px;
	padding-right:30px;
}
.container2{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:880px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:720px;
	padding:0px 20px;
	margin:0px auto;
}
.header{
	height:117px;
	position:fixed;
	z-index:30000;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	font-size:13px;
}
.headersep{
	height:117px;
}
.headertop{
	height:40px;
	background:#d0cabe;
	font-size:12px;
	color:#fff;
}
.tableheadertop td.tdheadertop{
	vertical-align:middle;
}
.tableheadertop td.tdheadertop2{
	text-align:right;
}
.headertopshopbtn{
	vertical-align:middle;
	display:inline-block;
	width:auto;
	margin-left:20px;
	color:#fff;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}
	.headertopshopbtn:hover{
		border-bottom:2px solid #fff;
	}
.headertopsep{
	margin:0px 12px;
	vertical-align:middle;
}
	.headertopsep img{
		vertical-align:middle;
	}
.headertop a{
	color:#fff;
}
	.headertop a:hover{
		text-decoration:underline;
	}
.headerbottom{
	height:77px;
}
.tableheaderbottom td.tdheaderbottom{
	vertical-align:middle;
}
.tableheaderbottom td.tdheaderbottom1{
	width:140px;
	padding-right:25px;
}
.tableheaderbottom td.tdheaderbottom2{
	
}
.tableheaderbottom td.tdheaderbottom3{
	width:160px;
}
.tableheaderbottom td.tdheaderbottom4{
	padding-left:10px;
	width:65px;
	text-align:right;
}
.headermenupoint{
	margin-right:35px;
}
	.headermenupoint:last-child{
		margin-right:0px;
	}
.socmedpoint{
	margin-left:17px;
}
	.socmedpoint:first-child{
		margin-left:0px;
	}
.shopcarbtn{
	border:2px solid #e6e7e8;
	height:31px;
	text-align:center;
	width:calc(100% - 14px);
	font-size:12px;
	padding-right:10px;
}
	.shopcarbtn img{
		margin-right:15px;
		vertical-align:middle;
		position:relative;
		
	}
	.shopcarbtn span{
		display:inline-block;
		vertical-align:middle;
	}
	.shopcarbtn:hover{
		background:#f9f9f9;
		color:#000;
	}
	

.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym{
	display:none;
}

.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;
	}
.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:51px;
	color:#ec5909;
}
.page_title9, .pagetitle9{
	font-size:15px;
	line-height:25px;
}
	.page_title9b, .pagetitle9b{
		font-size:15px;
		line-height:25px;
		font-weight:bold;
	}
.pagedescription1, .page_description1{
	font-size:14px;
	line-height:25px;
}
	.pagedescription1 b, .page_description1 b, .pagedescription1 strong, .page_description1 strong{
		font-size:14px;
		line-height:25px;
		font-weight:bold;
	}
	.pagedescription1 img, .page_description1 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
.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:11px;
	line-height:18px;
}
.content1description, .content2descpart{
	line-height:23px;
}
	.content1descriptionp p{
		margin-bottom:10px;
	}
	.content1descriptionp li{
		padding-bottom:10px;
	}
	.content1descriptionp em, .content1descriptionp i{
		font-style:italic;
	}
.btn1{
	width:100%;
	max-width:225px;
	height:55px;
	background:#d0cabe;
	color:#fff;
	border:0px;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
}
	.btn1:hover{
		background:#999;
	}
.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;
}
.minheight50{
	min-height:50px;
}
.minheight60{
	min-height:60px;
}
.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;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.nooverflow{
	overflow:hidden;
}

.colorpink{
	color:#efb4b4;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#57b519;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#006fb7;
}
.colorgrey{
	color:#939598;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.colorpink{
	color:#006eb7;
}
.colorbeige{
	color:#b3a893;
}
.bgpink{
	background:#f8c1d9;
}
.maxwidth250{
	max-width:250px;
}
.maxwidth350{
	max-width:350px;
}

.maxwidth400{
	max-width:400px;
}
.maxwidth750{
	max-width:750px;
}


.homepart1a{
	padding:40px 0px;
}
.tablehomepart1a td.tdhomepart1a{
	width:25%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:0px solid transparent;
}
.homepart1a_point{
	display:inline-block;
	max-width:212px;
	color:#939598;
}
.tablehomepart1ain{
	max-width:315px;
}
.tablehomepart1ain td{
	vertical-align:middle;
}
.tdhomepart1ain1{
	width:50px;
	padding-right:20px;
}
.tdhomepart1ain2{
	text-align:left;
	padding-right:20px;
}
.homepart1a_t1{
	font-size:14px;
	line-height:22px;
}
.homepart1a_t2{
	font-size:20px;
	font-weight:bold;
}
.homepart1aimgbtn{
	min-width:52px;
	height:52px;
	text-align:center;
	/*background:#fff;*/
}

.homeproductpart{
	padding-bottom:40px;
}
.homeproducthead{
	padding-top:55px;
	padding-bottom:50px;
	text-align:center;
}
.homeproductheadpoint{
	margin:0px 20px;
}
	.homeproductheadpoint:first-child{
		margin-left:0px;
	}
	.homeproductheadpoint:last-child{
		margin-right:0px;
	}
	.homeproductheadpoint a:hover{
		color:#d0cabe;
	}
	.homeproductheadpoint a.a_active{
		font-weight:bold;
		color:#d0cabe;
	}
.homeproductbody{
	display:none;
}
.productpoint{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	margin-bottom:40px;
	text-align:center;
}
.productpointpad{
	padding:0px 15px;
}
.productdivimg{
	padding-top:100%;
	margin-bottom:25px;
}
.productname{
	padding-bottom:10px;
}
.homesteppart{
	padding-top:65px;
	padding-bottom:40px;
	background:#d0cabe;
	color:#fff;
}
.steppoint{
	display:inline-block;
	width:25%;
	vertical-align:top;
	
}
.steppointpad{
	padding:0px 15px;
}
.steppointpoing2{
	max-width:228px;
}
.steppointimg{
	
}
.homepart3{
	padding:75px 0px;
}
.homepart6{
	padding-top:80px;
	padding-bottom:80px;
	color:#fff;
}
.homepart6point{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
}
.homepart6pointpad{
	padding:0px 20px;
	padding-bottom:30px;
}
.homepart6img{
	padding-top:80%;
}
.homepart6inpad{
	padding:25px;
	background:#fff;
	text-align:left;
}
.homepart6inpad_t1{
	color:#666;
}
.homepart6inpad_t2{
	color:#939598;
}
	.homepart6inpoint:hover .homepart6inpad{
		background:#f1f2f3;
	}
	.homepart6inpoint:hover .homepart6inpad_t1, .homepart6inpoint:hover .homepart6inpad_t2{
		color:#000;
	}
.copyright{
	border-top:1px solid #f3f3f3;
	padding:30px 0px;
	font-size:13px;
}
.webfooterpart1{
	padding:57px 0px;
	font-size:13px;
}
.tablewebfooter td.tdwebfooter{
	vertical-align:top;
}
.tablewebfooter td.tdwebfooter1{
	width:27%;
	padding-right:20px;
}
.tablewebfooter td.tdwebfooter2{
	padding-right:30px;
}
.tablewebfooter td.tdwebfooter3{
	width:15%;
	padding-right:20px;
}
.tablewebfooter td.tdwebfooter4{
	width:30%;
}
.footer_btn{
	height:49px;
	padding:0px 15px;
	width:calc(100% - 32px);
	border:1px solid #ddd;
	text-align:left;
	margin-bottom:4px;
}
.footer_ico{
	display:inline-block;
	width:51px;
	vertical-align:middle;
}
.footer_btn_text{
	display:inline-block;
	vertical-align:middle;
	color:#58595b;
	font-size:13px;
}
.footercatpoint{
	padding-bottom:20px;
	
}
input.email_subscribe, input.email_notify{
	height:45px;
	border:2px solid #f3f3f3;

	padding:0px 20px;
	width:calc(100% - 42px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:49px;
	background-color:#f3f3f3;
	border:none;
	width:100%;
	text-align:center;
	color:#000;
	font-size:13px;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#999;
}
.navpart{
	padding-top:20px;
	padding-bottom:20px;
	color:#939598;
	font-size:13px;
	border-bottom:1px solid #e6e7e8;
	margin-bottom:30px;
}
.navpart img{
	vertical-align:middle;
}
.navpart a{
	color:#939598;
}
.navpart a:hover{
	color:#000;
}
.backicon{
	margin-right:10px;
	position:relative;
	top:-1px;
}
.tablenav td{
	vertical-align:middle;
	height:33px;
}
.navbacktd{
	padding-right:20px;
	border-right:1px solid #d1d3d4;
	width:70px;
}
.navdesctd{
	padding-left:20px;
	line-height:20px;
}
.nav_right{
	margin:0px 10px;
}
	.nav_right img{
		vertical-align:middle;
	}
.content1lefttd{
	width:245px;
	padding-right:45px;
}
.content1righttd{
}
.sidebar1pad{
	font-size:15px;
	min-height:500px;
	padding-bottom:80px;
	
}

.sidebar1_header{
	font-size:25px;
	padding-bottom:30px;
}
	.sidebar1_header2{
	 	padding-bottom:25px;
	}
	.sidebar1_header3{
		font-size:15px;
		padding-bottom:16px;
	}
.sidebar1_point{
	padding:10px 0px;
	border-bottom:0px solid #f1f2f2;
	font-size:14px;
	color:#939598;
}
	.sidebar1_point:hover, .sidebar1_pointactive{
		color:#d0cabe;
	}
	.sidebar1_pointactive{
		font-weight:bold;
	}
	.sidebar1_pointpactive{
		border-bottom:0px solid #f1f2f2;
	}
	.sidebar1_point img{
		margin-right:5px;
	}
.sidebar1_pointpad{
	padding-left:15px;
}
.sidebar1_pointpad{
	padding-left:15px;
}
.content2descpart{
	padding:0px 0px 150px 0px;
}
.sidebar1_headerseparator{
	height:1px;
	background:#ebeced;
	margin-top:15px;
	margin-bottom:20px;
}
.sidebar1pad a:hover, .sidebar1pad a.a_active{
	color:#efb4b4;
}
.tnc_point{
	padding-bottom:25px;
}
.tnc_title{
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px;
	line-height:22px;
	color:#231f20;
}
.tnc_description{
	font-size:13px;
	text-align:justify;
	line-height:20px;
}
.biginfotext{
	padding-top:100px;
	text-align:center;
	font-size:50px;
	color:#ef4056;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:100px;
	text-align:center;
	font-size:25px;
	color:#666;
}
.abouttitle{
	
}
.about_image{
	padding-bottom:10px;
}
.about_td{
	color:#222;
	vertical-align:bottom;
}
.about_table_title{
	font-size:15px;
	padding-bottom:5px;
	font-weight:bold;
}
.areapoint{
	border-bottom:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
	font-size:15px;
	color:#939598;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:0;
	padding-right:0;
	/*border-bottom:1px solid #ebecec;*/
	height:55px;
	line-height:55px;
	-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;
	
}
.areadtitle:hover{
	
	/*background-color:#f9f9f9;*/
	color:#d0cabe;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	font-size:13px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:0px;
	padding-right:35px;
	background-color:#fff;
	color:#939598;
}
.webfootertitle{
	font-weight:bold;
	padding-bottom:10px;
}
.webfooterdesc{
	line-height:25px;
}
.footerbtngroup{
	width:247px;
}
.footerbtn{
	width:215px;
	height:53px;
	border:2px solid #f3f4f4;
	font-size:13px;
	padding:0px 15px;
	display:inline-block;
	margin-bottom:15px;
}
a_footerbtn:last-child .footerbtn{
	border-bottom:0px;
}
.footerbtnimg{
	display:inline-block;
	width:47px;
	vertical-align:middle;
}
.tablecontact td.tdcontact{
	vertical-align:top;
}
.tablecontact td.tdcontact1{
	padding-right:70px;
}
.tablecontact td.tdcontact2{
	width:400px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px;
	border-bottom:1px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:35px;
	font-size:13px;
	color:#333;
	background:none;
}
select.form_select{
	border:0px;
	border-bottom:2px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:35px;
	font-size:13px;
	color:#333;
	background:none;
}
.input_box2{
	padding-bottom:23px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:80px;
}
input.submit_btn{
	height:55px;
	max-width:100%;
	padding:0px 60px;
	background:#d0cabe;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
}
input.submit_btn:hover{
	background-color:#999;
	
}
.contact_label{
	padding-bottom:15px;
	font-size:14px;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}
.contact_checkbox_point{
	padding-bottom:18px;
}
.productnavtable td.productnavtd{
	vertical-align:top;
}
.productnavtable td.productnavtd1{
	width:38px;
	padding-right:21px;
}
.productnavtable td.productnavtd2{
	width:50%;
}
.productnavtable td.productnavtd3{
	width:50%;
	text-align:right;
	vertical-align:bottom;
}
.productnavtd1img{
	max-width:38px;
	max-height:50px;
}
.product_page{
	color:#000;
	font-size:12px;
	text-align:right;
	padding-bottom:15px;
	padding:0px 20px;
}
.product_item{
	padding-bottom:50px;
}
.product_page_part{
	border:1px solid #e6e7e8;
	display:inline-block;
	width:auto;
	height:30px;
	padding:0px 5px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
select.product_page_select{
	
	border:1px solid #e6e7e8;
	height:32px;
	position:relative;
	top:1px;
	width:auto;
	color:#000;
	font-size:13px;
	margin-left:5px;
	margin-right:5px;
	padding:0px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
a.a_page{
	color:#000;
}
a.a_page:hover{
	color:#c8b135;
}
.sidebar1padp{
	font-size:14px;
	
}
.sidebar1_point_imgdiv{
	width:23px;
	padding-right:10px;
	display:inline-block;
	vertical-align:middle;
}
	.sidebar1_point_imgdiv img{
		max-width:100%;
		max-height:23px;
	}
.sidebar1_point_textdiv{
	width:calc(100% - 27px);
	display:inline-block;
	vertical-align:middle
}
.sidebar1_point_img2div{
	width:17px;
	display:inline-block;
	vertical-align:middle
}
.sidebar1padp2{
	padding:5px 20px 30px 0px;
	display:none;
}
.sidebar1_2_point{
	padding:5px 0px;
	font-size:13px;
}
	.sidebar1_2_point a{
		color:#bcbec0;
	}
	.sidebar1_2_point a:hover, .sidebar1_2_point a.a_active{
		color:#000;
	}
.sidebar_price_label{
	padding-top:15px;
	padding-bottom:4px;
	font-size:12px;
}
input.sidebar_input_price{
	width:61px;
	height:24px;
	padding:5px 10px;
	border:1px solid #c9cbcd;
	background:#fff;
	color:#333;
	font-size:13px;
	margin-right:7px;
}
input.sidebar_input_button{
	width:41px;
	height:36px;
	border:1px solid #c9cbcd;
	background:#d0cabe;
	color:#fff;
	font-size:11px;
	border:none;
	cursor:pointer;
}
	input.sidebar_input_button:hover{
		background:#cfcfd0
	}
.product_td{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
	
	margin-bottom:40px;
}
.product_td2{
	display:inline-block;
	width:25%;
	vertical-align:top;
}
.product_td_pad{
	padding-right:10px;
}
.detail_product_outofstock{
	/*font-weight:bold;
	font-size:16px;*/
	color:#dd0000;
}
.main_image_div{
	
}
.detail_product_img_point{
	margin:0px 2px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:2px;
}
.detail_product_img_point img{
	width:75px;
}
.detail_product_title{
	padding-top:35px;
	font-size:25px;
	padding-bottom:15px;
}
.detail_product_price{
	font-size:18px;
	color:#a49b8a;
	padding-bottom:20px;
}
.detail_product_tab{
	font-weight:bold;
	font-size:13px;
	color:#000;
	width:auto;
	display:inline-block;
	text-align:center;
	padding-bottom:18px;
	margin-right:40px;
	cursor:pointer;
	border:0px;
	border-bottom:2px solid #fff;
}
.detail_product_tab:hover, .detail_product_tab_active{
	border-bottom:2px solid #000;
}
.detail_product_description{
	border-top:1px solid #d1d3d4;
	padding:25px 0px;
	font-size:12px;
	color:#939598;
	background-color:#fff;
	text-align:justify;
	line-height:20px;
}
	.detail_product_description img{
		max-width:100%;
		height:auto;
	}
.detail_product_description p{
}
.detail_product_cart_table td{
	vertical-align:middle;
	font-size:14.5px;
	color:#414142;
	padding-bottom:10px;
}
.detail_product_description_span{
	/*display:none;*/
}
.detail_product_description_spanactive{
	display:block;
}
.dp_cart_div{
	padding-top:20px;
}
.dpdescpoint{
	border-bottom:1px solid #dcddde;
}
.dpdeschead{
	height:50px;
	background:url(images/arrow_dp.png) no-repeat right 10px center;
	cursor:pointer;
	font-size:13px;
}
	.dpdeschead:hover, .dpdescheadactive{
		color:#000;
	}
.dpdescbody{
	padding:20px 0px;
	display:none;
	font-size:13px;
}
.dp_nametype{
	font-size:15px;
}
.dp_available{
	color:#72bf44;
}
.dp_opt1_left{
	display:inline-block;
	width:80px;
	margin-right:10px;
}
.dp_opt2_right{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	
}
select.dp_opt_input{
	width:96px;
	height:41px;
	border:1px solid #ddd;
	padding:0px 10px;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background:url(images/arrow_dd.png) no-repeat right 10px center;
}
input.dp_opt_input, div.dp_opt_input{
	width:74px;
	height:41px;
	border:1px solid #ddd;
	padding:0px 10px;
	
}
div.dp_opt_input{
	background:url(images/arrow_dd.png) no-repeat right 10px center;
}
.dp_opt_input1{
	width:80px;
}
.dp_opt_input3{
	width:29px;
	height:26px;
	border:1px solid #ddd;
}
.dp_opt_in{
	display:none;
	padding:10px 10px;
	border:1px solid #ddd;
	background:#fff;
}
.pr_point{
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:115px;
	
}
.pr_head{
	height:32px;
	background:#e6e7e8;
	margin-bottom:1px;
	padding:0px 10px;
}
.pr_body{
	height:32px;
	background:#f1f2f2;
	padding:0px 10px;
}
.dp_ttlp{
	padding:17px 0px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:35px;
	margin-bottom:10px;
	font-size:13px;
}
.dp_ttlp2{
	padding:25px 20px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
.dp_ttlp_number{
	font-size:18px;
	margin-left:40px;
	font-weight:bold;
	
}
.dp_ttlp_number2{
	font-size:18px;
	
	color:#000;
}
.addtobag_button{
	width:177px;
	height:41px;
	font-size:15px;
	background:#d0cabe;
	color:#fff;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
	.addtobag_button2{
		background:#f1f2f2;
		color:#6d6e71;
	}
.addtobag_button:hover{
	background:#bbb;
	color:#fff;
}
.imgproduct{
	max-width:100%;
	/*max-height:413px;*/
	
	position:relative;
	/*z-index:2000;*/
}
.dp_noteimg{
	font-style:italic;
	color:#bcbec0;
	padding-top:25px;
	text-align:center;
	line-height:22px;
	padding-bottom:50px;
	font-size:12px;
}
.dp_text1{
	font-size:13px;
	color:#6d6e71;
	padding-bottom:11px;
}
select.input_style1, .input_style1{
	width:68px;
	height:41px;
	border:1px solid #bcbec0;
	padding:0px 13px;
	color:#000;
}
	select.input_style1b{
		height:30px;
	}
	select.input_style1auto{
		width:auto;
		min-width:68px;
	}
.imgtypepoint{
	display:inline-block;
	margin-right:5px;
	border:1px solid #d1d3d4;
	padding:5px;
	margin-bottom:8px;
}
.imgtypepoint:hover, .imgtypepointactive{
	border:1px solid #e1ca79;
}
.imgtypepoint img, .imgtypepoint .imgtypepointdiv{
	width:32px;
	height:32px;
}
.imgtypepoint img.imgtypepointdivimg{
	width:64px;
	height:64px;
}

.logininputdiv{
	padding-bottom:20px;
}
input.login_input{
	width:100%;
	max-width:335px;
	padding-left:50px;
	padding-right:15px;
	height:45px;
	text-align:left;
	border:0px;
	border-bottom:1px solid #d1d3d4;
	
	color:#666;
	font-size:13px;
}
	input.login_input_mail{
		background:url(images/mail_icon.png) no-repeat left center;
	}
	input.login_input_pass{
		background:url(images/pass_icon.png) no-repeat left center;
	}
	input.login_input_name{
		background:url(images/name_icon.png) no-repeat left center;
	}
	input.login_company_name{
		background:url(images/company_icon.png) no-repeat left center;
	}
input.login_input:hover{
	height:44px;
	border-bottom:2px solid #72bf44;
}
input.login_button{
	width:100%;
	max-width:400px;
	height:50px;
	text-align:center;
	border:none;
	background:#72bf44;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.login_button:hover{
	background:#ef4056;
}
a.a_login{
	color:#58595b;
}
a.a_login:hover{
	color:#000;
}
a.a_login2{
	color:#72bf44;
	font-weight:bold;
}
a.a_login2:hover{
	text-decoration:underline;
}
.headernotify{
	background-color:#ef4056;
	color:#fff;
	
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	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:#000;
}
.grandnotifybtn2{
	width:170px;
	height:44px;
	display:inline-block;
	color:#939598;
	border:1px solid #dcddde;
	background-color:none;
	font-size:15px;
	line-height:44px;
	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:#000;
}
.grandnotifybtn3{
	width:170px;
	height:44px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #72bf44;
	background-color:#72bf44;
	font-size:15px;
	line-height:44px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#666;
	border:1px solid #666;
	color:#fff;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart2bb,#menuslidebackpart3,#menuslidebackpart_login,#menuslidebackpart_register{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.popupindex2{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:475px;
	height:360px;
	top:80px;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
#posfixed_subscribe2{
	left:50%;
	margin-left:-237px;
}
.popupindex3{
	position:relative;
	z-index:9999999;
	border:1px solid #000;
	background:#fff;
	color:#fff;
	width:408px;
	height:428px;
	top:50px;
	font-size:15px;
}
#posfixed_addtocart{
	left:50%;
	margin-left:-212px;
}
#posfixed_login{
	left:50%;
	margin-left:-237px;
	top:140px;
}
.popupindex_login{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	height:calc(100vh - 280px);
	text-align:center;
	overflow-y:auto;
}
#posfixed_register{
	left:50%;
	margin-left:-237px;
	top:50px;
}
.popupindex_register{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	height:calc(100vh - 100px);
	text-align:center;
	overflow-y:auto;
}
.pvd_btn{
	display:inline-block;
	vertical-align:top;
	height:27px;
	padding:5px;
	width:110px;
	border:1px solid #e6e7e8;
	cursor:pointer;
	margin-right:5px;
	margin-bottom:5px;
}
	.pvd_btn:hover, .pvd_btn_active{
		border:4px solid #d0cabe;
		height:21px;
		width:104px;
	}
.shoppingsubheader{
	font-size:15px;
	height:auto;
	border-bottom:none;
	vertical-align:top;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}
.shoppingsubheadertable{
	width:100%;
	max-width:550px;
}
.shoppingsubheadertdhead{
	color:#939598;
	font-size:15px;
	text-align:center;
	vertical-align:bottom;
	/*padding-bottom:20px;*/
}
.shoppingsubheadertdspace{
	width:83px;
}
.shoppingsubheadertdbullet{
	width:17px;
}
.shoppingsubheadertd1{
}
.shoppingsubheadertd2{
}
.shoppingsubheadertd3{
}
.shoppingsubheadertdline{
	background:url(images/shopcart_line.png) repeat-x center;
}
.shoppingsubheader2{
	font-weight:bold;
	font-size:15px;
	height:26px;
	vertical-align:top;
	padding-left:0px;
}
.shoppingsubheaderpoint{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	height:46px;
	line-height:46px;
	width:auto;
	float:left;
}
.shoppingsubheaderpointactive{
	color:#ef4056;
}
.shoppingsubheaderpoint2{
	display:inline-block;
	float:left;
}
.shoppingbag_table .tableshopcartdetail td , .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:7px;
	padding-right:8px;
	border-bottom:0px solid #e4e5e6;
	font-size:12px;
}
.shoppingbag_tdheader{
	padding-bottom:0px;
	font-size:13px;
	border-bottom:0px solid #e4e5e6;
	background:#f1f2f2;
}
.shoppingbag_table td.shoppingbag_td{
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	border-bottom:1px solid #eee;
	
}
.shoppingbag_table td:last-child{
	padding-right:25px;
}
.shoppingbag_table tr.parent td{
	/*border-top:1px solid #e4e5e6;*/
}
.shoppingbag_table tr.parent .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:7px;
	border-bottom:0px solid #e4e5e6;
	border-top:0px solid #e4e5e6;
	font-size:12px;
	padding-right:8px;
}
.shoppingbag_input_qty{
	width:41px;
	padding:0px 0px 0px 10px;
	height:26px;
	border:1px solid #939598;
	font-weight:bold;
	font-size:15px;
	color:#6d6e71;
}
.shopcart_name{
	padding-bottom:10px;
	color:#222;
	font-size:15px;
}
.shopcart_price{
	font-size:15px;
}
input.shoppingbag_delete_btn{
	background:#fff;
	border:1px solid #ddd;
	color:#939598;
	height:30px;
	width:68px;
	margin-bottom:5px;
	cursor:pointer;
	vertical-align:top;
}
input.shoppingbag_delete_btn:hover{
	background:#eee;
	color:#333;
}
.shoppingbag_remove_btn{
	vertical-align:top;
	height:30px;
	width:31px;
	background:#f1f2f2;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.shoppingbag_remove_btn:hover{
	background:#eee;
}
.shopping_image{
	border:1px solid #bbb;
	width:90px;
	text-align:center;
}
.shoppingbag_voucher_code{
	width:140px;
	padding:0px 10px;
	height:34px;
	border:1px solid #b0b3bf;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:15px;
}
.shoppingbag_finish_part_grey, .shoppingbag_finish_part_white{
	/*background-color:#848d9e;*/
	color:#fff;
	font-size:13px;
	height:30px;
	vertical-align:middle;
	color:#333;
}
	.shoppingbag_finish_part_greyb{
		font-weight:bold;
	}
.shoppingbag_checkout_btn{
	width:184px;
	height:45px;
	font-size:15px;
	background:#d0cabe;
	color:#fff;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn:hover{
	background:#bbb;
	cursor:pointer;
}
.shoppingbag_checkout_btn2{
	width:162px;
	height:48px;
	font-size:15px;
	background:#fff;
	color:#000;
	border:1px solid #d1d3d4;
}
.shoppingbag_checkout_btn2:hover{
	background:#eee;
	cursor:pointer;
}
	.shoppingbag_checkout_btn2acp{
		width:100%;
		max-width:415px;
	}
.shoppingbag_checkout_btn3{
	width:162px;
	height:48px;
	font-weight:bold;
	font-size:15px;
	background:#72bf44;
	color:#fff;
	border:0px;
}
.shoppingbag_checkout_btn3:hover{
	background:#666;
	cursor:pointer;
}
.dnp_head{
	height:50px;
	line-height:50px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
	background:#f1f2f2;
	color:#6d6e71;
	font-weight:bold;
	text-align:center;
}
.selectdeliverytypediv{
	font-weight:bold;
	font-size:15px;
	color:#58595b;
	padding-bottom:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.selectdeliverytypediv{
	font-weight:bold;
	font-size:15px;
	color:#58595b;
	padding-bottom:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.tabledelivery1 td{
	padding-bottom:13px;
	font-size:13px;
}
.tabledelivery2 td{
	padding-bottom:10px;
	font-size:12px;
}
.rekaptrheader{	
	background:#72bf44;
}
.rekaptrheader td{
	
	
	background:#72bf44;
	color:#fff;
	height:34px;
	border-bottom:0px solid #ddd;
	border:0px;
	font-size:13px;
	font-weight:bold;
}
	.rekaptrheader td:first-child{
		padding-left:10px;
	}
	.rekaptrheader td:last-child{
		padding-right:10px;
	}
.dap_input_div{
	padding-bottom:13px;
}
.mp_point, .mpl_point{
	padding:17px 0px;
	border-bottom:3px solid #fff;
	background:#fff;
	cursor:pointer;
	color:#000;
}
.mp_point:hover, .mp_point_active, .mpl_point:hover, .mpl_point_active{
	border-bottom:3px solid #f1f2f2;
}
.mp_point_dis:hover, .mpl_point_dis:hover{
	border-bottom:3px solid #f1f2f2;
}
.mp_point img, .mpl_point img{
	max-height:35px;
	vertical-align:middle;
}
.mp_title{
	font-size:15px;
	padding-bottom:5px;
	color:#000;
}
.mp_title2{
	font-size:18px;
}
.mp_desc{
	font-size:13px;
	color:#939598;
}
.mp_desc2{
	color:#f03944;
	font-size:15px;
}
.mp_point2{
	padding-left:20px;
	font-size:13px;
	padding-bottom:12px;
}
.labelselectdeliverymethod_pickup_place{
	position:relative;
	top:-2px;
	z-index:100;
}
.mp_insurance_div{
	padding-top:21px;
	padding-bottom:21px;
	font-size:15px;
	color:#a7a9ac;
}
.paymentmethodtable td{
	vertical-align:middle;
}
.rekapdiv{
	width:100%;
	max-width:350px;
	padding:15px 20px;
	border:1px solid #dcddde;
	text-align:left;
}
.rekapdivtitle{
	font-weight:bold;
	font-size:15px;
	padding-bottom:10px;
	text-align:center;
}
.rekapimg{
	max-width:50px;
	max-height:50px;
}
.rekapimg2{
	max-width:60px;
	max-height:60px;
}
.rekapname{
	font-size:13px;
	padding-bottom:5px;
}
.rekaptable td.rekaptd{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:middle;
}
.rekaptable3 td.ivtd{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:top;
}
	.rekaptable3 tr:first-child td.ivtd{
		border-top:0px solid #d7d8d9;
	}
.rekaptable2{
	max-width:700px;
}
.rekaptable2 td{
	font-size:13px;
	padding-top:10px;
	color:#222;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
	vertical-align:middle;
}
input.register_input{
	max-width:383px;
	width:calc(100% - 32px);
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
select.register_select{
	max-width:415px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	text-align:center;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
select.register_select_ep{
	
}
textarea.register_textarea{
	/*max-width:383px;*/
	width:calc(100% - 32px);
	height:90px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	height:145px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
input.register_button{
	max-width:512px;
	width:100%;
	height:45px;
	text-align:center;
	border:none;
	background:#72bf44;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
input.register_button:hover{
	background:#666;
}
.contact_input_div{
	padding-bottom:10px;
}
.downloadinvoicebtn{
	width:140px;
	height:40px;
	background:#fb343a;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	display:inline-block;
}
.invoicecodetitle{
	color:#6d6e71;
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}
.invoicecode{
	color:#000;
	margin-left:10px;
}
.cp_title{
	font-weight:bold;
	font-size:15px;
	line-height:19px;
	padding-bottom:12px;
	padding-top:10px;
	border-bottom:2px solid #e4e5e6;
}
ol.cp_ol{
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-top:21px;
	line-height:16px;
}
ol.cp_ol li{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
.norek{
	color:#000;
	font-size:16px;
	padding:15px 0px 10px 0px;
}
.norekdesc{
	font-size:13px;
	padding-bottom:25px;
}
.kodeunikdiv{
	padding:12px 18px;
	background:#f1f2f2;
	line-height:20px;
}
a.a_kodeunik{
	color:#f03944;
}
a.a_kodeunik:hover{
	color:#333;
}
.kodeunikdiv2{
	padding:20px;
	border:1px solid #c9cbcd;
	line-height:20px;
}
.kodeunikdiv2title{
	color:#f03944;
	font-size:15px;
	padding-bottom:5px;
}
.bankimage{
	display:table-cell;
	height:44px;
	vertical-align:bottom;
}
.bankimage img{
	max-height:31px;
}
.rekaptable3 .noborder td{
	border:none !important;
}
.iv_table, .rekapqtyprice td, .rekapqtyprice{
	font-size:13px;
	line-height:18px;
}
.confirmhead{
	padding:23px 0px 17px 0px;
	font-size:15px;
}
.confirmframe{
	border:1px solid #dcddde;
	padding:20px;
}
/*Copied from bootstrap */
 .btn {
    display: inline-block;
   width:125px;height:40px;font-size:13px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
/*Also */
 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
 .fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.confirmheadf{
	font-size:13px;
	cursor:pointer;
	padding:20px;background:url(images/arrow_down.png) no-repeat right 20px center #fff;
}
.confirmheadf:hover{
	background:url(images/arrow_down.png) no-repeat right 20px center #eee;
}
.ty_t1{
	padding-bottom:10px;font-size:20px;line-height:25px;font-weight:bold;color:#72bf44;
}
.ty_t2{
	padding-bottom:30px;color:#6d6e71;font-size:16px;line-height:19px;
}
.ty_t3{
	padding-bottom:25px;color:#000;font-size:18px;line-height:25px;font-weight:bold;
}
.ty_t4{
	padding:20px 25px;border:7px solid #f1f2f2;background:#f1f2f2;font-size:18px;font-weight:bold;
}
.fbold{
	font-weight:bold;
}
table.myaccount_table2{
	border-collapse:collapse;
	/*border:1px solid #33;*/
}
.myaccount_table2 td{
	/*border-left:1px solid #939598;
	border-right:1px solid #939598;*/
	color:#333;
	padding:15px 5px;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
	font-size:13px;
}
td.myaccount_td_header{
	font-weight:bold;
	color:#58595b;
	border-bottom:none;
	padding:20px 5px;
	background:#f1f2f2;
	font-size:13px;
}
input.confirmpay_button{
	min-width:115px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	background-color:#d0cabe;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.confirmpay_button:hover{
	background-color:#bbb;
}
.myaccount_table2 .tr_invoice{
	font-size:13px;
}
.myaccount_table2 .tr_invoice:hover{
	background-color:#f9f9f9;
}
.myaccount_table2 tr td:first-child{
	padding-left:10px;
}
.myaccount_table2 tr td:last-child{
	padding-right:10px;
}
.register_label{
	padding-top:12px;
	font-size:13px;
}
.posfilterprod{
	position:fixed;
	z-index:100;
	left:0px;
	top:160px;
}
.btnfilter{
	cursor:pointer;
	border:1px solid #333;
	border-left:0px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	background:#fff;
	opacity:0.3;
}
.btnfilter img{
	vertical-align:middle;
	margin-right:10px;
	height:15px;
}
	.btnfilter:hover{
		background:#eee;
		opacity:1;
	}