/* Product category header text on product category page */
.ProductCategoryHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
height: 30px;
width: 600px;
padding: 2px;
}

/* Product category TOC items */
A.TOCProductCategoryHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
}

A.TOCProductCategoryHeader:Active {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
}

A.TOCProductCategoryHeader:Visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
}

A.TOCProductCategoryHeader:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #FFFFFF;
}

/* Normal TOC items */
A.TOCItemNormal {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemNormal:Active {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemNormal:Visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemNormal:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #D63121;
}

/* Big TOC items */
A.TOCItemBig {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemBig:Active {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemBig:Visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #D63121;
}

A.TOCItemBig:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #D63121;
}