﻿/**************************************************************************/
/*                                GLOBAL                                  */
/**************************************************************************/
* {
    margin: 0px;
    padding: 0px;
}

body {
    line-height: 15px;
    /*background-color: #dad3cb;*/
    background-color: #ffffff;
}

body, td, th, p {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    text-align: left;
}

p {
}

img {
    border: none;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

    table td {
        vertical-align: top;
    }


b,
strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #171f32;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-top: 0px;
}

h1 {
    font-size: 346%;
    /*margin-bottom: 30px;*/
}

    h1.laminate {
        background: #ffc809;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.veneer {
        background: #75ca3b;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.stone {
        background-color: #9b908d;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.melamine {
        background: #06afca;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.acrylic {
        background: #625abf;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.fireline {
        background: #fe7a2b;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.plywood {
        background: #fff;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.board {
        background: #fff;
        margin-bottom: 1px;
        padding-left: 12px;
    }

    h1.mdf {
        background: #fff;
        margin-bottom: 1px;
        padding-left: 12px;
    }

h2 {
    font-size: 230%;
    color: #2c3343;
}

h3 {
    font-size: 200%;
    color: #333333;
    margin-top: 0 !important;
}

h4 {
    font-size: 184%;
    color: #706b66;
}

h5 {
    font-size: 154%;
    color: #bec2d2;
}

h6 {
    font-size: 154%;
    color: #dad3cb;
    font-weight: normal;
}

fieldset {
    border: none;
}

/**************************************************************************/
/*                               HEADER                                   */
/**************************************************************************/
#header {
    width: 100%;
    position: relative;
    min-height: 136px;
}

    /*-------- LEFT PANE (SLIDER) --------*/
    #header #SliderPaneContainer {
        position: relative;
        height: 450px;
        width: 100%;
    }

        #header #SliderPaneContainer .container {
            position: absolute;
            height: 450px;
            width: 1920px;
            /*z-index: 10;*/
            margin-left: -960px;
            left: 50%;
            top: 0;
        }

    #header #home-header-content {
        width: 100%;
    }

    #header #innerheader {
        position: absolute;
        height: 136px;
        width: 1920px;
        z-index: 20;
        margin-left: -960px;
        left: 49.999%;
        top: 0;
        background: url('/themes/primepanels/images/header_bg2.png') no-repeat 0 0;
    }

        #header #innerheader .content {
            position: relative;
            margin: 0 auto;
            width: 960px;
            height: 115px;
        }

#innerheader .topbanner-holder {
    position: absolute;
    top: 12px;
    right: 170px;
    height: 37px;
    z-index: 80;
    color: #aab4cf;
    font-size: 12px;
}

    #innerheader .topbanner-holder a {
        line-height: 15px;
        color: #aab4cf;
        font-size: 12px;
        padding: 4px 9px 4px 9px;
        text-transform: uppercase;
        text-decoration: none;
    }

#innerheader .search-holder {
    position: absolute;
    top: 8px;
    right: -15px;
    height: 23px;
    z-index: 80;
}

    #innerheader .search-holder input[type="text"] {
        float: left;
        height: 23px;
        width: 130px;
        border: none;
        background-image: url('/themes/primepanels/images/search_text_bg.png');
        background-repeat: no-repeat;
        background-color: transparent;
        padding-left: 6px;
    }

    #innerheader .search-holder input[type="submit"] {
        background-image: url('/themes/primepanels/images/search_submit_bg.png');
        background-repeat: no-repeat;
        height: 23px;
        width: 23px;
        float: left;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }


#innerheader .logo-holder {
    float: left;
    margin: 45px 0px 0px 15px;
}

    #innerheader .logo-holder .logo {
        width: 382px;
        height: 46px;
        background-image: url('/themes/primepanels/images/primepanels_logo.png');
        background-repeat: no-repeat;
        background-position: left top;
    }

#innerheader .menu-holder {
    position: absolute;
    /*width: 550px;*/
    height: 20px;
    right: 0px;
    bottom: 20px;
}



/**************************************************************************/
/*                              MAIN MENU                                 */
/**************************************************************************/
#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainmenu li {
    display: table-cell;
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
}

#mainmenu .menuseparator {
    display: none;
}

