/* ================================
    CSS STYLES FOR Module Ohvation_Product_Viewer
   ================================
*/
A.ProductDetail
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: "#003366";
}
.ProductDetail
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: "#003366";
}
.ProductHeader
{
	background-color:"#474747";
	color:"#FFFFFF";
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}
.ProductDescription
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: "#000000";
}
.CategoryHeader
{
  color: #555555;
  font-family: Verdana, Arial, Helvetica;
  font-size: larger;
}
.SubNote
{
  color: #555555;
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-style: italic;
}
