h1 {
    margin-top: 10px;
    color: #0052a4;
    font-weight: normal;
    font-size: 2.0em;
    line-height: 1.1em;
}

h2 {
    margin-top: 10px;
    color: #0052a4;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.25em;
}

    h2 a {
        color: #0052a4 !important;
        text-decoration: none !important;
    }

        h2 a:hover {
            color: #7C92D5 !important;
        }

h3 {
    margin-top: 10px;
    color: #222222;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.25em;
}

    h3 a {
        color: #222222 !important;
        text-decoration: none !important;
    }

        h3 a:hover {
            color: #555555 !important;
        }

p {
    margin: 14px 0px;
}

    p.redtext {
        color: #FF0000;
    }

a:link, a:active, a:visited {
    color: #5C72B5;
    text-decoration: none;
}

a:hover {
    color: #5C72B5;
    text-decoration: underline;
}

a img {
    border: 0px;
}

.btn-standard {
    background-color: #023256;
    padding: 8px 18px;
    border-radius: 12px;
    color: white !important;
    position: absolute;
}

    .btn-standard:hover {
        background-color: #011d32;
        text-decoration: none;
    }

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    line-height: 1px;
    background-color: #666666;
    border: none;
}

.colour_matching_image img {
    width: 90%;
    margin: 0 0px;
}

.colour_matching_top {
    margin-bottom: 40px;
}

.colour_matching_top_text {
    margin: 0 0 40px 0px;
}

.colour_matching_dropdown_container {
    margin: 0;
}

.colour_matching_dropdown {
    margin-bottom: 15px;
}

.colour_matching_dropdown p,
.colour_matching_dropdown select {
    margin-left: 0;
}

.colour_matching_dropdown select {
    width: 95%;
}

.colour_matching_dropdown:last-of-type select {
    width: 85%;
}

.colour_matching_bottom {
    margin: 50px 0 0 0;
}

.colour_matching_bottom h2 {
    font-size: 1.3em;
}

#colour_matching_collapsible_link {
    display: flex;
}

#colour_matching_collapsible_link i {
    line-height: 40px;
    width: 15px;
    margin-right: 5px;
    color: #0052a4;
}

#colour_matching_collapsible_panel {
    padding: 30px;
    margin-top: 20px;
    background-color: #f7f7f7;
    display: none;
}

.recommendation_container td {
    width: 60%;
    PADDING: 2px;
    vertical-align: text-top;
}

.recommendation_container {
    background-color: #f7f7f7;
    padding: 25px;
    margin: 5px 0px 0 0px;
}

.news_container {
    margin: 0;
}

.img_news {
    width: 100%;
}

.news_image img {
    float: left;
    margin: 0 30px 30px 0;
    width: 480px;
}

.news_title {
    margin-bottom: 25px;    
}

.news_inline_h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.news_inline_date {
    margin: 10px 0 0 0;
    font-size: 12px;
}

.filter_button {
    text-align: left;
}

.form_container {
    background-color: #f7f7f7;
    padding: 25px;
}

.editable_content_container {
    margin-right: -15px;
}

/*-----------------------------------------------------------------------------------------------*/
.sitebreadcrumb .breadcrumb-inactive,
.sitebreadcrumb .breadcrumb-inactive a:link,
.sitebreadcrumb .breadcrumb-inactive a:visited,
.sitebreadcrumb .breadcrumb-inactive a:active {
    color: #ccc;
    font-weight: bold;
}

.sitebreadcrumb .breadcrumb-active,
.sitebreadcrumb .breadcrumb-active a:link,
.sitebreadcrumb .breadcrumb-active a:visited,
.sitebreadcrumb .breadcrumb-active a:active {
    color: #ccc;
}

