.catname{ 
}
.catname h1{ text-align:left; font-size:18pt; font-weight:bold; margin:0px 0px 0px 0px; color:#000000;
}
/* 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: bottom; 
	padding: 4px;
}

