BODY, TD {
  color: #60332b;
  margin: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

FORM {
	display: inline;
}

.supptext {
	color: #60332b;
	font-size: 12px;
}

A, A:visited {
  color: #b68d3b;
  text-decoration: none
}

A:hover {
	color: #76591e;
  text-decoration: underline;
}

H1 {
	font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #be4212;
  margin: 0;
  padding: 0;
}

H3 {
	font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #60332b;
  margin: 0;
  padding: 0;
}

/* header */

.header {
	color: #ffffff;
	font-size: 12px;
}

.header A {
  color: #ffffff;
  text-decoration: none;
}

.header A:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* left column */

.category A {
  color: #ffffff;
  text-decoration: none;
}

.category A:hover {
  color: #ffffff;
  text-decoration: none;
}

.categoryTableRow { background-color: #d3aa58; }
.categoryTableRowOver { background-color: #c89841; cursor: pointer; cursor: hand; }

A.shoppingcart {
  color: #60332b;
  text-decoration: none
}

A.shoppingcart:hover {
	color: #60332b;
  text-decoration: underline;
}

/* body */

.breadcrumb {
  color: #60332b;
  font-size: 12px;
}

.breadcrumb A {
  color: #60332b;
  font-size: 12px;
}

.breadcrumb A:hover {
  color: #60332b;
  text-decoration: underline;
}

TABLE.bordered {
  border: 1px;
  border-style: solid;
  border-color: #60332b;
  border-spacing: 0px;
}

.productListing-heading {
  background: #ffffff;
  color: #60332b;
}

A:hover.productListing-heading {
  color: #60332b;
}

s {
	text-decoration: line-through;
}

.error {
	color: #be4212;
}

/* footer */

.datebar {
	color: #ffffff;
	font-size: 13px;
}

.copyright {
	color: #65322e;
	font-size: 11px;
}

.copyright A {
	color: #65322e;
  font-weight: bold;
  text-decoration: none;
}

.copyright A:hover {
  text-decoration: underline;
 }

