/*Some basic print style before we start hidin' and showin'*/

html, body, textfield, textarea, input, table, th, td, tr {
margin:0;
padding:0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ul, li, ol {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body { 
font-family: georgia, times, serif; 
color: black;
font-size:10pt; 
}

a:link, a:visited { 
border-bottom-width: 1px; 
border-bottom-style: solid; 
}
h3 {
font-size: 15pt;
font-weight: bold;
border-bottom: 1px dashed #666;
margin-bottom: 15px;
}
h4 {
font-size: 11pt;
font-weight: bold;
margin-top: 15px;
border-bottom: 1px dashed #666;
margin-bottom: 5px;
}

/* HIDING DIVS... */


#Banner {
display: none;
}

#PrinterFriendlyContainer {
display: none;
}

#SlideShowContainer {
display: none;
}

#NavBar {
display: none;
}

#HomePic {
display: none;
}

#ToolsContainer {
display: none;
}

#Footer {
display: none;
}



/* ...AND SHOWIN' 'EM */

/*
#CarDetailTitle {*/ /*Long blue bar with the car title*/
/*	background-image:url(../images/main/car_listings_header.png);
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100px;
	background-color: #eaf5fd;
}*/
#DetailedTextContainer {
text-align:justify;
width: 800px;
margin-top: 500px;
}
body #ListingDetailContainer #DetailedTextContainer {
font-size: 10pt;
text-align:justify;
line-height: 12pt;
}
#PrintableImageContainer {
display: block;
float: left;
margin-top: 15px;
}

#PrintableImageContainer img{
width: 500px;
height: 338px;
margin-bottom: 15px;
margin-right: 0px;
}

#PrintableImageContainer img a{
text-decoration: none;
}

#PrintContactDetails { /*Remember to add these in between image and text!*/
padding :15px;
border: 1px solid #314f6b;
font-size: 10pt;
display:block;
position:absolute;
top:520px;
left: -80px;
width: 470px;
height: 90px;
}


#BoatDetailsTableContainer {
font-family:Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FF0000; 
/*display: inline;*/
float: right;
}

#BoatDetailsTableContainer a{
display: none;

}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 15px;
/*	width: 550px;*/
    border-spacing: 0px;
	color: #666;
}
table th {
	font-size: 9pt;
    text-align: left;
/*	width: 550px;*/
    font-weight: normal;
    padding: 5px 10px 5px 0px;
    border: 0px;
    border: 1px solid #999;
}
table tr {
	font-size: 8pt;
	}
table td {
	font-size: 8pt;
    border: 0px;
    border: 1px solid #999;
    padding: 5px 10px 5px 10px;
}

table.OddRows {
    background: #ddd;
}




