/* WEB FONTS */
@font-face {
    font-family: HelveticaNeue;
    src: url(/fonts/HelveticaNeue/HelveticaNeue.ttf);
}
@font-face {
    font-family: HelveticaNeueLight;
    src: url(/fonts/HelveticaNeue/HelveticaNeueLight.ttf);
}
@font-face {
    font-family: HelveticaNeueBold;
    src: url(/fonts/HelveticaNeue/HelveticaNeueBold.ttf);
}

/*
 * HTML5 Boilerplate
 * + reset.csshomeLeftCol
 * + hmg custom classes
 * =============================================================================
   Authors: SmS & JaP @horizonmarketing
 * =============================================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio[controls], canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: HelveticaNeueLight, "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
    font-size:13px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

a:hover, a:active {
    outline: 0;
}

b, strong {
    font-weight: bold;
}
select[disabled="disabled"] {
    color:#EBEBE4;
} 
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width:100%;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    cursor: pointer;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
    }

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
/* Missing 3/12/19:    background: #fff url(../images/container_bg.png) repeat-x top left; */
    min-height: 100%;
}

.btn {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    float: left;
    outline: none;
    border: 0;
    font-size: 0px;
    line-height: 0px;
    background-repeat: no-repeat;
    background-position: top left;
}

    .btn:hover, .btn.active {
        background-position: bottom left;
    }

a {
    color: #0079c2;
    text-decoration: none;
    outline: none;
}

.title {
    background-size: contain;
    display: block;
    overflow: hidden;
    text-indent: -2000px;
    font-size: 0px;
    line-height: 0px;
    background-position: top left;
    background-repeat: no-repeat;
}

strong {
    font-weight: bold;
}

sup {
    vertical-align: middle;
}

p {
    margin: 0 0 20px 0;
}

address {
    font-style: normal;
}

* em {
    font-style: italic !important;
}

.clear {
    clear: both;
}

.col {
    float: left;
}

.right {
    float: right;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.centertext {
    text-align: center;
}

input {
    outline: none;
}

input, textarea {
    /*-webkit-appearance: none;
    -webkit-border-radius: 0;*/
}

/*-- container -------------------------------------------*/
.container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    /*width: 1000px;*/
    width:100%;
    max-width: 1024px !important;
    margin:0 auto;
    
}
.holder .container {
  min-height: 400px;
}
header {
    background: url(../images/headerBG.jpg) repeat-x scroll;
    width: 100%;
    height: 125px;
    border-bottom: 4px solid #f2a725;
}

    header .container img {
        margin-top: 20px;
        float: left;
    }
    .country .selectboxit-text > img {
  margin-top: 7px;
}
    header .container .nav {
        float: right;
        position: relative;
        z-index: 99;
    }

        header .container .nav ul {
            clear: both;
            margin: 70px 0 0;
        }

            header .container .nav ul li {
                display: inline-block;
                position: relative;
                padding: 10px 15px 20px;
            }
            /*header .container .nav ul li:first-child {
                display: none;
            }*/
            div.container div.nav span#ctl00_ctl00_header_topnav_FlexMenu1 ul:first-child > li.mainNav1{
            
                /*display: none !important;*/
                /*padding: 0 !important;*/
            }
                
                header .container .nav ul li a {
                    color: #fff;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight:normal;
                    font-family: HelveticaNeueLight, "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
                }

                    header .container .nav ul li a.plus {
                        background: url(../images/navPlus.png) no-repeat scroll center right;
                        width: 10px;
                        height: 10px;
                        padding-right: 12px;
                    }
                   

                header .container .nav ul li:hover {
                    background-color: #003e7e;
                }

                    header .container .nav ul li:hover ul {
                        display: block;
                        position: absolute;
                    }

                header .container .nav ul li ul {
                    margin: 10px 0 0 -15px;
                    display: none;
                    background-color: #003e7e;
                    width: 250px;
                }

                    header .container .nav ul li ul li {
                        display: block;
                        border-bottom: 1px solid #025a9d;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        padding-left: 10px;
                        margin: 0;
                    }

                        header .container .nav ul li ul li:hover {
                            background-color: #025a9d;
                        }

                            header .container .nav ul li ul li:hover a {
                                text-decoration: underline;
                                color: #f2a725;
                                background-position: 0 -15px;
                            }

                        header .container .nav ul li ul li a {
                            font-size: 13px;
                            font-weight: 400;
                            text-transform: none;
                            padding-left: 10px;
                            background: url(../images/subArrowSprite.png) no-repeat scroll 0 2px;
                            font-family: Arial, Helvetica, sans-serif;
                        }

        header .container .nav .country {
            margin-top: 15px;
            float: right;
            color:#fff;
        }

        header .container .nav .search {
            margin: 15px 0 0 20px;
            float: right;
            border-left: 1px solid #cfd5e3;
            padding-left: 25px;
        }

    header form#search input {
        background-color: #f2a725;
        border: 1px solid #ffc869;
        color: #fff;
        font-size: 10px;
        padding: 5px 30px 5px 5px;
    }

    header form#search #searchImage {
        background: url(../images/magnifyingGlass.png) no-repeat scroll 0 3px;
        width: 25px;
        height: 25px;
        border: none;
    }

.slidercontainer {
    width: 100%;
    max-width: 1400px;
    height: 445px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

    .slidercontainer .controlscontainer {
        position: absolute;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        max-width: 1400px;
        text-align: center;
    }

        .slidercontainer .controlscontainer ul {
            display: inline-block;
        }

            .slidercontainer .controlscontainer ul li {
                float: left;
                margin: 0 12px 0;
            }

                .slidercontainer .controlscontainer ul li ~ li {
                    margin-left: 10px;
                }

                .slidercontainer .controlscontainer ul li a img {
                    border: 4px solid #fff;
                }

                .slidercontainer .controlscontainer ul li a.active img {
                    border: 4px solid #cd1041;
                }

                .slidercontainer .controlscontainer ul li a:hover img {
                    border: 4px solid #cd1041;
                }

.slides {
    position: absolute;
    top: 0;
    left: 0;
}

.slide {
    float: left;
    position: relative;
}

    .slide .imgholder {
        max-height: 415px;
        overflow: hidden;
        border-bottom: 1px solid #c9c9c9;
        padding-bottom: 5px;
    }

        .slide .imgholder img {
            width: 100%;
            min-width: 940px;
            display: block;
            height: 415px;
        }

    .slide .holder {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.slide .holder .slidecontent {
  background: url(/images/transbg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

            .slide .holder  .slidecontent .headline h2 {
                font-family: "HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
                
                font-size: 60px;
                text-shadow: 1px 1px #444;
            }

            .slide .holder  .slidecontent a {
                display: inline-block;
                background: #f2a725;
                color: #fff;
                font-size: 12px;
                padding: 8px 15px;
                margin: 25px 0 0 0;
            }

            .slide .holder  .slidecontent .headline > p {
                font-family: "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
                margin-top:-10px;
                font-size: 32px;
            }

.homeLeftCol {
    width: 640px;
    float: left;
    margin: 20px 0 0;
}
.homeMainTwoCol {
  width: 100%;
}

.homeLeftCol p {
  color: #5e5e5e;
  font-family: "HelveticaNeueW31-Light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
  font-size: 20px;
  line-height: 26px;
}

        .homeLeftCol p span {
            font-family: "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
            font-size: 36px;
            color: #cd1041;
            
            padding-right:10px;
            
        }

.homeButtons {
  float: right;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
.homeMainTwoCol .homeImg {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.homeLeftCol .homeButtons a {
  background-color: #e5e5e5;
  clear: both;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Helvetica Neue W31 Bold","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
  font-size: 12px;
  margin: 10px 35px;
  padding: 5px 15px;
  text-transform: uppercase;
}


    .homeLeftCol a:hover {
        background-color: #cd1041;
        color:#FFFFFF !important;
    }

    .homeLeftCol a.Button3D {
  background-color: #fff;
  padding: 10px 0;
  margin: 0;
}

     .homeLeftCol a.Button3D:hover {
  background-color: #fff;
  opacity:.9;
 
}
.homeLeftCol .systemsComp {
    margin-top: 40px;
}

.homeLeftCol .systemsComp h1 {
  color: #cd1041;
  float: left;
  font-family: "HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
  font-size: 32px;
  padding-right: 10px;
  position: absolute;
  z-index: 100;
}

    .homeLeftCol .systemsComp #homeTabs {
        padding-top: 5px;
        
    }

        .homeLeftCol .systemsComp #homeTabs img {
            float: right;
            margin: -18px 15px 0 0;
        }

        .homeLeftCol .systemsComp #homeTabs > div img {
            float: left;
            margin: 0;
        }

        .homeLeftCol .systemsComp #homeTabs ul li {
            display: inline-block;
        }

            .homeLeftCol .systemsComp #homeTabs ul li.ui-tabs-active a {
                background-position: 0 -41px;
            }

        .homeLeftCol .systemsComp #homeTabs a.products {
            background: url(../images/productsButton.png) no-repeat scroll top left;
            width: 150px;
            height: 40px;
            display: inline-block;
            text-indent: -9999px;
            padding: 0;
        }

        .homeLeftCol .systemsComp #homeTabs a.technology {
            /*background: url(../images/technologyButton.png) no-repeat scroll top left;*/
            width: 150px;
            height: 40px;
            display: inline-block;
            text-indent: -9999px;
            padding: 0;
        }

        .homeLeftCol .systemsComp #homeTabs a:hover {
            background-position: 0 -41px;
        }

    .homeLeftCol .systemsComp img {
        clear: both;
        float: left;
    }

    .homeLeftCol .systemsComp p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 21px;
        color: #666666;
        float: right;
        width: 425px;
        margin: 20px 40px 0 0;
    }

    .homeLeftCol .systemsComp #productSelect {
        float: left;
        margin: 20px 0px 0 80px;
    }

