#catSub {
}
#catSub table {
	width: 125px;
}
#catSub td {
	margin: 0px;
	padding: 15px;
}
#catSub .image {
	text-align: center;
	border: 1px solid #cccccc;

}
#catSub .name {
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
#catSub .description {
	text-align: center;
}
.name a {
	font-weight: bold;
}
.name a:hover {
	text-decoration: none;
	color: #f09a78;
}
.description {
	margin: 10px 0px 0px 0px;
}

/* Set the style for prev next and page numbers */
#pageNumber {
}
#pageNumber a {
	padding: 3px;
}
#pageNumber a:hover, #pageNumber a.current {
	background-color: #ECECEC;
	text-decoration: none;
}

