﻿    
    
    
    /* STYLES FOR THE COMPONENT_ART_SITEMAP */
    
    
    .compSitemapRootNode, .compSitemapRootNode a {
        color:              #67bee0;
        font-size:          12px;
        font-weight:        bold;
        height:             25px;
        margin-top:			10px;
    }
    
    .compSitemapLeafNode, .compSitemapLeafNode a {
        color:              #a58979;
        font-size:          12px;        
        height:             25px;
    }
    
    .compSitemapCell {
		border-left:1px solid #cbcbd2;
		width:200px;
		padding-left:10px;
    }
    
   