.catname{ 
	font-size: 18px; 
	font-weight: bold; color:#993300 
}
/* 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 { border: 1px solid #333333; }

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