body {
    background: url('/siteart/site-bg.jpg') repeat-x top center #fff !important;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    vertical-align: top;
}

.headright {
    display: flex;
}

.leftrightstuff {
    margin-left: 25px;
}

.leftrightstuff * {
    text-align: center !important;
}

.headright img.left {
    height: 150px;
    object-fit: contain;
}

img.left {
    float: none;
}

img {
    border: 0;
}


p {
    display: block;
    margin: 0 0 16px 0;
    line-height: 16px;
}

h1,
h2 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #000;
    letter-spacing: -1px;
}

.page-wrap {
    width: 100%;
    max-width: 994px;
    margin: 20px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.inv .page-wrap {
    max-width: 1300px;
}

/* 
.list-content,
.detail-content {
    max-width: 100% !important;
} */

.header {
    padding: 0 0 20px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1350px;
    flex-wrap: wrap;
}

.headleft {
    float: left;
}

.header p {
    margin: 0 !important;
    padding: 0 !important;
}

.header img {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.clear {
    clear: both;
}


/*------------Navigation Section-------------*/

nav:not(.container.cf *) {
    height: 51px;
    background: url('../images/nav-bg.gif') no-repeat top left #2b2b2b;
    border-bottom: 1px solid #000;
    color: #fff;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

nav ul:not(.container.cf *) {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li:not(.container.cf *) {
    display: inline-block;
    float: left;
}

nav:not(.mobile) li:not(.container.cf *) ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #2b2b2b;
    flex-direction: column;
}

nav li:not(.container.cf *):hover ul {
    display: flex;
}

nav li.last:not(.container.cf *) {
    border-left: 1px solid #303030;
}

nav li a:not(.container.cf *) {
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #fff !important;
    text-shadow: 1px 1px 5px #000 !important;
    border-right: 1px solid #000 !important;
    border-left: 1px solid #303030 !important;
    padding: 17px 20px 15px !important;
    display: inline-block !important;
    color: #fff !important;
}

nav li a:hover:not(.container.cf *) {
    color: #ec2427 !important;
}

nav li a.first:not(.container.cf *) {
    border-left: 0;
}



nav a:not(.container.cf *) {
    text-decoration: none !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #fff !important;
    text-shadow: 1px 1px 5px #000 !important;
    border-right: 1px solid #000 !important;
    border-left: 1px solid #303030 !important;
    padding: 17px 20px 15px !important;
    display: inline-block !important;
    color: #fff !important;
}

nav a:hover:not(.container.cf *) {
    color: #ec2427 !important;
}

nav a.first:not(.container.cf *) {
    border-left: 0;
}


.date {
    float: right;
    width: 100%;
    max-width: 140px;
    text-align: right;
    font-style: italic;
    font-size: 14px;
    padding: 17px 15px 0;
    text-shadow: 1px 1px 3px #000;
}



/*------------Mid Section-------------*/

.mid {
    background: #cb1316;
    border-top: 1px solid #cb1316;
    padding: 7px 7px 8px 7px;
}

.slideshow {
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 245px;
    height: min(24.209486166007903VW, 245px);
    display: block;
    background: url('../images/gallery-bg.jpg') no-repeat top left;
}

.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}



/*------------Content Section-------------*/

.content {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}

.main {
    width: 100%;
    max-width: 752px;
    padding-right: 25px;
    float: left;
}

.inv .main {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    float: none;
}

.main-home {
    width: 100%;
    max-width: 590px;
    padding-right: 30px;
    float: left;
}

.partsRequest,
.partsRequest * {
    box-sizing: border-box;
    resize: vertical;
}

td.main-home {}

.sidebar-left {
    width: 100%;
    max-width: 122px;
    padding-right: 15px;
    float: left;
}

.sidebar-left2 {
    width: 100%;
    max-width: 152px;
    float: right;
}

.sidebar-right {
    width: 100%;
    max-width: 112px;
    float: right;
}

.sidebar-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-right li {
    display: block;
    float: left;
}

.sidebar-right li a:link,
.sidebar-right li a:visited,
.sidebar-right li a:active {
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    color: #ec2427;
    display: block;
    width: 100%;
    max-width: 152px;
    border-bottom: 1px dotted #000;
    padding: 5px 0;
}

.sidebar-right li a:hover {
    color: #000;
    text-decoration: underline;
}

.slide {
    border-top: 1px solid #000;
    padding: 20px 0;
}

.fullWidth {
    max-width: 1270px;
    width: 100%;
}

.oem {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.oem img {
    display: inline-block;
}

.oem a {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.oem a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

/* Cycle Plugin slideshow styles */
#slideshow {
    float: right;
    position: relative;
    height: 245px;
    height: min(24.209486166007903VW, 245px);
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    background: url('../images/gallery-bg.jpg') no-repeat top left;
}

.inv div#slideshow,
.inv #slideshow img {
    max-width: 1300px;
    height: min(24.209486166007903VW, 335px);
}

#slideshow img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    height: 245px;
    height: min(24.209486166007903VW, 245px);
    width: 100%;
    max-width: 980px;
}

.inv #slideshow img {
    max-width: 1300px;
}

/* An example of how to add an additional Cycle Plugin slideshow to the site. */
#slideshow2 {
    height: 275px;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin-left: 25px;
}

#slideshow2 img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    height: 275px;
    width: 100%;
    max-width: 600px;
}


/**** SCROLLING INVENTORY *****/

#scroll {
    overflow: hidden;
    /* minimizes loading issues */
    margin: 0;
    padding: 0;
    background: #fff;
    height: 94px;

}

#scroll img {
    height: 90px;
    /* minimizes loading issues */
}



#scroll a:link,
#scroll a:visited,
#scroll a:active {
    border: 2px #cccccc solid;
    margin-right: 4px;
    height: 90px;
}


#scroll a:hover {
    border: 2px #BF0507 solid;
    margin-right: 4px;
}

/*------------Footer Section-------------*/

#pagebottom {
    background: url('../images/siteart/footer-bg.gif') repeat-x top #ea2225;
    border-top: 10px solid #000;
    padding: 75px 0;
    text-align: center;
    width: 100%;
}

.divfooter {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

@media screen and (max-width: 762px) {
    .header {
        justify-content: center !important;
        flex-direction: column !important;
    }

    .header img {
        width: 100%;
        object-fit: contain;
    }

    .leftrightstuff {
        margin-left: 0;
        width: 120px;
    }

    .headright {
        flex-direction: row !important;
    }

    .headright img {
        height: 150px;
    }

    .headright1 {
        flex-direction: row !important;
    }

}

@media screen and (max-width: 688px) {
    .header {

        justify-content: center;
    }

    .headright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .headright * {
        text-align: center !important;
    }
}

@media screen and (max-width: 935px) {
    .main-home {
        width: 100% !important;
        max-width: 100%;
        padding-right: 0;
    }
}