/* css */
/* ---- CSS Reset ----- */
body,div,dl,dt,dd,ul,ol,li,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before, q:after{content:'';content:none;}
abbr,acronym{ border:0;}
/* -------------------- */
img{border:0px;}
.nobr{white-space:nowrap;}
q{font-weight:bold;text-decoration:underline;}
img.right{border:0;float:right;}
img.left{border:0;float:left;}
.emobscure:after{content:"@"}

BODY {
	position:relative; 
	min-width:320px; 
	font-family: 'Roboto', 'roboto_zh', 'Roboto Slab', 'roboto_slab_zh', arial, sans-serif;
	font-size:14px; 
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	line-height:20px; 
	line-height:1.428572em; 
	text-align:center; 
	background: var(--mcp-def-bdcolor, #DCDCDD);
	color: var(--mcp-def-fgcolor, #322);
}

HTML.html-PAG-CORP { overflow: hidden; }
HTML.html-PAG-CORP, BODY.body-PAG-CORP { height: 100%;min-height:100%;position:relative; }
BODY.body-PAG-CORP {
	background-color: var(--mcp-def-bgcolor) !important;
	background: none;
	overflow: hidden;
	overflow-y: auto;
	perspective: 1px;
	transform-style: preserve-3d;
	height:100%;
 }

.mcp-no-dark {
	filter: none !important;
	isolation: isolate;
	color-scheme: only light;
}
#mcp_post_frame{display: none;}
/*	*	*	*/
.prod_head{
	display:inline-block;
	float:left;
	min-width:275px;
	max-width:620px;
	margin:16px 0 0 0;
}
.header-container{
	border-top:solid 1px transparent;
	border-top:none;
}

.page{
	margin:30px auto 63px;
}

.page-header{
	background-color:inherit;
	border-top:none;
}

.col-xs-12,.col-sm-9{
	padding-left:10px;
	padding-right:10px;
}
.col-xs-12.col-footer{ }
.footer-container{
	position:relative;
	z-index:0;/* under products menu */
}


h1,h2,h3,h4,h5{ padding:2px 1px 3px 1px}

h1#prod_h1,
h2#prod_h2{
	min-width:160px;
/*	font-size:20px;  */
	font-weight:normal;
	line-height:1.15em;
	margin-bottom:0px;
}
H3.site_info_h3,
H4.site_info_h4{
	border-radius:3px;
	background-color:var(--mcp-mbar-bgcolor);
	color:var(--mcp-mbar-fgcolor);
	padding:10px;
	text-align:center;
	text-shadow:1px 1px 1px rgba(178,9,60,0.06);
	transform:skew(-10deg);
}
h4{ font-size:17px;margin:1px 0 5px 0}
.prodcodename{
	color:var(--mcp-mcpred-solid);
	font-size:12px;
	font-weight:bold;
}
ul.ul,
.std ul,
.col1 ul,
.scrollContent ol,
.scrollContent ul,
#scrollContent ol,
#scrollContent ul{
	list-style-type:disc;
	margin-left:2em;
	padding-left:2em;
}

#scrollContent .scrollContentHB1,
.scrollContentHB1{
	float:right !important;
	min-height:460px !important;
	min-width:250px !important;
	max-width:320px !important;
	margin-bottom:10px;
}
#scrollContent .scrollContentHC1,
.scrollContentHC1{
	min-height:160px !important;
	min-width:280px !important;
	max-width:820px !important;
	width:92% !important;
	margin:5px 1px 5px 15px;
	margin:3px 1px 5px 3px;
}

#scrollContent a,
.scrollContent a{
	text-decoration:underline;
	text-decoration-color:var(--mcp-def-alinkcolor);
}
#scrollContent a:hover ,
.scrollContent a:hover{
	text-decoration-color:var(--mcp-def-hlinkcolor);
}

.caplug_image{ margin:12px 1px 6px 1px }

.caplug{
	float:right;
	overflow:hidden;
	padding:2px 0px;
	font-family:arial,verdana,sans-serif;
	font-size:13px;
	text-align:center;
	/* VID */
	margin:10px 15px 3px 15px;
	width:130px;
	min-height:180px;
}
.caplug2_outer{
	display:inline-block;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	float:right;
	max-width:325px;
	margin:0px 0px 0px 16px;
}
.caplug2{
	display:inline-block;
	position:relative;
	float:right;
	font-size:13px;
	text-align:center;
	margin:5px 10px 5px 10px;
	margin:12px 10px 5px 10px;
	max-width:320px;
	min-height:200px;
	flex-grow:1;
}
.caplug2img{
	display:inline-block;
	position:relative;
	background-color: var(--mcp-dim-bgcolor);
	border: 1px solid var(--mcp-dim-bordcolor);
}
.caplug2img.img_PAG-ALL-CAPS {margin: 4px 0 0 0;}
.caplug2img.img_PAG-ALL-PLUGS {margin: 4px 0 -16.5px 0;}

.caplug2txt{
	display:inline-block;
	position:absolute;
	right:-5px;
	bottom:5px;
	width:auto;
	min-width:100px;
	padding:2px 10px;
	font-size:15px;
	font-weight:bold;
	opacity:0.91;
	background-color:var(--mcp-mbar-bgcolor);
	color:var(--mcp-mbar-fgcolor);
	border:1px solid var(--mcp-mbar-bordcolor);
	clip-path:polygon(0 0,95% 0,100% 100%,5% 100%);

}
@media only screen and (max-width:767px){
	.caplug{
		width:80px;
		min-height:165px;
		margin:10px 0px 3px 0px;
		font-size:11px;
	}
	.caplug IMG{
		width:84px;
		height:auto;
		max-height:98px;
	}
	.caplug2 IMG{}
	.caplug2_outer{
		max-width:100%;
	}
}
.col1{
	position:relative;
	display:inline-block;
	width:100%;
}

.rside,.rside_h,.rside_v{
	float:right;
	text-align:right;
	font-size:10pt;
	font-weight:bold;
	color:var(--mcp-def-solidcolor);
}
.rside TABLE,.rside3{
	float:right;
	text-align:center;
	vertical-align:middle;
	color:var(--mcp-def-solidcolor);
	font-size:9pt;
	font-weight:bold;
}

.rSideBox{ width:auto}
.rSideBoxC{
 display:inline-block;
 max-width:100%;/* IE11 */
}
.rSideBoxCrossLink{
	display:inline-block;
	width:180px;
	height:280px;
	padding:6px 12px 6px 12px;
	font-size:13.5px;
	line-height:17px;
	line-height:1.26em;
	cursor:pointer;
	color:#2b385af0;;
}


div.mi,
div.mi1,
div.mi2,
ul#nav div{
	border-radius:4px;
	width:48px;
	height:48px;
	float:left;
	display:block;
	margin:0px 2px 0px 0px;
	box-shadow:var(--mcp-mbar-icon1-shadow);
	color-scheme:only light;	/* NO DARK MODE */
}
div.mi1{ box-shadow:var(--mcp-mbar-icon1-shadow);opacity:var(--mcp-mbar-icon1-opacity)}
div.mi2{ box-shadow:var(--mcp-mbar-icon2-shadow);opacity:var(--mcp-mbar-icon1-opacity)}
div.mi3,
div.mi4{
	width:24px;
	height:24px;
	float:left;
	display:block;
	margin:0px 2px 0px 0px;
	background-size:auto 36px;
	color-scheme:only light;	/* NO DARK MODE */
	visibility:hidden;

	height:36px;
	width:36px;
	top:-8px !important;
	position:absolute;
	left:-36px !important;
}

div.mi1{background-color:var(--mcp-mbar-bgcolor)} div.mi2{background-color:var(--mcp-mbar-b2color)} 
/* formagento = [0] */ 
div.mi1,div.mi3{ background-image:url(https://cdn.mocap.com.cn/grafx/_08_SPRITE_MENU_MOCAP-ZH_1_icon.webp)}
div.mi2,div.mi4{ background-image:url(https://cdn.mocap.com.cn/grafx/_08_SPRITE_MENU_MOCAP-ZH_2_icon.webp)}

input.over,ul#nav a.over>div{
	box-shadow:inset 0px 0px 3px 3px rgba(30,90,230,0.7),inset 0px 0px 9px 1px rgba(160,235,255,.6),0px 0px 2px 2px rgba(32,41,87,0.25);
}


li.navpl_li,
li#navpl_li{ line-height:19px; line-height:0.9em; } /* line-height:20px;*/
div#navpl1.plevel0,
div#navpl2.plevel0,
div#navpl3.plevel0,
div#navpl4.plevel0,
div#navpl5.plevel0{
	display:inline-block;
	vertical-align:top;
}

div#navpl1.plevelC{
	background-color:#80808020;
}
div#navpl0 div.plevelFull a,
div#navpl0 div.plevelFull{
	flex-grow:9;
	width:100%;
	max-width:none;
	text-align:center;
	background-color:var(--mcp-mbar-bgcolor);
	color:var(--mcp-mbar-fgcolor);
}

div.plevel1{
	height:auto;
	min-height:21px;
	max-height:21px;
	height:21px;
	min-width:60px;
	max-width:65px;
	width:100%;
	text-wrap:nowrap;
}
div.plevel1:hover div.mi4{
	visibility:visible;
}

