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

/*@font-face {
    font-family: 'proxima.regular';
    src: url('font/BwSurcoDEMO-Regular.otf');
}
@font-face {
    font-weight:bold;
    src: url('font/BwSurcoDEMO-Bold.otf');
}
@font-face {
    font-weight:500;
    src: url('font/BwSurcoDEMO-Medium.otf');

}*/

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


*{
	
}
html{
	height:100%;
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	background-color:#fff;
	margin:0px auto;
	font-size:13px;
	color:#6d6e71;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	position:relative;
	color:#939598;
	-webkit-appearance:none;
	
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#555;
	-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:#000;
}
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;opacity:1; }
.txtsearch2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch2:-moz-placeholder { color:#999;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;
}
.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%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f15b5b;
	font-size:13px;
	padding-top:5px;
}
.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;
}
.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;opacity:1; }
.txtsearch::-moz-placeholder { color:#d1d3d4;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#d1d3d4;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#d1d3d4;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; }



.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-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;
}
.leftborderrad5{
	-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;
}
.rightborderrad5{
	-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;
}
.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;
}
.leftborderrad22{
	-webkit-border-bottom-left-radius: 22px;
	-moz-border-radius-bottomleft: 22px;
	border-bottom-left-radius: 22px;
	-webkit-border-top-left-radius: 22px;
	-moz-border-radius-topleft: 22px;
	border-top-left-radius: 22px;
}
.rightborderrad22{
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius-bottomright: 22px;
	border-bottom-right-radius: 22px;
	-webkit-border-top-right-radius: 22px;
	-moz-border-radius-topright: 22px;
	border-top-right-radius: 22px;
}
.leftborderrad30{
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}
.rightborderrad30{
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}

.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:55px;
	padding-right:55px;
}
.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:115px;
	position:fixed;
	z-index:19000;
	width:100%;
	background:#fff;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.2);*/
	border-bottom:4px solid #faa61a;
	font-size:13px;
}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym, .displaym480, .displaym540, .displaym800, .displaym1000{
	display:none;
}

.headerinfo{
	height:30px;
	/*background:#ec3237;*/
	background:#fec000;
	color:#000;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.menubtntext{
	font-size:18px;
	color:#231f20;
	line-height:18px;
	vertical-align:middle;
	margin-left:22px;
}
.menubtncategory{
	cursor:pointer;
}
.menubtncategory img{
	vertical-align:middle;
}
.headerpad{
	padding:14px 0px;
}
.headersep{
	height:119px;
}
.headersepm{
	height:75px;
}
.logo{
	padding-bottom:7px;
}
.hmenupoint{
	width:auto;
	display:inline-block;
	font-size:13px;
	margin-right:15px;
}
.hmenupoint:hover{
	color:#faa61a;
}
.hmenupoint2out{
	margin-right:16px;
	display:inline-block;
	width:auto;
}
.hmenupoint2out:last-child{
	margin-right:0px;
}
.hmenupoint2{
	font-size:13px;
	
	
	background:none;
	color:#231f20;
	
}
.hmenupoint2:hover{
	color:#fb343a;
}
.hmenupoint2 img{
	vertical-align:middle;
	margin-right:14px;
}
.hmenupoint2txt{
	position:relative;
	top:2px;
}
.cartnumdiv{
	display:inline-block;
	width:21px;
	height:21px;
	background-color:#fb343a;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	margin-left:7px;
	line-height:21px;
	text-align:center;
}
.shoppingnum{
	position:relative;
	top:-3px;
	left:17px;
	height:18px;
	width:18px;
	font-size:13px;
	display:inline-block;
	background-color:#faa61a;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	line-height:18px;
	text-align:center;
	border:0px solid #fff;
	color:#fff;
}
	.shoppingnumm{
		left:38px;
	}
.redspacem{
	color:#fff;
	font-size:12px;
	height:44px;
	padding-left:44px;
	padding-right:22px;
	text-align:center;
	background:url(images/member_icon_w.png) no-repeat center left 12px #006eb7;
}
a.a_menu2w{
	color:#fff;
}
a.a_menu2w:hover{
	color:#ddd;
}
.menu2w_sep{
	margin:0px 17px;
}
.sm_follow_title{
	font-size:12px;
	font-weight:bold;
	color:#939598;
}
.followtable td{
	width:33%;
}
.followbtn{
	height:50px;
	background:#f1f2f2;
	margin-right:3px;
}
.followbtn:hover{
	background:#eee;
}
.headertable td.headertd{
	vertical-align:middle;
	height:67px;
	font-weight:500;
}
	.headertd a{
		color:#fff;
	}
		.headertd a:hover{
			color:#ddd;
		}
.headertable td.headertd1{
	vertical-align:middle;
	width:107px;
}
.headertable td.headertd2{
	padding-left:15px;
	padding-right:15px;
	width:143px;
}
	.headertd2 img{
		vertical-align:middle;
		margin-right:13px;
	}
	