#mainmenu .menu {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 19px;
}

    #mainmenu .menu a {
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        line-height: 15px;
        display: block;
        padding: 2px;
        margin: 0px 8px 0px 8px;
    }

        #mainmenu .menu a.last {
            width: auto;
        }

        #mainmenu ul li:hover,
        #mainmenu .menu a:hover {
            text-decoration: underline;
        }

        #mainmenu .menu a.menuSelected {
            color: #aab4cf;
        }

    #mainmenu .menu span {
        display: block;
        float: left;
        vertical-align: middle;
        text-align: center;
    }

    #mainmenu .menu li.last span {
    }

    #mainmenu .menu span.hiddenNav {
        background-color: #3f3f3f;
    }

        #mainmenu .menu span.hiddenNav.menuSelected {
            background-color: #bfbebe;
        }

    /*-------- DROPDOWN --------*/
    #mainmenu .menu ul ul {
        background: #ffffff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
        position: absolute;
        left: -9999px; /*Hide off-screen when not needed (this is more accessible than display:none;) */
        top: 19px;
        z-index: 100;
        /*margin-top: 20px;*/
        /*padding-bottom: 20px;*/
    }

        #mainmenu .menu ul ul li {
            width: 180px;
            float: left;
            background: #171F32;
        }

            #mainmenu .menu ul ul li.first {
                margin-top: 20px;
            }

            #mainmenu .menu ul ul li.last {
                padding-bottom: 10px;
            }

            #mainmenu .menu ul ul li a {
                font-size: 15px;
                color: #dad3cb;
                text-decoration: none;
                line-height: 17px;
                display: block;
                padding: 12px 10px 8px 17px;
            }

                #mainmenu .menu ul ul li a.menuSelected {
                    color: #dad3cb;
                }

    #mainmenu .menu .menudropdown span {
        text-align: left;
    }

    #mainmenu .menu .menudropdown a.menuSelected,
    #mainmenu .menu .menudropdown a:hover {
    }

    #mainmenu .menu .menudropdown a.menuSelected {
    }

    /*-------- DROPDOWN ACTIVATORS --------*/
    #mainmenu .menu ul li:hover ul {
        /* Display the dropdown on hover */
        left: 0; /* Bring back on-screen when needed */
        /*background: #171F32;*/
        opacity: 0.95;
    }

        #mainmenu .menu ul li:hover ul li a:hover {
            /* Here we define the most explicit hover states--what happens when you hover each individual link. */
            text-decoration: underline;
        }

    /*#home-header-content .menu ul li:hover ul
{
    opacity: .95;
}*/


    /*-------- HIDE "Order Samples" Dropdown --------*/
    #mainmenu .menu ul li.menuItem-22565 .menudropdown {
        display: none;
    }

    #mainmenu .menu ul ul ul {
        /*background-color: #ffffff;*/
        position: static;
        padding-bottom: 0px;
    }

        #mainmenu .menu ul ul ul li {
            width: 120px;
            /*background: url('/themes/primepanels/images/submenu_devider.png');
            background-repeat: repeat-x;
            background-position: 0px 28px;*/
            margin: 0px 20px 0px 37px;
        }

            #mainmenu .menu ul ul ul li.first,
            #mainmenu .menu ul ul ul li.last {
                margin: 0px 20px 0px 37px;
            }

            #mainmenu .menu ul ul ul li a {
                font-size: 15px;
                color: #aab4cf;
                text-decoration: none;
                line-height: 17px;
                display: block;
                padding: 6px 0px 6px 0px;
                margin: 0px;
            }

                #mainmenu .menu ul ul ul li a.menuSelected {
                    color: #aab4cf;
                }


/**************************************************************************/
/*                               FOOTER                                   */
/**************************************************************************/
#footer {
    clear: both;
    width: 100%;
    padding: 0 0px 25px 0px;
    background: #171f32 url('/themes/primepanels/images/sides_footer_bg.png') no-repeat top center;
}

    #footer .upper-footer {
        width: 100%;
        height: 10px;
        background: #dad3cb url('/themes/primepanels/images/sides_footer_bg.png') no-repeat top center;
    }

#innerfooter {
    margin: 0 auto;
    width: 980px;
    min-height: 240px;
    position: relative;
    padding: 25px 0 0 0;
}

    #innerfooter .info-holder {
        width: 980px;
        color: #ffffff;
        line-height: 20px;
        z-index: 13;
        padding-bottom: 30px;
    }

        #innerfooter .info-holder a {
            color: #aab4cf;
            text-decoration: none;
        }

            #innerfooter .info-holder a:hover {
                color: #fff;
            }

        #innerfooter .info-holder table {
            width: 100%;
        }

            #innerfooter .info-holder table td {
                background-color: transparent;
                width: 25%;
            }



/**************************************************************************/
/*                               CONTENT                                  */
/**************************************************************************/
#content {
    width: 100%;
    position: relative;
    color: #333333;
    padding-bottom: 40px;
    background: url('/themes/primepanels/images/content_sides_bottom.png') no-repeat bottom center;
}

    #content #SliderPaneContainer .container .info-holder {
    }

        #content #SliderPaneContainer .container .info-holder .module-content .content {
            display: table-cell;
            height: 213px;
            vertical-align: middle;
        }

    #content .content-top-sides {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 157px;
        background: url('/themes/primepanels/images/content_sides_top.png') no-repeat top center;
        z-index: 11;
    }

        #content .content-top-sides.home-page {
            top: -100px;
        }

    /*#content .content-bottom-sides
    {
        position: absolute;
        bottom: -220px;
        left: 0;
        width: 100%;
        height: 280px;
        background: url('/themes/primepanels/images/content_sides_bottom2.png') no-repeat top center;
        z-index: 11;
    }*/

    #content p {
        margin-bottom: 20px;
        line-height: 18px;
    }

    #content hr {
        margin-bottom: 1em;
    }

    #content em {
        font-style: italic;
    }

        #content em strong,
        #content strong em {
            font-style: italic;
            font-weight: bold;
        }

    /* images */
    #content img.paddedBorder,
    #content div.paddedBorder {
        padding: 10px;
        border: 1px solid #b8b2ab;
        background: #cac2bb;
    }

    /* tables */
    #content table {
        border: none;
        border-spacing: 0px;
        border-collapse: collapse;
    }

        #content table td {
            border: none;
        }

        #content table th {
            font-weight: bold;
        }

    /* lists */
    #content ul {
        list-style-type: none;
        margin-bottom: 1em;
    }

        #content ul li {
            padding: 8px 0px 8px 12px;
            background: url('/themes/primepanels/images/bullet.png') no-repeat 0px 13px;
        }

    #content b,
    #content strong {
        font-weight: bold;
    }

    #content a {
        color: #365c83;
        text-decoration: none;
    }

        #content a:hover {
            text-decoration: underline;
        }

        #content a:visited {
            color: #365c83;
        }

    #content #innercontent {
        margin: 0 auto;
        width: 980px;
        z-index: 10;
    }

        #content #innercontent #breadcrumb {
            font-size: 13px;
            margin: 12px 0px 0px 0px;
            height: 22px;
            color: #706b66;
        }

            #content #innercontent #breadcrumb .breadcrumb {
                background: none;
            }

            #content #innercontent #breadcrumb a {
                color: #365c83;
                font-size: 13px;
            }

        #content #innercontent .nodeHeading {
            margin: 10px 0 0 0;
        }

    /* Veneer */

    #content.top-node-level-4-id-22643 a {
        color: #7bc24f;
    }

    #content.top-node-level-4-id-22643 #PopupBox a {
        color: #365c83;
    }

    #content h3 {
        color: #333333;
        font-size: 120%;
        margin-bottom: 10px;
    }

    /* .sampleTable */
    #content table.sampleTable {
    }


        #content table.sampleTable .square {
            position: relative;
            width: 50px;
            height: 50px;
            background: #7bc24f;
            margin-top: 15px;
            padding: 10px 10px;
            text-align: left;
            font-size: 27px;
            font-weight: bold;
            color: #ffffff;
            line-height: 1em;
        }

            #content table.sampleTable .square::after {
                position: absolute;
                bottom: 0;
                right: 0;
                display: block;
                content: ' ';
                width: 0;
                height: 0;
                border-left: 30px solid transparent;
                border-right: 30px solid #ffffff;
                border-top: 30px solid transparent;
            }

        #content table.sampleTable td.content {
            border-bottom: 1px solid black;
            text-align: left;
            vertical-align: top;
            padding: 15px;
        }

        #content table.sampleTable td.step {
            border-bottom: 1px solid black;
        }

    /* .descriptionTable */
    #content table.descriptionTable {
    }

        #content table.descriptionTable td p {
            margin-bottom: 10px;
        }

        #content table.descriptionTable td {
            padding-top: 15px;
            padding-bottom: 5px;
        }

            #content table.descriptionTable td.bordertop {
                border-bottom: 1px solid black;
                border-top: 1px solid black;
            }

            #content table.descriptionTable td.bordercenter {
                border-bottom: 1px solid black;
                text-align: center;
                vertical-align: middle;
                padding-top: 25px;
                padding-bottom: 25px;
            }

        #content table.sampleTable .border,
        #content table.descriptionTable .border {
            border-bottom: 1px solid black;
            vertical-align: middle;
        }

        #content table.sampleTable td > ul,
        #content table.descriptionTable td > ul {
            text-align: left;
        }

        #content table.sampleTable td h4,
        #content table.descriptionTable td h4 {
            color: #7bc24f;
            text-align: left;
            margin-top: 10px;
        }

