* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../Images/BodyBackground.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	background-color: #eeeeee;
}

select, option, input {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
}

input[type="text"] {
	width: 20em;
}

input[name="cmdReset"] {
	padding: 0.2em;
}

input[name="cmdOkSearch"] {
}

input[type="submit"] {
	border: 1px solid black;
	background-color: #999999;
	color: white;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

div {
	xxxborder: 1px solid blue;
}

fieldset {
	border-style: none;
}

fieldset legend {
	font-family: Orbitron, Helvetica, Verdana, Arial;
	font-size: 150%;
	font-weight: bold;
}

label {
	margin-left: 1em;
	width: 9em;
	float: left;
}

#lblFragmentModelDesc, #lblModelWildcard {
	width: auto;
	padding-right: 1em;
}

.clsFieldsetDiv {
	background-color: #e1e1e1;
	padding: 1em;
}

.Heading {
	font-family: Orbitron, Helvetica, Verdana, Arial;
	font-size: 24px;
	text-transform: uppercase;
	color: red;
	background-image: url(../Images/HeadingBackground.gif);
	background-color: #313131;
	background-repeat: repeat-x;
	min-height: 104px;
}

.Heading img {
	padding: 1em;
}

.clsMainContainer {
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top: 2.5em;
	background-color: white;
}

.clsMenuResultsFooter {
	margin: 1em;
}

.clsHeadingContent {
	text-align: right;
	padding-top: 60px;
}

.clsMakeModelContainer {
	width: auto;
	margin-left: 168px;
	margin-left: 0px;
}

.MakeModel {
	font-size: 150%;
}

.clsDivAfterEquipmentMakeModel {
	display: none;
}

.clsCompartment0, .clsCompartment1 {
	padding-top: 1em;
	padding-left: 1em;
	border-style: none;
xxxborder: 1px solid blue;
}

.clsCompartment0 {
	background-color: #dddddd;
}

.clsCompartment1 {
	background-color: #eeeeee;
}

.compartmentType {
	font-size: 150%;
}

.clsLubeProductName {
	color: red;
	font-weight: bold;
}

.lubeQuantity {
	xxxpadding-left: 2em;
	xxxtext-indent: -2em;
}

.noteTextAndNumber {
	margin-left: 3.5em;
	padding-bottom: 1em;
}

.noteNumber {
	width: 2.5em;
	text-align: right;
	float: left;
}

.clsFooter {
	border-style: none; /* To cancel the default border. */
	margin: 0px;
	padding-bottom: 0px;
}

.clsFooter1 {
	margin-left: 2.5em;
	margin-right: 2.5em;
}

.clsFooter2 {
	padding: 1em;
	color: white;
	background-image: url(../Images/FooterBarBackground.gif);
	background-repeat: repeat-x;
}

.clsFooter a {
	color: white;
}

/*
.clsImageAnchor {
	outline: 0; / * This removes the dotted line that would appear around anchors upon clicking. * /
}
*/

a:hover /* This has to come after all anchor(A)-related stuff, otherwise it doesn't work.*/ {
	text-decoration: none; /* This removes the underline that normally appears under hyperlinks. */
}
