/* CSS Document */

html, body {
    height: 100%;
}

body {
    margin: 0px auto 0px auto;
    padding: 0;
    color: #666666;
    background-color: #FFFFFF;
    background-image: url(/graphics/common/header-bg.png);
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
}

.clearall {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height: 0px;
}

a {
    /*	color:#000000;*/
    color: #666666;
    text-decoration: none;
}

    a:hover {
        color: #666666;
        text-decoration: none;
    }

.a-selected {
    color: #666666;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    /*	padding-top:10px;*/
    padding-bottom: 10px;
    line-height: 18px;
}

ul {
    line-height: 18px;
}

h1 {
    font-size: 24px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 20px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.blog_list h2 a {
    color: #666;
    text-decoration: none;
}

h3 {
    font-size: 18px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 16px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

h5 {
    font-size: 14px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-body.mc h1 a {
    font-size: 24px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-body.mc h2 a {
    font-size: 20px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-body.mc h3 a {
    font-size: 18px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-body.mc h4 a {
    font-size: 16px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-body.mc h5 a {
    font-size: 14px;
    color: #E0001A;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}


img {
    border: none;
}

#slideshow_prev {
    width: 30px;
    height: 29px;
    background-image: url(/graphics/slider/prevSlide.jpg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    z-index: 2000 !important;
    cursor: pointer;
    display: none;
}

#slideshow_next {
    width: 30px;
    height: 29px;
    background-image: url(/graphics/slider/nextSlide.jpg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0px;
    z-index: 2000;
    cursor: pointer;
    display: none;
}

#btnPrev {
    width: 30px;
    height: 15px;
    background-image: url(/graphics/slider/btnPrev1.jpg);
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2000 !important;
    cursor: pointer;
}

#btnNext {
    width: 30px;
    height: 15px;
    background-image: url(/graphics/slider/btnNext1.jpg);
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 2000;
    cursor: pointer;
}

span.header-link {
    width: 100%;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}

#cookie_banner {
    width: 940px;
    background: #f0f0f0;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    margin: 10px 0;
    float: left;
}

    #cookie_banner p {
        padding: 0;
    }

    #cookie_banner a {
        text-decoration: underline;
    }

    #cookie_banner .left {
        float: left;
    }

    #cookie_banner .right {
        float: left;
    }

    #cookie_banner .left img {
        position: relative;
        top: 3px;
        margin-right: 40px;
    }

#request-quote-wrapper h3 a {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.convert_wrap {
    float: left;
    position: relative;
}

    .convert_wrap .convert {
        display: inline-block;
        background: #f2f2f2;
        border: 1px solid #e6e6e6;
        text-decoration: none;
        padding: 5px 8px 5px 28px;
        border-radius: 4px;
        position: relative;
        line-height: 18px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }

        .convert_wrap .convert:before /*,
.convert_wrap .convert_popover a:before*/ {
            content: "";
            width: 18px;
            height: 18px;
            display: block;
            background: url(/graphics/icons/currency.png) no-repeat center top;
            position: absolute;
            left: 5px;
        }

    .convert_wrap .convert_popover {
        width: 100%;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        position: absolute;
        top: 46px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.2);
        transition: all .2s ease-out;
        transform: translateY(10px);
        visibility: hidden;
        opacity: 0;
        font-size: 1.1em;
    }

        .convert_wrap .convert_popover.active {
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
        }

        .convert_wrap .convert_popover:before,
        .convert_wrap .convert_popover:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .convert_wrap .convert_popover:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px;
        }

        .convert_wrap .convert_popover:before {
            border-color: rgba(230, 230, 230, 0);
            border-bottom-color: #e6e6e6;
            border-width: 11px;
            margin-left: -11px;
        }

        .convert_wrap .convert_popover a {
            display: none;
            padding: 5px 8px;
            text-decoration: none;
            line-height: 18px;
            position: relative;
        }

            .convert_wrap .convert_popover a.loading,
            .convert_wrap .convert_popover a.close {
                display: block;
            }

        .convert_wrap .convert_popover.loaded a.currency {
            display: block;
        }

        .convert_wrap .convert_popover.loaded a.loading {
            display: none;
        }

        .convert_wrap .convert_popover a:hover {
            background: #F7F7F7;
        }

        .convert_wrap .convert_popover a.close {
            background: #f2f2f2;
        }

            .convert_wrap .convert_popover a.close:hover {
                background: #EFEFEF;
            }

.content-body .shipping-more-info {
    text-decoration: none;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#shipping-modal {
    width: 600px;
    padding: 30px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

    #shipping-modal .close {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 2;
        font-size: 16px;
    }

.section-tab {
    border-bottom: 1px solid #e1001a;
    margin-top: 20px;
}

    .section-tab span {
        background-color: #e1001a;
        color: white;
        padding: 8px 15px;
        font-size: 14px;
        display: inline-block;
    }

.category-item-title {
    background-color: #f0f0f0;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    border-top: 0px;
}

#btnPriceMatch {
    display: block;
    cursor: pointer;
}

.popup-form label {
    display: block;
    font-weight: bold;
}

.popup-form input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.btn-quote {
    background-color: #e1001a;
    padding: 8px 18px;
    color: white;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform-style: preserve-3d;
    z-index: -10;
    opacity: 0;
}

    .popup.active {
        opacity: 1 !important;
        z-index: 100000;
    }

.popup-inner {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    background: white;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

body.popup-active:before {
    content: '';
    position: fixed;
    z-index: 1000;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.78);
}

.popup.active .popup-inner {
    top: 100px;
    opacity: 1;
    transition: 0.4s ease top,0.4s ease opacity;
}

.p-head {
    background-color: #e1001a;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

span.top-right {
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0px; */
}

.p-head span {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.form-input {
    width: 221px;
    margin-bottom: 10px;
    height: 30px;
    border: 1px solid #d2d2d2;
    padding-left: 5px;
    margin-top: 10px;
}

.btn-quote:hover {
    background-color: red;
}

a.btn-poa {
    background-color: black;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.p-body {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.p-head span i {
    margin-left: 5px;
}

.form-input {
    width: 221px;
    margin-bottom: 5px;
    height: 30px;
    border: 1px solid #d2d2d2;
    padding-left: 5px;
    margin-top: 5px;
}

.text-right {
    text-align: right;
}

.red {
    color: #E0001A;
}

.p-subtitle {
    margin-bottom: 5px;
}

.alert-message {
    padding: 15px;
    background: #e1001a;
    color: #FFF;
    font-size: 24px;
    text-align: center;
}