* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*margin: 0; / * for sticky footer */
}

/*html, body { height: 100%; } / * for sticky footer */
.clsWrapper { /* for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
}

.clsPush { /* for sticky footer */
	height: 1em;
}

body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 1em;
	background-color: #98aad3;
}

.clsFieldset {
	border-style: none;
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

form, select, option, input {
	font-family: Helvetica, Verdana, Arial;
	font-size: 1em; /* To match body for IE. */
}

select, option, input {
	padding-top: 0.65em;
	padding-bottom: 0.65em;
}

label {
	font-size: 90%;
	display: block;
	margin-top: 0.3em;
}

button {
	font-size: 1em; /* To match body. */
	width: 100%;
	text-align: left;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background: white url(../SharedMobile/Images/LightBlueGreyToWhite30h1w.jpg) repeat-x bottom;
	border-top-style: none;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left-style: none;
}

button table {
	border-style: none;
}

#idEquipmentButtonNotClicked {
	color: black;
}

input[type=text],
select {
	width: 80%;
}

input[type=submit] {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: white url(../SharedMobile/Images/LightBlueGreyToWhite30h1w.jpg) repeat-x bottom;
	border-radius: 4px;
}

input[type=submit],
fieldset > button {
	border-radius: 4px;
}

#idDrillDown > button:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#idDrillDown > button:last-of-type {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#idReset {
	float: right;
	text-align: right;
}

.clsResetShow {
}

.clsResetHide {
	display: none;
}

#idChoose {
	height: 29px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.clsFloatRight {
	float: right;
	margin-right: 5px;
}

.clsFloatNone {
}

#idLogo {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#idLubeDisplay > div {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.clsButtonGo {
	float: right;
}

.clsButtonContent {
	text-align: left;
}

.clsButtonIcon {
	margin-right: 0.5em;
	margin-left: 4px;
}

.clsCompartmentType {
	font-size: 150%;
	font-weight: bold;
	color: #c8a306;
	margin-bottom: 1em;
}

.clsNoteTextAndNumber {
	margin-left: 4em;
	padding-bottom: 1em;
}

.clsNoteNumber {
	width: 2em;
	text-align: right;
	float: left;
	padding-left: 1em; /* To make it the same as clsCompartmentType */
}

.clsFooter {
	font-size: 70%;
	clear: both;
	padding: 1em;
}

.clsLubeProductImage {
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	float: left;
}

.clsLubeProductImage img {
	height: 115px;
}

.clsInterFieldsetSpace {
	height: 0.5em;
}

.clsMakeModel {
	font-size: 120%;
	margin-top: 1em;
}

#idLogo {
	border-style: none;
}

.clsProductHyperlinkExtra {
	margin-top: 1.3em;
	margin-bottom: 0.4em
}

