.catname{ 
	float:left;
	display:inline;
	font-size: 18px; 
	font-weight: bold; 
}
.catlgimage{float:right; margin:5px;}
/* category discount appears under the name*/
.catdiscount {
	font-size: 16px;
	color: #990000;
}
.catlgdescription{ text-align:left; margin-top:10px;}
/* 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;
}


