/* DJ-Catalog2: interne Felder ausblenden */
.djc_sku { display: none !important; }
.djc_author { display: none !important; }
.djc_location { display: none !important; }
.djc_address { display: none !important; }
.djc_producer_info { display: none !important; }
.djc_atoz { display: none !important; }
.djc_order { display: none !important; }
.djc_filter_input.djc_filter_producers { display: none !important; }
.djc_price_label { display: none !important; }

/* DJ-Catalog2 Kategorien-Navigation - ruhiger Stil */
.djc_categories a {
    color: #666666 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}
.djc_categories a:hover {
    color: #cc0000 !important;
}
.djc_categories li {
    list-style: none !important;
}
.djc_categories ul {
    padding-left: 0 !important;
}
.djc_categories .djc_active_category a {
    color: #cc0000 !important;
    font-weight: bold !important;
}

/* DJ-Catalog2 Kategorien-Navigation - ruhiger Stil */
.djc_categories a {
    color: #666666 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}
.djc_categories a:hover { color: #cc0000 !important; }
.djc_categories li { list-style: none !important; }
.djc_categories ul { padding-left: 0 !important; }
.djc_categories .djc_active_category a { color: #cc0000 !important; font-weight: bold !important; }
