
.pagetitle
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}	
.pagesubtitle
{
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}	

/* style for product overview page */

.introparagraph
{
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}	

.productoverview_features
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
.productoverview_compatibility_note

{
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}
.function_icon
{
	width: 85px;
	vertical-align: middle;
}

.footnote_sup
{
  font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
  font-variant-position: super;
  -moz-font-feature-settings: "sups";
  -webkit-font-feature-settings: "sups";
  font-feature-settings: "sups";
}
.footnotes
{
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.pagefooter
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.pagefooter td:first-child
{
	height: 38px;
	padding: 3px;
	vertical-align: middle;
}

.pagefooter td
{
	padding: 3px 6px;
	text-align: left;
	vertical-align: middle;	
}

/* style for faq/troubleshoot */


.question
{
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 22px;
	list-style-type: none;
	
}


.answer
{
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	
}
/* style for product detail tab*/
.xmlocationtable
{
	Width: 100%;
	border-collapse:collapse; 
	border: 3px solid #A6A6A6;	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;

}

.xmlocationtable_1
{
	table-layout: fixed;
	Width: 100%;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;

}
.xmlocationtable_header
{
	table-layout: fixed;
	Width: 100%;
	border: 3px solid #a6a6a6;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;

}


.model_col
{
	width: 20%;
}

.yr_col
{
	width: 20%;
}


.table_colspan
{	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 3px;
	background-color: #A6A6A6;
}

.table_colspan_steps
{	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	border-bottom: 3px solid #A6A6A6;
}


.xmlocationtable thead th:first-child
{
	padding: 3px;
	border-bottom: 3px solid #A6A6A6;
	font-weight: 700;
}
.xmlocationtable thead th
{
	padding: 3px;
	border-bottom: 3px solid #A6A6A6;
	font-size: 16px;
	font-weight: 700;
}

.xmlocationtable td:first-child 
{
	padding: 3px;
	border-bottom: 1px solid #A6A6A6;
}
.xmlocationtable td 
{
	padding: 3px;
	border-bottom: 1px solid #A6A6A6;
	vertical-align: middle;
}

.techspecs
{
	
	Width: 649px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	text-align: left;
	vertical-align: middle;
	
}

.techspecs td:first-child
{
	
	Width: 160px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}
/* style for vehicle specific app note*/

.appnote_a
{	
	text-align:left; 
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

.appnote_q
{	
	width: 180px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #474747;
}

.appnote_title
{
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #474747
	
}	


/* collapsable list -FA@ */



button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 100%;
	border: 3px solid #A6A6A6;	
    text-align: left;
    outline: none;
    transition: 0.4s;
	
}

button.accordion.active, 
button.accordion:hover
{
    background-color: #ddd; 
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}




/* Slideshow container */

* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative; 
  margin: auto; 
}

/* Hide the images by default */
.mySlides1, .myslides2, .mySlides3, .mySlides4, .myslides5, .mySlides6, .mySlides7, .mySlides8, 
.myslides9, .mySlides10, .mySlides11, .myslides12, .mySlides13, .mySlides14, .myslides15, .mySlides16 {
    display: none;
	text-align:center;
}

/* 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;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;

}

/* Caption text */
.text {
  font-family: "proxima-nova",sans-serif;	
  color:black;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  /*bottom: 8px;*/
  width: 100%;
  text-align: center;
}

/* Text to link to the 6mt site */
.specialtext {
  font-family: "proxima-nova",sans-serif;	
  color:#FFFFFF;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  font-family: "proxima-nova",sans-serif;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: darkgrey;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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}
}



