.catname{
        font-size: 18px;
        font-weight: bold;
        color: #087b63;
}
/* category discount appears under the name*/
.catdiscount {
        font-size: 14px;
        font-weight: bold;
        color: #aa0000;
}
/* 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;
}