ul#cattree {
	line-height: 2em;
}

ul#cattree a.expand {
	border: 1px solid #00D;
	padding: 0 0.1em;
	color: #000;
	background: #FFF;
}

ul#cattree a.expand:link {
	text-decoration: none;
}

ul#cattree a.expand:visited {
	text-decoration: none;
}

ul#cattree a.expand:hover {
	text-decoration: none;
	background: #00D;
	color: #FFF;
}

ul#cattree a.expand:active {
	text-decoration: none;
	background: #00D;
	color: #FFF;
}


form#subcats {
	vertical-align: middle;
}

form#subcats input, form#subcats select {
	border: 1px solid #000;
}

p#otherpages {
	float: none;
	clear: both;
	text-align: center;
}
p#otherpages strong {
	cursor: help;
}