﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, em, font, img, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*background: #FFF url(/Style%20Library/Images/bg_repeat.png) repeat-x 0 0;*/
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    font-size: 13px;
    line-height: 1em;
}

    body.home {
        background: #FFF url(/Style%20Library/Images/bg_repeat_home.png) repeat-x 0 0;
    }

p {
    padding: 0 0 1em 0;
    line-height: 1.3em;
}

.moss_content {
    line-height: 1.3em;
}

p.intro {
    padding: 0 0 1em 0;
    font-size: 16px;
    line-height: 21px;
    color: #333;
}

p.nopad {
    padding: 0;
}

p.small_txt {
    font-size: 11px;
    line-height: 1.4em;
}

strong.title {
    color: #000;
}

a, a:visited {
    color: #004785;
    text-decoration: underline;
}

    a:hover, a:active {
        color: #666;
    }

.contentarea-wrapper h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1em;
    color: #004785;
    padding: 9px 0 22px 0;
    text-transform:capitalize;
    font-family: Arial,Helvetica,sans-serif;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    padding: 0 0 14px 0;
    font-family: Arial,Helvetica,sans-serif;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    color: #004785;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    font-family: Arial,Helvetica,sans-serif;
}
.contentarea-wrapper h3 {
    font-size: 10px;
    font-weight: bold;
    color: #004785;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    margin:0px;
    line-height:inherit !important;
    font-family: Arial,Helvetica,sans-serif;
}

    h3.black {
        color: #333;
    }

.contentarea-wrapper h4 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    font-family: Arial,Helvetica,sans-serif !important;
    text-transform:capitalize !important;
}

div.hr {
    border: 0;
    color: #e0e0e0;
    background-color: #e0e0e0;
    height: 1px;
    line-height: 1px;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
}

div.hr_notop {
    margin-top: 0 !important;
}

div.hr_nobot {
    margin-bottom: 0 !important;
}

div.hr_blue {
    color: #004785;
    background-color: #004785;
    margin: 15px 0 10px 0;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
}

ul.normal {
    list-style: outside disc;
    padding: 0 0 8px 15px;
}

    ul.normal li {
        line-height: 1.3em;
        padding-bottom: 4px;
    }

.moss_content ul {
    list-style: outside disc;
    padding: 0 0 8px 15px;
}

    .moss_content ul li {
        line-height: 1.3em;
        padding-bottom: 1em;
    }

div#container {
    margin: 0 auto;
    width: 980px;
    z-index: 1;
}

div#header {
    position: relative;
    /*height: 170px;*/
    width: 100%;
    z-index: 500;
    /*padding-bottom: 30px;*/
}

    div#header div.logo {
        display: inline;
        float: left;
        width: 186px;
        height: 38px;
        padding-top: 40px;
    }

    div#header div.headerright a, div#header div.headerright a:visited {
        color: #999;
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0;
    }

    div#header div.homedepotheaderright a, div#header div.homedepotheaderright a:visited {
        color: #999;
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0;
    }

    div#header div.headerright a:hover, div#header div.headerright a:active {
        color: #ed1b2e;
    }

div.headerright {
    display: inline;
    float: right;
    width: 780px;
}

    div.headerright div.toparea, div.headerright div.welcome, div.headerright div.social {
        display: inline;
        float: right;
        width: 100%;
    }

div.toparea {
    margin-top: 20px;
}

div.searcharea {
    display: inline;
    float: right;
    width: 220px;
    text-align: right;
}

    div.searcharea img {
        position: relative;
        top: 3px;
    }

    div.searcharea .Searchtxtfield {
        border: 1px solid #979797;
        color: #000;
        font-size: 11px;
        height: 14px;
        width: 190px;
        margin-right: 7px;
        padding: 0;
    }

div.toplinks {
    display: inline;
    float: right;
    margin-top: 6px;
    margin-right: 1px;
}

    div.toplinks li {
        display: inline;
        margin-right: 35px;
    }

div.languageSelector {
    display: inline;
    font-size: 10px;
    font-weight: bold;
    color: #999;
}

    div.languageSelector select {
        font-size: 10px;
        font-weight: bold;
        margin-top: 0;
        background-color: #fff;
        padding: 0;
        height: 17px;
    }

div.homedepotheaderright {
    display: inline;
    float: left;
    width: 280px;
}

div.welcome {
    margin-top: 22px;
}

    div.welcome ul {
        float: right;
        width: auto;
    }

    div.welcome li {
        float: right;
        display: inline-block;
        font-size: 10px;
        font-weight: bold;
        line-height: 1em;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #999;
    }

        div.welcome li.selected a, div.welcome li.selected a:visited {
            color: #ed1b2e !important;
        }

        div.welcome li.last {
            border: 0;
            margin-right: 0;
            padding-right: 0;
        }

div#header li.user a, div#header li.user a:visited {
    color: #333;
}

    div#header li.user a:hover, div#header li.user a:active {
        color: #ed1b2e;
    }

div#header li.cart a, div#header li.cart a:visited {
    color: #ed1b2e;
}

    div#header li.cart a:hover, div#header li.cart a:active {
        color: #ed1b2e;
    }

div#header div.welcome li img {
    margin-right: 4px;
}

div.social {
    margin-top: 20px;
}

    div.social ul {
        margin-top: 0;
        text-align: right;
    }

        div.social ul.social_media li {
            margin: 0;
            padding: 0;
        }

div.cm_logo {
    float: right;
    margin-top: 20px;
}

