#catalog-tree{
	/*background-color:#F4F4EE;*/
}

#catalog-tree, #catalog-tree ul {
	list-style-type: none;
	padding-left: 10px;
}
#catalog-tree span:not(.handle){
	margin-left: 13px;
	color: #2e4d6e;
	cursor: pointer;
}
.handle {
	background: transparent url( ../sprites/tree-handle.png ) no-repeat left top;
	display:block;
	float:left;
	width:10px;
	height:10px;
	cursor:pointer;
	margin-top: 9px;
    margin-right: 5px;
	position: absolute;
}
.closed { background-position: left top; }
.opened { background-position: left -10px; }