.homeRightCol {
    width: 325px;
    float: right;
    margin: 20px 0 0 0;
}

    .homeRightCol img {
        margin: -10px 0 0 0;
    }

    .homeRightCol .productSpotlight {
        width: 100%;
        background-color: #e5e5e5;
        overflow: hidden;
        padding-bottom: 40px;
    }

        .homeRightCol .productSpotlight img {
            width: 100%;
        }

        .homeRightCol .productSpotlight h1 {
            text-transform: uppercase;
            font-family: "Helvetica Neue W31 Bold","Helvetica Neue", Helvetica;
            color: #cd1041;
            font-size: 22px;
            line-height: 35px;
            width: 245px;
            margin: 15px auto 0;
        }

            .homeRightCol .productSpotlight h1 span {
                font-family: "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
                color: #000;
                font-size: 48px;
            }

            .lang1041 .homeRightCol .productSpotlight h1 span {
                 font-size: 36px;
            }

        .homeRightCol .productSpotlight p {
            color: #4b4b4b;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            line-height: 18px;
            width: 245px;
            margin: 20px auto 0;
        }

            .homeRightCol .productSpotlight p span {
                color: #cd1041;
                font-size: 18px;
                font-weight: bold;
                font-style: italic;
            }

                .homeRightCol .productSpotlight p span.black {
                    color: #000;
                    font-style: normal;
                }

        .homeRightCol .productSpotlight a {
            font-size: 11px;
            color: #f2a725;
            text-transform: uppercase;
            font-family: "HelveticaNeueW31-Light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
            float: right;
            margin: 10px 40px 0 0;
        }

#productSlide {
  height: 100px;
  margin: 40px auto 0;
  position: relative;
  width: 220px;
}

    #productSlide .slides_container {
        width: 220px;
        height: 200px;
    }

    #productSlide img {
  height: auto;
  margin: 0 auto;
  width: auto;
  max-height: 130px;
}

    #productSlide a {
  margin: auto;
  width: 220px;
  text-align:center;
}

        #productSlide a.next {
            float: right;
            background: url(../images/productArrowNext.png) no-repeat scroll;
            width: 20px;
            height: 40px;
            display: block;
            text-indent: -9999px;
            margin: 0;
            position: absolute;
            top: 90px;
            right: -30px;
        }

        #productSlide a.prev {
            float: left;
            background: url(../images/productArrowPrev.png) no-repeat scroll;
            width: 20px;
            height: 40px;
            display: block;
            text-indent: -9999px;
            margin: 0;
            position: absolute;
            top: 90px;
            left: -30px;
        }

hr {
    clear: both;
    color: #e5e5e5;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 4px;
}

    hr.noBottomMargin {
        margin-bottom: 0;
    }

.newsAndEvents h1 {
    font-family: "HelveticaNeueW01-Thin","Helvetica Neue", Helvetica;
    font-size: 32px;
    color: #cd1041;
}

.news {
    width: 675px;
    float: left;
    margin: 20px 0 0;
    padding: 0 0 50px 0;
}

    .news p {
        width: 300px;
        margin: 20px 30px 0 0;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
    }

        .news p span {
            font-weight: bold;
        }

    .news a {
        color: #cd1041;
        text-decoration: underline;
        font-size: 13px;
    }

        .news a.viewMore {
            clear: both;
            display: inline-block;
            margin: 20px 0 0 0;
        }

.events {
    margin: 20px 0 0;
    padding: 0 0 50px 0;
    width: 325px;
    float: right;
}

    .events p {
        width: 300px;
        margin: 5px 0 0 0;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
    }

        .events p.largeMargin {
            margin: 15px 0 0 0;
        }

        .events p span {
            font-weight: bold;
        }

    .events a {
        color: #cd1041;
        text-decoration: underline;
        font-size: 13px;
    }

        .events a.viewMore {
            clear: both;
            display: inline-block;
            margin: 15px 0 0 0;
        }

.buckets {
    background-color: #e5e5e5;
    width: 100%;
    clear: both;
    padding: 25px 0px 20px;
}

.bucket1 {
    width: 320px;
    height: 125px;
    display: inline-block;
}

.bucket2 {
    width: 320px;
    height: 125px;
    display: inline-block;
    margin: 0 15px 0;
}

.bucket3 {
    width: 320px;
    height: 125px;
    display: inline-block;
}

.buckets a h3 {
    background-color: #000;
    text-transform: uppercase;
    font-family: "Helvetica Neue W31 Bold","Helvetica Neue", Helvetica;
    font-size: 13px;
    text-align: center;
    padding: 3px;
    margin-top: -4px;
    color: #fff;
}

.buckets a:hover h3 {
    background-color: #cd1041;
    
}

footer {
  border-top: 4px solid #f2a725;
  clear: both;
  min-height: 185px;
  width: 100%;
  /*background: url("../images/headerBG.jpg") repeat-x scroll 0 0 / 2% auto rgba(0, 0, 0, 0);*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181d3b+0,1c2449+49,212957+100 */
  background: #181d3b; /* Old browsers */
  background: -moz-linear-gradient(top, #181d3b 0%, #1c2449 49%, #212957 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #181d3b 0%,#1c2449 49%,#212957 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #181d3b 0%,#1c2449 49%,#212957 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181d3b', endColorstr='#212957',GradientType=0 ); /* IE6-9 */
}

    footer img {
        float: right;
        
    }

    footer .footerNav {
        width: 100%;
        float: left;
    }

        footer .footerNav ul {
            margin: 30px 0 0 0;
        }

            footer .footerNav ul li {
                color: #a7b2cc;
                font-size: 10px;
                font-family: Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                display: inline-block;
                margin: 0 5px 0;
                line-height: 18px;
            }
            footer .footerNav ul li .icon { display:none; }

                footer .footerNav ul li.noMargin {
                    margin-left: 0;
                }

                footer .footerNav ul li a {
                    color: #a7b2cc;
                }

        footer .footerNav p {
            color: #a7b2cc;
            font-size: 10px;
            font-family: Arial, Helvetica, sans-serif;
            margin: 15px 0 0 0;
        }

            footer .footerNav p a {
                text-decoration: underline;
                color: #a7b2cc;
            }
/* Footer Menu */
footer .footerMenu ul { display:none; }
footer .footerMenu > ul { display:block; }
footer .legalCopy ul { margin:0; }
.subpageMasthead {
    background: url(../images/subpageMasthead.jpg) no-repeat scroll top center #d6d6d6;
    height: 148px;
    width: 100%;
}

.subpageMasthead.Products {
  background: url("/uploadedImages/submast-Products.jpg?c=no") no-repeat scroll center top #d6d6d6;
}
.subpageMasthead.Markets {
  background: url("/uploadedImages/submast-Markets.jpg?c=no") no-repeat scroll center top #d6d6d6;
}
.subpageMasthead.Technology {
  background: url("/uploadedImages/submast-Technology.jpg?c=no") no-repeat scroll center top #d6d6d6;
}
.subpageMasthead.About {
  background: url("/uploadedImages/submast-About.jpg?c=no") no-repeat scroll center top #d6d6d6;
}
.subpageMasthead.Contact {
  background: url("/uploadedImages/submast-Contact.jpg?c=no") no-repeat scroll center top #d6d6d6;
}
.subpageMasthead.Service {
  background: url("/uploadedImages/submast-Service.jpg?c=no") no-repeat scroll center top #d6d6d6;
}

.subpageMasthead .container:before {
  content: url("/images/bannerFade-left.png");
  position: absolute;
  left: -230px;
}
.subpageMasthead .container:after {
  content: url("/images/bannerFade-right.png");
  position: absolute;
  right: -230px;
  top: 0;
}
.gs-bidi-start-align.gs-snippet {
  color: #8c8c8c;
}
    .subpageMasthead h1 {
        font-family: HelveticaNeueLight,"HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
        font-size: 57px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        padding-top: 40px;
        background-image: none;
        line-height: 57px;
        
    }

.subNavLeft {
    width: 250px;
    float: left;
}

    .subNavLeft #subNav h3, .subNavLeft h3 {
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 11px;
        color: #fff;
        background-color: #cd1041;
        padding: 15px 0 15px 10px;
        text-transform: uppercase;
        cursor: pointer;
        border-left: 4px solid #cd1041;
        outline: none;
    }

        .subNavLeft h3 a {
            color: #fff;
            display: block;
        }

        .subNavLeft h3:before {
            content: " ";
            border-bottom: 1px solid #fff;
            position: absolute;
            bottom: 0;
            left: -4px;
            right: 0px;
            display: block;
        }

        /*.subNavLeft #subNav h3::after {
            content: "+";
            font-weight: normal;
            float: right;
            margin: -13px 10px 0 0;
        }*/

        /*.subNavLeft #subNav h3:after {
  
  content: "+";
  float: right;
  height: 100%;
  margin: -25px 0 0;
  padding: 10px;
}*/


        .subNavLeft #subNav h3:before {
            content: " ";
            border-bottom: 1px solid #fff;
            position: absolute;
            bottom: 0;
            left: -4px;
            right: 0px;
            display: block;
        }

        .subNavLeft #subNav h3.noChild::after {
           /*content: ">";
float: right;
font-size: 18px;
font-weight: bold;
margin: -10px 13px 0 0;*/
        }

        .subNavLeft #subNav h3:hover, .subNavLeft h3:hover {
            background-color: #272424;
            border-left: 4px solid #000;
            color: #fff;
            outline: none;
        }

    .subNavLeft #subNav ul {
        padding: 0 0 20px 0;
    }

        .subNavLeft #subNav ul li {
            padding: 1px 0 0;
        }

            .subNavLeft #subNav ul li a {
                color: #000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
            }

                .subNavLeft #subNav ul li a:hover {
                    color: #cd1041;
                    text-decoration: underline;
                }

    .subNavLeft #subNav .ui-accordion-header-active {
        background-color: #cd1041;
        border-left: 4px solid #000;
        border-bottom: none;
        color: #000;
        outline: none;
    }

        /*.subNavLeft #subNav .ui-accordion-header-active::after {
            content: "-";
        }*/

    .subNavLeft #subNav h3.ui-accordion-header-active:before {
        content: " ";
        border-bottom: 0px solid #fff;
        position: absolute;
        bottom: 0;
        left: -4px;
        right: 0px;
        display: block;
    }

    .subNavLeft #subNav .ui-accordion-content-active {
        background-color: #e5e5e5;
        border-left: 4px solid #000;
        display: block;
    }

    .subNavLeft #subNav span span h3 {
        background-color: #cd1041 !important;
    }

