﻿* {
    padding: 0px;
}

html {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-family: 'PT Sans', sans-serif;
    height: 100%;
    width: 100%;
}

ul {list-style-position: inside;}
ol {list-style-position: inside;}

textarea {
    font-family: 'PT Sans', sans-serif;
}
form {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

xsup {
    font-size: 22px;
    line-height: 0;
    vertical-align: baseline;
}

#HomeSections {
    cursor: pointer;
    margin: auto;
    margin-top: 80px;
    width: 1344px;
    vertical-align: top;
}

.HomeSectionImg {
    vertical-align: top;
    z-index: 3;
    text-align: left;
    padding-top: 25px;
    width: 380px;
    display: inline-table;
    margin: 0px;
    margin-right: 30px;
    max-height: 400px;
}

    .HomeSectionImg img {
        max-width: 402px;
    }
.CartSectionImg {
    vertical-align: top;
    z-index: 3;
    text-align: left;
    padding-top: 25px;
    width: 380px;
    display: inline-table;
    margin: 0px;
    margin-right: 30px;
    max-height: 400px;

}

    .CartSectionImg img {
        max-width: 402px;
    }

#HomeSections h2 {
    color: black;
    font-size: 32px;
}

.InnerHomeDiv {
    position: relative;
    vertical-align: top;
    z-index: 9;
    width: 280px;
    margin-left: 48px;
    background-color: white;
    margin-top: -34px;
    padding-left: 16px;
    padding-right: 16px;
    border: solid 1px #c0c0c0;
    font-size: 14px;
    margin-bottom:5px;
}

    .InnerHomeDiv a {
        color: black;
    }

    .InnerHomeDiv b {
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
    }
      
    
        .Cart {
            margin-right: 20px;
            border: none;
            min-width: 320px;
        }

            .Cart td {
                text-align: left;
                border: none;
            }

            .Cart th {
                text-align: left;
                border: none;
            }

        .CartTable td {
            padding-left: 20px;
            vertical-align: top;
        }
@media print {
      .Banner200Search {                
                display:none !important;
            }
              .BannerSearchRow {
                display: none;
            }

         

            .SocialMedia {
                display: none;
            }
                  .NavCell {
                display: none;
            }

            .Tab {
                display: none;
            }
}
.InnerHomeDiv:hover {
    background-color: #E6E6E6;
}


