/*this style sheet controls the breadcrumbs that show up under brand and category banners*/
@media (min-width: 1300px){
	.resultsPage .content-wideshop>div.tip-ui-outer {
		max-width: 1250px;
		width: 1250px;
	}
}
@media (max-width: 1299px){
	.resultsPage .content-wideshop>div.tip-ui-outer {
		max-width: 990px;
		width: 990px;
	}
}
.resultsPage .content-wideshop>div.tip-ui-outer {
	margin-top: 20px;
}
.tip-ui-outer .breadCrumbBar {
	position: relative;
	display: block;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs {
	display: inline;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs h2 {
	display: inline;
	color: #9a9a9a;
	font-weight: 400;
	font-size: 12px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs a {
	color: #3086b5;
	text-decoration: none;
}