.ui-accordion-header-active a:hover, .ui-accordion-header-active:hover {
    color: #FFFFFF !important;
}

.ui-accordion-header-active a {
    color: #272424 !important;
}



.mainContent .twoCol {
    width: 730px;
    float: right;
    padding-bottom: 50px;
}

.mainContent .middleCol {
    /*width: 490px;
    float: left;*/
    padding-bottom: 50px;
    /*padding-left: 20px;*/
}

.mainContent .subRightCol {
    /*width: 225px;
    float: right;*/
}

.mainContent .activePage {
   /* min-width: 500px;
    float: left;*/
	width: 75%;
	float: left;
	padding-right: 15px;
}

.mainContent .middleCol .activePage {
	width: 100%;
}

    .mainContent .activePage p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
    }

        .mainContent .activePage p a {
            color: #666666;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

            .mainContent .activePage p a.activeTitle {
                color: #ce2444;
            }

.mainContent .yellowButtons {
    float: right;
    margin-top: 20px;
	margin-bottom: 10px;
	width: 25%;
}

.mainContent .subRightCol .yellowButtons {
    float: none;
	width: 100%;
}

.mainContent .yellowButtons a.printPage {
    /*background: url(../images/printPage.png) no-repeat scroll;*/
    width: 145px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    margin-top: 5px;
     background-position: 0 -42px;
     cursor:pointer;
}

.mainContent .yellowButtons a.emailFriend {
    /*background: url(../images/emailFriend.png) no-repeat scroll;*/
    width: 145px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-position: 0 -41px;
    cursor:pointer;
}


.lang1033 a.emailFriend {
    background: url(../images/emailFriend-en.png) no-repeat scroll;
}
.lang1033 a.printPage {
    background: url(../images/printPage-en.png) no-repeat scroll;
}

.lang1031 a.emailFriend {
    background: url(../images/emailFriend-de.png) no-repeat scroll;
}
.lang1031 a.printPage {
    background: url(../images/printPage-de.png) no-repeat scroll;
}

.lang2052 a.emailFriend {
    background: url(../images/emailFriend-cn.png) no-repeat scroll;
}
.lang2052 a.printPage {
    background: url(../images/printPage-cn.png) no-repeat scroll;
}

.lang1041 a.emailFriend {
    background: url(../images/emailFriend-jp.png) no-repeat scroll;
}
.lang1041 a.printPage {
    background: url(../images/printPage-jp.png) no-repeat scroll;
}
/*.lang1031 .mainContent .yellowButtons a.emailFriend {
  background: url("../images/deEmailFriend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lang1031 .mainContent .yellowButtons a.emailFriend:hover {
    background-position: 0 -41px;
}*/

.mainContent .yellowButtons a.printPage:hover {
    background-position: 0 0;
}

.mainContent .yellowButtons a.emailFriend:hover {
    background-position: 0 0;
}

.mainContent h1 {
    clear: both;
    font-family: HelveticaNeueLight, "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
    font-size: 30px;
    color: #cd1041;
    padding-bottom:10px;   
	width: 100%;
}

.mainContent h2 {
    
    font-size: 20px;
    color: #272424;
    line-height: 24px;
    
}

.mainContent p {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica;
    font-size: 13px;
    color: #5e5e5e;
    line-height: 18px;
    margin-top: 20px;
}

.mainContent a {
    color: #cd1041;
    font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
    text-decoration: underline;
}

.mainContent ul li {
    font-family: "Helvetica Neue W31";
    font-size: 12px;
    color: #5e5e5e;
    line-height: 18px;
    margin-top: 20px;
}

.mainContent .mainImage ul {
    text-align: center;
    margin-top: 60px;
}

    .mainContent .mainImage ul li {
        display: inline-block;
    }

        .mainContent .mainImage ul li a {
            font-size: 12px;
            margin: 10px 20px 20px 15px;
        }

.mainContent .mainImage img {
    padding-top: 10px;
    padding-bottom: 40px;
}

.mainContent .subRightCol .requestInfo {
    margin: 30px 0;
}

    .mainContent .subRightCol .requestInfo a {
        /*background-color: #cd1041;
        padding: 3px 34px 3px;
        color: #fff;
        text-transform: uppercase;
        font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
        font-size: 12px;
        text-decoration: none;*/

        background: #cd1042;
  background-image: -webkit-linear-gradient(top, #cd1042, #990c32);
  background-image: -moz-linear-gradient(top, #cd1042, #990c32);
  background-image: -ms-linear-gradient(top, #cd1042, #990c32);
  background-image: -o-linear-gradient(top, #cd1042, #990c32);
  background-image: linear-gradient(to bottom, #cd1042, #990c32);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px #666666;
  -moz-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
  color: #ffffff;
  font-size: 14px !important;
    padding: 5px 15px;
  text-decoration: none;

    }

        .mainContent .subRightCol .requestInfo a:hover {
            background: #cd1042 !important;
        }




    .lang1031 .requestInfo > a {
  padding: 3px 20px !important;
}
        .mainContent .subRightCol .requestInfo a:hover {
            background-color: #000;
        }

.subRightCol .productSpotlight {
    width: 100%;
    background-color: #e5e5e5;
    overflow: hidden;
    padding-bottom: 40px;
}

    .subRightCol .productSpotlight h1 {
        font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
        color: #cd1041;
        font-size: 22px;
        line-height: 35px;
        width: 100%;
        margin: 0;
        padding: 15px 20px 5px 20px;
    }

       .subRightCol .productSpotlight h1 span {
          color: #000;
          font-family: HelveticaNeueLight,"HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
          font-size: 48px;
          width: 100%;
          float:none;
          display:block;
        }

    .subRightCol .productSpotlight p {
        color: #4b4b4b;
        font-family: HelveticaNeue, "Helvetica Neue", Helvetica;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        margin: 0;
        padding:0 20px 10px 20px;
    }

        .subRightCol .productSpotlight p span {
            font-weight: bold;
            color: #000;
        }

    .subRightCol .productSpotlight a {
        font-size: 11px;
        color: #f2a725;
        text-transform: uppercase;
        font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
        margin: 10px 40px 0 0;
    }

#tabs ul {
    margin-top: 20px;
}

    #tabs ul li {
        display: inline-block;
    }

        #tabs ul li a.partsTab1 {
            background: url(../images/runnerNozzles.png) no-repeat scroll;
            width: 181px;
            height: 30px;
            display: block;
            text-indent: -99999px;
        }

        #tabs ul li a.partsTab2 {
            background: url(../images/sprueBushings.png) no-repeat scroll;
            width: 144px;
            height: 30px;
            display: block;
            text-indent: -99999px;
        }

        #tabs ul li a.partsTab3 {
            background: url(../images/ringNozzles.png) no-repeat scroll;
            width: 184px;
            height: 30px;
            display: block;
            text-indent: -99999px;
        }

        #tabs ul li a.partsTab4 {
            background: url(../images/threadedNozzles.png) no-repeat scroll;
            width: 158px;
            height: 30px;
            display: block;
            text-indent: -99999px;
        }

        #tabs ul li a:hover {
            background-position: 0 -40px;
        }

        #tabs ul li.ui-tabs-active a {
            background-position: 0 -40px;
        }
.ui-tabs-panel { 
    clear:both;
    display:block; 
}
#tabs img {
    margin: 25px 0 0 0;
}

