.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: 3px 0;
	padding: 2px 0px 2px 12px;
}

.treeview ul li {
	padding: 1px 0px 1px 12px;
}

.treeview a {
	color: #cc1003 !important;
    font-weight: bold;
	line-height: 100%;
    text-decoration: none;
}
.treeview a.all {
    color: #111 !important;
}
.treeview a:hover {
	color: #cc1003 !important;
    text-decoration: underline;
}

.treeview ul {
}
.treeview ul a {
    color: #4b4b4b;
    text-decoration: underline;
}
.treeview ul ul a {
    font-weight: normal;
}

.treeview ul a:hover {
    color: #4b4b4b;
}

.treeview .hover {
    cursor: pointer;
}

.treeview .last,
.treeview li {
	background: url('/media/page/treeview/point-red.png') no-repeat left 6px;
}

.treeview ul .last,
.treeview ul li {
	background: url('/media/page/treeview/point-black.png') no-repeat left 6px;
}
.treeview ul ul .last,
.treeview ul ul li {
	background: url('/media/page/treeview/point.png') no-repeat left 6px;
}

.treeview .lastCollapsable,
.treeview .collapsable { 
	background: url('/media/page/treeview/minus-red.png') no-repeat left 6px;
}

.treeview .lastExpandable,
.treeview .expandable { 
	background: url('/media/page/treeview/plus-red.png') no-repeat left 6px;
}
.treeview ul .lastExpandable,
.treeview ul .expandable {
	background: url('/media/page/treeview/plus.png') no-repeat left 6px;
}
.treeview ul .lastCollapsable,
.treeview ul .collapsable {
	background: url('/media/page/treeview/minus.png') no-repeat left 6px;
}
.treeview .collapsable a,
.treeview .selected,
.treeview .bold {
	text-decoration: none !important;
}
.treeview a:hover {
	text-decoration: underline !important;
}
.treeview .collapsable a {
	color: #cc1003 !important;
}
.treeview .collapsable a.all {
    color: #111 !important;
}
.treeview .collapsable ul li a {
	color: #4b4b4b !important;
}
.treeview .collapsable ul li a.all {
    color: #111 !important;
}
.treeview li span.highlite {
    background-color: #cc1003;
    color: #fff;
    padding: 1px 2px;
}
.treeview li span.highlite a {
    color: #fff !important;
}
.treeview li span.highlite a.all {
    color: #000 !important;
}

