
/* top menu */

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 45px;
	margin-right: none;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	background-repeat: no-repeat;
}
.home {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-home2.jpg); width: 143px;}
.home a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-home1.jpg);}
.parts {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-parts2.jpg); width: 43px;}
.parts a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-parts1.jpg);}
.warranty {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-warranty2.jpg); width: 66px;}
.warranty a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-warranty1.jpg);}
.about {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-about2.jpg); width: 50px;}
.about a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-about1.jpg);}
.contact {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-contact2.jpg); width: 58px;}
.contact a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-contact1.jpg);}
.jobbers {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-jobber2.jpg); width: 63px;}
.jobbers a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-jobber1.jpg);}
.espanol {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-espanol2.jpg); width: 58px;}
.espanol a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-espanol1.jpg);}
.cart {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-cart2.jpg); width: 102px;}
.cart a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-cart1.jpg);}
.shipping {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-shipping2.jpg); width: 68px;}
.shipping a {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-shipping1.jpg);}
.search {background-image: url(https://www.suncoreindustries.com/images-english/suncore-navigation-search-background.jpg);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



/* top menu */

.style6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: italic; color: #000000; }
.style13 {font-size: 10pt}
.style15 {font-size: 9px}
.style16 {
	font-size: 12px
}
.style34 {font-size: 11px}
.style44 {color: #C5CBDC; font-size: 1px; }
.style22 {font-weight: bold}
.style23 {color: #003366; line-height:16px; letter-spacing:.1em; text-decoration: none; font: 14px Verdana, Arial, Helvetica, sans-serif;}
.style24 {font-family: Arial, Helvetica, sans-serif}
.style2 {color: #3853A3}
.style40 {font-size: 18px}
.style41 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.style4 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.style5 {color: #FF0000}
.style100 {
text-decoration: underline;}

.style104 {color: #525A7C}
.style105 {color: #006600}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C5CBDC;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(https://www.suncoreindustries.com/images-english/body_bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(https://www.suncoreindustries.com/images-english/background.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 216px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.title {
	font-size: 18px;
	margin: 2px;
	}

.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
<![endif]--><!--[if IE]>
 /* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
-->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.style3 {color: #4F587A; font-style: italic; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #C5CBDC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




<!-- Add-On Core Code (Remove when not using any add-on's) -->

.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}.style18 {font-size: 10px}

.navText {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	


#navigation a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:2px 2px 2px 2px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	

#navigation a:hover {
	background: #CCCCCC;
	color:#003366;
	}	


/*
 * CSS for the Firestone Application Guide
 */
 
table.appguide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid black;
  font-family: Arial, Helvetica, sans-serif;
}

tr.datarow {
  background: white;
  font-size: 10pt;
}

tr.headrow {
  background: #C5CBDC;
  border-bottom: 1px solid black;
  font-size: 11pt;
  font-weight: bold;
}

td.model-h {
  width: 26%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 3px solid black;
  font-weight: bold;
}

td.year-h {
  width: 5%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
  font-weight: bold;
}
  
td.location-h {
  width: 9%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 1px solid black;
  font-weight: bold;
}

td.nodrill-h {
  width: 7%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 1px solid black;
  font-weight: bold;
}

td.airspring-h {
  width: 9%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
  font-weight: bold;
}

td.accessory-h {
  width: 12%;
  vertical-align: middle;
  text-align: center;
  border-bottom: 5px solid black;
  border-right: 3px solid black;
  font-weight: bold;
}

td.model {
  width: 26%;
  text-align: left;
  border-bottom: 1px solid black;
  border-right: 3px solid black;
}

td.year {
  width: 5%;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 5px solid black;
}
  
td.location {
  width: 9%;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

td.nodrill {
  width: 7%;
  text-align: center;
  vertical-align: top;
  padding: 0px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

td.airspring {
  width: 9%;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 5px solid black;
}

td.accessory {
  width: 12%;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 3px solid black;
}

img.nodrill {
  padding: 0px;
  margin: 0px;
}

span.rr {
  color: #e80000;
}

span.sr {
  color: #000000;
}

span.cr {
  color: #0000e8;
}


