#catSub {
}
#catSub table {
	width: 100%;
}
#catSub td {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#catSub td:hover {

}
#catSub a {
	text-decoration: none;
}
#catSub a:hover {
	text-decoration: underline;
}
#catSub .image {
	text-align: center;
	height: 120px;
}
#catSub img {
	border: 2px solid #AA864D;
	padding: 2px;
}
#catSub .name {
	padding-top: 7px;
	text-align: center;
}
#catSub .description {
	text-align: left;
}

/* Set the style for prev next and page numbers */
#pageNumber {
}
#pageNumber a {
	padding: 3px;
}
#pageNumber a:hover, #pageNumber a.current {
	background-color: #E5F5F9;
	text-decoration: none;
}
