/**
 * Style sheet for Toyota section of www.hinterland.com.au 
 * Copyright Instyle IT - www.instyleit.com.au - Australian Web Hosting and Design
*/

/******************************
** Sub Navigation styles
******************************/
#printSNBox {
  width: 180px;
  border: 1px solid #4d4466;
}
#printSNHeading {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background: #4d4466;
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #4d4466;
}
#printSNText {
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  background: white;
}
#printHigherNav {
  margin: 0;
  padding: 0;
}
#printHigherNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#printHigherNav li a {
  text-decoration: none;
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding-left: 10px;
}
#printHigherNav a.active {
  font-weight: bold;
}
#printHigherNav a:hover {
  background: #4d4466;
  color: white;
}
#printSameNav {
  margin: 0;
  padding: 0;
}
#printSameNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#printSameNav li a {
  text-decoration: none;
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding-left: 20px;
  background: url(/image/partsRaquo.jpg) no-repeat 5px;
}
#printSameNav a.active {
  font-weight: bold;
}
#printSameNav a:hover {
  background: #4d4466;
  color: white;
}
#printSubNav1 {
  margin: 0;
  padding: 0px;
}
#printSubNav1 ul {
  list-style-type: none;
  padding: 0px;
}
#printSubNav1 li a {
  text-decoration: none;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-right: 0;
  padding-left: 30px;
  background: url(/image/partsArrow.jpg) no-repeat 15px;
}
#printSubNav a.active {
  font-weight: bold;
}
#printSubNav1 a:hover {
  background: #4d4466;
  color: white;
}

/**
 * EOF Sub Navigation styles
 */


#breadCrumb {
  position: absolute;
  top: 135px;
  left: 260px;
  width: 500px;
}
#breadCrumb ul {
  margin:0;
  padding:0;
  list-style: none;
}

#breadCrumb li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; 
  background: url('/image/partsRaquo.jpg') no-repeat left;
}
#topNavBaseLine {
  background: #4d4466;
  height: 3px;
}
#topNavBaseSquare {
  position: absolute;
  top: 130px;
  left: 201px;
  width: 60px;
  height: 20px;
  background: #4d4466 url('/image/topNavBaseLineCurve.gif') right bottom no-repeat;
}
#tabNav a.active {
  background: #4d4466;
}
.partsEnquiryExample {
  font-size: 9px;
  color: #585956;
}