@import url(https://fonts.googleapis.com/css?family=Corben:700);

.roundbox {
    margin: .5em;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    padding: 9px;
    text-shadow: 0 1px 0 #FDFDFF;
    background: #eeeeee;
}

.itemBox {
    font-size: 11pt;
    line-height: 1.4em;
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #FFFEF3;
}

.itemBox h1 {
    font-size: 14pt;
}

.itemBox img.itemThumbnail {
    float: right;
    border: 1px solid Black;
}

.itemBox dl {
    margin-left: 2em;
}

.itemBox dt {
    font-weight: bold;
}

.itemBox dd {
    margin-bottom: 1em;
}

h2.callNow {
    text-align: center;
    font-family: cursive, sans-serif;
    color: #006633;
}

body.fontLoaded h2.callNow {
    font-family: 'Corben', cursive;
}

div.sold {
    text-shadow: none;
    background-color: lightpink;
}

span.sold {
    color: crimson;
}

ul.itemDetails {
    line-height: 1.6em;
}

ul.itemDetails li {
    margin-bottom: 1em;
}

ul.itemDetails ul li {
    margin-bottom: 0;
}

img.itemImage {
    border: 1px solid black;
    display: block;
    margin: 2em auto;
}

div.numFound {
    background-color: White;
    text-align: center;
    font-size: 10pt;
}

div.pageLinks {
    background-color: White;
    text-align: center;
    font-size: 10pt;
    padding: 3px;
}

p.Narrow {
    font-size: 10pt;
    font-weight: bold;
}

div.narrowBar {
    background-color: White;
    font-size: 10pt;
}

div.displayProduct {
    background-color: White;
}

div.displayProduct h1 {
    font-size: 14pt;
}

div.displayProduct img.productThumb {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
}

div.displayProduct p.productDetails {
    overflow: hidden;
    font-size: 11pt;
}

div.productListing {
    overflow: hidden;
    clear: left;
    padding-top: 1em;
}

div.productListing p.productPrice {
    float: right;
    font-size: 13pt;
    margin: 0;
    text-align: center;
    width: 30%;
}

div.productListing p.productListing {
    margin-top: 0;
    font-size: 10pt;
}

a.button {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    text-shadow: none;
    background: #eeeeee;
    border: 1px solid Black;
    color: #333;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

a.button:hover {
  background-color: #CCFFEE;
}

img.productPic {
    float: right;
    margin-bottom: 1em;
}

table#productTable {
    width: 100%;
    border-collapse: collapse;
    background-color: White;
    clear: both;
    margin-top: 1em;
    overflow: hidden;
}

table#productTable td {
    padding: 1em;
    border-top: 1px solid DarkGray;
    border-left: 1px solid DarkGray;
}

table#productTable td a.button {
    background-color: White;
}

table#productTable td a.button:hover {
  background-color: #CCFFEE;
}

table#productTable th {
    background-color: #DDDDDD;
    border-bottom: 1px solid DarkGray;
    border-left: 1px solid DarkGray;
}

table#productTable th:first-child {
    border-left: none;
    border-radius: 7px 0 0 0;
}

table#productTable th:last-child {
    border-radius: 0 7px 0 0;
}

table#productTable td:first-child {
    border-left: none;
}

span.fitsVehicles {
    color: #666;
    font-size: 10pt;
}

h1.productName {
    font-size: 1.5em;
}

h2.productDetails {
    font-size: 1.2em;
    color: #666;
}

div#right_sidebar {
    width: 180px;
    float: right;
}

div#shopping_cart {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin-top: 0;
}

div#shopping_cart h2 {
    font-size: 12pt;
    margin-top: 0;
}

   body {
      max-width: 55em;
      margin: 0 auto;
      background: #BBBBBB;
   }

article {
    width: 66.66666%;
    margin: 0 0 0 33.333333%;
}

div#header {
    background-image: url('header_bg2.webp');
    background-size: cover;
    height: auto;
    background-position: 0% 45%;
    font-family: cursive, sans-serif;
    color: #0C7A1C;
    text-shadow: 0 0 5px #FDFDFF;
    padding-left: 2em;
    overflow: hidden;
}

