ul.mtree {
    opacity: 1;
    margin: 0;
    font-family: 'PT Sans Bold', Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
}

ul.mtree ul {
    background-color: #f6f2f2;
    font-family: 'PT Sans Bold', Arial, Tahoma, sans-serif;
    padding: 15px 15px 15px 30px;
    position: relative;
    box-shadow: inset 0 2px 3px -3px rgba(0,0,0,0.3);
}

ul.mtree ul a {
    color: #4a244a;
}

ul.mtree a {
    color: #c91453;
    text-decoration: none;
}

ul.mtree > li > a {
    border-bottom: 1px solid #f6f2f2;

    position: relative;
}

ul.mtree > li > a:after {
    content: '';
    height: 1px;
    width: 60%;
    position: absolute;
    left: 30px;
    bottom:20%;
    border-bottom: 1px dashed #c91453;
}

ul.mtree li.mtree-active > ul:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f6f2f2;
    transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: -8px;
    box-shadow: inset 2px 2px 2px -2px rgba(0,0,0,0.2);
}

ul.mtree li {
    list-style: none;
}

ul.mtree a {
    display: block;
    padding: 15px 15px 15px 30px;
}

ul.mtree ul a {
    padding: 5px 0;
}

ul.mtree a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

ul.mtree li.mtree-node {
    position: relative;
}

ul.mtree li.mtree-node > a:before {
    color: #010101;
    font-weight: normal;
    position: absolute;
    right: 20px;
}

/**/
ul.mtree li.mtree-open > a:before {
    content: '';
    background: url('/templates/universal/images/sprites.png') no-repeat;
    background-position: -84px -133px;
    width: 20px;
    height: 20px;
}

ul.mtree li.mtree-closed > a:before {
    content: '';
    background: url('/templates/universal/images/sprites.png') no-repeat;
    background-position: -64px -133px;
    width: 20px;
    height: 20px;
}


/**/

ul.mtree li > a:hover,
ul.mtree li.mtree-active > a {
    /*background: #fff;*/
    text-decoration: none;
}
