.breadcrumb {
	margin-bottom: 15px;
	padding: 30px 0 10px;
	background-color: #f7f7f7;
}
.breadcrumb .wrapper > * {
	float: left;
}
.breadcrumb .breadcrumb-item span {
    white-space: nowrap;
}
.breadcrumb .breadcrumb-item a {
	font-size: 14px;
}
.breadcrumb .breadcrumb-item:last-child a {
	color: #e41818;
}
.breadcrumb .next-level {
	background: url("../images/breadcumb.png") no-repeat center;
	width: 5px;
	height: 5px;
	padding: 8px 8px 0 8px;
	margin-top: 4px;
}