@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	src: local("Raleway"), local("Raleway-Regular"), url("http://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2") format("woff2");
	unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body, select, option {
	color: #3a3a3a;
}

#idDivOuter {
	padding-left: 1em;
	padding-right: 1em;
}

#idHeader {
	background-color: #3a3a3a;
	height: 40px;
	margin-left: -1em;
	margin-right: -1em;
}

#idPanel1Child img {
	width: 100%;
	max-width: 303px;
}

.clsCentrePanelAutoMargin {
	border-style: none;
	padding-left: 0px;
	max-width: 1300px;
}

#idPanel1WithLogo {
	margin-top: 10px;
}

.clsPanel2 {
	font-family: Raleway, sans-serif;
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 0.5em;
}

#idDivInner {
	padding-right: 0px; /* Undo Default.css's value. */
}

.clsResetDiv {
	margin-bottom: 1em;
}

input[type="submit"],
button {
	background-color: #3a3a3a;
	color: #f0f0f0;
	border-style: none;
	border-radius: 4px;
	padding: 0.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: 1em;
}

#idModelSearchContainer {
	clear: right;
}

.clsEquipmentMakeModelContainer {
	background-image: none; /* Undo Default.css's value. */
	padding-left: 0em; /* Undo Default.css's value. */
	min-height: 0px; /* Undo Default.css's value. */
}

.clsLubeImage ~ .clsLubeProductNameDiv,
.clsLubeImage ~ .clsVerboseProductDescription,
.clsProductHasImage,
.clsLubeImage ~ .clsProductHyperlinkExtra {
	padding-left: 170px; /* To make space for the left-floated product image... */
}

.clsCompartmentType {
	background-color: #EA3339;
	color: white;
}

.clsProductContainer.clsMoreThanOneProduct {
	display: inline-block;
	width: 33%;
}

.clsProductContainer {
	vertical-align: top;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.clsLubeProductName {
	font-weight: bold;
	font-size: 1.1em;
}

.clsLubeProductName span {
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.clsProductOr {
	display: none;
}

.clsCompartmentSubHeading {
	margin-top: 1em;
	margin-bottom: 1em;
}

.clsCompartmentSubHeading > div {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.clsCompartmentSubHeading > div,
.clsProductContainer.clsMoreThanOneProduct  {
	text-align: center;
}

.clsCompartmentSubHeading img {
	max-height: 4em;
	max-width: 100%;
}

.clsCompartmentSubHeading div div {
	padding-left: 1em;
	padding-right: 1em;
}

.clsCompartmentSubHeading div:last-child div img { /* Redline logo */
	max-height: 3.2em;
}

@media (max-width: 465px) {
	.clsCompartmentSubHeading img {
		max-height: 3.5em;
	}
}

@media (max-width: 398px) {
	.clsCompartmentSubHeading div:first-child div img { /* Phillips 66 logo */
		max-height: 3em;
	}
}

@media (max-width: 360px) {
	.clsCompartmentSubHeading div:first-child div img { /* Phillips 66 logo */
		max-height: 2.5em;
	}
}

@media (max-width: 324px) {
	.clsCompartmentSubHeading div:first-child div img { /* Phillips 66 logo */
		max-height: 2em;
	}
}

.clsNotesInlineWithCompartmentContainer {
	float: none;
	margin-left: 0px;
	max-width: none;
	border-style: none;
	padding: 0px;
}

.clsCompartment1,
.clsCompartment0 {
	padding: 0px;
}

.clsCompartment0 {
	background-color: #F9F9F9;
}

.clsCompartment1 {
	background-color: #ececec;
}

.clsLubeProductsQuantityAndNoteRefs {
	padding: 1em;

}

.clsNoteTextHeading {
	font-weight: bold;
}

.clsCompartmentType {
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 0.2em;
	padding-bottom: 0.15em;
	font-weight: normal;
}

#txtFragmentModelDesc {
	padding: 0.1em;
	padding-left: 0.3em;
	box-sizing: border-box;
	border-style: none;
	border-bottom: 1px solid LightGrey;
	background-color: transparent;
}

@media (max-width: 806px) {
	#cmdOkSearch { float: right; }
}

@media (max-width: 556px) {
	#cmdOkSearch { float: none; }
}

legend {
	display: none;
}

.clsDrilldownListContainer + .clsDrilldownListContainer {
	margin-top: 0.5em;
}

.clsDrilldownListContainer label {
	font-style: italic;
	font-size: 80%;
}

select {
	border-style: none;
	border-bottom: 1px solid LightGrey;
}

option {
	padding-right: 0.5em;
}

#lblFragmentModelDesc,
#lblModelWildcard {
	font-style: italic;
	font-size: 80%;
}

#lblFragmentModelDesc svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	font-size: .75em;
}

label.clsItemUnselected {
	visibility: hidden;
}

#idLblEquipment.clsItemUnselected {
	display: none;
}

.clsFooter {
	border-top: 1px solid LightGrey;
}

#frmModelSelection + .clsFooter {
	margin-top: 8em;
}

.clsFieldsetDivQuickSearch {
	padding-bottom: 0em;
}

#idContentBetweenFieldSets > div {
	margin-left: 0.2em;
	font-style: italic;
	font-size: 80%;
}

#idContentBetweenFieldSets + .clsFieldsetDiv {
	margin-top: 1em;
}

@media (max-width: 418px) {
	.cls3OrMoreProducts .clsLubeProductName {
		font-size: 90%;
	}
}

@media (max-width: 368px) {
	.cls3OrMoreProducts .clsLubeProductName {
		font-size: 80%; 
	}
}

@media (max-width: 335px) {
	.cls3OrMoreProducts .clsLubeProductName {
		font-size: 70%;
	}
}

.clsFooter a {
	color: grey;
}

.clsResetDiv.clsHidden {
	display: block;
	visibility: hidden;
}

#idPagePrint {
	float: right;
	margin-left: 1em;
}
