#breadcrumb
{
    font: 9px Arial, Helvetica, sans-serif;
    background-image:url(https://www.thecollecteonshop.com/images/bc_bg.png);
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#454545;
    border:solid 0px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a
{
    height:40px;
    display:block;
    background-image:url(https://www.thecollecteonshop.com/images/bc_separator.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#969393;
}

.home
{
    border: none;
    margin: 8px 0px;
}
#breadcrumb a:hover
{
    color:#000000;
}