#mainCategory {
	color: black;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
}

#catSub {
}
#catSub a {
	color: #000000;
}
#catSub a:hover {
	color: #29ABE2;
}
#catSub table {
	width: 100%;
}
#catSub td {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#catSub td:hover {

}
#catSub .image {
	text-align: center;
	height: 135px;
}
#catSub .name {
	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;
}
