/*[fmt]1A90-1A0B-3*/
.labelPaymentPlan
{
    width:295px !important;
}
.topMobileMenu {
    display: none;
}

#header {
    background: #131313 url(../images/bg_header.jpg) no-repeat left -57px;
    height: 119px;
    position: relative;
    z-index: 12;
}

    #header .topMenu a {
        color: #C4C4C4;
    }

        #header .topMenu a:hover {
            color: #FFF;
        }

        #header .topMenu a.active {
            color: #0067B1;
        }

.headerMain {
    margin: auto;
    position: relative;
    width: 940px;
}

    .headerMain div.logo {
        background: transparent url(../images/bg_header_logo.png) no-repeat left bottom;
        height: 119px;
        left: -11px;
        overflow: hidden;
        padding: 0 22px 26px 12px;
        position: absolute;
        top: 0;
        width: 238px;
        z-index: 7;
    }

        .headerMain div.logo a {
            display: block;
            height: 119px;
            text-indent: -1000em;
            width: 238px;
        }

        .headerMain div.logo img {
            left: 50px;
            position: absolute;
            top: 33px;
        }

.searchBox {
    height: 28px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 269px;
}

    .searchBox input.searchinput {
        border: 1px solid #CCC;
        color: #00599C;
        font-weight: normal;
        font-size: 1.2em;
        line-height: 1.2em;
        height: 18px;
        padding: 4px 33px 2px 10px;
        width: 225px;
    }

    .searchBox input.searchButton {
        background: url(../images/ico_sprites.png) no-repeat 0 -149px;
        border: 0;
        border-width: 0;
        border-style: none;
        cursor: pointer;
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 8px;
        text-indent: -22em;
        top: 5px;
        width: 15px;
    }

.headerMain .topMenu {
    position: absolute;
    right: 0;
    top: 65px;
}

    .headerMain .topMenu ul {
        float: left;
        list-style: none;
    }

        .headerMain .topMenu ul li {
            float: left;
            font-size: 1.7em;
            font-weight: bold;
            padding-right: 8px;
            margin-right: 7px;
            color: #C4C4C4;
        }

            .headerMain .topMenu ul li .icoPhone {
                color: #F1D103;
                background-image: url(../images/ico_phone.png);
                background-repeat: no-repeat;
                padding: 5px 0 0 30px;
            }

            .headerMain .topMenu ul li.last {
                padding-right: 0;
                background: none;
            }

#header .headerMain .topMenu ul li a span {
    color: #FFF;
    font-weight: bold;
}

.mainMenuWrapper {
    position: relative;
    background-color: #2b2b2b;
    width: 100%;
    z-index: 2;
    background-image: url(../images/bg_nav.png);
}

.mainMenu {
    margin: 0 auto;
    width: 940px;
    padding-left: 0.7em;
}

    .mainMenu ul.mm {
        float: right;
        height: 30px;
        list-style: none outside none;
        position: relative;
        background-image: url(../images/nav_divider.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 15px;
        margin-right: 2px;
    }

        .mainMenu ul.mm > li {
            background-image: url("../images/nav_divider.png");
            background-repeat: no-repeat;
            float: left;
            font: bold 1.6em/1.6em 'PT Sans';
            height: 100%;
            margin-right: 13px;
            padding-left: 13px;
        }

    .mainMenu > ul.mm > li > a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        height: 100%;
        text-transform: uppercase;
        width: 100%;
        PADDING-top: 2px;
    }

    .mainMenu > ul.mm > li:hover > a {
        color: #CCC;
    }

    .mainMenu ul.mm li.first a span {
        background: transparent url(../images/ico_home.png) no-repeat 0 -41px;
        cursor: pointer;
        display: block;
        height: 13px;
        margin-top: 6px;
        overflow: hidden;
        text-indent: -999em;
        width: 13px;
    }

    .mainMenu ul.mm li.first a:hover span, .mainMenu ul.mm li.first a:hover.active span {
        background-position: 0 -59px;
    }

    .mainMenu ul.mm li .arrow {
        background: transparent url(../images/mm_arrow1.png) no-repeat center 0;
        display: block;
        position: absolute;
        bottom: -19px;
        height: 20px;
        width: 21px;
        z-index: 2222;
    }

    .mainMenu ul.mm li .subMainMenu {
        background-color: #FFF;
        border: 1px solid #333;
        color: #000;
        padding: 20px;
        position: absolute;
        opacity: 0;
        right: auto;
        top: 36px;
        visibility: hidden;
        z-index: 1000;
        font-family: Arial;
    }

    .mainMenu ul.mm li:hover .subMainMenu {
        left: auto;
    }

.subMainMenu .subInnerLeft {
    float: left;
    width: 235px;
}

.subMainMenu .subInnerRight, .subMainMenu .mmColumn_1.borderLeftCol {
    background: url(../images/divider_grey_repeat.gif) repeat-y left top;
    float: left;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.subMainMenu .mmColumn_1.borderLeftCol {
    padding-left: 20px;
    padding-right: 20px;
    width: 165px;
}

.subMainMenu .singleRight {
    background: none;
    padding-left: 10px;
}

.subMainMenu p {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
}

    .subMainMenu p a {
        color: #0067B1;
    }

.mainMenu ul.mm li .subMainMenu ul, .mainMenu ul.mm li .subMainMenu ul li, .mainMenu ul.mm li .subMainMenu ul.listWrapA li li {
    list-style: none;
    font-size: 12px;
    line-height: 14px;
}

.headerMain .mainMenu ul.mm li .subMainMenu ul.listWrapA ul {
    margin-top: 10px;
}

.mainMenu ul.mm li .subMainMenu ul.bigList li, .mainMenu ul.mm li .subMainMenu ul.listWrapA li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.mainMenu ul.mm li .subMainMenu .wyswygWrap {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6em;
}

.mainMenu ul.mm li .subMainMenu ul.listWrapA > li {
    font-weight: bold;
}

.mainMenu ul.mm li .subMainMenu ul.listWrapA li {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}

    .mainMenu ul.mm li .subMainMenu ul.listWrapA li > a {
        display: block;
    }

.mainMenu ul.mm li .subMainMenu ul.bigList li.rowStart, .mainMenu ul.mm li .subMainMenu ul.bigList li.rowEnd {
    float: left;
    padding-right: 10px;
    width: 80px;
}

.mainMenu ul.mm li .subMainMenu ul.bigList li.rowEnd {
    padding-right: 0;
}

.headerMain .mainMenu ul.mm li .subMainMenu ul.bigList li.rowStart {
    clear: both;
}

.mainMenu ul.mm li .subMainMenu .tinyColWrap {
    float: left;
    width: 120px;
}

.mainMenu ul.mm li .subMainMenu .medColWrap {
    float: left;
    width: 220px;
}

.mainMenu ul.mm li .subMainMenu h5, .headerMain .mainMenu ul.mm li .subMainMenu .listWrapTitle, .headerMain .mainMenu ul.mm li .subMainMenu .linkLevel1 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 10px;
}

    .mainMenu ul.mm li .subMainMenu h5 > a, .mainMenu ul.mm li .subMainMenu .listWrapTitle > a, .mainMenu ul.mm li .subMainMenu .linkLevel1 > a {
        display: block;
    }

.subMainMenu .tinyColWrap ul li, .subMainMenu .medColWrap ul li, .prodColWrap .listWrap ul li, .mmColumn_1 .listWrap ul li, .mmColumn_1 .listWrapB ul li, .headerMain .mainMenu ul.mm li .subMainMenu ul.listWrapA li li {
    background: url(../images/mm_arrow_list_sm_blue.gif) no-repeat left 2px;
    display: block;
    padding: 0 0 8px 10px;
    width: 100%;
}

    .subMainMenu .tinyColWrap ul li a, .subMainMenu .medColWrap ul li a, .prodColWrap .listWrap ul li a, .mmColumn_1 .listWrap ul li a, .mmColumn_1 .listWrapB ul li a, .headerMain .mainMenu ul.mm li .subMainMenu ul.listWrapA li li a {
        color: #0067B1;
        display: block;
        font-weight: normal;
        word-wrap: break-word;
    }

        .subMainMenu .tinyColWrap ul li a:hover, .subMainMenu .medColWrap ul li a:hover, .prodColWrap .listWrap ul li a:hover, .mmColumn_1 .listWrap ul li a:hover, .mmColumn_1 .listWrapB ul li a:hover, .headerMain .mainMenu ul.mm li .subMainMenu ul.listWrapA li li a:hover {
            color: #999;
        }