#tabNewsEvents {
    padding-bottom: 50px;
}

    #tabNewsEvents ul {
        margin-top: 10px;
    }

        #tabNewsEvents ul li {
            display: inline-block;
            margin-bottom:15px;
        }

            #tabNewsEvents ul li a.newsTab1 {
                background: url(../images/newsTab.png) no-repeat scroll; /*width: 110px;*/
                width: 87px;
                height: 30px;
                display: block;
                text-indent: -99999px;
            }

            #tabNewsEvents ul li a.newsTab2 {
                background: url(../images/eventsTab.png) no-repeat scroll; /*width: 110px;*/
                width: 87px;
                height: 30px;
                display: block;
                text-indent: -99999px;
            }
            .lang1031 #tabNewsEvents ul li a.newsTab2 {
                background: url("../images/DEeventsTab.png");
 
            }
            .lang1031 #tabNewsEvents ul li a:hover,
            .lang1031 #tabNewsEvents ul li.ui-tabs-active a {
                background-position: 0 -42px;
            }

            .lang2052 #tabNewsEvents ul li a.newsTab2 {
                background: url("../images/CNeventsTab.png");
 
            }
            .lang2052 #tabNewsEvents ul li a:hover,
            .lang2052 #tabNewsEvents ul li.ui-tabs-active a {
                background-position: 0 -42px;
            }

            .lang1041 #tabNewsEvents ul li a.newsTab2 {
                background: url("../images/JPeventsTab.png");
 
            }
            .lang1041 #tabNewsEvents ul li a:hover,
            .lang1041 #tabNewsEvents ul li.ui-tabs-active a {
                background-position: 0 -42px;
            }


            #tabNewsEvents ul li a:hover {
                background-position: 0 -42px;
            }

            #tabNewsEvents ul li.ui-tabs-active a {
                background-position: 0 -42px;
            }

            .lang1031 #tabNewsEvents ul li a.newsTab1 {
                background: url("/images/DENewsTab.png");
            }
                .lang1031 #tabNewsEvents ul li a.newsTab1:hover,
                .lang1031 #tabNewsEvents ul li.ui-tabs-active a  {
                    background-position: 0 -42px;
                }

                 .lang2052 #tabNewsEvents ul li a.newsTab1 {
                background: url("/images/CNNewsTab.png");
            }
                .lang2052 #tabNewsEvents ul li a.newsTab1:hover,
                .lang2052 #tabNewsEvents ul li.ui-tabs-active a  {
                    background-position: 0 -42px;
                }

                 .lang1041 #tabNewsEvents ul li a.newsTab1 {
                background: url("/images/JPNewsTab.png");
            }
                .lang1041 #tabNewsEvents ul li a.newsTab1:hover,
                .lang1041 #tabNewsEvents ul li.ui-tabs-active a  {
                    background-position: 0 -42px;
                }

    #tabNewsEvents .viewAll {
        font-size: 12px;
        float: right;
    }

    #tabNewsEvents ul.ui-tabs-nav li a {
        padding: 0.3em !important;
    }
/*-------- Select Box ----------------- */

/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/


/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.country .selectboxit-container {
    width: 150px;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
    font: 11px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

.country .selectboxit-option-icon-container > img {
    margin-top: 9px;
    padding-right: 5px;
}

.selectbox-wrapper img {
    margin-right: 10px;
    position: relative;
    top: -15px;
}
/* Button */
.selectboxit-container .selectboxit {
    width: 220px; /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 30px; /* Height of the drop down */
    line-height: 33px; /* Vertically positions the drop down text */
    display: block;
    
    font-size: 11px;
    cursor: pointer;
    text-transform:uppercase;
}

#productsSelectSelectBoxItOptions a {
    color: #333;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
    outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

/* Button Text */
.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    text-align: left;
}


/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

    /* Individual Option Hover Action */
    .selectboxit-option .selectboxit-option-anchor:hover {
        text-decoration: none;
    }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px; /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}


    /* Drop Down optgroup header hover psuedo class */
    .selectboxit-optgroup-header:hover {
        cursor: default;
    }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

    /* Drop Down down arrow for jQueryUI and jQuery Mobile */
    .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
        top: 30%;
    }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
    width: 30px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
    background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.languageDropdown ul {
    background-color: #003e7e;
    height: 125px;
    margin: 30px 0 0 -10px !important;
    padding: 0 5px;
    width: 130px;
    position: absolute;
    z-index: 1;
    float:none;
    display:block;
    /*display:none;*/
}

    .languageDropdown ul li {
        /*display: block;*/
        padding: 5px;
        height: 20px;
        float: left;
    }
    .languageDropdown ul li img { 
        margin-top:0; 
        top:1px;
    }

/*#testSelectBoxItArrowContainer {
    background: url(../images/languageArrow.png) no-repeat scroll 0 13px;
}*/
.dropdownArrow {
    background: url(../images/languageArrow.png) no-repeat scroll 0 13px;
}

#hptab0SelectSelectBoxItText {
    color: #000;
    font-size: 14px;
}

#hptab0SelectSelectBoxItContainer {
    float: left;
    margin: 20px 0px 0px 100px;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 5px;
}

#hptab0SelectSelectBoxItArrowContainer {
    background: url(../images/selectArrow.jpg) no-repeat scroll 5px 7px;
}

#hptab0SelectSelectBoxItContainer ul#hptab0SelectSelectBoxItOptions li.selectboxit-option {
    display: block;
}

    #hptab0SelectSelectBoxItContainer ul#hptab0SelectSelectBoxItOptions li.selectboxit-option a {
        padding: 5px;
    }

#hptab1SelectSelectBoxItText {
    color: #000;
    font-size: 14px;
}

#hptab1SelectSelectBoxItContainer {
    float: left;
    margin: 20px 0px 0px 100px;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 5px;
}

#hptab1SelectSelectBoxItArrowContainer {
    background: url(../images/selectArrow.jpg) no-repeat scroll 5px 7px;
}

#hptab1SelectSelectBoxItContainer ul#hptab1SelectSelectBoxItOptions li.selectboxit-option {
    display: block;
}

    #hptab1SelectSelectBoxItContainer ul#hptab1SelectSelectBoxItOptions li.selectboxit-option a {
        padding: 5px;
    }



/* ==|== media queries ====================================================== */



/* ==|== AKUMINA ====================================================== */

.productSpotlight h2 {
    padding: 0 20px;
    margin-top: 0;
}

.productSpotlight a {
    color: #cd1041 !important;
    line-height: 14px;
    text-decoration: none;
    display: inline;
    float: left;
}

.DMSTabs .tab span a span {
    font-weight: normal;
}

#controls img {
    height: 32px;
    width: 174px;
}

.fauxLeftNavH3 {
    left: 0;
    top: -20px;
    width: 100%;
}

.ekflexmenu_submenu_items_hidden {
    display: none;
}
/* updates for product index */
.productIndex_group {
    clear: both;
}

.productIndex_product {
    border: 1px solid #FFFFFF;
    float: left;
    margin: 5px 15px;
    min-height: 75px;
    width: 145px;
}

.productIndex_product_title {
    background-color: #DFDFDF;
    border-right: 4px solid #FFFFFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

    .productIndex_product_title > a {
        font-size: 12px;
        color: #000000;
    }

.productIndex_product_pdf, .productIndex_product_3d {
    background-color: #DFDFDF;
    border: 2px solid #FFFFFF;
    clear: right;
    float: left;
    margin-left: -1px;
    min-height: 35px;
    padding: 5px;
    text-align: center;
    width:50%;
}

.productIndex_product_pdf_100, .productIndex_product_3d_100 {
    background-color: #DFDFDF;
    border-top: 4px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    clear: right;
    float: left;
    margin-left: -1px;
    min-height: 20px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.productIndex_product_pdf_33, .productIndex_product_3d_33 {
    background-color: #DFDFDF;
    border: 1px solid #FFFFFF;
    clear: right;
    float: left;
    margin-left: -1px;
    min-height: 35px;
    padding: 5px;
    text-align: center;
    width: 33.4%;
}
.mainContent .overviewBlocks ul {
    margin:0;
    padding:0;
}
.mainContent .overviewBlocks li {
    list-style:none !important;
    float:left;
    width:25%;
}
.mainContent .overviewBlocks li .label { text-align:center; }
.mainContent .overviewBlocks li a { text-decoration:none; }
.mainContent .overviewBlocks li .img img {
    width: 175px;
    height: 149px;
}
#markets_home {
    /*background-image: url("/images/markets/markets_home_bg.png");*/
    width: 100%;
    border:3px solid #f4f4f4;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#markets_auto_home {
    /*background-image: url("/images/markets/markets_auto_home_bg.png");
    background-repeat: no-repeat;
    background-color: #e3e3e3;*/
    border:3px solid #f4f4f4;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
}

.German .markets_auto_top a h3 {
    margin-left: -15px !important;
    font-size: 12px !important;
}


.markets_auto_top img {
    padding-top: 10px;
}

#markets_pce_home {
    /*background-image: url("/images/markets/markets_pce_home_bg.png");
    background-repeat: no-repeat;
    background-color: #e3e3e3;*/
    border:3px solid #f4f4f4;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin-bottom:20px;
}

.markets_pce_top img {
    max-height: 110px;
    padding-top: 10px;
}

.markets_pce_top.Japanese h3 {
    font-size: 13px;
}

#markets_trans_home {
    /*background-image: url("/images/markets/markets_trans_home_bg.png");
    background-repeat: no-repeat;
    background-color: #e3e3e3;
    width: 753px;
    min-height: 180px;*/
    width: 100%;
    margin-top: 20px;
    border: 3px solid #f4f4f4;
    border-radius: 10px;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    margin-bottom: 20px;
}

.marketsbottom {
    background-image: url("/images/markets/markets_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px 20px 10px 10px;
}

#markets_supage p {
    padding: 0px 20px 0px 10px;
}

#markets_home h3, #markets_auto_home h3, #markets_pce_home h3, #markets_trans_home h3 {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

div.markets_home_top img {
    max-height: 110px;
    text-align: center;
}

.markets_home_top {
    float: left;
    width: 33%;
    height: 180px;
    border-right:1px solid #c6c6c6;
}
.markets_home_top:last-child { border-right:none; }
.markets_auto_top, .markets_pce_top {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #c6c6c6;
}
.markets_auto_top:last-child, .markets_pce_top:last-child { border-right:none; }
.markets_trans_top {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #c6c6c6;
    position: relative;
}

    .markets_trans_top img {
        margin-top: 10px;
    }

