#shipLeftColumn{
  width: 250px;
  float: left;
}

#shipRightColumn{
  width: 690px;
  float: right;
}   

#shipBanner{
  clear: both;
}

#shipInnerLeft{
  width: 450px;
  float: left;
  padding-top: 10px;
}   

.tabActive, .tabInactive{
  width: 97px;
  height: 29px;     
  line-height: 29px;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
  float: left;      
  text-decoration: none !important;
  margin-right: 2px;
  font-weight: bold; 
  outline: none;
} 

.tabActive{
  background-image: url(../ship/tabActive.gif); 
}

.tabInactive{
  background-image: url(../ship/tabInactive.gif); 
  color: white;
}

#shipInnerRight{
	 width: 225px;
  float: right; 
  padding-top: 35px;
}        

#tabContent{
  background-color: white;
  background-image: url(../ship/tabContentTop.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.tabContentInner{
  padding: 5px 15px 15px 15px;
  background-image: url(../ship/tabContentBottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tabContentInner h1, .tabContentInner h2{
  font-family: Arial, Helvetica, sans-serif;
  color: #70ACAC;
  margin-bottom: 0px;
}

.tabContentInner h1{
  margin-top: 5px;
  font-size: 16px;
} 

.tabContentInner h2{
  font-size: 14px;
} 

.tabContentInner, .tabContentInner p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666; 
} 

.shipRightBox, .shipRightBoxContent{
  background-repeat: no-repeat;
}

.shipRightBox{
  background-image: url(../ship/shipRightColTop.gif);
  background-color: white;
  clear: both;
}

.shipRightBoxContent{
  background-image: url(../ship/shipRightColBottom.gif);
  background-position: left bottom;
  padding: 10px;
} 

.shipRightBoxContent h2{
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #70ACAC;
  font-size: 14px;
} 

#findCruiseButton{
  width: auto;
  margin: 15px 0 0 0;
  clear: both;
} 

#shipSpecTable tr td{
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-bottom: 10px;
}

#shipSpecTable tr td.label{
  color: #333333;
}

a.shipThumb{
  display: block;
  width: 67px;
  height: 67px;
  background-image: url(../ship/shipThumb.gif);
  background-repeat: no-repeat;
  padding: 6px 0 0 6px;
  background-color: white;
  float: left;
  margin-right: 2px;
  outline: none;
  overflow: hidden;
}

a.shipThumb img{
  height: 61px;
  width: 61px; 
}

a.shipThumbActive, a.shipThumb:hover{
  background-color: #ffff99;
}

a.shipPreview{
  display: block;
  width: 219px;
  height: 139px;
  background-image: url(../ship/shipPreview.gif);
  background-repeat: no-repeat;
  padding: 9px 0 0 9px;
  clear: both;
  margin: 0px 0 10px 0;
} 

a.shipPreview img{
 width: 211px;
 height: 131px;
}  

#shipOverlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;    
  background-color: black; 
}

#searchBox{
  position: relative;
  z-index: 11;
}

#specifications{
  margin-top: 15px;
}  

#downloads{
  margin-top: 15px;
  font-size: 11px;  
} 

.cabinType{
  border: 1px solid #dbdbdb;
  padding: 5px;
  margin-top: 10px;
} 

.cabinType h3{
  color: #70ACAC;
  font-size: 12px;
  margin-top: 0px;
}

#cabinDropdown{
 margin-top: 5px;
}  

.facilityitem{
  width: 200px;
  float: left;  
} 

.facilityitem h3{
  color: #70ACAC;
  font-size: 12px;
  margin: 15px 0 5px 0px;
}  

.msgBox{
  background-image: url(../gridpage/msgBoxShipBottom.gif);
}

.msgBoxContent{
  background-image: url(../gridpage/msgBoxShipTop.gif);
} 

div.grid{
  background-image: url(../gridpage/gridBoxShipBottom.gif);
}

div.grid{
  line-height:1.4em; 
}

div.gridContent{
  background-image: url(../gridpage/gridBoxShipTop.gif);
} 

#tabBar{
  height: 29px;
}   