.OuterLink {
    font-weight: normal !important;
    color: black !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ErrorRed {
    color: red;
}

div {
    margin: auto;
}

body {
    margin: auto;
    font-family: 'PT Sans', sans-serif;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

a {
    text-decoration: none;
}

input {
    font-family: 'PT Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

.HomeLink {
    color: #012A6C;
    text-decoration: underline;
    font-weight: bold;
}


.BannerSearchRow {
    background-image: url("images/SearchBox.png");
    background-repeat: no-repeat;
    background-position: center;
}

.BannerSearchRowM {
    margin-top: 0px;
    background-image: url("images/SearchBoxM.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}

.BannerKeywordBoxM {
    outline: none;
    border: none;
    height: 21px;
    width: 260px !important;
    font-size: 13px;
    z-index: -1;
    margin-right: 124px !important;
    margin-top: 12px;
}

.BannerKeywordBox {
    outline: none;
    position: relative;
    border: none;
    height: 21px;
    width: 156px !important;
    margin-top: 37px;
    margin-right: 107px;
    font-size: 13px;
    z-index: -1;
    margin-left: 1px;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    color: #909090;
    font-style: italic;
    font-size: 26px;
    margin-bottom: 5px;
}

.RegularText {
    font-size: 14px;
}


.gridview {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
    height: 30px;
}

    .gridview a {
        margin: auto 1%;
        margin-left: 4px;
        border-radius: 50%;
        background-color: #444;
        padding: 5px 10px 5px 10px;
        color: #fff;
        box-shadow: 1px 1px 1px #111;
    }

        .gridview a:hover {
            background-color: #1e8d12;
            color: #fff;
        }

    .gridview span {
        background-color: #012A6C;
        color: #fff;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
        margin-left: 4px;
    }


table {
    margin: auto;
}

.FormInput {
    width: 250px;
    height: 28px;
    border-radius: 16px;
    border-width: 5px;
    border-color: #c0c0c0;
    border-style: double;
    padding-left: 10px;
    font-weight: bold;
}

.TextArea {
    border-radius: 16px;
    border-width: 5px;
    border-color: #c0c0c0;
    border-style: double;
    padding: 5px;
    overflow: hidden;
    overflow-y: auto;
    font-weight: bold;
    font-weight: bold;
    white-space: normal;
}


.TextInput {
    height: 28px;
    border-radius: 16px;
    border-width: 5px;
    border-color: #c0c0c0;
    border-style: double;
    padding-left: 10px;
}

.SubmitButton {
    height: 30px;
    width: 100px;
    color: #8F8F8F;
    border-radius: 16px;
    border-width: 5px;
    border-color: #c0c0c0;
    border-style: double;
    font-weight: bold;
    background-color: #EBEBEB;
    cursor: pointer;
    height: 32px;
}

.SubmitButtonSmall {
    height: 20px;
    width: 50px;
    color: #8F8F8F;
    border-radius: 4px;
    border-width: 2px;
    border-color: #c0c0c0;
    border-style: double;
    font-weight: bold;
    background-color: #EBEBEB;
    cursor: pointer;
}


    .SubmitButton:hover {
        color: white;
        background-color: #012A6C;
    }

a.SubmitButton {
    height: 30px;
    min-width: 100px;
    color: #8F8F8F;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
    border-width: 5px;
    border-color: #c0c0c0;
    border-style: double;
    font-weight: bold;
    background-color: #EBEBEB;
    cursor: pointer;
    height: 32px;
}

    a.SubmitButton:visited {
        color: #8F8F8F !important;
    }

    a.SubmitButton:hover {
        color: white !important;
        background-color: #012A6C;
    }

.PageHeader {
    cursor: default;
    text-align: left;
    margin-top: 8px;
    margin-bottom: -15px;
    font-style: normal !important;
    color: #012a6c !important;
}

.PageForm {
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0px;
}

.FooterTable td {
    padding-left: 10px;
    height: 16px;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    line-height: 170%;
    vertical-align: middle;
}

.SearchCopy {
    width: 280px;
    text-align: left;
    margin: auto;
    margin-left: 840px;
}

#HomeSlides {
    width: 1326px;
    margin: auto;
    text-align: center;
    height: 435px;
}

.slick a {
    text-decoration: none;
}

    .slick a:hover {
        text-decoration: none;
    }

.HomePageSlideCaption {
    height: 53px;
    text-align: left;
    vertical-align: middle;
    width: 1326px;
    background-color: #DEDFE1;
    border-bottom: 1px solid #606060;
    border-top: 1px solid #606060;
}

.HomePageCaption {
    font-weight: bold;
    font-size: 36px;
    display: inline;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    padding-left: 15px;
    color: black;
    margin: 0px;
    height: 100%;
}

.HomePageSlideLink {
    color: black;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 1px solid #606060;
    vertical-align: middle;
}

.HomePageCaption span {
    margin-left: 20px;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
}

@media (max-width: 1344px) {
    .Cart {
            margin-right: 20px;
            border: none;
            width:100%;
        }

    #HomeSections {
        margin-top: 40px;
        width: 1020px;
        text-align:center;        
    }
    .HomeSectionImg {
        width:300px;
        margin-right: 10px;
    }
      .HomeSectionImg img {
            width: 280px;
            height:170px;
        }
    
    .ImageHolder {
        max-height: 151px;
        overflow: hidden;
    }


    .InnerHomeDiv {
        width: 180px;
        margin-left: 26px;
        word-wrap: normal;
    }
    #HomeSlides {
        width: 1020px;
        height: 435px;
    }

    .HomePageCaption {
        font-size: 26px;
    }

    .HomePageSlideCaption {
        width: 1020px;
        height: 40px;
    }

    .HomePageSlideLink {
        font-size: 14px;
    }

    .innerDiv {
        max-width: 1020px;
    }

    .SearchResultsTable {
        width: 700px;
    }

    .FooterSpacer {
        width: 4%;
    }

    .BannerKeywordBox {
        width: 230px;
    }

    .BannerTopRow {
        width: 320px;
    }

    .SearchCopy {
        width: 280px;
        text-align: left;
        margin: auto;
        margin-left: 440px;
    }

    .w1344 {
        display: none;
    }

    .w1000Plus {
        display: block;
        border: 1px solid green;
        width: 1000px;
    }

    .w1000 {
        display: none;
    }

    .w999 {
        display: none;
    }
}

@media (max-width: 3300px) {
    .innerDiv {
        max-width: 1344px;
    }

    .SearchResultsTable {
        width: 1030px;
    }

    .FooterSpacer {
        width: 12%;
    }

    .BannerKeywordBox {
        width: 230px;
    }

    .SocialIconCell {
        margin-left: 35px;
    }

    .BannerTopRow {
        width: 322px;
    }

        .BannerTopRow:nth-child(3) {
            width: 710px;
        }

    .w1344 {
        display: block;
        border: 1px solid blue;
        width: 1344px;
    }

    .w1000Plus {
        display: none;
    }

    .w1000 {
        display: none;
    }

    .w999 {
        display: none;
    }
}


@xmedia (max-width: 999px) {
    #HomeSlides {
        width: 720px;
        height: 230px;
    }

    .HomePageSlideCaption {
        width: 720px;
        height: 34px;
    }

    .HomePageSlideLink {
        font-size: 12px;
    }

    .HomePageCaption {
        font-size: 22px;
    }

    .innerDiv {
        max-width: 720px;
    }

    .SearchResultsTable {
        width: 1030px;
    }

    .FooterSpacer {
        width: 2%;
    }

    .SocialIconCell {
        margin-left: 5px;
    }

    .AvailableNowImage {
        width: 200px;
    }

    .BannerTopRow {
        width: 240px;
    }

    .DouglassLogoImage {
        width: 260px;
    }

    .BannerKeywordBox {
        width: 110px;
    }

    .SearchCopy {
        width: 280px;
        text-align: left;
        margin: auto;
        margin-left: 120px;
    }

    .w1344 {
        display: none;
    }

    .w1000Plus {
        display: none;
    }

    .w1000 {
        display: none;
    }

    .w999 {
        display: block;
        border: 1px solid red;
        width: 500px;
    }

    .FooterTable td {
        font-size: 12px;
    }
}

.ColorPicker {
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
}

.FooterDiv {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.PrinterFooterDiv {
    width:100%;
    display:none;
}
.FooterTableM {
    text-align: center;
}

    .FooterTableM td {
        text-align: center;
        font-size: 18px;
        font-style: italic;
        padding-top: 20px;
    }

    .FooterTableM a {
        text-decoration: none;
        color: black;
    }

        .FooterTableM a:hover {
            text-decoration: none;
            color: blue;
        }

.FooterTable {
    width: 100%;
    margin: auto;
}

    .FooterTable a {
        text-decoration: none;
        color: black;
    }

        .FooterTable a:hover {
            text-decoration: none;
            color: blue;
        }

    .FooterTable img {
        border: solid 1px white;
    }

.FooterLink {
    font-style: normal;
    color: #909090 !important;
}

.FooterTable img:hover {
    border: solid 1px black;
}

.AdminFooterNav {
    width: 700px;
    vertical-align: top;
}

    .AdminFooterNav td {
        vertical-align: top;
    }

    .AdminFooterNav a {
        font-style: normal;
    }

a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
    font-style: normal;
    font-size: 12px;
}

.ContactDouglass:before {
    content: "\1F4E7";
    margin-right: 0.5em;
    font-style: normal;
    font-size: 14px;
}

.MainForm {
    margin: 0px;
    width: 100%;
    text-align: center;
    height: 460px;
}

textarea {
    font-family: Arial;
}

.BannerDiv {
    width: 100%;
    text-align: center;
}

.BannerCell {
    font-size: 20px;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
}

.BannerTable {
    width: 100%;
    height: 110px;
}

    .BannerTable td {
        vertical-align: middle;
    }

.AdvancedSearchLink {
    font-size: 14px;
    text-decoration: underline;
    font-style: normal;
    font-weight: bold;
    color: #909090;
    text-align: right;
    margin-right: 100px;
}

#KeywordSearch {
    border-radius: 12px;
    padding: 4px;
    height: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#KeywordSearchBtn {
    cursor: pointer;
    font-size: 14px;
    border-radius: 12px;
    height: 34px;
    margin-left: -14px;
    border-color: #909090;
}