body.fontLoaded div#header {
    font-family: 'Corben', cursive;
}
   
div#header h1 {
    background-color: White;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 5px White;
    overflow: hidden;
    padding-left: 0.5em;
}

div#header h2 {
    color: black;
}

div#header h3 {
    color: black;
    font-size: 13pt;
}

div#nav {
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
    border: 1px solid Black;
    box-shadow: none;
    padding: 4px;
    position: relative;
    height: 2em;
}

div#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#nav ul li {
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff;
    font-size: 10pt;
    border: 1px solid transparent;
    padding: 4px;
}

div#nav ul li a {
    color: #ffffff;
    text-decoration: none;
}

div#nav ul li ul {
    display: none;
}

div#nav ul li ul li {
    float: none;
    margin-left: 0;
    margin-right: 0;
    background: #262626;
    padding-right: 2em;
    padding-left: 2em;
}

div#nav ul li:hover {
    color: White;
    background-color: #7c7c7c;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(0, 0, 2, 0.55);
    box-shadow: 0 1px 0 rgba(253, 253, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 2, 0.25);
}

div#nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 2em;
    z-index: 1000;
    background: #7c7c7c;
    margin-left: -5px;
    border: 1px solid rgba(0, 0, 2, 0.55);
    border-top: none;
}

div#nav ul li ul li:hover {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid transparent;
    background: #363636;
}

div#featured {
    width: 68%;
    min-height: 17.3em;
    float: left;
    position: relative; 
    padding: 0;
    margin: 0.5em;
    overflow: hidden;
}

div#links {
    width: 23%;
    float: right;
    height: 16em;
}

div#links h2 {
    margin-top: 0;
    color: #444;
    font-family: Georgia, serif;
    font-size: 16pt;
}

div#links a {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    text-decoration: none;
    font-family: Georgia, serif;
    color: White;
    text-shadow: 0 1px 0 Black;
}

div#links a.red, div a span.red {
    background: red; /* Old browsers */
    background: -moz-linear-gradient(top,  Red 0%, #cc0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,Red), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  Red 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  Red 0%,#cc0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  Red 0%,#cc0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  Red 0%,#cc0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='Red', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}

div#links a.red:hover, div a span.red:hover {
    background: DarkRed;
}

div#links a.gray {
    background: DarkSlateGray; /* Old browsers */
    background: -moz-linear-gradient(top,  DarkSlateGray 0%, Black 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,DarkSlateGray), color-stop(100%,Black)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  DarkSlateGray 0%,Black 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  DarkSlateGray 0%,Black 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  DarkSlateGray 0%,Black 100%); /* IE10+ */
    background: linear-gradient(to bottom,  DarkSlateGray 0%,Black 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='DarkSlateGray', endColorstr='Black',GradientType=0 ); /* IE6-9 */
}

div#links a.gray:hover {
    background: Black;
}

div#links a.blue, div a span.blue {
    background: blue; /* Old browsers */
    background: -moz-linear-gradient(top,  Blue 0%, #000099 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,Blue), color-stop(100%,#000099)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  Blue 0%,#000099 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  Blue 0%,#000099 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  Blue 0%,#000099 100%); /* IE10+ */
    background: linear-gradient(to bottom,  Blue 0%,#000099 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='Blue', endColorstr='#000099',GradientType=0 ); /* IE6-9 */
}

div#links a.blue:hover, div a span.blue:hover {
    background: darkblue;
}

div#links a.green, div a span.green {
    background: #00cc00; /* Old browsers */
    background: -moz-linear-gradient(top,  #00cc00 0%, Green 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cc00), color-stop(100%,Green)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00cc00 0%,Green 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00cc00 0%,Green 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00cc00 0%,Green 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00cc00 0%,Green 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc00', endColorstr='Green',GradientType=0 ); /* IE6-9 */
}

div#links a.green:hover, div a span.green:hover {
    background: darkgreen;
}