div.globalnav {
    position: absolute;
    top: 133px;
    left: 90px;
    z-index: 550;
}

    div.globalnav ul.main {
        display: inline;
        float: right;
        height: 42px;
    }

        div.globalnav ul.main li {
            float: left;
            position: relative;
            display: inline;
        }

            div.globalnav ul.main li a {
                display: block;
                background: transparent url("/Style%20Library/Images/nav_sprite_en.png") 0 0 no-repeat;
                height: 0;
                overflow: hidden;
                padding-top: 42px;
                font-size: 13px;
                text-decoration: none;
                font-weight: bold;
                width: 128px;
            }

li#mnav_getideas a:hover {
    background-position: 0 -42px;
}

li#mnav_getideas a.selected:hover {
    background-position: 0 -42px;
}

li#mnav_design A {
    background-position: -128px 0;
}

li#mnav_getideas a.selected {
    background-position: 0 -84px;
}

LI#mnav_design A:hover {
    background-position: -128px -42px;
}

li#mnav_design a.selected:hover {
    background-position: -128px -42px;
}

li#mnav_design a.selected {
    background-position: -128px -84px;
}

li#mnav_prepare a {
    background-position: -256px 0;
}

    li#mnav_prepare a:hover {
        background-position: -256px -42px;
    }

    li#mnav_prepare a.selected:hover {
        background-position: -256px -42px;
    }

    li#mnav_prepare a.selected {
        background-position: -256px -84px;
    }

li#mnav_shop a {
    background-position: -384px 0;
}

    li#mnav_shop a:hover {
        background-position: -384px -42px;
    }

    li#mnav_shop a.selected:hover {
        background-position: -384px -42px;
    }

    li#mnav_shop a.selected {
        background-position: -384px -84px;
    }

li#mnav_install a {
    background-position: -512px 0;
}

    li#mnav_install a:hover {
        background-position: -512px -42px;
    }

    li#mnav_install a.selected:hover {
        background-position: -512px -42px;
    }

    li#mnav_install a.selected {
        background-position: -512px -84px;
    }

li#mnav_myclosetmaid {
    background: url("/Style%20Library/Images/nav_sprite_en.png") no-repeat -640px 0;
    width: 155px;
    MARGIN-RIGHT: 0;
    margin-left: 3px;
}

    li#mnav_myclosetmaid:hover {
        background-position: -640px -42px;
    }

    LI#mnav_myclosetmaid A {
        BACKGROUND-IMAGE: none;
    }

    li#mnav_myclosetmaid ul {
        width: 155px;
        MARGIN: 0;
        padding: 0;
        LIST-STYLE-TYPE: none;
        visibility: hidden;
        position: absolute;
        LEFT: 0;
        top: 27px;
        z-index: 1000;
        LIST-STYLE-IMAGE: none;
    }

        li#mnav_myclosetmaid ul li {
            display: block;
            height: auto;
            background-color: blue;
            padding: 0;
            margin: 0;
        }

    li#mnav_myclosetmaid:hover ul {
        VISIBILITY: visible !important;
    }

li.iehover ul {
    VISIBILITY: visible !important;
}

li#mnav_myclosetmaid ul li a {
    display: block;
    height: auto;
    overflow: visible;
    padding: 1em 19px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    width: 117px;
    BORDER-TOP: #da737d 1px solid;
    BORDER-BOTTOM: #5e0b12 1px solid;
    background-color: #c21626;
    background-position: 155px 50%;
}

    li#mnav_myclosetmaid ul li a:hover {
        background: #c21626 url(/Style%20Library/Images/mainnav_myclosetmaid_sub-over.png) 0 0 no-repeat;
    }

    li#mnav_myclosetmaid ul li a.first {
        border-top: 0;
    }

    li#mnav_myclosetmaid ul li a.last {
        border-bottom: 0;
    }

div.subnav {
    position: absolute;
    bottom: 10px;
    left: 117px;
    z-index: 501;
}

    div.subnav li {
        float: left;
        display: inline-block;
        font-size: 10px;
        font-weight: normal;
        line-height: 1em;
        padding-right: 10px;
        margin-right: 10px;
        BORDER-RIGHT: #999 1px solid;
    }

        div.subnav li.last {
            border: 0;
            margin-right: 0;
            padding-right: 0;
        }

    div.subnav a, div.subnav a:visited {
        color: #333;
        text-decoration: none;
        text-transform: uppercase;
    }

        div.subnav a:hover, div.subnav a:active, div.subnav a.selected {
            color: #ed1b2e !important;
        }

div#bodycontainer {
    /*padding-top: 43px;*/
    width: 980px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}

    div#bodycontainer iframe {
        width: 980px;
        height: 100%;
    }

div.side_area {
    position: relative;
    display: inline;
    width: 265px;
}

div.main_area {
    position: relative;
    display: inline;
    width: 681px;
}

div.middle_col {
    float: left;
    display: inline;
    width: 394px;
}

div.info_window {
    float: right;
    display: inline;
    width: 265px;
    background-color: #f2f2f2;
    padding: 14px 0;
}

div.info_window_alone {
    margin-top: 23px;
}

div.info_window_stacked {
    margin-top: 20px;
}

div.info_window h3 {
    padding: 0 15px 10px 15px;
}

div.info_window div.hr {
    background: #e0e0e0 url(/Style%20Library/Images/info_window_bg.png) repeat-x 0 0;
    height: 2px;
    line-height: 2px;
    margin: 0;
}

div.info_window_txttitle div.hr {
    margin: 10px 0;
}

