<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #333333;
	background-image: url('../images/asfalt-light.png');
/*	font-size: 16px;
	height: 100%;
	width: 100%;*/;
}

a {
	color: #083F8F;
}

a:visited {
	text-decoration: none;
}

html {
	line-height: 1.6;
	font-family: "Trebuchet MS", "Arial", "FreeSans", sans-serif;
}

/*Headers*/
h1 {
	margin: 5px 0;
	font-size: 2.3em;
	color: #05539D;
	font-style: normal;
	font-weight: normal;
}

h2 {
	margin: 18px 0 11px 0;
	font-size: 2.1em;
}

h3 {
	color: #FFCC00;
	margin: 14px 0 6px 0;
	font-size: 1.5em;
}

h4 {
	margin: 7px 0;
	font-size: 1.3em;
}

h5 {
	margin: 5px 0;
	font-size: 1.2em;
}

h6 {
	margin: 5px 0;
	font-size: 1em;
}


#header {
	width: 100%;
	overflow: hidden;
/*	background:url('../images/diamond_plate_bg.png') repeat-x;*/
	position: relative;
	z-index: 60;
}

#img_logo {
  /*  max-width: 100%;*/
	max-height: 50px;
	display: block;
	margin: auto;
}

#img_butt {
	max-width: 90%;
	max-height: 90%;
	display: block;
	margin: auto;
}

#img_middle {
	max-width: 99%;
	max-height: 99%;
	display: block;
	margin: auto;
}

#img_find_butt {
	max-width: 90%;
	max-height: 90%;
	display: block;
	margin: auto;
}

#oem_butt {
	background-color: transparent;
/*	border-color:transparent; */
	background: no-repeat url('../images/mobile_blue_button.png');
}

.element {
	background: #bbb;
	border-radius: 25px;
	margin: 1px;
	text-align: center;
}

.emboss {
	box-shadow: 0 -30px 50px #777 inset;
}

.bevel {
	box-shadow: 0 -30px 50px #aaa inset, 0 0 15px #222 inset;
	border: 15px solid #bbb;
}

.tex {
	font-size: 20px;
	letter-spacing: 5px;
	margin: 20px 0 20px 20px;
	font-weight: bold;
	color: #888;
}

.tex-emboss {
	text-shadow: 0 1px 2px #222, 0 1px 2px #333;
}

.tex-bevel {
	text-shadow: 1px 1px 1px #eee;
}

/*.td_back {
    height:90px;    
    background-image: url('../images/mobile_blue_button.png');
    background-repeat:no-repeat;
    background-size:90% 90%;
    text-align:center;
	background-position: center center;
	vertical-align:middle;
	color:white;
}
.td_oem_model {
    height:90px; 
    width:33%;   
    background-image: url('../images/mobile_blue_button.png');
    background-repeat:no-repeat;
    background-size:95% 95%;
    text-align:center;
	background-position: center center;
	vertical-align:middle;
	color:white;
}
.td_literature {
    height:90px; 
    width:33%;   
    background-image: url('../images/mobile_blue_button.png');
    background-repeat:no-repeat;
    background-size:95% 95%;
    text-align:center;
	background-position: center center;
	vertical-align:middle;
	color:white;
	text-decoration:none;
}*/
.td_model {
    height:60px;
    line-height:60px;
    font-size:15px;
    display:table-cell;
    width:33%; 
}
.td_oem_cat {
    height:60px;
    line-height:60px;
    font-size:15px; 
}
.td_literature a:link {
	color: #fff;
	text-decoration: none;
}

.td_literature a:visited {
	color: #fff;
}

.td_oe {
	color: black;
}

#mid_image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	padding: 5px 5px 0 10px;
	height: auto;
}

#footer-links {
	font-weight: bold;
	font-size: 1em;
	padding-top: 1.5em;
	color: #ffffff;
	text-align: center;
}

#footer-links a:link {
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#footer-links a:visited {
	color: #fff;
}

#footer-links a:first-child {
	padding-left: 0;
}

#top_border {
	background: url('../images/top_border.png') repeat;
	height: 3px;
	display: block;
	width: auto;
}

.top_border {
/*	background: url('../images/top_border.png') repeat;
	background-color:black;*/
	height: 3px;
	display: block;
	width: auto;
}

var {
	visibility: hidden;
}

.input-heading {
	font-weight: bold;
	font-size: 1.4em;
	color: white;
	text-align: center;
	padding: 10px 10px;
}

#contentArea {
/*	background-color: #000;*/
	width: 100%;
}

/* End: Global Elements */

.partQty {
	border-radius: 5px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 2px 2px;
}

.partQty input {
/*    border: #dashed Brown 1px;*/
	border-radius: 10px;
	width: 3em;
	text-align: center;
	padding: 0;
	margin-left: 2px;
}

