﻿html, body {
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    background-color: #eeeeee;
    min-height: 100vh;
}
img, object, embed, video, table, iframe {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #003e7e;
    font-weight: bold;
}



/* SPACING/ALIGNMENTS */
.BOX_Pad { padding: 1rem; }
.BOX_PadLR { padding: 0 1rem; }
.BOX_PadTB { padding: 1rem 0; }
.BOX_Off { margin: 1rem; }
.BOX_OffLR { margin: 0 1rem; }
.BOX_OffTB { margin: 1rem 0; }

.FLOAT_L { float: left !important; }
.FLOAT_R { float: right !important; }
.TXT_L { text-align: left; }
.TXT_C { text-align: center; }
.TXT_R { text-align: right; }
.TXT_B { font-weight: bold; }
.TXT_I { font-style: oblique; }
.TXT_Sm { font-size: .75rem; }
.TXT_Lg { font-size: 1.5rem; }



/* STRUCTURE/LAYOUT */
.COL_X, .COL_25, .COL_33, .COL_50, .COL_66, .COL_75, .COL_100 {
    float: left;
    margin: 0;
    padding: 0;
}
.COL_25 { width: 25%; }
.COL_33 { width: 33.3333%; }
.COL_50 { width: 50%; }
.COL_66 { width: 66.6666%; }
.COL_75 { width: 75%; }
.COL_100 { width: 100%; }
.ROW_New { clear: both; }
.ROW_Half {
    display: none;
    clear: both;
}




/* BOXES */
#BOX_Head {
    padding: 1rem 0 0 0;
    background-color: #ffffff;
    color: #2874ca;
}
#BOX_HeadLite {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 2px solid rgba(200, 200, 200, .5);
    z-index: 99;
}
    #BOX_HeadLiteInner {
        background-color: #ffffff;
        border-bottom: 2px solid rgba(200, 200, 200, .8);
        height: 40px;
        padding: .5rem 0;
    }
#BOX_HeadLiteMenu, #BOX_HeadLiteSearch {
    position: fixed;
    display: none;
    left: 5vw;
    top: 5vh;
    width: 90vw;
    max-width: 600px;
    max-height: 90vh;
    overflow: auto;
    background-color: #dddddd;
    border: 1px solid rgba(0, 62, 126, 1);
    border-bottom: .5rem solid rgba(0, 62, 126, 1);
    z-index: 1000;
}
    #BOX_HeadLiteSearch { left: auto; right: 5vw; }
    #BOX_HeadLiteMenuInner, #BOX_HeadLiteSearchInner {
        display: block;
        color: rgba(0, 62, 126, 1);
        padding: 0 1rem 1rem 1rem;
    }
    #BOX_HeadLiteLogo {
        float: left;
        margin-left: 5px;
    }
    #BTN_HeadLiteSearch {
        display: none;
    }
    #BOX_HeadLampSearch {
        padding: .5rem;
        text-align: right;
    }
#BOX_Body {
    min-height: 50vh;
    background-color: #eeeeee;
    position: relative;
}
.BOX_MainCol {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    min-width: 320px;
    max-width: 100%;
}
.BOX_Content {
    position: relative;
    margin: 0 .5rem 1rem .5rem;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: .5rem solid #dddddd;
    word-wrap: break-word;
}
    .BOX_Content.Abridged, .BOX_Abridged {
        position: relative;
        overflow: hidden;
        border-bottom: none;
    }
    .BOX_Content.Abridged .BTN_More, .BOX_Abridged .BTN_More {
        position: absolute;
        padding: .5rem;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%);
        text-align: center;
        text-decoration: none;
    }
        .BOX_Content.Abridged .BTN_More span, .BOX_Abridged .BTN_More span {
            padding: 0 1rem;
            background-color: #2774c9 ;
            color: #dddddd;
            text-decoration: none;
            border-radius: .5rem;
        }
        .BOX_Content.Abridged .BTN_More:hover span, .BOX_Abridged .BTN_More:hover span {
            color: #ffffff;
        }
