#shipDetailTabset {  
 	list-style:none; 
 	margin:0 !important; 
 	padding:0;
}

#shipDetailPanelFrame {
	min-height:320px !important;
}

/* tab pane */ 
#shipDetailPanel {
	display:none;
	font-size:14px;
	padding:10px 0px 0px 0px; 
	margin:0px 0px 25px 0px;
	width:598px; 
	border-left:1px solid #bacddc; 
	border-bottom:1px solid #bacddc; 
	border-right:1px solid #bacddc;
	background-color:#fff;
}

/*
#shipVirtualTour #overlay {
		background-image:url(/images/tools/transparent.png);
		color:#efefef;
		height:450px;
	}
*/

#shipVirtualTour .contentWrap {
	height:515px;
	width: 715px;
}

#shipVirtualTour .apple_overlay {
	display:none;
	background-image:url(/images/tools/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

/* default close button positioned on upper right corner */
#shipVirtualTour .apple_overlay .close {
	background-image:url(/images/tools/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#shipVenuesScroller {
	height: 428px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#shipVenuesScroller .venueScroller {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 470px;
	height:396px;
}

#cabinStateroomScroller {
	height: 259px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#cabinStateroomScroller .cabinScroller {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 510px;
	height:226px;
}


#shipDeckPlanScroller {
	height: auto;
}

#shipDeckPlanScroller .deckPlanScroller {
	position:relative;
	overflow:hidden;
	width: 530px;
	height:auto;
}

.stateroom_type_header {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 13px;
	width: 100%;
	color: #656565;
}

.stateroom_features strong {
	height: 20px;
	line-height: 20px ;
	font-weight: normal;
}

.stateroom_features td {
	height: 20px;
	line-height: 20px ;
}

.stateroom_header {
	padding-bottom: 10px;
}

.stateroom_header img {
	padding-right: 10px;
}

.stateroom_header span {
	font-size: 12px;
	font-weight: bold ;
	color: #656565;
}

.deck_section_header { 
	text-transform: uppercase;
	font-size:13px; 
	color:#327ba1; 
	font-weight:bold; 
	padding-bottom:10px; 
	float:left
}


/* the overlayed element */
.apple_overlay {
	
	display:none;
	background-image:url(/images/misc/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images/misc/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* use a semi-transparent image for the overlay */
#photoAlbum {
	background-image:url(/images/misc/transparent.png);
	color:#efefef;
	height:450px;
}
	
/* container for external content. uses vertical scrollbar, if needed */
#photoAlbum .contentWrap {
	height:441px;
	overflow-y:auto;
}

