.treeview {
    _position: relative;
 margin: 0 0 0 0px !important;
}

.treeview, .treeview ul {
	margin: 0;
    padding: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
    margin-left: -20px;
	float: left;
	cursor: pointer;
}

ul.right-side div.hitarea {
	position: relative;
	float: right;
	right: -19px;
}

/* fix for IE6 */
div.hitarea {
	.background: #616161;
	.filter: alpha(opacity=0);
	.display: inline;
	.float:none;
}

.treeview li { 
	margin: 0;
	padding: 2px 0px 2px 14px;
}

.treeview ul li {
	padding: 1px 0px 1px 10px;
}

.treeview a {
	color: #0089a5 !important;
	line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.treeview a:hover {
	color: #263043 !important;
}

.treeview ul a {
    color: #fff;
    text-decoration: underline;
}

.treeview ul a:hover {
    text-decoration: none;
}

.treeview .hover {
    cursor: pointer;
}

.treeview .last,
.treeview li {
	background: url('/media/page/plus.png') no-repeat 13px 7px;
}

.treeview ul .last,
.treeview ul li {
	background: url('/media/page/point.png') no-repeat 13px 8px;
}

.treeview .lastCollapsable,
.treeview .collapsable { 
	background: url('/media/page/plus.png') no-repeat 13px 7px;
}

.treeview .lastExpandable,
.treeview .expandable { 
	background: url('/media/page/plus.png') no-repeat 13px 7px;
}
.treeview ul .lastExpandable,
.treeview ul .expandable {
	background: url('/media/page/plus.png') no-repeat 13px 7px;
}
.treeview ul .lastCollapsable,
.treeview ul .collapsable {
	background: url('/media/page/plus.png') no-repeat 13px 7px;
}
.treeview .collapsable a,
.treeview .selected,
.treeview .bold {
	text-decoration: none !important;
}
.treeview .collapsable ul li a {
	color:  #0089a5 !important;
}
.treeview .collapsable a {
	color: #263043 !important;
}
.treeview .collapsable ul li a.selected,
.treeview a.selected {
	color: #263043 !important;
}
