
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 0px;
	margin: 0px;
}

*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	padding: 0px;
	margin: 0px;
}	

body
{
	font-family: 'ABBvoice', Verdana, Arial;
	font-size: 100%;
	line-height: 100%;
	font-weight: lighter;
	font-weight: normal;
	color: #6e6e6e;
	
	-webkit-text-size-adjust: 100%;
	
	padding: 0px;
	margin: 0px;
}

html, body, .wrapper
{
	height: 100%;
}

body > .wrapper { height: auto; min-height: 100%; }


/* SCROLLBAR CHROME */

/* width */
::-webkit-scrollbar {
	width: 10px;
	width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
	background: rgba(255,255,255, 0.3);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0, 0.5);
	border-radius: 3px;
	border: 1px solid #f0f0f0;
}
/* Handle - hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0, 0.7);
}

/* SCROLLBAR FIREFOX */
html
{
	overflow-y: scroll;
	
	scrollbar-color: #595959 #f0f0f0;
	scrollbar-width: thin;
}



h1,
h2,
h3
{
	font-weight: normal !important;
	line-height: 100%;
	
	color: #262626;
}

h1
{
	font-size: 200%;
	font-weight: bold !important;
	margin: 30px 0px 10px 0px;
}

h2
{
	font-size: 150%;
	font-weight: bold !important;
	margin: 30px 0px 10px 0px;
}

h3
{
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}

h4
{
	font-size: 100%;
	font-weight: bold !important;
	margin: 0px 0px 10px 0px;
}