#markets_subpage_left {
   /* float: left;
    padding: 20px;
    width: 300px;*/
}

#markets_subpage_right {
    /*float: left;
    padding: 10px;
    width: 386px;*/
}

.markets_subpage_content label {
    float: left;
    width: 150px;
    font-size: 11px;
    color: #777;
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.markets_subpage_content span {
    display: block;
    float: left;
    font-size: 11px;
    width: 200px;
    color: #777;
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

#markets_case_studies {
    /*background-image: url("/images/markets/markets_case_studies_bg.png");*/
    width: 100%;
    margin-top: 20px;
    border:3px solid #f4f4f4;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin-bottom:20px;
}

.markets_case_studies.German {
    /*background-image: url("/images/markets/markets_case_studies_bg_german.png") !important;*/
    /*background-position: center bottom !important;
    background-repeat: no-repeat !important;
    height: 225px !important;*/
    border:3px solid #f4f4f4;
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
}

.markets_case_study {
    float: left;
    width: 33%;
    padding: 0 10px 10px 10px;
    position: relative;
    border-right: 1px solid #c6c6c6;
    position:relative;
}
.markets_case_study:last-child { border-right:none; }

.markets_case_studies.German .markets_case_study {
    /*height: 100% !important;*/
    border-right: 1px solid #c6c6c6;
}
    .markets_case_studies.German .markets_case_study:last-child { border-right:none; }
    .markets_case_studies.German .markets_case_study p a {
        /*position: absolute;*/
        padding-bottom: 20px;
    }

.markets_case_study h3 {
    background-image: url("/images/markets/markets_titlebar.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #777;
    font-size: 10px;
    padding: 15px 0 5px;
    text-transform: uppercase;
}

.markets_case_study h4 {
    background-image: none;
    color: #666;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.markets_monetizing_icon {
    background-image: url(/images/markets/markets_callouts_icon_report.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
    position: absolute;
    top: -15px;
    right:10px;
}

.markets_global_icon {
    background-image: url(/images/markets/markets_callouts_icon_global.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -15px;
    right: 10px;;
}

.markets_design_icon {
    background-image: url(/images/markets/markets_callouts_icon_design.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
    position: absolute;
    top: -15px;
    right:10px;
}

/* ==|== AKUMINA ====================================================== */

ul.sublevel {
    background-color: #e5e5e5;
    display: none;
    /*list-style: outside none none;
    margin: 0 0 4px;
    padding: 7px 0 3px;*/
    /*width: 246px;*/
}

.subNavLeft #subNav h3:hover, .subNavLeft h3:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.subNavLeft #subNav ul li h3 a:hover {
    color: #cd1041 !important;
    text-decoration: none !important;
}

/*#subNav ul li {
    padding: 0px !important;
}*/

#subNav ul.sublevel li {
    padding: 5px 15px !important;
}

.subNavLeft #subNav h3, .subNavLeft h3 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    line-height: 15px !important;
    /*height: 37px;*/
}

.subNavLeft #subNav ul li a {
    color: #ffffff !important;
}

.subNavLeft #subNav ul li.accordionNode h3.ui-accordion-header-active a {
    /*color: #000 !important;*/
}

    .subNavLeft #subNav ul li.accordionNode h3.ui-accordion-header-active a:hover {
        color: #FFF !important;
    }

#subNav ul.sublevel li a {
    color: #000 !important;
}

.subNavLeft #subNav ul.sublevel li a:hover {
    color: #cd1041 !important;
    text-decoration: underline !important;
}

.subNavLeft #subNav ul li h3 a:hover {
    color: #fff !important;
}

.modalPopup {
    background-color: #ffffff;
    border: 3px solid Gray;
    font-family: verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 3px;
    width: 500px;
}

.modalBackground {
    background-color: Gray;
    opacity: 0.7;
}

.selectbox-wrapper-2 ul.selectboxit-options {
    width: 208px;
    left: 0;
top: 0;

}

.homeLeftCol .systemsComp .selectbox-wrapper-2 ul li {
    display: inline-block;
    float: left !important;
    width: 240px !important;
}

#productsSelectSelectBoxItText {
    color: #000;
    font-size: 14px;
}

#productsSelectSelectBoxItContainer {
    float: left;
    margin: 20px 0px 0px 100px;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 5px;
}

#productsSelectSelectBoxItArrowContainer {
    background: url(../images/selectArrow.jpg) no-repeat scroll 5px 7px;
}

#productsSelectSelectBoxItContainer ul#productsSelectSelectBoxItOptions li.selectboxit-option {
    display: block;
}

    #productsSelectSelectBoxItContainer ul#productsSelectSelectBoxItOptions li.selectboxit-option a {
        padding: 5px;
    }

/*********************** TABS ******************************/


/* Products pages Tabs */
/* NON-IE TABS */
.ajax_tabs .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

.ajax_tabs .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

