.catname{
	font-size: 10px;
	font-weight: bold;
    text-align:right;
}
/* category discount appears under the name*/
.catdiscount {
	font-size: 16px;
	color: #CE3A64;
}
/* table for the long description*/
.cattable {
	padding: 10px;
    text-align:right;
}
/* displays sub cat thumbs and links with short desc*/
.subcattable {  }


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

