@charset "UTF-8";
@import url('reset.css');

/* ===== base ====================================== */

html,
body { font: normal 12px/1.4em Helvetica, Arial, sans-serif; }

h1 {
	font-size: 24px;
	border-bottom: 1px dotted #000;
	margin: 0 0 .5em 0;
}

h2 { font-size: 21px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h2,
h3,
h4,
h5,
h6 { margin: 12px auto 3px; }

p,
dl,
ol,
ul { margin-bottom: 1em; }

dt { font-weight: bold; }

li,
dt,
dd { margin-bottom: .5em; }

dd { padding-left: 2.5em; }

#main {
	border: 1px dotted #000;
	border-width: 1px 0;
	line-height: 1.667;
	margin-bottom: 1em;
}

h3.table-header {
	margin: 20px 0 0 0;
}

h3.print-details-header {
	border-bottom: 1px dotted #000;
}

#engine-detail #introduction h1 img {
	margin: 5px 0 -10px 0;
}

.gm_map,
.gm_address { padding-right: 1em; }

#productsTable {
	margin-bottom: 2em;
}

/* ===== tables ==================================== */

table.super { font: normal 11px Arial, Helvetica, sans-serif; }

table.super caption,
table.super th,
table.super td {
	padding: .5em 1em;
	border: 1px solid silver;
}

table.super caption {
	font-weight: bold;
	border-bottom: none;
}

/* ===== forms ===================================== */

fieldset.super legend { color: #000; }

fieldset.super li { margin: 1em auto; }

fieldset.super li li { margin: .5em auto; }

fieldset.super label {
	display: block;
	color: #000;
}

fieldset.super li li label {
	display: inline;
	width: auto;
	color: #444;
}

fieldset.super .textfield,
fieldset.super .textarea,
fieldset.super .select,
fieldset.super .multiselect {
	border: 1px solid #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

fieldset.super .textfield:focus,
fieldset.super .textarea:focus,
fieldset.super .select:focus,
fieldset.super .multiselect:focus { border-color: #000; }

fieldset.super .multiselect,
fieldset.super .textarea { vertical-align: top; }

fieldset.super .textfield { width: 200px; }

fieldset.super .textarea {
	width: 400px;
	height: 100px;
}

fieldset.super .select,
fieldset.super .multiselect { width: 202px; }

fieldset.super .radio,
fieldset.super .checkbox { margin-left: 0; }

/* ===== default =================================== */

.clear,
#footer {
	clear: both; 
}

.reduced,
form,
fieldset,
legend,
fieldset ol {
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}

a { 
	color: #000 !important;
	text-decoration: none !important;
}

/* disables link appearance in print preview mode for google map search results */
.gm_MapPanTo {
	text-decoration: none;
	cursor: auto;
}

#gm_map_content {
	border: none;
	padding: 0;
}

#gm_map {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
}

.screen,
#header h1,
#skip,
#header ul,
a#branding,
#slideShowContainer,
ul#homeFeatures,
.site-links,
ul#engine-thumbs,
nav#nav-tertiary,
.content-sub-nav,
.aboutUsLargeNav,
a.right,
body#engine-detail .ui-widget-header,
ul.mapSecondaryLinks li.backtoResultsLink,
ul.mapSecondaryLinks li.startOverLink,
ul.mapSecondaryLinks li.emailLink,
ul.mapSecondaryLinks li.printPreviewLink,
ul.mapSecondaryLinks li.printLink,
#gm_map_hdr,
#gm_map_ftr,
.gm_actions,
.contentGradient,
#productsTable ul,
.topCurve,
.bottomCurve,
img.product-detail,
#videobtns,
.downloadpdfDiesel,
#subnav_newsRoom,
#emissions-sub-nav,
.three-sixty {
	display: none; 
}

.print {
	display: block !important;
	margin-bottom: 1em;
}

.alignright,
.right {
	margin: 0 0 1em 1em;
	float: right;
}

.alignleft,
.left {
	margin: 0 1em 1em 0;
	float: left;
}
