/*!
	xBreadcrumbs 2.1.0 jQuery Plugin
	(c) 2010-2014 w3Blender.com
	For any questions and support please visit www.w3blender.com.
*/
.treepath {
	position: relative;
	/*clear: both;*/
	background-color: #f0f0f0;
	/* width: 100%; */
	border: 1px solid #d8dcdf;
}

.treepath li {
	background: none!important;
	padding-left: 0!important;
}

.treepath li a {
	font-size: 10px;
    font-weight: normal;
}

.treepath li a.label, .treepath li a.expand {
	color: #000;
	text-decoration: none;
}
.treepath li a.label {
	padding: 6px 3px 6px 6px;

}

.treepath > li > a.label {
	white-space: nowrap; float: left; overflow: hidden;
}

.treepath li a.expand {
	color:#373737;
	padding: 6px 3px 6px 3px;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
}

.treepath li:hover a.expand {
	background-color: #0067c7;
	color: #fff !important;
	border-left: 1px #01569d solid;
	border-right: 1px #01569d solid;
}

.treepath li input {
	margin: 6px 0px 6px 6px;
}

.treepath li a.label:hover,
.treepath li.hover a.label {
	color: #0a8ecc;
}
.treepath li ul {
	position: absolute;
	float: left;
	background-color: #fff;
	top: 22px;
	display: none;
	z-index: 100;
	min-width:100%;
	z-index:1000;
	border:1px solid #dedede;
}
.treepath li ul li {
	border-right: none;
	height: auto;
	width: 100%;
	white-space: nowrap;
}
.treepath li ul li a {
	text-decoration: none;
	color: #474747 !important;
	display: block;
	padding: 6px;
	border-bottom: 0px dotted #676767;
}

.treepath li ul li a:hover {
	background-color: #eee;
}
.treepath li ul li:last-child a {
	border-bottom: none;
}
.treepath,
.treepath li,
.treepath ul,
.treepath ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.treepath,
.treepath > li {
	float: left;
	position: relative;
}
.treepath ul {
	display: block;

}
.treepath > li {
	line-height: 100%;
	/*border-right: 1px solid #cecece;*/
}
