﻿
#tree {
    max-width: 550px;
    color: #8a8a8a;
    padding-bottom:20px;
}

#tree a {
    color: #8A9967;
}

#tree a:hover {
    text-decoration: underline;
}

#tree .breadcrumbs {
    font-size: 13px;
    color: #979797;
}

#tree .breadcrumbs .bc-item {
    display: inline-block;
    margin-left: 3px;
}

#tree .breadcrumbs .bc-item:after {
    content: "/";
    margin-left: 10px;
}

#tree .breadcrumbs .bc-item:last-child:after {
    content: "";
    margin-left: 0px;
}

#tree .breadcrumbs .home img {
    height: 12px;
}

#tree .answer {
    padding-top: 20px;
    color: #646464;
    font-size: 16px;
    font-family: arial;
}

#tree .children-wrapper {
    padding-top: 25px;
}

h1.topic-node {
    text-decoration: none;
    border: 0;
    color: #777D63;
    margin-top: 10px;
}

#tree .children .child {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    padding: 9px 0px 9px 0px;
    font-size: 15px;
    display: table;
    line-height: 1.4;
}

#tree .children .child:first-child {
    border-top: 1px solid #DFDFDF;
}

#tree .children .child .attribute {
    text-align: left;
    width: 40%;
    display: table;
    float: left
}

#tree .children .child .attribute a {
    text-decoration: underline;
}

#tree .children .child .fact {
    text-align: right;
    width: 58%;
    display: table;
}

#tree .attribute-heading {
    background-color: #EDEDED;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
    min-height: 27px;
}

#tree .attribute-heading .ah-text {
    float: left;
    padding-right: 10px;
    color: #777D63;
    margin-top: -3px;
    font-weight: 900;
}

#tree .node-heading {
    color: #777D63;
    font-size: 15px;
    font-weight: 900;
}

#tree .node-heading.facts-page {
    margin-top: 15px;
}

#tree .node-heading .node-name {
    float: left;
}

#tree .nodes .node {
    font-weight: 700;
    padding: 8px 10px 0px 10px;
    position: relative;
    font-size: 15px;
}

#tree .nodes .node a {
    margin-left: 40px;
}

#tree .nodes .node .padd {
    padding-left: 40px;
    display: table;
}

#tree .nodes .node.indent1 {
    margin-left: 0px;
}

#tree .nodes .node.indent2 {
    margin-left: 20px;
}

#tree .nodes .node.indent3 {
    margin-left: 40px;
}

#tree .nodes .node.indent4 {
    margin-left: 60px;
}

#tree .nodes .node.indent5 {
    margin-left: 80px;
}

#tree .nodes .node.indent6 {
    margin-left: 100px;
}

#tree .nodes .node.indent7 {
    margin-left: 120px;
}

#tree .nodes .node.indent8 {
    margin-left: 140px;
}

#tree .nodes .node.indent9 {
    margin-left: 200px;
}

#tree .nodes .node.indent10 {
    margin-left: 220px;
}

#tree .nodes .node.closed:before {
    content: url(/images/tree/dots_folder_closed.png);
    position: absolute;
    top: 0px;
}

#tree .nodes .node.open:before {
    content: url(/images/tree/dots_folder_open.png);
    position: absolute;
    top: 0px;
}
