body {
	font-family: Arial; /* Undo Default.css's value. */
	font-size: 13px;
	color: #333333;
}

legend {
	color: #333333;
}

.clsCentrePanelAutoMargin {
	max-width: 920px;
	padding: 1em;
}

#idPanel1WithLogo {
	xxxmargin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.clsCentrePanelAutoMargin {
	border-style: none; /* Undo Default.css's value. */
}

#idDivInner {
	padding-right: 0.5em; /* Undo Default.css's value. */
}

.clsDrilldownListContainer {
	margin-top: 0.2em;
}

.clsEquipmentMakeModelContainer {
	background-image: none; /* Undo Default.css's value. */
	padding-left: 0px; /* Undo Default.css's value. */
	min-height: 0px; /* Undo Default.css's value. */
}

.clsLubeProductsQuantityAndNoteRefs,
.clsEquipmentMakeModelContainer {
	margin-left: 0.2em;
}

form {
	border: 1px solid #003168;
}

form {
	border-radius: 10px;
	padding: 1em;
}

.clsCompartmentType {
	background-color: #ebebeb;
	border-bottom: 1px solid #cccccc;
}

.clsCompartment1,
.clsCompartment0 {
	background-color: transparent;
	padding: 0em;
	margin-bottom: 2em;
}

.clsCompartment1:last-child,
.clsCompartment0:last-child {
	xxxmargin-bottom: 0em;
}

.clsCompartmentType {
	color: #666666;
	font-size: 120%;
	margin-bottom: 0.2em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	xxxpadding: 0.1em;
	xxxpadding-left: 0.2em;
	padding: 0.5em;
}

.clsLubeProductName {
	font-weight: bold;
}

a {
	color: #0C479D; /*#2367b5*/;
}

.clsEquipmentMakeModelContainer {
	margin-top: 1em;
}

.clsFooter {
	border-top-style: none;
	padding-top: 0em;
}

.clsFooter1 {
	border-top: 1px solid grey;
	padding-top: 1em;
}

.clsLubeImage img {
	max-width: 170px;
}

/*v------------------------------ Product image proportional sizing -----------------------------*/

@media (max-width: 664px) {
	.clsLubeImage ~ .clsLubeProductNameDiv,
	.clsLubeImage ~ .clsVerboseProductDescription,
	.clsProductHasImage,
	.clsLubeImage ~ .clsProductHyperlinkExtra {
		padding-left: 0px;
	}

	.clsProductOr.clsProductHasImage {
		width: 182px; /* 170px + width of "or" */
		max-width: 30%;
		text-align: right;
		margin-left: 20px;
	}

	.clsLubeImage {
		width: 170px;
		max-width: 30%;
		margin-right: 20px;
	}
}

@media (min-width: 665px) {
	.clsLubeImage ~ .clsLubeProductNameDiv,
	.clsLubeImage ~ .clsVerboseProductDescription,
	.clsProductHasImage,
	.clsLubeImage ~ .clsProductHyperlinkExtra {
		padding-left: 170px; /* To make space for the left-floated product image... */
	}
}

.clsLubeImage {
	margin-bottom: 1em;
}

.clsLubeImage img {
	width: 100%;
}

/*^------------------------------ Product image proportional sizing -----------------------------*/

.clsLubeProductName {
	color: #0C479D; /*#0066B3;*/
	font-size: 15px;
}

.clsVerboseProductDescription > .clsAmpolContact {
	margin-top: 2em;
	margin-bottom: 2em;
	font-style: italic;
	padding-left: 1em;
	border-left: 2px solid #ededed;
	line-height: 1.5;
}
