/*@import url("//fonts.googleapis.com/css?family=PT+Sans"); */

body {
    background: #FFF;
    color: #3C3C3C !important;
    margin: 0;
}

h1, .productPromo .title {
    font: 24px/26px Calibri, Tahoma, Arial, sans-serif;
    margin: 3px 0 2px 0;
}

h2, .productPromo .subTitle {
    font: 18px/20px Calibri, Tahoma, Arial, sans-serif;
    margin: 0;
}

h3 {
    font: 14px/16px Calibri, Tahoma, Arial, sans-serif;
    margin: 0;
}

p {
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
}

.textPadding {
    padding-right: 10px;
    padding-left: 10px;
}
/* MDV: 8163: Style links to match site. */
.ms-rteElement-P a,
.ms-rtestate-field a
a,
a:link {
    text-decoration: none;
    color: #666;
    outline: none;
}
/* Jeff */
p a {
    font-weight: bold; /* make links in paragraphs BOLD */
    text-decoration: underline;
}

    /* Jeff */
    p a:visited {
        text-decoration: underline;
    }

    /* Jeff */
    p a:link {
        text-decoration: underline;
    }

/* MDV: 8138: Added rule to make webpart visited links match rest of site. */
/* MDV: 8196: Moved rule to match CSS spec.                                */
a:visited,
.ms-WPBody a:visited {
    text-decoration: none;
    color: #666;
    outline: none;
}

.ms-rteElement-P a:hover, /* MDV: 8163: These two rules           */
.ms-rtestate-field a:hover, /* added for inserted paragraphs links. */
a.hoverOrange:hover, /* MDV: 7997: This rule added for correct hover behavior. */
a.filterButton:hover span {
    text-decoration: none;
    color: #F60;
}

a:hover {
    text-decoration: underline;
}

a.underline {
    color: #666;
    text-decoration: underline;
    outline: none;
}

    a.underline:hover {
        color: #F60;
        text-decoration: none;
    }

a img {
    border: none;
}

.CheckboxTree {
    font: 12px/21px 'PT Sans',Helvetica,Arial,sans-serif;
}

.scrollingContent {
    overflow: auto;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.clearRight {
    clear: right;
}

.clearLeft {
    clear: left;
}

.clear {
    clear: both;
}

.clearLine {
    display: block;
    clear: both;
    line-height: 1px;
    height: 1px;
}

h1 img, h2 img {
    float: left;
    padding: 12px 10px 0 0;
}
/*page*/
#body-wrapper { /*Changed name from wrapper->body-wrapper*/
    background: #fff;
    width: 100%; /*983px;*/
    margin: 0 auto;
}
/*header*/
#header {
    position: relative;
    z-index: 104;
}
    /* **************** Utility Nav ******************************** */
    #header .UtilityNav {
        overflow: hidden;
        padding: 0;
    }

.UtilityNav .logo {
    float: left;
    display: block;
    /* width: 155px; */
    /* height: 42px; */
    margin: 30px 0 30px;
}

#header .UtilityNav .box {
    float: right;
    /* width:650px; */
}

#header .UtilityNav .row {
    height: 1%;
    overflow: hidden;
}

.language, ul.topNav li a {
    line-height: 16px;
}

.language {
    float: right;
    overflow: hidden;
    padding: 5px 0 0 0;
    margin: 0 0 0 16px;
}

    .language a.selectedLanguage {
        font: 13px Calibri, Tahoma, Arial, sans-serif;
        background: url('/Style Library/sylvania/images/arrow01.gif') no-repeat 0 7px;
        padding: 0 0 0 11px;
        color: #666; /*added styling*/
    }

        .language a.selectedLanguage:hover {
            text-decoration: none;
            color: #F60;
        }

    .language .codeExtention {
        background: url('/Style Library/sylvania/images/separator01.gif') no-repeat 0 3px;
        padding-left: 5px;
        margin-left: 3px;
    }

    .language .languageListing {
        display: none;
        position: absolute;
        right: -5px;
        top: 22px;
        background-color: #FFF;
        border: 1px solid #CCC;
        list-style: none;
        max-width: 800px;
        padding: 5px 10px;
        margin: 0;
        z-index: 5;
    }

        .language .languageListing li {
            float: left;
            font: 13px Calibri, Tahoma, Arial, sans-serif;
            padding-right: 15px;
        }

            .language .languageListing li.Last {
                padding-right: 0;
            }

    .language a.more {
        color: #666;
    }

    .language .languageListing a:hover {
        text-decoration: none;
        color: #F60;
    }
/*
 .language ul li {
 float: left;
 font: 13px Calibri, Tahoma, Arial, sans-serif;
 padding: 0 6px 0 7px;
 margin: 0 7px 0 -7px;
 }
 .language ul a {
 background: url(/Style Library/sylvania/images/arrow01.gif) no-repeat 0 7px;
 padding: 0 0 0 11px;
 }
 ul.lang a:hover {
 text-decoration: none;
 color: #f60;
 }
 */

ul.topNav {
    /*background: url('/Style Library/sylvania/images/line01.gif') no-repeat 100% 0;*/ /*REmoved for now until language is put back in! */
    margin: 0;
    padding: 4px 4px 9px 0;
    list-style: none;
    float: right;
    overflow: hidden;
}

    ul.topNav li {
        float: left;
        font: 13px Calibri, Tahoma, Arial, sans-serif;
        background: url('/Style Library/sylvania/images/separator01.gif') no-repeat 100% 5px;
        padding: 2px 7px 0 8px;
    }

        ul.topNav li.Last {
            background-image: none;
        }

            ul.topNav li.Last A:link {
                font-weight: bolder;
                color: #2D2D2D;
            }

            ul.topNav li.Last A:visited {
                font-weight: bolder;
                color: #2D2D2D;
            }

            ul.topNav li.Last A:hover {
                font-weight: bolder;
                color: #f60;
            }

    ul.topNav a:hover {
        color: #f60;
        text-decoration: none;
    }

ul.login {
    margin: 0;
    padding: 20px 0 8px 0;
    list-style: none;
    float: right;
    overflow: hidden;
}

    ul.login li {
        float: left;
        background: url('/Style Library/sylvania/images/separator01.gif') no-repeat 0 2px;
        font: 10px/14px Arial, Helvetica, sans-serif;
        color: #1C1C1C;
        padding: 0 6px 0 8px;
        margin: 0 7px 0 -7px;
    }

    ul.login a {
        font-size: 10px;
        font-weight: bold;
        color: #f60;
    }
/* **************** Top nav ************************************ */
#body-wrapper .navbar {
    position: relative;
    width: 975px;
    background: url('/Style Library/sylvania/images/topNav/background.png') no-repeat;
    padding: 1px 7px 0 0;
    margin: 0 0 0 -2px;
}

    #body-wrapper .navbar:after {
        clear: both;
        display: block;
        content: " ";
    }

#body-wrapper ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#body-wrapper ul.menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    #body-wrapper ul.menu li {
        float: left;
        background: url('/Style Library/sylvania/images/topNav/link-divider.gif') no-repeat 100% 0;
        font: 15px/34px 'PT Sans',Helvetica,Arial,sans-serif;
        padding: 0 1px 0 0;
    }

    #body-wrapper ul.menu a.menuLink {
        float: left;
        background: url('/Style Library/sylvania/images/icons/orangeArrowDown.gif') no-repeat 95% 15px;
        color: #3D3D3D;
        padding: 0 25px 0 15px;
        margin-right: 2px;
    }

        #body-wrapper ul.menu a.menuLink:hover, ul.menu li:hover a.menuLink {
            background-color: white;
            background-image: url('/Style Library/sylvania/images/icons/orangeArrowUp.gif');
            color: #666;
            text-decoration: none;
        }

    #body-wrapper ul.menu li.home {
        padding: 0 2px 0 3px;
    }

        #body-wrapper ul.menu li.home a {
            display: block;
            background: url('/Style Library/sylvania/images/icons/Home.gif') no-repeat 14px 0px;
            width: 39px;
            padding: 0;
        }

            #body-wrapper ul.menu li.home a:hover, ul.menu li.home:hover a {
                background: url('/Style Library/sylvania/images/icons/Home.gif') no-repeat 14px -34px;
            }

    #body-wrapper ul.menu .active a {
        background: url('/Style Library/sylvania/images/arrow11.gif') no-repeat 91% 16px;
    }

.drop {
    position: relative;
    z-index: 102;
}

