@charset "utf-8";
.boatmodels  {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0083A9;
}
#main td {
	padding: 5px;
}
#specs {
	text-align: center;
}
#specs table {
	width: 450px;
	border: 1px solid #C0C0C0;
}
#specs td {
	width: 50%;
	text-align: left;
}
#techspecs {
}
#techspecs    table {
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAE0FA;
}
#techspecs    .techhead {
	width: 12.5%;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #AAE0FA;
}
#techspecs  .techdetail {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AAE0FA;
	border-bottom-color: #AAE0FA;
}
#boatspecs {
	margin-top: 20px;
}
#boatspecs   table {
	width: 100%;
	border: 1px solid #AAE0FA;
}
#boatspecs    .inpriceheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #AAE0FA;
	width: 50%;
}
#boatspecs .extrasheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #AAE0FA;
	width: 37%;
}
#boatspecs .priceheader {
	background-color: #AAE0FA;
	width: 13%;
}
#boatspecs .inprice {
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAE0FA;
}
#boatspecs  .extra {
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#boatspecs .price {
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
}
#boatpricing {
	margin-top: 20px;
}
#boatpricing table {
	width: 100%;
	border: 1px solid #AAE0FA;
}
#boatpricing .priceheader {
	text-align: right;
	background-color: #AAE0FA;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 13%;
}
#boatpricing  .packageheader {
	background-color: #AAE0FA;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 87%;
}
#boatpricing  .price {
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAE0FA;
}
#boatpricing .package {
	font-family: Arial;
	font-size: 11px;
}
