﻿
.breadcrumb
{
    padding: 3px;
    background: #FFFFFF url(../image/bg-topnav.gif) repeat-x;
    height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7em;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    table-layout: fixed;
}

.breadcrumb a
{
    text-decoration: none;
    color: #3a3a3a;
}

.breadcrumb a:hover
{
    text-decoration: none;
    color: #ff9933;
}

.spacer
{
    line-height: 10px;
    clear: both;
}

.ico-home
{
    background: url(../../Images/Icons/homeicon.png) no-repeat;
    text-decoration: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-left: 20px;
    width: 18px;
    height: 18px;
}

.ico-feedback
{
    background: url(../../Images/Icons/Feedback.png) no-repeat;
    text-decoration: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-left: 20px;
    width: 18px;
    height: 18px;
}
.ico-contactus
{
    background: url(../../Images/Icons/Contact.gif) no-repeat;
    text-decoration: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-left: 20px;
    width: 18px;
    height: 24px;
}

