@charset "utf-8";
.backorder {
	color: #FF0000;
	font-size: small;
}
.pastDue {
	color: #FF0000;
	font-weight: bold;
}

.inStock {
	font-size: small;
	color: #00FF00;
}
.lowStock {
	font-size: small;
	color: #9900FF;
}/*
a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
*/

.headLinks {
	font-size: large;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.footLinks {
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
}
.pageLinks {
	font-size: medium;
	color: #666666;
	text-decoration: none;
}
.heading {
	font-size: large;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.submenu {
	font-size: large;
	text-decoration: none;
	padding-top: 10px;
}
.submenu2 {
	font-size: large;
	text-decoration: none;
	padding-top: 7px;
}
.backgroundLink {
	font-size: large;
	vertical-align: middle;
	padding-top: 12px;
}
.productPageHeading {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.titleLinks {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
.textField {
	margin-left: 10px;	
}
.label {
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
.search {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
.searchlabel {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