div.info_window table {
    margin: 10px 0 0 15px;
    color: #000;
    font-size: 12px;
    width: 235px;
}

div.info_window td {
    border: 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 11px 6px;
}

    div.info_window td.left {
        text-align: left;
        border-right: 1px solid #FFF;
    }

    div.info_window td.right {
        text-align: right;
    }

div.info_window tr.total td {
    background-color: #FFF;
    font-weight: bold;
}

div.info_window a.button {
    margin: 8px 15px 12px 15px;
}

    div.info_window a.button span {
        width: 166px;
    }

div.info_window p {
    padding: 0 15px;
    line-height: 1.4em;
}

    div.info_window p.after_hr {
        padding-top: 10px;
    }

div.info_window img {
    margin: 20px 15px 6px 15px;
}

div.info_window_full {
    width: 681px;
    line-height: 1.3em;
}

    div.info_window_full table {
        width: 651px;
    }

    div.info_window_full td {
        padding: 16px 10px;
    }

        div.info_window_full td.left {
            padding-right: 12px;
            width: 140px;
        }

        div.info_window_full td.right {
            text-align: left;
        }

div#footer {
    position: relative;
    text-align: right;
    color: #999;
    margin: 50px 0;
}

    div#footer div.logo {
        position: absolute;
        left: 0;
        top: 0;
    }

    div#footer li {
        /*display: inline;
        margin-left: 13px;*/
    }

    div#footer a, div#footer a:visited {
        /*color: #999;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0;*/
        font-family: Montserrat, Arial, sans-serif;
        color:#666;
    }

        div#footer a:hover, div#footer a:active {
          /*  color: #ed1b2e;*/
          /* color:#fff; */
		  color:#666;
        }

    div#footer p {
        font-size: 9px;
        line-height: 1em;
        padding: 10px 0 0 0;
    }

        div#footer p.slogan {
            font-size: 10px !important;
            text-transform: uppercase;
        }

.hide_offscreen {
    position: absolute;
    left: -10000px;
}

a.button, a.button:visited {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}

    a.button span {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        position: relative;
        left: 5px;
    }

.btnLeft {
    float: left;
    display: inline;
}

.btnRight {
    float: right;
    display: inline;
    margin-right: 5px;
}

a.btn_lg2_blue, a.btn_lg2_blue:visited {
    background: transparent url(/Style%20Library/Images/btn_lg2_blue_left-up.png) no-repeat scroll top left;
    height: 55px;
}

    a.btn_lg2_blue span {
        background: transparent url(/Style%20Library/Images/btn_lg2_blue_right-up.png) no-repeat top right;
        height: 40px;
        padding: 19px 52px 0 12px;
        font-size: 17px;
    }

    a.btn_lg2_blue:hover, a.btn_lg2_blue:active {
        background-image: url(/Style%20Library/Images/btn_lg2_blue_left-over.png);
        cursor: pointer;
    }

        a.btn_lg2_blue:hover span, a.btn_lg2_blue:active span {
            background-image: url(/Style%20Library/Images/btn_lg2_blue_right-over.png);
            color: #FFF;
        }

a.btn_lg_blue, a.btn_lg_blue:visited {
    background: transparent url(/Style%20Library/Images/btn_lg_blue_left-up.png) no-repeat scroll top left;
    height: 45px;
}

    a.btn_lg_blue span {
        background: transparent url(/Style%20Library/Images/btn_lg_blue_right-up.png) no-repeat top right;
        height: 30px;
        padding: 15px 52px 0 12px;
    }

    a.btn_lg_blue:hover, a.btn_lg_blue:active {
        background-image: url(/Style%20Library/Images/btn_lg_blue_left-over.png);
        cursor: pointer;
    }

        a.btn_lg_blue:hover span, a.btn_lg_blue:active span {
            background-image: url(/Style%20Library/Images/btn_lg_blue_right-over.png);
            color: #FFF;
        }

a.btn_lg_blue_plus span {
    background-image: url(/Style%20Library/Images/btn_lg_blue_right_plus-up.png);
}

a.btn_lg_blue_plus:hover span, a.btn_lg_blue_plus:active span {
    background-image: url(/Style%20Library/Images/btn_lg_blue_right_plus-over.png);
    color: #FFF;
}

a.btn_sm_blue, a.btn_sm_blue:visited {
    background: transparent url(/Style%20Library/Images/btn_sm_blue_left-up.png) no-repeat scroll top left;
    height: 26px;
}

    a.btn_sm_blue span {
        background: transparent url(/Style%20Library/Images/btn_sm_blue_right-up.png) no-repeat top right;
        height: 20px;
        padding: 6px 52px 0 12px;
    }

    a.btn_sm_blue:hover, a.btn_sm_blue:active {
        background-image: url(/Style%20Library/Images/btn_sm_blue_left-over.png);
        cursor: pointer;
    }

        a.btn_sm_blue:hover span, a.btn_sm_blue:active span {
            background-image: url(/Style%20Library/Images/btn_sm_blue_right-over.png);
            color: #FFF;
        }

a.btn_sm_gray, a.btn_sm_gray:visited {
    background: transparent url(/Style%20Library/Images/btn_sm_gray_left-up.png) no-repeat scroll top left;
    height: 26px;
}

    a.btn_sm_gray span {
        background: transparent url(/Style%20Library/Images/btn_sm_gray_right-up.png) no-repeat top right;
        height: 20px;
        padding: 6px 52px 0 12px;
    }

    a.btn_sm_gray:hover, a.btn_sm_gray:active {
        background-image: url(/Style%20Library/Images/btn_sm_gray_left-over.png);
        cursor: pointer;
    }

        a.btn_sm_gray:hover span, a.btn_sm_gray:active span {
            background-image: url(/Style%20Library/Images/btn_sm_gray_right-over.png);
            color: #FFF;
        }

