﻿/*стили для элемента TreeView*/
.mainStyle_sm {
    position: relative; display: block;
    margin: 0 0 0 20px;

    font-family: Georgia; font-size: 16px;
    text-decoration: none;
}
.nodeStyle_sm {
    cursor: pointer;
}
.nodeStyleHover_sm {
    text-decoration: underline;
}

/*стили для элемента SiteMapPath*/
.siteMapPathMainStyle {
    position: relative; display: block;
    margin: 0px 0 25px 0;
}
.mainNodeStyle {
    font-family: Georgia; font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.nodeStyle {
    font-family: Georgia; font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.nodeStyle:hover {
    text-decoration: underline;
}
.pathSeparatorStyle {
    position: relative; display: inline-block;
    margin: 0 5px 0 5px;

    font-family: Georgia; font-size: 12px; font-weight: bolder;

}