﻿#breadcrumb {
line-height:36px;
height:60px;
display:inline-block;
margin:0;
margin-bottom:-7px;
padding:0 0px;
text-transform:uppercase;
border-bottom:1px solid #ddd;
width:100%;
}
#breadcrumb ul{
direction: rtl;
padding-left:0;
}
#breadcrumb ul li:first-of-type
{
    padding-left:0px;
}
#breadcrumb ul li{
list-style-image: url(../images/Chevron.png);
float: left;
padding-top: 18px;
padding-left: 12px;
}
#breadcrumb .carrot {
font-family: 'brandon_grotesque_regular','brandon-grotesque', sans-serif;
font-weight:normal;
font-size:24px;
color:#ccc;
top:2px;
}
#breadcrumb a {
font-family: 'Open Sans', sans-serif;
color:#333;
font-size:14px;
padding:0 5px;
text-decoration:none;
}
#breadcrumb img {
margin:0 0 -1px;
}
#breadcrumb a:last-child {
font-weight:bold;
}
#breadcrumb a:hover {
color:#b10a32;
}
#breadcrumb .buttons {
float:right;
line-height:36px;
}