.flyoutMenus {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: normal;
    width: 980px;
    height: 335px;
    background-image: url('/Style Library/sylvania/images/topNav/flyout-bg.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 102;
}

/*
 ul.menu li:hover .drop {
 display: block;
 }
 */

.drop .c {
    overflow: hidden;
    height: 308px;
    padding: 11px 0 0 20px;
}

.drop .b {
    width: 100%;
    height: 19px;
}

ul.tabs {
    background: url('/Style Library/sylvania/images/topNav/flyoutTable-divider.png') no-repeat right bottom;
    overflow: hidden;
    float: left;
    list-style: none;
    height: 100%;
    width: 230px;
    padding: 0 8px 0 0;
    margin: 0;
}

    ul.tabs li {
        overflow: hidden;
        float: none;
        background: url('/Style Library/sylvania/images/icons/orangeArrowRight.gif') no-repeat 0px 4px;
        font: 13px/14px Calibri, Arial, Helvetica, sans-serif;
        padding: 0 0 10px 10px;
    }

    ul.tabs a {
        color: #666;
        float: none;
        background: none;
        padding: 0;
    }

        ul.tabs a:hover, li:hover ul.tabs a:hover, ul.tabs li.active a, li:hover ul.tabs li.active a {
            color: #f60;
            text-decoration: none;
        }

.tabsContainer {
    float: left;
    width: 700px;
    padding: 2px 0 0 12px;
}

.tabBox {
    width: 100%;
    overflow: hidden;
}

.gallery {
    width: 280px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 12px 0 0;
}

    .gallery .view {
        height: 228px;
        overflow: hidden;
        margin-bottom: 6px;
    }

ul.preview {
    width: 292px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    height: 1%;
    overflow: hidden;
}

    ul.preview li {
        background: none;
        padding: 0 2px 0 0; /*changed 4px->2px*/
        display: inline; /*added styling*/
    }

    ul.preview a {
        padding: 0;
    }

.tabBox .info {
    float: left;
    width: 402px;
    padding: 8px 0 0;
}

    .tabBox .info .title {
        font: 15px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
        margin: 0 0 9px;
    }

    .tabBox .info p {
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #808080;
        margin: 0 0 7px;
    }

.tabBox .more {
    overflow: hidden;
    padding: 0 0 6px;
}

    .tabBox .more a, li:hover .tabBox .more a {
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 6px;
        font: 13px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #595959;
        padding: 0 0 0 10px;
    }

        .tabBox .more a:hover, li:hover .tabBox .more a:hover {
            text-decoration: none;
            color: #f60;
        }

.tabBox .subTitle2 {
    font: 13px/16px Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #595959;
    margin: 0 0 3px;
}

ul.addList {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
}

    ul.addList li {
        float: none;
        overflow: hidden;
        vertical-align: top;
        background: none;
        font: 13px/normal Calibri, Arial, Helvetica, sans-serif;
        padding: 0;
        margin-bottom: 1px;
    }

    ul.addList a, li:hover ul.addList a {
        display: block;
        float: none;
        background: #DDD;
        color: #6a6a6a;
        padding: 8px 10px;
    }

        ul.addList a:hover, li:hover ul.addList a:hover {
            background: #FFF;
            color: #f60;
            text-decoration: none;
        }

.addLinks {
    overflow: hidden;
}

    .addLinks .col {
        float: left;
        background: url('/Style Library/sylvania/images/topNav/flyoutTable-divider.png') no-repeat right bottom;
        height: 308px;
        width: 171px;
        padding: 0 10px 0 0;
        margin: 0 20px 0 0;
    }

        .addLinks .col.double {
            width: 342px;
        }

        .addLinks .col.first {
            margin: 0;
            padding: 0;
        }

        .addLinks .col.last {
            background-image: none;
        }

    .addLinks p {
        font: 15px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        margin: 0 0 14px;
    }

    .addLinks .marketing, .addLinks .operation {
        float: left;
        width: 170px;
    }

    .addLinks ul.list {
        overflow: hidden;
        list-style: none;
        height: auto;
        width: auto;
        padding: 0 0 25px;
        margin: 0;
    }

        .addLinks ul.list li {
            float: none;
            overflow: hidden;
            background: none;
            font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
            color: #3C3C3C;
            width: auto;
            padding: 0 0 7px;
            margin: 0;
        }

            .addLinks ul.list li a {
                background: url('/Style Library/sylvania/images/icons/orangeArrowRight.gif') no-repeat 0 5px !important;
                padding: 0 0 0 10px;
            }

                .addLinks ul.list li a:hover {
                    color: #f60;
                    text-decoration: none;
                }

.btmLink {
    overflow: hidden;
    padding: 0 25px 10px 0;
    position: relative;
    margin: -25px 1px -10px;
}

    .btmLink a.more {
        float: right;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        background: url('/Style Library/sylvania/images/icons/orangeArrowRight.gif') no-repeat 0 5px !important;
        padding: 0 0 0 9px;
    }

        .btmLink a.more:hover {
            color: #F60;
            text-decoration: none;
        }

.navbar .search {
    position: absolute;
    top: 4px;
    right: 3px;
}

.search .advancedSearch {
    position: relative !important;
    width: auto !important;
    top: 0px;
    left: 0px;
}

.search input.text {
    float: left;
    font: 13px Calibri, Arial, Helvetica, sans-serif;
    border: 0;
    background: url('/Style Library/sylvania/images/topNav/search-bg.gif') no-repeat;
    border-radius: 0;
    width: 148px;
    padding: 5px 5px 8px 10px;
    margin: 0;
}

    .search input.text:focus {
        background: url('/Style Library/sylvania/images/topNav/search-bg.gif') no-repeat;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    }

.search input.button {
    float: left;
    border: 0;
    background: url('/Style Library/sylvania/images/topNav/btn-search.gif') no-repeat;
    cursor: pointer;
    font: 0/0 Calibri, Arial, Helvetica, sans-serif;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

    .search input.button:hover {
        background-position: 0 -45px;
    }

.search .ShowAdvancedSearch {
    float: left;
    border: 0;
    background: url('/Style Library/sylvania/images/topNav/btn-dropMenu.gif') no-repeat top right;
    cursor: pointer;
    font: 0/0 Calibri, Arial, Helvetica, sans-serif;
    text-indent: -9999px;
    width: 18px;
    height: 28px;
    overflow: hidden;
    display: none;
}

    .search .ShowAdvancedSearch.Open {
        background-image: url('/Style Library/sylvania/images/topNav/btn-dropMenu_on.gif');
    }

    .search .ShowAdvancedSearch:hover {
    }

.search .AdvancedSearchDetail {
    display: none;
    position: absolute;
    top: 27px;
    left: 11px;
    background: #FFFFFF none;
    border: 1px solid #CCCCCC;
    list-style: none;
    width: 168px;
    padding: 5px 10px;
    margin: 0 0 0 -10px;
    z-index: 201;
}

    .search .AdvancedSearchDetail li {
    }

        .search .AdvancedSearchDetail li.Last {
            border: none;
        }

    .search .AdvancedSearchDetail a {
        display: block;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
        padding: 0 0 0 20px;
        margin: 8px 0px 15px 5px;
    }

        .search .AdvancedSearchDetail a:hover {
            text-decoration: none;
            color: #FF6600;
        }

        .search .AdvancedSearchDetail a.checked {
            background: url('https://assets.sylvania.com/assets/images/masters/checkmark%20191e3735-6295-4c12-85fd-040d4ba59cdd.png') no-repeat 0px 0px;
            font-weight: bold;
        }

.promo {
    overflow: hidden;
    position: relative;
    height: 314px; /*change 330px->314px*/
}

.home .promo {
    height: 330px;
}
/*.promo .title {
	position: absolute;
	display: block;
	top: 45px;
	left: 136px;
	font: 18px/20px Calibri,Tahoma,Arial,sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 515px;
}*/
.promo .title .sub {
    font-weight: normal;
}

ul.promo-gallery {
    top: 0;
    right: 16px; /*changed 25px->16px*/
    position: absolute;
    width: 100px;
    background: #303030;
    margin: 0;
    padding: 15px 0 10px; /*was 8px*/
    list-style: none;
    /* MDV: New rule for new carousel plugin. */
    height: 303px;
    z-index: 5;
}

    ul.promo-gallery li {
        width: 100%;
        padding: 0 0 8px;
    }

    ul.promo-gallery img {
        display: block;
        border: 1px solid #7e7e7e;
        margin: 0 auto;
    }

    ul.promo-gallery li.active img {
        border: 1px solid #fff;
        position: relative;
        margin: 0 0 0 -10px;
    }

.teasers {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 99; /*changed 50 to 100*/
}

div.noheader {
    bottom: 560px;
}

.teaserLink {
    cursor: pointer;
    position: relative;
    left: 454px;
    float: left;
}

.hide.teaserLink {
    display: none;
}

.open .show.teaserLink {
    display: none;
}

.open .hide.teaserLink {
    display: inline;
}

.teasers .content {
    clear: left;
    height: 133px;
    z-index: 100;
}

.teasers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #d5d5d5;
    overflow: hidden;
    background: url('/Style Library/sylvania/images/trasparentBg-white.png');
}

    .teasers ul li {
        float: left;
        width: 288px;
        font: 11px/normal Calibri, Arial, Helvetica, sans-serif;
        color: #383838;
        height: 121px;
        margin: 0 10px 0 0;
        padding: 12px 12px 0 16px;
    }

        .teasers ul li.center {
            border-right: 1px solid #b4adab;
            border-left: 1px solid #b4adab;
            width: 289px;
        }

    .teasers ul .img-box {
        float: right;
        width: 80px;
        margin: 0 0 0 20px;
        position: relative;
    }

        .teasers ul .img-box img {
            margin-bottom: 3px;
        }

    .teasers ul a.more {
        font-size: 12px;
    }

        .teasers ul a.more:hover {
            text-decoration: none;
            color: #F60;
        }

    .teasers ul .title {
        position: relative;
        top: 0;
        left: 0;
        font: 18px/20px Calibri, Arial, Helvetica, sans-serif;
        color: #383838;
        width: auto;
        margin: 2px 0 5px;
    }

    .teasers ul p {
        margin: 0;
        font: 11px/14px Calibri, Arial, Helvetica, sans-serif;
    }

.addInfo {
    overflow: hidden;
    background: #FFF;
    border-bottom: 10px solid #fff;
    font: 15px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #3C3C3C !important;
    padding: 10px 0 17px 0;
}
    /* MDV: Added 2nd rule to get homepage Brafton feed working. */
    .addInfo .box,
    .addInfo .ms-rte-wpbox {
        float: left;
        width: 33%; /*322px;*/
        margin: 0;
        background: #FFF;
        position: relative;
    }

    .addInfo .center {
        margin: 0 6px;
    }

    .addInfo .title {
        /*font: 15px 'PT Sans',Helvetica,Arial,sans-serif;*/
        font-family: 'PT Sans',Helvetica,Arial,sans-serif;
        font-size: 15px;
        color: #3C3C3C;
        padding: 0 10px 5px 0;
    }

.home .addInfo .title {
    border-bottom: 1px solid #C8C8C8;
    margin: 0 0 5px 0;
}

.addInfo .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 322px;
}

    .addInfo .text .holder {
        background: url('/Style Library/sylvania/images/trasparentBg-white.png');
        width: 306px;
        height: 140px;
        padding: 7px 15px 0 15px;
    }

.home .addInfo .text .holder {
    height: 66px;
}

.addInfo .center .text .holder {
    width: 300px;
}

.addInfo .text p {
    position: relative;
    line-height: 18px;
    margin: 0 0 2px;
}

.addInfo .center .text p {
    margin-bottom: 0;
}

.addInfo .text p.read-more {
    position: absolute;
    bottom: 8px;
}

