
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font: 10pt sans-serif;
}

img.logo {
  border: none !important;
}

.menu {
  font-size: 9pt;
}

.menu h3 {
  outline: none;
  text-transform: uppercase;
}

.menu-pane {
  float: left;
  width: 150px;
  height: 100%;
  border: 0;
  position: relative;
  bottom: 2px;
//height: 800px;
}

#accordion {
//margin: 10px;
//height: 800px;

}


.content-pane {
  background-image: url("../images/background.jpg");
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.content {
  padding: 10px;
}



.menu-items {
  padding-top: 6px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.menu-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item-active a {
//font-weight: bold;
  color: red;
}


.menu-items ul li a {
  display: block;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  overflow: hidden;
}
.menu-items ul li a:hover {
  background-color: lightgray;
  color: black;
}

/*
.menu-items ul li a:hover {
    color: black;
    background-color: lightgray;
}
*/

.menu-items ul {
//overflow: hidden;
//border-bottom:1px solid transparent;
//height: 100%;
}

.menu-items ul li {
//border-bottom:1px solid white;
}

.image-overlay {
  text-align: center;
  padding: 4px 0;

  font: italic 8pt sans-serif;
  font-weight: bold;
  color: white;
//position: relative;
//bottom: 23px;
  pointer-events: none;
  background-color: darkslategray;
  opacity: 0.75;
//width: 150px;
}





.product-zoom-note {
  text-align: center;
  padding: 4px 0;
  font: italic 8pt sans-serif;
  font-weight: bold;
  color: white;
  position: relative;
  bottom: 23px;
  pointer-events: none;
  background-color: darkslategray;
  opacity: 0.75;
//width: 150px;
  margin: 0 auto;
}

.product-image-note {
  text-align: center;
  font: italic 10pt sans-serif;
  color: black;
  position: relative;
  bottom: calc(23px - 5px);
//pointer-events: none;
  margin-bottom: 5px;
}

.product-image-note-sm {
  font: italic 10pt sans-serif;
  color: black;
  position: relative;
  bottom: calc(23px - 5px);
  margin-bottom: 5px;
  width:150px;
  text-align:justify;
}

.product-image-note-md {
  font: italic 10pt sans-serif;
  color: black;
  position: relative;
  bottom: calc(23px - 5px);
  margin-bottom: 5px;
  width:300px;
  text-align:justify;
}

.product-image-note-lg {
  font: italic 10pt sans-serif;
  color: black;
  position: relative;
  bottom: calc(23px - 5px);
  margin-bottom: 5px;
  width:450px;
  text-align:justify;
}

.product-image-note-xl {
  font: italic 10pt sans-serif;
  color: black;
  position: relative;
  bottom: calc(23px - 5px);
  margin-bottom: 5px;
  width:600px;
  text-align:justify;
}

.products-gallery-note {
  text-align: center;
  font: italic 10pt sans-serif;
  color: black;
//position: relative;
//bottom: calc(23px - 5px);
//pointer-events: none;
//margin-bottom: 5px;
}






.products-table {

}

.products-table tr {
  vertical-align: top;
  width: 100%;
}

.products-table-pricing {
  width: 100% !important;
  border: black solid 1px;
  font: 10pt sans-serif;
  color: black;
  text-align: left;
  margin-top: 10px;
}

.products-table-pricing tbody tr:nth-child(even) {
  background-color: lightgray;
}

.products-table-pricing-half tbody tr:nth-child(even) {
  background-color: lightgray;
}

.products-table-pricing-half {
  width: 50% !important;
  border: black solid 1px;
  font: 10pt sans-serif;
  color: black;
  margin: 10px auto 0 auto;
  text-align: left;
}

.products-table-pricing thead {
  background-color: darkred;
  color: white;
}

.products-table-pricing-half thead {
  background-color: darkred;
  color: white;
}

.products-table-pricing td {
  width: 30%;
}

.products-table-pricing td:last-child {
  text-align: right;
}

.products-table-pricing td:first-child {
  width: 40%;
}


.products-table-pricing-half td {
  width: 30%;
}

.products-table-pricing-half td:last-child {
  text-align: right;
}

.products-table-pricing-half td:first-child {
  width: 40%;
}

.products-table-links {
  width: 75%;
  border: black solid 1px;
  font: 12pt sans-serif;
  color: black;
  margin: 10px auto 0 auto;
  text-align: center;
}

.products-table-links thead {
  background-color: darkred;
  color: white;
  font-weight: bold;
}

.products-table-links tbody tr td a {
  text-decoration: none;
}

.products-table-links tbody tr td a:hover {
  color: #c00;
}

.products-table-links-top {
  text-align: right;
  font-size: 9pt;
}







.image-showcase {
  width: 320px;
  border: black solid 1px;
  font: 12pt sans-serif;
  color: black;
  margin: 10px auto 0 auto;
  text-align: center;
  padding: 10px 5px;
}

.image-showcase p {
  padding: 0 10px;
}


.new-item:after {
  content: "New";
  color: white;
  font-weight: bold;
//font-style: italic;
  font-size: 8pt;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  background-color: #c00;
  padding: 2px 4px;
  border-radius: 2px;
}

.coming-soon:after {
  content: "Coming Soon";
  color: white;
  font-weight: bold;
//font-style: italic;
  font-size: 8pt;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  background-color: orange;
  padding: 2px 4px;
  border-radius: 2px;
}

.updated:after {
  content: "Updated";
  color: white;
  font-weight: bold;
//font-style: italic;
  font-size: 8pt;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  background-color: green;
  padding: 2px 4px;
  border-radius: 2px;
}

.now-back:after {
  content: "Now Back In Production";
  color: white;
  font-weight: bold;
//font-style: italic;
  font-size: 8pt;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  background-color: blue;
  padding: 2px 4px;
  border-radius: 2px;
}

/*
.new-item {
    color: #c00;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: 8pt;
    baseline-shift: 8px;
}
*/
.no-underline a {
  text-decoration: none;
}



.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

.centered {
  text-align: center !important;
}


.product-disclaimer {
  text-align: center;
  font: italic 10pt sans-serif;
  font-weight: bold;
  padding: 10px 0;
}

.products-table-disclaimer {
  text-align: center;
  font: italic 10pt sans-serif;
  font-weight: bold;
  padding: 10px 0;
}

.product-description {
  font: 10pt sans-serif;
  width: 100%;
}

.product-description p {
  text-align: justify;
}



header {
  text-align: center;
  width: 100%;
  font: 12pt sans-serif;
  color: #c00;
}

header a img {
  width: 300px;
//margin: 0 auto;
}

header h4 {
  margin-top: 0;
}



.products-header {
  text-align: center;
  width: 100%;
  font: 10pt sans-serif;
  color: #c00;
}

.products-header h2 {

  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 100%;
}

.products-header img {
//height: 300px;
  border: 1px solid black;
//position: relative;
  width: 300px;
}

.products-header p {

  color: black;
  text-align: justify;
}

.products-header p:first-of-type {
//padding-top: 10px;
}
.products-header p:last-of-type {
//padding-bottom: 10px;
}

.products-header ul {

  color: black;
  text-align: justify;
  padding-left: 10px;
}

.products-header ul li {
  background: url("../images/bullet.gif") no-repeat left center;
  list-style: none;
  margin: 0;
  padding: 3px 0 3px 30px;

}

ul.dynocharts {

//color: black;
//text-align: justify;
//padding-left: 10px;

}

ul.dynocharts li {
  height: 33px;
  background: url("../images/dyno_bullet.jpg") no-repeat left center;
  list-style: none;
  margin-bottom: 15px;
  padding: 0 0 0 60px;
}

ul.dynocharts li a {
  position: relative;
  top: 8px;
}

.two-column {
  width: 75%;
  align: center;
  display: table;
  margin: 10px auto;
}

.two-column-left {
  float: left;
}
.two-column-right {
  float: right;
}


.products-gallery-bg {
  display: table;
  margin: 20px auto;
  text-align: center;
  padding: 15px;
  background-color: lightgray;
  border: solid 1px black;
  width: 60%;
//max-width: 820px;
}

.products-gallery-bg h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-transform: uppercase;
  color: blue;
}


.products-gallery {
  display: table;
  margin: 20px auto;
//margin-top: 23px;
//margin-bottom: 23px;
  text-align: center;
//padding-top: 10px;
//padding-bottom: 10px;
//height: calc(100% - 23px);  //?
}

.products-gallery-frame {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
//height: calc(100% - 23px);  //?
}



.products-gallery-frame-content-md {
//border: 1px solid black;
//background-color: lightgray;

  width: 300px !important;
  height: 225px;
  padding: 0;
}

.products-gallery-frame-content-md > :first-child {
  margin-top: 0;
}

.products-gallery-frame-content-md * {
  margin: 10px 0;
}

.products-gallery-frame-content-md > :first-child {
  margin-bottom: 0;
}



.products-gallery img {
  width: 150px;
//height: 100px;
}

.products-gallery-md img {
  width: 300px;
//height: 100px;
}

.products-gallery img#dynochart {
  width:133px;
}