a.btn_gray_left, a.btn_gray_left:visited {
    display: inline;
    background: url(/Style%20Library/Images/icon_garrow_lg_left-up.png) no-repeat left center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3em;
    color: #999 !important;
    padding: 1px 0 1px 24px;
    text-decoration: none !important;
}

    a.btn_gray_left:hover, a.btn_gray_left:active {
        background-image: url(/Style%20Library/Images/icon_garrow_lg_left-over.png);
        color: #ed1b2e;
    }

a.btn_gray_right, a.btn_gray_right:visited {
    display: inline;
    background: url(/Style%20Library/Images/icon_garrow_lg-up.png) no-repeat right center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    color: #999 !important;
    padding-right: 24px;
    text-decoration: none !important;
}

    a.btn_gray_right:hover, a.btn_gray_right:active {
        background-image: url(/Style%20Library/Images/icon_garrow_lg-over.png);
        color: #ed1b2e;
    }

p.submit_msg {
    float: right;
    font-weight: bold;
    font-size: 11px;
    padding: 14px 20px 0 0;
    text-align: right;
}

p.title_copy {
    position: relative;
    top: -1px;
    padding-bottom: 8px;
}

.footer_back {
    float: right;
    margin: 14px 24px 0 0;
}

.tooltip {
    display: none;
    background: #c9dff1 url(/Style%20Library/Images/form_infopopup_bkgrd.png) repeat-x top left;
    border: 1px solid #FFF;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
    color: #00325d;
    padding: 10px 15px;
    max-width: 200px;
    width: auto !important;
    width: 200px;
    z-index: 10000;
}

.tooltip_gray {
    background: #d2d2d2 url(/Style%20Library/Images/form_infopopup_gray_bkgrd.png) repeat-x top left;
    color: #000;
    max-width: 300px;
    width: auto !important;
    width: 300px;
    padding: 15px;
}

ul.downloads li {
    padding: 7px 0 7px 40px;
    margin-bottom: 10px;
    height: 1%;
}

    ul.downloads li a, ul.downloads li a:visited {
        color: #666;
        font-size: 12px;
        text-decoration: none;
    }

        ul.downloads li a:hover {
            color: #ed1b2e;
        }

    ul.downloads li.pdf {
        background: url(/Style%20Library/Images/icon_pdf.png) no-repeat left center;
    }

table.default th {
    background-color: #333;
    color: #FFF;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: hidden;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    font-size: 12px;
}

table.default td {
    font-weight: bold;
    color: #000;
    border: 1px solid #e0e0e0;
    padding: 10px;
    vertical-align: top;
}

table.default .first {
    border-left: 0;
}

table.default .last {
    border-right: 0;
}

div.configuration_menu {
    width: 265px;
}

    div.configuration_menu li {
        zoom: 1;
        display: inline-block;
        *display: inline;
    }

        div.configuration_menu li.step {
            position: relative;
            height: 46px;
            width: 265px;
            border-top: 1px solid #FFF;
        }

            div.configuration_menu li.step div.num {
                position: absolute;
                top: 0;
                left: 0;
                background: #DDD url(/Style%20Library/Images/configmenu_num-up.png) no-repeat top left;
                width: 45px;
                height: 29px;
                font-size: 14px;
                font-weight: bold;
                text-shadow: 1px 1px 1px #FFF;
                text-align: center;
                padding-top: 17px;
            }

        div.configuration_menu li.selected div.num {
            background-color: #0f4575;
            background-image: url(/Style%20Library/Images/configmenu_num-over.png);
            color: #FFF;
            text-shadow: none;
        }

        div.configuration_menu li.step div.content {
            position: absolute;
            top: 0;
            right: 0;
            width: 220px;
            height: 46px;
            background: #f2f2f2;
        }

            div.configuration_menu li.step div.content a, div.configuration_menu li.step div.content a:visited {
                display: block;
                position: relative;
                background: #f2f2f2 url(/Style%20Library/Images/configmenu_content-up.png) no-repeat top left;
                width: 220px;
                height: 46px;
                text-decoration: none;
            }

                div.configuration_menu li.step div.content h4, div.configuration_menu li.step div.content a h4 {
                    position: absolute;
                    left: 10px;
                    top: 14px;
                    padding: 0;
                    color: #999;
                    font-size: 14px;
                    line-height: 1.3em;
                    width: 143px;
                }

                div.configuration_menu li.step div.content a h4 {
                    color: #333;
                }

                div.configuration_menu li.step div.content a span {
                    position: absolute;
                    right: 37px;
                    top: 17px;
                    color: #999;
                    font-size: 11px;
                    display: none;
                }

        div.configuration_menu li.complete div.content a span {
            display: block;
        }

        div.configuration_menu li.step div.content a:hover, div.configuration_menu li.selected div.content a {
            background-color: #235e91;
            background-image: url(/Style%20Library/Images/configmenu_content-over.png) !important;
            color: #FFF;
        }

            div.configuration_menu li.step div.content a:hover h4, div.configuration_menu li.step div.content a:hover span, div.configuration_menu 
