@import url("RadControls/PanelBar/Skins/hflex-coral/PanelBar.hflex-coral.css");
@import url("RadControls/Menu/Skins/hflex-blue/Menu.hflex-blue.css");

ul.rmMultiColumn {
    box-sizing: content-box;
    z-index: 9999;
}


.galleryitemlink a.CATMenu {
    color: rgb(201, 59, 35);
}

.galleryitemlink [class*="Selected"]:not(:first-child) > a.CATMenu {
    color: #000;
}

.galleryitemlink ul:not(:first-child) > li > a.CATMenu {
    font-size: 14px;
    line-height: 16px;
    font-family: inherit;
}

.galleryitemlink > ul {
    list-style: none;
}

    .galleryitemlink > ul > li > a.CATMenu {
        color: rgb(201, 59, 35);
        font-size: 16px;
        font-family: inherit;
        font-weight: bold;
        line-height: 1.1;
    }
    .galleryitemlink ul li a.CATMenu {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        margin: 15px 0;
        padding: 5px 8px;
        display: block;
        border-left: 5px solid #fff;
        color: #797b7f;
        -webkit-transition: ease .3s;
        transition: ease .3s;
      }
      .galleryitemlink ul li a.CATMenu:hover{
        color: var(--accent-color)!important;
      }

.galleryitemlink ul:not(:first-child) {
    margin-top: 12px;
    /*list-style-image: url(images/right-icn_red.png);*/
}

/*.galleryitemlink [class*="Selected"]:not(:first-child) {
    list-style-image: url(images/right-icn.png);
}*/


/* char is used for custom bullet symbol */
.galleryitemlink ul:not(:first-child) {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

    .galleryitemlink ul:not(:first-child) > li:before {
        content: "\0BB \020";
        color: rgb(201, 59, 35);
    }

    .galleryitemlink ul:not(:first-child) > [class*="Selected"]:before {
        content: "\0BB \020";
        color: #000;
    }


/*ul li:hover {
    list-style-image: url('');
}*/
