﻿


.Breadcrumb {
    float: left;
    font-size: small;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 8px;
}

    .Breadcrumb img {
        float: left;
        vertical-align: middle;
        padding: 1px 0;
    }

    .Breadcrumb span {
        float: left;
        padding: 1px 4px;
        line-height: 1.4em;
        font-weight: bold;
        font-family: sans-serif;
    }

        .Breadcrumb span.Parens {
            font-weight: normal;
         
        }

    .Breadcrumb.ui-state-active span a {
        color: rgb(20,20,255);
    }

    .Breadcrumb span a:hover {
        color: Purple;
    }

    .Breadcrumb span a:active {
        color: Red;
    }     


.ErrorMessage
{
    color: Red;
}


.ProductPartsTables-All {
    float: left;
    margin: 10px;
    max-width: 140px;
}
    .ProductPartsTables-All span {
        font-weight: bold;
        display: block;
    }
    .ProductPartsTables-All a {
        display: block;
        line-height: 1.5;
    }