/* CSS Document */


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #862C22;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #862C22;
	text-decoration: none;
}
#headerNav a:link {
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}
#headerNav a:visited {
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	color: #862C22;
	font: bold 20px Arial, Helvetica, sans-serif;
}
h2 {
	padding: 5px 0;
	color: #862C22;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.copy {
	font: 11px Arial, Helvetica, sans-serif;
	color: #862C22;
	display: block;
	text-align: center;
}
#footer li {
	display: inline;
}.thrColFixHdr #container #footer ul {
	background: center;
}

.smallfont {
font-size: 10px;
}


#sidebar1 a:link  {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background: #6E0809;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #54362C;
	border-left: none;
}
#sidebar1 a:visited  {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background: #6E0809;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #54362C;
	border-left: none;
}
.error {
font-weight: bold;
color: #862C22;
}

.sale {
color: #862C22;
}

.fieldname {
font-weight: bold;
font-style: italic;
}

.producttitle {
color: #862C22;
font-weight: bold;
}

.productname, .navlist {
color: #862C22;
}

.viewcart {
color: #FFFFFF;
font-weight: bold;
}

.emaillink {
color: #862C22;
font-style: italic;
}

.relatedlink {
color: #862C22;
}