.addInfo ul.read-more {
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

    .addInfo ul.read-more li {
        list-style: none;
    }

a.more {
    color: #383838;
    background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 5px;
    padding: 0 0 0 8px;
    font-weight: normal; /* Jeff */
    text-decoration: none; /* Jeff */
}

/* Jeff */
a:link.more {
    text-decoration: none; /* Jeff */
}

/* Jeff */
a:visited.more {
    text-decoration: none; /* Jeff */
}

.addInfo a.more:hover {
    text-decoration: none;
    color: #F60;
}
/* If padding/margin is larger it will cause a link to go out of module gallery-L2 */
.articleListing .listItem {
    border-bottom: 1px solid #C8C8C8;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

    .articleListing .listItem.last {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .articleListing .listItem .listImage {
        float: right;
        padding-left: 20px;
    }

    .articleListing .listItem .listText {
        float: left;
        display: block;
        color: #3C3C3C;
        width: 322px;
    }

.categoryList3Wide .articleListing .listItem .listText, .categoryList3Wide .addInfoBox .articleListing .listItem .listText {
    width: 301px;
    padding: 0 10px;
}

.SupplementalCol .addInfoBox .articleListing .listItem .listText {
    width: 227px;
    padding: 0 10px;
}

.addInfoBox .articleListing .listItem .listText, .categoryList .articleListing .listItem .listText {
    width: 209px;
    padding: 0 10px;
}

.articleListing .listItem .listText:hover {
    text-decoration: none;
}

.articleListing .listItem .title {
    border: none;
    font: bold 12px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #3C3C3C;
}

.articleListing .listItem a.listText:hover .title, .articleListing .listItem .listText a.title:hover {
    text-decoration: none;
    color: #F60;
}

.articleListing .listItem .date {
    font-weight: bold;
    float: right;
}

.articleListing .listItem .abstract {
}

.articleListing .listItem .clearDate, .articleListing .listItem .clearLink, .articleListing .listItem .clearAbstract {
    display: none;
}

.articleListing .listItem .clearTitle, .articleListing .listItem .clearText {
    clear: both;
    display: block;
    line-height: 1px;
    height: 1px;
}

ul.list {
    margin: 0;
    padding: 44px 0 32px 110px;
    list-style: none;
    height: 1%;
    overflow: hidden;
}

    ul.list li {
        float: left;
        width: 172px;
        margin: 0 30px 0 0;
    }

    ul.list .footerTitle {
        border: none;
        font: 13px/14px Calibri, Tahoma, Arial, sans-serif;
        margin: 0;
        padding: 14px 0 0 0;
    }

    ul.list h3, ul.list h4 {
        border-bottom: 1px solid #e6e6e6;
        font: 13px/14px Calibri, Tahoma, Arial, sans-serif;
        margin: 0 0 11px;
        padding: 0 0 12px;
    }

    ul.list h4 {
        border: 0;
        margin: 0;
        padding: 14px 0 0;
    }

    ul.list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 1%;
        overflow: hidden;
    }

        ul.list ul li {
            float: none;
            margin: 0;
            line-height: 18px;
            padding: 0;
        }

        ul.list ul a {
            display: block;
            background: url('/Style Library/sylvania/images/arrow04.gif') no-repeat 0 7px;
            padding: 0 0 0 7px;
        }

        ul.list ul li a:hover {
            background-image: url('/Style Library/sylvania/images/arrow07.gif')
        }

        ul.list ul .square a {
            background: url('/Style Library/sylvania/images/bullet01.gif') no-repeat 0 8px;
            padding: 0 0 0 7px;
        }

            ul.list ul .square a:hover {
                background-image: url('/Style Library/sylvania/images/bullet02.gif')
            }

        ul.list ul p {
            margin: 0;
        }

            ul.list ul p a {
                display: inline;
                background: none;
                padding: 0;
            }

                ul.list ul p a:hover {
                    background: none;
                }

.imagegallery span.PageTotals {
    float: none;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #666;
    padding: 4px 4px 4px 10px;
}
/* MDV: Added for search. */
.srch-stats,
.PageTotals {
    float: left;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #666;
    padding: 4px 4px 4px 10px;
}
/* MDV: Added for search. */
.srch-Page,
.Paging {
    float: right;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    padding-top: 5px;
    padding-right: 10px;
}

    .Paging a {
        display: inline-block;
        line-height: normal;
        padding: 1px 3px;
    }

        .Paging a:hover {
            color: #F60;
            text-decoration: none;
        }
        /* MDV: Added for search */
        .srch-Page strong,
        .Paging a.Selected {
            background: url('/Style Library/sylvania/images/bg-add-box-t.gif') no-repeat -10px -13px;
            border: 1px solid #DDD;
        }

            .srch-Page strong:hover,
            .Paging a:hover.Selected {
                color: #444;
                border-color: #CCC;
            }
/*footer*/
#footer {
    background: none;
    color: #818181;
    overflow: hidden;
    padding: 0;
    clear: both;
}

.siteMap {
    /*added styling*/
    display: block;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 30px 0;
    margin-bottom: 10px;
}

    .siteMap .columnHeader {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        font: bold 10px 'PT Sans',Helvetica,Arial,sans-serif;
        color: #666;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .siteMap ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .siteMap ul li {
            float: left;
            width: 172px;
            margin: 0 30px 0 0;
        }

            .siteMap ul li.last {
                margin-right: 0;
            }

        .siteMap ul ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .siteMap ul ul li {
                float: none;
                font: 12px/18px 'PT Sans',Helvetica,Arial,sans-serif;
                padding: 0;
                margin: 0;
            }
                /*added styling*/
                .siteMap ul ul li p {
                    float: none;
                    font: 12px/18px 'PT Sans',Helvetica,Arial,sans-serif;
                    padding: 0;
                    margin: 0;
                }

            .siteMap ul ul.list a {
                display: block;
                background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 8px;
                padding: 0 0 0 10px;
            }

            .siteMap ul ul li a:hover {
                text-decoration: none;
                color: #F60
            }

            .siteMap ul ul .square a {
                background: url('/Style Library/sylvania/images/bullet01.gif') no-repeat 0 8px;
                padding: 0 0 0 7px;
            }

                .siteMap ul ul .square a:hover {
                    background-image: url('/Style Library/sylvania/images/bullet02.gif')
                }

/* inner01 page */

/* MDV: Added .l13focus to this rule, as the L13Focus DRC was using <div id="main"> in it's definition, 
and a div with that ID is already set in the page layouts. Changed the L13Focus div to use the l13focus
class instead. */

#main,
.l13focus {
    padding: 0 0 30px 0;
}

ul.breadcrumbs {
    margin: 0;
    padding: 12px 0 10px;
    list-style: none;
    height: 1%;
    overflow: hidden;
}

    ul.breadcrumbs li {
        /*position: relative;*/ /*This is new*/
        float: left;
        background: url('/Style Library/sylvania/images/icons/breadCrumb-divider.gif') no-repeat 0 6px; /*newly commented out*/
        padding: 0 6px 0 8px;
        margin: 0 8px 0 -8px;
        font: 11px/14px Arial, Helvetica, sans-serif;
    }

        ul.breadcrumbs li img {
            position: absolute;
            top: 6px;
            left: 0;
        }

    ul.breadcrumbs a {
        color: #595959;
    }

.intro {
    margin: 10px 0 20px;
    width: auto;
}

    .intro, .intro .holder, .intro .frame {
        height: 1%;
        /*overflow:hidden;*/
        overflow: visible;
		width: 100%; /*983px;*/
        background: url('/Style Library/sylvania/images/bg-intro-c.gif') repeat-y;
    }

        .intro .holder {
            background: url('/Style Library/sylvania/images/bg-intro-t.gif') no-repeat;
        }

        .intro .frame {
            background: url('/Style Library/sylvania/images/bg-intro-b.gif') no-repeat 0 100%;
            padding: 21px 21px 10px;
			width: 100%; /*983px;*/
            position: relative;
            overflow: visible;
            /*overflow:hidden;*/
        }

        .intro.Width729 {
            background-image: url(/Style Library/sylvania/images/bg-intro-c_729.gif);
        }

            .intro.Width729 .holder {
                background-image: url(/Style Library/sylvania/images/bg-intro-t_729.gif);
            }

            .intro.Width729 .frame {
                background-image: url(/Style Library/sylvania/images/bg-intro-b_729.gif);
                width: auto;
            }

        .intro h1, .intro h2, .intro .title {
            margin: 0 0 18px;
            font: 18px/18px Calibri, Tahoma, Arial, sans-serif;
        }

        .intro p {
            /*MDV: 8043: Modified right margin to match appearance of the creative.
    margin:0 0 16px; */
            margin: 0 40px 16px 0;
            line-height: 16px;
        }

#main .addInfo {
    background: none;
    padding: 10 0 30px 1px; /*changed 0->10*/
    width: 100%; /*983px;*/
    position: relative;
    border: 0;
}

.L13Focus {
    background: none;
    padding: 10 0 30px 1px; /*changed 0->10*/
    width: 100%; /*983px;*/
    position: relative;
    border: 0;
}

.category {
    width: 100%; /*983px;*/
    position: relative;
    overflow: visible;
}

ul.categoryList3Wide, ul.categoryList, .categoryList {
    width: 100%; /*983px;*/
    margin: 0;
    padding: 0 0 0 1px;
    list-style: none;
    overflow: visible;
    clear: both;
}

    ul.categoryList li {
        float: left;
        width: 210px;
        margin: 0 46px 0 0;
    }

    ul.categoryList.centered li {
        padding: 0 10px;
        margin: 0 21px 0 0;
    }

        ul.categoryList li.last, ul.categoryList.centered li.last {
            margin-right: 0;
        }

.centered .MainCategoryBlock {
    width: 194px;
    padding: 8px 7px 4px 10px;
    margin: 0 22px 0 10px;
}

ul.categoryList li.addInfoBox {
    width: 230px;
    margin-right: 21px;
}

    ul.categoryList li.addInfoBox.last {
        margin-right: 0px;
    }

    ul.categoryList li.addInfoBox .holder {
        height: 210px;
    }

ul.categoryList3Wide li {
    float: left;
    width: 320px;
    margin: 0 46px 0 0;
}

    ul.categoryList3Wide li.addInfoBox.center {
        width: 316px;
    }

    ul.categoryList3Wide li.addInfoBox {
        width: 322px;
        margin-right: 10px;
    }

        ul.categoryList3Wide li.addInfoBox.last {
            margin-right: 0px;
        }

        ul.categoryList3Wide li.addInfoBox li, ul.categoryList li.addInfoBox li {
            float: none;
            width: auto;
            padding: 0;
            margin: 0;
        }

.twoColListing .addInfoBox, .addInfoBox.Width480 {
    float: left;
    width: 480px;
}

    .twoColListing .addInfoBox.First {
        margin-right: 22px;
    }

    .twoColListing .addInfoBox .box, .addInfoBox.Width480 .box {
        background: url('/Style Library/sylvania/images/bg-add-box-c_480.gif') repeat-y 0 0;
        width: 480px;
    }

    .twoColListing .addInfoBox .holder, .addInfoBox.Width480 .holder {
        background: url('/Style Library/sylvania/images/bg-add-box-t_480.gif') no-repeat 0 0;
    }

        .twoColListing .addInfoBox .holder img {
            float: left;
            padding: 5px 10px;
        }

        .twoColListing .addInfoBox .holder .content {
            float: left;
            width: 339px; /*was 220px*/
            padding: 5px 10px;
        }

            .twoColListing .addInfoBox .holder .content p {
                margin: 0 0 5px 0;
            }

            .twoColListing .addInfoBox .holder .content .list01 {
                padding-left: 0;
            }

.TwoColRightContent, .TwoColLeftContent {
    padding-bottom: 12px;
    margin-top: 6px;
}
    /* MDV: Added for search. */
    .srch-sb-results2,
    .TwoColRightContent .ContentCol {
        float: right;
        width: 720px;
    }

.ContentCol {
    float: right;
    width: 720px;
}
/* MDV: Added for search. */
.srch-refinearea,
.TwoColRightContent .SupplementalCol {
    float: left;
    width: 248px;
}

.TwoColLeftContent .ContentCol {
    float: left;
    width: 720px;
}

.TwoColLeftContent .SupplementalCol {
    float: right;
    width: 248px;
}

.GalleryPage .TwoColLeftContent .ContentCol {
    width: 729px;
}

.GalleryPage .TwoColLeftContent .SupplementalCol {
    width: 239px;
    padding-top: 10px;
}

.SupplementalCol .categoryList {
    width: 239px;
}

.caseStudies .addInfoBox .holder {
    height: 155px;
}

.box.addInfoBox .box {
    width: 322px;
    background: url('/Style Library/sylvania/images/bg-add-box-c_322.gif') repeat-y;
}

.addInfoBox.Width709 .box {
    background: transparent url('/Style Library/sylvania/images/bg-add-box-c_709.gif') repeat-y scroll 0 0;
    width: 709px;
}

.addInfoBox.Width709 .holder {
    background: transparent url('/Style Library/sylvania/images/bg-add-box-t_709.gif') no-repeat scroll 0 0;
    height: auto;
}

ul.categoryList3Wide .addInfoBox .videoContainer {
    background: transparent url('/Style Library/sylvania/images/video-container.jpg') no-repeat top left;
    height: 200px;
}

ul.categoryList3Wide .addInfoBox .box {
    background: url('/Style Library/sylvania/images/bg-add-box-c_322.gif') repeat-y;
    width: 322px;
    margin: 0;
}

ul.categoryList3Wide .addInfoBox .holder {
    background: url('/Style Library/sylvania/images/bg-add-box-t_322.gif') no-repeat;
}

ul.categoryList3Wide .addInfoBox.center .box {
    background: url('/Style Library/sylvania/images/bg-add-box-c_316.gif') repeat-y;
    width: 316px;
}

ul.categoryList3Wide .addInfoBox.center .holder {
    background: url('/Style Library/sylvania/images/bg-add-box-t_316.gif') no-repeat;
}

.box.addInfoBox .holder {
    background: url('/Style Library/sylvania/images/bg-add-box-t_322.gif') no-repeat;
    height: 287px;
}

    .box.addInfoBox .holder p {
        color: #666666;
        width: 290px;
        padding: 0 0 3px 11px;
        margin: 0;
    }

    .box.addInfoBox .holder .scrollingContent {
        max-height: 237px;
    }

.box.addInfoBox ul.listImageDescription li a {
    padding-right: 0;
}

    .box.addInfoBox ul.listImageDescription li a .content {
        width: 221px; /*was 222px*/
    }

.addInfoBox h1.containerHeader, .addInfoBox h2, .addInfoBox .boxTitle, .addInfoBox table.BoxHeader .HeaderRow th {
    border-bottom: 1px solid #d5d5d5;
    font: 16px/36px Calibri, Tahoma, Arial, sans-serif;
    color: #666666;
    padding: 0 6px 0 10px;
    margin: 0 0 3px;
}

.addInfoBox .imageBoxTitle {
    border-bottom: 1px solid #d5d5d5;
    font: 16px/36px Calibri, Tahoma, Arial, sans-serif;
    color: #666666;
    padding: 0 6px 0 10px;
    margin: 0 0 0px;
}

.addInfoBox table.BoxHeader .HeaderRow th {
    text-align: left;
    padding-left: 20px;
}

.addInfoBox .holder h3 {
    padding: 0 10px;
    margin: 3px 0 5px 0;
}

.SupplementalCol .addInfoBox .holder h3 {
    padding: 0;
    margin: 3px 0;
}