li.level1,
li.level2,
li.level3,
li.level4,
li.level5{
	min-height:54px;
	border:1px solid var(--mcp-mbar-bordcolor,#C0C0C5);
	border-radius:3px;
}

.jumpa,
.jumpb{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
}
.jumpa i.fa,
.jumpa a i.fa,
.jumpb i.fa,
.jumpb a i.fa{
	font-size:12px !important;
}

.nomore{
	padding:0.1em 0em 0.1em 0.8em;
}
.nomore ,
.ui-accordion .ui-accordion-icons{
	padding-left:0.2em;
}

.ui-widget-content{
	border:1px solid var(--mcp-light-bordcolor,#dddddd);
	background:var(--mcp-def-bgcolor,#ffffff);
	color:var(--mcp-def-fgcolor,#333333);
}


.ui-accordion .ui-accordion-content{
	padding:0.1em 0em 0.1em 0.8em;
}

.ui-accordion .ui-accordion-header{
	min-height:54px;
	padding:.15em .15em .15em .17em;
	margin:0 0 0 0;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{
	font-weight:normal;
	border:1px solid var(--mcp-mbar-bordcolor,#c5c5c5);
	background-color:var(--mcp-def-bgcolor,#f6f6f6);
	color:var(--mcp-def-fgcolor,#454545);
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{
	font-weight:normal;
	border:1px solid var(--mcp-mbar-bordcolor,#003eff);
	background-color:var(--mcp-mbar-bicolor,#007fff);
	color:var(--mcp-def-fgcolor,#454545);
}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{
	text-decoration:none;
	color:var(--mcp-def-fgcolor,#454545);
}
.ui-widget.ui-widget-content{
	border:1px solid var(--mcp-mbar-bordcolor,#c5c5c5);
}

/* DIV.ui-state-active	 { background-color:var(--mcp-mcpblue-bgcolor,#DCE4F7) !important} */
DIV.ui-state-active:hover{ opacity:0.95} /* #D8DEF1 */

@media only screen and (max-width:991px){
	.somore,.nomorx{font-size:12px;line-height:13px;line-height:1.085em;} .nomore{font-size:10px;line-height:11px;line-height:1.1em;}
}
@media only screen and (min-width:992px){
	.somore,.nomorx{font-size:13px;line-height:15px;line-height:1.154em;text-shadow:0px 0px 0px rgba(45,58,93,0.49)} .nomore{font-size:11px;line-height:13px;line-height:1.185em;}
}
DIV.ui-accordion-header a{ display:inline-block}

DIV.ui-accordion-header-collapsed-full + UL.ui-accordion-content-collapsed-full{
	display:none; /* 2021-03 */
}
DIV.ui-accordion-header-collapsed + UL.ui-accordion-content-collapsed{
	max-height:0px !important;
	overflow:hidden;
}
DIV.ui-accordion-header-active + UL.ui-accordion-content-active{
	overflow:hidden;
	max-height:1399px !important;
}
UL.ui-accordion-content{
	transition:max-height 0.150s ease-out;
	overflow:hidden;
}

abbr.c{font-weight:bold}
abbr[title]{
	cursor:default;
	border-bottom:none;
}
DIV.mcp_menu_desc{
	clear:left;
}


/* * * * */
div#navpl_div,
div#mcp-nav-list{
/*	position:absolute;*/
	position:fixed;
	max-width:340px;
	z-index:99;
	font-size:13px;
	/*
	border-radius:1px;
	border:1px solid #FFF;
	border:1px solid var(--mcp-mbar-bgcolor);
	background-color:var(--mcp-def-bgcolor);
	color:var(--mcp-def-fdcolor);
	*/
	transition:top 0.333s ease-out 0.1s;
}
div#mcp-nav-container{
    	position: relative;
	border-radius: 1px;
	border: 1px solid #FFF;
	border: 1px solid var(--mcp-mbar-bgcolor);
	background-color: var(--mcp-def-bgcolor);
	color: var(--mcp-def-fdcolor);
	transition: top 0.333s ease-out 0.1s;
}
:root.layout_modern1 div#mcp-nav-container{
	left: -380px;
}

div#mcp-nav-list{
	width:100%
}
div#mcp-nav-list a{
	background-color:var(--mcp-def-bgcolor);
	color:var(--mcp-def-fdcolor);
	width:100%;
	transition:none;
}

div#mcp-nav-list a:hover,
.header .links li a:hover{
	background-color:var(--mcp-dim-bgcolor);
	color:var(--mcp-def-fgcolor,#fffeb7);

	background-color:var(--mcp-mbar-bgcolor);
	color:var(--mcp-mbar-fgcolor,#fffeb7);
}

/*
div.navpl_nope{ display:none}
div.navpl_over{ display:inline-block}
*/

div#navpl0{
	display:flex;
	flex-direction:row;
	flex-direction:column;
	flex-wrap:wrap;
	max-height:390px;
	max-width:100%;
	justify-content:flex-start;
	align-content:flex-start;
	padding:4px 4px;
}
div#navpl1,
div#navpl2,
div#navpl3,
div#navpl4,
div#navpl5{
	display:inline-block;
}
div#navpl1{left:0.00em} /*1-column*/
div#navpl2{left:5.25em} /*2-column*/
div#navpl3{left:10.50em} /*3-column*/
div#navpl4{left:15.75em} /*4-column*/
div#navpl4{left:21.00em} /*5-column*/

.nav_pl_list{
	display:inline-block;
	z-index:66;
	min-width:3px;
	text-align:center;
	color:var(--mcp-mbar-fgcolor);
}

@media only screen and (min-width:767px) and (max-height:580px){
	div#navpl_div, div#mcp-nav-list {
		max-width: 640px;
	}
	div#navpl0 {
		max-height: 235px;
		max-width: fit-content;
	}
}

.footer_info .f_inf2:before{
	font-family:"Font Awesome 5 Free",FontAwesome;
	font-weight:900;
}

a.breadnav{
	font-size:13px;
	color:var(--mcp-def-all5color, #606066);
	text-decoration:none;
	margin:0px 8px
}
#breadcrm{
	position:absolute;
	top: 2px;
	left: 12px;
	min-width:360px;
	font-size:14px;
	color:var(--mcp-dim-fgcolor);
	overflow:visible;
	white-space:nowrap;
}
/* ONLY SITE 4 */

.about_img1{
	float:right;
	margin:2px 6px 6px 6px;
}

@media only screen and (max-width:767px){
 TABLE.about_img1{
	float:none;
	width:100%;
	margin:3px auto 6px auto;
 }
 IMG.about_img{
	display:block;
	margin:2px auto;
 }
}
/* * * */
.prodmainimage,
.prodzoomimage{
	vertical-align:top;
	float:left;
	margin:1px;
	padding:0px 1px 1px 0px;
	width:300px;
	height:300px;
	border-radius:5px;
}

.faqthumbimage,
.prodthumbimage{
	margin:1px 0px 8px 0px;
	padding:1px;
	border-radius:5px;
}
.prodmainimage,
.prodzoomimage,
.faqthumbimage,
.prodthumbimage{
	background-color:var(--mcp-imgdark-bgcolor);/* #2B375A;*/
	background-image:linear-gradient(0deg,var(--mcp-imgdark-gradtop),var(--mcp-imgdark-gradbot));	/* rgba(45,58,93,0.5),rgba(0,0,0,0.34) */
	box-shadow:var(--mcp-imgclear-shadow,inset rgba(0,0,32,0.25)) 2px 2px 6px 0px;
}

.proddivimage{
	position:relative;
	display:inline-block;
	z-index:0;
}

.prodthumbimage{width:150px;height:150px}
:root.layout_modern1 .prodthumbimage{width:200px;height:200px}
:root.layout_modern1 .prodthumbimage.oldhome{width:150px;height:150px;} /* Old home page */
:root.layout_modern1 .allproductsdiv {
	width: 216px;
	height: 270px;
	font-family: var(--mcp-mbar-font-header),'Roboto','roboto_zh','Roboto Slab','roboto_slab_zh',arial,sans-serif;
	font-size: 22px;
}
:root.layout_modern1 .adfcap{
	top: 182px;
	z-index: 1;
}



.faqthumbimage{width:100px;height:100px;float:right}

.pdfimage{
	box-shadow:#000020 6px 6px 13px 0px;
	margin:2px 6px 6px 2px;
	border-radius:3px;
	padding:0px !important;
}

DIV#mcpvideothumbs{
	cursor:pointer;
	transition:opacity 0.50s ease-in-out 0.1s;
	display:inline-block;
	clear:left;
	float:left;
	position:relative;
}
@media only screen and (max-width:991px){
	DIV#mcpvideothumbs{
	position:relative;
}
}
IFRAME.mcpvideo_iframe{
	position:absolute;
	max-height:100%;
	width:100%;
	height:100%;
	border:0px;
	top:0px;
	left:0px;
	z-index:9;
}
DIV.mcpvideo,
DIV#mcpvideo{
	position:relative;
	width:100%;
	height:0;
	transition:padding-bottom 1.250s ease-in-out 0.1s;
}
IMG.mcpvideothumb{
	width:100%;
	min-width:140px;
	min-height:75px;
	z-index:50;
}
DIV.mcpvideoover{
	width:100%;
	height:100%;
	z-index:80;
	background-image:url(/grafx/youtube_play_400x225.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	position:absolute;
	top:0;
	left:auto;
	margin:0 auto;
}
DIV.mcpvideothumb{
	width:164px;
	max-height:120px;
	min-height:100px;
	margin:3px 0px 2px 0px;
}

/* - - - - BOXIMG	- - - - - - */
.thmpics{
	display:inline-block;
	position:relative;
	min-width:300px;
	width:330px;
	margin:3px 1px 3px 1px;
	text-align:right;
}
.thmpics_4{min-width:220px;width:240px}
.thmpics_5{min-width:275px;width:290px}
.thmpics_6{min-width:300px;width:330px}
:root.layout_modern1 BODY#mcp_body .thmpics_4,
:root.layout_modern1 BODY#mcp_body .thmpics_5,
:root.layout_modern1 BODY#mcp_body .thmpics_6{
	max-width:420px;
	width:100%;
	width:min(72vw, 100%);
}



.prodzoomimage,
.prodzoomimage .boximg,
.prodmainimage .boximg,
.boximg{
	width:400px;
	height:auto;
	transition:opacity 0.250s ease-in-out;
	transition:color 0.250s ease-in-out;
}

@media only screen and (max-width:991px){
	:root.layout_legacy .prodzoomimage,
	:root.layout_legacy .prodzoomimage .boximg,
	:root.layout_legacy .prodmainimage .boximg,
	:root.layout_legacy .boximg{
		width:300px;
	}
}
@media only screen and (max-width:767px){
	:root.layout_modern1 .prodzoomimage,
	:root.layout_modern1 .prodzoomimage .boximg,
	:root.layout_modern1 .prodmainimage .boximg,
	:root.layout_modern1 .boximg{ width:300px }
}

.prodzoomimage,
.prodzoomimage .boximg{
	position:absolute;
}
.boximg_div{
	position:relative;
	width:auto;
/*	width:min-content;*/
	min-height:525px;/* avoid content shift */
}

.boximg_zc{
	display:inline-block;
	position:absolute;
	top:0px;
	border:1px solid var(--mcp-imgclear-bordcolor);
	background-color:var(--mcp-imgclear-bgcolor);
	background-image:var(--mcp-imgclear-gradient);
}
.boximg_zm{
	position:relative;
	border-radius:5px;
	transition:opacity 0.200s ease-in-out;
	background-repeat:no-repeat;
	background-attachment:local;
	background-position:0% 0%;
}
DIV.boximg_zc.zoom_on_left{left:-305px}
DIV.boximg_zc.zoom_on_right{right:-305px}

.boximg_zb{
	font-size:10px;
	color:var(--mcp-def-fgcolor);
	border:1px solid var(--mcp-def-bordcolor,rgba(64,64,64,0.25));
	box-shadow:inset 0px 0px 2px #10101080;
	z-index:999;
}

.boximg_thm{
	max-width:48px;
	max-height:48px;
	margin:2px 2px 5px 2px;
	padding:1px 1px 1px 1px;
	border-radius:5px;
	border:1px solid var(--mcp-imgclear-bordcolor);
	background-color:var(--mcp-imgclear-bgcolor,#f8f8f8);
	background-image:var(--mcp-imgclear-gradient,linear-gradient(180deg,rgba(180,184,188,0.75) 50%,rgba(245,245,245,0.96))  );
	box-shadow:var(--mcp-imgclear-shadow,inset rgba(0,0,32,0.15) 1px 1px 12px 0px);
}
:root.layout_modern1 .boximg_thm{
	margin:2px 0px 5px 0px;
}
.boximg_thm.thmsel{
	border:1px solid var( --iconglow-color0 ) ;
}

.boximg_thm:hover{
	animation:iconglow 0.800s infinite alternate;	
}

.boximg_link{
	cursor:pointer;
	display:inline-block;
	position:absolute;
	right:-3px;
	top:-25px;
	width:auto;
	color:#555;
	font-size:11px;
	border-radius:5px;
	padding:1px 6px 1px 6px;
	background-color:rgb(235,254,255,0.0);	/* TODO COLOR */
	transition:background-color 0.55s ease-in-out;
}
.boximg_link:hover{
	background-color:rgb(235,254,255,0.7);	/* TODO COLOR */
}
#prod_left_side .boximg_link{
	   left:0px;
}
@keyframes iconglow{
	from{
		border-color:var( --iconglow-color1 );
		box-shadow:0 0 2px 1px var( --iconglow-color1 ),	inset 0 0 1px 0px var( --iconglow-color1 );
	}to{
		border-color:var( --iconglow-color2 );
		box-shadow:0 0 2px 1px var( --iconglow-color2 ),	inset 0 0 1px 0px var( --iconglow-color2 );
	}
}

.rot3d_img{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.0;
	transition:opacity 0.75s ease-in-out 0.5s;
	width:-moz-available;
	width:-webkit-fill-available;
	width:fill-available;
}

.boximg_thm_DIA,
.boximg_thm[data-type="DIA"],
.prodmainimage[data-type="DIA"],
.imgobj_dia_0000{
	background-image:none;
	background-color:var(--mcp-def-emptycolor);
}
/* - - - - - - - - - - - - - - - - - */

#rltdii{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
	column-gap: 20px;
	opacity:0.10;
	transition:opacity 1.05s ease-in-out;
	transition-delay:0.15s;
}
#rltdiv_container {
	display:inline-block;
	text-align: center;
	width: 100%;
}	
#rltdiv{
	display:inline-block;
	padding:3px 4px;
	width:72%;
	max-width:1200px;
	min-height:75px;
	margin:20px 0px 12px 0px;
	border-radius:3px;
/*	border:1px solid var(--mcp-dim-bordcolor);	*/
/*	background-color:var(--mcp-dim-bgcolor);	*/
}
:root.layout_legacy #rltdiv{  width:90%; }

@media only screen and (max-width:991px){
	#rltdiv{
		width:max(320px, 90%);
		max-width:max(320px, 90%);
	}
}

