.easy-breadcrumb {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
}
.easy-breadcrumb span, .easy-breadcrumb a
{
	display: inline-block
}
.easy-breadcrumb .easy-breadcrumb_segment-separator
{
	background: url(/profiles/vp_profile/themes/vp_theme/img/10-global/breadcrumb-spacer.png) no-repeat 100% 30%;
	direction: ltr;
	margin-right: 5px;
	min-height: 16px;
	overflow: hidden;
	padding: 0;
	text-indent: -10000px;
	vertical-align: middle;
	width: 14px;
}
.easy-breadcrumb span a {
	color: #666;
}
.easy-breadcrumb span a: focus, .easy-breadcrumb span a: hover {
	color: #BD4832;
}
