﻿/* ISP FLEET INFO page */

#ship h1 {
	margin-left: 20px; 
}
#ship #top {
	background: #FFF url(../images/banner_corinthian.jpg);
}

#ship #center {
	padding: 1em 6px;
}

#ship #main {
	border-right: none;
}

#center div {
	padding: 0 0em;
}
#center div h2, #center div h3, #center div p {
	margin-left: 20px;
}
#center div h2 {
	font-size: 1.2em;
}

#center div.shiplisting {
	height: 10em;
	margin-bottom: 9px;
	padding: 1px;
	float: left;
	width: 142px;
	border: solid 1px #cecbc1;
}
#center div.shiplisting:hover {
	background-color: #e2e0dd;
}
#center div.shiplisting a img{
	border: none;
	margin: 1px auto;
}
#center div.shiplisting:hover a img{
	border: none;
	text-decoration:none;
}
#center div.shiplisting p {
	font-size: .9em;
	line-height: 1em;
	color: #666;
	margin: .5em;
}
#center div.shiplisting p.shipname {
	font-weight: bold;
	font-size: .95em;
	color: #036;
}



ul#footernav {
	clear: both;
}


/* ----------- for individual ship spec pages ----------- */
/* ------------------------------------------------------ */

body#ship .shipheaderimage {
	float: right;
}

div.shipspecs {
	font-size: .9em;
	text-align: center;
	border-top: none;	
	padding-top: 15px;
}
div.shipspecs div {
	text-align: left;
	padding: 2em 60px 20px;
	margin: 10px 50px;
}

div.shipspecs img {
	margin: 1em 0 0;
}

/* a bit of space after the italics, it tends to be too close to the following text */
div.shipspecs p em{
	margin-right: .3em;  
}

h2#shiptitle {
	font-size:1.4em;
	margin-top: .3em;

}


      /* ------- for the shipspec buttons: summary, technical info, photos ------- */
#center ul.shipspec_buttons {
	text-align: left;
/*	float: left;
	width: 100%;  */
 	margin: 20px 0 10px;
	padding: 0 0 5px;
	white-space: nowrap;
	background: transparent url(../images/699_dot.gif) repeat-x bottom left;
}

#center ul.shipspec_buttons li {
	display: inline;
	text-align: left;
 	margin: 0;
	list-style-type: none;
}

#center ul.shipspec_buttons li#summary  {
	margin-left: 20px;
}

#center ul.shipspec_buttons li a { 
	padding: 6px 12px 4px; 
	margin: 1em 0;
}

#center ul.shipspec_buttons li a:link, #center ul.shipspec_buttons li a:visited {
	color: #fff;
	background-color: #9e9b92;
	text-decoration: none;
	border: none;
	border-bottom: solid 1px #9e9b92;
}

#center ul.shipspec_buttons li a:hover {
	color: #fff;
	background-color: #699;
	text-decoration: none;
}

#center ul.shipspec_buttons li a.current { 
	color: #699 !important;
	background-color: #FFF !important;
	font-weight: bold !important;
	border: solid 1px #699 !important;	
	border-bottom: none !important;
	padding-bottom: 6px;
}


table.shipspecs {
	margin: 10px auto 20px;
	text-align: left;
}
table.shipspecs th, table.techinfo th {
	font-size: 1.1em;
	padding: 12px 4px 4px;
}
table.techinfo {
	margin: 10px 20px;
}
table.techinfo th {
	color: #FFF;
	background-color:#699;
}
table.techinfo td {
	border-bottom: solid 1px #BBB;
}
table.shipspecs caption {
	display: none;
}

table.shipspecs td {
	padding: .2em .5em;
}
table.shipspecs tr.odd td {
	background-color: #e1dfd7;
	padding: .3em .5em;
}



/*  Button under spec table for downloading the deck plan PDF  */

div.shipspecs div.dl_button {
	padding: 0;
}

#center div.dl_button a {  
	margin: 0 30px;
	border: solid 1px #DDD;
}
#center div.dl_button a, #center div.dl_button a:link, #center div.dl_button a:visited {
	display: block;
	color: #333;
	background: #f1efe7 url(../images/pdficon_large.gif) no-repeat 6px 8px;
	padding: 1em .3em 1em 55px;
}
#center div.dl_button a:hover {
	color: #FFF;
	background-color: #699;
}