/*-----------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
    color: #313030;
    font-size: 0.85em;
    line-height: 1.5em;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

#wrapper {
    margin: 0px auto;
    width: 995px;
    border: solid 1px #ccc;
}

#upperContent {
    padding-top: 10px;
    width: 100%;
    background-image: url('../images/background-top.jpg');
    background-repeat: repeat-x;
}

#navbox {
    width: 100%;
    position: relative;
    z-index: 90;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#strapbox {
    background-color: #202962;
    height: 2px;
    padding-top: 10px;
    position: relative;
}

#strapbox2 {
    border-top: 1px solid #ccc;
}

#strapbox .strapboxcontent {
    width: 975px;
    margin: 0 auto;
    font-size: 1.2em;
    color: #aaa8bd;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    text-align: center;
}

#mainpanel {
    margin: 0px auto;
    width: 937px;
    background-color: #FFFFFF;
}


#content {
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.page_home #content {
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.divider {
    border: 0;
    border-top: 1px solid white;
    margin: 10px 0;
    width: 20%;
    place-self: center;
}
/*-----------------------------------------------------------------------------------------------*/
.module_inline_container {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.module_inline_title {
    margin-top: 0px;
    margin-bottom: 2px;
}

.module_inline_metadata {
    margin: 0px;
    color: #222222;
}

.module_inline_image {
    float: left;
    margin-right: 14px;
    width: 100px;
}

.module_inline_content {
    margin-top: 8px;
    margin-bottom: 0px;
}

/*-----------------------------------------------*/

.module_listing_container {
    margin-bottom: 5px;
    margin-bottom: 10px;
    padding: 15px;
}

.module_listing_title {
    margin: 5px
}

h3.module_listing_title {
    font-size: 1.25em;
}



.module_listing_content {
    margin-top: 8px;
    margin-bottom: 0px;
}

/*-----------------------------------------------*/
/* Data Pager */
.dataPager a,
.dataPager .dataPagerButton {
    padding: 5px;
    background-color: #eef;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.dataPager .dataPagerFirst {
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.dataPager .dataPagerLast {
    margin-right: 0;
    background-color: transparent;
    border: 0;
}

.dataPager .dataPagerCurrent {
    background-color: #f9f9f9;
}

.dataPager a.aspNetDisabled.dataPagerButton {
    text-decoration: none;
    color: inherit;
}
/*-----------------------------------------------*/

.module_article_title {
    margin-bottom: 6px;
}

.module_article_metadata {
    margin-top: 0px;
    color: #222222;
    font-size: 1.4em;
    line-height: 1.4em;
}

.module_article_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    width: 200px;
}

.module_article_read_other {
    margin-top: 2px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------*/

table.ui-datepicker-calendar .date_highlight a {
    background: #6E8A9F;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
}

    #footer a {
        color: #fff;
    }

.footerp1 {
    float: left;
    width: 230px;
}

.footerp2 {
    float: right;
    width: 680px;
    margin-top: 10px;
    text-align: right;
    padding-right: 25px;
}

/*-----------------------------------------------------------------------------------------------*/

.messageBoxContainer {
    margin: 5px 0px 10px 0px;
    width: 100%;
    color: #000000;
    background-color: #FFFFFF;
}

    .messageBoxContainer .messageBoxIcon {
        float: left;
        margin-right: 10px;
        width: 40px;
    }

    .messageBoxContainer p {
        margin: 0px;
        line-height: 15px;
    }

.messageInformationMid,
.messageSuccessMid,
.messageProblemMid,
.messageQuestionMid {
    padding: 15px 15px;
    line-height: 1.4em;
    background-repeat: repeat-y;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.messageInformationMid {
    background-color: #EFEFEF;
    border-color: #9DBBD5;
}

.messageSuccessMid {
    background-color: #C0FFC8;
    border-color: #82B5cA;
}

.messageProblemMid {
    background-color: #F08686;
    border-color: #A496AF;
}

    .messageProblemMid a:link,
    .messageProblemMid a:visited,
    .messageProblemMid a:hover {
        color: #000000;
    }

.messageQuestionMid {
    background-color: #EFEFEF;
    border-color: #9DBBD5;
}

/*-----------------------------------------------------------------------------------------------*/
/* FORMS */

.fieldtitle {
    color: #255896;
    font-weight: bold;
    font-size: 1em;
}

.fieldinput {
    padding: 3px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #255896;
}

.validationError {
    color: #FF0000;
}

/*-----------------------------------------------------------------------------------------------*/
/* ADMIN TABLES */

.tabledefault {
    width: 100%;
    border-collapse: collapse;
}

    .tabledefault th {
        padding: 3px;
        font-weight: bold;
        background-color: #DFDFDF;
        border-bottom: solid 2px #CCCCCC;
        border-right: solid 1px #CCCCCC;
    }

    .tabledefault tr:hover td {
        background: #DFDFDF;
    }

    .tabledefault td {
        padding: 8px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid transparent;
    }

/*-----------------------------------------------------------------------------------------------*/
/* ADMIN AREA */

.adminBlock {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40%;
    height: 80px;
}

    .adminBlock .adminHead {
        font-weight: bold;
        font-size: 1.1em;
        border-bottom: dotted 2px #CCCCCC;
    }

.adminFooter {
    clear: both;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #999999;
}

    .adminFooter a {
        display: block;
        float: left;
        margin-right: 15px;
        text-decoration: none;
        font-weight: bold;
    }

.adminBacklink {
    float: right !important;
    margin-right: 0px !important;
}

#dialog_container {
    display: none;
}

.editable_page_tree ul li a span,
.editable_menu_tree ul li a span,
input.new_menu_string {
    display: none;
}

/*-----------------------------------------------*/
/* Admin drag and drop sortable list (banner and gallery modules) */

.banner_image_sortable,
.gallery_image_sortable {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .banner_image_sortable li,
    .gallery_image_sortable li {
        display: block;
        margin: 0px 0px 3px 0px;
        padding: 0px;
        width: 500px;
        overflow: hidden;
        background-color: #FFFFFF;
        border: 1px solid #444444;
    }

        .banner_image_sortable li.placeholder,
        .gallery_image_sortable li.placeholder {
            background: #D8E7FA;
        }

        .banner_image_sortable li:hover,
        .gallery_image_sortable li:hover {
            cursor: move;
        }

        .banner_image_sortable li img,
        .gallery_image_sortable li img {
            float: left;
            margin-right: 6px;
        }

    .banner_image_sortable span,
    .gallery_image_sortable span {
        display: block;
        float: right;
        padding: 4px 6px;
        width: 280px;
        color: #444444;
        text-align: right;
    }

        .banner_image_sortable span.banner_image_id,
        .gallery_image_sortable span.gallery_image_id {
            display: none;
        }

.banner_image_order,
.gallery_image_order,
.banner_reorder_button,
.gallery_reorder_button {
    display: none;
}


/*----------------------------------------------------------------------------------------*/

.waitbox {
    position: fixed;
    background-color: rgba(100,100,100, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.waitboxinner {
    margin: 300px auto;
    background-color: #ededed;
    border: 1px solid #333;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -html-border-radius: 10px;
    border-radius: 10px;
    height: 200px;
    width: 550px;
}

.loadingbar {
    margin: 0 auto;
    width: 220px;
    height: 19px;
    background: url('../images/animated_loading_bar.gif') no-repeat;
}

.hidden {
    display: none;
}

.colourmatchingpage {
    font-size: 0.8em;
}

.product-tabs-wrapper {
    text-align: left;
}

.product-tabs-wrapper li {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    //background-color: #f7f7f7;
}

.product-tabs-wrapper .active {
    background-color: #f7f7f7;
}

.product-tabs-wrapper .active a {
    background-color: #f7f7f7 !important;
    border: none !important;
}

.product-tabs-wrapper li a:hover {
    background-color: #f7f7f7 !important;
    border: none !important;
}

.product-tabs-wrapper li a {
    display: block; /* Remove bullet points; allow greater control of positioning */
    padding: 10px; /* Override defaults for lists */
    margin: 0; /* Override defaults for lists */
    width: 100%; /* Get the row full width */
    border: none !important;
}

.product_tab_content {
    background-color: #f7f7f7;
    padding: 25px;
    margin: 0;
}

.nav-tabs {
    border: none !important;
}

.productrating {
    float: left;
    line-height: 27px;
}

.productratingStars img {
    height: 17px;
    width: auto;
}

#about_img1 {
    margin: 20px 0 20px 50px;
}

#about_img2 {
    margin: 5px 50px 20px 0;
    padding: 0 !important;
}

/*-------------------------------------------------------*/

.page_news .module_listing_title {
    margin-left: 15px;
}


/*---------------------------product flex--------------------*/


.productrating {
    font-weight: bold;
    vertical-align: top;
}

.productratingStars {
    margin-top: 5px;
    font-weight: bold;
}


#tab_reviews .tabledefault h2 {
    margin-top: 15px;
}

/*Colour container*/
.prodec_colour_indicator {
    width: 105px;
    height: 70px;
    float: left;
    margin-right: 4px;
    margin-bottom: 20px;
    cursor: help;
}

    .prodec_colour_indicator .js_hidden {
        display: none;
    }

    .prodec_colour_indicator p {
        margin: 2px 0;
        text-align: center;
    }

    .prodec_colour_indicator img {
        border: 1px solid #000;
        width: 103px;
        height: 51px;
    }

/*Hover container*/
.prodec_hover_container {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
    width: 200px;
    padding: 10px;
    background: #fff;
    border: 2px solid #010242;
}

    .prodec_hover_container h2 {
        color: #010242;
        margin: 0;
        padding-bottom: 10px;
        text-transform: uppercase;
        background: #fff;
    }

    .prodec_hover_container table {
        border-collapse: collapse;
        background: #fff;
        width: 100%;
    }

    .prodec_hover_container table td {
        border: 1px solid #010242;
        padding: 3px 6px;
    }

.prodec_colour_indicator_flexbox_container {
    display: flex;
    flex-wrap: wrap;
}

/*---------------------- Colourmatching --------------------------------*/

.colourmatching_ddl {
    transition: 0.3s ease;
}

.ddl_colourmatching_active {
    background-color: whitesmoke;
}

/*-----------------------Landing----------------------------------------*/

.landing_blocks > div.block {
    position: relative;
    display: inline-block;
    margin: 20px 21px 0px 21px;
    padding: 0px 12px;
    width: 243px;
    min-height: 186px;
    vertical-align: top;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.landing_blocks .orange {
    background-color: #F67A00;
}

.landing_blocks .red {
    background-color: #A52F00;
}

.landing_blocks .green {
    background-color: #84A708;
}

.landing_blocks .blue {
    background-color: #5B7ECA;
}

.landing_blocks .purple {
    background-color: #5E3D8C;
}

.landing_blocks {
    text-align: center
}