/* END: Veneer */

.popup-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .popup-content a,
    .popup-content p {
        display: block;
        font: 0/0 a;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .popup-content img {
        width: 100%;
        height: 100%;
    }


#navSelector {
    float: left;
    margin-right: 20px;
    height: 530px;
    display: block;
}

.showcaseTable {
}

    .showcaseTable td {
        width: 230px;
    }

    .showcaseTable a {
        height: 94px;
        display: block;
    }

    .showcaseTable span {
        display: block;
        width: 230px;
        height: 26px;
        line-height: 26px;
        background-color: #21283a;
        color: #ffffff;
        overflow: hidden;
        padding: 0px 10px 0px 10px;
    }

.sampleTable {
}

    .sampleTable td {
        position: relative;
        width: 115px;
        text-align: center;
    }

        .sampleTable td .resene-float,
        .sampleTable td .colour-match-float,
        .sampleTable td .resene-laminate-color-match-float {
            position: absolute;
            left: 4px;
            top: 6px;
            z-index: 100;
            width: 69px;
            height: 22px;
        }

        .sampleTable td .resene-laminate-color-match-float {
            height: 30px;
        }

        .sampleTable td .resene-float {
            width: 49px;
            height: 9px;
            background: url(/themes/primepanels/images/resene_logo.png) no-repeat;
        }

        .sampleTable td .colour-match-float {
            background: url(/themes/primepanels/images/melamine_colour_match.png) no-repeat;
        }

            .sampleTable td .colour-match-float.alt {
                background: url(/themes/primepanels/images/melamine_colour_match2.png) no-repeat;
            }

        .sampleTable td .resene-laminate-color-match-float {
            background: url(/themes/primepanels/images/resene_laminate_dark.png) no-repeat;
        }

            .sampleTable td .resene-laminate-color-match-float.alt {
                background: url(/themes/primepanels/images/resene_laminate_white.png) no-repeat;
            }

        .sampleTable td .lam-colour-match-float,
        .sampleTable td .new-float,
        .sampleTable td .resene-new-float {
            position: absolute;
            left: 4px;
            bottom: 9px;
            z-index: 100;
            width: 69px;
            height: 22px;
        }

        .sampleTable td .new-float {
            bottom: 2px;
        }

        .sampleTable td .resene-new-float {
            bottom: 2px;
        }

        .sampleTable td .lam-colour-match-float {
            background: url(/themes/primepanels/images/laminateColour.png) no-repeat;
        }

            .sampleTable td .lam-colour-match-float.alt {
                background: url(/themes/primepanels/images/laminateColourwhite.png) no-repeat;
            }

        .sampleTable td .new-float,
        .sampleTable td .resene-new-float {
            background: url(/themes/primepanels/images/new_logo.png) no-repeat;
        }

    .sampleTable img {
        border: 1px solid #ffffff;
        width: 115px;
        height: 115px;
    }

        .sampleTable img.noBorder {
            border: none;
        }

.sampleFolderTable {
}

    .sampleFolderTable td {
        position: relative;
        width: 150px;
        text-align: center;
    }

    .sampleFolderTable img {
        border: 1px solid #ffffff;
        width: 150px;
        height: 150px;
    }

        .sampleFolderTable img.noBorder {
            border: none;
        }



.descriptionTable,
.finishesTable {
    width: 580px;
}

    .descriptionTable span, .finishesTable span {
        display: block;
        width: 220px;
        line-height: 17px;
        background: url('/themes/primepanels/images/description_bullet.png') no-repeat 0 5px;
        padding: 0 0 0 16px;
        margin: 0px 20px 14px 0px;
    }



/**************************************************************************/
/*                               FORMS                                    */
/**************************************************************************/

/*
input[type="submit"]
{
    color: #2C3343;
    font-size: 14px;
    background-color: #ffffff;
}

.editor-action a,
#content .editor-action a
{
    font-size: 13px;
}

    .editor-action a.delete,
    #content .editor-action a.delete
    {
        background-color: #00b4d0;
        color: #2C3343;
    }

    .editor-action a.cancel,
    #content .editor-action a.cancel
    {
        background-color: #75ca3b;
        color: #2C3343;
    }

*/

