/* HEADER, HOMEPAGE, FOOTER STYLES */
.ItemInformationLeft {
    position: relative;
}

.ProductThumbnailParagraphViewItem {
    display: none;
}

.ProductThumbCheckBox {
    top: -26px;
    display: block;
}

.ProductThumbnailParagraphCompare {
    display: block;
}

.ProductThumbnailParagraphCompare {
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 22px;
}

/* Express Landing Page (OmniVue) */

#expresslandingcontainer {
    position: relative;
    margin-top: 30px;
}

#expresslandingpic img {
    width: 100%;
    height: auto;
    display: block;
}

#expresslandingcopy {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    text-align: center;
    width: 480px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px 15px 10px;
}

#expresslandingcopy h2 {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

#expresslandingcopy p {
    font-family: Arial, sans-serif;
    font-size: 25px;
}

#expresslandingcopy a {
    font-family: Arial, sans-serif;
    font-size: 21px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: #255094;
    color: #FFF;
    padding: 0 30px 0 30px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}

#expresslandingcopy a:hover {
    background-color: #285eb4;
}

@media screen and (max-width: 400px) {

    #expresslandingcopy {
        top: 5%;
        width: 200px;
    }

    #expresslandingcopy h2 {
        font-size: 22px;
    }

    #expresslandingcopy p {
        font-size: 14px;
    }

    #expresslandingcopy a {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 20px;
        margin-top: 8px;
    }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

    #expresslandingcopy {
        top: 10%;
        width: 280px;
    }

    #expresslandingcopy h2 {
        font-size: 26px;
    }

    #expresslandingcopy p {
        font-size: 18px;
    }

}

/* End Express Landing Page */

.ItemBrowserPageForm #divworkspacearea {
    max-width: 1380px;
    padding: 0px 10px 0 10px;
    margin: 0 auto;
}

.ItemInformationPageForm #divworkspacearea {
    max-width: 1180px;
    padding: 0px 10px 0 10px;
    margin: 0 auto;
}

.FlyerContainerDiv {
    max-width: 1180px;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}

.FavoritesBrowserContainer {
    max-width: 1180px;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}

.LoginPageContainer {
    margin-top: 35px;
    margin-bottom: 50px;
}

.ItemBrowserPageContainer {
    margin-top: 20px;
}

.RegisterAccountFormPage {
    margin-top: 35px;
    margin-bottom: 50px;
}

.ItemBrowserProductList {
    margin-top: 66px;
}

.ProductDescriptionHeading {
    margin-bottom: 20px;
}

.compareContainer {
    max-width: 1180px;
    padding: 0px 20px 0 20px;
    margin: 20px auto 20px auto;
}

.ViewCartContainer {
    max-width: 1180px;
    padding: 0px 20px 0 20px;
    margin: 20px auto 20px auto;
}

.CheckoutPageContainer {
    max-width: 1180px;
    padding: 0px 20px 0 20px;
    margin: 20px auto 20px auto;
}

.OrderCompletePageContainer {
    max-width: 1180px;
    padding: 0px 20px 0 20px;
    margin: 20px auto 20px auto;
}

#pingFrame {
    display: none;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #FFF;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
}

.workspacearea {
    max-width: 1200px;
    margin: 0 auto;
}

#topbarcontainer {
    width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #cecece;
}

#topbarnav ul {
    margin-top: 13px;
    text-align: left;
}

#topbarnav li {
    list-style: none;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    border-left: 1px solid #202020;
    padding-left: 6px;
    padding-right: 3px;
}

#topbarnav li:first-child {
    border: 0;
    padding-left: 0;
}

#topbarnav li a {
    color: #202020;
    text-decoration: none;
}

#topbarnav li a:hover {
    text-decoration: underline;
}

#accountnav {
    margin-top: 18px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 10px;
    float: right;
}

#accountnav ul {
    list-style: none;
}

#accountnav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-align: left;
    padding-left: 0px;
    z-index: 500;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline;
}

#accountnav li:hover ul {
    width: 130px;
    display: block;
    position: absolute;
    left: -10px;
    top: 11px;
    z-index: 500;
    padding-top: 10px;
}

#accountnav li:hover li {
    clear: both;
}

#accountnav li:hover li a {
    background-color: #efefef;
    color: #202020;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 200;
    padding-right: 10px;
    padding-left: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#searchbox {
    width: 230px;
    height: 28px;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
}

#searchboxleft {
    width: 192px;
    height: 28px;
    float: right;
}

#searchboxleft input {
    width: 181px;
    height: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #929292;
    background-color: #FFF;
    padding: 3px 3px 3px 6px;
    border: 1px solid #FFF;
}

#searchboxright {
    width: 38px;
    height: 28px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    text-decoration: none;
}

#searchboxright a:hover {
    color: #ababab;
}

