div.shipcontainer {
	margin: 10px 0 20px 0;
	padding: 0px;
	background-color: #F2F2F2;
}

div.shipheader {
	color: White;
	text-align: center;
	margin: 0px 5px;
	padding: 2px;
}



table.cruise {
	margin: 5px;
	width: 98%;
}

table.cruise td.map{
	vertical-align: top;
}
table.cruise td.divider{
	width:10px;
}
table.cruise td.data{
	background-color: white;
	padding: 10px;
	width:70%;
}

table.cruise img.cruisemap{
	float: left;
}

table.cruise .cruisedata{
	margin-left: 270px;
	padding: 10px 0px;
	width: 340px
}
.hr {
	border-top: 1px dotted #B9B8BA;
	height: 1px;
	margin: 3px 0px;
}

table.cruise .cruiseduration {
	font-weight: bold;
}

table.cruise .cruisedate {
	font-style: italic;
}

table.cruise  a.cruisepdfsheet {
	float: left;
}

table.cruise .cruisepricetext {
	color: #95111D;
	font-weight: bold;
}

table.cruise .cruisepricenumber {
	font-size: 12px;
}

div.clearboth {
	border: 0px solid red; 
	clear: both; 
	height: 0px; 
	line-height: 0px; 
	overflow: hidden;
}

