:root {
    /*  use this section to create color themes for this style sheet		*/
    /*  example:															*/
    /*			--blue:  #1e90ff;											*/
    /*			--white: #ffffff;											*/
    /*         put inside this tag                                          */
    /*                      var(--blue)											*/
    /*																		*/
    /*  you can now use these gloably declared variables inside an element	*/
    /*  example:															*/
    /*			.container { background-color: var(--blue) }				*/
    /*																		*/
    --black: #000000;
    --gold: #e9bd43;
    --gray: #333333;
    --white: white;
    --lightGray: lightgray;
}

#Content {
    height: 100%;
    width: 99%;
    position: static;
    font-size: 9pt;
    text-align: left;
    margin: 0;
}

#Content a {
    background: #e6e6e3;
    font-weight: normal
}

    #Content a.breadcrumbs {
        font-size: 18pt;
        text-decoration: none;
        background: transparent;
        font-weight: normal;
    }

    #Content A:Hover {
    }

#Content H3 {
}

#Content .button {
}

    #Content .button:hover {
    }

    #Content .button:visited {
    }

#Content .ViewCartButton {
}

    #Content .ViewCartButton:hover {
    }

#Content .finePrint {
}

    #Content P {
        display: block;
        margin: 4px;
        width: fit-content;
    }

Content p.tile p.productName, #contectArea p.tile p.ColAndColor, #Content P.tile p.manufacturer, #Content P.tile p.price, #Content P.tile p.otherFinishes {
    display: block;
    font-size: 14pt;
}

#Header a img {
    width: 150px;
    height: 150px;
}

#Menu {
    width: auto;
}

#supercenters A {
}

    #supercenters A:hover {
    }


/*--------------start left col--------------------*/
#leftCol {
    background-color: var(--black);
    width: 20%;
    display: block;
    /*float: left;*/
    margin: 0;
    height: inherit;
    padding:0;
}

    #leftCol h3 {
        font-size: 18px;
        background-color: var(--gold);
    }

    #leftCol a.LeftColHeader {
        font-size: x-large;
    }

#LeftMenu1 {
    background-color: var(--gold);
}

    #LeftMenu1 p {
        background-color: var(--gold);
    }

    #LeftMenu1 A {
        background-color: var(--gold);
        font-size: 18px;
        color: var(--black);
    }

        #LeftMenu1 A:hover {
            background-color: var(--white);
            color: var(--black);
            font-weight: bold;
        }

    #LeftMenu1 H3 A {
        background-color: var(--gold);
        font-size: 18px;
        color: var(--black);
    }

        #LeftMenu1 H3 A:hover {
        }

    #LeftMenu1 H3 {
        color: var(--black);
    }

        #LeftMenu1 H3 A {
            color: var(--black);
        }

#LeftMenu2 {
    background-color: var(--gold);
}

    #LeftMenu2 p {
        background-color: var(--gold);
    }

    #LeftMenu2 A {
        color: var(--black);
    }

        #LeftMenu2 A:hover {
            background-color: var(--white);
            color: var(--black);
            font-weight: bold;
        }

    #LeftMenu2 H3 A {
        background-color: var(--gold);
        font-size: 18px;
        color: var(--black);
    }

        #LeftMenu2 H3 A:hover {
            background-color: var(--gold);
        }

    #LeftMenu2 H3 {
    }

#leftMenu3 {
}

    #leftMenu3 A {
    }

        #leftMenu3 A:hover {
            background-color: var(--gold);
        }

    #leftMenu3 H3 {
    }

        #leftMenu3 H3, #leftMenu3 H3 A, #leftmenu3 h3 a:hover {
        }

#services {
    width: 20%;
}
/*--------------end left col--------------------*/

/*--------------start center--------------------*/
#centerCol {
    display: block;
    width: 60%;
    height:100%;
}

    #centerCol h5 {
    }

/*----------splash screen--------------------*/

#centerColSplash {
    width: 70%;
    position:relative;
    display:contents;
    height:inherit;
}

#centerColSplash iframe {
    width:100%;
    height:100%;
}
#centerHeader {
    display: none;
}
#splashScreen {
    display:inline-block;
    width:80%;
}

/*-----------end splach screen------------------*/