.BOX_SpectrumBand {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #373737;
}
    .BOX_SpectrumBand .IMG_SpectrumBand {
        float: left;
        width: 100%;
        height: .5rem;
        transition: all 2s;
        opacity: 0.0;
        filter: alpha(opacity=0);
    }
#BOX_Foot {
    display: block;
    background-color: #999999;
    color: #333333;
    font-size: .7rem;
}
    #BOX_Foot a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }
#BOX_Floor {
    display: block;
    padding: 1rem;
    background-color: #999999;
    color: #333333;
    text-align: center;
}
.BOX_SocialButtons {
    padding: 0 1rem;
}
    .BOX_SocialButtons a {
        display: inline !important;
        padding: 1px !important;
        background: none !important;
    }
    .BOX_SocialButtons a:hover {
        background: none !important;
    }
    .BOX_SocialButtons img {
        width: 32px;
    }
#BOX_ImgZoom {
    position: fixed;
    display: block;
    left: 20vw;
    top: 10vh;
    width: 60vw;
    height: 80vh;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    background-color: #cccccc;
    color: #333333;
    cursor: move;
    z-index: 100;
}
    #BOX_ImgZoom .BTN_Close {
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 2rem;
        height: 2rem;
        border: 1px solid #666666;
        border-radius: 1rem;
        background-color: #cccccc;
        color: #333333;
        text-align: center;
        font-size: 1.25rem;
    }
        #BOX_ImgZoom .BTN_Close:hover, #BOX_ImgZoom .BTN_Close.Active {
            background-color: #aaaaaa;
        }
.BOX_CategoriesList {
    margin: 0;
    text-align: center;
}
.BOX_CategoriesList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .BOX_CategoriesList ul li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase;
    }
        .BOX_CategoriesList ul li a {
            display: inline-block;
            margin: 0 1rem;
            padding: 1px 2rem;
            color: #2874ca;
        }
            .BOX_CategoriesList ul li a:hover, .BOX_CategoriesList ul li a.Active {
                background-color: #2874ca;
                color: #ffffff;
            }
            .BOX_CategoriesList ul li ul li a {
                margin: 0 0 0 1rem;
                color: #373737;
            }
#BOX_FeatureCarousel {
    position: relative;
    display: inline-block;
}
    #BOX_FeatureCarousel img {
        width: 100%;
        height: auto;
    }
    #BOX_FeatureCarousel .BOX_Slide {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 500ms;
    }
.BOX_ProductListing {
    position: relative;
}
    .BOX_ProductListing .BTN_SmallPill {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
    }
        .BOX_ProductListing:hover .BTN_SmallPill {
            display: initial;
        }
.BOX_FadeRuleA {
    clear: both;
    border-bottom: 2px solid #cccccc;
}
.BOX_FadeRuleB {
    clear: both;
    border-bottom: 2px solid #dddddd;
}
.BOX_FormLabel {
    float: left;
    width: 25%;
    text-align: right;
}
.BOX_FormField {
    float: left;
    width: 75%;
    padding-bottom: .5rem;
}
    .BOX_FormField * {
        margin-left: 2%;
    }
.BOX_Ratings {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 16px;
    background-image: url("/Graphics/rating_stars_off.png");
    overflow: hidden;
}
    .BOX_Ratings .Stars {
        margin: 0;
        padding: 0;
        width: 80px;
        height: 16px;
        background-image: url("/Graphics/rating_stars_on.png");
        overflow: hidden;
    }
.BOX_Bulletin {
    margin: 0 .5rem 1rem .5rem;
    text-align: center;
}

    .BOX_Bulletin .LAB_BulletinHead {
        display: block;
        padding: .1rem;
        background-color: #aa0000;
        color: #ffffff;
        font-weight: bolder;
        font-size: 1.1rem;
        line-height: 1;
    }

    .BOX_Bulletin .BOX_BulletinBody {
        display: block;
        padding: 1rem;
        background-color: #dddddd;
        color: #000000;
        line-height: 1;
    }