.clsProductHyperlinkExtra span {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	border-radius: 4px;
	padding: 0.3em;
	padding-top: 0.7em; /* Make the button of tappable size. */
	padding-bottom: 0.7em;
	display: inline-block;

	background: #EDF0F8; /* Old browsers */
	background: -moz-linear-gradient(top,  #EDF0F8 0%, #C6D1E7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDF0F8), color-stop(100%,#C6D1E7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EDF0F8 0%,#C6D1E7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EDF0F8 0%,#C6D1E7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EDF0F8 0%,#C6D1E7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EDF0F8 0%,#C6D1E7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDF0F8', endColorstr='#C6D1E7',GradientType=0 ); /* IE6-9 */
}

.clsProductHyperlinkExtra a {
	text-decoration: none;
	color: black;
}

.clsProductHyperlinkExtraNoLink {
	display: none;
}

.clsCompartment1,
.clsCompartment0 {
	padding-top: 1em;
	padding-bottom: 2em;
}

.clsCompartment1 {
	background-color: #eaeef7;
}

.clsCompartment0 {
	background-color: #d3dbed;
}

.clsProduct {
	clear: both;
	vertical-align: top;
}

.clsRecommendationHasAtLeast1ImageOrDesc {
	float: left;
}

.clsProduct + .clsProduct {
	margin-top: 3em;
}

.clsProductOr {
	display: block;
	position: relative;
	top: -2em;
}

.clsProductNameLink {
}

.clsProductName {
	font-weight: bold;
}

.clsButtonIcon0 { background: url(../SharedMobile/Images/MagnifyingGlass.png) no-repeat left top; }
.clsButtonIcon1 { background: url(../SharedMobile/Images/IconCars.png) no-repeat left top; }
.clsButtonIcon2 { background: url(../SharedMobile/Images/IconLight.png) no-repeat left top; }
.clsButtonIcon3 { background: url(../SharedMobile/Images/IconHeavy.png) no-repeat left top; }
.clsButtonIcon4 { background: url(../SharedMobile/Images/IconMcycles.png) no-repeat left top; }
.clsButtonIcon5 { background: url(../SharedMobile/Images/IconOutboard.png) no-repeat left top; }
.clsButtonIcon6 { background: url(../SharedMobile/Images/IconStern.png) no-repeat left top; }
.clsButtonIcon7 { background: url(../SharedMobile/Images/IconInboard.png) no-repeat left top; }
.clsButtonIcon8 { background: url(../SharedMobile/Images/IconIengines.png) no-repeat left top; }
.clsButtonIcon9 { background: url(../SharedMobile/Images/IconPower.png) no-repeat left top; }
.clsButtonIcon10 { background: url(../SharedMobile/Images/IconLawnWalk.png) no-repeat left top; }
.clsButtonIcon11 { background: url(../SharedMobile/Images/IconLawnRideOn.png) no-repeat left top; }
.clsButtonIcon12 { background: url(../SharedMobile/Images/IconFarm.png) no-repeat left top; }
.clsButtonIcon13 { background: url(../SharedMobile/Images/IconEarth.png) no-repeat left top; }
.clsButtonIcon14 { background: url(../SharedMobile/Images/IconIvehicles.png) no-repeat left top; }

.clsFooterIFMLogo {  background: url(../SharedMobile/Images/InfomediaLogoBlack.png) no-repeat left top; }

#idBackButtonContainer button {
	width: auto;
}

.clsFooter > div > a:last-child {
	margin-left: 0.5em;
}

.clsFooter2 {
	margin-bottom: 1em;
}

/* Per-compartment note text --------------------------------------------------------------------*/

.clsLubeQuantityAsterisk {
	display: block;
}

.clsLubeQuantityAsterisk.clsLubeQuantityAsteriskOmitted {
	display: inline;
}

.clsNotesInlineWithCompartmentContainer {
	float: right;
	max-width: 50%;
	margin-top: 1em;
	border: 2px solid #c8a306;
	border-radius: 5px;
	padding: 0.5em;
}

@media (max-width: 664px) {
	.clsNotesInlineWithCompartmentContainer {
		max-width: 80%;
	}
}

.clsNoteTextHeading {
	font-style: italic;
}

.clsNotesInlineWithCompartment {
	padding-left: 1em; /* Expose the list-style type. */
}

.clsCompartment0,
.clsCompartment1 {
	clear: right;
}

.clsRecommendation {
	overflow: hidden;
}

.clsLubeQuantity {
	display: block;
	margin-bottom: 1em;
}

.clsLubeQuantityPrefix,
.clsLubeQuantityAndSuffix {
	display: inline-block;
}

.clsLubeQuantityPrefix {
	margin-right: 0.3em;
}

@media (min-width: 790px) {
	.clsNotesInlineWithCompartmentContainer {
		float: left;
		margin-left: 353px;
	}
}

/*-----------------------------------------------------------------------------------------------*/

.clsFooter a + a {
	margin-right: 20px;
}