.ajax_tabs .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs .ajax__tab_hover .ajax__tab_outer {
    background: url(/images/tab_active_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 22px;
}

.ajax_tabs .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs .ajax__tab_active .ajax__tab_outer {
    background: url(/images/tab_active_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 22px;
}

.ajax_tabs .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs .ajax__tab_body {
    height: 100%;
    padding: 8px;
    background-color: #ffffff;
}

/* IE6 */
* html .ajax_tabs .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

* html .ajax_tabs .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

* html .ajax_tabs .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

* html .ajax_tabs .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    padding-top: 7px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* html .ajax_tabs .ajax__tab_active .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* html .ajax_tabs .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* html .ajax_tabs .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* html .ajax_tabs .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* html .ajax_tabs .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* html .ajax_tabs .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* IE7 */
* + html .ajax_tabs .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

* + html .ajax_tabs .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

* + html .ajax_tabs .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    padding-top: 7px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* + html .ajax_tabs .ajax__tab_active .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* + html .ajax_tabs .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* + html .ajax_tabs .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* + html .ajax_tabs .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* scrolling */
.ajax_tabs .ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax_tabs .ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax_tabs .ajax__scroll_both {
    overflow: scroll;
}

.ajax_tabs .ajax__scroll_auto {
    overflow: auto;
}




/* Product Tabs GERMAN ONLY */

/* NON-IE TABS */
.ajax_tabs_german .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

.ajax_tabs_german .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

.ajax_tabs_german .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs_german .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs_german .ajax__tab_hover .ajax__tab_outer {
    background: url(/images/tab_active_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 22px;
}

.ajax_tabs_german .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs_german .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs_german .ajax__tab_active .ajax__tab_outer {
    background: url(/images/tab_active_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 22px;
}

.ajax_tabs_german .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    height: 33px;
    padding-left: 9px;
}

.ajax_tabs_german .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    height: 25px;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 12px;
    margin-right: -12px;
    margin-top: 0px;
    margin-bottom: -11px;
}

.ajax_tabs_german .ajax__tab_body {
    height: 100%;
    padding: 8px;
    background-color: #ffffff;
}

/* IE6 */
* html .ajax_tabs_german .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

* html .ajax_tabs_german .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

* html .ajax_tabs_german .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

* html .ajax_tabs_german .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    padding-top: 7px;
    padding-bottom: 11px;
    padding-left: 0px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* html .ajax_tabs_german .ajax__tab_active .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* html .ajax_tabs_german .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* html .ajax_tabs_german .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 2px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* html .ajax_tabs_german .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* html .ajax_tabs_german .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* html .ajax_tabs_german .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 2px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* IE7 */
* + html .ajax_tabs_german .ajax__tab_header {
    color: #cd1041;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}

* + html .ajax_tabs_german .ajax__tab_outer {
    background: url(/images/tab_right.jpg) no-repeat top right;
    height: 33px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs_german .ajax__tab_inner {
    background: url(/images/tab_left.jpg) no-repeat top left;
    height: 33px;
    padding-left: 9px;
}

* + html .ajax_tabs_german .ajax__tab_tab {
    background: url(/images/tab_bg.jpg) repeat-x;
    padding-top: 7px;
    padding-bottom: 11px;
    padding-left: 2px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* + html .ajax_tabs_german .ajax__tab_active .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs_german .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* + html .ajax_tabs_german .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 2px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

* + html .ajax_tabs_german .ajax__tab_hover .ajax__tab_outer {
    background: #FFFFFF url(/images/tab_active_right.jpg) no-repeat top right;
    margin-right: 2px;
    margin-top: -34px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

* + html .ajax_tabs_german .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tab_active_left.jpg) no-repeat left;
    padding-left: 9px;
}

* + html .ajax_tabs_german .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tab_active_bg.jpg) repeat-x;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 2px;
    padding-right: 12px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* scrolling */
.ajax_tabs_german .ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax_tabs_german .ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax_tabs_german .ajax__scroll_both {
    overflow: scroll;
}

.ajax_tabs_german .ajax__scroll_auto {
    overflow: auto;
}




.tab_page_inner_top {
    background: url(/images/tab_page_inner_top.gif) no-repeat top;
    height: 10px;
    width: 749px;
}

.tab_page_inner_left_1 {
    background: url(/images/tab_left1_repeat_y.gif) repeat-y top;
    height: 100%;
    width: 1px;
    margin-top: 12px;
}

.tab_page_inner_left_2 {
    background: url(/images/tab_left2_norepeat.gif) no-repeat top;
    height: 313px;
    width: 11px;
}

.tab_page_inner_middle {
    height: 100%;
    background-color: #d6d5d5;
    padding-top: 8px;
    padding-right: 0px;
}

.tab_page_inner_right_1 {
    background: url(/images/tab_right1_norepeat.gif) no-repeat top right;
    height: 313px;
    width: 8px;
}

.tab_page_inner_right_2 {
    background: url(/images/tab_right2_repeat_y.gif) repeat-y top;
    height: 100%;
    width: 5px;
}

.tab_page_inner_bottom {
    background: url(/images/tab_page_inner_bottom.gif) no-repeat top;
    height: 20px;
    width: 749px;
}

.tab_page_inner_top_home {
    background: url(/images/tab_page_inner_top.gif) no-repeat top;
    height: 10px;
    width: 252px;
}


.tab_page_inner_left_home {
    background: url(/images/tab_left_norepeat_home.gif) no-repeat top left;
    height: 136px;
    width: 6px;
    position: absolute;
    margin-top: 24px;
    margin-left: -3px;
}

.tab_page_inner_middle_home {
    height: 100%;
    background-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -8px;
}

.tab_page_top_home {
    background: url(/images/tab_top_repeat_home.gif) repeat-x top;
    height: 9px;
    width: 56px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 130px;
}

.tab_page_top_home_de {
    background: url(/images/tab_top_repeat_home.gif) repeat-x top;
    height: 9px;
    width: 16px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 220px;
}

.tab_page_upper_right_home {
    background: url(/images/tab_upperright_norepeat_home.gif) no-repeat top right;
    height: 9px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 230px;
}

/* IE7 */
* + html .tab_page_upper_right_home {
    background: url(/images/tab_upperright_norepeat_home.gif) no-repeat top right;
    height: 9px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 236px;
}

/* IE6 */
* html .tab_page_upper_right_home {
    background: url(/images/tab_upperright_norepeat_home.gif) no-repeat top right;
    height: 9px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 236px;
}

.tab_page_inner_right_home {
    background: url(/images/tab_right_norepeat_home.gif) no-repeat top right;
    height: 136px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 26px;
    margin-left: 220px;
    padding-left: 11px;
}

/* IE7 */
* + html .tab_page_inner_right_home {
    background: url(/images/tab_right_norepeat_home.gif) no-repeat top right;
    height: 136px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 27px;
    margin-left: 220px;
    padding-left: 11px;
    padding-right: 6px;
}

/* IE6 */
* html .tab_page_inner_right_home {
    background: url(/images/tab_right_norepeat_home.gif) no-repeat top right;
    height: 136px;
    width: 6px;
    position: absolute;
    float: right;
    margin-top: 27px;
    margin-left: 220px;
    padding-left: 11px;
    padding-right: 6px;
}



.tab_page_inner_top_home2 {
    background: url(/images/tab_page_inner_top_home2.gif) no-repeat top;
    height: 19px;
    width: 290px;
}

.tab_page_inner_bottom_home2 {
    background: url(/images/tab_page_inner_bottom_home2.gif) no-repeat bottom;
    height: 0px;
    width: 290px;
}

/* IE7 */
* + html .tab_page_inner_bottom_home2 {
    background: url(/images/tab_page_inner_bottom_home2.gif) no-repeat bottom;
    height: 18px;
    width: 290px;
}

/* IE6 */
* html .tab_page_inner_bottom_home2 {
    background: url(/images/tab_page_inner_bottom_home2.gif) no-repeat bottom;
    height: 0px;
    width: 290px;
}

.tab_page_inner_left_home2 {
    background: url(/images/tab_left_norepeat_home2.gif) no-repeat top left;
    height: 161px;
    width: 13px;
    position: absolute;
    margin-top: 0px;
    margin-left: -px;
}

.tab_page_outer_middle_home2 {
    height: 160px;
    background: url(/images/tab_outermiddle_repeat_home2.gif) repeat-x top;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
}

/* IE7 */
* + html .tab_page_outer_middle_home2 {
    height: 160px;
    background: url(/images/tab_outermiddle_repeat_home2.gif) repeat-x top;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
}

/* IE6 */
* html .tab_page_outer_middle_home2 {
    height: 160px;
    background: url(/images/tab_outermiddle_repeat_home2.gif) repeat-x top;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
}


.tab_page_inner_middle_home2 {
    color: #777777;
    font-size: 11px;
    width: 188px;
    height: 106px;
    background: url(/images/tab_innermiddle_repeat_home2.gif) repeat-x top;
    margin-left: -5px;
    padding-top: 6px;
    padding-right: 1px;
    padding-left: 2px;
}

/* IE7 */
* + html .tab_page_inner_middle_home2 {
    color: #777777;
    font-size: 11px;
    width: 188px;
    height: 106px;
    background: url(/images/tab_innermiddle_repeat_home2.gif) repeat-x top;
    padding-top: 6px;
    padding-right: 16px;
    padding-left: 2px;
}

/* IE6 */
* html .tab_page_inner_middle_home2 {
    color: #777777;
    font-size: 11px;
    width: 188px;
    height: 106px;
    background: url(/images/tab_innermiddle_repeat_home2.gif) repeat-x top;
    padding-top: 6px;
    padding-right: 1px;
    padding-left: 2px;
}


.home2tabcontent {
    padding-left: 13px;
    margin-left: 0px;
}

/* IE7 */
* + html .home2tabcontent {
    padding-left: 13px;
    margin-left: 0px;
}

/* IE6 */
* html .home2tabcontent {
    padding-left: 13px;
    margin-left: 0px;
}

.tab_page_top_home2 {
    background: url(/images/tab_top_repeat_home2.gif) repeat-x top;
    height: 9px;
    width: 106px;
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-left: 130px;
}

.tab_page_inner_right_home2 {
    background: url(/images/tab_right_norepeat_home2.gif) no-repeat top right;
    height: 162px;
    width: 86px;
    position: absolute;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 203px;
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 0px;
}

/* IE7 */
* + html .tab_page_inner_right_home2 {
    background: url(/images/tab_right_norepeat_home2.gif) no-repeat top right;
    height: 162px;
    width: 86px;
    position: absolute;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 203px;
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 0px;
}

/* IE6 */
* html .tab_page_inner_right_home2 {
    background: url(/images/tab_right_norepeat_home2.gif) no-repeat top right;
    height: 162px;
    width: 87px;
    position: absolute;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 203px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ajax__tab_panel {
    color: #5e5e5e;
    font-family: "Helvetica Neue W31";
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}


/*UPDATES FOR LEFT NAV*/
/*.subNavLeft .plus, .subNavLeft .minus {
  float: right;
  height: 100%;
  position: relative;
  margin-top: -30px;
  padding: 15px 10px;
  font-size: 20px;
}*/
#subNav .plus::after {
  bottom: -3px;
  content: url("/images/leftnavplus.png");
  position: absolute;
  right: 0;
}

#subNav .minus::after {
  bottom: -3px;
  content: url("/images/LeftNavMinus.png");
  position: absolute;
  right: 0;
}

 
/* Locations Map Start*/

div.Map-wrapper {
    width: 500px;
    height: 240px;
    overflow: hidden;
    background: #fff url(/images/MapSprite-en.png) no-repeat 0 0;
    background-size: 500px auto;
    position: relative;
    top: 0px;
    left: 0px;
}

.namerica {
    width: 195px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-English-new.png) no-repeat 0 0;
    left: 0px;
	z-index: 10;
}

    .namerica:hover {
        background: transparent url(/images/MapSprite-English-new.png) no-repeat 0 -240px;
		z-index:12;
    }

    .namerica.on {
        background: transparent url(/images/MapSprite-English-new.png) no-repeat 0 -480px;
		z-index:10;
		pointer-events:none;
    }

.emea {
    width: 160px;
    height: 240px;
    position: absolute;
    background: url(/images/MapSprite-English-new.png) no-repeat scroll -160px 0 transparent;
    left: 160px;
	z-index: 9;
}

    .emea:hover {
        background: url(/images/MapSprite-English-new.png) no-repeat scroll -120px -720px transparent;
        left: 120px;
        width: 500px;
		z-index: 11;
    }

    .emea.on {
        background: url(/images/MapSprite-English-new.png) no-repeat -120px -960px transparent;
        left: 120px;
        width: 500px;
		pointer-events:none;
		z-index: 11;
    }

.asiapac {
    width: 165px;
    height: 240px;
    position: absolute;
    background: url(/images/MapSprite-English-new.png) no-repeat -315 0 transparent;
    left: 315px;
	z-index: 12;
}

    .asiapac:hover {
        background: url(/images/MapSprite-English-new.png) no-repeat -315px -1200px transparent;
    }

    .asiapac.on {
        background: url(/images/MapSprite-English-new.png) no-repeat -315px -1440px transparent;
    }
	
    .emea.on + .asiapac {
		z-index: 10;
	}

.namerica-German {
    width: 195px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-German-new.png) no-repeat 0 0;
    left: 0px;
	z-index: 10;
}

    .namerica-German:hover {
        background: transparent url(/images/MapSprite-German-new.png) no-repeat 0 -240px;
		z-index: 12;
    }

    .namerica-German.on {
        background: transparent url(/images/MapSprite-German-new.png) no-repeat 0 -480px;
		z-index: 10;
		pointer-events:none;
    }