/**************************************************************************/
/*                          HOME SUB NAV MENU                             */
/**************************************************************************/
#content #homesubnav ul li {
    padding: 0;
    background: none;
}

#homesubnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#homesubnav li {
    display: table-cell;
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
}

#homesubnav .menuseparator {
    display: none;
}

#homesubnav .menu {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

    #homesubnav .menu span {
        display: block;
        float: left;
        vertical-align: middle;
        text-align: center;
    }

    #homesubnav .menu a {
        font-size: 15px;
        color: #dad3cb;
        text-decoration: none;
        line-height: 17px;
        display: block;
        padding: 12px 10px 8px 17px;
    }

        #homesubnav .menu a.last {
            width: auto;
        }

        #homesubnav ul li:hover,
        #homesubnav .menu a:hover {
            text-decoration: underline;
        }

    #homesubnav .menu ul ul li a {
        font-size: 15px;
        color: #aab4cf;
        text-decoration: none;
        line-height: 17px;
        display: block;
        padding: 6px 0px 6px 0px;
        margin: 0px;
    }

    #homesubnav .menu ul ul {
        background-color: #ffffff;
        position: initial;
        padding-bottom: 0px;
    }

        #homesubnav .menu ul ul li {
            width: 150px;
            background: url('/themes/primepanels/images/submenu_devider.png');
            background-repeat: repeat-x;
            background-position: 0px 28px;
            margin: 0px 20px 0px 45px;
        }

            #homesubnav .menu ul ul li.first,
            #homesubnav .menu ul ul li.last {
                margin: 0px 20px 0px 45px;
            }



/**************************************************************************/
/*                        SAMPLES SUB NAV MENU                            */
/**************************************************************************/
#content #samplesmenu ul li {
    padding: 0;
    background: #21283a;
}

#samplesmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#samplesmenu li {
    display: table-cell;
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
}

#samplesmenu .menuseparator {
    display: none;
}

#samplesmenu {
    margin-bottom: 20px;
}

    #samplesmenu .menudropdown {
        display: table;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background-color: #21283A;
        border-bottom: 1px solid #ffffff;
    }

        #samplesmenu .menudropdown span {
            display: block;
            float: left;
            vertical-align: middle;
            text-align: center;
            background-image: url('/themes/primepanels/images/samples_submenu_seperator.png');
            background-repeat: no-repeat;
            background-position: right 49.99%;
        }

            #samplesmenu .menudropdown span.last,
            #samplesmenu .menudropdown span.last a {
                background: none;
                margin: 0;
            }

        #samplesmenu .menudropdown a {
            font-size: 15px;
            font-weight: bold;
            color: #aab4cf;
            text-decoration: none;
            line-height: 17px;
            display: block;
            padding: 7px 4px 6px 10px;
            margin-right: 30px;
        }

            #samplesmenu .menudropdown a.menuSelected {
                color: #ffffff;
            }

            #samplesmenu .menudropdown a.last {
                width: auto;
            }

            #samplesmenu ul li:hover,
            #samplesmenu .menudropdown a:hover {
                text-decoration: underline;
            }

        #samplesmenu .menudropdown:nth-child(2) {
            background-color: #8289A5;
        }

            #samplesmenu .menudropdown:nth-child(2) span {
                background-image: url('/themes/primepanels/images/samples_submenu_seperator_level_2.png');
                background-repeat: no-repeat;
                background-position: right 49.99%;
            }

                #samplesmenu .menudropdown:nth-child(2) span.last,
                #samplesmenu .menudropdown:nth-child(2) span.last a {
                    background-image: none;
                }

#content #samplesmenu .menudropdown:nth-child(2) ul li {
    background-color: #8289A5;
}

#samplesmenu .menudropdown:nth-child(2) a {
    color: #000000;
}

    #samplesmenu .menudropdown:nth-child(2) a.menuSelected {
        color: #ffffff;
    }

#samplesmenu .menudropdown:nth-child(3) {
    background-color: #9FA7C7;
}

    #samplesmenu .menudropdown:nth-child(3) span {
        background-image: url('/themes/primepanels/images/samples_submenu_seperator_level_2.png');
        background-repeat: no-repeat;
        background-position: right 49.99%;
    }

        #samplesmenu .menudropdown:nth-child(3) span.last,
        #samplesmenu .menudropdown:nth-child(3) span.last a {
            background-image: none;
        }

#content #samplesmenu .menudropdown:nth-child(3) ul li {
    background-color: #9FA7C7;
}

#samplesmenu .menudropdown:nth-child(3) a {
    color: #000000;
    font-size: 13px;
    padding: 7px 6px 6px 6px;
}

    #samplesmenu .menudropdown:nth-child(3) a.first {
        padding-left: 10px;
    }

    #samplesmenu .menudropdown:nth-child(3) a.menuSelected {
        color: #ffffff;
    }

/**************************************************************************/
/*                              CONTENT PANES                             */
/**************************************************************************/

/*************************** DEFAULT ***********************************/
#DefaultPanes {
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
}