.products-section {
//text-align: justify;
  border-top: solid blue 2px;
  padding-top: 15px;
  margin-top: 15px;
}

.products-section img {
  border: 1px solid black;
}

.products-images-column {
  padding-right: 10px;
  text-align: center;
//margin: auto;
}

.products-images-column img {
  width: 150px;
}

.products-logos {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;

}

.products-logos img {
  height: 175px;
}

.header-logo {
  text-align: center;

}

.header-logo img {
  width: 300px;
}



.disclaimer {

  text-align: justify;
  font: 8pt sans-serif;
}

.disclaimer h3 {
  text-align: center;
  font: 10pt sans-serif;
  font-weight: bold;
  color: #c00;
}

.disclaimer p {
  font-style: italic;
}





.copyright {
  text-align: center;
  font: 8pt sans-serif;

}

.document-links {
  text-align: center;
  font: 14pt sans-serif;
  margin-bottom: 10px;
}
.document-links a {
  color: yellow;
}


.product-title {
  font: 10pt sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #c00;
  width: 100%;
  margin-bottom: 10px;
}

.product-image {
  width: 150px;
  padding:0;
  margin:0;
  border: 1px solid black;
}

footer {
  border-top: solid blue 2px;
  padding-top: 15px;
  margin-top: 15px;
}