.NavCell {
    border-top: 2px solid #C9C9C9;
    border-bottom: 2px solid #C9C9C9;
    height: 45px;
}

    .NavCell a {
        font-style: normal;
        color: #012A6C;
        font-weight: normal;
        font-size: 14px;
        margin-right: 14px;
    }

        .NavCell a:hover {
            font-weight: bold;
            margin-right: 12px;
        }

    .NavCell .ActiveNav {
        margin-right: 12px;
        font-weight: bold;
    }

.SearchBar {
    padding-top: 8px;
    padding-left: 18px;
    font-size: 14px;
}

.SearchCriteria {
    display: block;
    cursor: pointer;
}

    .SearchCriteria.NotActive:before {
        content: "\0025BA  ";
    }

    .SearchCriteria.Active:before {
        content: "\0025BD  ";
    }

.SubSearch {
    margin-left: 15px;
    display: none;
    cursor: pointer;
}

.MidSearch.Active:before {
    content: "\0025BD  ";
}

.MidSearch {
    margin-left: 9px;
    cursor: pointer;
}

    .MidSearch:before {
        content: "\0025BA  ";
    }

.PatternMidSearch.Active:before {
    content: "\0025BD  ";
}

.PatternMidSearch {
    margin-left: 9px;
    cursor: pointer;
}

    .PatternMidSearch:before {
        content: "\0025BA  ";
    }