li.selected h4, div.configuration_menu li.selected span {
                color: #FFF !important;
                cursor: pointer;
            }

        div.configuration_menu li.last, div.configuration_menu li.last div.content, div.configuration_menu li.last div.content a {
            height: 45px !important;
        }

            div.configuration_menu li.last div.num {
                height: 28px !important;
            }

        div.configuration_menu li.message {
            margin-left: 1px;
            padding: 6px 6px 6px 55px;
            border-top: 1px solid #333;
            color: #00325d;
            background: #c7c7c7 url(/Style%20Library/Images/configmenu_messagebg.png) no-repeat 20px center;
            width: 202px;
        }

div.config_nav {
    margin-top: 8px;
    font-size: 11px;
    color: #999;
}

    div.config_nav div.hr {
        margin: 10px 0;
    }

    div.config_nav div.divider {
        float: left;
        display: inline;
        margin: 0 10px;
    }

    div.config_nav a, div.config_nav a:visited {
        float: left;
        display: inline;
        color: #999;
        text-decoration: none;
        line-height: 14px;
    }

        div.config_nav a:hover {
            color: #ed1b2e;
        }

        div.config_nav a.skip_all, a.skip_all:visited {
            float: right;
        }

        div.config_nav a.new_project, div.config_nav a.new_project:visited {
            color: #333;
            margin-left: 8px;
            background: url(/Style%20Library/Images/icon_garrow_sm-up.png) no-repeat left center;
            padding-left: 20px;
        }

            div.config_nav a.new_project:hover {
                color: #ed1b2e;
                background-image: url(/Style%20Library/Images/icon_garrow_sm-over.png);
            }

form div.col {
    float: left;
    display: inline;
    width: 297px;
    margin-right: 20px;
}

div.error_msg_box {
    background: #ed1b2e url(/Style%20Library/Images/error_bkgrd.png) no-repeat top left;
    width: 577px;
    min-height: 26px;
    height: auto !important;
    height: 26px;
    color: #FFF;
    margin-bottom: 20px;
    padding: 9px 52px 5px 52px;
}

    div.error_msg_box p {
        padding: 0 0 10px 0;
        font-weight: bold;
    }

    div.error_msg_box ul {
        margin-left: 15px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: disc;
    }

    div.error_msg_box li {
        font-size: 12px;
        padding-bottom: 5px;
    }

label {
    color: #666;
}

    label.error {
        color: #ed1b2e;
        font-weight: bold;
    }

input.text, textarea {
    width: 289px;
}

input.text, select, textarea {
    background-color: #f2f2f2;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #d1d4da;
    border-right: 1px solid #d1d4da;
    border-top: 1px solid #a3a4a9;
    border-bottom: 1px solid #d6dde3;
    margin: 5px 0 0 0;
    padding: 3px 4px;
}

textarea {
    height: 125px;
}

select {
    max-width: 289px;
    padding: 2px 3px;
    height: 23px;
}

    select.selectmult {
        height: auto;
        min-width: 233px;
    }

    input.float, select.float {
        float: left;
        display: inline;
        margin-right: 10px;
    }

div.field {
    padding: 3px 0 12px 0;
    width: 297px;
}

    div.field .btnLeft {
        margin-top: 3px;
    }

img.form_infopopup {
    float: right;
    display: inline;
    margin-top: 6px;
    width: 10px;
    height: 10px;
}

div.checkbox {
    position: relative;
}

    div.checkbox label {
        float: left;
        display: inline;
        width: 268px;
        margin: 0 0 0 6px;
        padding-top: 2px;
        font-size: 11px;
        line-height: 1.3em;
    }

    div.checkbox input {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
        width: auto;
        line-height: 1px;
    }

div.checklistmulticol td {
    padding-right: 15px;
}

p.question {
    font-size: 16px;
    color: #004785;
    margin-top: 25px;
}

.category {
    font-size: 14px;
    font-weight: bold;
}

div.checklist {
    width: 257px;
}

    div.checklist div.field {
        padding-bottom: 4px;
    }

p.instructions {
    font-size: 12px;
    color: #333;
    font-style: italic;
    padding: 5px 0 0 0;
}

div.expand_box {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    position: relative;
    height: 1%;
}

    div.expand_box img {
        float: left;
        display: inline;
        margin: 0 20px 0 0;
    }

    div.expand_box input {
        float: right;
        display: inline;
        margin: 34px 44px 0 20px;
    }

    div.expand_box p {
        padding-bottom: 0;
    }

    div.expand_box a, div.expand_box a:visited {
        text-decoration: underline;
        color: #666;
        font-size: 11px !important;
    }

        div.expand_box a:hover {
            color: #ed1b2e;
        }

    div.expand_box div.content {
        float: left;
        display: inline;
        width: 510px;
    }

    div.expand_box div.hidden_tip {
        position: relative;
        background: #dfedf7 url(/Style%20Library/Images/hidden_tip_bg.png) repeat-x top left;
        border-top: 1px solid #42739c;
        color: #004785;
        min-height: 79px;
        height: auto !important;
        height: 79px;
    }

        div.expand_box div.hidden_tip p {
            position: relative;
            padding: 20px 20px 20px 140px;
            font-size: 12px;
        }

        div.expand_box div.hidden_tip h3 {
            position: absolute;
            left: 25px;
            top: 20px;
        }

div.popup_content {
    display: none;
    z-index: 10000;
    padding: 32px 8px 8px 8px;
    background: #fff;
    width: 700px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

    div.popup_content a.close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        div.popup_content a.close img {
            margin: 0;
        }

div#image_overlay {
    width: auto;
    height: auto;
}

