/*!
  xBreadcrumbs 2.1.0 jQuery Plugin
  (c) 2010-2014 w3Blender.com
  For any questions and support please visit www.w3blender.com.
*/
.xbreadcrumbs {
  position: relative;
  clear: both;
  width: auto;
}
.xbreadcrumbs li.current {
  border-right: none;
}
.xbreadcrumbs li.current a {
  color: #333;
}
.xbreadcrumbs li a {
  color: #666666;
  text-decoration: none;
}
.xbreadcrumbs li a:hover,
.xbreadcrumbs li.hover a {
  color: #2f2482;
  cursor: pointer;
}
.xbreadcrumbs li ul {
  position: absolute;
  float: left;
  padding: 3px;
  z-index : 99;
  background: #fff;
  width: 300px;
  max-width: 400px;
  top: 33px;
  display: none;
  border: 1px dotted #676767;
}
.xbreadcrumbs li ul li {
  float: left;
  width: 100%;
  border-right: none;
  height: auto;
}
.xbreadcrumbs li ul li a {
  text-decoration: none;
  color: #333 !important;
  display: block;
  padding: 7px;
  border-bottom: 1px dotted #676767;
}
.xbreadcrumbs li ul li a:hover {
  background: #767676;
  color: #fff !important;
}
.xbreadcrumbs li ul li:last-child a {
  border-bottom: none;
}
.xbreadcrumbs,
.xbreadcrumbs li,
.xbreadcrumbs ul,
.xbreadcrumbs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xbreadcrumbs {
	display: block;
	position: relative;
	float: left;
}
.xbreadcrumbs li {
  float: right;
}
.xbreadcrumbs ul {
  display: block;
}
.xbreadcrumbs li {
  padding: 10px;
  line-height: 100%;
  border-right: 1px solid #cecece;
}
.bc-container {
	display: block;
	background: #eee;
	margin-bottom: 10px;
}