@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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, input, select, option {
	font-family: "Open Sans", sans-serif;
}

.clsCentrePanelAutoMargin {
	max-width: none;
	margin-left: 0px;
	margin-right: 0px;
}

#idPanel1Child img {
	max-width: 186px;
}

#idPanel1WithLogo {
	max-width: 1250px; /* 1280-15-15 */
	margin-left: auto;
	margin-right: auto;
}

#idPanel1WithLogo > a > img {
	max-width: 117px;
}

@media (max-width: 611px) {/*628px*/
	#idPanel1WithLogo > a + a {
		margin-top: 30px;
	}
}

@media (max-width: 414px) {/*431px*/
	#idPanel1WithLogo > a {
		margin-top: 30px;
	}
	#idPanel1WithLogo > a + a {
		margin-bottom: 30px;
	}
}

#idHeading {
	height: 45px;
	background: url(../Images/HeadingBackground.png) repeat-x;

	background: #a71c26;
	background: -moz-linear-gradient(top,#a71c26 12%,#600 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(12%,#a71c26),color-stop(100%,#600));
	background: -webkit-linear-gradient(top,#a71c26 12%,#600 100%);
	background: -o-linear-gradient(top,#a71c26 12%,#600 100%);
	background: -ms-linear-gradient(top,#a71c26 12%,#600 100%);
	background: linear-gradient(to bottom,#a71c26 12%,#600 100%);
	-webkit-box-shadow: inset 0 22px 20px -20px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 22px 20px -20px rgba(0,0,0,.5);
	box-shadow: inset 0 22px 20px -20px rgba(0,0,0,.5);
}

.clsVerticalAlignHelper {
	height: 100%;
}

#idSubHeading {
	height: 50px;
	background-color: #a51b25;
	font-size: 1.6em;
}

#idSubHeading > div {
	height: 50px;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#idSubHeading > div > * {
	display: inline-block;
	vertical-align: middle;
	color: white;
}

@media (max-width: 285px) {
	#idSubHeading > div > div:first-child {
		font-size: 0.7em;
	}
}

form {
	background: #ded9d4;
	padding-top: 45px;
	padding-left: 15px; /* 1em */
	padding-right: 15px;
}

input[type="submit"] {
	background: #a21e25;
	border-style: none;
	padding: 0.7em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: white;
}

.clsCompartment1 {
	background-color: #EDEBE8;
}

.clsCompartment0 {
	background-color: #F7F5F4;
}

.clsLubeProductName {
	color: #a21e25;
	font-weight: bold;
}

#idBodyNotInIframe form > *,
#idBodyNotInIframe .clsResultsContainer > *,
#idBodyNotInIframe .clsFooter > * {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.clsFooter {
	border-top-color: #a21e25;
}

.clsNotesInlineWithCompartmentContainer {
	border-color: #a21e25;
	border-width: 1px;
}