.Fan {
    z-index: -1;
    cursor: pointer;
    position: absolute;
    display: none;
    margin-left: 90px;
    margin-top: -15px;
}

.circle {
    position: absolute;
    display: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: #909090 4px solid;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 1;
    /* width and height can be anything, as long as they're equal */
}

.ColorCard {
    transition: all .8s ease-in-out;
    transform-origin: 95% 18%;
    position: absolute;
    top: 620px;
    left: -510px;
    width: 620px;
    height: 150px;
    background: #D2D3D5;
    border: 4px solid #D2D3D5;
    border-left: 20px solid #D2D3D5;
    border-radius: 18px 18px 18px 18px;
    box-shadow: -1px -3px 2px #888888;
}

.color {
    content: '';
    display: block;
    height: 100%;
    cursor: crosshair;
    margin-right: 6px;
    position: relative;
    cursor: crosshair;
}

.ColorCard {
    transform: rotate(90deg);
}

    .ColorCard:nth-of-type(1) {
        z-index: -1;
        display: none;
    }

    .ColorCard:nth-of-type(2) {
        z-index: -2;
    }

    .ColorCard:nth-of-type(3) {
        z-index: -3;
    }

    .ColorCard:nth-of-type(4) {
        z-index: -4;
    }

    .ColorCard:nth-of-type(5) {
        z-index: -5;
    }

    .ColorCard:nth-of-type(6) {
        z-index: -6;
    }

    .ColorCard:nth-of-type(7) {
        z-index: -7;
    }

    .ColorCard:nth-of-type(8) {
        z-index: -8;
    }

    .ColorCard:nth-of-type(9) {
        z-index: -9;
    }

    .ColorCard:nth-of-type(10) {
        z-index: -10;
    }

    .ColorCard:nth-of-type(11) {
        z-index: -11;
    }

.AdminButton {
    border: solid 1px #012A6C;
    background-color: white;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
    font-style: normal;
}

    .AdminButton:hover {
        text-decoration: none;
        background-color: #606060;
        color: white;
        border: solid 1px #009900;
    }

.ButtonCell {
    height: 26px;
    text-align: center;
}

.cke_editable p{margin-top:0px;margin-bottom:0px;
}



@media (max-width: 400px) {
    #HomeSections {
        width:100%;
        padding-bottom:10px;
        margin-bottom:40px;
    }

    .HomeSectionImg {
        display:block;
        width:100%;
        margin-bottom:20px;
        text-align:center;
    }
    
     .HomeSectionImg img {
            width: 95%;
            max-height:95%;
        }
}

@media (max-width: 550px) {
    #HomeSections {
        width:100%;
        padding-bottom:10px;
        margin-bottom:40px;
    }

    .HomeSectionImg {
        display:block;
        width:100%;
        margin-bottom:20px;
        text-align:center;
    }
    
     .HomeSectionImg img {
            width: 402px;
            height:258px;
        }
}