.emea-German {
    width: 160px;
    height: 240px;
    position: absolute;
    background: url(/images/MapSprite-German-new.png) no-repeat scroll -160px 0 transparent;
    left: 160px;
	z-index: 9;
}

    .emea-German:hover {
        background: url(/images/MapSprite-German-new.png) no-repeat scroll -120px -720px transparent;
        left: 120px;
        width: 500px;
		z-index: 11;
    }

    .emea-German.on {
        background: transparent url(/images/MapSprite-German-new.png) no-repeat -120px -960px;
        left: 120px;
        width: 500px;
		pointer-events:none;
		z-index: 11;
    }

.asiapac-German {
    width: 165px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-German-new.png) no-repeat -315 0;
    left: 315px;
	z-index: 12;
}

    .asiapac-German:hover {
        background: transparent url(/images/MapSprite-German-new.png) no-repeat -315px -1200px;
    }

    .asiapac-German.on {
        background: transparent url(/images/MapSprite-German-new.png) no-repeat -315px -1440px;
    }
    .emea-German.on + .asiapac-German {
		z-index: 10;
	}

.namerica-Chinese {
    width: 195px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat 0 0;
    left: 0px;
	z-index: 10;
}

    .namerica-Chinese:hover {
        background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat 0 -240px;
		z-index: 12;
    }

    .namerica-Chinese.on {
        background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat 0 -480px;
		z-index:10;
		pointer-events:none;
    }

.emea-Chinese {
    width: 160px;
    height: 240px;
    position: absolute;
    background: url(/images/MapSprite-Chinese-new.png) no-repeat scroll -160px 0 transparent;
    left: 160px;
	z-index: 9;
}

    .emea-Chinese:hover {
        background: url(/images/MapSprite-Chinese-new.png) no-repeat scroll -120px -720px transparent;
        left: 120px;
        width: 500px;
		z-index: 11;
    }

    .emea-Chinese.on {
        background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat -120px -960px;
        left: 120px;
        width: 500px;
		pointer-events:none;
		z-index: 11;
    }

.asiapac-Chinese {
    width: 165px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat -315 0;
    left: 315px;
	z-index: 12;
}

    .asiapac-Chinese:hover {
        background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat -315px -1200px;
    }

    .asiapac-Chinese.on {
        background: transparent url(/images/MapSprite-Chinese-new.png) no-repeat -315px -1440px;
    }
    .emea-Chinese.on + .asiapac-Chinese {
		z-index: 10;
	}

.namerica-Japanese {
    width: 195px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat 0 0;
    left: 0px;
	z-index: 10;
}

    .namerica-Japanese:hover {
        background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat 0 -240px;
		z-index: 12;
    }

    .namerica-Japanese.on {
        background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat 0 -480px;
		z-index: 10;
    }

.emea-Japanese {
    width: 160px;
    height: 240px;
    position: absolute;
    background: url(/images/MapSprite-Japanese-new.png) no-repeat scroll -160px 0 transparent;
    left: 160px;
	z-index: 9;
}

    .emea-Japanese:hover {
        background: url(/images/MapSprite-Japanese-new.png) no-repeat scroll -120px -720px transparent;
        left: 120px;
        width: 500px;
		z-index: 11;
    }

    .emea-Japanese.on {
        background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat -120px -960px;
        left: 120px;
        width: 500px;
		pointer-events:none;
		z-index: 11;
    }

.asiapac-Japanese {
    width: 165px;
    height: 240px;
    position: absolute;
    background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat -315 0;
    left: 315px;
	z-index: 12;
}

    .asiapac-Japanese:hover {
        background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat -315px -1200px;
    }

    .asiapac-Japanese.on {
        background: transparent url(/images/MapSprite-Japanese-new.png) no-repeat -315px -1440px;
    }
    .emea-Japanese.on + .asiapac-Japanese {
		z-index: 10;
	}
/* Locations Map End*/

.download3d {
  clear: both;
  margin: auto;
  text-align: center;
  width: 23%;
}
.download3d > a {
  padding: 0;
}

.mainContent ul {
  margin-left: 40px;
}
.mainContent ul li {
  font-size: 13px;
  line-height: 24px;
  list-style: outside square;
  margin-top: 0;
  font-family:HelveticaNeue,"Helvetica Neue",Helvetica;
}

#tabNewsEvents ul {
  margin-left: 0;
}
#tabNewsEvents ul li {
  display: block;
  float: left;
  width: 109px;
  font-size:0;
}
#tabNewsEvents ul li a {
  width: 108px !important;
}