.subMainMenu .prodColWrap, .subMainMenu .mmColumn_1 {
    float: left;
    padding: 0 20px 20px 0;
    width: 185px;
}

    .subMainMenu .prodColWrap, .subMainMenu .mmColumn_1.lastRow {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .subMainMenu .prodColWrap .imgWrap, .subMainMenu .mmColumn_1 .imgWrap {
            float: left;
            height: 97px;
            width: 55px;
        }

    .subMainMenu .mmColumn_1 .imgWrap {
        height: 97px;
        margin-right: 8px;
        width: 50px;
    }

        .subMainMenu .mmColumn_1 .imgWrap img {
            height: auto;
            width: 50px;
        }

.mmDiv3Columns {
    width: 600px;
}

.mmDiv2Columns {
    width: 400px;
}

.mmDiv1Columns {
    width: 180px;
}

.subMainMenu .mmDiv1Columns .mmColumn_1 {
    padding: 0;
}

.listProductMegaMenu .prodColWrap .listWrap, .mmDiv3Columns .mmColumn_1 .listWrap, .mmDiv3Columns .mmColumn_1 .listWrapB, .mmDiv2Columns .mmColumn_1 .listWrap, .mmDiv2Columns .mmColumn_1 .listWrapB, .mmDiv1Columns .mmColumn_1 .listWrap, .mmDiv1Columns .mmColumn_1 .listWrapB {
    float: left;
    width: 107px;
}

.mmDiv3Columns .mmColumn_1 .listWrapB, .mmDiv2Columns .mmColumn_1 .listWrapB {
    width: auto;
}

.listProductMegaMenu .rightRow, .mmDiv3Columns .rightRow, .mmDiv2Columns .rightRow, .subMainMenu .mmColumn_1.borderLeftCol.rightRow {
    padding-right: 0;
}

.listProductMegaMenu .newRow, .mmDiv3Columns .newRow, .mmDiv2Columns .newRow {
    clear: both;
}

.topMenu .textSize {
    float: left;
    font-size: 11px;
}

    .topMenu .textSize span.labelTextSize {
        float: left;
    }

    .topMenu .textSize a {
        float: left;
        margin: 0 0 0 3px;
        position: relative;
        top: -2px;
    }

.formWrapper {
}

    .formWrapper .formItem {
        padding-bottom: 15px;
    }

    .formWrapper .buttonWrapper {
        padding: 14px 0 30px 132px;
    }

    .formWrapper label {
        color: #333;
        float: left;
        font: normal 1.2em / 1.8em Arial, Helvetica, sans-serif;
        padding: 5px 10px 0 0;
        width: 122px;
    }


    .formWrapper .hint {
      font: 1.2em/1.8em Arial,Helvetica,sans-serif;  
    }

.fieldWrapper .radio label {
    float: none;
}

.formWrapper .fieldWrapper {
    float: left;
    overflow: hidden;
    width: 340px;
}

.formWrapper .fieldInput, .formWrapper .fieldSelect, .formWrapper .fieldTextarea {
    border: 1px solid #CCC;
    color: #0067B1;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    outline: none;
    padding: 5px 10px;
    width: 318px;
}

.formWrapper.stateStoreLocator .fieldInput {
    padding: 4px 5px 5px;
    width: 198px;
}

.formWrapper .fieldSelect {
    padding: 5px 5px 5px 8px;
    width: 340px;
}

.formWrapper .fieldTextarea {
    height: 116px;
}

.formWrapper ul.fieldTextarea {
    overflow: auto;
    max-height: 102px;
}

    .formWrapper ul.fieldTextarea li {
        min-height: 16px;
        list-style: none;
        padding: 5px 20px 5px 5px;
        position: relative;
    }

        .formWrapper ul.fieldTextarea li span {
            background: url(../images/sprite_buttons.png) no-repeat right -484px;
            cursor: pointer;
            display: block;
            height: 16px;
            position: absolute;
            right: 0;
            top: 4px;
            width: 16px;
        }

.formWrapper .fieldSummary {
    clear: both;
    display: block;
    font-size: 1.1em;
    line-height: 1.455em;
    padding: 10px 0 0;
}

.formWrapper .formItem .selectbox-wrapper {
    width: 338px !important;
}

    .formWrapper .formItem .selectbox-wrapper ul li {
        color: #0067B1;
        font-weight: bold;
    }

        .formWrapper .formItem .selectbox-wrapper ul li.selected {
            color: #FFF;
        }

.formWrapper .formItem .selectbox {
    background: url(../Images/bg_dropdown_fr.png) no-repeat left top;
    color: #0067B1;
    font: bold 1.2em / 1.2em Arial, Helvetica, sans-serif;
    width: 340px;
}

.formWrapper .formItem .errorMessage {
    display: none;
    line-height: 0;
    padding: 0;
}

.formWrapper .formItem .selectedGroup {
    margin-bottom: 10px;
}

.formWrapper .formItem .addItemGroup {
    float: left;
    margin: 132px 0 0 10px;
}

.formWrapper .formItem .fieldWrapper .custom-select-container .custom-select > span {
    color: #0067B1;
    font: bold 1.2em / 1.2em Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.formWrapper .formItem .fieldWrapper .custom-select-container {
    width: 340px;
}

.formWrapper.stateStoreLocator .formItem .custom-select-container {
    width: 210px;
}

.formWrapper .formItem .fieldWrapper .checkboxWrapper > li {
    float: left;
    list-style: none;
    padding: 0 10px 5px 0;
    width: 160px;
}

    .formWrapper .formItem .fieldWrapper .checkboxWrapper > li input.fieldCheckbox {
        float: left;
        margin-right: 5px;
    }

    .formWrapper .formItem .fieldWrapper .checkboxWrapper > li label {
        display: inline;
        float: left;
        padding: 0;
    }

.formWrapper .errorField .fieldInput, .formWrapper .errorField .fieldSelect, .formWrapper .errorField .fieldWrapper .custom-select-container .custom-select > span, .formWrapper .errorField .fieldTextarea {
    background-color: #FFE5E5;
    border-color: #E30505;
    color: #E30505;
}

.formWrapper .errorField .fieldWrapper .custom-select-container .custom-select > span {
    background: #FFF url("../images/bg_select_custom.png") no-repeat 100% -488px;
}

.formWrapper .errorField .selectbox {
    background-position: left bottom;
    color: #E30505;
}

.errorMessage {
    color: #E30505;
}

.formWrapper .errorField .errorMessage {
    color: #E30505;
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.272em;
    padding: 5px 0 0;
}

.leftNavForm .fieldInput, .leftNavForm .fieldSelect {
    width: 188px;
}

.leftNavForm .formItem .fieldWrapper {
    width: auto;
}

.leftNavForm .formItem .selectbox-wrapper {
    width: 208px !important;
}

.leftNavForm .formItem .selectbox {
    background: url(../Images/bg_dropdown_med.png) no-repeat left top;
    width: 212px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.contentMain .wysiwygContent ul.listing li {
    border: none;
    list-style: none;
    padding: 1px 10px;
}

.dateAndAuthorWrapper {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.637em;
    margin-bottom: 8px;
}

.colFeaturePromo {
    float: left;
    margin-right: 20px;
    width: 220px;
}

    .colFeaturePromo.wide {
        width: 460px;
    }

.colFeaturePromoWrapper .colFeaturePromo h3.title {
    font-size: 1.4em;
    line-height: 1.25em;
    padding-bottom: 5px;
    display: block;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 5px;
    padding-left: 5px;
}

.colFeaturePromoWrapper .colFeaturePromo.wide h3.title {
    text-align: center;
}

.colFeaturePromoWrapper .colFeaturePromo h3.title a.thickbox {
    color: #FFF;
}

.colFeaturePromo p {
    font-size: 1.2em;
    max-height: 51px;
    line-height: 1.6em;
    margin-bottom: 13px;
    overflow: hidden;
    padding: 10px 0;
}

.colFeaturePromo .image {
    height: 164px;
    width: 220px;
}

.colFeaturePromo.wide .image {
    width: 100%;
}

.colFeaturePromo .link {
    display: block;
    position: relative;
}

    .colFeaturePromo .link .slide-up {
        bottom: 0;
        position: absolute;
        display: none;
        color: white;
        background-color: rgba(0,0,0,0.5);
    }

.colFeaturePromo .slide-up .inner {
    margin: 1em;
}

.colFeaturePromoWrapper .colFeaturePromo .wysiwygContent {
    padding: 10px 0;
}

.colFeaturePromo a.readMore {
    background-position: left -107px;
    display: block;
    font-weight: bold;
}

.innerContentRight .mapArea {
    /*width: 460px;
float: left;*/
}

.innerContentRight .outlets {
    width: 210px;
    height: 390px;
    float: right;
    background-color: #E8E9EB;
    overflow: hidden;
    font-size: 1.2em;
}

    .innerContentRight .outlets h4 {
        background-image: url('../images/markerb1_sm.png');
        background-repeat: no-repeat;
        padding-left: 20px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 15px;
        font-size: 1.2em;
        border-bottom: 1px solid #C4C4C4;
        margin-bottom: 7px;
        padding-bottom: 7px;
        padding-top: 2px;
    }

    .innerContentRight .outlets .store {
        padding: 15px;
    }

        .innerContentRight .outlets .store .title a {
            background: transparent url("../images/arrow_right.png") no-repeat 0 5px;
            color: #0067B1;
            display: block;
            font-weight: bold;
            padding: 2px 0 0 12px;
            margin-bottom: 5px;
        }

        .innerContentRight .outlets .store .address a {
            color: #0067B1;
        }

.mapImageContent {
    padding-bottom: 0;
    position: relative;
    width:380px;
    height: 390px;
    float:left;
}
.mapImageContent.clearfix{
      width:700px;
      height: 535px;
      margin-bottom:0px;
}
/*.mapArea > .mapImageContent.clearfix {
      height: 500px;
}*/

.mapImageContent #map-canvas {
        width: 100%;
        height: 390px;
}

.contentLeft .innerContentRight .mapImageContent #map-canvas{
    width:100%;
    height:90%;
}

    .mapImageContent .map-mask {
        background-image: url('/Assets/Shared/images/store_locator/map_white_mask.png');
        background-color: #004566;
    }

    .mapImageContent .storeSpot {
        color: #FFFFFF;
        font: bold 1.4em Arial, Helvetica, sans-serif;
        line-height: 1.4em;
        padding: 1px 3px;
        position: absolute;
        visibility: hidden;
    }

    .mapImageContent a:hover.storeSpot {
        background-color: #0067B1;
        color: #FFF;
    }

    .mapImageContent .WA {
        left: 187px;
        top: 224px;
    }

    .mapImageContent .NT {
        left: 339px;
        top: 132px;
    }

    .mapImageContent .SA {
        left: 359px;
        top: 278px;
    }

    .mapImageContent .QLD {
        left: 487px;
        top: 187px;
    }

    .mapImageContent .NSW {
        left: 494px;
        top: 317px;
    }

    .mapImageContent .ACT {
        left: 546px;
        top: 369px;
    }

    .mapImageContent .VIC {
        left: 481px;
        top: 404px;
    }

    .mapImageContent .TAS {
        left: 518px;
        top: 489px;
    }

.storelocator-panel {
}

#panel, .storeDetails {
    margin-top: 22px;
}

    #panel .feature-filter label {
        width: 130px;
    }

.innerContentRight .authorised-distributors {
    border-top: 1px solid #CCCCCC;
    padding-top: 0.5em;
}

p.attribution, p.attribution a {
    color: #666;
}

.store .hours {
}

.storelocator-panel .store-list, .storelocator-panel .store-list2, .storelocator-panel .store-list3 {
    margin: 0;
    padding: 0;
}

    .storelocator-panel .store-list li, .storelocator-panel .store-list2 li, .storelocator-panel .store-list3 li, .storelocator-panel .directions-panel {
        padding: 5px;
    }