/****************************** HOME **************************************/
#HomePanes {
    width: 100%;
    margin-top: 20px;
}

    /*-------- CONTENT PANE (CONTENT) --------*/
    #HomePanes #ContentPaneContainer {
        position: relative;
        min-height: 230px;
        border-bottom: 1px solid #dad3cb;
        padding-bottom: 20px;
    }

        #HomePanes #ContentPaneContainer .container {
            max-width: 730px !important;
            margin: 0;
        }

        #HomePanes #ContentPaneContainer h2 {
            margin-bottom: 5px;
        }

        #HomePanes #ContentPaneContainer .welcome-holder {
            position: absolute;
            top: -140px;
            right: 0px;
            width: 226px;
            height: 367px;
            z-index: 8;
            padding: 16px 18px 0 18px;
            background-image: url('/themes/primepanels/images/welcome_bg.png');
        }

            #HomePanes #ContentPaneContainer .welcome-holder p {
                color: #ffffff;
                line-height: 16px;
                margin-bottom: 14px;
            }

            #HomePanes #ContentPaneContainer .welcome-holder h3 {
                color: #ffffff;
                margin: 0 0 10px 0;
            }

        #HomePanes #ContentPaneContainer .news-sign-up-holder {
            position: absolute;
            top: 245px;
            right: 0;
            width: 226px;
            height: 80px;
            z-index: 8;
            padding: 16px 0 0 0;
            background-image: url('/themes/primepanels/images/news_sign_up_bg.png');
        }

            #HomePanes #ContentPaneContainer .news-sign-up-holder p {
                color: #ffffff;
                line-height: 40px;
                margin-bottom: 0;
            }

            #HomePanes #ContentPaneContainer .news-sign-up-holder a {
                color: #ffffff;
                margin: 0;
                font-size: 174%;
                text-align: center;
                display: block;
                font-weight: 700;
            }

                #HomePanes #ContentPaneContainer .news-sign-up-holder a span {
                    font-size: 100%;
                }

            #HomePanes #ContentPaneContainer .news-sign-up-holder .masterspec-logo {
                width: 245px;
                height: auto;
                /*margin-left: -17px;*/
                margin-top: 17px;
            }

        #HomePanes #ContentPaneContainer .menu-holder {
            position: absolute;
            top: -159px;
            right: 0px;
            background-color: #171F32;
            width: 230px;
            z-index: 900;
            background-image: url('/themes/primepanels/images/blue_beige_corner_2.png');
            background-repeat: no-repeat;
            background-position: right bottom;
        }

            #HomePanes #ContentPaneContainer .menu-holder h3 {
                color: #ffffff;
                padding: 15px;
                margin: 0px;
            }


    /*-------- RIGHT PANE (MEDIA) --------*/
    #HomePanes #MediaPaneContainer {
        padding-top: 20px;
    }

        #HomePanes #MediaPaneContainer .splitter {
            width: 35px;
            height: 300px;
            float: left;
        }

        #HomePanes #MediaPaneContainer .module-content {
            float: left;
            width: 432px;
        }

            #HomePanes #MediaPaneContainer .module-content.firstModule {
                width: 213px;
            }

            #HomePanes #MediaPaneContainer .module-content.lastModule {
                width: 265px;
            }

            #HomePanes #MediaPaneContainer .module-content .heading {
                display: none;
            }

#MediaPaneContainer .module-nivoslider .title {
    font-size: 170%;
    background: none;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 12px;
    display: block;
    color: #706b66;
    border: none;
    padding: 0px;
}

#MediaPaneContainer .module-contenteditor a,
#MediaPaneContainer .module-articlepreview a {
    border: 1px solid #dad3cb;
    border-left: none;
    border-right: none;
    width: 100%;
    display: block;
    padding: 10px 0px 10px 0px;
}

    #MediaPaneContainer .module-contenteditor a.image-link {
        padding: 6px 0 2px 0;
    }

#MediaPaneContainer .module-contenteditor h4 {
    font-size: 170%;
}


/*************************** ONE COLUMN ***********************************/
#OneColumnPanes {
    width: 100%;
}

    /*---------- LEFT PANE (SLIDER) ----------*/
    #OneColumnPanes #SliderPaneContainer {
        margin-top: 12px;
        width: 980px;
        height: 260px;
        overflow: hidden;
    }

        #OneColumnPanes #SliderPaneContainer p {
            margin: 0px;
            padding: 0px;
        }

    /*--------------- INFO PANE --------------*/
    #OneColumnPanes #PageInfoPaneContainer {
    }

    /*-------- CONTENT PANE (CONTENT) --------*/
    #OneColumnPanes #ContentPaneContainer {
    }


