/* oscommerce overrides */

TD.infoBoxHeading {
	background-color: #6D2650;
}

.infoBox {
	/* background-color: #E6D6D9; */ /* light pink */
	background-color: #6D2650; /* dark pink */
}

TABLE.productListing {
	/* border-color: #6D2650; */
	border: none;
}

.productListing-heading {
	/* background-color: #6D2650; */
	background-color:#fff;
	color: #6D2650;
}

a {
	color: #6D2650;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #B74895;
}

TD.pageHeading, DIV.pageHeading {
	font-size:43px;
	color:#c3c0c0;
	font-weight:bold;
}

/* for create account etc */
.inputRequirement {
	color: #fe61d1;
	text-align: left;
}

TD.infoBoxHeading {
  background: #fff;
  color: #6C2650;
  font: bold 12px Verdana;
}

.infoBox {
  background: #fff;
}

.infoBoxContents {
  background: #fff;
}