.storelocator-panel .directions-panel {
    font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover, .storelocator-panel .store-list2 li.store:hover, .storelocator-panel .store-list3 li.store:hover {
}

.storelocator-panel .store-list li.highlighted, .storelocator-panel .store-list li.highlighted:hover {
}

.storelocator-panel .directions {
    display: none;
}

.storelocator-panel .location-search {
    padding: 5px;
}

    .storelocator-panel .location-search input {
        width: 95%;
    }

    .storelocator-panel .location-search h4 {
        font-size: 0.8em;
        margin: 0;
        padding: 0;
    }

.storelocator-panel .store-list .no-stores {
}

.storelocator-panel .store .features, .storelocator-filter {
    display: none;
}

.storelocator-panel .feature-filter {
    overflow: hidden;
}

    .storelocator-panel .feature-filter label {
        display: block;
        font-size: 0.8em;
        margin: 0 0.4em;
        float: left;
    }

.store .brandsListing {
    font-style: italic;
    line-height: 125%;
    margin-bottom: 5px;
}

.store .address, .store .phone, .store .web, .store .misc {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    display: block;
}

.store.infobubble h6, .store.infobubble .address, .store.infobubble .phone, .store.infobubble .web, .store.infobubble .misc {
    line-height: 100%;
}

.store.infobubble h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.store .features {
    overflow: hidden;
    color: #CCC;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px;
}

    .store .features li {
        display: inline;
        float: left;
        padding-right: 0.8em;
    }

.store .web a {
    color: #008000;
}

.store .action.zoomhere, .store .action.directions, .store .action.streetview {
    font-size: 1em;
    color: #333;
    margin-right: 0.5em;
    display: none;
}

.store .action.zoomhere {
    background: url("../images/icon-magnify.png") no-repeat 0 3px;
    display: block;
    padding-left: 12px;
}

._ibani_4062 img {
    display: none !important;
}

.mainColumn h1 {
    display: block;
    font-size: 5em;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 40px;
    position: relative;
}

    .mainColumn h1 span {
        /*background-image: url(../images/arrow_bottom_medium_grey_onwhite.gif);*/
        background-repeat: no-repeat;
        background-position: right 8px;
        display: block;
        font-size: 12px;
        padding-right: 45px;
        position: absolute;
        right: 0;
        text-align: right;
        top: 22px;
        width: 190px;
    }

    .mainColumn h1.paddingRight {
        padding-right: 250px;
    }

.landingPage .contentMain, .fullRightLanding .contentMain {
    padding-top: 20px;
}

.landingPage .columnWrapper, .fullRightLanding .columnWrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .landingPage .columnWrapper .itemArticle p a, .fullRightLanding .columnWrapper .itemArticle p a {
        background: url("../images/sprites_arrow.png") no-repeat right -210px;
        padding-right: 13px;
        text-decoration: underline;
    }

.columnWrapper.buttonWrapper.addToProject {
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.fullRightLanding .columnWrapper.adjustMarginBottom {
    margin-bottom: 10px;
}

.fullRightLanding .contentLeft {
    width: 210px;
}

.fullRightLanding .contentRight {
    width: 700px;
}

    .fullRightLanding .contentRight .innerContentLeft {
        float: left;
        overflow: visible;
        width: 100%;
    }

        .fullRightLanding .contentRight .innerContentLeft img {
            height: auto;
            max-width: 460px;
        }

    .fullRightLanding .contentRight .innerContentRight {
        float: right;
        width: 210px;
    }

.landingPage .customSearchWrapper, .fullRightLanding .customSearchWrapper {
    float: none;
    width: auto;
}

    .landingPage .customSearchWrapper .searchField {
        width: 248px;
    }

    .landingPage .customSearchWrapper .selectbox, .fullRightLanding .customSearchWrapper .selectbox {
        background: transparent url(../Images/bg_dropdown_long.png) no-repeat left top;
        width: 228px;
    }

    .landingPage .customSearchWrapper .selectbox-wrapper, .fullRightLanding .customSearchWrapper .selectbox-wrapper {
        width: 236px !important;
    }

    .landingPage .customSearchWrapper .searchLabel, .fullRightLanding .customSearchWrapper .searchLabel {
        width: 160px;
    }

.innerContentLeft .customSearchWrapper select {
}

.landingPage .bannerWrapper, .fullRightLanding .bannerWrapper {
    background: none;
    height: 230px;
}

h1.title, h2.title, h4.title {
    color: #333;
    font-weight: normal;
    font-size: 3.5em;
    line-height: 1.1em;
    padding-bottom: 9px;
    
}

.customSearchWrapper h2.title, .browseProductsWrapper h2.title {
    padding-bottom: 5px;
}

.landingPage h2.title, .fullRightLanding h2.title, .landingPage h1.title, .fullRightLanding h1.title {
    display: block;
    clear: both;
    padding-bottom: 16px;
    text-transform: none;
    width: 100%;
}
h1.title   span.header-summary{
    display:none;
}
h3.colTitle {
    border-bottom: 1px solid #CCC;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 100%;
    padding-bottom: 14px;
}

h3.bgBlue {
    background: #0067B1 url(../images/bg_box_inspirecentre.png) no-repeat right 0;
    border-bottom: none;
    color: #FFF;
    padding: 14px 15px;
}

h3.subTitle {
    font-size: 2.4em;
    font-weight: normal;
    padding-bottom: 20px;
}

    h3.subTitle.floatLeft {
        float: left;
    }

.columnWrapper h4.colWrapTitle {
    border-bottom: 1px solid #CCC;
    display: block;
    font-size: 2.4em;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.columnWrapper .itemArticle {
    margin-bottom: 18px;
}

    .columnWrapper .itemArticle.faqItem {
        margin-bottom: 12px;
    }

.columnWrapper .column.span50 {
    width: 50%;
    float: left;
}

.itemArticle.faqItem h5.articleTitle a {
    display: block;
}

.itemArticle.faqItem.open h5.articleTitle a {
    color: #00599C;
}

.itemArticle.faqItem h5.articleTitle {
    background: transparent url("../images/sprites_arrow.png") no-repeat 2px -107px;
    padding-left: 20px;
    cursor: pointer;
}

.itemArticle.faqItem.open h5.articleTitle {
    background: transparent url("../images/arrow_down.png") no-repeat 0 5px;
}

.itemArticle.faqItem .wysiwygContent {
    padding-left: 21px;
}

h5.articleTitle {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 16px;
    padding-bottom: 4px;
}

h5.hasBorder, h3.hasBorder {
    background: url(../images/arrow_down.png) no-repeat 0 22px;
    display: block;
    border-bottom: 1px solid #CCC;
    font-size: 1.4em;
    padding: 15px 0 20px 22px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

.columnWrapper h5.hasBorder span, .columnWrapper h3.hasBorder span {
    float: right;
    font-size: 0.85em;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 14px;
}

.columnWrapper {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.noBorderNoMargin {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.noMargin {
    padding: 0 !important;
    margin: 0 !important;
}

.noBorder {
    border: 0 none !important;
}

.contentLeft {
    float: left;
    width: 100%;
}

.landingPage .contentLeft {
    overflow: hidden;
}

.contentLeft .innerContentLeft {
    float: left;
    width: 210px;
}

.contentLeft .innerContentRight {
    overflow: hidden;
    padding: 10px;
}

.contentRight {
    float: right;
    width: 210px;
}

.contentMain .searchBox {
    padding-bottom: 20px;
    position: relative;
    top: auto;
    right: auto;
    width: 460px;
}

    .contentMain .searchBox input.searchinput {
        width: 415px;
    }

.filterOptions {
    margin: 0 0 7px;
}

.contentMain .filterRange, .contentMain .filterCategory {
    float: left;
    margin-right: 20px;
    width: 220px;
}

.contentMain .filterCategory {
    float: right;
    margin-right: 0;
}

.filterRange .selectbox, .filterCategory .selectbox {
    background: url(../Images/bg_dropdown_med2.png) no-repeat left top;
    width: 220px;
}

.filterRange .selectbox-wrapper, .filterCategory .selectbox-wrapper {
    width: 218px !important;
}

.contentMain .filterRange select, .contentMain .filterCategory select {
    width: 90%;
}

.accordContainer .colWrapTitle {
    background: url(../images/sprite_plus_minus.png) no-repeat right 6px;
    cursor: pointer;
}

.accordContainer h4.colWrapTitle {
    border-bottom: 2px solid #CCC;
}

.accordContainer .colWrapTitle.open {
    background-position: right -44px;
}

.accordContainer .subTitle {
    background: url(../images/sprite_plus_minus.png) no-repeat right -95px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    display: block;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 0 20px 10px;
}

    .accordContainer .subTitle.open {
        background-position: right -144px;
    }

ul.itemDocsList, ul.itemDocsList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.itemDocsList li {
        border-bottom: 1px dotted #CCC;
        display: block;
        font-size: 1.1em;
        float: left;
        line-height: 1.6em;
        margin: 0 10px 10px 0;
        padding: 0 0 10px 10px;
        width: 210px;
    }

        ul.itemDocsList li .docName, ul.itemDocsList li a.downloadLink {
            clear: both;
            color: #0067B1;
            display: block;
            text-align: right;
            text-decoration: underline;
        }

        ul.itemDocsList li .docName {
            font-size: 1.2em;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
        }

            ul.itemDocsList li .docName a {
                color: #0067B1;
            }

.linkBackwrap {
    height: 56px;
}

    .linkBackwrap .title {
        font-size: 2em;
        font-weight: bold;
        padding-top: 10px;
    }

    .linkBackwrap a.linkBack, .linkBackwrap a.linkForward {
        background: url(../images/sprites_arrow.png) no-repeat left -310px;
        font-size: 1.2em;
        padding-left: 8px;
        text-decoration: underline;
    }

    .linkBackwrap a.linkForward {
        background-position: right -209px;
        padding-left: 0;
        padding-right: 12px;
    }

.contentMain ul.listing {
    display: block;
    list-style: none;
    padding-bottom: 28px;
}

    .contentMain ul.listing li {
        border-bottom: 1px solid #CCC;
        display: block;
        padding: 9px 10px;
        padding-right: 0;
    }

        .contentMain ul.listing li a {
            background: transparent url("../images/arrow_right.png") no-repeat left 4px;
            display: block;
            font-size: 1.4em;
            font-weight: bold;
            padding-left: 16px;
        }

            .contentMain ul.listing li a img.thumb {
                vertical-align: top;
                margin-right: 1em;
            }

div.blockOverlay {
    -moz-opacity: .30;
    opacity: .30;
    background-color: #000;
}

div.blockMsg {
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-opacity: .70;
    opacity: .70;
    padding: 15px !important;
    color: #000;
}

.contentMain ul.hasIcon li a {
    background: none;
    color: #0067B1;
    font-size: 1.2em;
    padding: 0;
}

    .contentMain ul.hasIcon li a img {
        float: left;
        margin-right: 7px;
    }

.contentMain ul.listing li ul li {
    border-bottom: none;
    padding: 5px 10px;
    padding-right: 0;
}

.contentMain #facetSearchNavigationContainer ul.listing li ul li {
    border-bottom: none;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 180px;
}

    .contentMain #facetSearchNavigationContainer ul.listing li ul li .facetOption {
        display: block;
        float: left;
    }

        .contentMain #facetSearchNavigationContainer ul.listing li ul li .facetOption > input {
            display: block;
            float: left;
        }

    .contentMain #facetSearchNavigationContainer ul.listing li ul li label {
        display: block;
        float: left;
        font-size: 11px;
        line-height: 120%;
        margin: 0 0 8px;
        padding: 4px 0 0 5px;
        width: 135px;
        word-wrap: break-word;
    }

.contentMain ul.listing li ul li.active {
    /*background-color: #0067B1;*/
}

.contentMain ul.listing li ul li a {
    font-size: 12px;
}

ul.listing > li > a.active {
    color: #0067B1;
}

ul.listing li ul {
}

    ul.listing li ul li {
        list-style: none !important;
        display: list-item !important;
        padding-left: 18px !important;
    }

        ul.listing li ul li a {
            background: transparent url("../images/arrow_right.png") no-repeat left 4px !important;
            color: #333;
            padding-left: 16px !important;
        }

            ul.listing li ul li a:hover {
                color: #0067B1 !important;
            }

            ul.listing li ul li a.active {
                color: #0067B1;
            }

ul#searchCategory li ul {
    list-style: none;
    padding-left: 2px;
}

    ul#searchCategory li ul li {
        border: none;
        list-style: none !important;
    }

        ul#searchCategory li ul li label input[type=checkbox] {
            margin-right: 10px;
        }

.confirmationMessage {
    font-size: 1.2em;
    line-height: 1.8em;
}

    .confirmationMessage p {
        font-size: 1em;
        margin-bottom: 1em;
    }

.contentMain img.imgLeft {
    float: left;
}

.imageArticleContent, .landingPageModule .itemEntry {
    padding-top: 20px;
}

    .imageArticleContent .imageArticleItem, .landingPageModule .imageArticleItem {
        padding-bottom: 30px;
    }

    .landingPageModule .itemEntry h3 {
        font-size: 1.6em;
        height: 1.6em;
        overflow: hidden;
    }

        .landingPageModule .itemEntry h3 a {
            text-decoration: underline;
        }

    .landingPageModule .itemEntry .imageArticleItem .wysiwygContent {
        float: none;
        width: auto;
    }

    .imageArticleContent .imageArticleItem ul li, .imageArticleContent .imageArticleItem ol li {
        font-size: 12px;
        margin-bottom: 5px;
        list-style-position: inside;
    }

.landingPageModule .imageArticleItem .wysiwygContent p {
    height: 4.2em;
    overflow: hidden;
}

.innerContentLeft .imageArticleContent .wysiwygContent p {
    overflow: hidden;
}

.landingPageModule .imageArticleItem .wysiwygContent a.readMore2.floatRight {
    margin-top: 5px;
}

.imageArticleContent .imageArticleItem ul li span, .imageArticleContent .imageArticleItem ol li span {
    color: #0067B1;
}

.imageArticleContent .imageArticleItem .image, .landingPageModule .imageArticleItem .image {
    border: 1px solid #CCC;
    float: left;
    height: 118px;
    overflow: hidden;
    margin-right: 21px;
    width: 158px;
}

.showOnSide .imageArticleItem {
    padding-bottom: 30px;
}

    .showOnSide .imageArticleItem .image {
        height: 58px;
        margin-right: 15px;
        width: 78px;
    }

    .showOnSide .imageArticleItem p {
        font-size: 12px;
        line-height: 18px;
        overflow: hidden;
    }

        .showOnSide .imageArticleItem p a {
            color: #0067B1;
            font-weight: bold;
        }