div#video {
    width: 45%;
    float: left;
    height: 17em;

    display: flex;
    align-items: center;
    flex-direction: column;
}

div#video h2 {
    margin: 0;
    margin-bottom: .5em;
    font-size: 14pt;
    text-align: center;
}

div#video a {
    width: fit-content;
}

div#video p {
    text-align: center;
    margin-top: .5em;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

div#tabs {
    float: right;
    width: 45%;
    padding: 0;
    height: 18em;
    margin: 8px;
    overflow: hidden;
}

div#tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#tabs ul li {
    float: left;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid DarkGray;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .25em;
    font-family: Arial, sans-serif;
    border-bottom: none;
    margin-left: -1px;
}

div#tabs ul li a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

div#tabs ul li.active {
    background: White;
    color: #222222;
    font-weight: bold;
}

div#tabs ul li.inactive {
    background: LightGray;
    color:#555555;
    font-weight: normal;
}

div#tabs div#tabsContent {
    background: #eeeeee;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    clear: left;
    padding: .6em;
    color: #555555;
    height: 15.2em;
    font-family: arial, sans-serif;
}

div#tabs div#tabsContent h2 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 14pt;
}

div#tabs div#tabsContent p {
    margin-top: 0;
}

div#tabs div#tabsContent iframe {
    width: 100%;
    height: 215px;
    border: 0;
}

div#contact {
    margin: .5em;
    float: left;
    width: 45%;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

div#contact h1 {
    font-family: Georgia, serif;
    font-size: 14pt;
    color:#222222;
    margin-top: 0;
}

div#social {
    margin: .5em;
    float: right;
    width: 45%;
    font-family: Arial, sans-serif;
}

div#social h1 {
    font-family: Georgia, serif;
    font-size: 14pt;
    color:#222222;
    margin-top: 0;
}

div#nav ul li.social_link {
    margin-left: 0;
    margin-right: 0;
}

 div#nav ul li.social_link img {
 }

div#credits {
    text-align: center;
    padding: .5em;
    background: LightGray;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #222222;
}

div#credits a {
    color: Black;
}

div#products {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    margin-top: 0;
}

div#products h2 {
    margin-top: 0;
    font-size: 12pt;
}

div#products ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#products ul li a {
    color: Black;
    text-decoration: none;
}

div#products ul li a:hover {
    text-decoration: underline;
}

div#content {
    overflow: hidden;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: Arial, sans-serif;
}

div#content h1 {
    margin-top: 0;
    font-family: Georgia, serif;
}

.clearboth {
    clear: both;
}

div.hiddenTab {
    display: none;
}
   
div.userSearchBar {
    margin: .2em .5em;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    padding: 4px;
    background: LightGray;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: center;
}

div.featuredItem {
    display: inline-block; 
    text-align: center;
    vertical-align: top;
}

div.featuredItem.one-third {
    width: 32%;
}

div.featuredItem.one-half {
    width: 49%;
}

div.featuredItem h2.featuredText {
    margin-top: 0;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

div.featuredItem a {
    text-decoration: none;
    color: Black;
}

div.featuredItem a:hover {
    color: Red;
}

div#featuredProductsSection {
    text-align: center;
    clear: both;
}

div#featuredProductsSection h2 {
    margin-top: 0;
    font-family: Arial, sans-serif;
}

div#parts h2 {
    margin-top: 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

div#featuredProductsSection .featuredProduct h2 {
    font-size: 1.2em;
}

div#featuredProductsSection .featuredProduct h3 {
    font-size: .9em;
}

div#featuredProductsSection .featuredProduct {
    display: inline-block;
    width: 29%;
    font-family: Arial, sans-serif;
    vertical-align: top;
}

div#featuredProductsSection .featuredProduct.roundbox {
    background-color: White;
}

div#featuredProductsSection .featuredProduct a.hoverLink {
    color: #555;
}

div#featuredProductsSection .featuredProduct a.hoverLink:hover {
    color: Red;
}

div#payment {
    font-family: Arial, sans-serif;
    font-weight: 14pt;
    text-align: center;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 75%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
