﻿.breadcrumbswrapper
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.breadcrumbs
{
    width: 950px;
    font-size: 85%;
    line-height: 90%;
    padding: 10px 0 10px 0;
    /*
    background-color: #d3d3d3;
    border-left: #f0f0f0 1px solid;
    border-right: #f0f0f0 1px solid;
    */
}

.breadcrumbs p 
{
    margin:0;
    color:#666;
}

.breadcrumbs a:link, .footer a:visited
{
    text-decoration: none;
    color:#666;
}
.breadcrumbs a:active,.footer a:focus, .footer a:hover {
color: Red;}

.breadcrumbs img 
{
 vertical-align:middle;
}