div.saveLoader {
    color: #FFF;
    font-weight: bold;
    display: none;
    text-align: center;
    width: 80px;
    height: 43px;
    background-color: #333;
    padding-top: 37px;
}

div.recommended_steps h3 {
    padding-bottom: 12px;
}

div.recommended_steps li {
    background: url(/Style%20Library/Images/recommend_bullet.png) no-repeat left center;
    padding: 9px 0 0 30px;
    margin: 0;
}

    div.recommended_steps li a, div.recommended_steps li a:visited {
        display: block;
        text-decoration: none;
        padding: 0 0 9px 0;
        font-size: 13px;
        min-height: 13px;
        background: url(/Style%20Library/Images/recommend_divider.png) no-repeat left bottom;
    }

        div.recommended_steps li a:hover {
            color: #666;
        }

    div.recommended_steps li.last a {
        background-image: none;
    }

body.iframe {
    background: 0;
    background-color: transparent;
}

body.home div#header {
    height: 101px;
}

body.home div#bodycontainer {
    padding-top: 0;
}

div.home {
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

div.home_welcome {
    display: inline;
    float: left;
    width: 437px;
    height: 330px;
    background: url(/Style%20Library/Images/home_welcome_bg.jpg) no-repeat top left;
}

    div.home_welcome h1 {
        color: #5b5b5b;
        padding: 49px 0 6px 0;
    }

    div.home_welcome p {
        font-size: 14px;
        padding-left: 4px;
    }

    div.home_welcome div.home_getideas {
        padding: 15px 0 0 4px;
    }

    div.home_welcome div.recommended_steps {
        margin: 15px 0 0 20px;
    }

div.home_photo {
    display: inline;
    float: right;
    width: 543px;
    height: 330px;
}

ul.home_links li {
    display: inline;
    float: left;
    height: 123px;
    width: 326px;
    background: url(/Style%20Library/Images/home_browse_divider.jpg) no-repeat top right;
}

    ul.home_links li.last {
        background: 0;
        width: 325px;
    }

    ul.home_links li a, ul.home_links li a:visited {
        display: block;
        background-position: top right;
        background-repeat: no-repeat;
        height: 88px;
        width: 178px;
        text-decoration: none;
        padding: 20px 127px 0 20px;
    }

        ul.home_links li a h4 {
            padding-bottom: 10px;
        }

        ul.home_links li a p {
            font-size: 12px;
            line-height: 1.4em;
            color: #333;
        }

        ul.home_links li a:hover h4, ul.home_links li a:hover p {
            color: #ed1b2e;
        }

div.browse_box div.content p {
    padding-bottom: 1em;
}

ul.social_media {
    margin-top: 20px;
    margin-left: 14px;
    text-align: left;
}

    ul.social_media li {
        display: inline;
        margin-right: 10px;
    }

        ul.social_media li img {
            margin: 0;
        }

        ul.social_media li.last {
            margin-right: 0;
        }

div.config a.button span {
    width: 106px;
}

div.config a.btn_sm_gray {
    margin-top: 15px;
}

table#featured_product_list {
    margin-bottom: 20px;
}

    table#featured_product_list td {
        border: 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0;
        vertical-align: middle;
    }

        table#featured_product_list td.name {
            padding-right: 40px;
        }

        table#featured_product_list td.mid {
            width: 20px;
            border: 0;
        }

        table#featured_product_list td.photo {
            width: 140px;
            vertical-align: top;
        }

            table#featured_product_list td.photo img {
                width: 120px;
                height: 86px;
                margin-right: 20px;
            }

    table#featured_product_list label {
        float: left;
        width: 125px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.3em;
        color: #333;
        padding: .2em 0 0 0;
    }

    table#featured_product_list input {
        float: right;
        position: relative;
        top: .4em;
        right: 0;
    }

    table#featured_product_list td.single label {
        display: block;
        float: none;
        width: auto;
        padding: 0 0 .5em 0;
        line-height: 1em;
    }

    table#featured_product_list td.single p {
        font-weight: normal;
        color: #666;
        padding-bottom: 0;
    }

    table#featured_product_list td.input {
        padding-right: 40px;
    }

div#my_projects_details {
    margin-top: 30px;
}

    div#my_projects_details h2 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    div#my_projects_details h3 {
        padding-top: 10px;
    }

    div#my_projects_details div.hr {
        color: #000;
        background-color: #000;
        height: 2px;
        line-height: 2px;
        margin: 20px 0;
    }

div.my_projects_photo {
    display: inline;
    float: left;
    margin: 0 10px 5px 0;
    width: 194px;
}

    div.my_projects_photo p {
        color: #000;
        font-size: 11px;
        padding-left: 1px;
    }

    div.my_projects_photo a img {
        border: 1px solid #FFF;
        margin-bottom: 5px;
    }

    div.my_projects_photo div.config_nav {
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
        margin-bottom: 8px;
        color: #ccc;
    }

    div.my_projects_photo a, div.my_projects_photo a:visited {
        color: #999;
        font-size: 11px;
        text-decoration: none;
    }

        div.my_projects_photo a:hover {
            color: #ed1b2e;
        }

    div.my_projects_photo div.config_nav a.new_project, div.my_projects_photo div.config_nav a.new_project:visited {
        margin-left: 0;
        color: #000;
    }

        div.my_projects_photo div.config_nav a.new_project:hover {
            color: #ed1b2e;
        }

    div.my_projects_photo a:hover img {
        border-color: #ed1b2e;
    }

