div.head 
{
	line-height: 12px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	clear: right;
	color: #000;
}
ul.categoryitem
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.categoryitem li a
{
	background: url('../img/bullet.gif') left center no-repeat;
	color: #000;
	font-size: 13px;
	padding: 2px 0 0 12px;
	text-decoration: none;
}
ul.categoryitem li a:hover
{
	color: #000;
	text-decoration: none;
}
.minus a.controls
{
	background: url('../img/minus.gif') left no-repeat;
}
.minus a.controls:hover
{
	text-decoration: none;
}
.minus .hidden 
{
	padding: 10px 0 5px 15px;
	clear:both;
}
.plus, .minus 
{
	clear: all;
	padding: 5px 0;
}
.plus a.controls
{
	background: url('../img/plus.gif') left no-repeat;
	line-height: 10px;
	font-size: 10px;
}
.plus a.controls:hover
{
	text-decoration: none;
}
.plus .hidden
{
	display: none;
}
a.controls 
{
	cursor: pointer;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
}

