// Include the variables. @import “../../../partials/utility/variables/*”;

/* .treeview, .treeview ul {

padding: 0 0 0 5px;
margin: 0 0 0 0  !important;
list-style: none;
background-color: #fff;
    color: #666;

} tree {

margin-left: 1.2em;
padding-bottom: 2em;

} .treeview ul li a {

color: #666;

}

.treeview .hitarea {

background: url(images/treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width:  250px;              //  was 16px;   RGS to make whole title do the collapse/expand Jun 2012 
margin-left: -16px;
margin-top:    2px;
float: left;
    position:  absolute;
cursor: pointer;
    z-index: 10;

} // fix for IE6

}

.treeview li {

margin: 0;
padding: 0px 0pt 0px 0px;

}

.treeview a {

overflow: hidden;
white-space:  nowrap;
text-decoration: none;
line-height:  1em;

z-index: -1;
color: #666;

} .treeview a.selected {

background-color: #78acff;
    color: blue;

}

.treeview a:visited, .treeview a:link {

color: blue;
}

.treeview a.hover {

background-color: #78acd9;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    cursor: pointer;
    z-index: -1;
    }

treecontrol { margin: 1em 0.50; display: none; }

// .treeview .hover { color: red; background-color: #8fc3f0; cursor: pointer; }

.treeview li { // background: url(images/treeview-default-line.gif) 0 0 no-repeat; } .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; } .treeview .hitarea.tree-nav-is-leaf-hitarea {

background-position:  0;

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

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

.treeview li.lastCollapsable { background-position: -64px -25px; } .treeview li.lastExpandable { background-position: -80px -3px; }

.treeview div.lastCollapsable-hitarea {

background-position:   -64px -25px; 
}

.treeview div.lastExpandable-hitarea {

background-position:   -80px  -3px; 
}

.treeview-red li { background-image: url(images/treeview-red-line.gif); } .treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }

.treeview-black li { background-image: url(images/treeview-black-line.gif); } .treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); } .treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); } .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); }

.treeview .placeholder {

background: url(images/ajax-loader.gif) 0 0 no-repeat;
height: 16px;
width:      16px;
display: block;

}

.filetree li { padding: 3px 0 2px 6px; } .filetree span.folder, .filetree span.file { padding: 0px 0 0px 16px; display: block; } .filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; } .filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; } .filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

tocSearch {

background:  #F6F9FB url(../images/search-icon.png) 3px 3px no-repeat;
text-indent: 1.6em;
max-width:   170px;
width:           170px;
margin:         .6em  0  0.4em  0;;
border:         1px solid #aaa;
-moz-border-radius:    4px;
-moz-outline-radius:   4px;
-webkit-border-radius: 4px;
border-radius:             4px;
outline-width:                  0;

} tocSearchSubmit {

display:            none;
    cursor:         pointer;
    vertical-align: text-bottom;
    border-top:     #999 solid 1px;
    height:         13px;
    border:                 1px solid #aaa;
    -moz-border-radius: 7px;
    -moz-outline-radius:7px;
    -webkit-border-radius: 7px;
    border-radius:          7px;

} .highlight {

    color:                       blue !important;
text-decoration: none !important;
text-weight:  bold;
background-color: $color-highlight; 
margin-left:  -0.3em;
padding-left:  0.3em;

}

*/