﻿.breadcrumb_container
{
    background: #2870ae; /*TK from #eee */
}

.breadcrumb_text
{
    color: #ffffff; /* TK from #2870ae */
    font-family: Verdana;
    font-size: 0.9em;
    display: inline-block;
    font-weight: bold; /* TK added */
}
.breadcrumb_text:hover
{
    color: #ffffff; /* TK from #2870ae */
    font-family: Verdana;
    font-size: 0.9em;
}
.breadcrumb_text_nolink
{
    color: #ffffff; /* TK from black */
    font-family: Verdana;
    font-size: 0.9em;
/*    display: inline-block; */
    font-weight: bold; /* TK added */
}
.breadcrumb_text_nolink:hover
{
    color: #ffffff; /* TK from black */
    font-family: Verdana;
    text-decoration:none;
    font-size: 0.9em;
}
.breadcrumb_sep
{
    color: #ffffff;/* TK from #2870ae */
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: bold; /* TK added */
}
.breadcrumb_homebutton
{
    width:14px;
    height:10px;
    background: url(../images/House.gif) no-repeat;
    vertical-align: middle;
	outline: none;
}

