﻿/*#captiontree {
    background-color: rgb(94, 167, 86);
    padding-right: 5px;
    line-height: 25px;
    font-weight: bold;
    color: yellow;
}

    #captiontree > span {
        margin-right: 5px;
    }*/

#rtd ul {
    padding: 2px;
    /*margin: 5px 30px;*/
    /*margin: 0;*/
    border-right: 1px solid;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*width: 100%;*/
    /*background-image: url("../pics/TreeLine3.png");
    background-position-x: right;
    background-repeat: repeat-y;
    padding-right: 5px;*/
}

    /*#rtd ul .linediv {
        border-right: 1px solid;
        float: right;
        width: 1px;
    }*/

#rtd li {
    list-style: none;
    /*margin-right: 10px;*/
    margin: 5px 10px 0;
    /*width: 600px;*/
    white-space: nowrap;
    /*background-image: url("../pics/TreeLine1.png");*/
    /*background-repeat: no-repeat;
    background-position-x: right;*/
}

#rtd li .butimg {
        width: 18px;
        margin-left: 10px;
    /*margin-right: 10px;*/
        cursor: pointer;
    }

    #rtd li a {
        text-decoration: none;
    }

    #rtd li span {
        line-height: 25px;
        cursor: pointer;
        transition: margin-right .2s;
        margin-right: 0;
        vertical-align: top;
        padding: 0 5px;
        white-space:nowrap
    }

        #rtd li span:hover {
            margin-right: 15px;
            font-weight: bold;
        }


#rtd .lineimg2 {
    float: right;
    height: 25px;
    width: 15px;
    margin-right: -12px;
}

#rtd .lineimg1 {
    float: right;
    height: 25px;
    width: 15px;
    margin-right: -27px;
}

#rtd .mozo1 {
    color: rgb(5, 112, 5);
}

#rtd .mozo2 {
    color: navy;
}

#rtd .mozo3,#rtd .mozo4 {
    color: black;
}

#rtd .select {
    background-color: #FF5339;
    color: white;
    font-weight: bold;
}
