@charset "UTF-8";

html,
body { font: normal 12px/1.4em HelveticaNeue, Helvetica, Arial, sans-serif; }

img { -ms-interpolation-mode: bicubic; /* keeps resizing looking good in IE */ }

a img { border: none; }

a,
em,
strong { color: #00355F; }

.error,
.required { color: #C00; }

.success { color: #0C0; }

img.print {
	height: .75in;
	margin-bottom: 1em;
}

h3,
h4,
h4,
h5,
h6 { font-weight: bold; }

h3 { font-size: 19px; }

h4 { font-size: 17px; }

h5 { font-size: 15px; }

h6 { font-size: 13px; }

/* ===== #productsTable tabs =================================================== */

table {
	border-top: 1px solid #BBB;
	border-left: 1px solid #DDD;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 1em 0;
	color: #666;
}

table th,
table td {
	padding: 4px 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
}

table th {
	font-weight: bold;
	text-align: left;
}

table thead th {
	text-transform: uppercase;
	text-align: center;
}

table.compare img { width: 150px; }

#productsTable a { white-space: nowrap; }

#News-Show td,
#Emissions-Cylinder-vs-After-Treatment td { text-align: center; }

/* ===== default ================================================== */

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.left {
	margin: 0 1em 1em 0;
	float: left;
}

.clear { clear: both; }

.reduced,
form,
fieldset,
form ol,
#header ul,
.subnav ul,
ul.ui-tabs-nav,
#footer ul,
#i_subnav ul {
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}

.hidden,
h1,
#header .utilities,
#nav,
.subnav,
#subnavTabs ul.ui-tabs-nav,
#i_rollovers,
#i_subnav,
#Home-AboutUs .article,
object,
.btn_contactOEMSales,
#footer ul { display: none; }

