#help-tree {
    float: left;
    width: 320px;
    position: relative;
    padding-top: 10px;
    top: -7px
}

#help-tree .before-entry {
    float: left;
    height: 20px;
    width: 20px;
}

#help-tree .link {
    margin-left: 19px;
}

#help-tree ul {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 0;
    padding-left: 18px;
}

#help-tree > div {
    margin-bottom: 0;
    margin-top: 0;
    width: 320px;
}

#help-tree ul li {
    list-style-image: none;
    list-style-type: none;
}

.help-description {
    padding: 5px;
    margin-left: 300px;
}

#help-tree a.entry-title {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    margin-left: 8px;
}
#help-tree a.selected-help-entry {
    color: #9d433e;
}

#help-tree .open-subtree {
    background: url('../img/open-tree-element-icon.png') 0 0 no-repeat;
    width: 100%;
    height: 100%;
}

#help-tree .close-subtree {
    background: url('../img/close-tree-element-icon.png') 0 0 no-repeat;
    width: 100%;
    height: 100%;
}

.help-nav .prev, .help-nav .next {
    color: #2a6496;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
.help-description h2{
    margin-top: -1px;
}

.help-nav {
    width: 267px;
    font-size: 12px;
}
.help-nav-bottom {
    margin-top: -5px;
}


/*helpEdit*/
/* Help Entry admin page */
.help-tree-container {
    margin-bottom: 20px;
}


.help-tree-container ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

.help-tree-container ul li {
    padding: 0;
    margin: 2px 20px;
}

.help-tree-container ul li .item-content {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: 2px 10px;
    cursor: pointer;
}

.help-tree-container ul li .for-admin {
    background: #e3e3e3;
}

.help-tree-container ul li .help-entry-placeholder {
    background: #d10000;
    height: 25px;
    opacity: 0.2;
    border: 1px solid #d10000;
}