#logo {
    margin-top: 23px;
    margin-bottom: 16px;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    border-bottom: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
    height: 43px;
    line-height: 43px;
    margin-bottom: 10px;
}

#mainnav ul {
    list-style: none;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
    float: left;
    text-align: left;
}

#mainnav>ul>li {
    display: inline-block;
    float: none;
    text-align: center;
}

#mainnav li ul {
    display: none;
    padding: 0;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    height: 43px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #ababab;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    -moz-box-shadow: 7px 5px 5px #000;
    -webkit-box-shadow: 7px 5px 5px #000;
    box-shadow: 7px 5px 5px #000;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #FFF;
    color: #202020;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    line-height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #202020;
}

#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}

#mobilenav li:hover li {
    width: 100%;
    clear: both;
}

#mobilenav li:hover li a {
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #202020;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #9f9f9f;
}

.homebannerheading img {
    width: 100% !important;
    height: auto !important;
    position: block;
}

.homebannertitle img {
    width: 100% !important;
    height: auto !important;
    position: block;
}

#homebanner img {
    max-width: 100%;
    height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
}

.shopbyroom {
    line-height: 32px;
    margin-top: 25px !important;
    margin-bottom: 6px !important;
    background: url('../images/dashedborder.png') repeat-x 0px 16px;
    text-align: center;
}

.shopbyroomheading h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block
}

.shopbyroomcontent {
    position: relative;
    margin-top: 14px;
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    position: block;
}

.shopbyroomtitle {
    text-align: center;
}

.shopbyroomtitle h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.shopbyroomtitle a {
    text-decoration: none;
    color: #202020;
}

.railwaybold {
    font-weight: 800;
}

.designcenterpic {
    margin-top: 10px;
}

.designcenterpic img {
    width: 100%;
    height: auto;
    display: block;
}

.designcentertitle {
    padding-top: 8px;
    padding-bottom: 8px;
}

.designcentertitle a {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #202020;
    text-decoration: none;
}

#video {
    position: relative;
    padding: 6% 0 50% 0;
    height: 0;
    margin-bottom: 32px;
    /* margin-top: 18px; */
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#homecopy {
    margin-top: 10px;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 22px;
}

#stanleybanner img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

#canadelbanner {
    margin-top: 30px;
    text-align: center;
}

#footercontainer {
    width: 100%;
    background-color: #efefef;
    border-top: 1px solid #cecece;
    margin-top: 35px;
    padding-top: 24px;
}

#footercontent {
    padding-bottom: 25px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#socialmedia {
    padding-top: 10px;
    padding-bottom: 15px;
}

.socialmediaicon .fa {
    padding-right: 10px;
    float: left;
    color: #000;
}

.socialmediaicon .fa:hover {
    color: #115D31;
}

.footercolumn h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #202020;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #202020;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #202020;
}

.footercolumn a {
    color: #202020;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #202020;
}

#copyright a {
    color: #202020;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #202020;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #fff;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #202020;
}

#scrolldiv {
    display: none;
}

/*Home page*/
.homepage-banner {
    text-align: center;
    margin: 20px 0px;
}

.homepage-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    height: auto;
}


@media screen and (max-width: 400px) {

    #searchbox {
        width: 200px;
    }

    #searchboxleft {
        width: 162px;
    }

    #searchboxleft input {
        width: 151px;
    }

    #homevideo {
        margin-right: 0px;
    }

    .footercolumn {
        padding-left: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {

    #topbarnav ul {
        margin-top: 13px;
        text-align: left;
    }

    #mainnav ul {
        text-align: center;
        padding: 0 3% 0 3%;
    }

    #mainnav ul li a {
        padding-left: 2px;
        padding-right: 2px;

    }

    #mainnav ul li {
        font-size: 12px;
    }

    #mainnav li:hover li a {
        left: 0;
    }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    #topbarnav ul {
        margin-top: 13px;
        text-align: left;
        width: 100%;
    }

    #mainnav ul {
        text-align: center;
    }

    #mainnav ul li a {
        padding-left: 7px;
        padding-right: 7px;

    }

    #mainnav ul li {
        font-size: 13px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}


/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

#BBBlogo {
    width: 280px;
    height: 70px;
    float: left;
    padding-left: 10px;
}

.privacypolicy p,
ul,
li {
    font-family: Verdana;
}

.termsandconditions p,
ul,
li {
    font-family: Verdana;
}

#rccontact {
    font-size: 15pt;
}

#rccontact p {
    font-size: 15pt;
    padding-left: 12px;
}

.banner-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

#mainnav>ul>li:first-of-type {
    margin-left: 4%;
}


@media screen and (max-width: 1200px) {

    #mainnav>ul>li:first-of-type {
        margin-left: 0;
    }
}

/* 76363 */
.FlyerStartDate,
.FlyerEndDate {
    display: none;
}