.headertable td.headertd3{
	padding-right:15px;
	border-right:1px solid #005e9e;
}
.headertable td.headertd4{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:135px;
	border-right:1px solid #005e9e;
}
	.headertable td.headertd4 img{
		margin-left:10px;
		vertical-align:middle;
	}
.headertable td.headertd5{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:45px;
	border-right:1px solid #005e9e;
}
.headertable td.headertd6{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:145px;
	border-right:1px solid #005e9e;
	white-space: nowrap;
}
.headertable td.headertd7{
	padding-left:10px;
	text-align:right;
	width:45px;
	color:#fff;
}
.posrelhorderstatus{
	top:13px;
	left:-50px;
}
.posrelhcat{
	top:13px;
	left:-30px;
	z-index:100;
}
.horderstatusdiv{
	text-align:center;
	display:none;
}
.hcatdiv{
	display:none;
}
.horderstatusdiv2{
	background:#fff;
	width:189px;
	padding:13px;
}
.hcatdiv2{
	background:#fff;
	width:189px;
}
.headermenu_point{
	padding:13px;
	border-bottom:1px solid #eee;
	background:#fff;
	font-size:13px;
	color:#006fb7;
}
	.headermenu_point:hover{
		background:#f9f9f9;
	}
input.h_input{
	width:calc(100% - 32px);
	max-width:383px;
	padding-left:15px;
	padding-right:15px;
	height:33px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input.h_button{
	width:100%;
	max-width:415px;
	height:35px;
	text-align:center;
	border:none;
	background:#006fb7;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
	input.h_button:hover{
		background:#faa61a;
	}
input.h_button2{
	width:auto;
	padding:0px 10px;
	height:29px;
	text-align:center;
	border:2px solid #fff;
	background:none;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
	input.h_button2:hover{
		background:#fff;
		color:#006fb7;
	}
.headertop{
	height:67px;
	background:#006fb7;
	color:#fff;
}
.headertopmar{
	margin-right:28px;
	display:inline-block;
	vertical-align:middle;
}
.headertopseparator{
	display:inline-block;
	vertical-align:middle;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
	cursor:pointer;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#000;
	}
	ul.sf-menu .lang_t_m{
		display:inline-block;
		border:1px solid #ddd;
		padding:5px;
	}
ul.sf-menu .lang_t_img1{
	margin-right:10px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}
	ul.sf-menu .lang_t_t1_d{
		color:#333;
	}
ul.sf-menu .headermenubtn{
	font-size:15px;
	border-top:4px solid transparent;
	height:79px;
	border-bottom:4px solid transparent;
	display:inline-block;
	padding:0px 18px;
	color:#000;
}
ul.sf-menu .headerddmenu{
	width:200px;
	height:37px;
	background:#006fb7;
	border-bottom:1px solid #fff;
	text-align:left;
	padding:0px 10px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}
	ul.sf-menu .headerddmenu:hover{
		color:#000;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:27px;
	}
ul.sf-menu .menupoplang{
	padding-top:26px;
}
	ul.sf-menu .menupoplangm{
		padding-top:15px;
	}
ul.sf-menu .headermenubtn:hover, ul.sf-menu .headermenubtnactive{
	border-bottom:4px solid #37367c;
	background:none;
	color:#000;
}
.headerbottom{
	height:47px;
}
.wa_btn{
	display:inline-block;
	vertical-align:middle;
}
	.wa_btn img{
		vertical-align:middle;
		margin-right:10px;
	}
	.wa_btn span{
		display:inline-block;
		vertical-align:middle;
	}
.headermenutable td.headermenutd{
}
.headermenutable td.headermenutd1{
	text-align:left;
}
.headermenutable td.headermenutd2{
	width:450px;
	text-align:right;
	vertical-align:middle;
}
.socmedpoint{
	margin-left:15px;
	display:inline-block;
	vertical-align:middle;
}
.header_search_box{
	display:inline-block;
	width:100%;
	background:#f1f2f2;
	border:0px solid #d1d3d4;
	height:45px;
	text-align:right;
}
	.header_search_box img{
		vertical-align:middle;
		padding-left:14px;
		padding-right:20px;
	}
.search_input{
	width:calc(100% - 167px);
	height:43px;
	border:0px;
	background:none;
	font-size:13px;
}
.submitsearchbtn{
	width:113px;
	height:45px;
	background:#faa61a;
	color:#fff;
	border:0px;
	cursor:pointer;
}
.search_img{
	position:relative;
	top:3px;
}
.header_shopcart_div{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.header_member_div{
	display:inline-block;
	vertical-align:top;
	position:relative;
	top:6px;
}
.member_icon{
	vertical-align:middle;
	margin-right:10px;
	
}
.headertopsep1{
	margin:0px 8px;
}
.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;
}

.pageheader1{
	height:240px;
	
}
.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:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		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;
	}
.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:310px;
	height:60px;
	background:#faa61a;
	color:#fff;
	border:0px;
	font-weight:bold;
	font-size:13px;
}
.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;
}
.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;
}

