@charset "utf-8";
/* CSS Document */

#content {	margin-left: 0px; } /* Was 210px in default.css */
/* Note that this rule cascades over the stylesheet 'default.css'. I.e. this overwrites the rule in that style sheet, so we now have no margin where 'LeftCol' would have been before if we had similar layout to the Maldives site */

#content h1 {color: #003300;}
#content h2 {color: #003300;}
#content h3 {color: #003300;}
#content h4 {color: #003300;}

.imagegallery {
	margin-left: 50px;
}

.liva-availability {
	padding-left:50px; /* Outdents text to keep in line with gallery and tech specs table */
}

.rightimage-header_1 {
	float: right;
	margin: 0;
}

.livastats {
	width: 240px; /* note 40px padding */
	background-color:#CCFFFF;
	background-image: url(../misc-images/icons/boat_icon.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 50%;
	padding: 5px 0px 5px 40px;
	border: solid 1px #999999;
	font-size: 1.0em;
}

table#liva-specs { 	/* Sets table width, text to black, background colour, font size */
	width:75%;
	margin-left: 50px; 
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #333333;
	color:#000000;
	background: #CCFFFF;
	font-size:1.0em;	
}

table#liva-specs caption {		/* Sets table caption text colour, size, background colour, border around caption */
	padding: 3px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	border: 1px solid #333333;
	background: #000033;
	margin-left:-1px; /* Hack for Firefox - fox some reason the caption is always 1px right of the rest of the table */
}

table#liva-specs tbody th {		/* Sets th rows i.e. Lenght: to be aligned right and have some padding to the right */
	text-align:right;
	padding-right: 5px;
}

table#liva-specs tbody tr.odd td {		/* Sets up alternating colours for the body rows */
	background: #B7DBFF;
}

table#liva-specs tbody tr.odd th {		/* Sets up alternating colours for the Dates part of body rows */
	background: #B9E9FF;
}