.SupplementalCol .addInfoBox .productInformation .holder .bottom h3 {
    padding: 0 10px;
}

.SupplementalCol .addInfoBox .productInformation .holder .bottom .column strong {
    font: 18px/20px Calibri,Tahoma,Arial,sans-serif;
    padding: 0 0 0 10px;
}

.SupplementalCol .addInfoBox .productInformation .holder .bottom .column {
    float: left;
    width: 124px;
}
/* MDV: Added .twoItemProductGallery rule for styling the HTML2Rotator into the new twoItemProductGallery DRC. */
.SupplementalCol .productGallery .holder,
.twoItemProductGallery .productGallery .holder {
    width: inherit;
}

.SupplementalCol .productGallery ul li {
    margin-right: 10px;
}

.TwoColRightContent .SupplementalCol .addInfoBox .productGallery .box, .TwoColLeftContent .SupplementalCol .addInfoBox .productGallery .box {
    overflow: hidden;
    background-image: none;
    width: 200px;
    margin: 0 23px;
}

.addInfoBox p {
    margin: 0 5px 3px 11px;
}

.addInfoBox table {
    width: 100%;
}

    .addInfoBox table td {
        vertical-align: top;
        font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    }

    .addInfoBox table.BoxHeader td {
        border-right: 1px solid #D5D5D5;
        width: 200px;
        padding: 10px;
    }

        .addInfoBox table.BoxHeader td.LastColumn {
            border-right: none;
        }

.addInfoBox .singleArticle img {
    float: left;
    padding: 5px 10px;
}

.addInfoBox .singleArticle .content {
    float: left;
    width: 130px;
}

.categoryList3Wide .addInfoBox .singleArticle .content {
    width: 200px;
}

.addInfoBox.Width480 .singleArticle .content {
    width: 380px;
}

.addInfoFullWidth .addInfoBox .holder {
    background: url('/Style Library/sylvania/images/bg-add-box-t_983.gif') no-repeat;
    height: auto;
}

.addInfoFullWidth .addInfoBox .box {
    background: url('/Style Library/sylvania/images/bg-add-box-c_983.gif') repeat-y;
    width: 983px;
}

.searchListing .addInfoBox .holder {
    height: 90px;
}

.addInfoBox .Address {
    display: block;
    padding-left: 10px;
    padding-left: 10px;
}

ul.categoryList3Wide .mainCategory, ul.categoryList .mainCategory, .MainCategoryBlock {
    /*	background:url('/Style Library/sylvania/images/bg-main-category.gif') no-repeat;*/
    display: block;
    padding: 1px;
    width: 208px;
    height: 102px; /*was 98px*/
    position: relative;
    margin: 0 0 8px;
}

.mainCategory .boxmask {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
}

.MainCategoryBlock {
    height: 250px;
    padding: 8px 10px 4px 10px;
    background: url('/Style Library/sylvania/images/bg-main-category.gif') no-repeat;
}

ul.categoryList3Wide .mainCategory img, ul.categoryList .mainCategory img {
    float: right;
}

ul.categoryList3Wide .mainCategory strong, ul.categoryList .mainCategory strong {
    position: absolute;
    bottom: 11px;
    left: 10px;
    width: 90px;
    font: 15px/normal 'PT Sans',Helvetica,Arial,sans-serif;
    color: #3C3C3C
}

.MainCategoryBlock strong {
    font: 15px/normal 'PT Sans',Helvetica,Arial,sans-serif;
    color: #3C3C3C
}

.MainCategoryBlock p {
    margin: 5px 0 0 0;
}

.categoryList .MainCategoryBlock ul.links {
    height: auto;
    padding: 0;
    margin-top: 5px;
}
/*changed ul.categoryList -> .categoryList*/
ul.categoryList3Wide ul.links, .categoryList ul.links {
    margin: 0;
    padding: 0 0 22px 10px;
    width: auto;
    list-style: none;
    height: 1%;
    overflow: hidden;
    text-align: left;
}

    ul.categoryList3Wide ul.links li span, ul.categoryList3Wide ul.links li a, .categoryList ul.links li span, .categoryList ul.links li a {
        display: block;
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 5px;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
        padding: 0 0 0 10px;
    }

        ul.categoryList3Wide ul.links li a:hover, .categoryList ul.links li a:hover {
            text-decoration: none;
            color: #FF6600;
        }

    ul.categoryList3Wide ul.links li, .categoryList ul.links li {
        background: transparent none;
        padding: 0;
        width: auto;
        margin: 0;
        height: 1%;
        overflow: hidden;
        float: none;
        vertical-align: top;
    }

ul.categoryList3Wide p, ul.categoryList p {
    margin: 0 0 4px 10px;
    line-height: 16px;
}

ul.categoryList3Wide li.addInfoBox p, ul.categoryList li.addInfoBox p {
    margin-right: 4px;
}

ul.categoryList li.longItem {
    width: 470px;
}

    ul.categoryList li.longItem .mainCategory {
        float: left;
    }

    ul.categoryList li.longItem .text {
        float: right;
        width: 245px;
    }

ul.categoryList3Wide .text strong, ul.categoryList .text strong {
    font: 16px/16px Calibri, Tahoma, Arial, sans-serif;
    display: block;
    margin: 0 0 6px;
}

ul.categoryList3Wide .text em, ul.categoryList .text em {
    font: bold 13px/14px Calibri, Tahoma, Arial, sans-serif;
    display: block;
    margin: 0 0 3px;
}

ul.categoryList3Wide .text p {
    margin-left: 0;
}

ul.categoryList .text p {
    margin-left: 0;
}

ul.categoryList3Wide .text ul {
    padding-left: 0;
}

ul.categoryList .text ul {
    padding-left: 0;
}

ul.short-info {
    width: 960px;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
}

    ul.short-info li {
        float: left;
        width: 240px;
    }

        ul.short-info li.doubleWidth {
            width: 480px;
        }

    ul.short-info img {
        float: left;
        margin: 0 9px 0 0;
    }

    ul.short-info .text {
        float: left;
        width: 120px;
        padding: 0 11px 0 0;
    }

    ul.short-info li.doubleWidth .text {
        width: 230px;
    }

    ul.short-info h3, ul.short-info .title {
        font: 15px/25px 'PT Sans',Helvetica,Arial,sans-serif;
        margin: -3px 0 0;
    }

    ul.short-info p {
        margin: 0;
    }

    ul.short-info .more {
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 5px;
    }

    ul.short-info a.more:hover {
        text-decoration: none;
        color: #F60;
    }
/* inner02 page */
.twoColumn {
    padding: 18px 0;
}

.TwoColumnPage .twoColumn td {
    width: 480px;
}

.twoColumn td {
    vertical-align: top;
    width: 345px;
    padding-bottom: 5px;
}

    .twoColumn td.divider {
        vertical-align: middle;
        width: 1px;
        padding-right: 10px;
        padding-left: 10px;
        border-left: 1px solid #D5D5D5;
    }

        .twoColumn td.divider div {
            display: block;
            background-color: white;
            width: 1px;
            height: auto;
        }

            .twoColumn td.divider div.Small {
                height: 200px;
            }

.twoColumn .productPromo, .twoColumn .productPromo2 {
    padding-top: 0;
}

.twoColumn .productInfo {
    padding-bottom: 0;
}

    .twoColumn .productInfo p {
        padding-bottom: 16px;
        margin-bottom: 0;
    }

.innPromo {
    position: relative;
    overflow: hidden;
    width: 980px;
    padding: 10px 0 0;
    margin: 0;
}

    .innPromo .title {
        position: absolute;
        top: 36px;
        left: 27px;
        font: 18px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #fff;
        width: 515px;
    }

        .innPromo .title .subHeadline {
            font-size: 16px;
        }

    .innPromo .info {
        float: right;
        width: 250px;
        height: 235px;
        position: absolute;
        top: 0;
        right: 0;
        background: url('/Style Library/sylvania/images/opacity02.png');
        top: 10px;
    }

    .innPromo .box {
        position: relative;
        width: 226px;
        height: 165px;
        overflow: auto;
        padding: 21px 12px 0;
    }

    .innPromo .info .sub-title {
        display: block;
        font: 18px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        font-weight: normal;
        padding: 0 0 15px;
    }

    .innPromo .info p {
        margin: 0 0 5px;
    }

    .innPromo .info .more {
        position: absolute;
        bottom: 32px;
        left: 10px;
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 5px;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
    }

    .innPromo .info a.more:hover {
        text-decoration: none;
        color: #F60;
    }

    .innPromo .info .btn-autoWidth {
        margin-left: 10px;
    }

        .innPromo .info .btn-autoWidth .Content {
            width: 203px;
        }

ul.service-list {
    margin: 0;
    padding: 10px 10px 0 0;
    float: right;
    list-style: none;
}

    ul.service-list li {
        float: left;
        padding: 0 0 0 6px;
    }

    ul.service-list .Icon {
        display: block;
        float: left;
        background: none no-repeat 0 0;
        overflow: hidden;
        text-indent: -9999px;
        height: 23px;
        width: 23px;
    }

    ul.service-list .Print {
        background-image: url('/Style Library/sylvania/images/icons/btn-print.gif');
    }

    ul.service-list .Email {
        background-image: url('/Style Library/sylvania/images/icons/btn-email.gif');
    }

    ul.service-list .Icon:hover {
        background-position: 0 -40px;
    }

.detail {
    height: 1%;
    overflow: visible;
    margin: 6px 0 0;
    border: 1px solid #d5d5d5;
    padding: 0 0 12px;
    background: url('/Style Library/sylvania/images/line02.gif') repeat-y 248px 0;
}

    .detail .cnt {
        float: right;
        width: 80% /*720px*/;
    }

.productPromo, .productPromo2 {
    position: relative;
    height: 1%;
    overflow: hidden;
}

.productPromo {
    padding: 13px 9px;
}

.TwoColLeftContent .ContentCol .productPromo {
    padding-left: 0px;
}

.productPromo2 {
    padding: 13px 0 13px 9px;
}

.innPromo .btn-view {
    margin-left: 10px;
}

.productInformation .top .btn-view {
    margin-top: 10px;
}

.productInformation .top .btn-autoWidth {
    float: none;
    margin-top: 10px;
}

    .productInformation .top .btn-autoWidth .Content {
        width: 203px;
    }

.productPromo .btn-view {
    position: absolute;
    right: 14px;
    top: 108px;
}

.btn-view {
    display: block;
    background: url('/Style Library/sylvania/images/btn-view.gif') no-repeat;
    line-height: 37px;
    width: 230px;
    height: 37px;
    padding: 0;
    margin: 0;
}

.btn-download {
    display: block;
    background: url('/Style Library/sylvania/images/btn-view.gif') no-repeat;
    line-height: 37px;
    width: 300px;
    height: 37px;
    padding: 0;
    margin: 0;
}

    .btn-view span, .btn-download span {
        background: url('/Style Library/sylvania/images/arrow04.gif') no-repeat 9px 5px;
        padding: 0 0 0 16px;
    }

a.btn-view:hover, a.btn-view:hover span, a.btn-download:hover, a.btn-download:hover span {
    color: #f60;
    text-decoration: none;
}

    a.btn-view:hover span, a.btn-download:hover span {
        background-image: url('/Style Library/sylvania/images/arrow07.gif');
    }

.btn-autoWidth {
    float: left;
    display: block;
    height: 37px;
}

a.btn-autoWidth {
    text-decoration: none !important;
}

.btn-autoWidth .Left {
    float: left;
    display: block;
    background: url('/Style Library/sylvania/images/btn-autoWidth_left.gif') no-repeat left; /*50%*/
    width: 12px;
    height: 37px;
}

.btn-autoWidth .Right {
    float: left;
    display: block;
    background: url('/Style Library/sylvania/images/btn-autoWidth_right.gif') no-repeat right; /*50%*/
    width: 9px;
    height: 37px;
}

