#catSub {
	padding:0;
	border-top:1px solid #999999;
}
#catSub table {
	width:100%;
	border-collapse:collapse;
}
#catSub td {
	border-collapse:collapse;
	margin:0;
	padding: 10px;
	border:1px solid #999999;
}






/* Style for category group image  */
#catSub .image_container {
	display:table;
	height:210px;
	width:100%;
}
	#catSub .image {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	#catSub .image img {
		display:block;
		margin:0 auto;
	}

/* Style for category group information  */
#catSub .info {
}
	#catSub h2.name {
		font-size:11px;
		font-weight:bold;
	}
	#catSub .decription {
	}
	
/* Style for category group details  */
#catSub .details {
}
	#catSub .view {
		clear:both;
		text-align:right;
	}





/* 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;
}
