html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background-image: url("../images/silver-gradient.gif");
}

header,
footer {
    width: 85%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1600px) {
    header,
    .main-content,
    footer {
        min-width: 100%;
    }
}

.footer {
    height: 200px;
    width: 100%;
}

    .footer > div {
        height: 100%;
        background-color: RGBA(0, 0, 0, 0.2);
        width: 100%;
    }

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

td {
    vertical-align: top;
}

body, td, th {
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
}

hr {
    border-top-color: #959595;
}

header > nav {
}

header > div {
    width: 100%;
}

header > nav > ul {
    display: block;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.9)); /* Standard syntax */
    font-size: 0;
    margin-bottom: 0;
}

    header > nav > ul > li {
        display: inline-block;
        height: 100%;
        font-size: 18px;
        color: white;
        vertical-align: top;
        height: 55px;
    }

header .nav-options {
    width: 100%;
}

    header .nav-options > div {
        display: inline-block;
        width: 100px;
        vertical-align: middle;
        text-align: center;
        float: right;
        height: 45px;
        margin-top: 5px;
        margin-right: 15px;
    }

        header .nav-options > div > a {
            color: white;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            margin-top: 9px;
        }


header > div > img {
    width: 100%;
    display: block;
}

.float-none {
    float: none;
}

.padding-none {
    padding: 0;
}

.main-content {
    color: black;
    background-color: white;
    font-size: 16px;
    line-height: 18px;
    width: 85%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    padding-bottom: 200px;
    padding-top: 20px;
    margin-bottom: -200px;
}

.content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.product-search-form {
    font-size: 0;
    width: 90%;
    max-width: 600px;
}

    .product-search-form > input {
        display: inline-block;
        font-size: 16px;
        height: 36px;
        border-radius: 5px;
        width: 100%;
        font-weight: 600;
    }

        .product-search-form > input:nth-child(1) {
            padding-left: 10px;
            margin-top: 15px;
        }

        .product-search-form > input:nth-child(2) {
            margin-top: 10px;
        }

.acc-btn-default {
    width: 100px;
    height: 35px;
    background: -webkit-linear-gradient(left, rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.7))!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.7))!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.7))!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.7)) !important; /* Standard syntax */
    color: white !important;
    font-size: 16px;
    vertical-align: top;
}

.add-to-cart-btn {
    width: 40%;
    margin-left: 60%;
}

@media (max-width:700px) {
    .add-to-cart-btn {
        width: 100%;
        margin-left: 0;
    }
}

.acc-center {
    margin-left: auto;
    margin-right: auto;
}

.terms-and-conditions {
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}

.seal {
    height: 0;
}

.panel {
    max-width: 600px;
    width: 90%;
    padding: 20px;
    border: 2px solid #959595 !important;
    margin-bottom: 50px;
}

.label {
    color: black;
    text-align: right;
}

.results {
    margin-top: 20px;
}

    .results > p {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .results > hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.style25 {
    font-family: Copperplate;
}

#whichcatcher {
    background-attachment: scroll;
    background-image: url(images/whichcatcher.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.style33 {
    color: black;
    font-size: 14px;
    font-family: Copperplate;
}

.style34 {
    color: black;
}

.back-to-accelerator {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}


/**
 * General
 */
.clearBoth, .clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
    display: block;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/**
 * Layout
 */
#productLookup .loading {
    background-image: url(../images/loading.gif);
}

#checkout .row {
    padding: 0 0 5px 0;
    margin-left: 0;
    margin-right: 0;
}

#checkout .label {
    float: left;
    width: 160px;
    padding: 5px 20px 0 0;
}

#checkout .field {
    float: left;
    width: 300px;
}

#checkout input[type="text"] {
    width: 200px;
    padding: 3px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: normal;
}

/**
 * Cart
 */
/*
table.cart {
    width: 100%;
    border-collapse: collapse;
}

    table.cart th {
        border: solid 1px #ccc;
    }

    table.cart th,
    table.cart td {
        padding: 7px 10px;
        vertical-align: middle;
    }

    table.cart td {
        border: solid 1px #ccc;
    }

    table.cart th {
        text-align: left;
        color: #000;
        font-weight: normal;
        background: #e1e1e1;
    }

    table.cart .image {
        width: 50px;
    }

    table.cart .remove {
        width: 50px;
    }

    table.cart .quantity {
        text-align: center;
    }

    table.cart .total {
        text-align: right;
    }
    */
.cartLineItems {
    float: right;
}

    .cartLineItems table {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .cartLineItems table th {
            text-align: right;
            font-weight: normal;
        }

        .cartLineItems table td {
            text-align: right;
            padding: 2px 10px;
        }

        .cartLineItems table tr.total {
            font-size: 18px;
            font-weight: bold;
        }

.checkout {
    text-align: right;
}

/**
 * Miscellaneous
 */
.messages {
    margin: 0 0 20px 0;
    padding: 10px;
}

    .messages ul {
        margin: 0;
        padding: 0 0 0 20px;
    }

.error-messages {
    background: #ff0000;
    color: black;
}

.store-logo {
    font-size: 36px;
    padding-left: 10px;
}

.part-number-instructions {
    text-align: center;
    font-size: 18px;
}

.models-page-link {
    text-align: center;
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-size: 15px;
}

.acc-bottom-ribbon-links {
    width: 85%;
    padding-top: 25px;
}

    .acc-bottom-ribbon-links > a {
        margin: 8px;
        color: black;
        font-weight: bold;
        display: block;
        font-size: 20px;
    }

.table-bordered {
    border: 1px solid #ddd !important;
}

.place-order-btn {
    width: 100%;
}

.cvn-text {
    width:95%;
}

.terms-and-conditions {
    width: 100%;
    max-width:900px;
}

.terms-and-conditions.panel {
    width: 100%;
    max-width:860px;
}

    .terms-and-conditions > div {
        padding:10px;
    }

    .terms-and-conditions-heading {
        font-weight:bold;
        font-size:18px;
        padding-bottom:20px;
    }

    .terms-and-conditions-heading > p {
        font-size:20px;
        text-align:center;
    }

    .terms-and-conditions-heading > p:nth-child(1) {
        font-size:24px;
    }

    .terms-and-conditions .sub-heading {
        font-weight:bold;
        text-align: center;
    }

    .terms-and-conditions p {
        font-size:16px;
        text-align:left;
    }

.empty {
    margin-top:20px;
}