.btn-autoWidth .Content {
    float: left;
    display: block;
    background: url('/Style Library/sylvania/images/btn-autoWidth_content.gif') repeat-x left; /*50%*/
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 6px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

    .btn-autoWidth .Content .Document {
        display: block;
        background: url('/Style Library/sylvania/images/icons/btn-document.gif') no-repeat right 8px;
        height: 37px;
        padding-right: 30px;
    }

    .btn-autoWidth .Content img {
        display: inline;
    }

a.btn-autoWidth:hover, a.btn-autoWidth:hover .Content {
    color: #f60;
    text-decoration: none;
}

    a.btn-autoWidth:hover .Left, a.btn-autoWidth .Left.Orange {
        background: url('/Style Library/sylvania/images/btn-autoWidthHover_left.gif') no-repeat left; /*50%*/
    }

    a.btn-autoWidth:hover .Content .Document {
        background-position: right -32px;
    }

.productPromo img, .productPromo2 img {
    float: left;
    margin: 4px 10px 10px 0px !important; /*0 10px 0 0*/
}

.productPromo h1 {
    font: 24px/normal 'PT Sans',Helvetica,Arial,sans-serif;
}

.productPromo h2 {
    font: 15px/normal 'PT Sans',Helvetica,Arial,sans-serif;
}

.productPromo h1.SmallFont {
    font: 18px/20px Calibri, Tahoma, Arial, sans-serif;
    margin: 0;
}

.productPromo .btn-autoWidth {
    position: absolute;
    top: 110px;
    right: 10px;
}

.productPromo2 h1.SmallFont, .productPromo2 h2 {
    font: 18px/20px Calibri, Tahoma, Arial, sans-serif;
    margin: 0 0 5px 0;
}

.productPromo2 .productInfo {
    float: right;
    width: 195px; /*200px*/
    padding: 0;
}

    .productInfo.articleListing .list01, .productPromo2 .productInfo .list01 {
        padding: 0;
    }

.productInfo h2, .productInfo .title {
    font: 18px/20px Calibri, Tahoma, Arial, sans-serif;
    margin: 0 0 5px 0;
}

.productInfo h3, .productInfo .subTitle {
    font: 18px/20px Calibri,Tahoma,Arial,sans-serif;
    margin: 0;
}

.productInfo {
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    padding: 0 10px 12px 0;
}

    .productInfo p {
        margin: 0 0 16px;
        line-height: 16px;
    }

    .productInfo .list01.column {
        float: left;
        width: 155px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .productInfo .contactInfo {
        float: left;
        font: 12px/16px 'PT Sans',Helvetica,Arial,sans-serif;
        width: 165px;
        margin-bottom: 10px;
    }

    .productPromo .more, .productPromo2 .more, .productInfo .more {
        color: #3C3C3C;
        background-image: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif');
        font: 12px/16px 'PT Sans',Helvetica,Arial,sans-serif;
    }

        .productPromo .more:hover, .productPromo2 .more:hover, .productInfo .more:hover {
            text-decoration: none;
            color: #F60;
            background-image: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif');
        }

.addInfoBox {
    width: 720px;
    overflow: visible;
    margin: 0 0 9px;
}

.TwoColRightContent .SupplementalCol .addInfoBox, .TwoColLeftContent .SupplementalCol .addInfoBox {
    height: auto;
    width: 248px;
}

    /* MDV: Added .twoItemProductGallery rule for styling the HTML2Rotator into the new twoItemProductGallery DRC. */
    .TwoColRightContent .SupplementalCol .addInfoBox .box,
    .TwoColLeftContent .SupplementalCol .addInfoBox .box,
    .twoItemProductGallery .box {
        background: url('/Style Library/sylvania/images/bg-add-box-c_248.gif') repeat-y;
        width: 248px;
        margin: 0;
    }
        /* MDV: Added .twoItemProductGallery rule for styling the HTML2Rotator into the new twoItemProductGallery DRC. */
        .TwoColRightContent .SupplementalCol .addInfoBox .holder,
        .TwoColLeftContent .SupplementalCol .addInfoBox .holder,
        .twoItemProductGallery .box .holder {
            background: url('/Style Library/sylvania/images/bg-add-box-t_248.gif') no-repeat;
            height: auto;
        }

    .TwoColRightContent .SupplementalCol .addInfoBox .content, .TwoColLeftContent .SupplementalCol .addInfoBox .content {
        width: 150px; /*145px*/
    }

    .TwoColRightContent .SupplementalCol .addInfoBox a:hover .content.hover, .TwoColLeftContent .SupplementalCol .addInfoBox a:hover .content.hover {
        color: #F60;
    }

    .TwoColRightContent .SupplementalCol .addInfoBox .content h3, .TwoColLeftContent .SupplementalCol .addInfoBox .content h3 {
        margin: 3px 0;
    }

    .TwoColRightContent .SupplementalCol .addInfoBox .content p, .TwoColLeftContent .SupplementalCol .addInfoBox .content p {
        margin-right: 0;
        margin-left: 0;
    }

.SupplementalCol .addInfoBox .productInformation .top {
    border-bottom: 1px solid #D5D5D5;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
/* MDV: top two rules added to get the HomeIndustryAndNews WP to display correctly in 3 and 4 focus styles. */
.addInfoBox.height210 .ms-rte-wpbox,
.addInfoBox.height165 .ms-rte-wpbox,
.addInfoBox .box {
    float: left;
    width: 230px;
    margin: 0 10px 0 0;
    background: url('/Style Library/sylvania/images/bg-add-box-c.gif') repeat-y;
}

.addInfoBox.height165 .holder {
    height: 165px;
}

.addInfoBox.height210 .holder {
    height: 210px;
}

.addInfoBox .holder {
    /* MDV: 8206: Auto height was set for Special Events CQWP in CS 30874,     */
    /* removing need for 8080 change below. height returned to original value. */
    height: 151px;
    overflow: visible;
    background: url('/Style Library/sylvania/images/bg-add-box-t.gif') no-repeat;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 7px;
    /* MDV: 8080 - Added rule below to permit the Special Events CQWP to wrap box correctly around content. */
    /* height: auto; */
}

.addInfoBox h2, .addInfoBox .boxTitle {
    margin: 0 0 3px;
    font: 15px/36px 'PT Sans',Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 6px 0 10px;
}

.addInfoBox .imageBoxTitle {
    margin: 0 0 0px;
    font: 15px/36px 'PT Sans',Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 6px 0 10px;
}

.addInfoBox .imageList h2 {
    margin-bottom: 0;
}

.articleListing ul.list01 {
    margin: 0;
    padding: 0 5px 12px 11px;
    list-style: none;
}

ul.list01 {
    margin: 0;
    padding: 0 5px 0 11px;
    list-style: none;
}

    ul.list01 li, ul.categoryList ul.listImageDescription li.link {
        height: 1%;
        overflow: hidden;
        vertical-align: top;
        list-style: none;
    }

ul.listImageDescription li.link, ul.categoryList ul.listImageDescription li.link {
    border-bottom: 0;
    padding: 10px 5px 0 11px;
}

    ul.list01 a, ul.listImageDescription li.link a {
        float: left;
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 7px;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
        padding: 0 0 0 9px;
    }

        ul.list01 a .Title {
            color: #666;
            font-weight: bold;
        }

        ul.list01 a:hover, ul.listImageDescription li.link a:hover {
            text-decoration: none;
            color: #F60;
        }

ul.listImageDescription {
    padding: 0;
    margin: 0 0 6px 0; /*10px*/
}

    ul.listImageDescription li {
        list-style: none;
        clear: both;
    }

        ul.listImageDescription li a {
            display: block;
            padding: 5px 11px 0 11px;
        }

            ul.listImageDescription li a img {
                float: left;
                margin-top: 5px;
            }

            ul.listImageDescription li a .content {
                float: left;
                display: block;
                font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
                width: 130px; /*136px*/
                padding: 0 0 0 5px; /*10px*/
            }

            ul.listImageDescription li a .filterResultContent {
                float: left;
                display: block;
                font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
                width: 80%;
                padding: 0 0 0 10px;
            }

            ul.listImageDescription li a:hover {
                text-decoration: none;
            }

            ul.listImageDescription li a .title {
                font-weight: bold;
            }

            ul.listImageDescription li a:hover .title {
                color: #F60;
            }

.productGallery, .productGallery .holder {
    width: 710px;
    background: url('/Style Library/sylvania/images/bg-productGallery-c.gif') repeat-y;
}

    .productGallery .holder {
        height: 1%;
        overflow: hidden;
        padding: 0 0 8px;
        background: url('/Style Library/sylvania/images/bg-productGallery-t.gif') no-repeat;
        border-bottom: 1px solid #d5d5d5;
    }

    .productGallery h2 {
        font: 16px/36px Calibri, Tahoma, Arial, sans-serif;
        color: #595959;
        padding: 0 10px;
        margin: 0 0 13px;
        border-bottom: 1px solid #d5d5d5;
    }

    .productGallery .frame {
        position: relative;
    }

    .productGallery .box {
        margin: 0 0 0 58px;
        width: 614px;
        position: relative;
        overflow: hidden;
    }

    .productGallery ul {
        width: 9999px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .productGallery ul li {
            float: left;
            width: 100px;
            margin-right: 23px;
        }

            .productGallery ul li.last {
                margin-right: 0;
            }

    .productGallery.LargeThumbs ul li {
        width: 220px;
    }

    .productGallery ul img {
        display: block;
        margin: 0 auto;
    }

    .productGallery ul span {
        display: block;
        border-top: 1px solid #d5d5d5;
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 10px;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        padding: 3px 0 0 10px;
    }

    .productGallery.LargeThumbs ul span {
        font-size: 13px;
    }

    .productGallery ul a:hover {
        text-decoration: none;
    }

        .productGallery ul a:hover span {
            text-decoration: none;
            color: #F60;
        }

    .productGallery ul p.description {
        padding: 0 10px;
        margin: 5px 0;
    }

.prev, .next {
    position: absolute;
    top: 31px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
}

.prev {
    left: 10px;
    background: url('/Style Library/sylvania/images/icons/btn-arrowLeft.gif') no-repeat;
}

.next {
    right: 10px;
    background: url('/Style Library/sylvania/images/icons/btn-arrowRight.gif') no-repeat;
}

a.prev:hover, a.next:hover {
    background-position: 0 -40px;
}

.detail .aside {
    float: left;
    width: 20% /*248px*/;
}

ul.side-nav.border {
    border: 1px solid #DDD;
}

ul.side-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.side-nav h3 {
        font-weight: normal;
        margin: 0 0 5px 0;
    }

    ul.side-nav .content {
        float: left;
        width: 147px; /*was 149px*/
    }

    ul.side-nav a:hover h3 {
        color: #f60;
    }

    ul.side-nav li {
        border-bottom: 1px solid #d5d5d5;
        height: 1%;
        vertical-align: top;
        position: relative;
    }

        ul.side-nav li .arrow {
            position: absolute;
            top: 50%;
            right: -8px;
            width: 8px;
            height: 14px;
            margin: -7px 0 0;
            background: url('/Style Library/sylvania/images/arrow08.gif') no-repeat;
            display: none;
        }

        ul.side-nav li.active .arrow {
            display: block;
        }

    ul.side-nav a {
        display: block;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        height: 1%;
        padding: 9px;
    }

    ul.side-nav li a:after {
        clear: both;
        display: block;
        content: " ";
    }

    ul.side-nav img {
        float: left;
        margin: 0 9px 0 0;
    }

    ul.side-nav a:hover, ul.side-nav .active a {
        background: #f0f1f2;
        text-decoration: none;
    }

.detail .aside .search {
    padding-top: 13px;
    padding-left: 9px;
}

.search-product {
    height: 1%;
    overflow: hidden;
    padding: 13px 0 0 9px;
}

    .search-product label {
        display: block;
        padding: 0 0 10px
    }

    .search-product .row {
        width: 146px;
        padding: 0 0 0 27px;
        overflow: hidden;
        background: url('/Style Library/sylvania/images/bg-search02.gif') no-repeat;
    }

    .search-product input.text {
        float: left;
        width: 105px;
        border: 0;
        margin: 0;
        padding: 5px 0;
        background: none;
        color: #595959;
    }

        .search-product input.text:focus {
            background: none;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
        }

    .search-product input.button {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        float: right;
        width: 40px;
        height: 27px;
        background: url('/Style Library/sylvania/images/btn-find02.gif') no-repeat;
        text-indent: -9999px;
        border: 0;
        font: 0/0 Arial, Helvetica, sans-serif;
        cursor: pointer;
    }

.searchListing .sbHolder {
    width: 152px;
}

    .searchListing .sbHolder .sbSelector {
        width: 128px;
    }

    .searchListing .sbHolder .sbOptions {
        width: 157px;
    }

.sbOptions {
    display: none;
}

.searchListing .sbHolder.RightColumn {
    z-index: 30;
}
/* inner03 page */

.plan {
    float: right;
    text-align: center;
}

    .plan img {
        margin-bottom: 9px;
    }

.support {
    position: relative;
    float: left;
    /*
	background: #efefef url('//assets.sylvania.com/assets/images/masters/345893-A-103919224_retusche%200e5d7969-2830-43ab-9522-f5189c316a2a.jpg') no-repeat 20px -25px;
	*/
    background: #efefef url('https://assets.sylvania.com/assets/images/thumbnails/team%20coffee%20break%20DSC_8851%20c71d259c-1866-4659-bda5-c1741cedf720250x166.jpg') no-repeat 0px 0px;
    width: 230px;
    padding-bottom: 2px;
}

    .support h2 {
        border: 0;
        font: 16px/33px Calibri, Tahoma, Arial, sans-serif;
        color: #3c3c3c;
        padding: 0 11px;
        margin: 0;
        background: url('/Style Library/sylvania/images/bg-add-box-t.gif') no-repeat;
    }

    .support .imageHolder {
        height: 123px;
        overflow: hidden;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

    .support img {
        float: left;
        display: none;
    }

    .support .holder {
        position: absolute;
        overflow: visible;
        bottom: 0px;
        top: 126px;
        left: 0;
        border-style: none;
        border-color: inherit;
        border-width: medium;
        background: #efefef;
        width: 213px;
        height: 32px;
        padding: 0px 0 0 15px;
        border-left: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

.searchBox .addInfoBox .contentPadding {
    position: relative;
    padding: 10px 26px 0 26px;
}

.searchListing .addInfoBox .contentPadding {
    position: relative;
    padding: 10px 10px 0 10px;
}

    .searchBox .addInfoBox .contentPadding .sbHolder, .searchListing .addInfoBox .contentPadding .sbHolder {
        float: left;
    }

.searchBox .column1, .searchBox .column2, .searchBox .column3 {
    float: left;
}

.searchBox .column2, .searchBox .column3 {
    padding-left: 40px;
}

.searchBox .column1 .TitleImage {
    width: 142px;
}

.searchBox .column2 .TitleImage {
    width: 84px;
}

.searchBox .column3 .TitleImage {
    width: 80px;
}

.LoginModule .TitleImage {
    width: 70px;
    padding-left: 25px;
}

.LoginModule h2 {
    padding-left: 90px;
}

.LoginModule .TitleImage, .searchBox .TitleImage {
    display: block;
    float: left;
    padding-top: 8px;
}

.LoginModule .Field, .searchBox .Field {
    clear: both;
    margin-bottom: 10px;
}

.searchBox .RoundedInput input.Text {
    width: 155px;
}

.LoginModule .RoundedInput input.Text {
    width: 250px;
}

.LoginModule .Submit,
.LoginModule input[type="image"] {
    margin-left: 175px;
}

.ContactForm {
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
}

    .ContactForm .Column {
        float: left;
        width: 344px;
        padding-left: 10px;
    }

    .ContactForm label {
        clear: both;
    }

    .ContactForm textArea {
        clear: both;
        float: left;
        height: 100px;
        width: 500px;
        margin-left: 10px;
    }

    .ContactForm select, .ContactForm .RoundedInput, .ContactForm .sbHolder {
        clear: both;
        margin-bottom: 10px;
    }

    .ContactForm label {
        padding-left: 10px;
    }

    .ContactForm .RoundedInput input.Text {
        width: 290px;
    }

    .ContactForm label.Checkbox, .ContactForm label.Radio {
        margin-bottom: 5px;
    }

    .ContactForm .sbHolder {
        margin-left: 10px;
    }

    .ContactForm .Title {
        padding: 10px 20px 0 20px;
        font-weight: bold;
    }

    .ContactForm p.Info {
        clear: both;
        border-bottom: 1px solid #DDD;
        color: #666;
        font-weight: bold;
        margin: 10px 20px;
    }

        .ContactForm p.Info.NoBorder {
            border-bottom: none;
        }

    .ContactForm .CommentContainer {
        padding: 10px;
    }

    .ContactForm .Submit {
        margin-top: 10px;
        margin-left: 10px;
    }

.searchListing {
    height: 90px;
    margin-bottom: 20px;
}

    .searchListing .addInfoBox .contentPadding strong {
        float: left;
        display: block;
        font: 25px/18px Calibri,Tahoma,Arial,sans-serif;
        padding: 5px 10px 0 10px; /*7px->10px*/
    }

    .searchListing .addInfoBox .Submit {
        padding-left: 20px;
    }

    .searchListing .addInfoBox .RoundedInput .Text {
        width: 309px;
    }

.press.detail {
}

    .press.detail .cnt {
        float: left;
    }

    .press.detail .aside {
        float: right;
    }

.listing td {
    vertical-align: top;
    padding: 5px;
}

    .listing td p {
        margin-right: 0;
        margin-left: 0;
    }

.tradeshows .listing .column1 {
    width: 70px;
}

.tradeshows .listing .column2 {
    width: 100px;
}

.tradeshows .listing .column3 {
    width: 90px;
}

.LinkContainer h2 {
    margin-bottom: 0;
}

.LinkContainer .addInfoBox .holder {
    padding-bottom: 0;
}
    /* MDV: Added for search. */
    .srch-WPBody,
    .LinkContainer .addInfoBox .holder .Listing {
        font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
        padding-right: 1px;
        padding-left: 1px;
    }

.ListItem {
    display: block;
    padding: 10px;
}

a.ListItem:hover {
    background-color: #F0F1F2;
    text-decoration: none;
}

.ListItem .Image {
    float: left;
    display: block;
    padding-right: 20px;
}
/* MDV: Added for search. */
.srch-Description2,
.srch-Metadata1,
.srch-Metadata2,
.ListItem .Content {
    float: left;
    display: block;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    width: 915px;
}

.srch-Description2,
.srch-Metadata1,
.srch-Metadata2,
.Width709 .ListItem .Content {
    width: 590px;
}

.Width709 .ListItem.NoImage .Content {
    width: auto;
}
/* MDV: Added for search. */
.srch-Title3,
.ListItem .Title {
    font: bold 14px Calibri,Tahoma,Arial,sans-serif
}

a.ListItem:hover .Title {
    color: #F60;
}

.ImageLinks {
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
    margin: 0 5px 3px 11px;
}

    .ImageLinks a:hover {
        text-decoration: none;
        color: #F60;
    }

    .ImageLinks .ImageContainer {
        float: left;
        margin: 0 10px 10px 0;
    }

        .ImageLinks .ImageContainer .Caption {
            display: block;
            text-align: left;
        }

.GlossarySection {
    overflow: auto;
    padding-bottom: 10px;
}

    .GlossarySection .Title {
        float: left;
        width: 22px;
        padding-left: 20px;
    }

    .GlossarySection .Listing {
        float: left;
        width: 160px;
        padding-left: 17px;
        margin: 0;
    }
/* FAQ section */
.FAQ-allToggle {
    float: right;
    cursor: pointer;
    background: url('/Style Library/sylvania/images/icons/btn-plusSign.gif') no-repeat right 0px;
    height: 14px;
    padding: 4px 30px 5px 5px;
    margin-top: 5px;
}

a.FAQ-allToggle:hover {
    background-position: right -40px;
}

a.FAQ-allToggle.Expanded {
    background-image: url('/Style Library/sylvania/images/icons/btn-minusSign.gif');
}

.FAQ-allToggle .CollapseText {
    display: none;
}

.FAQ-allToggle.Expanded .CollapseText {
    display: inline;
}

.FAQ-allToggle .ExpandText {
    display: inline;
}

.FAQ-allToggle.Expanded .ExpandText {
    display: none;
}

.QABox {
    margin-top: 10px;
}

.QAContainer {
    margin: 0 0 10px 0;
}

    .QAContainer .Question {
        font: normal bold 15px/21px Calibri,Tahoma,Arial,sans-serif;
        margin: 0;
    }

    .QAContainer .Icon {
        float: left;
        display: block;
        font: normal bold 15px/21px Calibri,Tahoma,Arial,sans-serif;
        /* MDV: 8045 fix, per Mark P. width was previously 14px. */
        width: 18px;
        padding: 0px 8px 0px 8px;
    }

    .QAContainer .Question a {
        display: block;
        background: url('/Style Library/sylvania/images/QAContainer/QA-bottom.gif') no-repeat center bottom;
        padding-bottom: 4px;
        text-decoration: none;
    }

        .QAContainer .Question a:hover {
            cursor: pointer;
            color: #F60;
        }

            .QAContainer .Question a:hover .Icon {
                color: #666;
            }

    .QAContainer .Question .Content {
        display: block;
        background: url('/Style Library/sylvania/images/QAContainer/QA-top.gif') no-repeat center top;
        line-height: 23px;
        min-height: 5px;
        padding: 10px 10px 5px 10px;
    }

    .QAContainer .Content .Text {
        display: block;
        float: left;
        /* MDV: 8045 fix, per Mark P. width was previously 645px. */
        width: 641px;
    }

    .QAContainer .Answer {
        display: none;
        background: url('/Style Library/sylvania/images/QAContainer/QABottom-bottom.gif') no-repeat center bottom;
        color: #3C3C3C;
        padding-bottom: 4px;
    }

        .QAContainer .Answer .Content {
            display: block;
            font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
            background: url('/Style Library/sylvania/images/QAContainer/QABottom-center.gif') repeat-y center bottom;
            padding: 10px 10px 10px 35px;
        }

            .QAContainer .Answer .Content .Icon {
                display: inline;
            }

        .QAContainer .Answer .Text {
            padding-top: 3px;
        }

    .QAContainer.Expanded .Answer {
        display: block;
    }

    .QAContainer.Expanded .Question a {
        background: url('/Style Library/sylvania/images/QAContainer/QA-bottom_expanded.gif') no-repeat center bottom;
        padding-bottom: 6px;
    }

    .QAContainer .ToggleIcon {
        float: left;
        display: block;
        background: url('/Style Library/sylvania/images/icons/btn-plusSign.gif') no-repeat;
        height: 23px;
        width: 23px;
        margin-top: 0px;
    }

    .QAContainer a:hover .ToggleIcon {
        background-position: 0 -40px;
    }

    .QAContainer.Expanded .ToggleIcon {
        background-image: url('/Style Library/sylvania/images/icons/btn-minusSign.gif');
    }
    /* QA width of 983px */
    .QAContainer.Width983 .Content .Text {
        width: 905px;
    }

    .QAContainer.Width983 .Question a {
        background-image: url('/Style Library/sylvania/images/QAContainer/QA-bottom_983.gif');
    }

    .QAContainer.Width983 .Question .Content {
        background-image: url('/Style Library/sylvania/images/QAContainer/QA-top_983.gif');
    }

    .QAContainer.Width983 .Answer {
        background-image: url('/Style Library/sylvania/images/QAContainer/QABottom-bottom_983.gif');
    }

        .QAContainer.Width983 .Answer .Content {
            background-image: url('/Style Library/sylvania/images/QAContainer/QABottom-center_983.gif');
        }

    .QAContainer.Width983.Expanded .Question a {
        background-image: url('/Style Library/sylvania/images/QAContainer/QA-bottom_expanded_983.gif');
    }
/*Gallery*/
.GalleryContainer {
    position: relative;
}

    .GalleryContainer .ColumnBorder {
        position: absolute;
        bottom: 1px;
        left: 726px;
        border-right: 1px solid #C8C8C8;
        height: 9px;
        width: 1px;
    }

    .GalleryContainer .boxTitle {
        margin: 0;
    }

    .GalleryContainer .addInfoBox .holder {
        border-bottom: none;
        padding: 0 1px;
    }

    .GalleryContainer .addInfoBox .box {
        background: url("/Style Library/sylvania/images/bg-intro-c.gif") repeat-y scroll 0 0 transparent;
    }

    .GalleryContainer .BottomBorder {
        background: url("/Style Library/sylvania/images/bg-intro-b.gif") no-repeat scroll 0 100% transparent;
        height: 9px;
    }

.CurrentItem {
    float: left;
    position: relative;
    width: 726px;
    border-right: 1px solid #C8C8C8;
}

.GalleryContainer .CurrentItem .ImageNavigation {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 158px;
    text-indent: -9999px;
    height: 70px;
    width: 9px;
    cursor: pointer;
}

    .GalleryContainer .CurrentItem .ImageNavigation.Back {
        left: 0;
        background: url('/Style Library/sylvania/images/icons/btn-left.gif') no-repeat;
    }

        .GalleryContainer .CurrentItem .ImageNavigation.Back:hover {
            background-image: url('/Style Library/sylvania/images/icons/btn-left-h.gif');
        }

    .GalleryContainer .CurrentItem .ImageNavigation.Next {
        right: 0;
        background: url('/Style Library/sylvania/images/icons/btn-right.gif') no-repeat;
    }

        .GalleryContainer .CurrentItem .ImageNavigation.Next:hover {
            background-image: url('/Style Library/sylvania/images/icons/btn-right-h.gif');
        }

.CurrentItem .Description {
    font: 15px 'PT Sans',Helvetica,Arial,sans-serif;
    padding: 5px 0 0 20px;
}

.Navigation {
    float: right;
}

    .Navigation .Icon {
        display: block;
        float: left;
        background: none no-repeat 0 0;
        overflow: hidden;
        text-indent: -9999px;
        height: 23px;
        width: 23px;
        margin-right: 7px;
    }

        .Navigation .Icon:hover {
            background-position: 0 -40px;
        }

        .Navigation .Icon.Enlarge {
            background-image: url('/Style Library/sylvania/images/icons/btn-enlarge.gif');
        }

        .Navigation .Icon.Shrink {
            background-image: url('/Style Library/sylvania/images/icons/btn-shrink.gif');
        }

        .Navigation .Icon.Fullscreen {
            background-image: url('/Style Library/sylvania/images/icons/btn-fullscreen.gif');
        }

.GalleryContainer .Listing {
    float: right;
    width: 254px;
}

    .GalleryContainer .Listing .Thumbnails {
        padding: 10px 0;
        margin: 0 13px 10px 13px;
    }

        .GalleryContainer .Listing .Thumbnails.Border {
            border-bottom: 1px solid #C8C8C8;
        }

    .GalleryContainer .Listing .Images a, .GalleryContainer .Listing .Videos a {
        display: block;
        float: left;
        background-color: #F0F1F2;
        padding: 6px;
        margin: 0;
    }

    .GalleryContainer .Listing .Images a {
        height: 64px;
    }

    .GalleryContainer .Listing .Videos a {
        height: 60px;
    }

        .GalleryContainer .Listing .Videos a.Right {
            float: right;
        }

        .GalleryContainer .Listing .Images a.Selected, .GalleryContainer .Listing .Videos a.Selected {
            background-color: #585858;
        }

            .GalleryContainer .Listing .Images a:hover, .GalleryContainer .Listing .Images a.Selected:hover, .GalleryContainer .Listing .Videos a:hover, .GalleryContainer .Listing .Videos a.Selected:hover {
                background-color: #DCDDDF;
            }

.GalleryContainer .Paging {
    float: none;
    padding: 0 0 0 59px;
}

    .GalleryContainer .Paging .Info {
        float: left;
        padding: 5px;
    }

    .GalleryContainer .Paging .Icon {
        float: left;
        background: none no-repeat 0 0;
        overflow: hidden;
        text-indent: -9999px;
        height: 23px;
        width: 23px;
    }

        .GalleryContainer .Paging .Icon:hover {
            background-position: 0 -40px;
        }

        .GalleryContainer .Paging .Icon.Next {
            background-image: url('/Style Library/sylvania/images/icons/btn-arrowRight.gif');
        }

        .GalleryContainer .Paging .Icon.Back {
            background-image: url('/Style Library/sylvania/images/icons/btn-arrowLeft.gif');
        }
/* Tabbed Pane */
.TabbedPane {
    padding-top: 1px;
}

    .TabbedPane .Tabs {
        position: absolute;
        list-style: none;
        margin: 0;
    }

        .TabbedPane .Tabs li {
            float: left;
        }

            .TabbedPane .Tabs li a {
                display: block;
                text-transform: lowercase;
                height: 42px;
                padding: 0;
                margin-left: 6px;
            }

                .TabbedPane .Tabs li a .Left {
                    display: block;
                    float: left;
                    background: url('/Style Library/sylvania/images/TabPane/tab-left.gif') no-repeat top left;
                    height: 42px;
                    width: 7px;
                }

                .TabbedPane .Tabs li a .Content {
                    display: block;
                    background: url('/Style Library/sylvania/images/TabPane/tab-center.gif') repeat-x top center;
                    float: left;
                    height: 35px;
                    padding: 7px 8px 0 6px;
                }

                .TabbedPane .Tabs li a .Right {
                    display: block;
                    float: left;
                    background: url('/Style Library/sylvania/images/TabPane/tab-right.gif') no-repeat top right;
                    height: 42px;
                    width: 13px;
                }

            .TabbedPane .Tabs li.Selected a {
                text-transform: none;
            }

                .TabbedPane .Tabs li.Selected a .Left {
                    background-image: url('/Style Library/sylvania/images/TabPane/tab-on-left.gif');
                }

                .TabbedPane .Tabs li.Selected a .Content {
                    background-image: url('/Style Library/sylvania/images/TabPane/tab-on-center.gif');
                }

                .TabbedPane .Tabs li.Selected a .Right {
                    background-image: url('/Style Library/sylvania/images/TabPane/tab-on-right.gif');
                    width: 18px;
                }

            .TabbedPane .Tabs li a:hover {
                text-decoration: none;
                color: #F60;
            }

    .TabbedPane .CurrentTab {
        clear: both;
        border: 1px solid #D5D5D5;
        padding: 10px;
        margin-top: 41px;
    }

        .intro .holder .frame strong,
        .TabbedPane .CurrentTab .Title {
            font: 16px Calibri,Tahoma,Arial,sans-serif;
        }

        .TabbedPane .CurrentTab .Divider {
            clear: both;
            border-bottom: 1px solid #D5D5D5;
            overflow: hidden;
            height: 1px;
            padding-bottom: 9px;
            margin-bottom: 10px;
        }

.CurrentTab .productGallery {
    background: transparent;
    width: auto;
}

    .CurrentTab .productGallery ul {
        width: auto;
    }

.CurrentTab .ExpandableContent .Button:hover {
    background-position: 100% -40px;
    text-decoration: none;
    color: #F60;
}

.CurrentTab .ExpandableContent .Button {
    float: right;
    background: url('/Style Library/sylvania/images/icons/btn-arrowDown.gif') no-repeat 100% 0;
    color: #666666;
    padding-right: 40px;
}

.Glossary {
    position: relative;
    font: 12px 'PT Sans',Helvetica,Arial,sans-serif;
}

    .Glossary .Definition.MainCategoryBlock {
        display: none;
        width: 195px;
        padding-right: 5px;
    }

    .Glossary .Definition {
        position: absolute;
    }

.body {
    background-color: white;
}

.navmenu {
    /*display:none;*/
}
/* VSR Styling (Home Page) */
div#slideshow {
    border: none;
    overflow: hidden;
    width: 979px;
    position: relative;
    height: 330px;
}

    div#slideshow ul {
        list-style: none;
        width: 5000px;
        list-style-image: none;
        margin-top: 0px;
    }

div#navigation ul {
    list-style: none;
    float: right;
    margin-top: 0px;
}

div#slideshow li {
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    float: left;
    z-index: 4;
}

    div#slideshow li div {
        display: table-cell;
        vertical-align: middle;
        zoom: 1;
        height: 100px;
        *display: inline;
        *height: auto;
    }

    div#slideshow li span {
        width: 1px;
        height: 50px;
        *display: inline-block;
    }

