<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2
{
	margin: 1px 10px;
}

h1
{
	margin-top: 1px;
}

h1 span,
h4 span
{
	font-weight: normal;
}

/* Sub-Categories List */
ul.SubCategories
{
	margin: 10px 5px 0 10px;
	padding: 0;
	list-style: none;
}

ul.SubCategories li
{
	margin: 0 0 7px 5px;
	border: 0;
	padding: 0;
	/* float stuff */
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
	vertical-align: bottom;
}

ul.SubCategories li a
{
	margin: 0;
	border: 1px solid #ccc;
	border-color: #eee #ccc #999 #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0;
	width: 138px;
	text-decoration: none;
	
	/* float stuff */
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
	min-height: 39px;
	_height: 39px;
	
	text-shadow: 1px 1px 0 #fff;
	background: #fCfCfC;
	outline-width: 2px;

}



ul.SubCategories li a:hover,
ul.SubCategories li a:visited:hover,
ul.SubCategories li.ThisSubCategory a
{
	border: 1px solid #ccc;
	border-color: #eee #999 #999 #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eee;

}

/*ul.SubCategories li a:visited
{
	background: #eee;
}*/

ul.SubCategories li.ThisSubCategory a
{
	border: 1px solid #ccc;
	border-color: #eee #999 #999 #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #aaa;
	font-weight: bold;
	text-shadow: -1px -1px 0 #666;
	color: #fff;
	outline-width: 2px;
	outline-color: blue;
}

ul.SubCategories li.ThisSubCategory a:hover
{
	color: #fff;
	background: #aaa;
}

ul.SubCategories li a span
{
	margin: 0;
	padding: 5px;
	display: inline-block;
}

.Content h4
{
	clear: both;
}



/* Pagination overrides */

div.Pagination { margin-right: 14px; }

div.Pagination.Top {
	padding-top: 10px;
}

div.Pagination.Bottom {
	padding-bottom: 5px;
}




</pre></body></html>