.imageArticleItem .linkTitle a {
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

    .imageArticleItem .linkTitle a:hover {
        color: #00599C;
    }

.tabHeader {
    padding-bottom: 18px;
}

    .tabHeader ul {
        background: url(../images/bg_tab_header.png) no-repeat left bottom;
        display: block;
        list-style: none;
    }

        .tabHeader ul li {
            background-color: #EEE;
            border-bottom: 1px solid #BEBEBE;
            float: left;
            height: 38px;
            margin-right: 1px;
            text-align: center;
            width: 114px;
        }

            .tabHeader ul li a {
                display: block;
                font-size: 1.2em;
                font-weight: bold;
                line-height: 38px;
            }

            .tabHeader ul li.hover-on, .tabHeader ul li.current {
                background-color: #0067B1;
                border-color: #0067B1;
            }

                .tabHeader ul li.hover-on a, .tabHeader ul li.current a {
                    color: #FFF;
                    background: url(../images/bg_tab_active.gif) no-repeat center bottom;
                    height: 45px;
                }

.breadCrumbMenu {
    display: block;
    margin-bottom: 8px;
    margin-top: 20px;
}

    .breadCrumbMenu ul {
        list-style: none;
    }

        .breadCrumbMenu ul li {
            background: url(../images/sprites_arrow.png) no-repeat right 2px;
            display: inline;
            color: #0067B1;
            font-size: 1.2em;
            padding-right: 20px;
            margin-right: 2px;
        }

            .breadCrumbMenu ul li a {
                text-decoration: underline;
            }

            .breadCrumbMenu ul li.last {
                background: none;
            }

.alphabetMenu {
    display: block;
    padding-bottom: 10px;
}

    .alphabetMenu h5.titleAlphabet {
        font-size: 12px;
        font-weight: normal;
        float: left;
        margin-right: 5px;
    }

    .alphabetMenu ul {
        list-style: none;
        float: left;
    }

        .alphabetMenu ul li {
            background: url(../images/divider_alphabet_menu.gif) no-repeat right 2px;
            display: block;
            float: left;
            font-size: 1.2em;
            font-weight: bold;
            line-height: 1.2em;
            padding: 0;
            text-align: center;
            width: 41px;
        }

            .alphabetMenu ul li.last, .alphabetMenu ul li:last-child {
                background: none;
                padding-left: 6px;
                padding-right: 0;
                width: auto;
            }

            .alphabetMenu ul li a.aspNetDisabled {
                color: #999;
                cursor: default;
            }

                .alphabetMenu ul li a.aspNetDisabled.active {
                    color: #0067B1;
                    cursor: pointer;
                }

.documentListing .columnWrapper .column.span50 {
}

    .documentListing .columnWrapper .column.span50 .custom-select-container {
        margin: 0 4px;
        position: relative;
        width: 214px;
    }

.documentListing h4.title {
    text-transform: none;
}

.documentListing .selectDisplayWrap {
    background-color: #F3F3F2;
    margin: 20px 0 6px !important;
    min-height: 27px;
    padding: 10px !important;
}

.documentListing ul.listing {
    padding: 0;
    margin-bottom: 20px;
}

    .documentListing ul.listing > li {
        overflow: hidden;
        padding-bottom: 20px;
    }

.documentListing h3.title {
    font-size: 1em;
    font-weight: normal;
}

.documentListing p.introText {
    font-size: 1.2em;
    margin: 10px 0 20px;
}

.documentListing ul.listing li h3.title a {
    background: transparent repeat 0 0;
    font-weight: bold;
    padding-left: 0;
}

h3.title.headingGeneral {
    color: #333;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 175%;
}

.contentMain .documentListing ul.listing li ul.subDownloadableDocsList li {
    border-bottom: none;
    float: left;
    padding: 0 10px;
    width: 205px;
}

.contentMain .documentListing ul.listing li ul.brochures li {
    width: 100%;
}

.documentListing ul.listing li ul.subDownloadableDocsList li a {
    font-size: 12px;
    font-weight: normal;
}

    .documentListing ul.listing li ul.subDownloadableDocsList li a img {
        vertical-align: top;
    }

.documentListing ul.listing li ul.subDownloadableDocsList li.right {
    float: right;
}

.contentMain .documentListing ul.listing li ul li.active {
    background: none;
}

    .contentMain .documentListing ul.listing li ul li.active a.active {
        background: transparent url("../images/sprites_arrow.png") no-repeat left -103px !important;
        color: #333 !important;
    }

.slidingContentWrapper > .itemSlideContent > .wysiwygContent {
    border-top: 1px solid #CCC;
    background: #F3F3F2;
    padding: 10px;
}

.slidingContentWrapper .slideContentHeader {
    background: transparent url(../images/ico_plus_minus.png) no-repeat 100% 12px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

    .slidingContentWrapper .slideContentHeader.open {
        background-position: 100% -80px;
        color: #0067B1;
    }

.slidingContentWrapper .wysiwygContent li h5.title {
    background: transparent url(../images/ico_plus_minus.png) no-repeat 100% 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

    .slidingContentWrapper .wysiwygContent li h5.title.open {
        background-position: 100% -80px;
        color: #0067B1;
    }

.slidingContentWrapper > .itemSlideContent > h4.title {
    padding: 0 10px;
    margin: 0;
}

.slidingContentWrapper > .itemSlideContent {
    margin: 0;
    padding: 0;
}

    .slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing {
        padding-bottom: 0;
    }

.documentListing ul.listing li ul {
    padding: 0;
}

.slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing > li {
    padding-bottom: 10px;
}

.slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing h5.title, .slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing h6.title {
    border-bottom: 1px solid #CCC;
    color: #0067B1;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing h6.title {
    border-bottom: none;
    color: #333;
    margin-bottom: 2px;
}

.slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing ul li {
    float: left;
    padding: 1px 2px;
    width: 190px;
}

    .slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing ul li a {
        color: #0067B1 !important;
        font-weight: normal;
        padding-left: 10px !important;
    }

    .slidingContentWrapper > .itemSlideContent > .wysiwygContent ul.listing ul li h6.title a {
        background: none !important;
        color: #333 !important;
        font-weight: bold;
        padding-left: 0 !important;
        text-decoration: none;
    }

.documentListing ul.listing li ul li {
    padding-left: 0 !important;
}

.productsCategoriesWrapper {
    display: block;
    height: auto;
    width: 100%;
}

    .productsCategoriesWrapper .productItem {
        float: left;
        margin-right: 25px;
        padding-bottom: 15px;
        text-align: center;
        width: 130px;
    }

    .productsCategoriesWrapper .categoryItem {
        float: left;
        margin-right: 25px;
        padding-bottom: 15px;
        text-align: center;
        width: 130px;
    }

    .productsCategoriesWrapper .categoryItem .image,
	.productsCategoriesWrapper .categoryItem .image a,
	.productsCategoriesWrapper .categoryItem .image img
	{
		display:block;
		width:100%;
	}

    .productsCategoriesWrapper .productItem .image {
        border: 1px solid #CCCCCC;
        margin-bottom: 10px;
    }

    .productsCategoriesWrapper .productItem .image a {
        display: block;
        overflow: hidden;        
        width: 100%;
    }

    .productsCategoriesWrapper .productItem .image img {
        display: block;
        width:100%;
    }

    .productsCategoriesWrapper .productItem .title {
        font-size: 1.2em;
    }

    .productsCategoriesWrapper .productItem .title .anchor-tag {
        display:none;
    }

    .productsCategoriesWrapper .categoryItem .title {
        font-size: 1.2em;
    }


    .productsCategoriesWrapper .rowRight {
        margin-right: 0;
    }

    .productsCategoriesWrapper .rowNew {
        clear: both;
    }

    .productsCategoriesWrapper .productItem h4.title {
        display: inline-block;
        font-weight: bold;
        font-size: 1.4em;
        line-height: 1.4em;
        text-align: left;
        width: 150px;
    }

    .productsCategoriesWrapper .categoryItem h4.title {
        display: inline-block;
        font-weight: bold;
        font-size: 1.4em;
        text-align: left;
        width: 150px;
    }

    .productsCategoriesWrapper .productItem h4.title a {
        background: url(../images/sprites_arrow.png) no-repeat 0 4px;
        padding-left: 17px;
    }

    .productsCategoriesWrapper .categoryItem h4.title a {
        background: url(../images/sprites_arrow.png) no-repeat 0 4px;
        padding-left: 17px;
    }

.subproductCarousel .frame, .productCarousel .frame {
    position: relative;
    float: left;
    height: 415px;
    width: 551px;
	overflow: hidden;
}

.productCarousel li {
    position: relative;
}

.productCarousel .thumbNavigation {
    float: right;
    height: 415px;
    overflow: hidden;
    width: 137px;
}

.subproductCarousel .thumbNavigation {
    float: right;
    height: 415px;
    width: 145px;
    overflow: hidden;
}

.jcarousel-skin-jeldwen .jcarousel-container-vertical {
    height: 415px;
    width: 137px;
}

.jcarousel-skin-jeldwen .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-jeldwen .jcarousel-clip-vertical {
    height: 415px;
    width: 137px;
}

.jcarousel-skin-jeldwen .jcarousel-item {
    width: 137px;
    height: 103px;
}

.jcarousel-skin-jeldwen .jcarousel-item-vertical {
    margin-bottom: 1px;
}

.jcarousel-skin-jeldwen .jcarousel-item-placeholder {
    background: #FFF;
    color: #000;
}

.jcarousel-skin-jeldwen .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 37px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../images/nav_up_down_arrow.png) no-repeat left bottom;
}

.jcarousel-skin-jeldwen .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 50px;
    width: 37px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../images/nav_up_down_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-jeldwen .jcarousel-next-disabled, .jcarousel-skin-jeldwen .jcarousel-prev-disabled {
    visibility: hidden;
}

.jcarousel-skin-jeldwen #productCarousel .jcarousel-item-vertical.noImage img {
    cursor: default;
}

.jcarousel-skin-jeldwen #productCarousel .jcarousel-item-vertical img {
    border: 1px solid #FFF;
    cursor: pointer;
    height: 104px;
    width: 138px;
}

.frameDisplay .column {
    float: left;
    padding-bottom: 20px;
    width: 218px;
}

.productListFacetedSearch .frameDisplay .column {
    width: 162px;
    margin-right: 20px;
}

.frameDisplay.alt2 {
    margin-top: 17px;
}

    .frameDisplay.alt2 .column {
        width: 160px;
        margin-right: 20px;
    }

        .frameDisplay.alt2 .column.fourth {
            margin-right: 0;
        }

.frameDisplay .column .image {
    border: 1px solid #CCC;
    height: 163px;
    overflow: hidden;
}

.productRange .frameDisplay .column .image img {
    height: 163px;
    width: auto;
}
.productRange .range-desc-content > *{
    padding:0px;
}

.productListFacetedSearch .frameDisplay .column a {
    display: block;
}

.productListFacetedSearch .frameDisplay .column .image {
    height: 121px;
}

    .productListFacetedSearch .frameDisplay .column .image img {
        height: 121px;
        width: 162px;
    }

.frameDisplay .column h3 {
    max-height: 32px;
    overflow: hidden;
    padding: 8px 0 0;
}

    .frameDisplay .column h3 a.productName {
        color: #333;
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        word-wrap: break-word;
    }

.productListFacetedSearch .frameDisplay .column .link {
    padding-top: 5px;
}

.frameDisplay.alt2 .column .image {
    height: 90px;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

    .frameDisplay.alt2 .column .image .btnRemove {
        background: transparent url("../images/sprite_buttons.png") no-repeat right -484px;
        cursor: pointer;
        display: block;
        height: 16px;
        position: absolute;
        right: 5px;
        text-indent: -1000em;
        top: 5px;
        width: 16px;
    }

    .frameDisplay.alt2 .column .image a:hover.btnRemove {
        background-position: right -248px;
    }

    .frameDisplay.alt2 .column .image img {
        height: 90px;
    }

.frameDisplay .right {
}

.productListFacetedSearch .frameDisplay .column.right {
    margin-right: 0;
}

.frameDisplay .column .link, .frameDisplay .column .link2 {
    padding-top: 20px;
}

.frameDisplay .column li.link, .frameDisplay .column li.link2 {
    list-style: none;
    padding-top: 0;
}

.frameDisplay .column > ul.linkUlList {
    padding-top: 20px;
}

    .frameDisplay .column > ul.linkUlList > li > a {
        font-weight: bold;
    }

    .frameDisplay .column > ul.linkUlList ul {
        padding-left: 20px;
    }

    .frameDisplay .column > ul.linkUlList li a {
        font-size: 1.1em;
    }

.productListingCategory .link a {
}

.frameDisplay .column .link a, .frameDisplay .column .link2 a, .productListingCategory .link a {
    background: url(../images/ico_blue_arrow.gif) no-repeat 0 4px;
    color: #0067B1;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    padding-left: 11px;
}

.innerContentLeft.productRange .frameDisplay .column .link a {
    max-height: 3em;
    overflow: hidden;
}

.frameDisplay .column .link2 a {
    clear: both;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
}

.icoFolder, .icoNote, .icoPencil, .icoLoupe, .icoPlus, .icoPhone, .contentMain ul.hasIcon li .icoLoupe, .contentMain ul.hasIcon li .icoPlus {
    color: #0067B1;
    background: transparent url(../images/ico_sprites.png) no-repeat 0 0;
    font-weight: bold;
    padding: 5px 0 0 30px;
}

a.icoNote, .contentMain ul.hasIcon li a.icoNote {
    background-position: 0 -45px;
}
.icoPencil {
    background-position: 5px -111px;
   
}

.quickContact .spanEnquireNow {
    padding-top: 10px;
    color: white;
    font-weight: normal;
}

a.icoPencil, .contentMain ul.hasIcon li a.icoPencil {
   
    background-image: url(../images/ico_sprites.png);
    color: #F1D103 !important;
}

.topMenu .icoPencil {
     background-position: 0 -120px;
}

a.icoMail, .contentMain ul.hasIcon li a.icoMail {
   
    background-image: url(../images/ico_mail.png);
    color: #F1D103 !important;
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 0px -5px;
}

a.icoLoupe, .contentMain ul.hasIcon li a.icoLoupe {
    background-position: 0 -183px;
}

a.icoPlus, .contentMain ul.hasIcon li a.icoPlus {
    background-position: 0 -195px;
}

a.linkMore {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 17px;
}

.buttonWrapper a.linkMore {
    margin-right: 20px;
}

.inspirePopupWrapper {
    height: 511px;
    overflow: hidden;
    width: 857px;
}

    .inspirePopupWrapper .frameHeader {
        position: relative;
        height: 86px;
        margin-top: 1em;
    }

        .inspirePopupWrapper .frameHeader .popupLogo {
            background: transparent url("../images/divider_inspire_popup.gif") no-repeat right 3px;
            float: left;
            height: 60px;
            left: 0;
            overflow: hidden;
            position: relative;
            top: 10px;
            width: 135px;
        }

            .inspirePopupWrapper .frameHeader .popupLogo img {
                width: 125px;
            }

        .inspirePopupWrapper .frameHeader h2.title {
            float: left;
            font-family: "times new roman", ITCAvantGardeGothicExtraLight, Arial, Helvetica, sans-serif;
            font-size: 3.8em;
            font-weight: normal;
            height: 50px;
            left: 0;
            line-height: 100%;
            overflow: hidden;
            padding: 0 20px;
            position: relative;
            top: 6px;
            width: 660px;
        }

        .inspirePopupWrapper .frameHeader a.closePopup, .promoStateSelectPopup a.closePopup, .myProjectProductAddedPopup a.closePopup {
            background: transparent url(../images/btn_close_inspire.png) no-repeat 0 0;
            display: block;
            float: right;
            height: 18px;
            margin-top: 13px;
            overflow: hidden;
            text-indent: -999em;
            width: 18px;
        }

        .inspirePopupWrapper .frameHeader a.closePopup {
            position: absolute;
            z-index: 10;
            top: 0;
            right: 10px;
        }

#TB_window .myProjectProductAddedPopup a.closePopup, #TB_window .promoStateSelectPopup a.closePopup {
    position: absolute;
    right: 13px;
    top: 0;
}

.inspirePopupWrapper .frameLeft {
    float: left;
    height: 415px;
    overflow: hidden;
    width: 156px;
}