div#home_page_branding_box {
    background-color: transparent;
    padding-top: 17px;
    position: relative;
}

div#slideshow largeimg {
    display: none;
}

.whitebox {
    background-color: white;
    padding: 10px;
}

div#home_page_branding_box div.branding_div {
    position: absolute;
    margin-top: 15%;
    left: 22px;
}

div#body_wrapper {
    float: left; /* breaks IE - PJM */
    width: 70%; /* liquid */
    padding-left: 16px;
}

div#social-icons {
    background-color: #E0E5EB;
}

div#flash-file {
    z-index: 1;
}
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
    background: #F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
}

/* body area normally has a white background */
.s4-ca {
}
/* MDV: Added style for CQWP links. */
.ms-WPBody a:link,
#body_wrapper a:link,
#footer a:link,
.topNav a:link {
    text-decoration: none;
    color: #666; /* have to override core4 link color */
    outline: none;
}

.language {
    line-height: 16px;
    color: #595959;
}

.notselectedLanguage {
    display: none;
}

.language a:hover .codeExtention {
    color: #666;
}

.basicr {
    height: 1%;
    overflow: visible;
    margin: 6px 0 0;
    /*border:1px solid #d5d5d5;*/
    padding: 0 0 12px;
    /*background:url('/Style Library/sylvania/images/line02.gif') repeat-y 720px 0;*/
}

    .basicr .cnt {
        float: right;
        width: 248px;
    }

    .basicr .aside {
        float: left;
        width: 720px;
    }