/* LISTS */
.LST_Categories {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
    .LST_Categories li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .LST_Categories li a {
            display: inline-block;
            margin: 0 .5rem;
            padding: .1rem 1rem;
            border: .1rem solid #aaaaaa;
            background-color: #dddddd;
            color: #000033;
        }
            .LST_Categories li a:hover, .LST_Categories li a.Active {
                background-color: #aaaaaa;
            }
.LST_Products {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .LST_Products li {
        margin: .1rem;
        padding: .2rem 0;
        list-style: none;
        border-bottom: 1px solid #777777;
    }
.LST_ProductImages {
    margin: 1rem;
    padding: 0;
    list-style: none;
}
    .LST_ProductImages li {
        display: inline;
        margin: .1rem;
        padding: .2rem 0;
        list-style: none;
    }
        .LST_ProductImages li a {
            display: inline-block;
            border: 1px solid #777777;
            cursor: zoom-in;
        }
            .LST_ProductImages a:hover, .LST_ProductImages a.Active {
                border: 1px solid #003377;
            }
        .LST_ProductImages li a img {
            float: left;
            max-height: 8rem;
        }



/* LABELS */
.LAB_Feedback {
    display: block;
    padding: 2px 5px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    z-index: 100;
}
.LAB_Head {
    display: block;
    margin: 0 0 .5rem 0;
    padding: 0;
    color: #003e7e !important;
    font-size: 1.20rem;
    font-weight: bold;
    border-bottom: 1px solid #003e7e;
    text-decoration: none;
}
.LAB_SubHead {
    display: block;
    margin: 0 0 .5rem 0;
    padding: 0;
    color: #aaaaaa !important;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    clear: both;
}
.LAB_DigitalDownload {
    color: #373737;
    font-size: .75rem;
    text-transform: uppercase;
}
.LAB_LightBlue {
    color: #2874ca;
}
.LAB_RatingScore {
    font-weight: bold;
    font-size: .8rem;
}


/* BUTTONS */
.BTN_ActionHeadLite {
    float: left;
    margin: .1rem;
    padding: .2rem 1rem;
    width: 130px;
    background-color: #ffffff;
    color: rgba(0, 62, 126, 1);
    border: 1px solid #dddddd;
    text-decoration: none;
}
    .BTN_ActionHeadLite:first-letter {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .BTN_ActionHeadLite:hover, .BTN_ActionHeadLite.Active {
        background-color: rgba(0, 62, 126, 1);
        color: #ffffff;
    }
.BTN_AddToCart {
    display: inline-block;
    margin: 0 .1rem;
    padding: 0 .5rem;
    border: .1rem solid #0066ff;
    background-color: #66ccff;
    color: #003377;
    font-weight: bold;
    font-size: .75rem;
}
    .BTN_AddToCart:hover, .BTN_AddToCart.Active {
        border: .1rem solid #003377;
    }
.BTN_Checkout {
    display: inline-block;
    margin: 0 .1rem;
    padding: 0 .5rem;
    border: .1rem solid #ff6600;
    background-color: #ff9933;
    color: #003377;
    font-weight: bold;
    font-size: .75rem;
}
    .BTN_Checkout:hover, .BTN_Checkout.Active {
        border: .1rem solid #003377;
    }
.BTN_Delete {
    display: inline-block;
    margin: .1rem;
    padding: .1rem .3rem;
    border-radius: .75rem;
    background-color: #ffaaaa;
    color: #ff0000;
    font-size: .75rem;
}
    .BTN_Delete:hover, .BTN_Delete.Active {
        background-color: #ffdddd;
    }
.BTN_SmallPill {
    display: inline-block;
    padding: 0 .5rem;
    border: none;
    border-radius: .7rem;
    background-color: #2874ca;
    color: #ffffff;
    font-size: .7rem;
    font-weight: bold;
    cursor: pointer;
}
.BTN_LargePill {
    display: inline-block;
    padding: .1rem .75rem;
    border: none;
    border-radius: 1rem;
    background-color: #2874ca;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.BTN_XLPill {
    display: inline-block;
    padding: .2rem 1rem;
    border: none;
    border-radius: 1rem;
    background-color: #2874ca;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.BTN_ProductLink {
    display: block;
    margin: 1rem 2px 0 2px;
    padding: 1rem;
    border: 1px solid #eeeeee;
    color: #373737;
}
    .BTN_ProductLink:hover {
        background-color: #ffffff;
    }
    .BTN_ProductLink .BOX_ProdName {
        min-height: 4.5rem;
        color: #2874ca;
        text-align: center;
    }
    .BTN_ProductLink .BOX_ProdThumb {
        padding: .2rem 0;
        width: 100%;
        height: 8rem;
        text-align: center;
    }
    .BTN_ProductLink .BOX_ProdPrice {
        font-size: 1.25rem;
        color: #2874ca;
        text-align: center;
        font-weight: bold;
    }
.BTN_ProductAdLink {
    display: block;
    margin: 1rem 2px 0 2px;
    background-color: #eeeeee;
    color: #373737;
    font-size: 1.2rem;
}
    .BTN_ProductAdLink:hover {
        background-color: #ffffff;
    }
    .BTN_ProductAdLink h2 {
        margin: 0;
        padding: 2px;
        text-align: center;
        font-size: 1.25rem;
        background-color: #2874ca;
        color: #ffffff;
    }
.BTN_HeadAction {
    display: block;
    margin: .2rem;
    padding: 2px 5px;
    background-color: #003e7e;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
}
    .BTN_HeadAction:hover {
        background-color: #ffffff;
        color: #003e7e;
    }
.BTN_Action {
    display: inline-block;
    margin: 2px;
    padding: 1px 1rem;
    background-color: #2774c9 !important;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    border: none;
}
    .BTN_Action:hover, .BTN_Action.Active {
        background-color: #003e7e !important;
    }
.BTN_ActionSmall {
    float: right;
    margin: 1px 0 1px .5rem;
    padding: 2px 8px !important;
    background-color: #666666 !important;
    color: #dddddd !important;
    font-size: .6rem;
    text-decoration: none;
    border-radius: .5rem;
    border: none;
}
    .BTN_ActionSmall:hover {
        background-color: #333333 !important;
        color: #ffffff !important;
    }
    .BTN_ActionSmall img {
        vertical-align: text-top;
    }
.BTN_Tag {
    display: inline-block;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none;
    color: #999999;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: .8rem;
}
    .BTN_Tag:hover {
        background-color: #666666;
        color: #cccccc;
    }
#DDL_SortBy {
    position: absolute;
    right: 1rem;
    margin-top: -2rem;
}



/* IMAGES */
.IMG_ProdThumb {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}
.IMG_ProdThumbSm {
    float: right;
    margin: 0.5rem;
    max-width: 50%;
    max-height: 2.5rem;
    border: none;
}



/* Tablet screens, 640-990 */
@media (max-width: 989px) {
	.COL_25, .COL_75 { width: 50%; }
    .ROW_Half { display: block; }
    .BOX_FormLabel { width: 33.3333%; }
    .BOX_FormField { width: 66.6667%; }
}



/* Phone, 320-640 */
@media (max-width: 639px) {
	.COL_X, .COL_25, .COL_33, .COL_50, .COL_66, .COL_75 { width: 100%; }
    #BOX_HeadLite { display: block !important; }
    #BOX_HeadLiteLogo {
        float: none;
        text-align: center;
    }
    #BTN_HeadLiteSearch {
        display: block;
    }
    #BOX_HeadLampSearch {
        display: none;
    }
    #BOX_LogoMain { display: none; }
    #BOX_SearchMain { display: none; }
    #BOX_NavMain { display: none; }
    .BOX_FormLabel { width: 100%; text-align: left; }
    .BOX_FormField { width: 100%; }
}
