

.sp_catalog_tree {
	margin-bottom:25px !important;
	margin-top:20px;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}



.treeview li {
	background: url(/wp-content/themes/tscontrol/images/cat_right_noactive.png) no-repeat right top;
	margin: 0 10px 0 0;
	display:inline-block;
	//display:inline;
	zoom:1;
	padding: 0 5px 0 0 !important;
	height: 25px;
	text-indent: 0px;
}

.treeview li.sp_catalog_current_section {
	background: url(/wp-content/themes/tscontrol/images/cat_right.png) no-repeat right top;
}

.treeview li a {
	margin: 0 0 0 5px;
	display:inline-block;
	//display:inline;
	zoom:1;
	padding: 0 0 0 5px !important;
	height: 25px;
	background: url(/wp-content/themes/tscontrol/images/cat_left_noactive.png) no-repeat left top;
}

.treeview li.sp_catalog_current_section a {
	background: url(/wp-content/themes/tscontrol/images/cat_left.png) no-repeat left top;
}

.treeview li a b {
	background: #FFF;
	display:block;
	padding:2px 16px 5px !important;
	font-weight: normal;
}


.treeview li.sp_catalog_current_section  a b {
	background: #F4DC78;
	font-weight: bold;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }


.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last {  }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
