h1,h2,h3,h4,h5,h6 {
	color: #6E2E92;
}

a:hover {
	color: #6E2E92;
}

table.product {
	width: 100%;
}

td {
	border-top: 1px solid black;
}
td.firstColumn {
	vertical-align: top;
	color: #6E2E92;
	width: 33.3333%;
}

li {
	list-style-image: url('../_images/lists/purple.gif');
}

/******* NAVIGATION LAYOUT BELOW *********/
td.navigationSub {
	width: 16.66667%;
	background-color: #6E2E92;
	border-top-width: 0;
}
