.categorybox {
position:relative;
float:left;
width:195px;
height:180px;
background:url(../images/catbox.gif) center top no-repeat;
margin:0;
padding:0;
text-align:center;
}

.categorybox table {
width:195px;
height:148px;
}
.categorybox table td {
text-align:center;
vertical-align:middle;
}

.categorybox-desc {
position:absolute;
left:0;top:145px;
width:175px;
height:26px;
font:bold 12px Arial, Helvetica, sans-serif;
text-align:center;
padding:5px 10px 0;
}
.categorybox-desc a {
color:#F00078;
}
.categorybox-desc a:hover {
color:#F00078;
text-decoration:underline;
}

.categorybox-desc p {
text-align:left;
}
.subcategory-images {
text-align:right;
}
.categorybox-prod a img {
padding:0;
}
