#contentText.explorerPage {
	width: 900px;
	overflow: hidden;
}

/*--------------------------------------------------*/
/*--- Explorer -------------------------------------*/
/*--------------------------------------------------*/
#explorerContainer {
	width: 900px;
	padding-top: 10px;	
	clear: both;
	border-top-color: #6C6A67;
    border-top-style: dotted;
    border-top-width: 1px;
}
#explorer {
	position: relative;
	width: 900px;
	height: 420px;
	margin: 0px 0px 0 0px;	
	background: #EEEBE6;
	z-index: 2;
}
#explorer label {
	color: #817E7C;
    font-family: "Cinzel";
	font-size: 13px;	
	font-variant: small-caps;
	margin-left: 15px;	
	margin-top: 15px;
	display: block;	
}
#explorer select {
	font-size: 18px;
	color: #6c6a67;
	font-variant: small-caps;
	text-indent: 5px;
	margin-left: 15px;
	vertical-align: center;
	width: 248px;
	height: 40px;
	padding: 7px;
}

/*--------------------------------------------------*/
/*--- Ship Selector --------------------------------*/
/*--------------------------------------------------*/
#selector {
	position: relative;
	width: 289px;
	height: 418px;
	margin: 0;		
	z-index: 3;
	float: left;
}
#selector #ship {
	width: 289px;
	height:90px;
	float: left;	
	border-bottom-color: #6c6a67;
    border-bottom-style: dotted;
    border-bottom-width: 1px;  
}
#selector #deck {
	width: 289px;
	height:64px;
	float:left;
	border-bottom-color: #6c6a67;
    border-bottom-style: dotted;
    border-bottom-width: 1px;  
}
#selector #deck ul {
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 7px;
	display: block;
}
#selector #deck li {
	cursor: pointer;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
	padding: 0;
	color: #5d87a1;
	height: 24px;
	width: 27px;
	text-align: center;	
	line-height: 24px;
}
#selector #deck li.selected {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #6c6a67;
    padding: 0px;
	font-weight: bold;
}
#selector #features {
	width: 289px;
	height:263px;
	float: left;	
}
#selector #features ul {	
	color: #6c6a67;
	margin-top: 10px;
	font-size: 11px;
	margin-left: 15px;
	font-family: "Montserrat";
	font-weight: bold;
}
#selector #features ul .featureBox {
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #a2958a;
	margin-right: 5px;
}

/*--------------------------------------------------*/
/*--- .featureBox ----------------------------------*/
/*--------------------------------------------------*/
.featureBox.blue {
	background-color:#ccecfc;
}
.featureBox.brown {
	background-color:#dfcf97;
}
.featureBox.grey {
	background-color:#bcbdc0;
}
.featureBox.green {
	background-color:#d9e8aa;
}
.featureBox.purple {
	background-color:#dadaea;
}
.featureBox.violet {
	background-color:#dbcce5;
}
.featureBox.white {
	background-color:#fff;
}
.featureBox.oceanBlue {
	background-color:#71b2e3;
}
.featureBox.poolBlue {
	background-color:#008ad3;
}
.featureBox.turquoise {
	background-color:#bbdfd2;
}
.featureBox.pink {
	background-color:#f7b6be;
}
.featureBox.hotPink {
	background-color:#ed669a;
}
.featureBox.orange {
	background-color:#fab160;
}
.featureBox.salmon {
	background-color:#f28262;
}
.featureBox.yellow {
	background-color:#fff696;
}
.featureBox.teal {
	background-color: #00a6a8;
}
.featureBox.skyblue {
	background-color: #d8edfc;
}
.featureBox.voyagerblue {
	background-color: #86bae7;
}

/*--------------------------------------------------*/
/*--- Ship Selector --------------------------------*/
/*--------------------------------------------------*/
#selector #features ul span {
	font-weight: 400;
}
#selector #features li {	
	list-style-type: none;		
	line-height: 1.5;
	clear: both;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#location {
	position: relative;
	width: 143px;
	height: 420px;
	margin: 0;		
	z-index: 3;
	float: left;
	
	border-left-color: #6c6a67;
    border-left-style: dotted;
    border-left-width: 1px;  
	
	border-right-color: #6c6a67;
    border-right-style: dotted;
    border-right-width: 1px;  	
	
	background-image:url(/media/explorer/mariner/decks/mar_small_deck07.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}