.inspirePopupWrapper .frameRight {
    background-color: #0067B1;
    float: left;
    height: 415px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    width: 691px;
}

    .inspirePopupWrapper .frameRight .shadow {
        background: url(../images/shadow_insp_popup.png) repeat-y 0 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 415px;
        z-index: 8;
    }

    .inspirePopupWrapper .frameRight .slideshow {
        height: 415px;
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
        width: 691px;
    }

        .inspirePopupWrapper .frameRight .slideshow .itemSlide .image {
            height: 415px;
            position: relative;
            width: 691px;
        }

            .inspirePopupWrapper .frameRight .slideshow .itemSlide .image img {
                position: relative;
                z-index: 0;
            }

            .inspirePopupWrapper .frameRight .slideshow .itemSlide .image .slideTitle {
                background: #0067B1;
                color: #FFF;
                font-size: 1.8em;
                padding: 20px;
                position: absolute;
                right: 0;
                opacity: .7;
                top: 30px;
                z-index: 99;
            }

        .inspirePopupWrapper .frameRight .slideshow a.prev, .inspirePopupWrapper .frameRight .slideshow a.next {
            background: transparent url(../images/nav_arrow_popup.png) no-repeat left top;
            display: block;
            height: 64px;
            position: absolute;
            right: 0;
            overflow: hidden;
            text-indent: -999em;
            top: 177px;
            width: 52px;
            z-index: 10;
        }

    .inspirePopupWrapper .frameRight .spotWrapper {
        display: block;
        height: 415px;
        left: 0;
        position: absolute;
        top: 0;
        width: 691px;
        z-index: 100;
    }

    .inspirePopupWrapper .frameRight .spotContent {
        background: url(../images/bg_overlay.png) repeat 0 0;
        color: #FFF;
        display: block;
        position: absolute;
        padding: 10px;
        left: 0;
        bottom: 0;
        width: 671px;
        z-index: 200;
        height: 40px;
    }

        .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item {
            display: none;
            padding: 10px;
        }

            .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item.spotItemDefault {
                display: block;
            }

            .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item h2 {
                margin-bottom: 10px;
                line-height: 1.2em;
                font-size: 16px;
                float: left;
            }

            .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item .wysiwygContent {
                font-size: 11px;
                line-height: 14px;
            }

            .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul {
                float: right;
                list-style: none outside none;
            }

                .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul li {
                    padding-bottom: 5px;
                    background: url(../images/sprites_arrow.png) no-repeat left -20px;
                    padding-left: 20px;
                    padding-right: 2em;
                    float: left;
                }

                    .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul li:last-child {
                        padding-right: 0;
                    }

                    .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul li.disable {
                        background: none;
                    }

                    .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul li a {
                        color: #FFF !important;
                        font-weight: bold;
                    }

                        .inspirePopupWrapper .frameRight .spotContent .spotLeft .spot_item ul li a:hover {
                            color: #0067B1 !important;
                        }

        .inspirePopupWrapper .frameRight .spotContent .spotRight {
            width: 460px;
            float: right;
            position: relative;
        }

            .inspirePopupWrapper .frameRight .spotContent .spotRight a.spotClose {
                color: #FFFFFF;
                display: block;
                font-weight: bold;
                text-align: right;
                background: #000;
                padding: 0 3px;
                width: 7px;
                height: 16px;
                position: absolute;
                right: 0;
            }

            .inspirePopupWrapper .frameRight .spotContent .spotRight a:hover.spotClose {
                background: #0067B1;
                color: #FFF !important;
            }

            .inspirePopupWrapper .frameRight .spotContent .spotRight .spotInfo {
                width: 70px;
                float: right;
                height: 60px;
                margin: 20px 0;
                padding-left: 30px;
                padding-top: 30px;
                border-left: 3px solid #DDD;
                font-style: italic;
            }

                .inspirePopupWrapper .frameRight .spotContent .spotRight .spotInfo a {
                    color: #FFF !important;
                }

                    .inspirePopupWrapper .frameRight .spotContent .spotRight .spotInfo a:hover {
                        color: #0067B1 !important;
                    }

            .inspirePopupWrapper .frameRight .spotContent .spotRight ul {
                text-align: right;
                padding-right: 15px;
                padding-top: 7px;
                float: right;
            }

                .inspirePopupWrapper .frameRight .spotContent .spotRight ul li {
                    float: left;
                    list-style: none;
                }

                    .inspirePopupWrapper .frameRight .spotContent .spotRight ul li a {
                        background: none;
                        display: block;
                        float: left;
                        height: 90px;
                        width: 90px;
                        margin-left: 6px;
                        overflow: hidden;
                        padding: 6px;
                        position: relative;
                        transition: background .4s ease;
                        -webkit-transition: background .4s ease;
                        -moz-transition: background .4s ease;
                        -o-transition: background .4s ease;
                        -ms-transition: background .4s ease;
                    }

                        .inspirePopupWrapper .frameRight .spotContent .spotRight ul li a.active {
                            background: #00599C;
                        }

                        .inspirePopupWrapper .frameRight .spotContent .spotRight ul li a img {
                            height: 90px;
                            width: 90px;
                        }

    .inspirePopupWrapper .frameRight .spotWrapper a.hotSpot {
        background: url(../images/ico_hotspot.png) no-repeat 0 0;
        display: block;
        height: 19px;
        overflow: hidden;
        position: absolute;
        text-indent: -50em;
        width: 19px;
    }

    .inspirePopupWrapper .frameRight .spotWrapper a:hover.hotSpot {
        background-position: left bottom;
    }

    .inspirePopupWrapper .frameRight .spotWrapper a.active {
        background-position: left bottom;
    }

    .inspirePopupWrapper .frameRight .slideshow a.prev {
        background-position: right top;
        left: 0;
    }

.inspirePopupWrapper .frameLeft .navWrapper {
    cursor: pointer;
    background: transparent url(../images/bg_insp_disable.jpg) no-repeat 0 0;
    height: 103px;
    margin-bottom: 1px;
    position: relative;
    width: 156px;
}

    .inspirePopupWrapper .frameLeft .navWrapper.bgItem_0 {
        background: #333;
    }

    .inspirePopupWrapper .frameLeft .navWrapper.bgItem_1 {
        background-position: 0 -412px;
    }

    .inspirePopupWrapper .frameLeft .navWrapper.bgItem_2 {
        background-position: 0 -309px;
    }

    .inspirePopupWrapper .frameLeft .navWrapper.bgItem_3 {
        background-position: 0 -206px;
    }

    .inspirePopupWrapper .frameLeft .navWrapper.bgItem_4 {
        background-position: 0 -103px;
    }

.inspirePopupWrapper .frameLeft .on {
    background: #0067B1;
}

.inspirePopupWrapper .frameLeft .navWrapper .navSlideShow {
    position: absolute;
    left: 37px;
    top: 68px;
}

.inspirePopupWrapper .frameLeft .navWrapper span.arrow {
    background: url(../images/sprites_arrow.png) no-repeat left -17px;
    display: block;
    position: absolute;
    left: 16px;
    min-height: 12px;
    bottom: 42px;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 3px 20px;
}

.inspirePopupWrapper .frameLeft .navWrapper a {
    background-color: #FFF;
    cursor: pointer;
    float: left;
    padding: 0;
    margin-right: 1px;
    height: 15px;
    overflow: hidden;
    text-indent: -99em;
    width: 15px;
}

    .inspirePopupWrapper .frameLeft .navWrapper a.activeSlide {
        background: #AAF;
    }

    .inspirePopupWrapper .frameLeft .navWrapper a:focus {
        outline: none;
    }

