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

html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	font-family: 'Lato', sans-serif;
	padding: 0;
	font-size: 100%;
	background: url('Images/headerrevised.png') repeat-x #fff ;
	color: #4e4e4e;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] 
{
    font-family: 'Lato', sans-serif;
}

a img
{
	border: 0;
}

a
{
	color: #1a4894;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #0054a6;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

table.documents
{
    font-size: inherit;
    border: 2px solid #c1cada;
    border-collapse: collapse;
}

table.documents tr td
{
    border: 2px solid #c1cada;
    border-collapse: collapse;
    padding: 4px;
    vertical-align: top;
    min-width: 220px;
    text-align: center;
}

table.documents tr td a
{
    color: #245ebe;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

table.documents tr td a:hover
{
    color: #4f81d3;
    text-decoration: underline;
}


a.selector
{
  background-repeat: no-repeat;
  width: 158px;
  height: 38px;
  overflow: hidden;
  display: block;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background-color: #245EBF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

a.selector:hover
{
  background-color: #183F80;
}

.fade
{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover
{
    opacity: 0.5;
}

#headercontainer
{
	width: 100%; 
	/*position: fixed;*/
	z-index: 9999;
}

.aapexwidget {
	margin-left: 25px; 
	margin-right: auto; 
	margin-bottom: 0px;
	margin-top: -40px; 
	width: 300px; 
	background-color: #d1d1d1; 
	z-index: 20;
}

.flexslider
{
	border: 0;
	padding: 0;
}

header
{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-height: 98px;
	/*background: url('Images/headergnew.png') repeat-x #fdfdfd;
	-webkit-box-shadow: 0px 9px 13px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 13px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 13px -9px rgba(0,0,0,0.75);*/
	z-index: 99999;
}

#subtab {
	width: 85%;
	margin-right: auto;
	position: relative;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1000;
	margin-left: auto;
}

#Tabsub {
	behavior: url(/CORE/PIE.htc);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: #999999;
	padding-top: 5px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	float: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 1000;
	margin-right: 3px;
	background-image: url(../Images/darkpatternaisin.jpg);
}
#Tabsub a {color: #FFFFFF; text-decoration:none}
#Tabsub a:hover {color: #FFFFFF; text-decoration:underline}

footer
{
	background: url('Images/footerbg.png') repeat-x transparent;
	width: 100%;

	position: fixed;
	bottom: 0px;
}

#innerfooter
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#mobilefooter
{
	background: #272a2f;
	width: 100%;
	border-top: 12px solid #6388cf;
}

.footercontents
{
	color: white;
	text-align: right;
	font-size: 10px;
	margin-top: 115px;
	margin-right: 20px;
}

.footercontents a 
{
	color: white;
}

.footercontentsmobile
{
	color: white;
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

.footercontentsmobile a 
{
	color: white;
}
.footnav {
	margin-right: 25px;
}
.footnav a {
    color: #FFFFFF;
    text-decoration: none;
}

.footnav a:after
{
	content: "|";
	padding-right: 5px;
}

#content
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/*-webkit-box-shadow: 1px 4px 11px 4px rgba(0,0,0,0.28);
	-moz-box-shadow: 1px 4px 11px 4px rgba(0,0,0,0.28);
	box-shadow: 1px 4px 11px 4px rgba(0,0,0,0.28);*/
	min-height: 25px;
	/*background: white;*/
  overflow-x: hidden;
}

img.logo
{
	width: 100%;
	height: auto;
	max-width: 242px;
	display: block;
	margin-left: 40px;
}

img.grouplogo
{
	width: auto;
	height: auto;
	max-width: 186px;
	max-height: 80px;
	float: right;
	text-align: right;
	display: block;
}

#languagebox
{
    font-family: Arial, Sans-Serif;
	text-align: right;
    color: #1a4894;
	font-size: 65%;
	font-weight: bold;
	display: block;
	width: 100%;
}

.pure-button-primary.search
{
	background: #0054a6;
	border-radius: 12px;
	padding-top: 2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	font-size: 11px;
    font-family: Arial, Sans-Serif;
}

input.customround
{
	width: 170px;
	font-size: 13px;
}

form.pure-form.search
{
	float: right;
	margin: 5px;
	padding-top: 5px;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

.bold
{
	font-weight: bold;
}

.padding
{
	padding: 15px;
}

table#search 
{
	width: 100%;
}

table#search td
{
	padding: 6px;
}

#topheaderbar
{
	/*background: url("/Images/Headbar1.jpg") repeat-x;*/
	max-width: 1000px;
	width: 100%;
	height: 16px;
}

#bottomheaderbar
{
	/*background: url("/Images/Headbar2.jpg") repeat-x;*/
	max-width: 1000px;
	width: 100%;
	height: 16px;
}
.ProductName {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-align: left;
	color: #245EBE;
}
a.buttonServices
{
	behavior: url(PIE.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#abc1e6;
	-webkit-box-shadow: #000 0px 3px 5px;
	-moz-box-shadow: #000 0px 3px 5px;
	box-shadow: #000 0px 3px 5px;
	background: #abc1e6;
	background-image: url(/Images/pill-off.png);
	width: 75px;
	display: block;
	background-position: 0px;
	color: white;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	float: left;
	height: 34px;
	margin-right: 10px;
}

a.buttonServices:hover
{
	background-image: url(/Images/pill-OVER.png);
}

#ProdSelector {
	margin-top: 30px;
}
/* Prod Page Outside Product holding box */
.ProdPageProdHolder {
	behavior: url(/CORE/PIE.htc);
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding-top: 5px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 85;
	margin-right: auto;
	width: 963px;
	margin-left: auto;
	margin-bottom:20px;
}
/* Prod Page Outside individual Product category holding box color */
.PDCoolingColor1 {
	background-color: #D6DEF2;
}
.PDdrivecolor1 {
	background-color: #F1E0C0;
}
.PDenginecolor1 {
	background-color: #D5C8C2;
}
.PDelectronicscolor1 {
	background-color: #EDEFB9;
}
.PDfluidscolor1 {
	background-color: #BECBBB;
}


/** mobile responsiveness **/
.desktop { display: block; }
.mobile { display: none; }

#docs {
  background-color: #245EBE;
  width: 180px;
  float: right;

  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 10px;
  min-height: 100px;
  behavior: url(/CORE/PIE.htc);
  -webkit-box-shadow: #666 7px 7px 15px;
  -moz-box-shadow: #666 7px 7px 15px;
  box-shadow: #666 7px 7px 15px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.docs {
  background-color: #245EBE;
  width: 190px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 10px;
  min-height: 50px;
    padding: 14px;
    padding-left: 20px;
    padding-right: 2px;
  behavior: url(/CORE/PIE.htc);
  -webkit-box-shadow: #666 3px 3px 10px;
  -moz-box-shadow: #666 3px 3px 10px;
  box-shadow: #666 3px 3px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    z-index: 10000;
    float: right;
}

.doctitle
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.docs ul
{
  padding: 0;
    margin: 0;
    margin-left: -8px;
  font-weight: bold;
    font-size: 12px;
  width: 183px;
  list-style: none;
    border: 1px solid #287193;
    overflow: hidden;
}

.docs ul li
{
    background: url('/Images/docitem.jpg') repeat-y;
    width: 183px;
    min-height: 28px;
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 13px;
    border-bottom: 1px solid #123671;
}

.docs ul li:hover
{
    background: #346ac4;
}

.docs ul li a
{
    color: #a3beea;
    text-decoration: none;
}

.docs ul li a:hover
{
    color: #d9e5f9;
    text-decoration: none;
}

h6
{
    color: black;
    font-size: 18px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 800px) 
{
	.desktop { display: none; }
	.mobile { display: block; }

body
{
	margin: 0;
	font-family: 'Lato', sans-serif;
	padding: 0;
	font-size: 100%;
	background: none;
	color: #4e4e4e;
}

table.documents tr td
{
  display: block;
}

.docs
{
  float: none;
  margin: 0 auto;
}

	#headercontainer
	{
    position: relative;
		max-width: 1000px;
	}
header
{
	background: url('Images/headergnew.png') repeat-x #fdfdfd;
}
#topheaderbar
{
	background: url("https://aisinaftermarket.com/Images/Headbar1.jpg") repeat-x;
	max-width: 1000px;
	width: 100%;
	height: 16px;
}

#bottomheaderbar
{
	background: url("https://aisinaftermarket.com/Images/Headbar2.jpg") repeat-x;
	max-width: 1000px;
	width: 100%;
	height: 16px;
}

#subtab {
	width: 100%;
	margin-right: auto;
	position: relative;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1000;
	margin-left: auto;
}

#Tabsub {
	behavior: url(/CORE/PIE.htc);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: none;
	padding-top: 5px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 1000;
	margin-right: 3px;
	background-image: url(../Images/darkpatternaisin.jpg);
}
#Tabsub a {color: #FFFFFF; text-decoration:none}
#Tabsub a:hover {color: #FFFFFF; text-decoration:underline}



  table#catproducts td
  {
    display: block;
  }

  #contentspacing
  {
    display: none;
  }

	.footercontents
	{
		text-align: center;
	}

	#languagebox
	{
		font-size: 75%;
	}

	input.customround
	{
		width: 100%;
	}

	img.logo
	{
		margin: auto;
		max-width: 150px;
	}

	#topheaderbar
	{
		height: 10px;
	}

	#bottomheaderbar
	{
		height: 10px;
	}

	img.grouplogo
	{
		margin: auto;
		float: none;
	}

	form.pure-form.search
	{
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	#languagebox
	{
		text-align: center;
	}

	.footnav a 
	{
	   	display: block;
	   	padding: 7px;
	   	background: #373b41;
	   	font-weight: bold;
	   	font-size: 13px;
	   	margin-top: 2px;
	}

	.footnav a:after
	{
		padding: 0;
		content: none;
	}

}



table#globalmap
{
	border-collapse: collapse;
	border: 0;
}

table#globalmap td
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}





#cssmenu {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  box-sizing: content-box;
  z-index: 9999;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 9999;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
	z-index: 9999;
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
#cssmenu ul li ul li {
	z-index: 9999;
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #26292e;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #26292e;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #26292e;
}
#cssmenu ul li ul li a {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 250px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #26292e;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #fff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 11px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #26292e;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #fff;
  padding: 15px 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #4cb6ea;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #4cb6ea;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #26292e;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 250px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 250px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
    text-transform: uppercase;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
	color: #333333;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #333333;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #4cb6ea;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 16px;
    box-sizing: content-box;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 26px;
    box-sizing: content-box;
  }
}

td.oiltable {
	padding-left: 5px;
	padding-right: 5px;
}