/* MDV: 7998: Complete reworking of rules for MetaDataFilter button. */

.holder.metaDataFilterSmall {
    height: 160px;
}

.filterButtonBox {
    width: 80px;
    float: right;
}

.filterButtonHolder {
    float: right;
    position: relative;
    right: 50%;
}

a.filterButton {
    float: right;
    right: -50%;
    position: relative;
}

.filterButton {
    display: block;
    float: left;
    height: 30px;
    padding-right: 3px;
    background: transparent url('/Style Library/sylvania/images/icons/btn-filter-right.gif') no-repeat scroll top right;
    text-decoration: none;
}

    .filterButton span {
        background: transparent url('/Style Library/sylvania/images/icons/btn-filter-left.gif') no-repeat;
        display: block;
        line-height: 30px;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        color: #FFF;
    }

.filterResultImage {
    width: 70px;
    height: 70px;
}
/*added styling*/
#body-wrapper .menu-horizontal ul.root {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 101;
}

#body-wrapper ul.menu li:hover .servicesdropped {
    display: inline; /*was block*/
}

#body-wrapper menu-horizontal li:hover .drop {
    display: inline; /*was block*/
}

.servicesdropped .c {
    overflow: hidden;
    height: 308px;
    padding: 11px 0 0 20px;
}

.servicesdropped .b {
    overflow: hidden;
    height: 308px;
    padding: 11px 0 0 20px;
}
/*added menu styling*/
#body-wrapper .menu-horizontal ul.root li.static {
    float: left;
    background: url('/Style Library/sylvania/images/icons/orangeNoArrowSide.gif') no-repeat 100% -41px;
    font: 15px/34px 'PT Sans',Helvetica,Arial,sans-serif;
}

