#catsub-container {
	
}
#catSub {
}
#catSub table {
	background-image: none;
	width: 100%;
}
#catSub td {
	background-image:url(../images/cat_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 30px 5px 30px 5px;
}
#catSub .image {
	text-align: center;
}
#catSub .image img {
	padding: 2px;
}
#catSub .name {
	margin-top: 10px;
	text-align: center;
}
#catSub .name a {
	font-weight: bold;
	color: #2f2c2c;	
}
#catSub .name a:hover {
	color: #9A1C1F;
}
#catSub .description {
	text-align: center;
}

/* 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;
}
