<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CREATE SPECIAL LINK FOR USE IN FOOTERS; made new class "specialLink" to make footer links the desired color (white), hover color (gray) and visited color (black) per committee's request -->
a.specialLink:link { color: #FFFFFF; }
a.specialLink:visited { color: #000000; }
a.specialLink:hover { color: #A5B6B0; }
<!-- END CREATE SPECIAL LINK FOR USE IN FOOTERS -->

<!-- AB–1.0; mjb performed change on 1/26/07; BEGIN CREATE IMAGE BORDER COLOR SPECIFICATION; made specification to assign desired color (white) to image borders per committee's request -->
a img {border-color: #ffffff;}
<!-- END CREATE IMAGE BORDER COLOR SPECIFICATION -->

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN LINK CHANGES; removed the .link from the end of the three style names to affect changes within and assigned link color: #6E0042 (from #00339A), visited link color: #BA4A68 (from #00339A) & hover link color: #A5B6B0 (from #00339A) per Mike's established color scheme -->
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E0042;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #BA4A68;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A5B6B0;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}
<!-- END LINK CHANGES -->

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE FOOTER BACKGROUND COLOR; switched the footer background color from blue (#0138AD) to A-B red (#FF0033) per Mike's established color scheme -->
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: silver;
	text-decoration: none;
	background-color: #FF0033;
	margin-right: 5px;
}
<!-- END CHANGE FOOTER BACKGROUND COLOR -->

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE BANNER BACKGROUND COLOR; switched the banner background color from red to black (#000000) to coincide with the new banner per Mike's established color scheme -->
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
<!-- END CHANGE BANNER BACKGROUND COLOR -->
 
.nav1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #efefef;
}

.nav1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #efefef;
	text-align: center;
}

.nav1c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #efefef;
	text-align: center;
}

.nav1d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	vertical-align: middle;
	background-color: #EFEFEF;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.searchLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE SELECTED CATEGORY TITLE COLOR; switched the selected category title color from the default aqua-ish blue (#006699) to the maroon-ish (#6E0042) hue per Mike's established color scheme -->
.selectedCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #6E0042;
}
<!-- END CHANGE SELECTED CATEGORY TITLE COLOR -->

.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE TABLE ROW BACKGROUND COLOR; switched the table row background color from blue (#2C51BC) to A-B red (#FF0033) per Mike's established color scheme -->
.tabtr {
	background-color: #FF0033;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 11px
}
<!-- END CHANGE TABLE ROW BACKGROUND COLOR -->

.colheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #A5B6B0;
}

.rowshaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #D2D2D2;
	color: #000000;
	text-decoration: none;
}

.rownotshaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.rowdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.detail1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}

.detail2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px;
}

.detail3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: red;
	text-decoration: none;
	margin: 10px;
}

.detail4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	color: black;
	text-decoration: none;
	margin: 10px;
}

.accountTitle {
	background-color: #8594A2;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 11px
}

.cartMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.registerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.registerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: blue;
	text-decoration: none;
}

.confirmMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CREATE SECOND INPUT CLASS; made new class "input2" for the qualifying verbiage (in white) to accompany the req_ship_date field in checkout.jsp per committee's request & prior to working with Lance to entirely hide all references to Requested/Expected Ship Date on this page -->
.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: white;
	text-decoration: none;
}
<!-- END CREATE SECOND INPUT CLASS -->

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}
.errorbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}

<!-- AB–1.0; mjb performed change on 6/08/07; BEGIN CREATE NEW ERROR EMPHASIS CLASS; made new class "erroremphasis" to make the quantity warning message larger (to 14px from 12px) & applied to the error lines in cart.jsp per committee's request -->
.erroremphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}
<!-- END CREATE NEW ERROR EMPHASIS CLASS -->

<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE PAGE TITLE COLOR; switched the page title color from the default aqua-ish blue (#006699) to the maroon-ish (#6E0042) hue per Mike's established color scheme -->
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #6E0042;
}
<!-- END CHANGE PAGE TITLE COLOR -->
.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
<!-- AB–1.0; mjb performed change documented on 6/20/07; BEGIN CHANGE TAB TABLE ROW BACKGROUND COLOR; switched the table row background color from blue (#2C51BC) to A-B red (#FF0033) per Mike's established color scheme -->
.tabtr {
	background-color: #FF0033;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}
<!-- END CHANGE TAB TABLE ROW BACKGROUND COLOR -->

.tabbg {
	background-color: #00339A;
}

.replacement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00339A;
}

.footerLink
{
	background-color: #0138AD;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 11px
}

.boxTitle {
	background-color: #c0c0c0;
}

.boxbg {
	background-color: #ffffff;
}
.subcategories {
	list-style-type: disc
}
.subcategoriesnobullet {
	list-style-type: none
}
