﻿
.sitenotice {
    color: white;
    background-color: #cc1001;
    color: black;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: dashed
} 

/*.scInsertionHandleCenter {
    height: 23px !important;
}

.modal.more-info h1, .modal.more-info h2, .modal.more-info h3 { 
    margin-top: 0;
}

.image-container {
}

.image-wrapper {
    margin: 10px 5px 10px 10px;
}

    .image-wrapper img {
        float: none;
        margin: 0 auto 0 auto;
        display: block;
    }

    .image-wrapper .caption {
        font-style: normal;
        font-weight: bold;
        text-align: center;
    }

h2.subheader a {
    color: #ffffff !important;
}

.manual a:after {
    position: relative;
    padding-left: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
}

.manual--variation a:after {
    top: 1px;
    color: #cd0307;
    content: '\f0da';
}


#search h5 {
    font-size: 14px;
    color: #1e5f90;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#formsearch {
    background-color: #efefef;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 7px;
    -webkit-border-radius: 7px;
    border-radius: 3px;
    padding: 20px 10px 10px;
    width: 527px;
    margin-bottom: 10px;
}

.question {
    width: 33em;
}

.result-item {
    margin-bottom: 15px;
}

.result-item-title {
    font-weight: bold;
}

.result-item-text {
}

.lvl-0 {
}

.lvl-1 {
    background-color: #ffffb4;
    padding-left: 2px;
    padding-right: 2px;
}

.lvl-3 {
    font-weight: bold;
    background-color: #ffffb4;
}

label.required:before {
    content: "* ";
    color: red;
}

.g-pt-220 {
    padding-top: 15.92857rem !important;
}

.logo.brand {
    width: 100%;
}





lines around items (landing and model listing)

.model-item {
    padding: 20px;
}

    .model-item:before {
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        border-top: 1px solid #bebebe;
        content: '';
    }

    .model-item:after {
        position: absolute;
        right: 0;
        top: 20px;
        height: 275px;
        border-right: 1px solid #bebebe;
        content: '';
    }

    .model-item:nth-child(3n):after {
        content: none;
    }



.clean-wrap .model-item:nth-child(3n+4) {
    clear: both;
}



 quick find stuff 
.quick-find .button {
    display: inline-block;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
    cursor: pointer;
    text-align: left;
    line-height: 16px;
    padding-bottom: 7px;
    font-size: 13px;
}

    .quick-find .button:before {
        font-family: FontAwesome;
        content: "\f111";
        display: inline-block;
        padding-right: 6px;
        opacity: 0.3;
    }

    .quick-find .button:hover {
        color: #222;
    }

    .quick-find .button:active,
    .quick-find .button.is-checked {
        color: #cc1001;
    }

    .quick-find .button.is-checked {
        content: "\f058";
    }

        .quick-find .button.is-checked:before {
            color: #cc1001;
            font-family: FontAwesome;
            content: "\f058";
            display: inline-block;
            padding-right: 6px;
            opacity: 1;
        }

    .quick-find .button:active {
        color: #cc1001;
    }*/
