/*
    xBreadcrumbs (Extended Breadcrumbs) jQuery Plugin
    © 2009 ajaxBlender.com
    For any questions please visit www.ajaxblender.com 
    or email us at support@ajaxblender.com
*/

.xbreadcrumbs {

    z-index: 1000;
}
.xbreadcrumbs LI UL { 
    position: absolute;
    float: left;
}
.xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.xbreadcrumbs, .xbreadcrumbs LI {
    float: left;
}
.xbreadcrumbs UL {
    display: none;
}

/*  Base style of xBreadcrumbs  */
/*  Top Level  */
.xbreadcrumbs LI 
{
    line-height: 12px;
    height: 16px;
	color: #666666;
}
.xbreadcrumbs LI:last-child {
    background: none;
}

.xbreadcrumbs LI:before {
    content: ">   ";
}
.xbreadcrumbs LI:first-child:before {
    content: "";
}

.xbreadcrumbs LI A {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}
.xbreadcrumbs LI A:HOVER, .xbreadcrumbs LI.hover A {
    color: #0A8ECC;
}
/*  Top Level - Current Page  */
.xbreadcrumbs LI.current A {
    color: #333333;
    font-weight: bold;
}
/*  Sub-level  */
.xbreadcrumbs LI UL {
    padding: 3px;
    background: #333333;
    font-size: 11px;
    width: 180px;
    top: 25px;
}
.xbreadcrumbs LI UL LI {
    float: left;
    width: 100%;
    border-right: none;
    height: auto;
}
.xbreadcrumbs LI UL LI A {
    text-decoration: none;
    color: #CCCCCC !important;
    display: block;
    padding: 4px;
    border-bottom: 1px dotted #666666;
}
.xbreadcrumbs LI UL LI:last-child A {
    border-bottom: none;
}
.xbreadcrumbs LI UL LI A:HOVER {
    background: #444444;
}


.xbreadcrumbs li a {
	/*text-indent:0;*/
	display:inline-block;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #ffffff;*/
    padding: 4px 6px 4px 6px;
}
.xbreadcrumbs li a:hover {
	color: #000 !important;
    font-weight: bold;

}.xbreadcrumbs li a:active {
	position:relative;
	top:1px;
}

.xbreadcrumbs > li:last-child > a {
	color: var(--primarycolor) !important;
}