﻿.bread-crumb-wrapper
{
    background-image:url("./images/templateimages/controltemplates/breadcrumbs/bread_crumb_bg.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-size:100%;
    height:19px;
    overflow:hidden;
    padding-left:5px;
    padding-top:5px;
    width:695px;
}

.bread-crumb-wrapper a
{
    color:#5B5B5B;
}

.bread-crumb-wrapper div
{
    background-image:url("./images/templateimages/controltemplates/breadcrumbs/chevron.gif");
    background-position:left center;
    background-repeat:no-repeat;
    float:left;
    height:16px;
    margin-right:6px;
    overflow:hidden;
    padding-left:10px;
}

.bread-crumb-wrapper-open
{
    width:auto !important;
}

.bread-crumb-home-icon
{
    background-image:url("./images/templateimages/controltemplates/breadcrumbs/home.gif") !important;
    background-position:0 0 !important;
    background-repeat:no-repeat;
    cursor:pointer;
    float:left;
    height:16px !important;
    margin-left:3px;
    margin-right:5px;
    width:9px !important;
}

.bread-crumb-home-icon:hover
{
    background-position:0px -16px !important;
}