a.catmajor, a.catmajor:link, a.catmajor:visited, a.catmajor:active {
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.catminor, a.catminor:link, a.catminor:visited, a.catminor:active {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
/* categories list */
ul#catlist {
margin: 0;
padding: 0;
}
ul#catlist li {
list-style-type: none;
margin: 0;
padding: 4px 2px 4px 2px;
background: #D8DBD4 url('/templates/dot.gif') repeat-x top;
}
ul#catlist li span {
padding: 0 8px 0 8px;
margin: 0;
width: 13px;
height: 13px;
}
ul#catlist li span.open {
	cursor: pointer;
	background-image: url('/templates/minus.gif');
	background-repeat: no-repeat;
	background-position: center;
}
ul#catlist li span.current {
	cursor: default;
	background-image: url('/templates/minus.gif');
	background-repeat: no-repeat;
	background-position: center;
}
ul#catlist li span.close {
	cursor: pointer;
	background-image: url('/templates/plus.gif');
	background-repeat: no-repeat;
	background-position: center;
}
ul#catlist li span.item {
	background-image: url('/templates/item.gif');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
ul#catlist li span.lastitem {
	background-image: url('/templates/template/.gif');
	background-repeat: no-repeat;
	background-position: center;
}
ul#catlist li ul {
display: block;
margin-left: 0;
padding-left: 0;
}
ul#catlist li.close ul {
display: none;
}
ul#catlist li ul li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	background-color: #E2E5DE;
	background-image: url('/templates/dot.gif');
	background-repeat: repeat-x;
	background-position: top;
}
ul#catlist li ul li.selected {
background-color: white;
}
