
body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

td {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none;
}

.form {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px;
	text-decoration: none;
}

.home {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/bk2.gif);
	background-repeat: no-repeat;
}

.label {
	font-weight: bold;
}

/* classes for the footer links and text */
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}

.footer a {
	text-decoration: none;
	color: #993333;
}

.footer a:hover {
	color: #660000;
}

.footer a:visited {
}

.fbul {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
}


/* classes to support the left-hand nav buttons */
.lhn {
	background-color: #CF8A44;
	color: #993333;
}

.lhn .button {	
	border-bottom: #993333;
	border-width: 0px 0px 2px 0px;
	border-style: none none solid none;
	font-family: times, serif;
	font-size: 14px;
	text-align: center;
}

.lhn .button a {
	padding: 1px 3px 1px 2px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.lhn .button a:hover {
	padding: 2px 2px 0px 3px;
	background-color: #E0DF90;
	color: #990000;
}

.lhn .button a:visited {
}


/* classes to support shopping cart display */
.cart {
	margin: 10px 30px 2px 30px;
}

.cartitems {
	margin: 0 auto 0 auto;
}

	.cartitems th {
		background-color: #993333;
		color: #E0DF90;
	}
	
	.cartitems td {
		border-color: #CCCCCC;
		border-width: 1px;
		border-style: solid;
	}
	
.cartinfo {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

	.cartinfo th {
		background-color: #993333;
		color: #E0DF90;
	}
	
.cartnotice {
	color: #000099;
	font-size: 12px;
	padding: 10px;
	margin: 12px;
	border-color: #D9DBE8;
	border-width: 1px;
	border-style: solid;
	width: 250px;
}

/* classes to support error message display */
.err {
	color: #990000;
}

.errtitle {
	color: #990000;
	font-weight: bold;
}

#subnav {
	padding: 0 0 0 8px;
	position: relative;
	top: -7px;
	clear: both;
}
	
	#subnav a {
		display: block;
		float: left;
		padding: 4px 8px 4px 8px;
		margin: 0px 1px 2px 1px;
		background-color: #CF8A44;
		color: #000000;
		text-decoration: none;
		border-width: 0px 2px 2px 2px;
		border-color: #993333;
		border-style: solid;
		font-weight: bold;
	}
	
	#subnav a:hover {
		background-color: #E0DF90;
		color: #990000;
	}
	
.shipflag {
	color: #CC0000;
}

	.shipflag a {
		color: #CC0000;
		text-decoration: none;
	}
	
.shipnote {
	width: 50%;
	margin: 8px auto 8px auto;
	padding: 8px;
	font-size: 90%;
	color: #333333;
	border: 1px #EEEEEE solid;
}