.careers .selectboxit-options.selectboxit-list {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #999;
  overflow: hidden;
}
.tablecontent.careers { margin-top:40px; }
.tablecontent.careers input {
  background: none repeat scroll 0 0 #cd1041;
  border: medium none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.tablecontent.careers .item {
    margin-bottom:20px;
}
.tablecontent.careers .submitBtn { margin-left:60px; }
.grdStyle a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.grdStyle table td {
  padding: 0 10px;
}

.markets_case_study > p {
  margin: 3px 5px;
}

/* PRODUCT TABLES */
.table_mainheader_grey {
  background-color: #777777;
  background-repeat: repeat;
  border-bottom: medium none;
  border-left: 1px solid #ffffff;
  border-right: medium none;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding:5px 2px;
}
.table_mainheader_red {
  background-color: #cd1041;
  background-repeat: repeat;
  border-color: #ffffff;
  border-style: solid none none solid;
  border-width: 1px medium medium 1px;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding:5px 10px;
}
.table_cell_lightgrey {
  background-color: #dfdfdf;
  background-repeat: repeat;
  border-color: #ffffff;
  border-style: solid none none solid;
  border-width: 1px medium medium 1px;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding:5px 10px;
}

.table_cell_darkgrey {
  background-color: #bebebe;
  background-repeat: repeat;
  border-color: #ffffff;
  border-style: solid none none solid;
  border-width: 1px medium medium 1px;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding:5px 10px;
}

.manTableHead3.table_mainheader_grey {
  width: 80px;
}

.manTableHead11.table_mainheader_grey {
  width: 70px;
}


.mainContent a {
  font-size: 13px !important;
  font-weight: normal !important;
  font-family:HelveticaNeue,"Helvetica Neue",Helvetica;
}



.homeLeftCol .systemsComp #homeTabs a.product  {
  /*background: url("../images/productsButton.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
  display: inline-block;
  height: 40px;
  padding: 0;
  text-indent: -9999px;
  width: 150px;
}


#homeTabs ul li {
  width: 150px;
}
#homeTabs ul li:first-child {
  margin-left: 350px;
}
#homeTabs ul li a {
  display: inline-block;
  text-indent: -9999px;
  width: 96px;
}
.lang1033 a#ui-id-1 {
    background: url("../images/productsButton-en.png") no-repeat scroll;
}
.lang1033 a#ui-id-2 {
   background: url(../images/technologyButton-en.png) no-repeat scroll top left;
}

.lang1031 a#ui-id-1 {
    background: url("../images/productsButton-de.png") no-repeat scroll;
}
.lang1031 a#ui-id-2 {
   background: url(../images/technologyButton-de.png) no-repeat scroll top left;
}

.lang2052 a#ui-id-1 {
    background: url("../images/productsButton-cn.png") no-repeat scroll ;
}
.lang2052 a#ui-id-2 {
   background: url(../images/technologyButton-cn.png) no-repeat scroll top left;
}

.lang1041 a#ui-id-1 {
    background: url("../images/productsButton-jp.png") no-repeat scroll ;
}
.lang1041 a#ui-id-2 {
   background: url(../images/technologyButton-jp.png) no-repeat scroll top left;
}


.HRInstructions p {
  margin: 5px 0;
}
.HRInstructions a {
  text-decoration: none;
}

/* PRODUCT TABLES */
/*.tab_page_inner_middle table, 
.tab_page_inner_middle table tbody {
  display: table;
}
    .tab_page_inner_middle table tbody tr {
        width: 100%;
        display: table-row;
    }*/
.hrnTable{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  display: table;
}
.hrnTable tr td{
	padding: 3px;
  text-align: center;
  vertical-align: bottom;
	text-align:center;
}
.hrnTableLightRow td {
  background: none repeat scroll 0 0 #dfdfdf;
}
.hrnTableDarkRow td {
  background: none repeat scroll 0 0 #bebebe;
}
.hrnTableLightRow > td, .hrnTableDarkRow > td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
    .hrnTableLightRow > td:last-child, .hrnTableDarkRow > td:last-child {
        border-right: none;
    }
.hrnTableHead td {
  background: none repeat scroll 0 0 #777777;
  color: #ffffff;
}

.hrnTableHead1 {
    min-width: 75px;
}
.hrnTableHead3 {
    min-width: 100px;
}
.hrnTableHead4 {
  min-width: 275px;
}
.hrnTableHead6 {
    min-width: 75px; 
    border-right: none;
}

.hrnTableHead1:last-child,
.hrnTableHead2:last-child,
.hrnTableHead3:last-child,
.hrnTableHead4:last-child,
.hrnTableHead5:last-child,
.hrnTableHead6:last-child {
    border-right:none;
}

.hrnSingle .hrnTableHead1, 
.hrnSingle .hrnTableHead2,
.hrnSingle .hrnTableHead5{
  width: 100px;
}

.hrnTableHead > td {
  border-right: 1px solid #fff;
}
    tr.hrnTableHead .last-cell {
        border-right:none;
    }
.hrnTableRed {
  background: none repeat scroll 0 0 #cd1041;
  padding:10px 0;
  min-width:40px;
} 
.tableWrapper { 
    position:relative; 
    /*padding-left:80px;*/
    width:100%;
    box-sizing:border-box;
}
.tableScrollable { 
    overflow-x:auto; 
    overflow-y:visible;
}
/*.tableScrollable tbody td { height:28px; }*/
.fixedCol {
    position:absolute;
    top:auto;
    left:0;
    width:80px;
    min-width:initial;
    background:#FFF;
}
.fixedCol-80 .fixedCol { width:80px; }
.tableScrollable.fixedCol-120 .fixedCol { width:120px; }
.tableScrollable.fixedCol-150 .fixedCol { width:150px; }
.tableScrollable.fixedCol-200 .fixedCol { width:200px; }

.chooseLocationImage {
  background-image: url("/images/chooseLocation-bg.jpg");
  background-repeat: no-repeat;
  display: block;
  font-family: HelveticaNeueLight,"HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica !important;
  height: 225px;
  margin: 20px 0;
  padding: 25px 20px 20px;
  text-decoration: none !important;
  width: 185px;
}
.chooseLocationImage .chooseYour {
  font-size: 20px;
  font-weight: bold;
}
.chooseLocationImage .lcation {
  color: #fff;
  font-size: 42px;
  margin-top: -10px;
}
.chooseLocationImage .bottomText {
  color: #fff;
  margin-top: 90px;
}

/* japanese */
.lang1041 .chooseLocationImage .chooseYour {
  font-size: 16px;
  
}
.lang1041 .chooseLocationImage .lcation {
  font-size: 23px;
  margin-top: 2px;
}
.lang1041 .chooseLocationImage .bottomText {
  margin-top: 110px;
}


/*chinese*/
.lang2052 .chooseLocationImage .lcation {
  margin-top: 0;
}


/*sitemap*/
.container.siteMapPage {
  padding: 25px;
}
.container.siteMapPage h1 {
  clear: both;
  color: #cd1041;
  font-family: HelveticaNeueLight,"HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
  font-size: 30px;
  padding-bottom: 10px;
}
.sitemapSection:first-child {
    display: none;
}
.sitemapSection {
    float: left;
    min-height: 400px;
    min-width: 33%;
    padding: 20px 0;
}.sitemapSection > a {
  font-size: 18px;
  font-weight: bold;
}
.sitemapSection > ul {
  margin-left: 10px;
}
.sitemapSection > ul > li > a {
  font-size: 14px;
  font-weight: bold;
}
.sitemapSection > ul > li > ul {
  margin-left:10px;
}

.softwareDownloads > table {
  width: 90%;
}
.softwareDownloads p {
  margin-top: 10px;
}
.softwareDownloads hr {
  border: 1px dotted #ccc;
  height: 1px;
}

.registerTable td {
  padding: 5px 0;
}
.tablecontent.careers td {
  padding: 5px;
}

/* reg form errors */
.errors {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
  margin: 10px 0 20px;
  padding: 10px;
}
.errors ul {
  list-style: outside none none;
  margin: 0;
}
.errors ul li {
  color: red;
  list-style: outside none none;
}

.viewEvents {
    padding: 10px;
}
.viewEvents .litImage { 
    margin-bottom:20px; 
}
.viewEvents .litImage img { 
    width:auto; 
    max-width:100%;
}
.viewEvents .item { margin-bottom:15px; }
.viewEvents .label {
    font-weight:700;
}
.subRightCol .productSpotlight h2 a {
  margin: 0;
  width: 100%;
  float:none;
}

p.EventTitle {
  clear: left;
  color: #272424;
  font-family: HelveticaNeueLight,"HelveticaNeueW01-Thin","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica;
  font-size: 20px;
  margin: 0 0 -15px;
  padding: 10px 0 0;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal,
.jcarousel-skin-ie7 .jcarousel-clip-horizontal { width:100% !important; }


/* Mobile Menu */
.pageWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.siteCanvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
body.show-nav .siteCanvas {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mobileMenu ul { display:none; }
.mobileMenu > ul { display:block; }
.mobileMenuWrapper { 
    padding-bottom:30px; 
    background:#1f2852;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #1f2852;
}
.mobileMenuIcon {
    color:#FFF;
    border:1px solid #FFF;
    padding:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    margin-top:15px;
}
.mobileMenuIcon .fa { margin-right:5px; }

.mobileMenuHeader {
    border-bottom:4px solid #f2a725;
    padding:17px 15px 15px 15px;
}
.mobileMenuHeader .logoWrapper {
    float:left;
    width:60%;
    text-align:left;
}
.mobileMenuHeader .logoWrapper img { max-height:60px; }
.mobileMenuHeader .closeMenu {
    float:right;
    padding:8px 10px;
    border:1px solid #FFF;
    font-size:13px;
    color:#FFF;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-top:25px;
    cursor:pointer;
}
.mobileMenuHeader .closeMenu .fa { margin-right:5px; }
.mobileMenuSearch {
    padding:15px;
    margin-bottom:10px;
    width:100%;
    border-bottom:1px solid #7a7c87;
    position:relative;
}
.mobileMenuSearch input.searchInput {
    width:90%;
    padding:9px 30px 9px 5px !important;
    font-size:12px;
}
.mobileMenuSearch input.searchSubmitButton {
    background:url(../images/magnifyingGlass.png) no-repeat scroll 5px -19px !important;\
    width:31px !important;
    height:27px !important;
    position: absolute;
    top: 18px;
    right:15px;
}
.mobileMenu ul li {
    display:block;
    width:100%;
    font-size:16px;
    border-bottom:1px solid #7a7c87;
    padding:10px 0;
    text-transform: uppercase;
}
.mobileMenu ul li.open { border-bottom:none; }
.mobileMenu ul li a {
    display:block;
    padding: 0 30px 0 15px;
    position:relative;
    color:#FFF;
}
.mobileMenu ul li a:hover { opacity:.8; }
.mobileMenu ul li a .icon {
    position:absolute;
    right:0px;
    top:-9px;
    font-size:14px;
    padding:10px 20px;
}
.mobileMenu > ul > li > a .icon { color:#f2a725; }
/* Mobile Submenu's */
/* 2nd Level */
.mobileMenu ul ul { margin-top:7px; }
.mobileMenu ul ul li {
    background:#003e7e;
    font-size:13px;        
}
.mobileMenu ul ul li a .icon {
    right:17px;
    font-size:10px;
}
.mobileMenu ul ul li a { color:#FFF; }

/* 3rd Level */
.mobileMenu ul ul ul li {
    background:#e5e5e5;
    border-bottom:none;
    font-size:13px;
}
.mobileMenu ul ul ul li a {
    color:#000;
}
.mobileMenu ul ul li a .icon,
.mobileMenu ul ul ul li a .icon,
.mobileMenu ul ul ul ul li a .icon {
    right:12px;
    font-size:10px;
}
.mobileMenu ul ul li.open a .icon,
.mobileMenu ul ul ul li.open a .icon,
.mobileMenu ul ul ul ul li.open a .icon {
    right:12px;
}

.requestInfoWrapper .item {
    margin-bottom:10px;
}
.requestInfoWrapper select {
    width:95%;
    box-sizing:border-box;
}


@media (max-width:640px) {
    .requestInfoWrapper .item input {
        width:100%;
    }
}
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.forgotPassWrapper input { width:100%; }
.loginWrapper .item { margin-bottom:10px; }
.loginWrapper input { width:100%; }

@media (max-width:1024px) {
    .loginWrapper .column { padding:0; }
}

.registerForm {
    margin-bottom:15px;
}
.registerForm .item { margin-bottom:10px; }
.registerForm input[type='submit'] { padding:5px; }

@media (max-width:640px) {
    .registerForm input[type="text"],
    .registerForm select { width:95.5%; }
}
#tabsToAccordion {
    margin: 0px 0 10px 0 !important;
    padding: 10px 0 0 0;
    background: #d6d5d5;
    box-shadow: 0 4px 2px -2px gray;
}
.myProfile {
    margin-bottom:20px;
}
.myProfile .item { margin-bottom:10px; }
.tableIntro .info {
    background:#c0c0c0;
    padding:5px;
}
.instructionManual { margin:15px 0; }
.instructionManual h2 { margin-bottom:15px; }
.instructionManual .item { 
    margin-bottom:10px; 
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
.instructionManual .item:last-child {
    border-bottom:none;
    padding-bottom:none;
}
.RegMark {
    font-size: 12px;
    position: relative;
    top: -4px;
}
h1 .RegMark {
    font-size: 16px;
    position: relative;
    top: -10px;
}
.regTech { width:100% !important; }
.regTech .item { margin-bottom:10px; }
.regTech .item .small-12.column { margin-bottom:5px; }
div.PBViewing { float:none !important; }
.regTech { padding:0 10px; }

.tabdiv_Spacer
{
    height:180px;
}

.tablecontent.careers .submitBtn {
   margin-left: 0;
}

/* egate popup at /Technologies/egate.aspx */

.vbox-inline {
    overflow: hidden !important;
}

.egate-popup-prehead {
    margin-top: 0.75rem;
    margin-right: 1rem;
    font-size: 1.8rem;
    text-align: right;
    text-transform: uppercase;
    font-family: HelveticaNeueLight, "HelveticaNeueW01-Thin","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
}
.egate-popup-head {
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: right;
    font-size: 3rem;
    font-weight: bold;
    font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica;
}
.egate-popup-head sup {
    font-size: 0.9rem;
}
.egate-popup-subhead {
    margin-right: 1rem;
    text-align: right;
    font-size: 1rem;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica;
}
.egate-popup-c2a {
    padding-right: 1rem;
    text-align: center;
    font-size: 1rem;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica;
    position: absolute;
    bottom: 0.75rem;
    width: 100%;
    margin-bottom: 0;
}

