/* ================================
    CSS STYLES FOR Module NC_ViewCategory
   ================================
*/
.catItemHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.catItemSku
{
	font-weight: normal;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
}

.catItemPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.catItemDescr
{
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}