#rltobj{font-weight:normal;font-family:"Arial Narrow","Helvetica Narrow","Ubuntu Condensed",Arial,Helvetica,sans-serif}
#rlthed{
	display:block;
	font-weight:normal;
	font-family: var(--mcp-mbar-font-header),"Arial Narrow","Helvetica Narrow","Ubuntu Condensed",Arial,Helvetica,sans-serif;
	padding:0px 1px 0px 3px;
	overflow:hidden;
	max-height:2.4em;
	width:100%;
	text-align:center;
	border-radius:3px;
/*	background-color:var(--mcp-mbar-bgcolor, #2b385a); */
	color:var(--mcp-mbar-bgcolor, #fefefe);
	font-size:1.75em;
	line-height:normal;
}
:root.theme_dark1 #rlthed{
    color: var(--mcp-def-hlinkcolor, #036f25);
}
a.rltitm{float:left;max-width:98px;text-align:center}
IMG.rltico,			
a.rltitm.out IMG.rltico{width:94px;max-height:94px;min-height:94px;margin:2px 2px;opacity:0.96}
a.rltitm.over IMG.rltico{width:98px;max-height:98px;min-height:98px;margin:0px 0px;opacity:1.00}
IMG.rltico{transition:opacity 0.15s linear 0.0s}

DIV.rlttxt{
	display:inline-block;
	width:80%;
	color:var(--mcp-mbar-fgcolor);
	background-color:var(--mcp-mbar-bgcolor);
}
:root.layout_modern1 DIV.rlttxt{
	background-color: unset;
	color:unset;
	font-weight: bold;
}


:root.layout_modern1 a.rltitm.out { background-color: transparent; color: var(--mcp-def-hlinkcolor, #036f25); }
:root.layout_modern1 a.rltitm.over { background-color: transparent; color: var(--mcp-def-alinkcolor, #2e2e2e); }


.allindafamily{
	border-width:0px 0px 0px 0px;
	width:100%;
	border-style:solid;
	border-color:#1F2D4C;
	text-align:center;
	vertical-align:top;
	padding:4px 6px 20px 6px;
	margin-top:18px;
	cursor:pointer;
}
.allindafamilyouter{
	border-width:0px 0px 0px 0px;
	width:auto;
	height:auto;
	text-align:left;
	vertical-align:top;
	padding:4px 1px 4px 1px;
	margin:10px 0px 0px 0px;
	overflow-y:visible;
	overflow-x:visible;
}
.allindafamily{
	margin:3px 1px 3px 1px;
	padding:3px 1px 3px 1px !important;
}
.allindafamily img{
	box-shadow:var(--mcp-imgclear-shadow,inset rgba(0,0,32,0.25) 2px 2px 6px 0px);
	margin:1px 2px 8px 1px;
	padding:1px;
}

DIV.adfcap{
	position:absolute;
	top:132px;
	left:11px;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	text-shadow:1px 1px 2px rgba(0,0,10,0.05) ;
	z-index:500;
	overflow-y:hidden;
	overflow-x:hidden;
	white-space:nowrap !important;
	max-width:132px;
}
.home3,
.home4{
	font-size:15px;
	line-height:17px;
	line-height:1.1334em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.0334);
}
.home4{display:inline-block;min-width:186px;width:auto;height:200px;text-align:center;overflow-x:visible}

.home3{display:inline-block;width:166px;height:200px;text-align:center;overflow-x:visible}

@media only screen and (min-width:768px) and (max-width:991px){
	.home3{display:inline-block;width:158px;height:200px;text-align:center;overflow-x:visible}
}
@media only screen and (min-width:363px) and (max-width:767px){
	.home3{display:inline-block;width:110px;height:152px;text-align:center;overflow-x:visible}
}
@media only screen and (max-width:362px){
	.home3{display:inline-block;width:96px;height:150px;text-align:center;overflow-x:visible}
}

@media only screen and (max-width:767px){
	/*home page */
	.home3 img{
		width:90px;
		height:auto;	
		max-height:95px;
	}
	.home3{
		font-size:12px;
		line-height:14px;
		line-height:1.1667em;
	}
}

.allproductslrg{
	min-width:275px;
	min-height:420px;
	height:420px;
	width:auto;
	text-align:center;
	font-size:13px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.025);
	position:relative;
	float:right;
}
.allproductsdiv{
	width:166px;
	height:210px;
	height:220px;	/* 3 rows @ 13px */
	float:left;
	text-align:center;
	font-size:13px;
/*	text-shadow:1px 1px 1px rgba(0,0,0,0.025);  */
	position:relative;
}
@media only screen and (min-width:768px) and (max-width:991px){	
	.allproductsdiv{width:158px}
	:root.layout_legacy .prod_head{	min-width:220px;max-width:240px}
}

@media only screen and (min-width:363px) and (max-width:767px){
	.prod_head{	min-width:200px;max-width:250px}

	/* GROUP,CAT,SERIES */
	.allproductsdiv{
	width:120px;
	height:180px;
	font-size:12px;
	line-height:14px;
	line-height:1.1667em;
}
	.allproductsdiv IMG.prodthumbimage{
	max-width:110px;
	width:110px;
	max-height:110px;
	height:auto;
}
	DIV.adfcap{
	top:98px;
	left:12px;
	font-size:10px;
	max-width:102px;
}
}

@media only screen and (max-width:362px){
/* GROUP,CAT,SERIES */
	.allproductsdiv{
		width:108px;
		height:170px;
		font-size:12px;
		line-height:14px;
		line-height:1.1667em;
	}
	.allproductsdiv IMG.prodthumbimage{
		max-width:100px;
		width:100px;
		max-height:100px;
		height:auto;
	}
	DIV.adfcap{
		top:87px;
		left:10px;
		font-size:9px;
		max-width:90px;
	}
}

/* * * */
/* 04_TEXT */
.clearboth {clear:both}
.clearall {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#mainsec ul,
ul.disc{
	list-style-type:disc;
	margin-left:2em;
	padding-left:2em;
}

/* * * * * * * */
DIV.headerprt {max-width: 1200px;width:100%;}

DIV.headerprt DIV#headpn,
DIV.headerprt DIV#headpnx {
	top: 15px;
	position: absolute;
	left: 440px;
	text-align: left;
}
DIV.headerprt DIV#headem,
DIV.headerprt DIV#headem1,
DIV.headerprt DIV#headem2,
DIV.headerprt DIV#heademx {
	top:40px; 
	position: absolute;
	left: 440px;
	text-align: left;
}
DIV.headerprt DIV.logo	{float:left;}
DIV.headerprt DIV.logo a img {max-height: 100px; width: auto;}

.header .logo img,
#logo_img {
	color-scheme: only light;
}

DIV.headerprt img.sizeimg {
	position: relative;
	float: right;
	max-height: 130px;
	margin: 0px 0px 10px 0px;
}

.header_logo_text {
	float: left;
	font-size: 10px;
	color: var(--mcp-def-fgcolor); 
	clear: left;
	letter-spacing: 0.1em;
}
DIV#mobile_contact_info { display:none; } 
@media only screen and (max-width: 767px) {
 DIV#mobile_contact_info { 
	display:inline-block; 
	color: #fff;
	white-space: nowrap;
	margin: 5px 3px 1px 3px;
 } 
 DIV#headpnm,
 DIV#heademm { 
	display:inline-block; 
	color: #fff;
	white-space: nowrap;
	margin: 1px 10px 1px 10px;
 } 
 DIV#heademm a,	DIV#headpnm a { color: #fff; }
 DIV#heademm i , DIV#headpnm i { margin:2px 3px;}
 .header_mob { min-height: 30px; vertical-align: top;}
} 


@media only screen and (max-width: 991px) {
 .header_logo_text {
	float: none;
	text-align: center;
 }
}
.header .form-currency {
	clear: none;
}

/* LOGO */
.logoarea {	display:block;width:100%;min-height: 69px; margin: 3px 0px 0px 0px; border-top: 1px solid var(--mcp-def-bordcolor, rgba(64,64,64,0.25));  background-color: var(--mcp-dim-bgcolor);}
.logoblock {
	max-width: 25%;
	opacity:0.80;
	text-align: center;
	filter: grayscale(100%);
	transition: 0.42s filter linear, 0.42s -webkit-filter linear, 0.36s opacity linear;
	padding: 15px 10px 8px 10px;
	}
.logoblock:hover { filter: grayscale(33%); opacity:0.94;}
.logoblock:active { filter: none; opacity:0.99;}
.logoimg {	width: 135px; height: 42px;}
@media only screen and (max-width: 639px) and (min-width: 440px) {
 .logoimg {	width: 80px !important; height: 25px !important;}
}
@media only screen and (max-width: 439px) {
 .logoimg {	width: 60px !important; height: 20px !important;}
}
.logo_both, .logo_mobl, .logo_desk { }
/*
@media only screen and (max-width: 991px) {	.logo_desk { display: none !important; }	}
@media only screen and (min-width: 992px) { .logo_mobl { display: none !important; }	}
*/
/* * * * * */

.ooomsg{
	display: inline-block;
	position: relative;
	float: left;
	max-width: 250px;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	line-height: 1.75em;
	margin: 6px 24px 12px 24px;
	padding: 1px 10px 1px 10px;
	border-radius: 4px;
	border: 1px solid var(--mcp-warn-bordcolor); /* #2c1f1f; */
	background-color: var(--mcp-warn-fgcolor);  /* Invert BG #841624; */
	color:  var(--mcp-warn-bgcolor);  /* Invert FG #ffffaf; */
	opacity: 0.95; 
}
@media (max-width: 991px) {
	#ooomsg{ display: none;	}
}
@media only screen and (max-width: 767px){.ooomsg,.header .form-logon, .form-currency, .cartmsgbox, .paymsgbox {float:none;} }

/* IE */
#buorgig {  background-color: #523400 !important; }
#buorgul, #buorgpermanent {  background: #326400  !important; }
#buorg.buorg {    font-size: 13px !important;  }

#prodcodename1 { clear:left; }
#prodcodename2 { display: inline-block; float:left; min-height:42px }
#prodcodename2 DIV {float:left}

time#create-date {display:none}
/*	Color Charts	*/
#colcharts {text-align:left}
.coltable {
	display:inline-block;
	border-width:0px;
	border:0px;
	border-spacing:0px !important;
	padding:20px;
	margin:auto;
	min-width:380px;
	max-width:500px;
	border-style:solid;
	border-width:3px;
	border-radius:12px;
	border-color:#2C357F;	/* TODO COLOR */
	background-color:#F6F6F6;	/* TODO COLOR */
}

