/* Bb */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Positions the breadcrumb */
.breadcrumb {
position: relative;
text-align:left;
top: -70px;
left: 66px;
}

/* Hh */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Heading 2, 16px with no margins */
h2.titleUp {
	font-size:16px;
	padding-top:0px;
	margin: 0px 0px -3px 0px;
}

/* Rr */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.relatedContent {
	text-align: right;
	padding-bottom: 0px;
	float:right;
	width:152px;
	height: 130px;
	background: #FFB539;
	margin:0px 0px -5px 0px;
	font-size: 12px;
}

.relatedPunchL {
	float: left;
	width: 17px;
	height: 122px;
	margin: 0px 0px 0px -8px;
}

.relatedPunchB {
	float: left;
	width: 160px;
	height: 18px;
	margin: 0px 0px 0px -8px;
	vertical-align: bottom;
}