/******variables********/

.clears {
    clear: both;
}

.commonGradient {
    background: -moz-linear-gradient(top, rgba(211, 211, 211, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(211, 211, 211, 0.65)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(211, 211, 211, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(211, 211, 211, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(211, 211, 211, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(211, 211, 211, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6d3d3d3', endColorstr='#00ffffff', GradientType=0);
}

.scrollTopTab {
    background: #e3e3e3;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-8 */
}

.onbutton {
    background: #398235;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #398235 0%, #8ab66b 56%, #c9de96 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398235), color-stop(56%, #8ab66b), color-stop(100%, #c9de96));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #398235 0%, #8ab66b 56%, #c9de96 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #398235 0%, #8ab66b 56%, #c9de96 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #398235 0%, #8ab66b 56%, #c9de96 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #398235 0%, #8ab66b 56%, #c9de96 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#398235', endColorstr='#c9de96', GradientType=0);
    /* IE6-8 */
}

.inner-container-with-submenu {
    margin: -1px 0px 0px 0px;
    width: 1416px;
    /*    height:1458px;*/
}

.innerAltOrange {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/innerorange.png");
    background-repeat: repeat;
}

.innerAltWhite {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/innerwhite.png");
    background-repeat: repeat;
}

.backgroundImage {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/indexWhite.png");
    background-repeat: repeat;
}

.magicCover {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/magiccover.png");
    background-repeat: repeat;
}

.gradientOverShadow {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/shadow50x50modded.png");
    background-repeat: repeat;
}

.gradientReverseOverShadow {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/shadow50x50moddedreverse.png");
    background-repeat: repeat;
}

.underfold {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/pattern.png");
    background-repeat: repeat;
}

.commonBorder {
    border: 13px solid #d0d2d3;
}

.captionButtonBorder {
    border: 1px solid #0096d6;
}

.scrolltoptabcolor {
    border: 1px solid #E3E3E3;
}

.pointer {
    cursor: pointer;
}

.defaultFont {
    font-size: 12px;
    font-family: Arial;
}

.max_w_h {
    width: 100%;
    height: 100%;
}

.mp_0_0 {
    margin: 0;
    padding: 0;
}

.close_icon {
    background-image: url("http://offers2.compuware.com/rs/compuware/images/icon_x.png");
    background-repeat: no repeat;
}


/******************************/

@media only screen and (max-width: 1100px) {
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections.section5 .thebackgroundlayer .backlayerholder .backlayerblock .imageholder img {
        height: 100%;
        width: auto;
        float: none;
        position: relative;
        left: -130px;
    }
}

@media only screen and (max-width: 960px) {
    html body #wrapall {
        width: 100% !important;
    }
    html body #wrapall .c00 {
        width: 100% !important;
        margin-top: 0 !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner {
        width: 66%;
        float: none;
        margin: 0 0 0 36px;
    }
}

@media only screen and (max-width: 650px) {
    html body #wrapall {
        width: 100% !important;
    }
    html body #wrapall .c00 {
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper {
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .floatermenu .menuholder .items .item {
        width: 100%;
        display: block;
        border-bottom: 1px solid #CCCCCC;
        float: left;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackground #the_video {
        /* position: relative;
        left: -25% !important;
        margin-left: 25% !important;
        top: 0px;
        width: 100%;
        overflow: hidden;
        height: 545px; */
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackground #the_video video {
        height: auto;
        width: 100%;
        /* display: block; */
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_header,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_subheader {
        width: 100%;
    }
    #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_subheader .headerh1 {
        font-size: 42px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_header .button_holder .button,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_subheader .button_holder .button {
        width: 100%;
        display: block;
        padding: 0px 0px 20px 0px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_header .button_holder .button a,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thecontent .thecontentinner .thecontentholder .z_subheader .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer {
        display: block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .backlayerholder {
        display: block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .backlayerholder .backlayerblock {
        display: block;
        float: none;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .backlayerholder .backlayerblock .imageholder {
        float: none;
        margin: 0 auto;
        width: 100%;
        left: -180px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder {
        display: block;
        width: 100%;
        position: relative;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock {
        display: block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner {
        display: block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .sectionhead {
        font-size: 35px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .sectionparagraphs {
        font-size: 14px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .button_holder {
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner {
        width: 85%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionhead {
        font-size: 35px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs {
        font-size: 14px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock {
        display: block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .theblocklist .theblocklistitem {
        display: inline-block;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .theblocklist .theblocklistitem .theblocklistpoint,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .theblocklist .theblocklistitem .theblocklistcontent {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .theblocklist .theblocklistitem .theblocklistpoint .imageholder,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .theblocklist .theblocklistitem .theblocklistcontent .imageholder {
        width: 50%;
        margin: 0 auto;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .layerblockinner .sectionparagraphs .theblocks .theblock .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .tabcontent .tabitem .tabblocks .tabblock {
        display: block !important;
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper .tabcontent .tabitem .tabblocks .tabblock .tabblockcontentbutton .button_holder {
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper .tabcontent .tabitem .tabblocks .tabblock .tabblockcontentbutton .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .tabcontent .tabitem .tabblocks .secondrowimage {
        display: block !important;
    }
    html body #wrapall .c00 #z_wrapper .tabcontent .tabitem .tabblocks .secondrowimagemobile {
        display: none !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thetabcontentcontinue .theblocks .theblock {
        display: block !important;
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannercontent,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerbutton,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerimage {
        display: block;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerimage {
        display: none;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannercontent,
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerbutton {
        width: 90%;
        margin: 0 auto;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannercontent {
        padding: 30px 0px 0px 0px;
        line-height: 1.2em;
        font-size: 26px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerbutton .button_holder {
        width: 100% !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .banner .bannercontentholder .bannerbutton .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .productsholder .product {
        display: inline-block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .productsholder .product .productrow .productsmall {
        display: inline-block;
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .productsholder .product .noshowonmobile {
        display: none;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer {
        display: block;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .backlayerholder {
        display: table-cell;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .backlayerholder .backlayerblock {
        display: table-cell;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .backlayerholder .backlayerblock .fullwidth {
        width: 220% !important;
        position: relative;
        left: -50% !important;
        margin-left: -25% !important;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder {
        display: table-cell;
        position: absolute;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock {
        display: inline-table;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner {
        display: table-cell;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .frontlayerblockinnerinnerinner .sectionhead {
        font-size: 35px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .frontlayerblockinnerinnerinner .sectionparagraphs {
        font-size: 14px;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .frontlayerblockinnerinnerinner .button_holder {
        width: 100%;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section6 .thebackgroundlayer .frontlayerholder .frontlayerblock .frontlayerblockinner .frontlayerblockinnerinner .frontlayerblockinnerinnerinner .button_holder .button a {
        display: block;
        width: 100%;
        text-align: center;
    }
    html body #wrapall .c00 #z_wrapper .wrapperholder .contentholder .section10 {
        border: 0px !important;
        margin: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .thetabs .thetabsmenu .themenu .themenuitem .themenuiteminner .theicon img {
        /* width: 50px; */
    }
    #wrapall .c00 #z_wrapper .wrapperholder .contentholder .sections .thelayer .thetabs .thetabsmenu .themenu .themenuitem .themenuiteminner .thelabel {
        font-size: 11px;
    }
}