.colhead {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-shadow:#001000 1px 1px 2px;
	color:#000700;	/* TODO COLOR */
}
.colorrow0,
.colorrow1,
.colorrow2 {float:left;background:#F6F6F6;}
.colorrow1 {background:#F6F6F6 url('swash_black_c.png') !important;}
.colorrow2 {background-image:none;background:#F6F6F6;}
.colorcol0 {
	float:left;
	vertical-align:text-top;
	text-align:center;
	width:84px;
	font-size:9px;
	font-weight:normal;
	background-color:transparent;	
	text-shadow:none;
	cursor: pointer;
}

/* * * * Center Vertically * * * * */
/* http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
/* Outer DIV */
.cvt-outer {		
	text-align:left;	
	display:table;
	overflow:hidden;
	height: 53px;
	width:92px;
	margin:6px 5px 8px 6px;
	padding:1px 1px 1px 1px;
	border-radius:6px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	box-shadow:3px 3px 6px 3px rgba(8,13,27,0.65);
}
/* Middle DIV	*/
.cvt-middle {
	display:block;
	display:table-cell;
	vertical-align:middle;
}
/* Inner DIV	*/
.cvt-inner {
	font-size:8px;
	width:92px;
	text-align:center;	
}
/* Text */
.cvt-inner div{
	width:92px;
	font-size:11px;
	text-shadow:1px 1px 1px rgba(0,8,12,0.175);
	font-weight:bold;
}

.smallprint {	/* xtape */
	display: inline-block;
	clear:both;
	float:left; 
	max-width:450px;
	margin-top:4px;
	text-align:left;
	font-size:11px;	
	color:var(--mcp-dim-fgcolor);
}

/***** CHAT *****/
SPAN.navchat>a>IMG {
	padding:0px 2px;
	border-radius: 14px;
	box-shadow: 0px 0px 2px 2px rgba(16, 16, 32, 0.10);
	background-color: #9E9E9E !important; /* fallback color if gradients are not supported */
	background-image:	linear-gradient(180deg, #B6B2B2, #646464) !important;	/* TODO COLOR */
}
#nav span.navchat{padding:0px 0px 0px 0px;}
#nav span.navchat a{padding:1px 2px 1px 2px;}
#navchat a:hover, #navchat a:active {
	background-color: rgba(0, 0, 0, 0);	/* TODO COLOR */
}

.tradeshow_notice_01{
	display:inline-block;
	width:95%;
	margin:1px 0px 20px 0px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border-radius:3px;
	border:1px solid var(--mcp-info-bordcolor);
	background-color: var(--mcp-info-bgcolor);
	color: var(--mcp-info-fgcolor);
}

.sidemenu_chat{
	min-width: 158px;
	width: 50%;
	padding: 20px 1px;
	margin: 0px auto;
	font-size:10px;
	text-align: center;
	border-radius:3px;
	background-color: var(--mcp-info-bgcolor, #f2f2f4); /* #FBFBFF */
	border:1px solid var(--mcp-info-bordcolor, #3a3e42);	
	color: var(--mcp-info-fgcolor);	
}
/* * * */
/* * * * */

/* Scrollbar & content css */						
#scrollContent,.scrollContent{
	float:left;
	min-height: 370px;
	max-height:1270px;
	height:auto;
	max-width:625px;
	min-width:300px;
	width:auto;
	padding:8px; 
	overflow-x:hidden;
	overflow-y:auto;
	font-size: 17px;
/*	line-height: 21px;  */
/*	line-height: 1.236em;  */
	line-height: 1.3667em;

	border-radius:6px;
	border: 1px solid var(--mcp-dim-bordcolor);
	background-color: var(--mcp-dim-bgcolor);
	color: var(--mcp-dim-fdcolor);
	box-shadow:1px 1px 3px 1px rgba(8,13,27,0.15);
}
#scrollContent p{ margin:2px; }
.cgroup,
.cseries,
.ccat {
	float:left;
	overflow:auto;
	min-width:300px;
	max-width: 815px;
	min-height:150px;
	max-height:960px;
	width:auto;
	height:auto;
	margin:0px 8px 10px 0px;
}

LI.mcp_prod_nav {
	display: none;
	color: var(--mcp-mbar-fgcolor, #FFF);
	min-width: 100px;
	text-align: left;
}
DIV.mcp_mnu_all {
	display:inline-block; 
	text-align: left;
}
DIV.mcp_mnu_sid,
DIV.mcp_mnu_lrg{
	display:inline-block; 
}
DIV.mcp_mnu_sml {
	font-size: 11px;
	font-family: 'Roboto', 'roboto_zh', 'Roboto Slab', 'roboto_slab_zh', arial, sans-serif;
}

/* about */
.building_img_div{display:inline-block;position:relative; width:360px; height:250px;}
.building_img_txt{display:inline-block;position:relative; text-align: center; min-height: 60px;}
.building_img{width: 100%; transition: opacity 1.00s ease-in-out; position:absolute;top:4px;left:0px;display:inline-block}
.building_txt{width: 100%; transition: opacity 1.00s ease-in-out; position:absolute;top:14px;left:4px;display:inline-block;}
#building_img_99{position: relative;visibility: hidden;min-width: 320px;}
#building_txt_99{position: relative;visibility: hidden;min-width: 320px;}

DIV.iteminfo {
	display: block;
	clear: left;
	max-width: 555px;
	min-width: 400px;
	min-height: 100px;
	width: auto;
	padding: 4px 4px 4px 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)	{	
  DIV.iteminfo {
	max-width: 390px;
	min-width: 200px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {	
 :root.layout_legacy DIV.iteminfo {
	max-width: 228px;
	min-width: 150px;
 }
}
@media only screen and (min-width: 475px) and (max-width: 767px) {	
 DIV.iteminfo {
	max-width: 400px;
	min-width: 150px;
 }
}
@media only screen and (min-width: 1px) and (max-width: 479px) {	
 DIV.iteminfo {
	max-width: 380px;
	min-width: 150px;
	display: inline-block;
 }
 DIV.rside {
    clear: boths;
    text-align: center;
    width: 100%;
 }
}
UL.iteminfo {
	list-style-type: disc;
	padding-left: 0.25em;
	margin-left: 1em;
}

DIV.relitmbox{
	display:inline-block;
	float:left;
	margin: 20px 2px 2px 2px;
}

DIV.relitmbox a {
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
	line-height: 3.14286em;
}

DIV.relitmbox h4 {
	margin: 1px 0px 10px 4px;
}


/* do_shipmsg */

#mcp_notify_corner {
	display: inline-block;
	position: fixed;
	bottom: 12px;
	left: 8px;
	z-index: 9999;

}
.mcp_notify_div{
	display: inline-block;
}
.mcp_notify {
	display: inline-block;
	max-width: 330px;
	border-radius:3px;
	border:1px solid #101010;
	background-color: var(--mcp-popup-bgcolor, #F9FFC1);
	color: var(--mcp-popup-fgcolor, #232);
	opacity: 1.0;
	transition: opacity 1.00s ease-in-out, bottom 1.00s ease-in-out; 
}
#mcp_notify_PECR {
	text-align: left;
	padding:1px;
	font-size:11px;
	line-height:13px;
	line-height: 1.2em;
}
.mcp_notify_icon{
	float:left;
	width:42px;
	height:auto;
	margin:2px 4px 4px 2px;
	padding: 2px;
	border-radius:3px;
	background-color: var(--mcp-mbar-bgcolor);
}
.mcp_notify_button_box{
	float: right;
	display: inline-block;
}
.mcp_notify_button {
	display:inline-block;
	cursor:pointer;
	padding:3px 8px;
	margin:1px 2px;
	border-radius:5px;
	font-size:13px;
	line-height:15px;
	line-height: 1.16em;
}
#mcp_notify_button_agree {
	border:1px solid var(--mcp-mbar-bordcolor);
	background-color: var(--mcp-mbar-bgcolor);
	color: var(--mcp-mbar-fgcolor);
}
#mcp_notify_button_custom {
	border:1px solid var(--mcp-mbar-bgcolor);
	color: var(--mcp-mbar-bgcolor);
	background-color: var(--mcp-mbar-fgcolor);
}
.mcp_notify_fade{opacity: 0;}
.mcp_notify_hidden{display: none;}
.mcp_notify_clicked {opacity: 0.9;}


.mcp_closure_warning .modal-inner-wrap {
 	text-align:left;
 	max-width: 720px;
}
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_switch */
.tog_switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin: 2px 10px;
}
.tog_switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.tog_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--mcp-def-halfcolor, #ccc);
	transition: .4s;
	border-radius: 34px;
}
.tog_slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: var(--mcp-def-bgcolor, white);
	transition: .4s;
	border-radius: 50%;
}
input:checked + .tog_slider {background-color: var(--mcp-mbar-bgcolor, #303D61);}
input:focus + .tog_slider {box-shadow: 0 0 1px #5772bb;}
input:checked + .tog_slider:before {
	transform: translateX(26px);
}

#mcp_toggle_stack {
	float:left;
	clear:none;
	position: relative;
	margin: 0px 0 8px 0;
}
#mcp_toggle_box {
	display: flex;
	min-width:250px;
	width: 95%
}
.tog_switch_optext {
	display:inline-block;
	font-size:16px;
	line-height: 36px;
	line-height: 2.25em;
	color: var(--mcp-def-halfcolor, #777);
}
.tog_switch_optext.tog_active {
	color: var(--mcp-def-fgcolor, #000);
}
/* ******* */
/* Size Chart Table */

.szchartsec {
	margin: 5px -10px 0px -10px;
}
.sizechartdiv {
	position: relative;
	text-align:left;
	width:880px;
	width:auto;
	min-width:320px;
	max-width:990px; 
	font-size: 11px;
	clear: both;
}
.sizechartdiv::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.sizechartdiv::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: var(--mcp-def-bordcolor);   /* rgba(0, 0, 0, .3); */
	border: 3px solid var(--mcp-def-bgcolor);   /* #fff; */
}
DIV.sizechartcont {
	width:100%;
	overflow-x: auto;  /* scroll - for unstacked layout */
	overflow-y: visible;
	display:inline-block;
	position:relative;
}
.sizechartdiv#sizechartprt {
	display:inline-block;
	width:100%;
	max-width:1200px;
}


/* sizecharttable = Tolerances Table */
TABLE.tolerances_table {
	width:100%;
	max-width:900px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	vertical-align:top;
	margin-bottom:16px;
	border-color: var(--mcp-def-bordcolor, #000060);
	background-color:var(--mcp-def-bgcolor, #F2F4F8);	/* #E9ECF3 */
	color:var(--sz-body-fgcolor, #1C3E7F);
	box-shadow: var(--mcp-def-bordcolor, #000020) 2px 2px 4px 0px;
}
TABLE.tolerances_table a:hover {cursor:pointer}
TABLE.tolerances_table td {
	text-align:center;
	vertical-align:middle;
	margin:1px;
	padding:1px 2px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--mcp-def-bordcolor, #BFC8DE); /* #BFC8DE */
}

.szmsg_block{display:inline-block;width:100%}

TABLE.sizecharttable TH {
	vertical-align:middle;
	text-align:center;
	padding:1px;
	font-size:8pt;
	font-weight:bold;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--sz-head-bordcolor); /* #BFC8DE; */
	background-color:var(--sz-head-bgcolor); /* #A8B4D2; #A8B4D2; */
	color: var(--sz-head-fgcolor);
}

TABLE.tolerances_table TR {
	line-height:8pt;
	font-size:8pt;
	height:16px;
	min-height:15px;
}

TABLE.tablesaw tbody tr:nth-of-type(odd),
TABLE.tolerances_table tr:nth-of-type(odd) {
	background-color:var(--sz-body-bgcolor); /* Lighter #F2F4F8;   PAGE_CONTENT_22_TEXT */
}
TABLE.tablesaw tbody tr:nth-of-type(even) , 
TABLE.tolerances_table tr:nth-of-type(even) {
	background-color:var(--sz-body-b2color); 	/* Darker #DFE4EC; */
}

.tablesaw thead th {
 /*   color:var(--mcp-mbar-fgcolor, #555); */
    color:var(--sz-head-fgcolor, #555);
    text-shadow: var(--sz-head-text-shadow);

}

.tablesaw thead,
.tablesaw tfoot {
    border: 1px solid var(--sz-head-bordcolor, #e5e5e4);
    background: var(--sz-head-bgcolor,#F2F2F2);
}


.szft1,.szhr1,
.szft2,.szhr2{
	border-color: var(--sz-head-bgcolor, #A8B4D2);
	z-index:20;
}
.szft1,
.szft2 {
	font-size:8px;
	display:none;
}
.sztdi,.sztdil { /* part # */
	color: var(--sz-head-fgcolor, #1C3E7F);
	text-align:left !important;
	font-weight:bold;
	white-space:nowrap;
	padding:0px 4px 0px 3px;
}
/* .sztdi BUTTON { text-align:left !important; } */
.sztdil:hover{color:#295A16; text-decoration: underline; }

TH.sztdr, /* red text */
TD.sztdr {
	color: var(--sz-body-fredcolor) !important; 
	font-size: 1.0em;
} 
div.sztdv{	}
div.sztdl{
	display: inline-block;
	min-width: 25%;
	width: 45%;
	width: auto;
	text-align: center;
}
div.sztin,
div.sztdl { color: var(--sz-body-fgcolor) !important; }
div.sztdr { 
	display: inline-block;
	text-align: center;
	min-width: 25%;
	width: 45%;
	width: auto;
	color:  var(--sz-body-fredcolor) !important;   /* #793737 */
} /* red text */
div.sztda { 
	text-align: center;
	width: 100%;
	display: inline-block;
}

@media only screen and (max-width: 639px), only screen and (min-width: 768px) and (max-width: 991px)	{
 P.sztdr{
	float:none;
	width: auto;
	display: inline-block;
 }
}
.szflt_std_met_div {
	float: right;
	clear: both;
}

.szflt_div {
	white-space: nowrap;
	font-size: 11px;
	margin: 1px 1px;
}

LABEL.szflt_rad{
	position: relative;
	display: inline-block;
	padding: 2px 1px;
	width: 33px;
	width: auto;
	height: 33px;
	font-size: 18px;
	text-align: center;
	border: 2px solid var(--sz-head-bordcolor);
}

LABEL.szflt_rad_left {	border-right:0;	border-radius: 15px 0px 0px 15px;	}
LABEL.szflt_rad_right {	border-left:0;	border-radius: 0px 15px 15px 0px;	}
LABEL.szflt_rad_mid {	}

SELECT.szflt_sel {
	min-width: 42px;
	padding: 4px 3px 5px 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 1px;

	border: 1px solid var(--sz-head-bordcolor);
	background-color: var(--sz-body-bgcolor);   /* #f2f4f8; */
	color: var(--mcp-dim-fgcolor);

	background-repeat: no-repeat, repeat;
	background-position: left 0px bottom -2px, 0 0;
	background-size: .65em auto, 100%;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%232E3A5E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

SPAN.szflt_no_wid,
SPAN.szflt_no_flt,
SPAN.szflt_no_sym,
SPAN.szflt_on_sym {
	display: inline-block;
	padding: 2px 4px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
}
SPAN.szflt_no_sym { border: 2px solid rgba(250, 0, 0, 0.333);	}  /* Ghostbusters */
SPAN.szflt_on_sym { border: 2px solid rgba(1, 74, 1, 0.500);	}
SPAN.szflt_no_wid { border: 2px solid rgba(0, 0, 0, 0.0);	width: auto; }
SPAN.szflt_no_flt { border: 2px solid rgba(0, 0, 0, 0.0);	}

LABEL.szflt_rad.szflt_no_sym:before{
	content: "";
	position: absolute;
	left: 3px;
	top: 2px;
	width: 31px;
	transform: rotate(45deg);
	transform-origin: 0% 0%;
	border-top: 2px solid rgba(240, 0, 0, 0.333); /* Ghostbusters */
}

.szflt_txt{ /* min/max text */
	background-color: var(--sz-body-bgcolor); /* #f2f4f8; */
	border: 1px solid var(--sz-head-bordcolor);
}

/* unsused */
.szflt_chk_txt{
	font-size: 11px;
	display: inline-block;
	min-height: 12px;
	color: #a8aca8;
}
.szflt_chk_txt.checked {
	color:#005a06;
}

SPAN.szflt_mid.changed {color: var(--mcp-mcpgreen-fgcolor); }
SELECT.szflt_sel.changed,
INPUT.szflt_opt.changed,
LABEL.szflt_rad.checked{     background-color: var(--szflt-popup-bgcolor,  #dfffe1); } 
LABEL.szflt_rad.unchecked { background-color: var(--sz-body-bgcolor);}  /* #f2f4f8 */
SELECT.szflt_psel {
	margin: 6px 12px;
	min-width:84px;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid var(--sz-head-bordcolor); /* #b9d1ba; */
	background-color: var(--sz-body-bgcolor);
	color: var(--mcp-def-fgcolor);  /* 333 */
} 
SELECT.szflt_psel:focus{
	box-shadow: 0px 0px 3px 1px #1d9f1085;
}	

INPUT.szflt-range {
	width:140px;
	display: inline-block;
	margin: 6px 1px 6px 1px;
}

INPUT[type="range" i].szflt-range::-webkit-slider-runnable-track {
	border: 2px solid #b9d1ba;
	background-color: #f2f4f8;
}
INPUT[type="range" i][data-linked="1"].szflt-range::-webkit-slider-runnable-track {
	border: 2px solid #7da678;
}

INPUT[type="range" i].szflt-range:focus::-webkit-slider-thumb { box-shadow: 0px 0px 3px 1px #1d9f1085;}

LABEL.szflt_lbl{
	margin:0 1px 0 0;
	width:22px;
	text-align: left;
}
DIV.szflt_popup{
	position:absolute;
	display:inline-block;	
	z-index: 999;
	min-width: 320px;
	padding: 5px 5px 1px 5px;
	transition: opacity 0.300s linear 0.00s;
	border:1px solid var(--szflt-popup-bordcolor);  /* #a8bfaa */
	background-color:var(--szflt-popup-bgcolor);
}
DIV.szflt_popup_cont{ top:-10px; left:-15px; }
DIV.szflt_popup_left{ bottom:0; left:-15px; }
DIV.szflt_popup_right{bottom:0; right: -10px; }

DIV.szflt_tog_lnk{
	display: inline-block;
	padding: 3px 4px;
	margin: 3px 10px;
	opacity: 0.66;
	color: var(--szflt-popup-dimcolor);
}
DIV.szflt_tog_lnk[data-linked="1"]{
	opacity: 0.75;
	color: var(--szflt-popup-actcolor);
}
DIV.szflt_lbl_unit{
	display: inline-block;
	float: left;		
	margin: 2px 4px;
	padding: 3px 4px;
	color: var(--szflt-popup-fgcolor);
}

TABLE.tablesaw div[data-filtered="Y"]{display:none !important;}
TABLE.tablesaw tr[data-filtered="Y"]{visibility:collapse;}

TABLE.tablesaw div[data-filtered="M"]{display:none !important;}
TABLE.tablesaw tr[data-filtered="M"]{visibility:collapse; border: 0;}
TABLE.tablesaw tr[data-filtered="M"] TD { display:table-column !important;}

BUTTON.flt_reset_button {
	padding: 5px 8px;
	min-width: 90px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 1px #000000;
	background-color: var(--sz-body-bgcolor);
	color: var(--mcp-def-fgcolor, #424244);
}
BUTTON.flt_reset_button.changed {
	background-color: var(--szflt-popup-bgcolor);	/* was #dfffe1; */
}

@media only screen and (max-width:639px), only screen and (min-width:768px) and (max-width:991px){
/* TR.filter_row > TD.flt-none { display: none; }  */
.szflt_div {
	white-space: nowrap;
	display: inline-block; 
 }
 .szflt_chk_txt {
	margin: 0 0 0 10px;
	font-size: 13px;
 }
 BUTTON.flt_reset_button {
	margin: 12px 10px
 }
 input[type=checkbox] {
	margin: 8px 4px;
 }
}

@media only screen and (min-width:640px) and (max-width:767px), only screen and (min-width:992px) and (max-width:1199px){
 LABEL.szflt_lbl {	display:none }
 LABEL.szflt_lbl_min {}
 LABEL.szflt_lbl_max {}

 INPUT.szflt_txt { margin: 0 0 0 0px; }
 INPUT.szflt_txt_min { }
 INPUT.szflt_txt_max { }

 DIV.szflt_div_pop{
	white-space: nowrap;
	display: block;
 }
 DIV.szflt_div_min { margin-top:8px; }
 DIV.szflt_div_max { margin-bottom:8px; }
}
DIV.szflt_div_mid {	display:none; }

div.reflabel {
	position:static;
	position: absolute;
	top: -8px;
	left: 0px;
	padding: 1px 3px 1px 3px;
	line-height: 10px;
	font-family: Arial,verdana,sans-serif;
	font-weight: normal;
	font-size: 9px;
	min-width: 1.75em;
	max-width: 2.5em;
	opacity: 0.8;
	background-color: var(--mcp-mbar-bgcolor);
	color: var(--mcp-mbar-fgcolor);
}

.sztdr {color: var(--sz-text-red) !important;}	/* red text */
.sztdb {color: var(--sz-text-blu) !important}	/* blue text */
.sztdg {color: var(--sz-text-grn)  !important}	/* green text */
.hidesort,.hidethis {display: none !important; }
.hideprc {display: none !important; }
.allprc {font-size:17px; opacity:0.95; }
.oneprc {font-size:7px; opacity:0.75; }
.szbb{padding:0px;text-align:center;font-size: 19px !important;}

I.menuicon01{
	display: inline-block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0 !important;
	text-decoration:none !important;	
	margin-right: 8px;
/*	font-size: 26px !important;
	font-family: FontAwesome; 
	font-weight: normal;
*/
}


i.fa {
	font-style: normal !important;
	font-size: 22px !important;


}
i.fa.banicon,
i.fa.accticon,
i.fa.topicon1{
	min-width: 22px;
	min-height: 24px;
}
.fa { white-space: nowrap; }


I.icon-pric, I.icon-samt, I.icon-samp, I.icon-cart {
	margin-left: 1px;
	margin-right: 1px;
	padding: 1px 3px 2px 3px;
	text-align: center;
	min-height: 21px;
	font-size: 19px !important;
/*	line-height: 19px; */
	line-height: 1em;
	border-radius: 7px;
	color: var(--sz-body-fgcolor);
}
I.icon-pric ins, I.icon-samt ins, I.icon-samp ins, I.icon-cart ins { /* For text instead of icon */
	font-size:18px;
	text-decoration: none;
	border-radius: 3px;
	padding: 2px 2px 3px 2px;
	display: inline-block;
	font-family: Tahoma, Verdana;
	border: 1px solid var(--sz-body-bordcolor);
}
I.icon-samt INS:after {	content:"申请样品"; font-size: 15px; }

a.crtlnk I.icon-cart,
span.stknon ,
a.stkdeg ,
a.stkdom,
a.stkpyr,
a.stkflat ,
a.stkpred,
a.stkpyel,
a.stkpblu,
a.stkpnat,
a.stklen {
	position: relative;
	border-radius: 3px;
	padding: 0px 3px;
	display: inline-block;
	min-width: 35px;
	min-height: 19px;
/*	line-height: 1.75em; */
	line-height: 19px;
	text-align: center;
	opacity: 0.888  !important;
	background-color: rgba(180, 189, 210, 0.40);
}
a.crtlnk I.icon-cart {
	min-height: 21px;
	min-width: 30px;
	padding: 1px 3px 2px 1px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 19px !important;
}
.icon-samt,
.icon-samp {color: var(--sz-text-def); } /* was #303D61 */
.icon-cart{
	background-color: var(--sz-icon-buy-bg) !important;
	color: var(--sz-icon-buy-fg) !important;  /* #DFF; */
}
.icon-pric{
	min-width: 1em;
	text-align: center;
	border-radius: 9px;
	border: 1px solid var(--sz-body-bordcolor);
	background-color: var(--sz-body-bgcolor);
	color: var(--sz-text-def);
}
/* For $Alternative Item - Deprecated
DIV.icon-popu{color: #61303D;}
.icon-popu{color: #61303D; }
i.icon-popu { font-size:13px !important;}
*/

a.stkflat { font-size: 21px; overflow-y: hidden; }
a.stkdom { font-size: 23px; font-size: 34px; overflow-y: hidden; }
a.stkpyr { font-size: 23px; font-size: 21px; overflow-y: hidden; }
a.stkdeg { font-size: 13px; }

a.stkflat SPAN { position: absolute; top:1px;	left:7px;}
a.stkdom SPAN { position: absolute; top:5px;	left:8px; max-height: 11px; overflow-y: hidden;}
a.stkpyr SPAN { position: absolute; top:0px;	left:7px;}

a.stkgrn SPAN{color: var(--sz-text-grn) !important;}	/* #1C7F3E */
a.stkred SPAN{color: var(--sz-text-red) !important;}	/* #793737 */
a.stkblu SPAN{color: var(--sz-text-blu) !important;}	/* #1C3E7F */

a.crtlnk I.icon-pric:hover,
a.crtlnk I.icon-samt:hover,
a.crtlnk I.icon-cart:hover {
	opacity: 1.0 !important;
}
a.stkdeg:hover,
a.stkdom:hover,
a.stkpyr:hover,
a.stkflat:hover,
a.stkflat:hover,
a.stklen:hover {
	background-color: rgba(63, 226, 46, 0.5);
	opacity: 1.0 !important;
}

a.stkpnat {color:var(--sz-icon-nat-fg) !important; background-color:var(--sz-icon-nat-bg); opacity:0.9;}		/* #EEE #666666 */
a.stkpred {color:var(--sz-icon-red-fg) !important; background-color:var(--sz-icon-red-bg); opacity:0.9;}	/* #FDD #af3f3d */
a.stkpyel {color:var(--sz-icon-yel-fg) !important; background-color:var(--sz-icon-yel-bg); opacity:0.9;}		/* #FFD #cca109 */
a.stkpblu {color:var(--sz-icon-blu-fg) !important; background-color:var(--sz-icon-blu-bg); opacity:0.9;}		/* #DDF #094ecc */
a.stkpnat SPAN i.fa ,
a.stkpred SPAN i.fa ,
a.stkpyel SPAN i.fa ,
a.stkpblu SPAN i.fa {font-size: 19px !important;     margin: 2px 0px 2px 0px;}
a.stkpnat:hover,
a.stkpred:hover,
a.stkpyel:hover,
a.stkpblu:hover { opacity: 1.0 !important; cursor: pointer; }

a.stksym {  }
.svg_symbol {
	opacity: 0.84;
	vertical-align: baseline;
	background-repeat: no-repeat;
	padding: 1px 2px;
	max-width: 60px;
	height: 19px;
	background-position: center bottom;
	filter: var(--sz-svg-filter);
	transition: opacity 0.300s linear 0.00s, fill 0.300s linear 0.00s;
}
.svg_symbol:hover,
.svg_symbol:focus,
.svg_symbol_text:hover + IMG.svg_symbol,
.svg_symbol_text:focus + IMG.svg_symbol {
	opacity: 0.99;
	filter: invert(1) sepia(1.0) invert(1) saturate(10000%) hue-rotate( 243deg);
}

.svg_symbol_text{
	display: inline-block;
	position: absolute; 
	right: 4px;
	bottom: 0px;
	z-index: 999;
	font-size: 10px;
	vertical-align: baseline;
	color: var(--sz-text-lite);  /* #F0F0F0; */
}
/* Removed 2023-05
DIV#alt_popup_div{
	display: inline-block;
	position: fixed;
	z-index: 99999;
	left: 20%;
	top: 20%;
	width: 60%;
	min-width: 300px;
	max-width: 580px;
	min-height: 160px;
	height: 30%;
	font-size:16px;
	text-align: center;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 13px;
	border: solid 1px black;
	border: 3px solid #A0A0A6;
	background-color: #F6F6F6;
}
DIV#alt_popup_div a{	border-bottom: 1px dotted rgba(40, 79, 165, 0.8); }
*/
/* Removed 2023-05
.szmor a:hover {
	opacity:1;
	text-decoration:none !important;
	border-bottom:0px solid #AAF;
}
*/
.sizechartextrahead{ font-size:11px; font-weight: bold; } /* child sz table  */
.stlink { font-size:11px; word-spacing: -0.1em;}
.sztape,.sztape24{width:24px;height:24px}
.sztape48{float:right;width:48px;height:48px;}
.plugtopicon {width:48px}

.upackmsg,
.upackmsg2,
.upackmsg3 {
	display: inline-block;
	margin: 1px 1px;
	border-radius: 4px;
}
:root.layout_legacy .upackmsg {
	padding: 12px 5px;
	color:var(--mcp-hilite-fgcolor, #295A16)	!important;
	background-color: var(--mcp-hilite-bgcolor,  #ffffce) !important;  /* rgba(92, 128, 0, 0.1) */
}
.upackmsg2 {
	position: absolute;
	top: -5px;
	right: 0px;
	max-width: 155px;
	text-align: center;
}
.upackmsg2, .upackmsg3 {
	display: inline-block;
	visibility: hidden;
	padding: 2px 3px;
	font-size: 11px;
/*	line-height: 12px; */
	line-height: 1.09091em;
	border-radius: 4px;
	opacity: 0.9;
/*	background-color: var(--mcp-warn-bgcolor) !important;  */
	color: var(--mcp-warn-fgcolor) !important;  /* was #773636 */
}
.upackmsg2_space{
	display: inline-block;
	min-width: 2px;
	min-height: 32px;
}

TH.upack ,
TD.upack {
	color: #295A16 !important;
	background-color: rgba(92, 128, 0, 0.1) !important;
}

.ubuyico_copy {
	font-size:9px;
	float: right;
	opacity:0.92;
	transition:transform 0.20s linear 0.1s,opacity 0.20s linear 0.1s;
}
.ubuyico_copy:hover { opacity:0.98; }
.ubuyico_copy,
.ubuyico {
	display: inline-block;
	float: right; 
	margin: 0px 1px 0px 4px;
	padding: 3px 5px;
	border-radius: 4px;
	border: 1px solid  var(--mcp-dim-bordcolor);
	background-color:	rgb(225, 230, 237) !important; 
	background-color: var(--mcp-light-bgcolor) !important;
}
ubuyico_copy, #ubuyico_copy {
	position: absolute;
	top: -18px;
	right: 0px;
}
DIV.ubuyico_copy SPAN,
DIV.ubuyico_copy DIV,
DIV.ubuyico SPAN,
DIV.ubuyico DIV{
	margin: 0px 5px;
	padding: 0px 3px;
	white-space: nowrap;
	border-radius: 3px;
	background-color: var(--mcp-info-bgcolor);
}
DIV.ubuyico_copy DIV,
DIV.ubuyico DIV{
	float: left;
}

DIV.ubuyico SPAN,DIV.ubuyico DIV {font-size:13px;}
DIV.ubuyico_copy SPAN,DIV.ubuyico_copy DIV {font-size:11px;}
DIV.ubuyico_copy SPAN i.fa,
DIV.ubuyico SPAN i.fa { font-size: 15px !important; }

.ubuyico_hide { display:none; }


/* for sizescolors.html?... table.tablesaw span[itemprop="color"] , */
table.tablesaw div[itemprop="color"] {display:inline-block; margin:0px 5px 0px 0px;}

SPAN#szdata SPAN.upackmsg,
SPAN#szdata DIV.upackmsg,
DIV#szdata DIV.upackmsg{
	display: inline-block;
	padding: 4px 3px;
	white-space: normal !important;
	border-radius: 4px;
/*	background-color: rgba(255, 232, 0, 0.334) !important;  */
	background-color: var(--mcp-warn-bgcolor) !important;
}

/* autocomplete-country-script */
/* REMOVED 2023-05
#helper {
	display:block;
	position:absolute;
	left:0;
	top:0;
	text-align:left;
}
#helper a {
	display:block;
	width:100%;
	padding:2px;
	font-size:12px;
	text-decoration:none;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background:#E6E6FF;
	color:#000;
}
#helper a:hover {
	background:#999;
	color:#FFF;
}
*/

/*FORM*/
TABLE .reqt {	font-size:13px;}
.reql {	text-align:left;}
.reqr {	text-align:right;}
.reqb {	font-weight:bold;}
.redtxt { color:#FF0000; }
.form_focus_err { box-shadow: 0px 0px 4px 3px rgba(44, 56, 91, 0.5), 0px 0px 4px 4px rgba(0, 0, 0, 0.25);}

table.consamp,
div.consamp {
	border:0px;
	width:92%;
	padding:5px;
}
dib.consamp div,
table.consamp td {
	padding:3px;
	text-align: justify;
}

DIV.consamp textarea,
DIV.consamp select,
DIV.consamp input,
table.consamp textarea,
table.consamp select,
table.consamp input {
	padding: 1px 2px;
	border: 1px solid var(--mcp-def-bordcolor, rgba(64,64,64,0.25)); /* was #ADADAD; */
}
DIV.consampfld {
	display: inline-block;
	position: relative;
	margin: 1px 0px 4px 0px;
 	text-align: left;
}
DIV.consampfld label {
	clear: both;
	float:left;
	margin-right:15px;
	min-width: 100px;
	min-width: 33%;
	text-align: right;
}
DIV.consampfld textarea {resize:both;max-width: 66%;}
DIV.consampfld.widcls9 label {max-width: 33%; }
DIV.consampfld.widcls9{margin: 0px 0px 8px 0px;}
.widclsA {width: auto; }
.widcls2 {width: 24%; }
.widcls5 {width: 49%; }
.widcls7 {width: 72%; }
.widcls9 {width: 100%; }
@media only screen and (max-width: 767px){
 .widcls2 {width: 49%; }
 .widcls5,
 .widcls7,
 .widcls9 {width: 100%; }
 DIV.consampfld label {min-width: 33%;	margin-right: 5px;}
 DIV.consampfld.widcls9{margin: 0px 0px 8px 0px;}
 DIV.consampfld.widcls9 label {min-width: auto; max-width: 88%;}
 .szchartsec { margin: 5px -1px 0px -1px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	DIV.consampfld label {min-width: 200px; width:99%; text-align: left; margin: 5px 0px -2px 0px;}
}

.formsect0{
	display: inline-block;	
	vertical-align: top;
	max-width: 100%; 
	width: 100%;
}
.formsect1,
.formsect2{
	display: inline-block;	
	vertical-align: top;
	min-width: 25%;
	max-width: 48%;
}
@media only screen and (max-width: 767px){
 .formsect1,
 .formsect2{
	min-width: 25%;
	max-width: 99%
 }
}

.form-optin, 
.formshipinfo {
	padding: 6px 12px;
	border-radius: 5px;
	border: 1px solid var(--mcp-info-bordcolor);
	background-color: var(--mcp-info-bgcolor);
	color: var(--mcp-info-fgcolor);
} 
.formshipinfo {
	margin: 8px 0px 2px 0px;
}

.formnotediv {
	display: inline-block;
	padding: 7px 35px;
	margin: 2px 1px;
	max-width: 80%;
	min-width: 400px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid var(--mcp-dim-bordcolor); 
	background-color: var(--mcp-dim-bgcolor);
	color: var(--mcp-dim-fdcolor);
}

input.subtn {
	border-radius: 8px;
	transition: background-color 0.25s ease-in-out;
	background-color: var(--mcp-grnlite-bgcolor);
}
input.subtn:hover {
	background-color:#dff7d2;
	background-color: var(--mcp-grnlite-hicolor);
}

TABLE.loccols{margin:auto;}

TABLE.loccols{margin:auto;}
.loccols,.loccols TD{
	text-align:center;
	vertical-align:top;
	padding:3px 3px;
	margin:4px;
	border-collapse:separate;
	border-width:4px;
	border-spacing:4px;
	border-color:var(--mcp-mbar-bgcolor);
	border-style:solid;
	border-radius:8px;
}

DIV.locdiv {
	max-width: 730px;
	min-width: 370px;
	display: inline-block;
}
DIV.locdiv address,
DIV.locdiv {
	font-size: 12px;
/*	line-height: 15px;  */
	line-height: 1.25em;
}
DIV.locblock {
	display:inline-block;
	float:left;
	max-width: 360px;
	min-width: 320px;
	min-height: 55px;
}

DIV.locicon1,
DIV.locblock1 {
	display:inline-block;
	text-align:right;
	min-width:35%;
	max-width:35%;
	width:35%;
	float:left;
	font-weight:bold;
	min-height: 50px;
	padding: 5px 5px 2px 1px;
}

DIV.locicon2,
DIV.locblock2 {
	display:inline-block;
	text-align:left;
	max-width:65%;
	float:left;
	min-height: 70px;
	padding: 5px 1px 2px 3px;
}

DIV.locicon1 {
	text-align:center;
	vertical-align:middle;
	padding:12px;
	font-size:14px;
	border-radius:4px;
	border:2px solid var(--mcp-mbar-bgcolor);
	color:var(--mcp-mbar-bgcolor);
}
DIV.locicon2 {
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	line-height: 50px;
	line-height: 3.750em;
}

DIV.locicon2 a{
	font-size: 13px;
	text-decoration:none;
	color: var(--mcp-def-alinkcolor);
}

IMG.langflag {
	margin: 0px 1px 3px 1px;
	box-shadow: 1px 1px 2px 1px rgba(8,13,27,0.25);
}

/* shipping.html */
TD.shiptabc {	color: var(--mcp-def-alinkcolor); }
TABLE.shiptab {float:left;margin-right: 100px;}
TABLE.shiptab TH {font-weight:bold}
TABLE.shiptab TH, 
TABLE.shiptab TD {padding: 2px 15px;}

/* Override for UK */
TABLE.tablesaw TR[title="TPE-XTUBE1"] {
	display:none;
}

TABLE.tradeshow_table {
	padding:5px;
	border-spacing:12px 0px;
	border-collapse: collapse;
	font-size: 16px;
	width:95%;
}
TABLE.tradeshow_table TD {
	padding: 2px 3px 2px 4px !important;
	border: 1px solid var(--mcp-dim-bgcolor); /* #CCC */
}
TABLE.tradeshow_table THEAD,
TABLE.tradeshow_table TBODY,
TABLE#tradeshow_table THEAD,
TABLE#tradeshow_table TBODY,
TABLE#tradeshow_table THEAD TH {
	padding: 2px 3px 2px 3px !important;
	border-top: 1px solid var(--mcp-dark-bgcolor);
	border-bottom: 1px solid var(--mcp-dark-bgcolor);	
}

/* * * * http://jsfiddle.net/FUAQJ/714/	* * */
#slideout {
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 9990;
	width: 28px;
	min-height: 125px;
	padding: 12px 0;
	text-align: center;
	transition:right 0.6s ease-out 0.74s;
	border-radius: 5px 0 0 5px;
	border: 1px solid var(--mcp-def-bordlight);
	border-right: none;
	background: var(--mcp-mbar-bgcolor);
}
#slideout_tab {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 4px;
	transform: rotate(-90deg);
	transform-origin: top left;
	width:auto;
	min-width: 125px;
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	color: var(--mcp-mbar-fgcolor);
}
#slideout_tab .slideout_icon {
	font-size:13px !important;
	color: var(--mcp-mbar-fgcolor);
}
#slideout_text{
	display: inline-block;
	padding: 1px 6px;
}

#slideout_inner {
	position: fixed;
	top: 50px;
	right: -275px;
	transition:right 0.6s ease-out 0.74s;
	z-index: 9999;
	width: 275px;
	min-height: 330px;
	max-height: 475px;
	overflow-y: clip;
	height: auto;
	padding: 5px;
	text-align: center;
	opacity: 0.986;
	border-radius:0 0 5px 0 ;
	border: 5px solid var(--mcp-mbar-bgcolor);
	background-color: var(--mcp-def-bgcolor);
}
#slideout:hover,
#slideout.hover {
	z-index: 9999;
	right: 280px;
	transition:right 0.4s ease-out 0.18s;
	padding-right: 4px;
	color: var(--mcp-mbar-hicolor);
}
#slideout:hover #slideout_inner,
#slideout.hover #slideout_inner {
	z-index: 9999;
	transition:right 0.4s ease-out 0.18s;
	right: 0;
	right: 5px;
}
#slideout_div{
	display: inline-block;
	width: 100%;
	height: 100%;
}
:root.theme_dark1 #slideout_div .imgobj_dia{
	background-color: var(--mcp-dim-bgcolor, #111);
}
#slideout_div object.imgobj_dia,
#slideout_div img.sizeimg {
	max-height:400px;
	max-width:275px;
}
.slideout_svg ,
#slideout_svg {
	width: 100%;
	height: auto;	
}
/* * * * * * */

@media only screen and (max-width: 767px){
 #chat_button_image {
	display: none;
 }

 DIV#slideout {
	width: 26px !important; 
 }
 DIV#slideout_tab {
	font-size: 13px !important; 
	left: 4px !important; 
 }
}

I.icon-coming_soon INS {	
	font-size: 18px;
	text-decoration: none;
	border-radius: 6px; /* smoother corners */
	padding: 4px 8px;
	display: inline-block;
	font-family: Tahoma, Verdana;
	background-color: #2a55a0; /* red background */
	color: white; /* white text */
	border: none; /* optional: remove border if not needed */
}
I.icon-coming_soon INS:after {	
content:"快来了！"; 
font-size: 15px; 
}

/* * * * * * */
.header-buttons{
	font-size:18px;
	color: var(--mcp-def-fgcolor); 
}
.header-buttons > DIV {
	min-width: 196px;
	margin: 7px 2px 0px 2px;
	font-size:18px;
}

/* search results */
DIV#menu_search {
    float: right;
    position: relative;
    display: inline-block;
}

form.srchform{
	float: right;
	position: relative;
	z-index: 5;
	margin: 0 0 0 0;
	box-sizing: border-box;
}
.srchimg00 {
	float: left;
	margin: 2px 10px 2px 2px;
	max-width: 96px;
	max-height: 96px;
	padding: 2px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid var(--mcp-dim-bordcolor);
	background-color: var(--mcp-imgclear-bgcolor);
}

.srchimg01 {
	max-width: 76px;
	max-height: 76px;
	cursor: pointer;
	border: none;
	border-radius: 6px;
	background-color: var(--mcp-imglite-bgcolor);
}
.srchdiv01{
	float: left;
	width: 121px;
	max-height: 220px;
	min-height: 160px;
}
DIV.oneresult {
	display:table-cell;
	min-width: 166px;
	max-width: 766px;
	width:auto;
	padding: 1px 2px 1px 1px;
}

DIV.buyhere {
	min-width:50px;
	margin: 6px 0px;
	text-align: center;
	color: var(--mcp-mbar-hicolor) !important;
}
DIV.buyhere.bloxx	.block-title{
	color: var(--mcp-mbar-hicolor) !important;
}
DIV.buyhere.bloxx	.block-titlexx{
	padding: 6px 7px 8px 7px;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	transition:transform 0.20s linear 0.1s,opacity 0.20s linear 0.1s,width 0.20s linear 0.1s,height 0.20s linear 0.1s,margin 0.20s linear 0.1s,z-index 0.20s linear 0.1s;
	transform-style: flat;
	transform: scale(1.00) skew(-10deg);
	opacity: 0.95;
	border-radius: 5px;
	border: 1px solid var(--mcp-def-bordlight);
	background: var(--mcp-mbar-bgcolor); 
	color: var(--mcp-mbar-hicolor) !important; 
}
DIV.buyhere.bloxx	.block-titlexx:focus, 
DIV.buyhere.bloxx	.block-titlexx:hover {
	opacity: 0.99;
	transform: scale(1.10) skew(-10deg);
	transform-style: flat;
}

.fontwide3 { /* buy now */
	display:inline-block;
	transform:scale(1.20, 1);
	padding: 0 1.1em;
}

#rohs{ float:right; margin:3px 5px 5px 5px }

/* PDF */
a.alltilehref,
a.alltilehref:hover {
	text-decoration: none !important;
	font-weight:bold;
	border-bottom:0px solid var(--mcp-def-hlinkcolor);
}
div.alltileout {
	width:90%;
	display: inline-block;
	text-align: center;
}
div.alltilefly,
div.alltilediv {
	width:auto;
	display: inline-block;
	margin: 5px 10px;
	padding: 5px;
	float: left;
	text-align: center;
}
div.alltilefly {
	min-width: 140px;
	min-height: 250px;
}
div.alltilediv {
	min-width: 225px;
	min-height: 275px;
}
div.alltilecap {
	width:auto;
	display: inline-block;
	margin: 3px 1px 1px 1px;
	max-width:120px;
}
/* * * *	*/
.copynote {
	width:auto;
	width:100%;
	min-height:30px;
	text-align:right;
	float:right;
	font-size:11px;
	padding:0px 40px 10px 0px;
	opacity: 0.95;
	border-top: none;
	background-color: var(--mcp-dim-bgcolor); /* match .footer-container #e4e5e6; */ 
	color: var(--mcp-def-fgcolor);
}
.copynote a{
	color: var(--mcp-def-fgcolor);
}
/*  * * *  */
.allproductsdiv{
  font-size: 15px;
}

div.sztdr { color: #1C3E7F !important; }
div.sztdl { color: #793737 !important; }

/* 2019-12-31  -- #search_mini_form { display: none; } */

#scrollContent,.scrollContent{ font-family:Arial, Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif",Georgia,serif; }
@font-face {
    font-family: 'roboto_zh';
    src: url('/styles/Roboto-Regular-webfont.eot');
    src: url('/styles/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/Roboto-Regular-webfont.woff') format('woff'),
         url('/styles/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/styles/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_zh';
    src: url('/styles/Roboto-Bold-webfont.eot');
    src: url('/styles/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/Roboto-Bold-webfont.woff') format('woff'),
         url('/styles/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/styles/Roboto-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* tierprices */
.product-view .product-shop .product-pricing li { /* font-size:11px; */ font-size:13px; }
.c:after,
.codename:after{
 content: " 系列 ";
}
.codename{
	/*  text-decoration: underline dotted; */
	  text-decoration: none;
}
/* 10_TEXT */
/* MOCAP ONLY -- Light Grey-White */
.header .top_row {background:var(--mcp-mbar-bgcolor)}
div#navpl_div {background-color:var(--mcp-mbar-bgcolor)}
/*div#mcp-nav-list {background-color:var(--mcp-def-bgcolor); border:1px solid var(--mcp-mbar-bgcolor)}*/

.footer h4 {	background-color:var(--mcp-mbar-bgcolor)}

.proddivimage{
	background-image:var(--mcp-imgclear-gradient);
}
.prodmainimage{
	z-index:0;
	box-shadow:var(--mcp-imgclear-shadow,inset rgba(0,0,32,0.15)) 1px 1px 12px 0px;
	border:1px solid var(--mcp-imgclear-bordcolor,rgba(44,44,44,0.12));
	background-color:var(--mcp-imgclear-bgcolor);
	background-image:var(--mcp-imgclear-gradient);
}
.faqthumbimage,
.prodthumbimage {
	box-shadow:var(--mcp-imgclear-shadow);
	background-color:var(--mcp-imgclear-bgcolor);
	background-image:var(--mcp-imgclear-gradient);
}
.prodthumbimage:hover {	
	background-color:var(--mcp-def-bgcolor,#ffffff); 
	background-image:var(--mcp-imgclear-gradihov);
}
.prodthumbimage.prodlightimage{
	background-color:var(--mcp-imgdark-bdcolor,#2B375A);
	background-image:var(--mcp-imgdark-gradient);
}
.prodthumbimage.prodlightimage:hover {	
	background-color:var(--mcp-imgdark-blcolor);
	background-image:var(--mcp-imgdark-gradihov);
}
:root.layout_modern1 .prodthumbimage.prodlightimage,
:root.layout_modern1 .prodthumbimage.prodlightimage:hover {	
	background-color: unset;
	background-image: none;
}



.allindafamily img{
	box-shadow:var(--mcp-imgclear-shadow,inset rgba(0,0,32,0.18) 1px 1px 9px 0px);
}
DIV.adfcap {
	color:var(--mcp-imgclear-fgcolor);
	text-shadow:1px 1px 1px rgba(233,233,220,0.02)
}  /* cat image caption */

.footer-container {
	background-color:var(--mcp-dim-bgcolor); /* match .copynote #e4e5e6 */ 
}
.footer_info .f_inf1 {color:var(--mcp-light-fgcolor)}
.newsletter_txt,
.gdpropt_txt,
.footer ul li a:hover:before,
.footer_info .f_inf2:before,
.footer ul li a	{color:var(--mcp-light-fgcolor)}
.footer ul li a:before,
.footer_info .f_inf2 {color:var(--mcp-mcpgreen-fgcolor)}
.footer ul li a:before,
.newsletter-wrapper input.input-text,
.gdpropt-wrapper input.input-text {
	box-shadow:inset 5px 5px 5px rgba(0,0,0,0.12);
	background-color:var(--mcp-def-bgcolor);
	color:var(--mcp-def-fdcolor);
}
/* * * */
/* Garbage */
@media print{	
 .szbuy,.szmor,.sznon,
 .ubuymsg,
 .upackmsg,
 .upackmsg2,
 .upackmsg3,
 .prtbutton,#prtbutton,
 .ubuyico,
 .ubuyico_copy,
 DIV.reflabel,
 DIV.relmsg,
 DIV.page-title,
 .no-print, .no-print *{	display: none !important; }

 DIV.tablesaw-toolbar{ display: none !important; }
 B.tablesaw-cell-label { display: none }
 B.tablesaw-cell-label>BR,
 B.tablesaw-cell-label>div>BR,
 B.tablesaw-cell-label>div>div>BR { display: none ;}
 B.tablesaw-cell-label>div {display: inline-block;}

 DIV#prtbody SELECT.qty { width:auto !important; max-width: 64px;}

 TR.szhr1 TH, TR.szhr2 TH,
 TR.szft1 TH,	TR.szft2 TH {
	color: #000;
	background-color: #F6F6FF;
	text-shadow: none; 
	text-align: center;
 }
 button.tablesaw-nosort-btn,
 button.tablesaw-sortable-btn{
	border-style: none;
	background: none;
 }

 a[href]:after {	content: none !important;	}
}

DIV#prtbody	.no-print{	display: none !important; }

@media only screen and (max-width: 639px), only screen and (min-width: 768px) and (max-width: 991px) {	#prtbutton.prtbutton {visibility: hidden;} /* screws things up in mobile layouts */ }

#SZCHARTID_PRT TD {font-size:11px; }

#SZCHARTID_PRT TH,
#SZCHARTID_PRT button.tablesaw-nosort-btn,
#SZCHARTID_PRT button.tablesaw-sortable-btn{
	border-style: none;
	background-color: #FFF;;
}
#SZCHARTID_PRT div.tablesaw-toolbar,
#SZCHARTID_PRT .no-print{
	 display: none !important;
}
.sz_qty_box,
.sz_qty_min,
.sz_qty_mcr	{ min-width: 24px; display: inline-block; margin: 0px 2px 0px 2px;}
.sz_qty_box:hover,
.sz_qty_min:hover,
.sz_qty_mcr:hover	{	background-color: var(--sz-hilite-gray); border-radius: 5px; cursor: pointer;}
.sz_qty_box { white-space:nowrap;color: var(--sz-text-box);}
.sz_qty_min { white-space:nowrap;color: var(--sz-text-min);}
.sz_qty_mcr { white-space:nowrap;color: var(--sz-text-mcr);}

TABLE#SZCHARTID_PRT B.tablesaw-cell-label { display: none }
/* 12_TEXT MOCAP ONLY */

/* * * Customizer * * */
.cfgimg1 {
	float:left;
	width:36px;
	height:36px;
	box-shadow:2px 2px 4px 1px rgba(8,13,27,.65);
	background-color:#1B3E7B;
	margin:3px !important;
}

.cfgimg2 {
	float:left;
	width:64px;
	height:64px;
	margin: 3px 5px 2px 2px !important;
	border-radius:6px;
	background-color: var(--mcp-imgback-bgcolor, #293658);
	box-shadow: var(--mcp-imgback-shadow, 1px 1px 2px 1px rgba(8,13,27,.34));
}

.cfglnk a {
	color: var(--mcp-def-alinkcolor, #980C39);
	font-size:14px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:1px;
	word-break: keep-all;
/*	white-space: nowrap;  */
	clear:left;
}

.cfglvl0 {
	float:left;
	margin: 4px 1px 4px 1px !important;
	width:215px;
	height:72px;
	line-height:16px;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
}

/* xtape */
#xtad {
	background:#88A1BB;
	float:left;
	cursor:pointer;
	color:#F0F0FF;
	height:100%;
	border-radius:6px;
	text-align:center;
	font-size:12px; 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#xspecialmsg {
	width:auto;
	padding: 2px 4px;
	margin: 1px 10px;
	text-align: center;
	font-weight: normal;
	border-radius: 8px;
	border: 1px solid var(--mcp-def-bdcolor, #d4d4d4);
	background-color: var(--mcp-popup-bgcolor, #f4fff3);
	color: var(--mcp-popup-fgcolor);
}
#xspecialmsg a { text-decoration: underline; color: var(--mcp-popup-fgcolor, #303d61); }




/* ******* */
/*Keyframes*/
/* ******* */

@keyframes s_pulse {
	0% { transform: scale(0.9); opacity: 0.7; }
	50% { transform: scale(1); opacity: 1; }
	100% { transform: scale(0.9); opacity: 0.7; }
}
@keyframes o_pulse {
	0% { opacity: 1.0; }
	50% { opacity: 0.85; }
	100% { opacity: 1.0; }
}

/*    santa
{ {PAGE_CONTENT_25_TEXT} } -- DISABLE */

/* ******* */
#langtab,#flagtab{
	position:absolute;
	top:-28px;
	left:600px;
	text-align:center;
	width:auto;
	height:24px;
}
#langtab TD,#flagtab TD{
	text-align:center;
	padding:0px 4px 0px 4px;
}

#langban{
	position:absolute;
	top:-32px;
	right: 0px;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 15px;
	color: var(--mcp-def-fgcolor); 
}
@media only screen and (max-width: 767px){
 div#langban { display: none; }
}


div#langbmx { left: 5px; top: 15px; }
div#langbox { right: -5px; }

div#langbmx,
div#langbox{
	display: inline-block !important;
	position:absolute;
	z-index:5280;
	text-align:center;
	min-height:120px;
	min-width:440px;
	width:456px;
	height:auto;
	padding: 6px 8px 5px 8px;
	transition:visibility 0s linear 0s, opacity 0.359s linear 0.06s;
	opacity:0.000;
	visibility:hidden;
	font-size: 11px;
	border-radius: 5px;
	border: 1px solid var(--mcp-dim-bordcolor);
	background-color: var(--mcp-dim-bgcolor);
}

div#langban:hover,
div#langban.over{ background-color: var(--mcp-light-bgcolor); }
div#langbmx.over,
div#langbox.over{
	display: inline-block !important;
	visibility:visible;
	opacity:0.990;
}

div#langbox div.langgrp a[hreflang="zh-CN"],
div#langbox div.langgrp a[hreflang="zh-HK"]{ font-size:13px;}
/* REMOVED 2023-05
div#langbar{
	position: absolute;
	top: -26px;
	left: -5px;
	text-align: center;
	width: 880px;
	height: 24px;
	color: #FFF;
	font-size: 9px;
	padding: 1px 5px 0px 1px;
}
.wrapper {margin-top: 30px;}
div#langbar NAV{ visibility:visible;}
div#langbar NAV DIV{ visibility:visible;display: inline-block;min-width: 70px;}
*/

div.langgrp1>div,
div.langgrp2>div,
div.langgrp>div{
	text-align: left;
	width:212px;
	height:22px; 
	border-radius: 8px;
	margin: 1px;
	white-space: nowrap;
	letter-spacing: -0.20px;
	color-scheme: only light;   /* No dark mode conversion for flags */
}

.langgrp1,
.langgrp2,
.langgrp{
	width:215px;
	height:auto;
	float:left;
	display:block;
}
.langgrp1{float:left;}
.langgrp2{float:right;}

.flagimgdiv{
	float: left;
	width:32px;
	height:20px;
	padding:0px;
	margin-right: 4px;
	opacity:0.90;
	background-color: var(--mcp-def-bgcolor);  /* was rgba(255, 244, 210, 0.8); */
	background-repeat:no-repeat;
	background-position:left top; 
	background-image:url(/lang_flags/_08_SPRITE_MOCAP-ZH.png);
}
DIV.langboxdiv:hover,
DIV.langboxdiv:focus,
.langhigh{
	background-color: var(--mcp-dim-bgcolor);
}

#langtab2 TD,
#flagtab2 TD {
	text-align:center;
	padding:0px 4px 0px 4px;
}

@media only screen and (max-width: 460px) { 
 div#langbmx,
 div#langbox{
	min-width:320px;
	width:320px;
	max-width:450px;
 }
 div.langgrp1>div,
 div.langgrp2>div,
 div.langgrp>div,
 .langgrp1,
 .langgrp2,
 .langgrp{
	width: auto;
	min-width: 240px;
	max-width: 300px;
 }
}

#qq_win1,
#nb_nodeboard,
#nb_icon_wrap,
.qq_fade_window  {
	opacity: 0.8419;
	transition: opacity 0.300s linear 0.00s;
}

#qq_win1 {
	opacity: 0.60;
	top: auto !important;
	bottom: 64px !important;
}

#qq_win1:active, 
#qq_win1:hover,
#nb_nodeboard:active, 
#nb_nodeboard:hover,
#nb_icon_wrap:active, 
#nb_icon_wrap:hover,
.qq_fade_window:active,
.qq_fade_window:hover{
	opacity: 0.986 !important;
}
I.fa-facebook-square { color: #3C5EB2;font-size: 28px !important;}
I.fa-rss-square { color: #FFAA55;font-size: 28px !important;}
I.fa-twitter-square { color: #659FCB;font-size: 28px !important;}
I.fa-pinterest-square { color: #CB2027;font-size: 28px !important;}
I.fa-pln::before { content: 'z\000142'; /* z&#322; Polish złoty */ }
.icon_face,.icon_twit,.icon_atom,.icon_pint{
	float:left;
	margin:2px;
	display:block;
	width:28px;
	height:28px;
	clear:left;
 }

DIV.smedia {display:inline-block;width:100%;overflow:visible;padding: 2px 1px 2px 6px; }

/* Last Update: 2026-06-02 19:59:54 UTC */