.inspirePopupWrapper .frameLeft .leftArrowNav {
    background: url(../images/arrow_insp_pop_white.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    height: 41px;
    top: 30px;
    width: 21px;
}

.inspirePopupWrapper .frameLeft .active {
    background: url(../images/arrow_insp_pop_white.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    height: 41px;
    top: 30px;
    width: 21px;
}

.promoStateSelectPopup, .myProjectProductAddedPopup {
    padding: 0 35px;
}

.myProjectProductAddedPopup {
    text-align: center;
}

    .promoStateSelectPopup h4.title, .myProjectProductAddedPopup h2.title {
        background: none;
        font-size: 3em;
        margin-top: 32px;
        text-align: center;
    }

        .promoStateSelectPopup h4.title.borderArrowDown, .myProjectProductAddedPopup .borderArrowDown {
            background: url(../images/arrow_down.png) no-repeat left -40px;
            border-bottom: 1px solid #CCC;
            margin-bottom: 20px;
            padding-bottom: 60px;
        }

#specialOfferMessage {
    font-size: 1.4em;
    font-weight: 400;
}

.myProjectProductAddedPopup .borderArrowDown {
    min-height: 123px;
}

.promoStateSelectPopup a.closePopup {
    right: 15px;
    top: 15px;
}

.myProjectProductAddedPopup .alignLeft {
    float: left;
}

.myProjectProductAddedPopup .alignRight {
    float: right;
}

.visibilityHidden {
    display: none;
}

/*Style for outer div*/
.legendStoreTypesWrapper {
}

ul.legendStoreTypes {
    float: right;
    list-style: none;
    padding: 3px 0 0;
    margin: 0 0 15px;
}

    ul.legendStoreTypes li {
        color: #666;
        list-style: none;
        float: left;
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0 20px 0 0;
        min-height: 25px;
        padding: 0 0 0 22px;
        vertical-align: text-bottom;
        width: 72px;
    }

        ul.legendStoreTypes li.legend1 {
            background: url(../images/markerb1_sm.png) no-repeat 0 4px;
        }

        ul.legendStoreTypes li.legend2 {
            background: url(../images/markerb2_sm.png) no-repeat 0 4px;
        }

        ul.legendStoreTypes li.legend3 {
            background: url(../images/markerb3_sm.png) no-repeat 0 4px;
        }

        ul.legendStoreTypes li.legend {
            background: none;
            padding-left: 0;
            padding-right: 20px;
            text-indent: -14px;
        }

        ul.legendStoreTypes li img, ul.legendYourLocation img {
            left: -7px;
            height: auto;
            position: relative;
            top: 8px;
            width: 11px;
        }

ul.legendYourLocation img {
    left: -2px;
    top: 6px;
}

ul.legendStoreTypes li.last {
    max-width: 72px;
    padding-right: 0;
    width: auto;
}

ul.legendYourLocation {
    clear: both;
    list-style: none;
}

    ul.legendYourLocation li {
        list-style: none;
        float: right;
    }

.titleLegend, .titleStoreType {
    background: url(../images/arrow_right.png) no-repeat 0 18px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.4em;
    padding: 15px 0 0 15px;
}

.titleStoreType, .titleStoreName {
    border-bottom: 1px solid #CCC;
    float: none;
    min-height: 20px;
    padding: 0 0 13px 21px;
    margin: 0 0 15px;
}

.listingStores h3.titleStoreType, h3.titleStoreName {
    background: none;
    padding-left: 2px;
}

    .listingStores h3.titleStoreType img, h3.titleStoreName img {
        height: auto;
        left: -2px;
        position: relative;
        top: 4px;
        width: 11px;
    }

    .listingStores h3.titleStoreType .store-logo img, h3.titleStoreName .store-logo img {
        height: auto;
        position: static;
        width: auto;
    }

.titleStoreType.icon1, .titleStoreName.icon1 {
    background: url(../images/markerb1_sm.png) no-repeat 0 0;
}

.titleStoreType.icon2, .titleStoreName.icon2 {
    background: url(../images/markerb2_sm.png) no-repeat 0 0;
}

.titleStoreType.icon3, .titleStoreName.icon3 {
    background: url(../images/markerb3_sm.png) no-repeat 0 0;
}

.titleStoreName, .storeDetails h4.titleSubItem {
    font-weight: bold;
    font-size: 1.4em;
}

.listingStores ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

    .listingStores ul li {
        float: left;
        font-size: 1.2em;
        line-height: 20px;
        list-style: none outside none;
        margin: 0 2.8% 20px 0;
        width: 28%;
		width: 100%;
		float: none;
    }

.innerContentLeft.stateStoreLocatorLeftNav{
	background: #fafafa;
	border: 1px solid #f3f3f3;
}
.innerContentLeft.stateStoreLocatorLeftNav h5{
	padding: 20px 0px;
	text-align: center;
	background: transparent;
	font-size: 17.5px;
	margin: 0px;
	border: 0px;
}
.innerContentLeft.stateStoreLocatorLeftNav h5 img{
	display: none;
}
.innerContentLeft.stateStoreLocatorLeftNav .formItem {
	padding-bottom: 5px;
}
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .fieldWrapper{
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .custom-select-container{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .custom-select-container  .custom,
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .fieldInput{
	height: 34px;
	opacity: 1;
	background: #f3f3f3;
	border: 0px;
	box-shadow: 1px 1px 2px #ccc inset;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	color: #b0b0b0;
}
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .custom-select-container  .custom-select{
	display: none;
}
.innerContentLeft.stateStoreLocatorLeftNav .formWrapper .fieldInput{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	font-weight: 400;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	color: #b0b0b0;
}
.innerContentLeft.stateStoreLocatorLeftNav .submitLink3.storeSearchButton{
	float: right;
	margin: 15px 15px 5px 0px;
	background: linear-gradient(white, #e3e3e3);
	color: #5b5b5b;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	box-shadow: 1px 1px 1px #888;
}

.listingStores li .store .title
{
	background:#000000;
	color: #0067B1;
	display: block;
	font-weight: bold;
	padding: 8px 15px;
}


	.listingStores li .titleList/*, 
	.listingStores li .store .title .titlefi, 
	.listingStores li .store .title .titlese*/
	{
		/*background: black url(../images/arrow_right.png) no-repeat 685px 15px;*/
		background: black;
		color: #0067B1;
		display: block;
		font-weight: bold;
		padding: 8px 15px;
	}

    .listingStores li .titleList a, .listingStores li .store .title .titlefi a {
        /*color: #0067B1;*/
		color: white;
		font-size: 16px;
		font-weight: 400;
    }
	
	.listingStores li .titleList a, .listingStores li .store .title .titlese a {
        /*color: #0067B1;*/
		color: white;
		font-size: 16px;
		font-weight: 400;
    }
	
	
    .listingStores li .titleList a, .listingStores li .store .address{
		padding: 2px 15px 0px;
	}
	
	.listingStores li .store .address .add-fr{
		float: left;
		display:block;
	}
	
	.listingStores li .store .address .add-sec{
		float: right;
		display:block;
		width: 35%;
	}
	
	.listingStores li .store .address .add-sec .add-sec-sub {
		float: right;
		display:block;
		width: 50%;
	}

.listingStores li span {
    display: block;
}

.storeParticulars .oneHalf {
    display: block;
    float: left;
    margin-right: 5%;
    width: 45%;
}

    .storeParticulars .oneHalf.last {
        margin-right: 0;
    }

        .storeParticulars .oneHalf.last .bizHourList {
            margin-top: 20px;
        }

.storeParticulars span {
    display: block;
    font-size: 1.2em;
    line-height: 20px;
}

.storeParticulars .brandsListing {
    margin-bottom: 1em;
}

.brandsListing > img {
    margin-right: 1em;
}

.storeParticulars .emailList a {
    color: #0067B1;
    font-weight: bold;
}

.storeDetails h4.titleSubItem {
    background: transparent url("../images/arrow_down.png") no-repeat 0 6px;
    border-bottom: 1px solid #CCC;
    float: none;
    min-height: 20px;
    padding: 0 0 13px 21px;
    margin: 28px 0 20px;
}

.store.infobubble {
}

    .store.infobubble .title {
        font-size: 11px;
        font-weight: bold;
    }

        .store.infobubble .title span {
            font-weight: normal;
            font-size: 10px;
            font-style: italic;
        }

.rangesItemImg ul, .rangesItemImg li {
    list-style: none;
}

.rangesItemImg li {
    display: block;
    float: left;
    /*height: 190px;*/
    margin: 0 7px 10px 0;
    text-align: center;
    width: 68px;
}

    .rangesItemImg li.last {
        margin-right: 0;
    }

    .rangesItemImg li img {
        display: block;
        height: 63px;
        margin: 9px auto;
    }

.filterRangeItem {
    border: 1px solid #CCC;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    float: left;
    height: 100px;
    padding: 0;
    margin: 0 16px 20px 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 93px;
}

    .filterRangeItem.even {
        margin-right: 0;
    }

        .filterRangeItem.even.last {
            margin-bottom: 0;
        }

    .filterRangeItem:hover {
        border: 1px solid #0067B1;
        color: #0067B1;
        height: 100px;
        width: 93px;
    }

    .filterRangeItem.selected, .filterRangeItem.selected:hover {
        border: 2px solid #0067B1;
        height: 98px;
        width: 91px;
    }

    .filterRangeItem img {
        display: block;
        height: 63px;
        margin: 10px auto 5px;
        max-width: 94px;
    }

    .filterRangeItem.selected img, .filterRangeItem.selected:hover img {
        margin: 9px auto auto;
    }

.siteMapWrapper {
    font-size: 1.2em;
}

    .siteMapWrapper .itemColumn {
        float: left;
    }

    .siteMapWrapper .itemColumn {
        float: left;
        overflow: hidden;
        padding: 0 30px 30px 0;
        width: 215px;
    }

    .siteMapWrapper .leftCol {
        clear: both;
    }

    .siteMapWrapper .rightCol {
        padding-right: 0;
    }

    .siteMapWrapper .itemColumn h5 {
        padding-bottom: 5px !important;
    }

    .siteMapWrapper .itemColumn ul {
        list-style: none;
    }

        .siteMapWrapper .itemColumn ul li {
            background: transparent url(../images/ico_blue_arrow.gif) no-repeat left 9px;
            font-size: 12px;
            line-height: 16px;
            padding: 5px 0 5px 17px;
        }

            .siteMapWrapper .itemColumn ul li ul {
                list-style: none;
                padding-left: 10px;
            }

                .siteMapWrapper .itemColumn ul li ul li {
                    background: none;
                    font-size: 12px;
                    line-height: 14px;
                    padding: 5px 0;
                }

.productCarousel .productCarouselPreview {
    display: none;
    position: relative;
}

.productCarouselPreview > img {
    height: 414px;
    overflow: hidden;
    width: 552px;
}

.productCarouselPreview .viewDetail {
    background: transparent url("../images/bg_blue_transparent.png") repeat 0 0;
    bottom: 10px;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
}

    .productCarouselPreview .viewDetail a {
        background: transparent url("../images/inspire_arrow_sprites.png") no-repeat left 2px;
        color: #FFF;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        left: 20px;
        padding-left: 17px;
        top: 106px;
        z-index: 1;
    }

.activeCarousel {
    background: url(../images/bg_vCarousel.png) no-repeat top left;
    display: block;
    height: 103px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 137px;
}

.productDetailsImageViewer .imageProdName {
    background: #000;
    bottom: 3px;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 100%;
    max-height: 1.2em;
    padding: 12px 12px 12px 20px;
    position: absolute;
    right: -1px;
    text-align: right;
    text-transform: capitalize;
}

.wkit .productDetailsImageViewer .imageProdName {
    bottom: 5px;
}

.bannerWrapper.killHeight {
    height: auto;
}

.bannerWrapper .frame.killPosition {
    position: static;
    width: auto;
}

.bannerImage a.prev {
    left: 0;
}

.bannerImage a.next {
    right: 0;
}

.header-banner, .simple-inspire {
    display:none;
}

.withPrint {
    float: left;
    height: 23px;
    line-height: 100%;
    max-height: 23px;
    overflow: hidden;
    padding-top: 4px;
    width: 670px;
}

.printShare {
    width: 250px;
    float: right;
}

img.noBorder {
    border: none;
}

.printShare ul {
    text-align: right;
}

    .printShare ul li {
        list-style: none;
        display: inline-block;
        height: 15px;
        float: right;
    }

        .printShare ul li a {
            font-size: 12px;
            height: 8px;
            display: block;
            float: left;
            padding-left: 20px;
            height: 15px;
        }

            .printShare ul li a.print {
                background: url(../images/icon-print-share.png) no-repeat 0 -14px;
                padding-left: 18px;
                position: relative;
                top: 2px;
            }

            .printShare ul li a.share {
                background: url(../images/icon-print-share.png) no-repeat 0 3px;
            }

.killPaddingBottom {
    padding-bottom: 0 !important;
}

.paginationWrapper .paginationFilter {
    float: left;
}

.paginationWrapper {
    padding: 10px 0;
}

    .paginationWrapper .paginationFilter h5.numResult {
        font-size: 12px;
        font-weight: bold;
        float: left;
        line-height: 18px;
        margin-right: 20px;
        padding: 0;
    }

    .paginationWrapper .paginationFilter .listPageWrapper {
        float: left;
    }

        .paginationWrapper .paginationFilter .listPageWrapper .listPageText {
            float: left;
            font-size: 1.2em;
            line-height: 18px;
        }

    .paginationWrapper .paginationFilter ul {
        float: left;
    }

        .paginationWrapper .paginationFilter ul li {
            background: transparent url("../images/divider_alphabet_menu.gif") no-repeat right 3px;
            float: left;
            list-style: none;
            padding: 0;
        }

            .paginationWrapper .paginationFilter ul li.last, .paginationWrapper .paginationFilter ul li:last-child {
                background: none;
            }

            .paginationWrapper .paginationFilter ul li a {
                display: block;
                font-size: 1.2em;
                font-weight: bold;
                line-height: 18px;
                padding: 0 6px;
            }

    .paginationWrapper .paginationNumber {
        float: right;
        width: auto;
    }

        .paginationWrapper .paginationNumber ul {
            text-align: left;
        }

        .paginationWrapper .paginationNumber ul, .paginationWrapper .paginationFilter ul {
            position: relative;
            top: 1px;
        }

            .paginationWrapper .paginationNumber ul li {
                display: block;
                float: left;
                padding-left: 10px;
            }

                .paginationWrapper .paginationNumber ul li.prevNext {
                    padding-left: 5px;
                }

                .paginationWrapper .paginationNumber ul li a {
                    display: block;
                    font-size: 12px;
                    line-height: 18px;
                }

                    .paginationWrapper .paginationNumber ul li a.current {
                        color: #0067B1;
                    }

                    .paginationWrapper .paginationNumber ul li a.prev, .paginationWrapper .paginationNumber ul li a.next, .paginationWrapper .paginationNumber ul li a.firstPagination, .paginationWrapper .paginationNumber ul li a.lastPagination {
                        height: 15px;
                        display: block;
                        background: url(../images/icon_pagination_arrow.png) no-repeat 0 4px;
                        text-indent: -9999em;
                        width: 8px;
                    }

                    .paginationWrapper .paginationNumber ul li a.next {
                        background-position: 0 -11px;
                    }

                    .paginationWrapper .paginationNumber ul li a.firstPagination {
                        background-position: 0 -24px;
                    }

                    .paginationWrapper .paginationNumber ul li a.lastPagination {
                        background-position: 0 -39px;
                    }

    .paginationWrapper.newsListMonth {
    }

        .paginationWrapper.newsListMonth .yearToDate {
            clear: both;
            display: block;
            font-size: 12px;
            margin-bottom: 5px;
        }

        .paginationWrapper.newsListMonth .paginationFilter {
            width: 100%;
        }

            .paginationWrapper.newsListMonth .paginationFilter ul {
                width: 100%;
            }

                .paginationWrapper.newsListMonth .paginationFilter ul li {
                    padding: 0;
                    width: 35.3px;
                }

                    .paginationWrapper.newsListMonth .paginationFilter ul li a {
                        display: block;
                        padding: 0;
                        text-align: center;
                    }

                        .paginationWrapper.newsListMonth .paginationFilter ul li a.aspNetDisabled {
                            color: #999;
                        }

        .paginationWrapper.newsListMonth a.readMore2.floatRight {
            margin-bottom: 8px;
            margin-top: 0;
            position: relative;
            top: 2px;
        }

.newsLanding .paginationWrapper.borderTop.borderBottom {
    padding-top: 12px;
    border-color: #DDD;
}

.newsLanding h3.newsListMonthTitle {
    border-bottom: 1px solid #CCC;
    color: #333;
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.newsListMonthItems li a.resultLink {
    display: inline;
    float: none;
    text-decoration: underline;
}

.newsListMonthItems li .newsItemDate {
    color: #777;
    display: block;
    font-size: 1em;
    text-align: right;
}

.newsListMonthItems p {
    padding-bottom: 5px;
}

.searchContent ul li {
    display: block;
    text-align: center;
    border: 1px solid #CCC;
    list-style: none;
    width: 158px;
    padding: 2px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 60px;
    float: left;
}

    .searchContent ul li a {
        font-size: 12px;
        position: absolute;
        display: block;
        width: 163px;
        text-align: left;
        top: 140px;
        color: #0067B1;
        background: url(../images/icon_pagination_arrow.png) no-repeat 0 -10px;
        padding-left: 20px;
    }

.searchContent.productListingCategory ul li a {
    width: auto;
}

.resultStats {
    border-bottom: 1px solid #CCC;
    color: #666;
    font-size: 11px;
    line-height: 22px;
    padding-bottom: 6px;
}

.resultNotFound {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
}

.borderBottom {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.borderBottom2 {
    border-bottom: 1px solid #333;
}

.borderTop {
    border-top: 1px solid #CCC;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingLeft20 {
    padding-left: 20px;
    text-align: right;
}

    .paddingLeft20 a {
        padding-right: 0 !important;
        float: none !important;
    }

.paddingRight16 {
    padding-right: 16px;
}

.marginTop20 {
    margin-top: 20px;
}

.searchResultsListing ul, .searchResultsListing li, .newsListMonthItems ul, .newsListMonthItems li {
    list-style: none;
}

.searchResultsListing li, .newsListMonthItems li {
    margin-bottom: 20px;
}

    .searchResultsListing li h3, .newsListMonthItems li h4 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .searchResultsListing li p {
        max-height: 59px;
        overflow: hidden;
    }

    .searchResultsListing li a.resultLink {
        color: #0067B1;
        display: block;
        font-size: 1.2em;
        text-align: right;
        text-decoration: underline;
    }

.searchResultsListing ul, .searchResultsListing li {
    list-style: none;
}

.searchResultsListing li {
    margin-bottom: 20px;
}

    .searchResultsListing li h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .searchResultsListing li p {
        max-height: 59px;
        overflow: hidden;
    }

    .searchResultsListing li a.resultLink {
        color: #0067B1;
        display: block;
        font-size: 1.2em;
        text-align: right;
        text-decoration: underline;
    }

.subCategoryText ul li {
    margin-bottom: 5px;
    list-style: square;
}

.searchFieldWrapper {
    height: 204px;
}

.killSearchFieldWidth {
    width: 191px !important;
}

    .killSearchFieldWidth select {
        width: 175px !important;
    }

.killBorderRight {
    border: none !important;
}

.spotItemActive {
    display: block;
    width: 115px !important;
    height: 110px !important;
    background: url(../images/bg_circle.png) no-repeat 19px 0;
    padding-top: 5px;
    padding-right: 5px;
    position: absolute;
    top: -5px;
    left: -24px;
}

#productStepOne, #productStepTwo, #productStepThree {
}

.sitemap {
    margin-bottom: 20px;
}

.sitemapItem {
    width: 160px;
    float: left;
    margin: 0 20px 30px 0;
}

    .sitemapItem.right {
        margin-right: 0;
    }

    .sitemapItem h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 10px;
    }

        .sitemapItem h3 a {
            text-decoration: underline;
        }

    .sitemapItem ul {
        margin-top: 8px;
    }

        .sitemapItem ul li {
            list-style: none;
            background: url(../images/sprites_arrow.png) no-repeat left -108px;
            padding-left: 20px;
            font-size: 12px;
        }

            .sitemapItem ul li a {
                font-size: 12px;
            }

            .sitemapItem ul li.level-2, .sitemapItem ul li.level-2 ul li {
                background: none;
                padding-left: 0;
            }

            .sitemapItem ul li h4 {
                font-weight: normal;
                font-size: 16px;
                line-height: 120%;
                background: url(../images/sprites_arrow.png) no-repeat left -104px;
                padding-left: 10px;
                margin-top: 0;
            }

                .sitemapItem ul li h4 a {
                    line-height: 100%;
                }

            .sitemapItem ul li ul {
                padding-left: 15px;
                padding-top: 5px;
                margin-top: 0;
            }

                .sitemapItem ul li, .sitemapItem ul li ul li {
                    margin-bottom: 0;
                }

                    .sitemapItem ul li ul li a {
                        background: url(../images/sprites_arrow.png) no-repeat left -108px;
                        display: block;
                        font-size: 12px;
                        line-height: 120%;
                        padding-left: 10px;
                    }

.tagsList {
    clear: both;
    padding-top: 10px;
}

    .tagsList h5.tagslistTitle {
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.5em;
        float: left;
        margin-right: 10px;
    }

    .tagsList ul, .tagsList li {
        padding: 0;
        list-style: none;
        margin: 0 3px;
    }

    .tagsList ul {
        padding-top: 3px;
    }

    .tagsList li {
        display: inline;
        float: left;
        font-size: 1.2em;
    }

        .tagsList li a {
            color: #0067B1;
            text-decoration: underline;
        }

            .tagsList li a:hover {
                color: #333;
            }

#footer {
    background: #131313 url(../images/bg_footer.png) no-repeat center bottom;
    padding: 30px 0 0;
}
#footer_copyrightContainer{
    width: 940px;
  margin: 0 auto;
}

    #footer a {
        color: #FFF;
    }

    /*#footer a {
        color: #FFF;
    }*/

    #footer .footerCol li a:hover, #footer .footerCol h5 a:hover, .footerNavigation .siteSwitch a:hover, #footer .siteSwitch a:hover {
        color: #CCC;
    }
    #footer .footerNavigation .footerCol h5 a, #footer .footerNavigation .footerCol ul li a {
    }
    #footer .footerMain {
        margin: auto;
        width: 940px;
    }