#choiceList {
    position: relative;
    text-align: center;
    width: 100%;
}

    #choiceList p {
    }

        #choiceList p.catTile a img {
            width: 200px;
            height: auto;
        }

        #choiceList P.catTile a {
            font-size: 18pt;
            background: var(--white);
        }

            #choiceList P.catTile a:hover {
                font-weight: bolder;
                font-size: 19pt;
                background: var(--lightGray);
            }

    #choiceList h3 {
    }

    #choiceList .catTile {
        display: inline-block;
    }

#SearchResults {
}

    #searchResults P.tile {
        Margin-bottom: 2px;
        width: 400px;
        height: 500px;
        vertical-align: top;
        margin: 3px;
        display: inline-block;
    }

    #searchResults img {
        width: 300px;
        height: 300px;
    }

        #searchResults img.cartButton {
            width: 20px;
            height: 20px;
        }

    #searchResults h5 {
        font-size: medium;
        padding: 3px;
        margin: 2px;
    }

#ProductDetail {
}

    #productDetail h5 {
    }
#ProductDescription {
    display:block;
    font-size:larger;
    color:crimson;
}

#TABS a {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--lightGray);
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    color: #333;
    font-family: Arial, sans-serif;
}

    #TABS a:hover {
        background-color: #e0e0e0;
    }

#ItemInformation {
}

#basicInfo {
}

    #basicInfo tr.odd {
        background-color: var(--gray);
        color: var(--gold);
        font-weight: bolder;
        padding: 2px;
        margin: 2px;
    }

    #basicInfo tr.even {
        background-color: var(--lightGray);
        color: var(--black);
        font-weight: bold;
    }

#Thumbnails {
}
/*Addtional Images Box*/

#productCollection {
}

    #productCollection h3 {
    }


#productChildren {
}

/*----------------start right column-----------------*/

#rightColumn {
    padding: 0;
    display: block;
    width: 20%;
    float:inline-end;
    position:relative;
}

    #rightColumn A {
    }

    #rightColumn .viewCartButton {
    }

#AddToCartBox {
    width: 300px;
    margin: 0 auto;
}

    #AddToCartBox H3 {
    }

    #AddToCartBox A {
    }

        #AddToCartBox A:hover {
        }

#SearchBox {
}

    #SearchBox P {
    }

    #searchBox Input {
    }

    #searchBox Select {
    }

    #searchBox Input.button {
    }

    #searchBox Select {
    }

    #searchbox FORM {
    }

    #searchBox IMG {
    }

    #searchBox .button {
    }

        #searchBox .button:hover {
        }

    #searchBox h3 {
    }

    #searchBox .rangeFrom, #searchBox .rangeTo {
        width: 20%;
    }

    #searchbox .fieldTitle {
    }

#searchFormDiv {
}

#searchForm {
    width: 100%;
}

    #searchForm select {
        width: 50%;
    }

    #searchForm .rangeFrom, .rangeTo{
        width:40px;
    }

/*---------------end right column-------------*/


/*pad inputs on form w/o padding the h3*/

#RelatedProducts {
}


/*---------------ebd center------------------*/
#Cart {
}

    #Cart H2 {
    }

#CartTable {
}

    #CartTable TD {
    }

    #CartTable IMG {
    }

    #cartTable A:hover {
    }

        #cartTable A:hover IMG {
        }

    #CartTable .Header {
    }

        #CartTable .Header TD {
        }

    #CartTable .totalCell {
    }

    #CartTable .removelink {
    }

    #CartTable .itemCell {
    }

    #cartTable .button {
    }

        #cartTable .button:visited {
        }

        #CartTable .button:hover {
        }

#LargerImageOut {
}

#LargerImageMid {
}

#LargerImageInner {
}

#footer {
    display:block;
}

    #footer a, #footer a:visited, #footer a:hover {
    }

        #footer a:hover {
        }

        #footer a:hover {
        }





/*messing around with CSS*/

.mainProductImage {
}

/* New media query for larger screens */

@media (max-width: 660px) {
    #Content {
        z-index:100;
        display:flex;
        width:660px;
    }
    #rightColumn {
        display: none;
    }
    #mHeader {
        display: inline;
        float: left;
    }
    #centerColSplash {
        width:auto;
        outline:1px solid red;
    }
    #splashScreen {
        width: 70%;
        display:inline-flex;
    }

    #leftCol {
        width: 30%;
    }
    #leftCol img{
        width:30%;
    }

    #searchResults {
        width: 90%;
    }
}

@media (min-width: 661px) {
    #mHeader {
        display: none;
    }

}