.product-description-column {
  width: 100%;
  color: #000000;
  margin: 10px;
}

.product-description-column img {
  margin: 0 auto !important;
}

.notices-pane {
  border: solid black 1px;
  padding: 10px;
  background-color: lightgray;
  color: #c00;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}

table.instructions-pane {
  border: solid black 1px;
  background-color: lightgray;
  margin-bottom: 10px;
  width: 100%;
}

table.instructions-pane tr {
}

table.instructions-pane td.instructions-pane-header {
  text-align: center;
  background-color: darkslategray;
  color: white;
  padding: 5px;
  width: 50px;
  float: left;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
}

table.instructions-pane td.instructions-pane-images-column {
  width: 175px;
}

table.instructions-pane td.instructions-pane-images-column img {
  width: 150px;
}

table.instructions-pane td.instructions-pane-description-column {
  vertical-align: top;
  font-size: 12pt;
  width: 100%;
  text-align: justify;
}

table.instructions-pane td.instructions-pane-description-column p {
  padding-top: 0;
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}



.enlarge-overlay {
  text-align: center;
  padding: 4px 0;
  font: italic 8pt sans-serif;
  font-weight: bold;
  color: white;
  position: relative;
//bottom: 20px;
  pointer-events: none;
//background-color: darkslategray;
  background-color: darkred;
  opacity: 0.75;
//width: 150px;
  margin: 0 auto;
}


.img-sm {
  width: 150px !important;
}

.img-md {
  width: 300px !important;
}

.img-lg {
  width: 450px !important;
}

.img-xl {
  width: 600px !important;
}

.quote {
  border: solid black 1px;
  padding: 10px;
//background-color: lightgray;
//color: #c00;
//font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

blockquote {
//background: lightgray;
//border-left: 10px solid darkgray;
//margin: 20px;
//padding: 20px;
//quotes: "\201C""\201D";
//text-align: justify;

  margin: 20px 0;
  border-radius: 5px;
  background-color: lightgray;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: justify;
  padding: 20px 20px 20px 60px;

}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 10px;
  top: 0px;
  color: darkslategray;

}

blockquote cite {
  color: darkslategray;
  font-size: 18px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
blockquote cite:before {
  content: "\2014 \2009";
}

blockquote p {
  display: inline;
  font-style: italic;
  font-size: 12pt;
}

blockquote .signature {
  margin-top: 10px;
  font-size: 14pt;
  font-weight: bold;
  color: black;
}
blockquote .signature:before {
  content: "- ";
}



article {
//margin: 20px 0;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: lightgray;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
//line-height: 1.45;
//position: relative;
  color: #383838;
  text-align: justify;
//padding: 20px 20px 20px 60px;
  padding: 20px;
}

article p:first-of-type {
  margin-top: 0;
  padding-top: 0 !important;
}

article div.products-gallery {
  margin-top: 0;
  padding: 0;
}



.specifications-table {
  width: 75%;
  margin: 20px auto;
  border: 1px solid black;
  padding: 2px;
}
.specifications-table thead {
  background-color: darkslategray;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.specifications-table thead tr td {
  padding: 4px;
}
.specifications-table tbody {
  text-align: left;
  color: black;
  vertical-align: top;
}
.specifications-table tbody tr:nth-child(even) {
  background-color: lightgray;
}
.specifications-table tbody tr td {
  padding: 4px;
}
.specifications-table tbody tr td:first-child {
  font-weight: bold;
}


/*
.testimonial {
    border-top: solid blue 2px;
}
*/
.blue {
  color: blue !important;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}

.black {
  color: black !important;
}

.bold {
  font-weight: bold;
}



.showcase {
  padding: 19px 4px;
}

.showcase-images img {
  display: block;
  width: 300px;
  text-align: center;
  margin-bottom: 15px;
}

.showcase-description {
  color: black;
}

section:nth-child(even).showcase .showcase-images {
  float: left;
}

section:nth-child(even).showcase .showcase-description {
  margin-left: 315px;
  text-align: justify;

}

section:nth-child(odd).showcase .showcase-images {
  float: right;
}

section:nth-child(odd).showcase .showcase-description {
  margin-right: 315px;
  text-align: justify;

}














.battery-specifications-table {
  width: 100% !important;
  border: black solid 1px;
  font: 10pt sans-serif;
  color: black;
//text-align: left;
//margin: 10px auto;
  margin-top: 10px;


}

.battery-specifications-table tbody {
  vertical-align: top;
}

.battery-specifications-table thead {
  background-color: darkslategray;
  color: white;
  text-align: center;
  vertical-align: bottom;
}

.battery-specifications-table tbody tr:nth-child(even) {
  background-color: lightgray;
}

.battery-specifications-table td:nth-child(11),td:nth-child(12) {
  font-weight: bold;
}