.footerNavigation {
    padding: 0 20px 26px;
    position: relative;
}
    .footerNavigation div {
        float: left;
    }
    .footerNavigation .bottomLogo {
        width: 128px;
    }
    .footerNavigation .footerCol {
        float: left;
        margin-right: 20px;
        width: 112px;
    }
    .footerNavigation h5 {
        font-size: 1.4em;
        padding-bottom: 14px;
    }
    .footerNavigation .siteSwitch {
      float: right;
      position: absolute;
      right: 20px;
      bottom: 20px;
      font-size: 1.1em;
    }
#footer li {
    display: block;
    font-size: 1.2em;
    list-style: none;
    padding: 0 0 3px;
}

.copyrightWrapper {
    border-top: 1px solid #CCC;
    color: #999;
    font-size: 0.9em;
    padding: 16px 15px 15px;
    position: relative;
}

    .copyrightWrapper .footerLogo {
        float: left;
    }

    .copyrightWrapper li {
        background: url(../images/divider_footer_menu.gif) no-repeat right 2px;
        float: left;
    }

    .copyrightWrapper a {
        display: block;
        padding: 0 7px;
    }

#footer .copyrightWrapper li {
    padding-bottom: 0;
}

    #footer .copyrightWrapper li.copyright {
        background: none;
        padding: 0 0 0 30px;
    }

    #footer .copyrightWrapper li.last {
        background: none;
    }

#footer .copyrightWrapper .footerOverlay {
    float: right;
}

    #footer .copyrightWrapper .footerOverlay ul {
        margin-top: 30px;
    }

        #footer .copyrightWrapper .footerOverlay ul li {
            background: none;
            text-align: center;
            width: 189px;
        }

    #footer .copyrightWrapper .footerOverlay a.showItems {
        background: url(../images/arrow_footer_overlay.gif) no-repeat right 4px;
        cursor: pointer;
        display: block;
        font-size: 1.2em;
        padding-right: 15px;
    }

.footOverItemWrap {
    background: url(../images/bg_footer_overlay.png) no-repeat 0 0;
    display: none;
    height: 112px;
    position: absolute;
    width: 947px;
}

.headOverItemWrap {
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 119px;
    width: 238px;
}

    .headOverItemWrap ul {
        list-style: none;
        background-image: url('../images/bg_header_brand_selector.png');
        background-repeat: repeat-y;
        -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        display: block;
        clear: both;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .headOverItemWrap ul li {
            margin-top: 20px;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
        }

            .headOverItemWrap ul li:first-child {
                /*margin-top: 20px;*/
            }

.glossary-term {
    border-bottom: 2px dotted #4B8DAD;
    cursor: pointer;
    /*position: relative;*/
}

    .glossary-term > a, .glossary-term > a:hover {
        text-decoration: none;
    }

.glossary-entry {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 200px;
    z-index: 100;
}

#toolbox {
    color: #FFFFFF;
    font-family: DINWeb;
}

    #toolbox a {
        color: #FFFFFF;
    }

    #toolbox .title {
        background: #96A7AF url("../images/my_project_title.png") no-repeat right 0;
        border-bottom: 2px solid #FFFFFF;
        height: 54px;
        width: 210px;
        text-transform: uppercase;
    }

    #toolbox a.button {
        display: block;
    }

    #toolbox .title > div {
        font-size: 1.8em;
        font-weight: normal;
        padding-top: 20px;
        text-align: center;
        padding-left: 20px;
        -webkit-padding-before: 15px;
    }

    

    #toolbox .add-btn, #toolbox .view-btn {
        display: block;
        font-size: 1.8em;
        text-transform: uppercase;
        text-align: center;
        width: 104px;
        height: 72px;
        border-bottom: 2px solid #FFFFFF;
    }

        #toolbox .add-btn > span, #toolbox .view-btn > span {
            display: block;
            padding-top: 2.5em;
        }

    #toolbox .add-btn {
        background: #96A7AF url("../images/my_project_add_button_bg.png") no-repeat right 0;
        margin-right: 1px;
        float: left;
    }

    #toolbox .view-btn {
        background: #86979E url("../images/my_project_view_button_bg.png") no-repeat right 0;
        margin-left: 1px;
        float: right;
    }

    #toolbox .contact-us {
        width: 210px;
        height: 54px;
        clear: both;
        margin-bottom: 2px;
        background-image: url(../images/bg_contact_us.png);
        background-repeat: repeat-x;
    }

        #toolbox .contact-us > span {
            background-image: url("../images/ico_sprites.png");
            background-repeat: no-repeat;
            display: block;
            font-size: 1.8em;
            padding-top: 18px;
            text-transform: capitalize;
            padding-bottom: 18px;
            background-position: 20px -108px;
            text-align: center;
            padding-left: 20px;
            -webkit-padding-before: 13px;
        }

    #toolbox .product-finder > span, #toolbox .brochure-download > span {
        display: block;
        font-size: 1.6em;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    #toolbox .product-finder {
        background-color: #96A7AF;
        /*background-image: url("../images/product_finder.png");*/
        background-repeat: no-repeat;
        width: 100%;
        margin-bottom: 2px;
    }

    #toolbox .brochure-download {
        background-color: #96A7AF;
        /*background-image: url("../images/brochure_download.png");*/
        background-repeat: no-repeat;
        width: 100%;
        margin-bottom: 1px;
    }