#search {
    width: 815px;
}

    #search .pagination, .srch-stats, .srch-Page {
        font-size: 18px;
        color: #000;
        margin-bottom: 24px;
        background-color: #fff !important;
        font-family: Arial,Helvetica,sans-serif !important;
        margin-bottom: 0;
    }

        #search a.page, #search a.page:visited, .srch-Page a:link, .srch-Page a:visited {
            color: #999;
            text-decoration: none;
            font-size: 18px;
        }

            #search a.page:hover, #search a.page:active, .srch-Page a:hover, .srch-Page a:active {
                text-decoration: underline;
            }

    #search .actions, .srch-sort-right {
        color: #000;
        font-size: 12px;
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
    }

        #search .actions a, .srch-sort-right a:link, .srch-sort-right a:visited {
            color: #999;
            text-decoration: underline;
            font-weight: normal;
        }

            #search .actions a:hover, #search .actions a:active, .srch-sort-right a:hover, .srch-sort-right a:active {
                color: #ed1b2e;
            }

    #search div.expand_box {
        padding: 5px 0;
        min-height: 85px;
    }

        #search div.expand_box img {
            margin: 0 30px 0 0;
            border: 0;
        }

        #search div.expand_box h2 {
            margin-top: 19px;
        }

            #search div.expand_box h2 a {
                color: #333;
                text-decoration: none;
            }

                #search div.expand_box h2 a:hover, #search div.expand_box h2 a:active {
                    color: #ed1b2e;
                    text-decoration: none;
                }

.srch-WPBody {
    font-family: Arial,Helvetica,sans-serif;
}

.red {
    color: #ed1b2e;
}

.black {
    color: #000;
}

.grey {
    color: #999;
}

.med {
    font-size: 12px;
}

.med-large {
    font-size: 14px;
}

.large {
    font-size: 18px;
}

.indent {
    margin-left: 17px;
}

a.nav:link, a.nav:visited {
    color: #000;
    text-decoration: none;
}

a.nav:active, a.nav:hover {
    color: #ed1b2e;
    text-decoration: none;
}

#new_dealer_info_window {
    width: 100%;
    height: 302px;
    padding-top: 33px;
    margin-bottom: 33px;
}

    #new_dealer_info_window .floatLeft {
        padding-top: 30px;
    }

    #new_dealer_info_window h1 {
        color: #ed1b2e;
        font-weight: normal;
        font-size: 36px;
        margin: 25px 0;
        padding: 0;
    }

    #new_dealer_info_window h2 {
        color: #5b5b5b;
        font-weight: bold;
        font-size: 21px;
        margin: 0;
        padding: 0;
    }

div.new_dealer {
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 1.3em;
}

.leadin {
    font-size: 16px;
    color: #000;
}

div.side_menu2 {
    width: 100%;
}

 div.side_menu2 a {
        color: #333 !important;
        font-size: 12px !important;
        font-weight: bold;
        text-decoration: none !important;
        margin-bottom: 10px;
        display: inline-block;
    }

        div.side_menu2 a:hover, div.side_menu2 a.selected {
            color: #ed1b2e !important;
            text-decoration: none;
        }

#prod_reg_window {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
    height: 230px;
}

    #prod_reg_window .floatLeft {
        padding-top: 0;
    }

    #prod_reg_window h1 {
        color: #ed1b2e;
        font-weight: normal;
        font-size: 28px;
        margin: 25px 0;
        padding: 0;
    }

    #prod_reg_window h2 {
        color: #5b5b5b;
        font-weight: bold;
        font-size: 21px;
        margin: 0;
        padding: 0;
    }

#prod_reg_window, .prod_reg .leadin {
    font-size: 14px;
    padding-bottom: 0;
}

    #prod_reg_window DIV.cta {
        margin-bottom: 5px;
    }

div.prod_reg {
    padding-top: 0 !important;
    line-height: 1.3em;
    margin-top: -43px;
    height: 360px;
}

div.prod_reg_form TD {
    padding-right: 10px;
    vertical-align: top;
}

p.head {
    color: #5b5b5b;
}

div.prod_reg div.checkbox label {
    font-size: 13px;
    padding: 0;
}

div.prod_reg div.side_menu2 a {
    color: #216194 !important;
}

div.cta {
    font-size: 12px;
    color: #333;
    margin-bottom: 27px;
}

    div.cta p {
        width: 145px;
    }

div.zone1 > table {
    display: inline;
}

.corporatevariationpickercontainer {
    border-left: 1px solid white;
    color: #999;
    text-align: left;
    display: inline;
    margin-right: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
}

    .corporatevariationpickercontainer a:link {
        color: #092869 !important;
        text-decoration: none;
    }

    .corporatevariationpickercontainer a:active {
        color: #092869 !important;
        text-decoration: none;
    }

    .corporatevariationpickercontainer a:visited {
        color: #092869 !important;
        text-decoration: none;
    }

    .corporatevariationpickercontainer a:hover {
        color: #f7941d !important;
        text-decoration: none;
    }

.variationpickerdropdown {
    width: 250px;
    color: #787878;
    border: 1px solid #979797;
    border-collapse: collapse;
}

.corporateChangelanguage {
    border-bottom: gray 1px solid;
    position: absolute;
    border-left: gray 1px solid;
    padding-bottom: 10px;
    background-color: white;
    padding-left: 2px;
    padding-right: 2px;
    border-top: gray 1px solid;
    border-right: gray 1px solid;
    padding-top: 5px;
    z-index: 3000;
}

