#splashContainer {
	position: relative;
	display: block;
	background: url(../images/global/spritesY.png) repeat-y 0px 0px;
	z-index: 5;
	left: 4px;
	width: 999px;
	height: 136px;
}
#splashContainer div {
	background: url(../images/cruises/splash.jpg) no-repeat 0px 0px;
	width: 960px;
	height: 136px;
	margin-left: 19px;
}
span.date {
	color: #777;
	font-weight: bold;
}
.includes li {
	margin-left: 30px;
	list-style: disc;
}
.box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
	.box .hd {
		position: relative;
		display: block;
		height: 12px;
		background: url(../images/global/1colBackgroundSprites.png) no-repeat 0px 0px;
	}
	.box .bd {
		position: relative;
		display: block;
		background: url(../images/global/1colBackgroundSprites.png) repeat-y -500px 0px;
		padding: 0 10px;
	}
	.box .ft {
		position: relative;
		display: block;
		height: 12px;
		background: url(../images/global/1colBackgroundSprites.png) no-repeat -250px 0px;
	}
	.BC .box .hd {
		background: url(http://www.spiritofpeoria.com/images/global/2colBackgroundSprites.png) no-repeat 0px 0px;
	}
	.BC .box .bd {
		background: url(http://www.spiritofpeoria.com/images/global/2colBackgroundSprites.png) repeat-y -1104px 0px;
	}
	.BC .box .ft {
		background: url(http://www.spiritofpeoria.com/images/global/2colBackgroundSprites.png) no-repeat -552px 0px;
	}
.prices li {
	font-size: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
#content .prices li.highlight {
	color: #006885;
	background: #fcfcfc;
	font-weight: bold;
	font-size: 14px;
}
	.prices li em {
		font-style: italic;
		color: #000;
	}
.related li {
	font-size: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
.dates li {
	font-size: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
	.dates .alert {
		color: red;
		font-weight: bold;
		margin-left: 6px;
	}
.itinerary li {
	font-size: 15px;
	padding: 2px 5px 2px 30px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
	.itinerary .doc {
		background: url(../images/global/doc.gif) no-repeat 2px 2px;
	}
	.itinerary .pdf {
		background: url(../images/global/pdf.gif) no-repeat 2px 2px;
	}
.lodging li {
	font-size: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
	.lodging+h3 {
		margin-top: 25px;
	}
#cruiselistings {
	position: relative;
	display: block;
	margin-left: 0px;
	font-weight: bold;
}
	#cruiselistings li {
		font-weight: bold;
	}
#cruiselistings ul {
	position: relative;
	display: block;
	margin-left: 30px;
	list-style: disc;
	font-weight: normal;
}
	#cruiselistings ul li {
		font-weight: normal;
	}