#location .draggable { 
	width: 94px; 
	height: 50px; /* previously was 76px, changed to match small image to large ship map ratio*/ 
	margin: 0 auto;	
	
	background-color:transparent;	
	border-bottom-color: #5d87a1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #5d87a1;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #5d87a1;
    border-right-style: solid;
    border-right-width: 2px;    
    border-top-color: #5d87a1;
    border-top-style: solid;
    border-top-width: 2px;
}
#location #draggable { 
	cursor: n-resize; 
}

#location .arrows {
	width: 90px;
	height: 26px;
	margin: 9px auto 0;
	background: url(/media/explorer/arrows.png) 0 0 no-repeat;
}

/*--------------------------------------------------*/
/*--- Ship Map -------------------------------------*/
/*--------------------------------------------------*/
#map {
	background-repeat:no-repeat;
	background-position:0px 0px;
	position: relative;
	width: 462px;
	height: 418px;
	margin: 0px 0px 0 0px;		
	z-index: 3;
	float: left;
	overflow: hidden;
}
img#ship-map {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	width: 462px;
	height: 3500px;
	margin: 0;		
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
}
#map img#mask {
	position: absolute;
	left: 0px;
	top: 0px;	
	z-index: 4;	
}
#map map#level6 {	
	border: 1px solid #f00;
}

/*--------------------------------------------------*/
/*--- Rollover--------------------------------------*/
/*--------------------------------------------------*/
#popup-container {
  z-index: 2000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;  
}
#rollover {  
   cursor: pointer;
   font-family: "Montserrat";
   text-transform: uppercase;
   font-weight: bold;
   position: absolute;
   display: block;
   background-image: url(/media/explorer/rollover_bg.png);   
   width: 263px;
   height: 232px;
   z-index: 5;
}
#rollover img {  
   padding: 15px 15px 10px 15px;
   position: relative;    
   width: 231px;
   height: 153px;     
}
#rollover h1, #rollover h2 {  
	margin-left: 15px;
	color: #6c6a67;
	font-family: "Montserrat";
	font-weight: 300;	
	text-transform: uppercase;
}
#rollover span {
	margin-left: 15px;
}
#rollover span.title {  	
	font-size: 15px;	
	font-weight: bold;   
}
#rollover span.click { 
	color: #c9c1b8;
	font-size: 12px;	
	font-weight: bold;   
	margin-top: 2px;
}

/*--------------------------------------------------*/
/*--- Details View ---------------------------------*/
/*--------------------------------------------------*/
#details-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	min-height: 600px;
	background-color: #fff;
	z-index: 6;	
}
#contentText #details-container #details {
	position: relative;
	padding: 15px;
}
#contentText #details-container #detailsTop {
	border-bottom-color: #6c6a67;
    border-bottom-style: dotted;
    border-bottom-width: 1px;  
}
#contentText #details-container h1 {	
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px 0px;
    font-size: 24px;
	text-align: left;
	color: #9e9b97;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}
#contentText #details-container div.close {
	color: #c06044;
	position: absolute;
	right: 0px;	
	font-size: 20px;
	font-weight: 400;
	top: 0;	
	padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 35px;
	cursor: pointer;
}
#contentText #details-container #details img {
	margin-left: 30px;
	margin-top: 30px;
	width: 435px;
	height: 290px;
	float: left;
}
#contentText #details-container #details img.roomLayout {
	display: none;
}
#detailsText {	
	font-family: "Montserrat";
	font-weight: 300;		
	float: left;
    margin-left: 30px;
    margin-top: 30px;	
    width: 370px;
	min-height: 290px;
	position: relative;
}
#detailsText .featureList {
    margin-bottom: 80px;
}
#detailsText h3 {	
   text-align: left;
   font-weight: bold;
   color: #6c6a67;
   font-size: 15px;
}
#detailsText p {   
   line-height: 150%;
   margin-bottom: 15px;
}
#detailsText ul li {
    font-size: 13px;
	width: 130px;
	line-height: 1.1;
}
#detailsText ul#left {
	float: left;
	padding-left: 1em;
	line-height: 1.15em;
	width: 183px;
}
#detailsText ul#right {
	float:left;
	padding-left:1em;
	line-height:1.15em;
}