.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;
}
.bgpink{
	background:#f8c1d9;
}
.maxwidth250{
	max-width:250px;
}
.maxwidth350{
	max-width:350px;
}

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


.homepart1{
	padding-bottom:45px;
	/*background:#f1f2f2;*/
	position:relative;
	top:-80px;
}
.homepart1top{
	padding:28px 35px;
	background:#fff;
}
.tablehomepart1top td.tdhomepart1top{
	vertical-align:top;
}
.tablehomepart1top td.tdhomepart1top1{
	width:50.2%;
	padding-right:20px;
}
.tablehomepart1top td.tdhomepart1top2{
	width:25.8%;
	padding-right:20px;
}
.tablehomepart1top td.tdhomepart1top3{
}
input.input_homepart1{
	height:64px;
	padding:0px 30px;
	width:calc(100% - 60px);
	background:#f1f2f2;
	border:0px;
	font-size:15px;
}
select.select_homepart1{
	height:64px;
	padding:0px 30px;
	width:100%;
	background:#fff;
	color:#939598;
	border:2px solid #dcddde;
	font-size:15px;
	font-weight:bold;
}
input.submit_homepart1{
	height:64px;
	width:100%;
	background:#006eb7;
	color:#fff;
	border:0px;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
}
	input.submit_homepart1:hover{
		background:#faa61a;
	}
.homepart1point{
	margin-right:25px;
}
	.homepart1point:last-child{
		margin-right:0px;
	}
.tablehomepart1a td.tdhomepart1a{
	width:25%;
	color:#fff;
}
.tdhomepart1a_br_r{
	border-right:0px solid transparent;
}
.homepart1a_point{
	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:15px;
	font-weight:bold;
}
.homepart1a_t2{
	font-size:20px;
	font-weight:bold;
}
.homepart1aimgbtn{
	min-width:52px;
	height:52px;
	text-align:center;
	/*background:#fff;*/
}
.homepart1banner{
	padding-top:8px;
	padding-bottom:8px;
}
.homepart1bannerpointpad{
	padding-left:4px;
	padding-right:4px;	
}
.homepart1bannerpoint{
	height:14.2vw;
}
.homepart1bannercol3{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
}
.homeproductpart{
	
	padding-bottom:100px;
}
.homeproducthead{
	padding-top:30px;
	padding-bottom:35px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.1);
}
.homeproductheadtable td.homeproductheadtd{
	vertical-align:top;
	font-size:15px;
}
.homeproductheadtable td.homeproductheadtd1{
	
}
.homeproductheadtable td.homeproductheadtd2{
	text-align:right;
	
}
.homeproductheadpoint{
	margin-right:32px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	font-weight:bold;
	
}
	.homeproductheadpoint:hover, .homeproductheadpointactive{
		color:#006bb2;
		font-weight:bold;
	}
	.homeproductheadtd2 a{
		color:#939598;
		font-weight:bold;
	}
		.homeproductheadtd2 a:hover{
			color:#333;
		}
.homeproductbody{
	display:none;
	padding-top:30px;
}
.hp_point_pad{
	padding:0px 30px;
}
.hp_point_img{
	padding-top:10px;
	padding-bottom:10px;
	height:190px;
}
	.hp_point_img img{
		max-height:190px;
		max-width:100%;
	}
.hp_title{
	font-size:18px;
	font-weight:bold;
	color:#006bb2;
}
.hp_subtitle{
}
.hp_btn{
	width:200px;
	height:42px;
	border:1px solid #ddd;
	background:#fefffa;
	font-size:15px;
	cursor:pointer;
}
	.hp_btn:hover{
		background:#eee;
	}
.hp_price{
	font-size:18px;
	color:#555;
}
.hp_pricenormal{
	font-size:14px;
	text-decoration:line-through;
	color:#939598;
	padding-bottom:5px;
	padding-top:10px;
}
.hp_price_div{
	/*height:43px;*/
}
.hp_colordiv{
	padding-right:30px;
}
.hp_cp{
	width:15px;
	height:15px;
	margin-right:12px;
	margin-bottom:12px;
	display:inline-block;
}
.homepart2{
	padding-top:35px;
	padding-bottom:60px;
	background:url(images/homepart2seamless.png) repeat-x bottom center #006eb7;
}
.homepart2point{
	display:inline-block;
	width:33.33%;
}
.homepart2pointpad{
	padding:0px 12px;
}
.homepart2pointvideo{
	height:24vw;
	max-width:370px;
	max-height:240px;
}
.homepart3{
	padding:65px 0px;
	color:#fff;
}
.homepart4{
	padding:60px 0px;
}
.homepart4point{
	margin-right:30px;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:25px;
}
	.homepart4point:last-child{
		margin-right:0px;
	}
	.homepart4point img{
		max-width:100%;
	}