/************************ SAMPLES SUB PAGE ********************************/
#SamplesSubPagePanes {
    width: 100%;
}

    /*---------- LEFT PANE (SLIDER) ----------*/
    #SamplesSubPagePanes #SliderPaneContainer {
        margin-top: 0;
        width: 980px;
        height: 260px;
        overflow: hidden;
    }

        #SamplesSubPagePanes #SliderPaneContainer p {
            margin: 0px;
            padding: 0px;
        }

    /*--------------- INFO PANE --------------*/
    #SamplesSubPagePanes #PageInfoPaneContainer {
    }

    /*-------- CONTENT PANE (CONTENT) --------*/
    #SamplesSubPagePanes #ContentPaneContainer {
        float: left;
        width: 730px;
        min-height: 200px;
        padding-bottom: 40px;
    }

        #SamplesSubPagePanes #ContentPaneContainer .menu-holder {
            /*background-color: #21283a;
            height: 29px;*/
            height: auto;
            width: 100%;
        }


        #SamplesSubPagePanes #ContentPaneContainer .paneHeading {
            margin-top: 20px;
        }

        #SamplesSubPagePanes #ContentPaneContainer .paneContent {
            padding-bottom: 0px;
            margin-bottom: 20px;
        }

        #SamplesSubPagePanes #ContentPaneContainer .sampleOrderForm {
            background-color: #ffffff;
            padding: 18px;
        }

            #SamplesSubPagePanes #ContentPaneContainer .sampleOrderForm input[type="text"],
            #SamplesSubPagePanes #ContentPaneContainer .sampleOrderForm textarea {
                width: 400px;
            }

            #SamplesSubPagePanes #ContentPaneContainer .sampleOrderForm table td {
                padding-bottom: 20px;
            }


    /*--------------- RIGHT PANE -------------*/
    #SamplesSubPagePanes #Pane2Container {
        margin-left: 20px;
        float: left;
        width: 230px;
        min-height: 200px;
    }

    /*-------------- SAMPLE CART -------------*/
    #SamplesSubPagePanes .hidePane {
        display: none;
    }

    #SamplesSubPagePanes .paneHeading,
    #TwoColumnPanes .paneHeading {
        background-color: #21283a;
        height: 43px;
        line-height: 43px;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 0px 20px 0px 20px;
    }

    #SamplesSubPagePanes .paneContent,
    #TwoColumnPanes .paneContent {
        position: relative;
        /*min-height: 200px;*/
        background-color: #ffffff;
        padding-bottom: 80px;
    }

        #SamplesSubPagePanes .paneContent #SampleCart,
        #TwoColumnPanes .paneContent #SampleCart {
            display: table-cell;
            vertical-align: middle;
        }

            #SamplesSubPagePanes .paneContent #SampleCart li,
            #TwoColumnPanes .paneContent #SampleCart li {
                padding: 10px 0px 40px 0px;
                margin: 0px 0px 0px 20px;
                line-height: 15px;
                color: #45413c;
                height: 30px;
                border-bottom: 1px solid #c7c0b8;
                /*background: url('/themes/primepanels/images/dotted_devider_dark.png');
                background-repeat: repeat-x;
                background-position: 0 49px;*/
            }

            #SamplesSubPagePanes .paneContent #SampleCart img,
            #TwoColumnPanes .paneContent #SampleCart img {
                float: left;
                width: 30px;
                height: 30px;
                vertical-align: middle;
            }

            #SamplesSubPagePanes .paneContent #SampleCart span,
            #TwoColumnPanes .paneContent #SampleCart span {
                float: left;
                display: block;
                height: 30px;
                width: 65px;
                margin-left: 8px;
                overflow: hidden;
            }

            #SamplesSubPagePanes .paneContent #SampleCart input[type="text"],
            #TwoColumnPanes .paneContent #SampleCart input[type="text"] {
                width: 26px;
                height: 26px;
                vertical-align: middle;
                float: left;
                margin-left: 8px;
            }

            #SamplesSubPagePanes .paneContent #SampleCart a,
            #TwoColumnPanes .paneContent #SampleCart a {
                float: left;
                margin-left: 8px;
            }

        #SamplesSubPagePanes .paneContent #orderCart,
        #TwoColumnPanes .paneContent #orderCart {
            position: absolute;
            bottom: 36px;
            left: 20px;
            background-image: url('/themes/primepanels/images/order_sample_btn.jpg');
            background-repeat: no-repeat;
            width: 166px;
            height: 30px;
        }



/*************************** TWO COLUMN ***********************************/
#TwoColumnPanes {
    width: 100%;
}

    /*---------- LEFT PANE (SLIDER) ----------*/
    #TwoColumnPanes #SliderPaneContainer {
        position: relative;
        margin-top: 12px;
        width: 980px;
        height: 260px;
    }

        #TwoColumnPanes #SliderPaneContainer p {
            margin: 0px;
            padding: 0px;
        }

        #TwoColumnPanes #SliderPaneContainer .info-holder {
            position: absolute;
            top: 27px;
            left: 0px;
            width: 230px;
            height: 263px;
            background-image: url('/themes/primepanels/images/product_infopane_bg2.png');
            background-repeat: no-repeat;
            z-index: 90;
            padding: 14px 20px 25px 20px;
        }

            #TwoColumnPanes #SliderPaneContainer .info-holder p {
                color: #ffffff;
                margin-bottom: 20px;
            }

            #TwoColumnPanes #SliderPaneContainer .info-holder a,
            #TwoColumnPanes #SliderPaneContainer .info-holder a:hover,
            #TwoColumnPanes #SliderPaneContainer .info-holder a:visited {
                color: #fff;
            }

        #TwoColumnPanes #SliderPaneContainer .slider-holder {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 888px;
            height: 260px;
            /*z-index: 80;*/
            overflow: hidden;
        }

    /*------------ SIDE MENU PANE ------------*/
    #TwoColumnPanes #SideMenuPaneContainer {
        float: left;
        min-height: 500px;
        margin-top: 50px;
        width: 230px;
        margin-right: 20px;
    }

        #TwoColumnPanes #SideMenuPaneContainer h3 {
            margin: 20px 0px 0px 0px;
            color: #21283a;
        }

    /*--------------- INFO PANE --------------*/
    #TwoColumnPanes #PageInfoPaneContainer {
        float: left;
        width: 730px;
        overflow: hidden;
    }


    /*-------- CONTENT PANE (CONTENT) --------*/
    #TwoColumnPanes #ContentPaneContainer {
        float: left;
        width: 730px;
    }

        #TwoColumnPanes #ContentPaneContainer .menu-holder {
            width: 100%;
            margin-bottom: 24px;
        }



/**************************************************************************/
/*                              SIDE MENU                                 */
/**************************************************************************/
#sidemenu {
    margin-bottom: 30px;
}

    #sidemenu .menudropdown {
        display: table;
        width: 190px;
    }

        #sidemenu .menudropdown ul {
            width: 230px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #sidemenu .menudropdown li {
            display: table-cell;
            float: left;
            list-style: none outside none;
            width: 230px;
            padding: 0;
            background: none;
        }

        #sidemenu .menudropdown a {
            font-size: 16px;
            color: #706b66;
            font-weight: bold;
            text-decoration: none;
            line-height: 17px;
            display: block;
            padding: 12px 10px 8px 0px;
        }

        #sidemenu .menudropdown span {
            display: block;
        }

        #sidemenu .menudropdown a.menuSelected {
        }

        #sidemenu .menudropdown ul ul li {
            width: 150px;
            /*background: url('/themes/primepanels/images/dotted_devider_dark.png');
            background-repeat: repeat-x;
            background-position: 0px 28px;*/
            margin: 0px 20px 0px 26px;
        }

        #sidemenu .menudropdown ul ul a {
            font-size: 14px;
            color: #365c83;
            font-weight: normal;
            text-decoration: none;
            line-height: 17px;
            display: block;
            padding: 6px 0px 6px 0px;
            margin: 0px;
        }

            #sidemenu .menudropdown ul ul a.menuSelected {
            }


        /*#sidemenu .menudropdown ul ul ul a
    {
        padding-right: 6px;
        padding-left: 40px;
        color: #ffffff;
    }*/

        #sidemenu .menudropdown span.hiddenNav {
            background-color: #3f3f3f;
        }

            #sidemenu .menudropdown span.hiddenNav a {
                color: #ffffff;
            }