#detailsText .size {  
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #bf5d41;
	text-transform: uppercase;	
	margin-bottom: 10px;	
}
#detailsText .buttons {
	clear: both;
	/* float: left;	*/
}
#detailsText .buttons .roomPhoto, #detailsText .buttons .roomLayout {
	float: left;
	cursor: pointer;
	background-color: #f1efeb;	
	color: #8f8d8a;
	text-align: center;	
	text-transform: uppercase;	
	width: 102px;
	height: 26px;	
	line-height: 2em;
	border: 1px solid #f1efeb;
}
#detailsText #roomDetails {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#detailsText .buttons .roomLayout {		
	margin-left: 10px;
}
#detailsText .buttons .roomPhoto.selected, #detailsText .buttons .roomLayout.selected {
	cursor: auto;
	border: 1px solid #8f8d8a;
}

/*--------------------------------------------------*/
/*--- Double Click Message (iOS) -------------------*/
/*--------------------------------------------------*/
#double-click-container {
	position: absolute;
	background-image: url(/media/explorer/double_tap_message.png);
	width: 350px;
	height: 57px;
	right: 55px;
	top: 0px;
	z-index: 6;
	opacity: 0.75;
	display: none;
}

/*--------------------------------------------------*/
/*------------- Explorer Footer --------------------*/
/*--------------------------------------------------*/
#explorerFooter {
	position: relative;
	width: 900px;
	/* overflow: auto; */
}
#explorerFooter a {
	position: relative;
	float: right;
	padding: 0 10px 10px 0;
	margin: 10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	font-family: "Montserrat";
	color: #5b5957;
	text-transform: uppercase;
	display: inline;
	background: url(/media/signup_arrows.gif) 100% 20% no-repeat;
}
#explorerFooter a:link, #explorerFooter a:visited {
	color: #5e87a1;
	text-decoration: none;
}
#explorerFooter a:hover, #explorerFooter a:active {
	color: #5e87a1;
	text-decoration: underline;
}
#explorerFooter #legend {
	float: left;
	margin: 12px 0 0 15px;
	width: 450px;
}
#explorerFooter #legend li {
	font-size: 11px;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6c6a67;
	text-transform: uppercase;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 25px;
}
#explorerFooter #legend li.last {
	margin-bottom: 0;
}
#explorerFooter #legend li.bullet {
	background: url(/media/explorer/legend_bullet.gif) 4px center no-repeat;
}
#explorerFooter #legend li.wheelchair {
	background: url(/media/explorer/legend_wheelchair.gif) 3px 0px no-repeat;
	padding: 2px 0 5px 25px;
	margin-bottom: 7px;
}
#explorerFooter #legend li.star {
	background: url(/media/explorer/legend_star.gif) 2px 0px no-repeat;
}

#explorerFooter #legend li.plus {
	background: url(/media/explorer/legend_plus.gif) 4px center no-repeat;
}

#explorerFooter #legend li.dash {
	background: url(/media/explorer/legend_dash.gif) 4px center no-repeat;
}



.featureBox.navyExp {
                background-color: #495f76;
}
.featureBox.blueExp {
                background-color: #7a9cbf;
}
.featureBox.lightblueExp {
                background-color: #d1eefc;
}
.featureBox.oceanBlueExp {
                background-color: #66b1e2;
}
.featureBox.turquoiseExp {
                background-color: #b4dfd3;
}
.featureBox.purpleExp {
                background-color: #d6c9e3;
}
.featureBox.salmonExp {
                background-color: #f48466;
}
.featureBox.orangeExp {
                background-color: #fbb066;
}
.featureBox.pinkExp {
                background-color: #f8b4bd;
}
.featureBox.hotpinkExp {
                background-color: #f27daa;
}
.featureBox.greenExp {
                background-color: #d9e8aa;
}
.featureBox.darkgreenExp {
                background-color: #a4b083;
}
.featureBox.tanExp {
                background-color: #dcce98;
}
.featureBox.brownExp {
                background-color: #c08a43;
}
.featureBox.yellowExp {
                background-color: #fff799;
}
.featureBox.greyExp {
                background-color: #e7e7e8;
}