﻿#brcr
{
    color: #000;
    font-size: 11px;
    /*font-weight: bold;*/
}
#brcr a:link, a:visited
{
    text-decoration:none;
    color: #000;
    font-size: 11px;
    /*font-weight: bold;*/
}
#brcr a:hover
{
    text-decoration:none;
    color: #a2a2a2;
}

.breadcrumb_currentItem, a.breadcrumb_currentItem:link, a.breadcrumb_currentItem:visited, a.breadcrumb_items:link, a.breadcrumb_items:visited
{
    text-decoration:none;
    color: #000;
    font-size: 11px;
    /*font-weight: bold;*/
}

a.breadcrumb_currentItem:hover, a.breadcrumb_items:hover
{
    text-decoration:underline;
    color: #000;
}

.breadcrumb_leadingImage {
    margin-right:3px;
    color: #000;
}

.breadcrumb_leadingText {
    font-weight:bold;
    margin-right:5px;
    color: #000;
}

.breadcrumb_separatorImage {
    margin-left:5px;
    margin-right:5px;
    color: #000;
    font-weight: bold;
}

.breadcrumb_separatorText {
    margin-left:4px;
    margin-right:4px;
    font-weight: bold;
    color: #000;
}

