.catname{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
/* category discount appears under the name*/
.catdiscount {
	font-size: 16px;
	color: #990000;
}
/* table for the long description*/
.cattable {
	padding: 10px;
}
/* displays sub cat thumbs and links with short desc*/
.subcattable {  }

/* category short desc cell*/
.subcatcell {
	text-align: center;
	vertical-align: top; 
	padding: 4px;
}