/**************************************************************************/
/*                               MODULES                                  */
/**************************************************************************/



/****************************Content Editor*********************************/
.module-contenteditor .title,
.module-contenteditor .titleback {
    /*specific font*/
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


/****************************** NEWS **************************************/

.module-news .content .article {
    padding: 20px 0px 16px 0px;
}

.module-news .content .thumbimage img {
    padding: 8px;
    border: 1px solid #b8b2ab;
    background: #cac2bb;
}

.module-news .content .title a {
    padding-left: 245px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    position: static;
}

.module-news .content .news-date {
    display: none;
    /*padding: 2px 0px 2px 245px;*/
}

.module-news .content .article-content,
.module-news .content .read-more {
    display: block;
    padding-left: 245px;
}

/*No image settings*/
.module-news .content .has-no-image .title a,
.module-news .content .has-no-image .news-date,
.module-news .content .has-no-image .article-content {
    padding-left: 0px;
}

/*article details*/
.module-news-article-details .news-item .heading {
    display: none;
}

.module-news-article-details .news-item .news-date {
    display: none;
}

.module-news-article-details .news-item .detail-title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}

.module-news-article-details .content .primaryimage {
    display: none;
}

    .module-news-article-details .content .primaryimage img {
        padding: 8px;
        border: 1px solid #b8b2ab;
        background: #cac2bb;
    }



/************************** NEWS PREVIEW **********************************/
.module-articlepreview .article {
    padding-top: 40px;
}

.module-articlepreview .thumbimage {
    position: static;
}

    .module-articlepreview .thumbimage img {
        margin-bottom: 16px;
        padding: 0;
        width: auto;
        height: auto;
    }

.module-articlepreview .title a,
#content .module-articlepreview .title a {
    font-size: 170%;
    font-weight: bold;
    display: block;
    color: #706b66;
    border: none;
    padding: 0px;
    margin: 0px;
}

.module-articlepreview .article-date {
    display: none;
}

.module-articlepreview .article-content {
    padding-left: 0px;
}

.module-articlepreview .read-more {
    margin-top: 20px;
}


/**************************************************************************/
/*                           NEWRANGE SLIDER                              */
/**************************************************************************/
#RangeSlider .scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 270px;
}

    #RangeSlider .scrollable .items {
        /* this cannot be too large */
        width: 20000em;
        position: absolute;
    }

        #RangeSlider .scrollable .items div {
            float: left;
        }

        #RangeSlider .scrollable .items img {
            width: 226px;
            height: 226px;
            margin-right: 20px;
        }

        #RangeSlider .scrollable .items h4 {
            width: 180px;
            padding: 0 40px 0 20px;
            text-align: center;
            font-size: 14px;
        }

#RangeSlider a.browse {
    display: block;
    height: 46px;
    width: 46px;
    top: 90px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
}

#RangeSlider a.prev {
    left: -20px;
    background-image: url('/themes/primepanels/images/shadowbox_back.png');
}

#RangeSlider a.next {
    right: -20px;
    background-image: url('/themes/primepanels/images/shadowbox_next.png');
}



#RangeSlider .scrollable .slideset div {
    position: relative;
}

    #RangeSlider .scrollable .slideset div .resene-float {
        width: 49px;
        height: 9px;
        position: absolute;
        left: 4px;
        top: 210px;
        z-index: 100;
        background-image: url('/themes/primepanels/images/resene_logo.png');
        background-repeat: no-repeat;
    }

    #RangeSlider .scrollable .slideset div .new-float {
        width: 49px;
        height: 9px;
        position: absolute;
        left: 4px;
        top: 210px;
        z-index: 100;
        background-image: url('/themes/primepanels/images/new_logo.png');
        background-repeat: no-repeat;
    }


/**************************************************************************/
/*                              SHADOWBOX                                 */
/**************************************************************************/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    font-family: Arial, Helvetica, sans-serif;
    color: #171f32;
}

#sb-wrapper {
    /*padding-left: 28px;
    padding-right: 28px;*/
    background-color: #dad3cb;
}

#sb-wrapper-inner {
    margin-left: 28px;
    margin-right: 28px;
    border: 1px solid #ffffff;
    border: none;
}

#sb-title, #sb-info {
    position: static;
}

#sb-title {
    margin-left: 28px;
    margin-right: 28px;
    position: relative;
}


#sb-title, #sb-title-inner {
    height: 76px;
    line-height: 60px;
}

#sb-title-inner {
    padding-top: 16px;
    font-size: 30px;
    color: #171f32;
    font-weight: bold;
}

#sb-info, #sb-info-inner {
    margin-left: 14px;
    height: 50px;
    line-height: 28px;
}

#sb-nav a {
    height: 40px;
    width: 40px;
}

    #sb-nav a#sb-nav-next,
    #sb-nav a#sb-nav-previous {
        height: 46px;
        width: 46px;
    }

#sb-nav-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1000;
    background-image: url('/themes/primepanels/images/shadowbox_close.png');
}

#sb-nav-next {
    position: absolute;
    top: 50%;
    right: -23px;
    z-index: 1000;
    background-image: url('/themes/primepanels/images/shadowbox_next.png');
}

#sb-nav-previous {
    position: absolute;
    top: 50%;
    left: -23px;
    z-index: 1000;
    background-image: url('/themes/primepanels/images/shadowbox_back.png');
}



/**************************************************************************/
/*                            SAMPLES POPUP                               */
/**************************************************************************/
#PopupOverlay {
    position: fixed;
    z-index: 980;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
}

#PopupBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 980;
    text-align: left;
    width: 886px;
    height: 516px;
    opacity: 0;
    background-color: #dad3cb;
}

    #PopupBox #PopupContent {
        position: relative;
        float: left;
        width: 450px;
        margin: 28px 28px 38px 28px;
    }

        #PopupBox #PopupContent #ImageFrame {
            width: 450px;
            height: 450px;
            border: 1px solid #ffffff;
        }

            #PopupBox #PopupContent #ImageFrame.colour {
                width: 1440px;
                height: 600px;
                border: 1px solid #ffffff;
            }

#sampleNameTitle {
    font-size: 25px;
    position: relative;
    top: -12px;
    font-weight: bold;
}

.actionLinkHolder.colour {
    position: absolute;
    right: 26px;
    bottom: 17px;
}

    .actionLinkHolder.colour .addToListLink {
        position: relative;
        top: 8px;
        padding-left: 20px;
    }

#PopupBox #PopupContent .resene-float {
    width: 49px;
    height: 9px;
    position: absolute;
    left: 4px;
    bottom: 6px;
    z-index: 100;
    background-image: url('/themes/primepanels/images/resene_logo.png');
    background-repeat: no-repeat;
}

#PopupBox #PopupContent .new-float {
    width: 49px;
    height: 9px;
    position: absolute;
    left: 4px;
    bottom: 6px;
    z-index: 100;
    background-image: url('/themes/primepanels/images/new_logo.png');
    background-repeat: no-repeat;
}

#PopupBox #PopupContent #SamplePageCounter {
    position: absolute;
    bottom: -26px;
    right: 0px;
    display: block;
    font-weight: bold;
}

#PopupBox #Related {
    position: relative;
    float: left;
    min-height: 450px;
    width: 350px;
    margin: 28px 28px 28px 0px;
}

    #PopupBox #Related.colour {
        position: relative;
        float: left;
        min-height: 450px;
        width: 964px;
        margin: 28px 28px 28px 0px;
    }

    #PopupBox #Related #PopupClose {
        position: absolute;
        top: -48px;
        right: -48px;
        height: 40px;
        width: 40px;
        background-image: url('/themes/primepanels/images/shadowbox_close.png');
    }

        #PopupBox #Related #PopupClose a {
            display: block;
            height: 40px;
            width: 40px;
            text-decoration: none;
        }

    #PopupBox #Related #NavNext {
        position: absolute;
        top: 230px;
        right: -51px;
        z-index: 10000;
        background-image: url('/themes/primepanels/images/shadowbox_next.png');
    }

    #PopupBox #Related #NavBack {
        position: absolute;
        top: 230px;
        left: -529px;
        background-image: url('/themes/primepanels/images/shadowbox_back.png');
    }

        #PopupBox #Related #NavNext a,
        #PopupBox #Related #NavBack a {
            display: block;
            height: 46px;
            width: 46px;
            text-decoration: none;
        }

.orderSampleLink, .orderSampleNotification {
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    top: 4px;
}


#PopupBox #Related #samplePageTitle,
#PopupBox #Related #sampleNameTitle {
    color: #21283a;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

#PopupBox #Related #samplePageTitle {
    display: none;
}

#PopupBox #Related #sampleNameTitle {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #a5a3a3;
    margin-top: 12px;
}

#PopupBox #Related #ViewFullImageHolder {
    padding: 15px 0px 36px 0px;
    height: 20px;
    background: url('/themes/primepanels/images/dotted_devider_dark.png');
    background-repeat: repeat-x;
    background-position: 0 49px;
}

#PopupBox #Related .actionLinkHolder {
    padding: 6px 0px 2px 0px;
    height: 32px;
    background: url('/themes/primepanels/images/dotted_devider_dark.png');
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

#PopupBox #Related .orderSampleNotification,
#PopupBox #Related .orderSampleLink {
    float: right;
}

#PopupBox #Related #orderSamplesText {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #21283a;
}

#PopupBox #Related #sampleInputArea {
    padding: 15px 0px 60px 0px;
    height: 30px;
    background: url('/themes/primepanels/images/dotted_devider_dark.png');
    background-repeat: repeat-x;
    background-position: 0 59px;
}

    #PopupBox #Related #sampleInputArea span,
    #PopupBox #Related #sampleInputArea input[type="text"],
    #PopupBox #Related #sampleInputArea .addToListBtn {
        float: left;
        line-height: 26px;
    }

    #PopupBox #Related #sampleInputArea input[type="text"] {
        width: 26px;
        height: 26px;
        vertical-align: middle;
        margin-left: 8px;
    }

    #PopupBox #Related #sampleInputArea .addToListBtn {
        display: block;
        width: 195px;
        height: 30px;
        margin-left: 8px;
        background: url('/themes/primepanels/images/add_sample_btn.png');
        background-repeat: no-repeat;
    }

#PopupBox #Related #SampleContentArea h6 {
    margin: 30px 0px 4px 0px;
    color: #21283a;
    font-weight: bold;
}

#PopupBox #Related #SampleContentArea #ReseneInfo {
}

    #PopupBox #Related #SampleContentArea #ReseneInfo p {
        margin-bottom: 0px;
    }


.fulImageBottomLink#ViewTechnicalDetailsContainer {
    position: absolute;
    bottom: 17px;
    left: 28px;
}

    .fulImageBottomLink#ViewTechnicalDetailsContainer .ViewTechnicalDetails {
        background: url(/themes/primepanels/images/view_technical_details.png) top right no-repeat;
        position: relative;
        padding-left: 8px;
        padding-right: 5px;
        color: #fff;
        text-decoration: none;
        width: 195px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        top: 6px;
        font-size: 15.1px;
        font-weight: 700;
    }

.addBottomLink .orderSampleNotification {
    top: -4px;
    padding-left: 8px;
}

.addBottomLink .orderSampleLink {
    top: -3px;
    padding-left: 8px;
}


.module-content .module-actions {
    top: 0;
}

.edit-mode-on .droppable {
    display: none;
}


.container {
    padding-right: 0;
    padding-left: 0;
    width: auto !important;
}