.product-categories {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .product-categories .category {
        float: left;
        font-size: 130%;
        font-weight: bold;
        margin-right: 36px;
        max-width: 85px;
    }

        .product-categories .category a {
            text-align: center;
        }

        .product-categories .category:last-child {
            margin-right: 0px;
        }

        .product-categories .category img {
            display: block;
        }

.product-range {
    margin-bottom: 20px;
}

    .product-range .range-image {
        float: left;
        margin-right: 20px;
    }

    .product-range .range-summary {
        margin-left: 270px;
    }

        .product-range .range-summary > a {
            text-decoration: none;
        }

.range-selector {
    padding-left: 0 !important;
    padding-right: 20px !important;
    float: left;
}

    .range-selector li {
        list-style-type: none !important;
    }

        .range-selector li a {
            background: transparent url("../images/arrow_right.png") no-repeat left 3px;
            display: block;
            font: 1.2em / 1.2em DINWeb;
            max-width: 200px;
            padding-left: 11px;
            text-decoration: none;
        }

            .range-selector li a.selected, .range-selector li a:hover {
                color: #6A2D91;
            }

.addthis_toolbox {
    display: inline;
    float: right;
    min-width: 120px;
}

.quickContactWrapper {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 200;
    display: none;
}

    .quickContactWrapper.sticky {
        display: block;
    }

    .quickContactWrapper .quickContact {
        font-size: 2em;
        margin: 0 auto;
        text-align: right;
        width: 940px;
    }

.quickContact .button {
    background-image: url("../images/bg_enquire_small.png");
    background-repeat: repeat-x;
    height: 43px;
    display: block;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.quickContact span, .quickContact a {
    color: white;
    font-weight: normal;
    display: inline-block;
}

.quickContact .icoPhone {
    background-image: url("../images/ico_phone.png");
    background-position: 0 11px;
    background-repeat: no-repeat;
    margin-left: 0.5em;
    padding-right: 1em;
    padding-top: 0.5em;
}

.quickContact .icoMail {
    background-image: url("../images/ico_mail.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding-left: 2em;
}

.appointment-preference {
    margin-bottom: 1em;
}

.date-picker {
    float: left;
}

ul.time-picker {
    list-style: none outside none;
    float: left;
    margin-left: 2em;
}

    ul.time-picker li {
        float: left;
    }

        ul.time-picker li label {
            float: none;
        }
		
/* store locator page */
.store-locator-landing .landing-state-select{
    display:none;
}
	.storeDetailsSub
	{
		padding:0 0 20px 25px;
		background:top left no-repeat;
		background-size:15px 15px;
	}
	#storeDetailsSub_Address
	{
		background-image:url(/Assets/Shared/images/store_locator/ico1.jpg);
		background-size:21px 16px;
	}
	#storeDetailsSub_TradingHours
	{
		background-image:url(/Assets/Shared/images/store_locator/ico2.jpg);
		background-size:21px 21px;
		background-position: 1px -2px;
	}
	.storeDetailsSubTitle
	{
		padding:0 0 20px 0;
	}
	.storeDetailsSubTitle > h3
	{
		font-size:16px;
		font-weight:bold;
		color:#333333;
	}
    /**overlap*/
	.storeDetailsSubContent
	{
		color: #848484;
		font-size: 14px;
		font-weight: 600;
        /*min-height:27px;*/
        /*height:100%;*/
        overflow-wrap:normal;
        padding-right:2px;
	}
	.storeDetailsSubContentRow
	{
		padding:0 0 10px 0;
	}
	.storeDetailsSubContentRowLabel
	{
		float:left;
		width:110px;
	}
	.storeDetailsSubContentRowValue
	{
		float:right;
		width:160px;
	}
	.storeDetailsSubContentRowValue > .address_row
	{
		display:block;
		width:100%;
		padding:0 0 5px 0;
	}
	.option-tab 
	{	clear: both;
	}
	.option-tab .nedd-directions
	{	border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding-top: 13px;
		padding-bottom: 2px;
		font-size: 18px;
		font-weight: 700;
		color: #555;
		width: 53.3%;
		float: left;
		position: relative;
	}
	.option-tab .nedd-directions .direction-form
	{	position: relative;
	}
	.option-tab .nedd-directions input
	{	float: right;
		height: 30px;
		padding: 5px 9px;
		box-sizing: border-box;
		width: 194px;
		position: relative;
		top: -6px;
		padding-right: 35px;
	}
	.option-tab .nedd-directions button
	{	position: absolute;
		right: 0px;
		height: 30px;
		top: 7px;
		border: 1px solid transparent;
		background: transparent;
		padding: 1px 4px 0px 0px;
	}
	.option-tab .nedd-directions button:hover
	{	cursor: pointer;
	}
	.option-tab .nedd-directions button img
	{	width: 23px;
		height: auto;
	}
	.option-tab .enquire-now
	{	width: 45.5%;
		float: right;
		height: 47px;
		border: 0px;
		background: black;
		color: white;
		border-bottom: 3px solid #ffdd00;
		text-align: left;
		font-weight: 700;
		font-size: 20px;
		position: relative;
	}
	.option-tab .enquire-now img.envelope
	{	margin-left: 4px;
		margin-right: 6px;
		width: 21px;
		position: relative;
		top: 2px;
	}
	.option-tab .enquire-now img.greater
	{	position: absolute;
		right: 10px;
		width: 12px;
		top: 10px;
	}

	.about-stegbar-lansvale
	{	border-bottom: 1px solid #ccc;
		font-size: 14px;
		/*line-height: 1.7em;*/
        line-height: 1.4;
		padding: 20px 0px;
		/*text-align: justify;*/
	}
    	.about-stegbar-lansvale ul
	{	
             padding-left: 40px;
	}
	.about-stegbar-lansvale span,
	.gallery span,
	.storeDetails.clearfix .titleSubItem
	{	font-weight: 700;
		font-size: 17px;
		margin-bottom: 10px;
		display: block;
		color: #555555;
	}
	
	.gallery
	{	border-bottom: 1px solid #ccc;
		padding-top: 25px;
		padding-bottom: 25px;
          width: 715px;
	}
	.gallery img
	{	float: left;
		margin: 0px 3px 0px;
		width: 82px;
		height: 82px;
		padding: 0px 1px 3px 0px;
	}
	.gallery img.first-item
	{	margin-left: 0px;
	}
	.gallery .more
	{	float: left;
		width: 83px;
		height: 83px;
		background: url('/Assets/Shared/images/store_locator/more-images.jpg') center center no-repeat;
		background-size: contain;
		margin-left: 3px;
		margin-right: 0px;
		text-align: center;
		color: #0183db;
		font-size: 17.5px;
		font-weight: 700;
		padding-top: 22px;
		box-sizing: border-box;
	}

	.storeDetails.clearfix
	{	border-bottom: 1px solid #ccc;
         float:left;
	}
	.storeDetails.clearfix .rangesItemImg
	{	width: 100%;
	}
	.storeDetails.clearfix .rangesItemImg li
	{	width: 33.3333%;
		margin: 10px 0px 10px 0px;
		text-align: left;
		font-size: 17.5px;
		font-weight: 700;
		padding-left: 15px;
		border-left: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.storeDetails.clearfix .rangesItemImg li:nth-child(1),
	.storeDetails.clearfix .rangesItemImg li:nth-child(4)
	{	padding-left: 0px;
		border-left: 0px;
		margin-left: -16px;
	}
	.storeDetails.clearfix .rangesItemImg li img
	{	margin: 0px;
		float: left;
		margin-right: 8px;
	}

	.available
	{	border-bottom: 1px solid #ccc;
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.available .text
	{	float: left;
		width: 135px;
		font-size: 13px;
	}

	.list-stores
	{	border-bottom: 1px solid #ccc;
		padding-top: 20px;
		padding-bottom: 10px;
		font-size: 17px;
		font-weight: 700;
	}
	.list-stores span
	{	float: left;
	}
	.list-stores ul
	{	list-style: none;
	}
	.list-stores li
	{	font-weight: 400;
		float: left;
		padding-left: 9px;
		border-left: 1px solid #3a5eaa;
		margin-left: 9px;
	}
	.list-stores li.first
	{	padding-left: 5px;
		border-left: 0px solid #3a5eaa;
		margin-left: 5px;
	}
	.list-stores li a
	{	color: #3a5eaa;
	}
	.list-stores li a:hover
	{	text-decoration: underline;
	}	
	

	.listingStores li .store .title .titlefi
	{
		display:block;
		float:left;
	}

	.listingStores li .store .title .titlese
	{
		display:block;
		float:right;
		padding-left:35px;
		/*background:url(/Assets/Shared/images/store_locator/worldlink.jpg) center left no-repeat;*/
	}
	
	.listingStores li .store .title .titlese img {
		width: 15px;		
	}	
	
	/*.rptSubLinks ul{
		display: block;
		width: 100%;
	}
	
	.rptSubLinks li{
		display: block;
		float:left;
		
				
		width: 33.3333%;
		margin: 10px 0px 10px 0px;
		text-align: left;
		font-size: 17.5px;		
		padding-left: 15px;
		border-left: 0;
		box-sizing: border-box;
	}*/
	
	.rangesItemImg > li
	{ 
	margin-left: 0px !important;
	width: 33.3333% !important;
	/*min-height: 143px;*/
	}
	.rangesItemImg > li > a
	{ font-size: 16px;
	 font-weight: 600;
	}
	.rangesItemImg > li > a > img
	{ width: 50px;
	 height: 50px;
	 margin-right: 8px
	}
	.rangesItemImg > li > .rptSubLinks
	{ margin-left: 58px;
	}
	.rangesItemImg > li > .rptSubLinks > li
	{ margin-left: 0px !important;
	 width: 100% !important;
	 height: 25px !important;
	 padding: 0px !important;
	 border: 0px !important;
	 margin: 0px !important;
	}
	.rangesItemImg > li > .rptSubLinks > li > a
	{ color: #0065af;
	 font-weight: 400;
	 font-size: 13px;
	}
	.rangesItemImg > li > .rptSubLinks > li > a:hover
	{ color: #0095ff;
	}
	.rangesItemImg > li > .rptSubLinks > li > a:before
	{ content: "> ";
	}
.cortoolbox {
 display: none;
}
.noticeMsg {
    display: none;
    color: #ff2c2c; /*Changed from darkred to #ff2c2c on 18Feb2016*/
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.455em;
    padding-top:10px; /*Added on 18Feb2016*/
}
  /*Store Locator*/
    .locate-your-dealer{
		background: black;
		color: white;
		padding: 8px 20px;
		font-size: 18px;
		font-weight: 700;
	}
	.locate-your-dealer .state,
	.locate-your-dealer .postcode,
	.locate-your-dealer .submit{
		height: 35px;
		padding: 0px 10px;
		border: 0px;
		font-size: 14px;
		color: #999;
		width: 180px;
		margin: 0px 20px;
	}
	.locate-your-dealer .state{
		margin-left: 50px;
	}
	.locate-your-dealer .submit{
		width: 90px;
		margin: 0px;
		color: #444;
	}
	.direct-enquiry{
		float: left;
		width: 210px;
		padding: 10px 10px 0px;
		background: #F9F9F9;
		box-sizing: border-box;
		text-align: center;
		font-size: 17px;
		font-weight: 500;/*700 to 500 */
		margin-top: 15px;
	}
	.direct-enquiry span{
		display: block;
		margin-top: 15px;
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
		color: #a5a5a5;	
	}
	.direct-enquiry button, .direct-enquiry a{
		width: 100%;
		background: black;
		color: white;
		border: 0px;
		padding: 10px;
		border-bottom: 3px solid #c5c500;
		font-size: 17px;
		font-weight: 500;/*700 to 500 */
	}
	.direct-enquiry button img{
		position: relative;
		top: 2px;
	}
	.mapImageContent{
		float: left;
		/*margin-top: 15px;*/
		/*border-bottom: 1px solid #ddd;*/
		/*padding-bottom: 80px;*/
		/*margin-bottom: 80px;*/
	}
	.mapImageContent:after{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
	}

    .storeDetails{

        width: 320px;
        float: right;
        height: auto;
        background: #e5e5e5;
        box-sizing: border-box;
        padding: 20px 10px;
        margin: 0;
    }
     /*End of Store Locator*/

     /*Block Template*/
.inspiration-video-container{
    margin:10px 0px 5px 0px;
}
.inspiration-video-tiles-4col{
    display: block;
      float:left; 
      width:24%;
      /*height:auto;*/
      height:210px;
         margin-bottom: 20px;
         /*margin-right: 12px;*/ 
             margin-right: 1.33%; 
     padding-bottom: 3px;
     /*background: none repeat scroll 0% 0% #F2F2F2*/
}
div:nth-child(4n+4).inspiration-video-tiles-4col{
     margin-right: 0px !important;
}


 .inspiration-video-tiles-4col .inspiration-media-item {
      width: 225px;
        height: 122px;
    }

.inspiration-video-tiles-3col{
    display: block;
      float:left; 
      width:32%;
      height:auto;
        margin-bottom: 25px;
        margin-right: 12px;
      padding-bottom: 3px;
      /*background: none repeat scroll 0% 0% #F2F2F2*/
}
div:nth-child(3n+3).inspiration-video-tiles-3col{
     margin-right: 0px !important;
}
.inspiration-video-tiles-3col .inspiration-media-item {
   width: 300px;
    height: 165px;
}

.tile-4col{
      width:24%;
      border:1px solid red
}
.inspiration-video-tiles-2col{
    display: block;
      float:left; 
      width:47%;
        height:auto;
       margin-bottom: 25px;
    padding-bottom: 3px;
    margin-right: 20px; 
    /*background: none repeat scroll 0% 0% #F2F2F2*/
}
div:nth-child(2n+2).inspiration-video-tiles-2col{
     margin-right: 0px !important;
}
/*.inspiration-video-container div:first-child.inspiration-video-tiles-2col{
     margin-right: 22px; 
}*/
.inspiration-video-tiles-2col .inspiration-media-item {
  /*height: 225px;*/
  /*width: 459px;*/
   width: 100%;
  height: 100%;
  max-height: 235px;
}
.inspiration-video-tiles-1col{
    display: block;
      float:left; 
      width:100%;
        height:auto;
        /*margin-right: 10px;*/
     margin-bottom: 25px;
      /*background: none repeat scroll 0% 0% #F2F2F2;*/
      padding-bottom: 3px;
}
.inspiration-video-tiles-1col .inspiration-media-item {
       /*width: 931px;*/
        width: 100%;
        height: 230px;
    }

.inspiration-header{
 font-size: 24px;
color: #999999;
text-transform: uppercase;
font-weight: bolder;
color: #666666;
padding-top: 20px;
display:block;
width:100%;
float:left;
}
.inspiration-description{
    color: #333;
font-size: 14px;
text-align: left;
line-height: 1.25em;
  font-family: "din-medium";
  /*padding: 0px 5px;*/
  /*background: none repeat scroll 0% 0% #F2F2F2;*/
}
.inspiration-media-item
{
  border:0px solid white; 
  height:auto;
  width:100%;
}

.inspiration-cover-img {
    display: block;
    float: left;
    width: 100%;
}
.inspiration-cover-img > h2.title {
    left:162px;
}
.inspiration-cover-img > img{
    width: 100%;
}
.inspire-thumbnails{
    width: 135px;
    height: 88px;
}
.editable-content{
      font-size: 16px;
  background-color: #F9F9F9;
  width: 98%;
  height: auto;
  margin-top: 15px;
  color: #333;
font-family: "din-medium";
text-align: left;
line-height: 1.25em;
padding: 10px 5px;
}
.editable-content ul.indent {
padding: 0px 0px 0px 30px;

}

.make-visible{
    display:block;
}
.make-invisible{
    display:none
}
#centercolumn_0_ctl00_panelCarouselPreview .imageProdName{
display:none
}
/*End of Block Template*/

     /*Door Styles*/
     #doorStylesCarousel li.active{
         border: 5px solid #000000;
     }
     /*#doorStylesCarousel li {
    min-height: 130px;
}*/

     /*End of Door Styles*/

     /*Regency Brochure Download*/
     .columnWrapper .brochure-col-25 a.brochure-link1{
display:none;
} 
     .store-locator-landing .list-stores{
    font-size: 14px;
    padding: 10px 0px;
    float: left;
  width: 100%;
  display: block;
}
.store-locator-landing .list-stores-landing{
      float: left;
  width: 50%;
  margin-left: 23%;
}