.homepart5{
	padding:20px 0px;
	background:url(images/subscribe_ornament.png) no-repeat center top #006eb7;
	color:#fff;
}
.tablehomepart5 td.tdhomepart5{
	vertical-align:middle;
}
.tablehomepart5 td.tdhomepart5_1{
	width:60px;
	padding-right:45px;
}
.tablehomepart5 td.tdhomepart5_2{
	padding-right:45px;
}
.tablehomepart5 td.tdhomepart5_3{
	text-align:right;
}
input.email_subscribe, input.email_notify{
	height:65px;
	border:0px solid #d1d3d4;

	padding:0px 20px;
	width:calc(100% - 42px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:65px;
	background-color:#fcb813;
	border:none;
	width:100%;
	text-align:center;
	color:#006eb7;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
input.emailsubscribebtn:hover{
	background:#333;
}
.webfooterpart{
	padding-top:70px;
	background:#fff;
	
}
.webfooterpartabout{
}
.table_wfpa1 td.td_wfpa{
	vertical-align:top;
	width:50%;
}
.table_wfpa1 td.td_wfpa1{
	padding-right:30px;
}
.table_wfpa1 td.td_wfpa2{
	padding-left:30px;
}
.webfooterpartbottom{
	padding-bottom:7.85vw;
	background:url(images/footerbg.png) no-repeat center;
	background-size:cover;
}
.webfooterpart1{
	background:url(images/homepart5_left.png) no-repeat left top 15px, url(images/homepart5_right.png) no-repeat right top 15px;
}
.webfooterpart1in{
	width:670px;
	background:#f6f6f6;
}
.tableshopmore{
	max-width:460px;
}
.tableshopmore td.tdshopmore{
	vertical-align:top;
}
.tableshopmore td.tdshopmore1{
}
.tableshopmore td.tdshopmore2{
	width:110px;
}
.socmed_border{
	border:5px solid #006eb7;
	height:60px;
	width:60px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:0px 8px;
	cursor:pointer;
}
	.socmed_border:hover{
		background:#000;
	}
.webfooter3{
}
.tablewebfooter3 td.tdwebfooter3{
	vertical-align:top;
}
.tablewebfooter3 td.tdwebfooter3_1{
	width:28%;
	padding-right:20px;
}
.footerbtngroup{
	width:205px;
}
.footerbtn{
	width:175px;
	height:53px;
	border-bottom:1px solid #eee;
	font-size:12px;
	padding:0px 15px;
	display:inline-block;
}
a_footerbtn:last-child .footerbtn{
	border-bottom:0px;
}
.footerbtnimg{
	display:inline-block;
	width:42px;
	vertical-align:middle;
}
.tablewebfooter4 td.tdwebfooterpart4{
	width:25%;
	vertical-align:top;
	padding-right:15px;
}
.webfooter_title{
	font-weight:bold;
	font-size:16px;
	color:#006eb7;
	padding-bottom:13px;
}
.webfooter_point{
	padding-bottom:13px;
}
.webfooternavheight{
	min-height:232px;
}
.spm_point{
	margin-right:25px;
	display:inline-block;
	vertical-align:middle;
}
	.spm_point:last-child{
		margin-right:0px;
	}
	.spm_point img{
		max-height:37px;
	}
.copyright{
	font-size:12px;
	padding-top:30px;
	border-top:1px solid #dcddde;
	margin-top:70px;
	padding-bottom:50px;
}
.part1{
	padding-top:0px;
}
.navpart{
	color:#fff;
	font-size:13px;
	background:url(images/nav_ornament.png) no-repeat top left 160px #006fb7;
}
.navpart img{
	vertical-align:middle;
}
.backpart{
	height:80px;
	font-weight:bold;
}
.backicon{
	margin-right:15px;
	position:relative;vertical-align:middle;
	top:-2px;
}
.tablenav td{
	vertical-align:middle;
}
.navbacktd{
	padding-right:80px;
	width:220px;
}
.navdesctd{
	font-size:25px;
	font-weight:bold;
	vertical-align:top;
	height:60px;
}
.navbackhead{
	height:60px;
	background:#faa61a;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
	.navbackhead img{
		vertical-align:middle;
		margin-right:20px;
	}
	.backheadtxt{
		display:inline-block;
		vertical-align:middle;
	}
.navdesctd2{
	height:50px;
	text-align:right;
}
.nav_right{
	margin:0px 20px;
	position:relative;
	top:-2px;
}
.navpart a{
	color:#fff;
}
.navpart a:hover{
	color:#faa61a;
}
.content1lefttd{
	padding-right:80px;
	width:220px;
}
.sidebar1pad{
	font-size:15px;
	min-height:500px;
	padding-bottom:80px;
	
}
.tablecontent td.tdcontent{
	vertical-align:top;
}
.tablecontent td.tdcontentsidebar{
	padding-right:80px;
	width:220px;
}
.tablecontent td.tdcontentcontent{
	padding-top:50px;
}

.sidebar1_header{
	font-size:15px;
	padding:0px 25px 15px 25px;
	color:#faa61a;
	font-weight:bold;
}
	.sidebar1_header2{
	 	padding-bottom:25px;
	}
	.sidebar1_header3{
		font-weight:bold;
		font-size:15px;
		padding-bottom:16px;
	}
.sidebar1_point{
	padding:15px 25px;
	border-bottom:0px solid #eee;
	font-size:14px;
	color:#555;
}
	.sidebar1_point:hover, .sidebar1_pointactive{
		color:#faa61a;
		/*background:url(images/dd_product.png) no-repeat right center;*/
	}
	.sidebar1_point:hover, .sidebar1_point_nobg{
		background:none;
	}
	.sidebar1_point:hover a, .sidebar1_pointactive a{
		color:#006eb7;
	}
	.sidebar1_pointactive{
		border-bottom:0px solid #f1f2f2;
	}
		.sidebar1_point_nobg.sidebar1_pointactive{
			border-bottom:1px solid #f1f2f2;
		}
	.sidebar1_point img{
		margin-right:5px;
	}
	a.a_sidebar_product:hover , a.a_sidebar_product_active{
		color:#006eb7;
	}
.sidebar1_point2 img{
	vertical-align:middle;
	margin-right:10px;
}
.sidebar1_point2{
	padding:6px 0px;
	font-size:13px;
}
.sidebar1_pointpad{
	padding-left:15px;
}
.sidebar1_headerseparator{
	/*height:1px;
	background:#ebeced;
	margin-top:15px;*/
	margin-bottom:30px;
}
.sidebar1pad{
	
}
.sidebar1pad a:hover, .sidebar1pad a.a_active{
	color:#006eb7;
}
.content1lefttd_sc{
	width:158px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
	background:#fafafa;
	border-right:1px solid #f1f2f2;
	
}
.content1righttd{
	padding-top:50px;
}
.product_sidebar_content{
	
}
.pagemenu{
	padding:10px 0px;
	height:80px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	position:relative;
	z-index:10;
}
.pagemenupoint{
	margin:0px 25px;
	font-weight:500;
	font-size:18px;
}
.content1{
	padding-top:0px;
	padding-bottom:100px;
}
.content2{
	padding-top:50px;
	padding-bottom:100px;
}
.areapoint{
	border:0px solid #ebecec;
	margin-bottom:3px;
}
.areadtitle{
	font-size:16px;
	color:#666;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px solid #ebecec;
	height:67px;
	-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{
	
	color:#faa61a;
}
.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:25px;
	background-color:#fff;
	color:#939598;
}
.tnc_point{
	padding-bottom:25px;
}
.tnc_title{
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px;
	line-height:22px;
	color:#444;
}
.tnc_description{
	font-size:13px;
	text-align:justify;
	line-height:20px;
}

.storecol{
	width:33.33%;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	margin-bottom:30px;
}
.storecolpad{
	padding-right:20px;
}
.abouttitle{
	
}
.about_image{
	padding-bottom:10px;
}
.about_td{
	color:#222;
	vertical-align:bottom;
}
.about_table_title{
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
	color:#000;
}
.storecatdiv{
	padding-bottom:40px;
}
.storecathead{
	font-weight:bold;
	font-size:18px;
	padding:10px 0px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	color:#fb343a;
}
.newspointcol{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	margin-bottom:40px;
}
.newspointcolpad{
	padding:0px 15px;
}
.newspointimg{
	padding-bottom:80%;
}
.newspointdesc{
	padding:20px 25px;
	background:#fff;
}
.newspointdesc_t1{
	min-height:72px;
	padding-bottom:15px;
	color:#333;
	font-weight:bold;
}
.newspointdesc_t2{
	font-size:13px;
	color:#999;
}
.newspoint:hover .newspointdesc_t1{
	color:#006eb7;
}
.table_nd td.td_nd{
	vertical-align:top;
}
.table_nd td.td_nd2{
	width:280px;
	padding-left:45px;
}
.nds_point{
	padding-top:20px;
}
	.nds_point:last-child{
		border-bottom:0px solid #d1d3d4;
	}
.nds_title{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
}
.nds_date{
	
}
.table_nds td.td_nds{
	vertical-align:middle;
}
.table_nds td.td_nds1{
	width:80px;
	padding-right:25px;
}
.nds_title{
	font-size:15px;
}
.nds_date{
	font-size:13px;
	color:#999;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
input.register_input{
	width:calc(100% - 32px);
	max-width:383px;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
select.register_select{
	width:100%;
	max-width:415px;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	text-align:center;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
textarea.register_textarea{
	width:calc(100% - 32px);
	max-width:383px;
	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;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input.register_button{
	width:100%;
	max-width:415px;
	height:45px;
	text-align:center;
	border:none;
	background:#006eb7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input.register_button:hover{
	background:#333;
}
.contact_input_div{
	padding-bottom:10px;
}
.newspointimg2{
	padding-bottom:61%;
	border:10px solid #006eb7;
}
.newspointdesc2_t1{
	font-weight:bold;
	padding-top:20px;
	min-height:55px;
	padding-bottom:20px;
}
input.form_input2, textarea.form_input2{
	border:1px solid #e6e7e8;
	width:calc(100% - 42px);
	padding:0px 20px;
	height:50px;
	font-size:14px;
	color:#333;
	background:none;
}
select.form_select{
	border:0px;
	border-bottom:2px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:50px;
	font-size:14px;
	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;
	width:100%;
	background:#006fb7;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.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;
}
.logininputdiv{
	padding-bottom:20px;
}
.hlogininputdiv{
	padding-bottom:10px;
}
input.login_input{
	width:calc(100% - 32px);
	max-width:380px;
	padding-left:15px;
	padding-right:15px;
	height:55px;
	text-align:left;
	border:0px;
	border:1px solid #bcbec0;
	
	color:#666;
	font-size:13px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
	input.login_input_mail{
		width:calc(100% - 77px);
		max-width:335px;
		padding-left:60px;
		background:url(images/mail_icon3.png) no-repeat left 15px center;
	}
	input.login_input_pass{
		width:calc(100% - 77px);
		max-width:335px;
		padding-left:60px;
		background:url(images/pass_icon.png) no-repeat left 15px center;
	}
	input.login_input_name{
		width:calc(100% - 77px);
		max-width:335px;
		padding-left:60px;
		background:url(images/name_icon.png) no-repeat left 15px center;
	}
	input.login_company_name{
		width:calc(100% - 77px);
		max-width:335px;
		padding-left:60px;
		background:url(images/company_icon.png) no-repeat left 15px center;
	}
input.login_input:hover{
	height:54px;
	border-bottom:2px solid #faa61a;
}
input.login_button{
	width:100%;
	max-width:812px;
	height:55px;
	text-align:center;
	border:none;
	background:#006eb7;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
input.login_button:hover{
	background:#333;
}
a.a_login{
	color:#006eb7;
}
a.a_login:hover{
	color:#000;
}
a.a_login2{
	color:#006eb7;
	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:0px 5px;
	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:0px 5px;
	color:#fff;
	border:1px solid #006eb7;
	background-color:#006eb7;
	font-size:15px;
	line-height:44px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#333;
	border:1px solid #333;
	color:#fff;
}
.editprofile_button{
	width:100%;
	max-width:235px;
	padding-left:20px;
	padding-right:20px;
	height:55px;
	color:#939598;
	background:#fff;
	font-size:15px;
	border:none;
	cursor:pointer;
	margin-bottom:5px;
	font-weight:bold;
	border:1px solid #bcbec0;
}
.editprofile_button:hover{
	background:#006eb7;
	color:#fff;
}
.register_label{
	padding-top:12px;
	font-size:13px;
}
.tablelogin td.tdlogin{
	vertical-align:top;
}
.tablelogin td.tdlogin2{
	text-align:right;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
	vertical-align:middle;
}
.contact_input_div{
	padding-bottom:10px;
}
#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-weight:bold;
	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:115px;
}
.popupindex_login{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	height:calc(100vh - 230px);
	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;
}
.myprof_table td{
	padding-bottom:12px;
	font-size:13px;
	color:#231f20;
}
.myprof_table tr:first-child td{
	padding-top:0px;
	border-top:0px;
}
.myprof_table tr:last-child td{
	border-bottom:0px;
}
.myprof_table tr.noborder td{
	border:0px;
}
.myprof_td2{
	text-align:left;
	width:340px;
}
.myprof_td1{
	width:145px;
	padding-right:15px;
}
.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;
	}
.sidebar1padp2{
	padding:5px 20px 30px 62px;
	border-bottom:1px solid #eee;
}
.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:41px;
	height:24px;
	padding:5px 5px;
	border:1px solid #c9cbcd;
	background:#fff;
	color:#333;
	font-size:12px;
	margin-right:7px;
}
input.sidebar_input_button{
	width:41px;
	height:36px;
	border:1px solid #006eb7;
	background:#006eb7;
	color:#fff;
	font-size:11px;
	border:none;
	cursor:pointer;
}
.product_td{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
}
.product_td_inner{
	padding-right:20px;
	padding-bottom:40px;
}
.sidebar1b_point{
	padding:6px 28px;
	font-size:13px;
}
.sidebar1b_div{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.color_border{
	width:25px;
	height:25px;
	border:1px solid #999;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.dot_textureline{
	height:1px;
	background:#ebeced;
	margin-top:20px;
	margin-bottom:20px;
}
.detail_product_outofstock{
	font-weight:bold;
	font-size:16px;
	color:#dd0000;
}
.main_image_div{
	
}
.detail_product_img_point{
	margin:0px 9px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:9px;
}
.detail_product_img_point img{
	width:75px;
}
.detail_product_title{
	font-size:25px;
	font-weight:bold;
	padding-bottom:15px;
	color:#006bb2;
}
.detail_product_subtitle{
	font-size:16px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
.detail_product_price{
	font-size:25px;
	color:#006eb7;
	padding-bottom:40px;
}
.detail_product_tab{
	
	font-size:15px;
	color:#6d6e71;
	width:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	border:0px;
	border-bottom:5px solid #fff;
	padding:0px 25px;
	height:70px;
}
	.detail_product_tab:first-child{
		padding-left:0px;
	}
	.detail_product_tab:hover, .detail_product_tab_active{
		border-bottom:5px solid #006bb2;
		color:#006bb2;
		font-weight:bold;
	}
.detail_product_description{
	padding-bottom:25px;
	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:10px;
}
.img_pointer{
	cursor:pointer;
}
.similar_product{
	padding-top:40px;
	color:#000;
	
	font-size:16.5px;
}
.similar_product_title{
	padding-left:35px;
	font-weight:bold;
	font-size:16px;
	padding-bottom:15px;
}
.similar_product_part{
	padding-top:15px;
	padding-bottom:50px;
}
.similar_product_td{
	width:123px;
	padding-bottom:20px;
}
.product_part{
}
.imgproduct{
	width:407px;
	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{
}
select.input_style1, .input_style1{
	width:68px;
	height:45px;
	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;
	width:64px;
	height:64px;
}
.imgtypepoint:hover, .imgtypepointactive{
	border:1px solid #006eb7;
}
.imgtypepoint img, .imgtypepoint .imgtypepointdiv{
	max-width:64px;
	max-height:64px;
}
.imgtypepoint img.imgtypepointdivimg{
	max-width:64px;
	max-height:64px;
}
.tabledp2 td.tddp2{
	vertical-align:top;
	font-size:14px;
	padding-bottom:10px;
	/*padding-top:10px;*/
}
.tabledp2 td.tddp2_1{
	width:100px;
	padding-right:13px;
	/*color:#006eb7;*/
}
.trdp2:last-child td.tddp2{
	border-bottom:0px solid #ddd;
}
.tabledp2 td.tddp2.tddpbar{
	vertical-align:middle;
}
.tddpbar img{
	margin-right:3px;
}
.addtobag_button{
	width:258px;
	height:48px;
	font-size:15px;
	background:#006eb7;
	color:#fff;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
	.addtobag_button2{
		background:#f1f2f2;
		color:#6d6e71;
	}
.addtobag_button:hover{
	background:#000;
	color:#fff;
}
.fontsize13{
	font-size:13px;
}
.videopart{
	padding-bottom:50px;
}
.dp_viewsizechartspan{
	margin-left:25px;
}
.dp_viewsizechartspan a{
	color:#006eb7;
	font-weight:bold;
	
}
	.dp_viewsizechartspan a:hover{
		color:#333;
	}
.line1{
	height:1px;
	background:#ddd;
	margin-bottom:40px;
}
.shoppingsubheader{
	font-size:15px;
	height:auto;
	border-bottom:none;
	vertical-align:top;
	margin-top:60px;
	margin-bottom:55px;
	text-align:center;
}
.shoppingsubheadertable{
	width:100%;
	max-width:550px;
}
.shoppingsubheadertdhead{
	text-transform:uppercase;
	color:#201e1e;
	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{
	padding-top:0px;
	padding-bottom:10px;
	border-bottom:0px solid #e4e5e6;
}
.shoppingbag_tdheader{
	padding-bottom:0px;
	font-size:15px;
	border-bottom:1px solid #e4e5e6;
	background:#fff;
	font-weight:bold;
}
.shoppingbag_table td.shoppingbag_td{
	font-size:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	
}
.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:13px;
	padding-right:5px;
}
.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:#006eb7;
	font-weight:bold;
	font-size:18px;
}
.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:35px;
	width:35px;
	background:#f1f2f2;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.shoppingbag_remove_btn:hover{
	background:#eee;
}
.shopping_image{
	border:0px solid #bbb;
	width:90px;
}
.shoppingbag_voucher_code{
	width:140px;
	padding:0px 10px;
	height:34px;
	border:1px solid #b0b3bf;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:15px;
}
.table_sfp .td_sfp{
	font-size:15px;
	font-weight:bold;
	vertical-align:top;
}
.table_sfp .td_sfp1{
	width:46%;
}
.shoppingbag_finish_part_grey, .shoppingbag_finish_part_white{
	/*background-color:#848d9e;*/
	color:#fff;
	font-size:15px;
	height:60px;
	vertical-align:middle;
	font-weight:bold;
	color:#555;
}
.shoppingbag_checkout_btn{
	width:162px;
	height:48px;
	font-size:15px;
	background:#006eb7;
	color:#fff;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn:hover{
	background:#000;
	cursor:pointer;
}
.shoppingbag_checkout_btn2{
	width:162px;
	height:48px;
	font-size:13px;
	background:#e6e7e8;
	color:#666;
	border:0px 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-size:13px;
	background:#006eb7;
	color:#fff;
	border:0px;
}
.shoppingbag_checkout_btn3:hover{
	background:#666;
	cursor:pointer;
}
.dnp_head{
	height:70px;
	line-height:70px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}
.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:14px;
}
.tabledelivery2 td{
	padding-bottom:10px;
	font-size:11px;
}
.rekaptrheader td{
	
	
	background:#0f6fb7;
	color:#fff;
	height:34px;
	border-bottom:5px solid #faa618;
	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{
	padding:17px 20px;
	border-top:3px solid #f1f2f2;
	background:#f1f2f2;
	cursor:pointer;
	color:#000;
}
.mp_point:hover, .mp_point_active{
	border-top:3px solid #006fb7;
}
.mp_point_dis:hover{
	border-top:3px solid #f1f2f2;
}
.mp_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;
}
.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:301px;
	padding:15px 20px;
	/*border:7px solid #f1f2f2;*/
	text-align:left;
}
.rekapdivtitle{
	font-weight:bold;
	color:#000;
	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:12px;
	padding-bottom:5px;
	color:#000;
}
.rekaptable td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:middle;
	color:#222;
}
.rekaptable3 td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:top;
}
	.rekaptable3 td:last-child{
		padding-right:10px;
	}
.rekaptable2{
	max-width:700px;
}
.rekaptable2 td{
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
	color:#222;
}
	.rekaptable2 td:last-child{
		padding-right:10px;
	}
.rekaptable2b td{
	font-size:12px;
	font-weight:bold;
	color:#222;
}
	.rekaptable2b td:last-child{
		padding-right: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:#333;
	font-weight:bold;
	font-size:15px;
	
}
.invoicecode{
	color:#333;
	margin-left:10px;
}
.invoicecodedescription{
	font-size:11px;
	line-height:19px;
	
}
.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{
	font-size:12px;
	color:#000;
}
.iv_table, .rekapqtyprice2 td{
	font-size:11px;
}
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;
}
td.myaccount_td_header{
	font-weight:bold;
	color:#58595b;
	text-align:left;
	border-bottom:none;
	padding:20px 5px;
	background:#fff;
	font-size:13px;
	border-bottom:1px solid #ddd;
}
input.confirmpay_button{
	min-width:115px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	background-color:#006eb7;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.confirmpay_button:hover{
	background-color:#333;
}
.myaccount_table2 .tr_invoice{
	font-size:13px;
}
.myaccount_table2 .tr_invoice:hover{
	background-color:#f9f9f9;
}
.myaccount_table2 tr td:first-child{
	padding-left:20px;
}
.content1_snp{
	padding-left:25px;
	padding-right:25px;
}
.howtopaytable td.howtopaytd{
	
}
.howtopaytd1{
	width:25px;
}
.howtopaytd2{
	font-size:13px;
	vertical-align:middle;
	padding-left:15px;
}
.howtopaybullet{
	width:25px;
	height:25px;
	display:inline-block;
	background:#e6e7e8;
	color:#fff;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.howtopaysephor{
	height:34px;
	background:url(images/repeat_howtopay.png) repeat-y center;
}
.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;
}
.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;
}
.posfilterprod{
	position:fixed;
	z-index:100;
	left:0px;
	top:160px;
}
.btnfilter{
	cursor:pointer;
	border:1px solid #333;
	border-left:0px;
	padding:10px;
	font-size:15px;
	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;
	}
.d_point{
	border-bottom:1px solid #e6e7e8;
	padding:15px 0px;
}
.d_btn{
	width:127px;
	height:40px;
	background:url(images/download_icon2.png) no-repeat left 13px center #f1f2f3;
	border:0px solid #000;
	color:#000;
	font-size:15px;
	line-height:40px;
	text-align:center;
	padding-left:30px;
}
.d_btn:hover{
	background:url(images/download_icon2.png) no-repeat left 13px center #faa61a;
}
.d_description{
	color:#bcbec0;
}
.downloadtd0{
	width:40px;
	padding-right:20px;
}
.downloadtd2{
	width:158px;
	padding-left:20px;
}
.cf_pad{
	padding:35px;
}
.contactsep{
	height:1px;
	width:20px;
}
.tdcontactnopadtd{
	width:50%;
}
.tableregisterhead td.tdregisterhead{
	vertical-align:bottom;
	
}
.tableregisterhead td.tdregisterhead1{
	width:172px;
	padding-right:20px;
}
.gsitempo_btn{
	width:245px;
	height:55px;
	border:0px;
	background:#006fb7;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;	
}
	.gsitempo_btn:hover{
		background:#333;
	}
.dp_desc_head{
	padding:0px 40px;
	border-bottom:1px solid #eee;
}
.dp_desc_body{
	padding:40px 40px;
}
.headnavpart{
	padding-top:30px;
}