#railJetBreadcrumbs {
    width: 530px;
}
.totals {
    margin-top: 5px;
}
.topBorder {
    border-top: 1px rgb(70%,70%,70%) solid;
}
.bottomBorder {
    border-bottom: 1px rgb(70%,70%,70%) solid;
}
.shadow {
    text-shadow: 1px 1px 2px white;
}



/* Powder Express Logo at top of ticket pages */
.ticketHeaderImageBox {
	position: relative;
	top: -13px;
	left: 0;
	text-align: center;
}
#powderExpressTextDesc {
	position: relative;
	top: -13px;
	left: 0;
	margin: 0 28px;
}


/* Rail Pass pages only */
#familycardIconBox {
	position: absolute;
	top: 145px;
	left: 783px;
	width: 205px;
	text-align: center;
}
#familycardIcon {
	margin: 0 auto 0 auto;
	width: 111px;
	height: 76px;
}
#familycardIconBox h3 {
	position: relative;
	top: -10px;
	width: auto;
	border: none;
}
 #familycardIconBox p {
	margin: 0;
	position: relative;
	top: -8px;
	font-size: 7pt;
	line-height: 1.1em;
	color: rgb(61,35,124);		/* Dark Link Blue */
}
#railIcon40 {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 200px;
	height: 185px;
	background: url(../images/70railpassicon.jpg) center top no-repeat;
}
#railIcon40-de {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 200px;
	height: 185px;
	background: url(../images/70railpassicon-de.jpg) center top no-repeat;
}
	#railIcon40 a,
	#railIcon40-de a {
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
	}
