/* Master link colors */
a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #962B27;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* Site Headers */
.lrgHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004370;
}
.medHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.smHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Content text */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7EBCC;
	padding-left: 20px;
}
.cartBoxText a:link {
	color: #F7EBCC;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #F7EBCC;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #003399;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #962B27;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}
/* Not used

.navLinks a:link {
	color: #005500;
	text-decoration: none;
}
.navLinks a:visited {
	color: #005500;
	text-decoration: none;
}
.navLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.navLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
.historyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
.historyLinks a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:active {
	color: #FF6600;
	text-decoration: none;
}*/

/* Add site specific styles below here */

.msrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration: line-through;
}

/* extra navagation buttons */

.downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:24px;
	background-image: url(/images/downloadbttnbg.gif);
} 
.downloads a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.downloads a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.downloads a:hover { 
	color: #A41126;
	text-decoration: none;
}
.redBttns {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(/images/redbttnbg.gif);
    padding-right: 10px;
    padding-bottom: 3px;
} 
.redBttns a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.redBttns a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.redBttns a:hover { 
	color: #111111;
	text-decoration: none;
}
/* Sidebar Stuff */

.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.sidebarText a:link {
	color: #003399;
	text-decoration: underline;
}
.sidebarText a:visited { 
	color: #003399;
	text-decoration: underline;
}
.sidebarText a:hover { 
	color: #962B27;
	text-decoration: none;
}
.sidebar {
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F0309;
}

/* Form Stuff */

.searchForm {
	width: 60px;
}
.qtyForm {
	width: 25px;
}
.featuredTableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.featuredTableText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.featuredTableText a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.featuredTableText a:hover {
	color: #962B27;
	text-decoration: none;
}
.featuredTableText a:active {
	color: #FF6600;
	text-decoration: none;
}
.lrgText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.scrollText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: 200;
	font-variant: normal;
	color: #004370;
}
.testText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