.alignCenter {
	text-align: center;
}

.partImage {
	padding: 10px 10px 10px 10px;
	float: left;
	height: inherit;
	vertical-align: middle;
	text-align: center;
}

.imgPart {
	max-width: 100px;
}

/*Begin: Parts*/
.findPartsForm {
	margin-top: 0;
	text-align: center;
}

.searchbox {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
 /*   background:  #333333;*/;
}

.partSearchContainer {
	width: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
/*   min-width: 190px;*/;
}

.partSearchContainerl {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border: 0;
}

.partSearchContainerr {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
/*    float:  right;*/
	border: 0;
}

#partSearch {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid white;
	background-color: #646464;
	color: #FFF;
}

#partSearch a {
	color: #fff;
	font-size: 1.6em;
}

#searchField {
	padding: 0 0 3px 3px;
	font-weight: bold;
	width: 65%;
	border: 0;
	margin: 0;
	height: 30px;
	vertical-align: bottom;
	font-size: 1em;
}

.searchIcon {
	border-radius: 5px;
	padding: 0 0 3px 3px;
	vertical-align: bottom;
	display: inline-block;
	width: 3em;
	height: 33px;
	background: url('../images/magnifying_glass.png') no-repeat center;
	background-color: black;
}


/* End: Parts */
/* find distributor */
.storePadding {
	padding: 0 0 0 10px;
}

#zipCode {
	height: 28px;
	width: 50%;
	vertical-align: bottom;
	color: #05539D;
	font-size: 1.5em;
}

.store_img {
	background: transparent url("../images/find_a_distributor_icon.png") no-repeat scroll center center;
	height: 90px;
}

.findStoreForm {
	text-align: center;
	text-transform: uppercase;
}

.findStoreForm div {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

#currentLocation {
	/*	background-color: black;
border-top:2px solid #EEE;*/
	font-size: 120%;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

#currentLocation p {
	height: 100%;
	display: inline-block;
	background: transparent url('../images/location.png') no-repeat left;
	-webkit-background-size: 2.5em auto;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding-top: 0.9em;
	padding-bottom: 0.8em;
	padding-left: 2.9em;
	color: #fff;
}

.input-search {
	color: orange;
}

#storeLocator {
	background: url("../images/globe.gif") no-repeat scroll center top;
	background-size: 80%;
	text-align: center;
}

#storeLocator #storeList p {
	padding: 5px 0 5px 0;
}

#storeLocator .contentText {
	font-size: 1em;
	text-align: center;
	color: #646464;
	font-weight: bold;
	padding: 15px;
}

.aboutus p {
	color: #FFFFFF;
}

/* Red Dot Stuff */

.part_pic_small {
	width: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.part_pic_small img {
	width: 100%;
}

#main {
	color: white;
}

.menu {
	background-color: white;
}

th {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #464646;
}

hr {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.part_info {
/*	font-size: .8em; */
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #000000;
}

.lookup-text {
	font-size: 24px;
	text-align: right;
/*	vertical-align:top;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #ffffff;
}

.large-pic {
	margin: 0;
/*	max-width:230px;*/
	overflow: hidden;
}

.large-pic img {
/*	border:1px;
	border-color:black;
	border-style:solid;
	float:left;*/
	padding: 0;
	display: block;
	margin: auto;
}

.large-pic span {
	visibility: hidden;
	position: absolute;
}

.large-pic:hover span {
 /*CSS for enlarged image on hover*/
	visibility: visible;
	text-align: center;
	border: 1px solid #3d3d3d;
	display: block;
	position: fixed;
	top: 20%;
	left: 45%;
	box-shadow: 5px 10px 18px #888888;
	background: #ffffff;
}

.tiny-pic div {
	visibility: hidden;
	position: absolute;
}

.tiny-pic:hover div {
 /*CSS for enlarged image on hover*/
	visibility: visible;
	border: 1px solid #3d3d3d;
	box-shadow: 5px 10px 18px #888888;
	margin: 0 auto;
	background: #f7f7f7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
}

.small-pic {
	width: 50px;
/*	border:1px;
	border-color:black;
	border-style:solid;*/;
}

.part_pic {
	height: 250px;
	text-align: center;
	vertical-align: middle;
	max-width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.part_pic_small {
	height: 200px;
}

.news_feeds {
	color: #FFFFFF;
	width: 100%;
	border-radius: 10px;
/*	padding:10px 2px 10px 2px;
	box-shadow: 10px 10px 100px 10px #000000;*/;
}

.news_feeds div {
	vertical-align: top;
	padding: 10px 10px 10px 2px;
	font-size: 16px;
	overflow: auto;
/*	height:340px;*/;
}

.news_feeds td {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
/*	border-top: 2px #FFFFFF;*/;
}

</pre></body></html>