/*@import url('frontend.css');*/

#header,
#navigation,
#secondary,
#footer,
.button {
	display: none;
}

#lightWindow-contents {
	display: none;
}

.printable {
	display: block;
}
.no-printable {
	display: none;
}

body {
	background: none;
	text-align: left;
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	color: #000;
	margin: 2mm 2mm;
	padding: 0mm 0mm 0mm 0mm;
	width: 180mm;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	margin: 0mm 5mm;
}

#content {
	background: none;
	border: none;
}


#usedboatview .main-description {
	padding: 0mm 5mm;
}

#usedboatview .photo {
	padding: 0;
	width: 250px;
}

#usedboatview table {
	table-layout: fixed;
	width: 100%;
}

#usedboatview table table {
	table-layout: fixed;
	width: 100%;
}

#usedboatview table,
#usedboatview td,
#usedboatview th {
	border-collapse: collapse;
}

#usedboatview td {
	padding: 10pt 0pt 2pt 0pt;
}

#usedboatview th {
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#usedboatview .other {
	border-top: 1pt solid #303030;
}

#usedboatview table tr {
	page-break-inside: avoid;	
}

#usedboatview .white {
	text-transform: none;
}

#usedboatview table table,
#usedboatview table table td,
#usedboatview table table th {
	border: 0;
}

#usedboatview table table td,
#usedboatview table table th {
	padding: 2pt 4pt 2pt 4pt;
}

#usedboatview table .header {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1pt;
	border-bottom: 1pt solid #303030;
	padding: 8pt 0pt 2pt 0pt;
}

#usedboatview .header.title-printable {
	font-size: 12pt;
	text-align: center;
}

#usedboatview table td.longText {
	text-align: justify;
/* biki 2009/01/19	vertical-align: top; */
}

#usedboatview table p {
	margin: 0pt;
	padding: 0pt;
}

#usedboatview top-widget-container,
#usedboatview bottom-widget-container {
	display: none;
}

#usedboatview .widgets {
	display: none;
}
