.catname{ 
	font-size: 18px; 
	font-weight: bold; 
}
/* 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 {
	background-color: #CCCCCC;
}

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

.subcatcellItems {
}

.subcatcellImage {
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.subcatcellText {
	text-align: center;
	vertical-align: top; 
	padding: 4px;
}

.horizontalLinkText {
	font-size: 10px; 
}