/* 
    Document   : custom
    Created on : Nov 15, 2012, 4:18:33 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

root { 
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
.pointer {
    cursor: pointer;
}
.pickcar {
    text-align: center;
}
.pickcar:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
    box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
}
.checked {
    border: solid 1px rgba(14,118,245,1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
    box-shadow: 0px 0px 8px 0px rgba(14,118,245,1);
}
#condition .row-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
#condition1 .row-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
#content {
    background: #ffffff;
    padding-bottom: 20px;
}
.damage-box {
    width: 170px;
    padding: 5px;
    height: 20px;
    float: left;
    font-size: 9pt;
}
.damage-box input, input[type=radio] {
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.damage-section {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
input[type=radio] {
    margin: 0px 5px 0px 15px;
}
.msrp {
    color: #8a1f11; 
    text-decoration: line-through; 
    font-size: 12pt;
    font-weight: bold;
}
.partner-price {
    color: #008200; 
    font-size: 12pt;
    font-weight: bold;
}
.pic-thumb {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    border: solid 3px #ffffff;
    width: 100%;
    max-width: 150px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
}
.loading {
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.hide-me {
    display: none;
    visibility: hidden;
}
.loadimg {
    cursor: pointer;
    font-weight: bold;
    color: #005580;
}
.modal-body {
    max-height: none;
    text-align: center;
    position: relative;
}
.modal-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}
.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    border: solid 3px #ffffff;
    background: #ffffff;
}
input.load-filter {
    margin: 0px;
}

.center-out {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 5px;
}

table.vspecs {
    width: 100%;
    clear: both;
    margin-top: 10px;
    background: #ffffff;
}
table.vspecs th {
    text-align: left;
    padding:3px;
}
table.vspecs td {
    padding: 2px;
}
table.vspecs tr.odd td, table.vspecs2 tr.odd td, tr.odd {
    background-color: #E7E5DC;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.sidebar-nav-fixed {
    overflow: auto;
    background-color: #005996;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    color: #ffffff;
}
.filters {
    padding-bottom: 10px;
}
.filter-inner, .inv-item {
    padding: 20px 20px 20px 20px;
    font-size: 9pt;
    border: solid 1px #57585a;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    background-color: #ffffff;
}
.inv-item {
    margin: 10px;
}
.filter-head {
    text-transform: uppercase;
    font-size: 24pt;
    font-family: "Impact", sans-serif;
    text-align: center;
}
.opt-head {
    color: #374047;
    border-bottom: solid 1px #9c9b9b;
    font-size: 11pt;
    text-align: left;
    line-height: 120%;
    font-style: italic;
    padding-bottom: 5px;
}
.min, .max {
    cursor: pointer; 
}
ul.page-links {
    list-style-type: none;
}
#pagination {
    padding-top: 15px;
}
.paginate {
    color: #005580;
    cursor: pointer;
    float: left;
    display: block;
    padding: 0px 5px 0px 5px;
    border: solid 1px #005580;
    margin: 3px;
}
.paginate:hover {
    color: #ffffff;
    background-color: #005580;
}
.currpage {
    color: #ffffff;
    font-weight: bold;
    float: left;
    display: block;
    padding: 0px 5px 0px 5px;
    border: solid 1px #005580;
    background-color: #005580;
    margin: 3px;
}
.first, .last, .prev, .next {
    color: #ffffff;
    background-color: #2f96b4;
}
#feature {
    font-size: 9pt;
}
#feature h4 {
    font-size: 9pt;
}
#feature h3{
    color: #374047;
    border-bottom: solid 1px #9c9b9b;
    font-size: 11pt;
    text-align: left;
    line-height: 120%;
    margin: 10px;
    font-style: italic;
    padding-bottom: 5px;
}
.spe-tag {
    width: 65px;
    text-align: center;
    font-weight: bold;
    float: right;
    font-size: 8pt;
    border: solid 1px #dfe0e0;
    margin-left: 5px;
}
.feat {
    color: #f5bf3e;
}
.v-type {
    background-color: #dfe0e0;
    color: #4e505a;
}
.clean-select {
    background: none !important;
    border: none !important;
}
.show-form {
    color: #0088CC;
    cursor: pointer;
}
.rotate {
    cursor: pointer;
    float: right;
    margin: 3px;
}
.close-me {
    position: absolute;
    top: -10px;
    right: -10px;
    border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
    cursor: pointer;
}

.pic-container {
    width: 45%;
    margin: 3px;
    padding: 10px 0px 10px 0px;
    float: left;
    height: 90px;
    position: relative;
    text-align: center;
}
.pic-thumb {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.4);
    border: solid 3px #ffffff;
    width: 95%;
    max-width: 150px;
    height: 75px;
    background-color: #000000;
    text-align: center;
    float: left;
    position: relative;
}
.pic-thumb img {
    max-height: 75px;
}
.del-photo {
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    width: 15px;
}
#file-upload-container {
    display: none;
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0px;
}
.select-primary {
    width: 100%;
    text-align: left;
    padding-top: 3px;
}
#file-upload {
    width: 300px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #999;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.75);
    padding: 10px;
    position: relative;
}
#file-upload h2 {
    font-size: 14pt;
    border-bottom: solid 1px #999;
    color: #df8505;
}
.odd {
    background-color: #DCEAF3;
    /* border-top: solid 1px #999999;
    border-bottom: solid 1px #999999; */
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -10px;
}
.answers {
    color: #005580;
    font-weight: bold;
    padding: 10px 0px 10px 25px;
    display: none;
}
.questions {
    padding: 10px;
}
.quizbox {
    width: 700px;
    max-width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
    margin: 20px auto;
}
.btn-black {
    background-color:#000000 !important;
    background: #040404 !important;
    color: #ffffff !important;
}
#bigsale {
    /*background-image: url(../img/background/Nov21.LandingPage.970x250-01.png) !important;*/
    /*background-color: #0f7cb7;*/
    background-size: 100% !important;
    background-repeat: repeat !important;
    color: #f4f4f4 !important;
    /*background-size: cover;*/
}
#bigsale.avw {
    /*background-image: url(../img/background/Nov21.LandingPage.970x250-01.png) !important;*/
    background-color: #ffffff !important;
    background-size: 100% !important;
    background-repeat: repeat !important;
    color: #000000 !important;
    /*background-size: cover;*/
}
#bigsaleps {
    
    background-size: 100% !important;
    background-repeat: repeat !important;
    color: #000000 !important;
}
#bigsale #content, #bigsaleps #content {
    background: transparent !important;
}
#bigsale a, #bigsaleps a {
    color: white;
}
/*START COUPON STYLES*/
.fuit {
    color: #911 !important;
}
.closeform {
    position: absolute !important;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background-color: #911 !important;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
}
.closeform:after {
    content: "\2715"
}
#infomodal {
    width: 600px;
    border: solid 1px #9c9b9b;
    position: absolute;
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    /*margin: 0px auto;*/
}
/*END COUPON STYLES*/

.mobilewidth {
    margin-bottom: 5px;
}
.mobilewidth.checked {
    background: transparent !important;
    background-color: #df8505 !important;
}

@media (max-width: 699px) {
    .mobilewidth {
        display: block;
    }
    .fullwidth {
        display: none !important;
    }
    .quizbox {
        width: 100%;
        padding: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
        margin: 0px;
        text-align: center;
    }
}
@media (min-width: 700px) {
    .mobilewidth {
        display: none;
    }
    .fullwidth {
        display: block;
    }
}