/*
Notes:
- styles for the catalog
*/
a.navCategorySelected
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}
a.navOptionSelected
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}

span.catalogHeading /* used for non-link headings */
{
	font-weight: bold;
	color: #003399;
	font-size: 13pt;
}
a.catalogHeading /* used for link headings */
{
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
}
a.addToCart
{
	font-weight: bold;
	font-size: 13pt;
}
a.cartItemName
{
	font-weight: bold;
	font-size: 12pt;
}
span.catalogIndexParent
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	width: 100%;
	padding-top: 4px;
}
a.catalogIndexParent
{
	font-weight: bold;
	font-size: 13pt;
}
input.quantity
{
	font-weight: bold;
	background-color: whitesmoke;
}
span.onSalePrice
{
	font-weight: bold;
	color: #990000;
	text-decoration: line-through;
}