#body-wrapper .menu-horizontal ul.root a.static {
    float: left;
    color: #3D3D3D;
    padding: 0 25px 0 15px;
}

#body-wrapper .menu-horizontal ul.root li:hover a.static {
    text-decoration: none;
}

#body-wrapper .menu-horizontal ul.root li:hover a[accesskey="1"].static {
    display: block;
    background: url('/Style Library/sylvania/images/icons/Home.gif') no-repeat 14px -34px;
    width: 39px;
    padding: 0;
}

#body-wrapper .menu-horizontal li.static a[accesskey="1"]:hover {
    display: block;
    background: url('/Style Library/sylvania/images/icons/Home.gif') no-repeat 14px -34px;
    width: 39px;
    padding: 0;
}

#body-wrapper .menu-horizontal ul.root a.static:hover {
    text-decoration: none;
}

#body-wrapper .menu-horizontal li.static a[accesskey="1"] span.menu-item-text {
    visibility: hidden;
}

#body-wrapper .menu-horizontal li.static a[accesskey="1"] {
    display: block;
    background: url('/Style Library/sylvania/images/icons/Home.gif') no-repeat 14px 0px;
    width: 39px;
    padding: 0;
}

#body-wrapper .menu-horizontal li.static.selected a {
    color: #FF6600;
}

#body-wrapper .menu-horizontal ul.root .active a {
    background: url('/Style Library/sylvania/images/arrow11.gif') no-repeat 91% 16px;
}

.servicesdropped {
    z-index: 101;
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    background: url('/Style Library/sylvania/images/topNav/flyout-bg.png') no-repeat 50% bottom;
    line-height: normal;
    width: 980px;
    height: 335px;
}

.ms-rtestate-field TABLE {
    border-collapse: separate;
}

.catalogSearch {
    float: right;
    width: 212px;
    margin: 3px 0 0;
}

.caseStudies {
    width: 983px;
}

.specialEvents .addInfoBox .holder, .stretchyDRC .addInfoBox .holder, .pressReleasesDRC .addInfoBox .holder {
    background: url('/Style Library/sylvania/images/bg-add-box-t_248.gif') no-repeat;
    height: auto;
}

.specialEvents .addInfoBox .box, .stretchyDRC .addInfoBox .box, .pressReleasesDRC .addInfoBox .box {
    background: url('/Style Library/sylvania/images/bg-add-box-c_248.gif') repeat-y;
    width: 248px;
    margin: 0;
}

.stretchyDRC .addInfoBox, .pressReleasesDRC .addInfoBox {
    height: auto;
    width: 248px;
}

    .stretchyDRC .addInfoBox .productInformation .top {
        border-bottom: 1px solid #D5D5D5;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
    }

    .stretchyDRC .addInfoBox .holder h3 {
        padding: 0;
        margin: 3px 0;
    }

    .stretchyDRC .addInfoBox .productInformation .holder .bottom h3 {
        padding: 0 10px;
    }

    .stretchyDRC .addInfoBox .productInformation .holder .bottom .column strong {
        font: 18px/20px Calibri,Tahoma,Arial,sans-serif;
        padding: 0 0 0 10px;
    }

    .stretchyDRC .addInfoBox .productInformation .holder .bottom .column {
        float: left;
        width: 124px;
    }

div.side-nav.border {
    border: 1px solid #DDD;
}

div.side-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 248px;
}

    div.side-nav h3 {
        font-weight: normal;
        margin: 0 0 5px 0;
    }

    div.side-nav .content {
        float: left;
        width: 147px; /*was 149px*/
    }

    div.side-nav a:hover h3 {
        color: #f60;
    }

    div.side-nav li {
        border-bottom: 1px solid #d5d5d5;
        height: 1%;
        vertical-align: top;
        position: relative;
    }

        div.side-nav li .arrow {
            position: absolute;
            top: 50%;
            right: -8px;
            width: 8px;
            height: 14px;
            margin: -7px 0 0;
            background: url('/Style Library/sylvania/images/arrow08.gif') no-repeat;
            display: none;
        }

        div.side-nav li.active .arrow {
            display: block;
        }

    div.side-nav a {
        display: block;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        height: 1%;
        padding: 9px;
    }

    div.side-nav li a:after {
        clear: both;
        display: block;
        content: " ";
    }

    div.side-nav img {
        float: left;
        margin: 0 9px 0 0;
    }

    div.side-nav a:hover, div.side-nav .active a {
        background: #f0f1f2;
        text-decoration: none;
    }
/* MDV: New rule for new carousel. */
.smallimg {
    height: 47px;
}

    .smallimg img {
        height: 45px;
        width: 72px;
    }
/* press release L2 */
.pressSearch {
    float: left;
    width: 212px;
    margin: 3px 0 0;
}

.pressrelease {
    width: auto;
    padding-left: 10px;
}

.pressinfo {
    width: 80%;
    float: left;
}

.pressarticledate {
    width: 10%;
    float: left;
}
/* mpitts - new div-based L14Focus */
/*changed ul.categoryList -> .categoryList*/
div.categoryList3Wide ul.links, .categoryList ul.links {
    margin: 0;
    padding: 0 0 22px 10px;
    width: auto;
    list-style: none;
    height: 1%;
    overflow: hidden;
    text-align: left;
    /*float: left;*/ /*SAT (9/13) Removed this as this causes links not to show up in IE7 and adds extra space in IE9/IE8*/
    margin-top: 10px;
}

    div.categoryList3Wide ul.links li span, div.categoryList3Wide ul.links li a, .categoryList ul.links li span, .categoryList ul.links li a {
        display: block;
        background: url('/Style Library/sylvania/images/icons/orangeSmallArrowRight.gif') no-repeat 0 5px;
        font: 12px/normal 'PT Sans',Helvetica,Arial,sans-serif;
        color: #3C3C3C;
        padding: 0 0 0 10px;
    }

        div.categoryList3Wide ul.links li a:hover, .categoryList ul.links li a:hover {
            text-decoration: none;
            color: #FF6600;
        }

    div.categoryList3Wide ul.links li, .categoryList ul.links li {
        background: transparent none;
        padding: 0;
        width: auto;
        margin: 0;
        height: 1%;
        overflow: hidden;
        float: none;
        vertical-align: top;
    }

ul.categoryList3Wide, div.categoryList, .categoryList {
    width: 983px; /*was 1100px*/
    margin: 0;
    padding: 0 0 0 1px;
    list-style: none;
    overflow: visible;
    clear: both;
}

    div.categoryList .mainCategory img {
        float: right;
    }

div.categoryListItem {
    float: left;
    margin: 0 46px 0 0;
    width: 210px;
}

div.categoryList.centered categoryListItem {
    padding: 0 10px;
    margin: 0 21px 0 0;
}

div.categoryListItem.last {
    margin-right: 0;
}

div.categoryListItem span.mainCategory .boxmask {
    display: none;
    /*	position: absolute;
	top: -1px;
	left: auto;
	overflow: hidden;
*/
}

div.mainCategory {
    float: left;
    /*
margin-left: 24px;
    margin-top: 3px;
*/
}

div.links {
    float: left;
}

span.mainCategory {
    float: left;
    background: url('/Style%20Library/sylvania/images/boxmask.png') no-repeat left;
    /*
    background: url('/Style%20Library/sylvania/images/boxmask.png') no-repeat top left;
*/
}

.mainCategory a.hoverOrange {
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 10px;
}

.menuDivTitle {
    display: none;
}


/* MP - workspace heading */
.innPromo .heading {
    font-weight: bold;
    float: left;
}

/* MP - fix issue with Share link */
body #s4-workspace, div #s4-workspace {
    overflow-y: auto;
    /*height: 100% !important;*/
}

.srch-maincontent-seperator, .srch-federationarea {
    border-bottom: none;
    border-left: none;
    border: none;
}

/* MP - add markup styles*/
H2.ms-rteElement-H2 {
    -ms-name: "Heading 2";
}

H3.ms-rteElement-H3 {
    -ms-name: "Heading 3";
}

P.ms-rteElement-P {
    -ms-name: "Paragraph";
}

/* MP - implement custom styles for ribbon */
.ms-rteStyle-Rollup-Link {
    -ms-name: "Rollup Link";
    border: none;
    font: bold 12px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #3C3C3C;
}

.ms-rteStyle-Bulleted-item {
    -ms-name: "Bulleted item";
    list-style: none outside none;
    font: 12px/18px 'PT Sans',Helvetica,Arial,sans-serif;
    color: #666666;
    outline: medium none;
    text-decoration: none;
    background: url("../images/icons/orangeSmallArrowRight.gif") no-repeat scroll 0 8px transparent;
    display: block;
    padding: 0 0 0 10px;
}


DIV.ms-rteElement-Large-Title {
    -ms-name: "Large Title";
    font: 24px/26px Calibri,Tahoma,Arial,sans-serif;
    margin: 3px 0 2px;
}

DIV.ms-rteElement-Large-Sub-Title {
    -ms-name: "Large Sub Title";
    font: 18px/20px Calibri,Tahoma,Arial,sans-serif;
    margin: 0;
}

DIV.s4-trc-container-menu {
    display: block;
}

.mySylvaniaMenu {
    overflow: auto;
    height: 255px;
}

div.holder div.item {
    padding-left: 8px;
}

div.holder div.pressrelease {
    padding-left: 10px;
}


.GalleryList1 .sbHolder {
    z-index: 75;
}

.GalleryList2 .sbHolder {
    z-index: 70;
}

.addInfoBoxMini {
    width: 316px;
    padding: 0 10px;
}

    .addInfoBoxMini .addInfoBox .holder {
        background: url('/Style Library/sylvania/images/bg-add-box-t_316.gif') no-repeat;
        height: auto;
    }

    .addInfoBoxMini .addInfoBox .box {
        background: url('/Style Library/sylvania/images/bg-add-box-c_316.gif') repeat-y;
        width: 316px;
    }

    .addInfoBoxMini .sbSelector {
        width: 220px;
    }

    .addInfoBoxMini.searchBox .RoundedInput {
        padding-left: 0px;
    }

    .addInfoBoxMini .addInfoBox {
        width: 316px;
    }

#body-wrapper .menu-horizontal {
    display: block;
}

#mobileNavigation {
    display: none;
    cursor: pointer;
}

.srch-Icon {
    clear: both;
}

.contenthub {
    height: 1%;
    overflow: visible;
    margin: 0px;
    padding: 0px;
}

    .contenthub .cnt {
        float: right;
        width: 300px;
        padding-right: 2px;
    }

    .contenthub .aside {
        float: left;
        width: 620px;
    }

    .contenthub .srch-results {
        padding-left: 0px !important;
    }

    .contenthub .ms-advsrchtips, .contenthub .ms-advsrchText-v1, .contenthub .ms-advsearch-header {
        display: none;
    }

    .contenthub .srch-advancedtable {
        margin: 0px;
        float: right;
        padding: 0px;
        width: 300px;
        border-top: none;
        border-bottom: none;
        position: relative;
    }

    .contenthub .ms-advsrchbutton {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .contenthub .ms-advsrchText-v2 {
        padding-left: 5px;
    }

    .contenthub .ms-advsrchbutton {
        padding-right: 5px;
    }

.socialShare {
    Display: none;
}

.rollupimages img {
    width: 110px;
}

.banderole {
    height: 42px;
    width: 100%;
    background-color: #FF6600;
}

    .banderole .banderole-middle {
        width: 983px;
    }

    .banderole .banderole-logo {
        float: right;
    }


#O365_MainLink_Help,
#RibbonContainer-TabRowRight{
	display: none !important;

}

h2.ms-rteElement-H2
{
line-height:1.4;
/* [ReplaceColor(themeColor:"ContentAccent1")] */ color:#3c3c3c;
}

div.promo div[id*='HeaderField__ControlWrapper'] img {
    padding-bottom: 10px;
}