/* div centre */
#categorySearch {
	/*background-color: #99CCCC;*/
}
#categoryNavigation {
	/*background-color: #AACCAA;*/
}
#categoryTitle {
	/*background-color: #CCCCAA;*/
}
#categoryTitle h1 {
	margin: 0px 0px;
	color: #CC3333;
	font-size: 18px;
	font-weight: bold;
}
#categoryTitle h2 {
	margin: 0px 0px;
	color: #CC3333;
	font-size: 12px;
	font-weight: normal;
}
#categoryTitle h2 a {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
#categoryTitle h2 a:link 	{ color: #CC3333; }
#categoryTitle h2 a:visited { color: #000000; }
#categoryTitle h2 a:hover 	{ color: #CC3333; }
#categoryTitle h2 a:active 	{ color: #CC3333; }
#categoryTitle h2 a:focus 	{ color: #CC3333; }

#categoryTitle h2 a.category {
	margin: 0px 0px;
	color: #CC3333;
	font-size: 11px;
	font-weight: normal;
}

#categoryList {
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #DDCCCC;*/
	text-align: right;
	list-style-type: none;
}
#categoryList a {
	color: #CC3333;
	font-size: 12px;
	font-weight: normal;
}
#categoryList a:link 	{ color: #CC3333; }
#categoryList a:visited { color: #000000; }
#categoryList a:hover 	{ color: #CC3333; }
#categoryList a:active 	{ color: #CC3333; }
#categoryList a:focus 	{ color: #CC3333; }

#categoryDisplay {
	/*width: 630px;*/
	/*background-color: yellow;*/
}
#categoryDisplayOne {
	float: left;
	width: 158px;
	height: 180px;
	/*background-color: yellow;*/
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
#categoryDisplayOne table {
	width: 100%;
	height: 100%;
}
#categoryDisplayOne th {
	padding: 0px;
	text-align: center;
	background-color: white;
}
#categoryDisplayOne td {
	padding: 4px;
	height: 10px;
	text-align: center;
}