h1.shadowBlack,
h2.shadowBlack,
h3.shadowBlack,
h4.shadowBlack
{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

h1.abbline,
h2.abbline,
h3.abbline
{
	margin-top:0px;
}
h1.abbline::before,
h2.abbline::before,
h3.abbline::before
{
	content: "— \a";
	content: "\2014";
	
	color: #ff000f;
	display: block;
}

sup
{
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.6em;
}

span.nowrap
{
	white-space: nowrap;
}
span.floatRight
{
	float: right;
}


span.highlight
{
	background-color: #ff000f;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 100%;
}
p.header1
{
	font-size: 200%;
	color: #262626;
}
p.header2
{
	font-size: 150%;
	color: #262626;
	
	/* ASKED BY MARKETING 2021-01-04 */
	font-weight: bolder;
	
	/* BACK AFTER CHANGING BASE font-weight to 'normal' 2021-01-07 */
	font-weight: normal;
}
p.header2.header_tab
{
	background-color: #e6e6e6;
	display: inline-block;
	border-bottom: 2px solid #ff0000;
	padding: 10px;
}
p.header3
{
	font-size: 120%;
	color: #262626;
}
p.header4
{
	font-size: 100%;
	color: #262626;
	font-weight: bolder;
}
p.breadcrumbcontainer
{
	font-size: 90%;
	color: #626262;
	
	margin-top: 10px;
}
.smallFont
{
	font-size: 80%;
}
.smallFont b
{
	font-weight: bolder;
}

ul
{
	margin: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px; /* fix same spacing bottom as paragraph */
	padding: 0px 0px 0px 10px;
}
ul li
{
	margin: 0px 0px 5px 5px;
	padding: 0px;
}



.SPACING_CONTAINER ul
{
	margin-bottom: 15px;
	line-height: 150%;
}
.SPACING_CONTAINER p
{
	margin-bottom: 15px;
	line-height: 150%;
}





ul.catalogueindex
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
ul.catalogueindex ul,
ul.catalogueindex ul li
{
	margin: 0px;
	padding: 0px;
}
ul.catalogueindex a,
ul.catalogueindex div.notExist
{
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background-color: #f0f0f0;
	
	background-image: url('/en/images/pdf.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px 12px;
	
	padding-left: 33px;
	padding-right: 15px;
}
ul.catalogueindex a.link
{
	display: unset;
	width: unset;
	padding: unset;
	border: unset;
	
	background: unset;
	background-color: unset !important;
}
ul.catalogueindex div.header_type_text
{
	display: inline-block;
	width: 100%;
	padding: 15px;
	border: 1px solid #e6e6e6;
	background-color: #f0f0f0;
	background-color: #f9f9f9;
	background-image: none;
	
	background-image: url('/en3/images/instructions_g.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 10px 10px;
	
	padding-left: 40px;
	padding-bottom: 5px;
}
ul.catalogueindex div.header_type_collapse
{
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background-color: #f0f0f0;
	background-image: none;
	
	font-weight: bold;
	
	/* padding-left: 33px; */
	padding-right: 15px;
}
ul.catalogueindex div.header_type_collapse div.icon
{
	display: inline-block;
	float: right;
	height: 20px;
	width: 20px;
	
	background-image: url('/en3/images/arrow_g.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	transform: rotate( 0deg );
	
	transition: transform 300ms ease-in-out, background-size 300ms ease-in-out, background-image 300ms ease-in-out;
}
ul.catalogueindex div.header_type_collapse:hover
{
	cursor: pointer;
	color: #262626;
	border-color: #262626;
}
ul.catalogueindex div.header_type_collapse:hover div.icon
{
	background-image: url('/en3/images/arrow_gd.png');
}
ul.catalogueindex div.header_type_collapse.collapseactive
{
	color: #262626;
	border-bottom-color: #262626;
}
ul.catalogueindex div.header_type_collapse.collapseactive div.icon
{
	transform: rotate( 180deg );
	background-image: url('/en3/images/cross_b.png');
}
ul.catalogueindex ul.collapse_child
{
	display: none;
}
ul.catalogueindex a:hover
{
	border-color: #262626;
}
ul.catalogueindex div.notExist
{
	/* color: #ff0000; */
}
ul.catalogueindex span.missing
{
	color: #ff0000;
}
ul.catalogueindex li
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}
ul.catalogueindex li.level1
{
	margin-top: 5px;
	padding-left: 0px;
}
ul.catalogueindex li.level1:first-child
{
	margin-top: 0px;
}
ul.catalogueindex li.level1 a,
ul.catalogueindex li.level1 div.notExist
{
	background-color: #f9f9f9;
	background-color: #fff;
	background-color: #f0f0f0;
}
ul.catalogueindex li.level2
{
	margin-top: 3px;
	padding-left: 30px;
}
ul.catalogueindex li.level2:first-child
{
	margin-top: 5px;
}
ul.catalogueindex li.level2 a,
ul.catalogueindex li.level2 div.notExist
{
	background-color: #fff;
	background-color: #f9f9f9;
}
ul.catalogueindex li.level3
{
	margin-top: 3px;
	padding-left: 30px;
}
ul.catalogueindex li.level3:first-child
{
	margin-top: 5px;
}
ul.catalogueindex li.level2 li.level3:last-child
{
	margin-bottom: 5px;
}
ul.catalogueindex li.level3 a,
ul.catalogueindex li.level3 div.notExist
{
	background-color: #f9f9f9;
	background-color: #fff;
}
ul.catalogueindex span.floatRight
{
	float: right;
}

a
{
	text-decoration: none;
	color: #6e6e6e;
	
	-webkit-transition: opacity .3s, background-color .3s, color .3s, border-color .3s, text-decoration .3s;
	-moz-transition: opacity .3s, background-color .3s, color .3s, border-color .3s, text-decoration .3s;
	-o-transition: opacity .3s, background-color .3s, color .3s, border-color .3s, text-decoration .3s;
	transition: opacity .3s, background-color .3s, color .3s, border-color .3s, text-decoration .3s;
	transition-timing-function: ease-in;
}
a:hover
{
	color: #000;
}

a.abbunderlined
{
	border-bottom: 1px solid #ff0000;
}

input[type="text"], 
input[type="password"], 
input[type="file"], 
input[type="email"], 
input[type="phone"], 
input[type="date"], 
input[type="time"], 
input[type="number"], 
input[type="search"], 
select, textarea
{
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	/*
	border: 1px solid #a9a9a9;
	*/
	outline: 0;
	
	margin: 0;
	padding: 0.4em;
	
	color: #262626;
	text-align: left;
	font-family: 'ABBvoice', Verdana, Arial;
	font-size: 100%;
	
	/* line-height: 100%; */
	
	font-weight: normal;

	width: 100%;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	
}
option
{
	outline: 0;
	
	margin: 0;
	padding: 0.4em;
	
	color: #262626;
	text-align: left;
	font-family: 'ABBvoice', Verdana, Arial;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	
	
}

input[type="checkbox"]
{
	background-color: #f4f4f4;
	color: #000;
	outline: 0;
	margin: 0;

	width: 20px;
	height: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #e2e2e2;
	
}
input[type="checkbox"]:checked
{
	background-color: #ccc;
	background-image: url('images/checkicon.png');
	background-repeat: no-repeat;
	background-size: cover;
	
}


select:not([size]):not([multiple])
{
	background-image: url('/en/ss/images/sortUp.png');
	background-image: url('/images/select_light.png');
	background-repeat:no-repeat;
	background-position: center right;
	background-position: right 10px center;
	
	padding-right: 30px !important;
	-webkit-padding-end: 30px !important;
	
}

input[type="button"], 
input[type="submit"]
{
	
	background-color: #ff0000;
	color: #fff;
	
	padding: 10px 25px;
	text-align: center;
	
	font-size: 100%;
	font-size: 95%;
	
	font-weight: regular;
	font-weight: bold;
	
	letter-spacing: 1px;
	
	text-transform: uppercase;
	
	border: 0px;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	transition-timing-function: ease-in;

}
input[type="button"].fullWidth,
input[type="submit"].fullWidth
{
	width: 100%;
}
input[type="button"].compressed,
input[type="submit"].compressed
{
	padding: 7px 15px;
	font-size: 80%;
	font-weight: regular;
	letter-spacing: 2px;
}

input[type="button"]:hover, 
input[type="submit"]:hover
{
	background-color: #ce0000;
	cursor: pointer;
}


/* ABBLINK BIG RED BUTTON */
/* ABBLINK BIG RED BUTTON */

a.abblink01,
div.abblink01
{
	background-color: #ff0000;
	color: #fff;
	
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 100%;
	font-weight: regular;
	font-weight: bold;
	
	letter-spacing: 1px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	transition-timing-function: ease-in;
	
}
a.abblink01.fullWidth,
div.abblink01.fullWidth
{
	width: 100%;
}
a.abblink01.textLeft,div.abblink01.textLeft { text-align: left; }
a.abblink01.textCenter,div.abblink01.textCenter { text-align: center; }
a.abblink01.textRight,div.abblink01.textRight { text-align: right; }

a.abblink01:hover,
div.abblink01:hover
{
	/* color: #f4f4f4; */
	background-color: #ce0000;
	cursor: pointer;
}
a.abblink01.compact,
div.abblink01.compact
{
	padding: 5px 15px;
	font-size: 80%;
}


/*
LAYOUT SECTION
LAYOUT SECTION
*/

div.section
{
	display: inline-block;
	float: left;
	width: 100%;
}
div.innersection
{
	display: inline-block;
	float: left;
	width: 100%;
}
div.container_12
{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 10px;
}

div.box_00,
div.box_01,
div.box_02,
div.box_03,
div.box_04,
div.box_05,
div.box_06,
div.box_07,
div.box_08,
div.box_09,
div.box_10,
div.box_11,
div.box_12 { display: inline-block; float: left; padding: 0px 10px 0px 10px; }

div.box_push { padding-top: 10px; }
	
div.box_alpha { padding-left: 0px; }
div.box_omega { padding-right: 0px; }

div.box_paragraph { margin-bottom: 10px; }


div.box_00 { width: 0%; }
div.box_01 { width: 8.33333333%; }
div.box_02 { width: 16.66666667%; }
div.box_03 { width: 25%; }
div.box_04 { width: 33.33333333%; }
div.box_05 { width: 41.66666667%; }
div.box_06 { width: 50%; }
div.box_07 { width: 58.33333333%; }
div.box_08 { width: 66.66666667%; }
div.box_09 { width: 75%; }
div.box_10 { width: 83.33333333%; }
div.box_11 { width: 91.66666667%; }
div.box_12 { width: 100%; }









div.sectionHeader
{
	position: absolute;
	z-index: 11;
	
	/* 2020-08-12 FIX FOR FIREFOX SIDE BY SIDE */
	left: 0;
	
	background: #fff;

    box-shadow: 0px 1.5px 4px rgba( 0,0,0,0.24 ), 0px 1.5px 6px rgba( 0,0,0,0.12 );
    
	/* margin-bottom: 10px; */
    
}
div.sectionHeader div.abblogocontainer
{
	height: 75px;
	padding: 20px 10px;
}
div.sectionHeader img
{
	max-width: 100%;
}
div.sectionHeader img.abblogo
{
	height: 35px;
}



div.sectionMenu
{
    
}
div.sectionMenu div.menuitem,
div.sectionMenu a.menuitem
{
	-webkit-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	-moz-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	-o-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	transition-timing-function: ease-in;
}
div.sectionMenu div.menuitem:hover,
div.sectionMenu a.menuitem:hover
{

}

div.sectionFrameLoadBG
{
	position: fixed;
	z-index: 14;
	
	background-color: rgba(0,0,0, 0.75);
	top: 0;
	height: 100%;
}
div.sectionFrameLoad
{
	position: fixed;
	z-index: 15;
	
	top: 0;
	height: 100%;
	
	width: 900px;
	
	margin-left: calc((100% - 900px)/2);
	margin-right: calc((100% - 900px)/2);
	
	background-color: #f0f0f0;
	
	box-shadow: 0px 1.5px 8px rgba( 0,0,0,0.24 ), 0px 1.5px 12px rgba( 0,0,0,0.12 );
}
div.sectionFrameLoad iframe
{
	border: none;
	height: 100%;
	width: 100%;
	
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}
div.sectionFrameLoad .sectionFrameClose
{
	display: inline-block;
	position: absolute;
	z-index: 16;
	right: 10px;
	top: 10px;
	padding: 20px;
	background-color: #f0f0f0;
	background-image: url('/en/ss/images/menuburger_close.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	
	transition: background-color ease-in-out 300ms;
}
div.sectionFrameLoad .sectionFrameClose:hover
{
	background-color: #fff;
	cursor: pointer;
}

div.sectionFrameLoad .sectionFrameLoading
{
	height: 100%;
	width: 100%;
	
	background-color: none;
	background-image: url('/images/loadingAnimation.gif');
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center center;
}


div.sectionMenuBackground,
div.sectionSubMenusBG
{
	position: fixed;
	z-index: 9;
	
	/* 2020-08-12 FIX FOR SIDE BY SIDE IN FIREFOX */
	left: 0;
	
	background-color: rgba(0,0,0, 0.5);
	background-color: rgba(0,0,0, 0.8);
	
	height: 100%;
}
div.sectionSubMenus
{
	position: absolute;
	z-index: 10;
	
	/* 2020-08-12 FIX FOR SIDE BY SIDE IN FIREFOX */
	left: 0;
	
	background-color: rgba(255,255,255, 0.8);
	background-color: #fff;
	box-shadow: 0px 1.5px 4px rgba( 0,0,0,0.24 ), 0px 1.5px 6px rgba( 0,0,0,0.12 );
}
div.innersectionSubMenus
{
	/* border-bottom: 1px solid #f0f0f0; */
}


/* must be same height as the footer */

div.sectionContent
{
	font-size: 100%;
	line-height: 110%;
	color: #6e6e6e;
	
	overflow: inherit; 
	min-height: 500px; 
	height: auto; 
	
	/* set to footer height */
	padding-bottom: 100px;
}

/* must be same height as the footer */

div.sectionFooter
{
	background-color: #6e6e6e;
	
	font-size: 90%;
	color: #fff;
	
	position: relative;
	bottom: 0;
	
	height: 100px;
	height: auto;
	margin-top: -100px; /* negative value of footer height */
	margin-top: unset; /* negative value of footer height */
    clear: both;
}

div.sectionFooter div.container_12
{
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-top: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.sectionFooter a
{
	color: #f0f0f0;
}
div.sectionFooter a:hover
{
	color: #262626;
}
div.sectionFooter div.menuitemTitle
{
	color: #f0f0f0;
	font-weight: bolder;
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #888;
	background-color: rgba(255,255,255, 0.10);
}
div.sectionFooter div.menuitem,
div.sectionFooter a.menuitem
{
	display: block;
	width: 100%;
	
	color: #f0f0f0;
	border-bottom: 1px solid #888;
	
	-webkit-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	-moz-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	-o-transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	transition: opacity .3s, background-color .3s, color .3s, border-color .3s;
	transition-timing-function: ease-in;
}
div.sectionFooter div.menuitem:hover,
div.sectionFooter a.menuitem:hover
{
	background-color: rgba(255,255,255, 0.05);
	color: #f0f0f0;
	cursor: pointer;
}

div.sectionFooter table.socialtable
{
	border-collapse: collapse;
}
div.sectionFooter table.socialtable td
{
	min-width: 5px;
}
div.sectionFooter table.socialtable td a
{
	display: block;
	height: 30px;
	width: 30px;
	
	background-image: url('/en2/images/abb_logo_red02.png');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}
div.sectionFooter table.socialtable td a.facebook{ background-image: url('/en2/ico_facebook.png'); }
div.sectionFooter table.socialtable td a.twitter{ background-image: url('/en2/ico_twitter.png'); }
div.sectionFooter table.socialtable td a.youtube{ background-image: url('/en2/ico_youtube.png'); }
div.sectionFooter table.socialtable td a.linkedin{ background-image: url('/en2/ico_linkedin.png'); }


div.sectionFooter div.socialIconContainer a.socialIcon
{
	display: inline-block;
	height: 30px;
	width: 30px;
	
	margin: 0px 5px 0px 5px;
	
	background-image: url('/en2/images/abb_logo_red02.png');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	
	background-color: rgba(255,255,255, 0.10);
}
div.sectionFooter div.socialIconContainer a.socialIcon:hover
{
	background-color: rgba(255,255,255, 0.20);
}
div.sectionFooter div.socialIconContainer a.socialIcon:first-child
{
	margin-left: 0px;
}
div.sectionFooter div.socialIconContainer a.socialIcon:last-child
{
	margin-right: 0px;
}
div.sectionFooter div.socialIconContainer  a.socialIcon.facebook { background-image: url('/en2/ico_facebook.png'); }
div.sectionFooter div.socialIconContainer  a.socialIcon.facebook:hover { background-color: #1877f2; }
div.sectionFooter div.socialIconContainer  a.socialIcon.twitter { background-image: url('/en2/ico_twitter.png'); }
div.sectionFooter div.socialIconContainer  a.socialIcon.twitter:hover { background-color: #1da1f2; }
div.sectionFooter div.socialIconContainer  a.socialIcon.youtube { background-image: url('/en2/ico_youtube.png'); }
div.sectionFooter div.socialIconContainer  a.socialIcon.youtube:hover { background-color: #ff0000; }
div.sectionFooter div.socialIconContainer  a.socialIcon.linkedin { background-image: url('/en2/ico_linkedin.png'); }
div.sectionFooter div.socialIconContainer  a.socialIcon.linkedin:hover { background-color: #007bb5; }


/* PREDEFINED PADDINGS AND MARGINS */

div.container_padding_top_extralarge { padding-top: 50px; }
div.container_padding_bottom_extralarge { padding-bottom: 50px; }
div.container_padding_left_extralarge { padding-left: 50px; }
div.container_padding_right_extralarge { padding-right: 50px; }

div.container_padding_top_large { padding-top: 30px; }
div.container_padding_bottom_large { padding-bottom: 30px; }
div.container_padding_left_large { padding-left: 30px; }
div.container_padding_right_large { padding-right: 30px; }

div.container_padding_top_medium { padding-top: 20px; }
div.container_padding_bottom_medium { padding-bottom: 20px; }
div.container_padding_left_medium { padding-left: 20px; }
div.container_padding_right_medium { padding-right: 20px; }

div.container_padding_top_small { padding-top: 10px; }
div.container_padding_bottom_small { padding-bottom: 10px; }
div.container_padding_left_small { padding-left: 10px; }
div.container_padding_right_small { padding-right: 10px; }

div.container_padding_top_tiny { padding-top: 5px; }
div.container_padding_bottom_tiny { padding-bottom: 5px; }
div.container_padding_left_tiny { padding-left: 5px; }
div.container_padding_right_tiny { padding-right: 5px; }

div.container_margin_top_extralarge { margin-top: 50px; }
div.container_margin_bottom_extralarge { margin-bottom: 50px; }
div.container_margin_left_extralarge { margin-left: 50px; }
div.container_margin_right_extralarge { margin-right: 50px; }

div.container_margin_top_large { margin-top: 30px; }
div.container_margin_bottom_large { margin-bottom: 30px; }
div.container_margin_left_large { margin-left: 30px; }
div.container_margin_right_large { margin-right: 30px; }

div.container_margin_top_medium { margin-top: 20px; }
div.container_margin_bottom_medium { margin-bottom: 20px; }
div.container_margin_left_medium { margin-left: 20px; }
div.container_margin_right_medium { margin-right: 20px; }

div.container_margin_top_small { margin-top: 10px; }
div.container_margin_bottom_small { margin-bottom: 10px; }
div.container_margin_left_small { margin-left: 10px; }
div.container_margin_right_small { margin-right: 10px; }

div.container_margin_top_tiny { margin-top: 5px; }
div.container_margin_bottom_tiny { margin-bottom: 5px; }
div.container_margin_left_tiny { margin-left: 5px; }
div.container_margin_right_tiny { margin-right: 5px; }



		

		
		
a.sectionMenuBurger
{
	display: inline-block;
	position: absolute;
	z-index: 12;
	
	right: 20px;
	top: 10px;
	
	padding: 20px;
	
	background-color: #f4f4f4;
	background-color: #fff;
	background-image: url('/en/ss/images/menuburger.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	
	transition: transform 300ms ease-in-out, background-image 300ms ease-in-out;
}
a.sectionMenuBurger:hover
{
	cursor: pointer;
}	
a.sectionMenuBurger.sectionMenuBurger_close
{
	background-image: url('/en/ss/images/menuburger_close.png');
	transform: rotate(180deg);
}
		




div.dialogBox
{
	color: #fff;
	
	background-color: #a9a9a9;
	
	background-image: url('/en/ss/images/instruction.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 10px 10px;
	
	padding: 10px 10px 10px 40px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	min-height: 40px;
}

div.dialogSuccess
{
	background-color: #00b704;
}
div.dialogError
{
	background-color: #b70000;
}







/* mobile */
@media all and (max-width: 425px)
{

	div.container_12
	{
		width: 100%;
	}
	

	div.mobile_box_00 { width: 0%; }
	div.mobile_box_01 { width: 8.33333333%; }
	div.mobile_box_02 { width: 16.66666667%; }
	div.mobile_box_03 { width: 25%; }
	div.mobile_box_04 { width: 33.33333333%; }
	div.mobile_box_05 { width: 41.66666667%; }
	div.mobile_box_06 { width: 50%; }
	div.mobile_box_07 { width: 58.33333333%; }
	div.mobile_box_08 { width: 66.66666667%; }
	div.mobile_box_09 { width: 75%; }
	div.mobile_box_10 { width: 83.33333333%; }
	div.mobile_box_11 { width: 91.66666667%; }
	div.mobile_box_12 { width: 100%; }
	
	
	div.mobile_text-left { text-align: left; }
	div.mobile_text-center { text-align: center; }
	div.mobile_text-right { text-align: right; }


	.hideMobile { display: none !important; }
	.hideTablet { display: ; }
	.hideScreen { display: ; }
	
	
	.mobile_margin_top_extralarge { margin-top: 50px; }
	.mobile_margin_right_extralarge { margin-right: 50px; }
	.mobile_margin_bottom_extralarge { margin-bottom: 50px; }
	.mobile_margin_left_extralarge { margin-left: 50px; }
	
	.mobile_margin_top_large { margin-top: 30px; }
	.mobile_margin_right_large { margin-right: 30px; }
	.mobile_margin_bottom_large { margin-bottom: 30px; }
	.mobile_margin_left_large { margin-left: 30px; }
	
	.mobile_margin_top_medium { margin-top: 20px; }
	.mobile_margin_right_medium { margin-right: 20px; }
	.mobile_margin_bottom_medium { margin-bottom: 20px; }
	.mobile_margin_left_medium { margin-left: 20px; }
	
	.mobile_margin_top_small { margin-top: 10px; }
	.mobile_margin_right_small { margin-right: 10px; }
	.mobile_margin_bottom_small { margin-bottom: 10px; }
	.mobile_margin_left_small { margin-left: 10px; }
	
	.mobile_margin_top_tiny { margin-top: 5px; }
	.mobile_margin_right_tiny { margin-right: 5px; }
	.mobile_margin_bottom_tiny { margin-bottom: 5px; }
	.mobile_margin_left_tiny { margin-left: 5px; }
	
	
	.mobile_padding_top_extralarge { padding-top: 50px; }
	.mobile_padding_right_extralarge { padding-right: 50px; }
	.mobile_padding_bottom_extralarge { padding-bottom: 50px; }
	.mobile_padding_left_extralarge { padding-left: 50px; }
	
	.mobile_padding_top_large { padding-top: 30px; }
	.mobile_padding_right_large { padding-right: 30px; }
	.mobile_padding_bottom_large { padding-bottom: 30px; }
	.mobile_padding_left_large { padding-left: 30px; }
	
	.mobile_padding_top_medium { padding-top: 20px; }
	.mobile_padding_right_medium { padding-right: 20px; }
	.mobile_padding_bottom_medium { padding-bottom: 20px; }
	.mobile_padding_left_medium { padding-left: 20px; }
	
	.mobile_padding_top_small { padding-top: 10px; }
	.mobile_padding_right_small { padding-right: 10px; }
	.mobile_padding_bottom_small { padding-bottom: 10px; }
	.mobile_padding_left_small { padding-left: 10px; }
	
	.mobile_padding_top_tiny { padding-top: 5px; }
	.mobile_padding_right_tiny { padding-right: 5px; }
	.mobile_padding_bottom_tiny { padding-bottom: 5px; }
	.mobile_padding_left_tiny { padding-left: 5px; }
	
	
	
	
	.mobile_border_top { border-top: 1px solid #6e6e6e; }
	.mobile_border_right { border-right: 1px solid #6e6e6e; }
	.mobile_border_bottom { border-bottom: 1px solid #6e6e6e; }
	.mobile_border_left { border-left: 1px solid #6e6e6e; }
	
	.border_lightgray{ border-color: #e6e6e6; }
	
	
	
	
	div.sectionHeader
	{
		position: fixed;
	}
	
	div.sectionMenu
	{
		position: relative;
		
		z-index: 10;
		
		/* 2020-08-12 FIX FOR FIREFOX SIDE BY SIDE */
		/* left: 0; */
		
		overflow-y: auto;
		
		padding-bottom: 20px;
		
		max-height: 400px;
	}
	
	div.sectionMenu div.menuitem,
	div.sectionMenu a.menuitem
	{	
		display: block;
		width: 100%;
		background: rgba( 255,255,255, 0.9 );
		border: 1px solid #fff;
		padding: 20px 20px 20px 20px;
		margin-bottom: 0px;
		
		margin-left: 0%;
		margin-right: 0%;
	}
	div.sectionMenu div.menuitem:hover,
	div.sectionMenu a.menuitem:hover
	{
		background-color: #f4f4f4;
		cursor: pointer;
	}
	div.sectionMenu div.menuitem.menuitemActive,
	div.sectionMenu a.menuitem.menuitemActive
	{
		background-color: #f4f4f4;
	}
	
	div.containerSubMenus div.menuitem_sub,
	div.containerSubMenus a.menuitem_sub
	{
		display: block;
		width: 100%;
		background: rgba( 255,255,255, 0.9 );
		border: 1px solid #fff;
		padding: 20px 20px 20px 20px;
		margin-bottom: 0px;
		
		margin-left: 0%;
		margin-right: 0%;
	}
	div.containerSubMenus div.menuitem_sub:hover,
	div.containerSubMenus a.menuitem_sub:hover
	{
		background-color: #f4f4f4;
		cursor: pointer;
	}
	
	div.sectionMenu div.menubox
	{
		border: 1px solid #e6e6e6;
		background-color: #f0f0f0;
		padding: 10px;
		padding: 20px;
		
		width: 100%;
		
		margin-left: 0%;
		margin-right: 0%;
		
		/* margin-top: 10px; */
	}
	
	div.sectionMenu div.menubox div.menuitem_small,
	div.sectionMenu div.menubox a.menuitem_small
	{
		display: block;
		width: 100%;
		padding: 10px;
		margin-bottom: 0px;
		
		margin-left: 0%;
		margin-right: 0%;
	}
	div.sectionMenu div.menubox div.menuitem_small:hover,
	div.sectionMenu div.menubox a.menuitem_small:hover
	{
		background-color: #f0f0f0;
		cursor: pointer;
	}
	
	
	div.sectionFooter div.menuitem,
	div.sectionFooter a.menuitem
	{
		padding: 10px;
	}
	div.sectionFooter div.menuitem:hover,
	div.sectionFooter a.menuitem:hover
	{
	}
	
	div.sectionFooter table.socialtable
	{
		margin: 0px auto;
	}
	
	
	
	div.sectionFrameLoad
	{
		width: 100%;
		
		margin-left: 0;
		margin-right: 0;
	}
	

}

/* tablet - mobile (landscape) */
/* @media all and (min-width: 426px) and (max-width: 1024px) */
@media all and (min-width: 426px) and (max-width: 1023px)
{

	div.container_12
	{
		width: 100%;
	}
	

	div.tablet_box_00 { width: 0%; }
	div.tablet_box_01 { width: 8.33333333%; }
	div.tablet_box_02 { width: 16.66666667%; }
	div.tablet_box_03 { width: 25%; }
	div.tablet_box_04 { width: 33.33333333%; }
	div.tablet_box_05 { width: 41.66666667%; }
	div.tablet_box_06 { width: 50%; }
	div.tablet_box_07 { width: 58.33333333%; }
	div.tablet_box_08 { width: 66.66666667%; }
	div.tablet_box_09 { width: 75%; }
	div.tablet_box_10 { width: 83.33333333%; }
	div.tablet_box_11 { width: 91.66666667%; }
	div.tablet_box_12 { width: 100%; }
	
	
	div.tablet_text-left { text-align: left; }
	div.tablet_text-center { text-align: center; }
	div.tablet_text-right { text-align: right; }
	
	
	.hideMobile { display: ; }
	.hideTablet { display: none !important; }
	.hideScreen { display: ; }
	
	
	.tablet_margin_top_extralarge { margin-top: 50px; }
	.tablet_margin_right_extralarge { margin-right: 50px; }
	.tablet_margin_bottom_extralarge { margin-bottom: 50px; }
	.tablet_margin_left_extralarge { margin-left: 50px; }
	
	.tablet_margin_top_large { margin-top: 30px; }
	.tablet_margin_right_large { margin-right: 30px; }
	.tablet_margin_bottom_large { margin-bottom: 30px; }
	.tablet_margin_left_large { margin-left: 30px; }
	
	.tablet_margin_top_medium { margin-top: 20px; }
	.tablet_margin_right_medium { margin-right: 20px; }
	.tablet_margin_bottom_medium { margin-bottom: 20px; }
	.tablet_margin_left_medium { margin-left: 20px; }
	
	.tablet_margin_top_small { margin-top: 10px; }
	.tablet_margin_right_small { margin-right: 10px; }
	.tablet_margin_bottom_small { margin-bottom: 10px; }
	.tablet_margin_left_small { margin-left: 10px; }
	
	.tablet_margin_top_tiny { margin-top: 5px; }
	.tablet_margin_right_tiny { margin-right: 5px; }
	.tablet_margin_bottom_tiny { margin-bottom: 5px; }
	.tablet_margin_left_tiny { margin-left: 5px; }
	
	
	.tablet_padding_top_extralarge { padding-top: 50px; }
	.tablet_padding_right_extralarge { padding-right: 50px; }
	.tablet_padding_bottom_extralarge { padding-bottom: 50px; }
	.tablet_padding_left_extralarge { padding-left: 50px; }
	
	.tablet_padding_top_large { padding-top: 30px; }
	.tablet_padding_right_large { padding-right: 30px; }
	.tablet_padding_bottom_large { padding-bottom: 30px; }
	.tablet_padding_left_large { padding-left: 30px; }
	
	.tablet_padding_top_medium { padding-top: 20px; }
	.tablet_padding_right_medium { padding-right: 20px; }
	.tablet_padding_bottom_medium { padding-bottom: 20px; }
	.tablet_padding_left_medium { padding-left: 20px; }
	
	.tablet_padding_top_small { padding-top: 10px; }
	.tablet_padding_right_small { padding-right: 10px; }
	.tablet_padding_bottom_small { padding-bottom: 10px; }
	.tablet_padding_left_small { padding-left: 10px; }
	
	.tablet_padding_top_tiny { padding-top: 5px; }
	.tablet_padding_right_tiny { padding-right: 5px; }
	.tablet_padding_bottom_tiny { padding-bottom: 5px; }
	.tablet_padding_left_tiny { padding-left: 5px; }
	
	
	
	.tablet_border_top { border-top: 1px solid #6e6e6e; }
	.tablet_border_right { border-right: 1px solid #6e6e6e; }
	.tablet_border_bottom { border-bottom: 1px solid #6e6e6e; }
	.tablet_border_left { border-left: 1px solid #6e6e6e; }
	
	.border_lightgray{ border-color: #e6e6e6; }
	
	
	
	div.sectionHeader
	{
		/* 2021-01-05 FIXED everywhere as per marketing */
		position: fixed;
	}
	
	div.sectionMenu
	{	
		position: relative;
		
		z-index: 10;
		
		overflow-y: auto;
		
		padding-bottom: 20px;
	}
	
	
	div.sectionMenu div.menuitem,
	div.sectionMenu a.menuitem
	{	
		display: block;
		width: 100%;
		background: rgba( 255,255,255, 0.9 );
		border: 1px solid #fff;
		padding: 20px;
		margin-bottom: 0px;
		
		padding-left: 20%;
		padding-right: 20%;
	}
	div.sectionMenu div.menuitem:hover,
	div.sectionMenu a.menuitem:hover
	{
		background-color: #f4f4f4;
		cursor: pointer;
	}
	div.sectionMenu div.menuitem.menuitemActive,
	div.sectionMenu a.menuitem.menuitemActive
	{
		background-color: #f4f4f4;
	}
	
	
	div.containerSubMenus div.menuitem_sub,
	div.containerSubMenus a.menuitem_sub
	{
		display: block;
		width: 100%;
		background-color: #f0f0f0;
		padding: 20px 20px 20px 20px;
		margin-bottom: 0px;
		
		margin-left: 0%;
		margin-right: 0%;
	}
	div.containerSubMenus div.menuitem_sub:hover,
	div.containerSubMenus a.menuitem_sub:hover
	{
		background-color: #f0f0f0;
		cursor: pointer;
	}
	
	div.sectionMenu div.menubox
	{
		border: 1px solid #e6e6e6;
		background-color: #f0f0f0;
		padding: 10px;
		padding: 20px;
		
		width: 100%;
		
		margin-left: 0%;
		margin-right: 0%;
		
		margin-bottom: 10px;
	}
	
	div.sectionMenu div.menubox div.menuitem_small,
	div.sectionMenu div.menubox a.menuitem_small
	{
		display: block;
		width: 100%;
		padding: 10px;
		margin-bottom: 0px;
		
		margin-left: 0%;
		margin-right: 0%;
	}
	div.sectionMenu div.menubox div.menuitem_small:hover,
	div.sectionMenu div.menubox a.menuitem_small:hover
	{
		background-color: #f0f0f0;
		cursor: pointer;
	}
	
	
	
	div.sectionFooter div.menuitem,
	div.sectionFooter a.menuitem
	{
		padding: 10px;
	}
	div.sectionFooter div.menuitem:hover,
	div.sectionFooter a.menuitem:hover
	{
	}
	
	
	div.sectionFrameLoad
	{
		width: 80%;
		
		margin-left: 10%;
		margin-right: 10%;
	}

}



/* monitor - tablet (lanscape) */
@media all and (min-width: 1024px)
{
	
	div.container_12
	{
		width: 1024px;
		
		margin-left: calc((100% - 1024px)/2);
		margin-right: calc((100% - 1024px)/2);
	}
	

	div.screen_box_00 { width: 0%; }
	div.screen_box_01 { width: 8.33333333%; }
	div.screen_box_02 { width: 16.66666667%; }
	div.screen_box_03 { width: 25%; }
	div.screen_box_04 { width: 33.33333333%; }
	div.screen_box_05 { width: 41.66666667%; }
	div.screen_box_06 { width: 50%; }
	div.screen_box_07 { width: 58.33333333%; }
	div.screen_box_08 { width: 66.66666667%; }
	div.screen_box_09 { width: 75%; }
	div.screen_box_10 { width: 83.33333333%; }
	div.screen_box_11 { width: 91.66666667%; }
	div.screen_box_12 { width: 100%; }
	
	
	div.screen_text-left { text-align: left; }
	div.screen_text-center { text-align: center; }
	div.screen_text-right { text-align: right; }
	
	
	.hideMobile { display: ; }
	.hideTablet { display: ; }
	.hideScreen { display: none !important; }
	
	
	.screen_margin_top_extralarge { margin-top: 50px; }
	.screen_margin_right_extralarge { margin-right: 50px; }
	.screen_margin_bottom_extralarge { margin-bottom: 50px; }
	.screen_margin_left_extralarge { margin-left: 50px; }
	
	.screen_margin_top_large { margin-top: 30px; }
	.screen_margin_right_large { margin-right: 30px; }
	.screen_margin_bottom_large { margin-bottom: 30px; }
	.screen_margin_left_large { margin-left: 30px; }
	
	.screen_margin_top_medium { margin-top: 20px; }
	.screen_margin_right_medium { margin-right: 20px; }
	.screen_margin_bottom_medium { margin-bottom: 20px; }
	.screen_margin_left_medium { margin-left: 20px; }
	
	.screen_margin_top_small { margin-top: 10px; }
	.screen_margin_right_small { margin-right: 10px; }
	.screen_margin_bottom_small { margin-bottom: 10px; }
	.screen_margin_left_small { margin-left: 10px; }
	
	.screen_margin_top_tiny { margin-top: 5px; }
	.screen_margin_right_tiny { margin-right: 5px; }
	.screen_margin_bottom_tiny { margin-bottom: 5px; }
	.screen_margin_left_tiny { margin-left: 5px; }
	
	
	.screen_padding_top_large { padding-top: 30px; }
	.screen_padding_right_large { padding-right: 30px; }
	.screen_padding_bottom_large { padding-bottom: 30px; }
	.screen_padding_left_large { padding-left: 30px; }
	
	.screen_padding_top_medium { padding-top: 20px; }
	.screen_padding_right_medium { padding-right: 20px; }
	.screen_padding_bottom_medium { padding-bottom: 20px; }
	.screen_padding_left_medium { padding-left: 20px; }
	
	.screen_padding_top_small { padding-top: 10px; }
	.screen_padding_right_small { padding-right: 10px; }
	.screen_padding_bottom_small { padding-bottom: 10px; }
	.screen_padding_left_small { padding-left: 10px; }
	
	.screen_padding_top_tiny { padding-top: 5px; }
	.screen_padding_right_tiny { padding-right: 5px; }
	.screen_padding_bottom_tiny { padding-bottom: 5px; }
	.screen_padding_left_tiny { padding-left: 5px; }
	
	
	
	.screen_border_top { border-top: 1px solid #6e6e6e; }
	.screen_border_right { border-right: 1px solid #6e6e6e; }
	.screen_border_bottom { border-bottom: 1px solid #6e6e6e; }
	.screen_border_left { border-left: 1px solid #6e6e6e; }
	
	.border_lightgray{ border-color: #e6e6e6; }
	
	
	
	/* 2021-01-05 FIXED everywhere as per marketing */
	
			div.sectionHeader
			{
				position: fixed;
			}
			
			div.containerSubMenus
			{
				position: fixed;
				background-color: #fff;
				
				overflow-y: auto;
				
				/* set in footer to trigger overflow */
				max-height: 400px;
			}
	
	div.sectionHeader div.abblogocontainer
	{
		margin-top: 35px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 35px;
	}
	
	div.sectionMenu
	{
		position: relative;
		
		z-index: 10;
		
		overflow-y: auto;
		
		padding-top: 23px;
	}
	
	div.sectionMenu div.menuitem,
	div.sectionMenu a.menuitem
	{
		display: inline-block;
		/* float: left; */
		
		line-height: 100%;
		font-size: 90%;
		white-space: nowrap;
		
		padding: 14px 7px;
		
		border-bottom: 2px solid #fff;
		
	}
	div.sectionMenu div.menuitem:hover,
	div.sectionMenu a.menuitem:hover
	{
		background-color: #fff;
		color: #000;
		
		border-bottom: 2px solid #ff0000;
		
		cursor: pointer;
	}
	div.sectionMenu div.menuitem.menuitemActive,
	div.sectionMenu a.menuitem.menuitemActive
	{
		background-color: #fff;
		color: #000;
		
		border-bottom: 2px solid #ff0000;
	}
	/*
	div.sectionMenu div.menuitem.menuTrigger,
	div.sectionMenu a.menuitem.menuTrigger
	{
		background-image: url('/images/up_w.png');
		
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: center bottom;
	}
	div.sectionMenu div.menuitem.menuTrigger.menuitemActive,
	div.sectionMenu a.menuitem.menuTrigger.menuitemActive
	{
		background-image: url('/images/up_c.png');
	}
	*/
	div.sectionMenu div.menuitem_small,
	div.sectionMenu a.menuitem_small
	{
		display: inline-block;
		/* float: left; */
		
		line-height: 100%;
		font-size: 90%;
		white-space: nowrap;
		
		padding: 3px 10px;
		
	}
	div.sectionMenu div.menuitem_small:hover,
	div.sectionMenu a.menuitem_small:hover
	{
		background-color: #fff;
		color: #000;
		
		cursor: pointer;
	}
	div.sectionMenu div.menuitem.menuitem_search,
	div.sectionMenu a.menuitem.menuitem_search
	{
		background-image: url('/fr/images/loupe01.png');
		background-image: url('/video3/images/h1_search02.png');
		background-image: url('/video/images/h1_search02.png');
	
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center center;
		
		min-width: 40px;
	}
	
	
	
	div.containerSubMenus div.container_12
	{
		/* padding-top: 0px; */
		padding-top: 20px;
	}
	div.containerSubMenus div.menuitem_sub
	{
		padding: 5px;
	}
	div.containerSubMenus a.menuitem_thumb
	{
		display: block;
		
		background-color: #f9f9f9;
		background-color: #f0f0f0;
		border: 1px solid #e6e6e6;
		
		margin-bottom: 0px;
	}
	div.containerSubMenus a.menuitem_thumb div.divImage
	{
		width: 100%;
		height: 0px;
		padding-bottom: 50%;
		
		border-bottom: 1px solid #e6e6e6;
		
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	div.containerSubMenus a.menuitem_thumb div.divText
	{
		line-height: 100%;
		font-size: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
		padding: 10px 15px;
	}
	div.containerSubMenus a.menuitem_thumb:hover
	{
		color: #000;
		background-color: #f0f0f0;
		border: 1px solid #262626;
		
		cursor: pointer;
	}
	
	div.containerSubMenus div.menubox
	{
		border: 1px solid #e6e6e6;
		background-color: #f0f0f0;
		padding: 10px;
		padding: 20px;
		
		width: 100%;
		
		margin-left: 0%;
		margin-right: 0%;
		
		margin-bottom: 10px;
	}
	
	
	div.sectionFooter div.container_12
	{
		margin-bottom: 20px;
	}
	
	
	div.sectionFooter div.menuitem,
	div.sectionFooter a.menuitem
	{
		padding: 10px;
	}
	div.sectionFooter div.menuitem:hover,
	div.sectionFooter a.menuitem:hover
	{
	}
	
	
	div.sectionFooter div.socialIconContainer a.socialIcon
	{
		height: 40px;
		width: 40px;
	}
	
	
	div.sectionFrameLoad
	{
		width: 900px;
		
		margin-left: calc((100% - 900px)/2);
		margin-right: calc((100% - 900px)/2);
	}
	
	

}
