#location_container div#breadLine {
	position: relative;
	z-index: 100;
	display: block;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 55px;
	z-index: 1;
}

#location_container div#location {
	width: 1236px;
	position: relative;
	margin: 5px auto;
	font-size: 90%;
	z-index: 1;
}

#location a {
	color: #5e5d5f;
	padding: 0 10px 0 20px;
	background: url(/_local/images/breadcrumb_arrow.png) no-repeat  0 center;
	height: 26px;
	line-height: 26px;
	float: left;
	display: block;
}

#location a.home {
	color: white;
	padding: 3px 10px 7px 20px;
	height: 16px;
	background: url(/_local/images/breadcrumb_home.png) no-repeat center center;
}

#location a.active {
	color: #7da516;
}


@media only screen and (max-width: 970px) {
	#location_container {
		/*margin-top: 21px;*/
	}
}

@media only screen and (max-width: 600px) {
	#location_container {
		display: none;
	}
}

@media only screen and (max-width: 340px) {
	#location_container {
		display: none;
	}
}