.homedepotvariationpickercontainer {
    color: #999;
    text-align: left;
    display: inline;
    margin-right: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
}

    .homedepotvariationpickercontainer a:link {
        color: #092869 !important;
        text-decoration: none;
    }

    .homedepotvariationpickercontainer a:active {
        color: #092869 !important;
        text-decoration: none;
    }

    .homedepotvariationpickercontainer a:visited {
        color: #092869 !important;
        text-decoration: none;
    }

    .homedepotvariationpickercontainer a:hover {
        color: #f7941d !important;
        text-decoration: none;
    }

a .srch-gosearchimg {
    height: 17px;
}
 .contentarea-wrapper span, .contentarea-wrapper a, .contentarea-wrapper .field label {
    font-size:13px;
    font-family: Arial,Helvetica,sans-serif;
}
.contentarea-wrapper .field select {
    font-size:12px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0 0 0;
    padding: 3px 4px;
}
.contentarea-wrapper strong, .contentarea-wrapper b {
    font-weight: bold;
}
.contentarea-wrapper div.intro p, .contentarea-wrapper div.intro p a {
    font-size: 16px !important;
    line-height: 21px !important;
}
.contentarea-wrapper p {
    margin-bottom:15px;
    font-family: Arial,Helvetica,sans-serif;
}
.contentarea-wrapper td {
    vertical-align:middle;
}
.aspNetDisabled span {
    font-size:inherit;
}
.contentarea-wrapper .row{
    width:inherit;
}

.contentarea-wrapper a {
 font-family: Arial,Helvetica,sans-serif;
   /* Changed from 16 to 12 on 12 march 18 for PDS contact info page design@closetmaid.com link */
     font-size: 12px !important;
    line-height: 21px !important;
}



/*.contentarea-wrapper side_menu2 a {
     font-family: Arial,Helvetica,sans-serif;
    line-height: 21px !important;
}*/

.contentarea-wrapper .container .txt-blue{
    color:#0072bc !important;
}
.contentarea-wrapper .steps-content .txt-white {
    color:#fff !important;
}
.aboutPage td.text-td-links a span{
    font-size:12px !important;
    line-height:inherit !important;
}
.wrapper-small div{
    font-size:13px !important;
    color:#666 !important;
    margin-bottom:5px;
}
.wrapper-small div + br{
   display:none;
}
.wrapper-small div a{
    font-size:13px !important;
    color:#004785 !important;
    text-decoration:underline;
}

.Content-DesignWrap h1.title {
    text-transform: capitalize !important;
    font-family: Arial,Helvetica,sans-serif !important;
}

.Content-DesignWrap p.text {
    font-size: 1.75em;
    color: #58585a;
    margin-bottom:20px;
}
.txt-12 {
    font-size:12px;
}
.designGallery-content h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    padding: 0 0 14px 0;
    font-family: Arial,Helvetica,sans-serif !important;
}
.designGallery-content > div {
        font-size: 13px;
        color:#666;
}
#nano_bars a, #nano_bars a:hover {
    color:inherit !important;
    text-decoration:none;
    font-family: Montserrat, Arial, sans-serif;
}
#quickLinksBar a{
    color: inherit !important;
}
#quickLinksBar li {
    font-size:inherit !important;
}
#clm_menu li a {
    text-decoration:none;
}

.text-center {
    text-align:center;
}
.footer-mainwrapper {
    margin-top:30px;
    width:100%;
    float:left;
}
.main-footer {
    float:left;
    width:100%;
    background: #989ca5;
    padding-bottom: 1em;
    position: relative;
    padding-top: 20px;
}
.main-footer:before {
    top:-10px;
    left:50%;
    background:#f01a32;
    position:absolute;
    content:"";
    width:20px;
    height:20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.col-foot {
    width:31%;
    margin-right:2%;
    display:inline-block;
}
.col-foot:last-child {
    margin-right:0px;
}
.main-footer ul li {
   list-style-type:none;
}
.main-footer ul li a{
       font-family: Montserrat, Arial, sans-serif;
       color:#fff;
       font-size:15px;
}
.main-footer ul li a:hover{
       border-bottom:1px dashed #feffff;
}
.main-footer h3{
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat, Arial, sans-serif;
    margin-bottom: .25em;
    font-size:15px;
    color:#fff;
    line-height:inherit !important;
}
.footer-middle {
    float:left;
    width:100%;
    padding-top:15px;
    padding-bottom:30px;
}
.footer-middle p{
     display:inline-block;
     line-height: 36px;
     margin-right: 12px;
     font-family: Verdana,sans-serif;
     font-size: 15px;
     color: #4d4d4d;
}
.footer-middle .footer-social-icons{
       display:inline-block;
}
.footer-middle .footer-social-icons a{
       margin-right:10px;
}
.footer-last {
    width:100%;
    float:left;
    border-top: 2px solid #f01a32;
    padding-top:5px;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    margin-bottom:20px;
}
.footer-last p{
 font-family: Verdana,sans-serif;
    font-size: 15px;
	margin-bottom:10px;
}
.footer-last a{
    font-weight:700;
    font-family: Verdana,sans-serif;
    font-size: 15px !important;
	color:#333;
	text-decoration:none;
}
.footer-last a:hover{
	text-decoration:none;
}
.subnav.ServicesLink {
    display:none;
}
div.main-footer a.dotted:hover {
	text-decoration: dotted !important;
}
div.main-footer button {
    display:none;
}




        

