.MainHeader {
	float: left;
	margin-top: 25px;
	margin-left: 1px;
	margin-bottom: 20px;
	background-color: #e5f3ff;
	width: 782px;
}

.MainHeaderInner {
	padding: 15px;
	width: 650px;
	float: left;
}

.MainHeaderInner h1 {
	text-transform: uppercase;
}

.MainHeaderInner a {
	text-decoration: none;
	color: #0066CC;
}

.BoatNumber {
	padding: 15px;
	width: 50px;
	float: right;
	font-size: 26px;
	color: #0066CC;
	text-align: right;
}

.clearboth {
	clear: both;
}

/* =========== Images for boats ================ */

.LargeImage {
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px dotted #1371D5;
	padding-right: 20px;
}

.SmallImage {

	margin-right: 20px;
	float: right;
	/*height: 254px;*/
	background-color: #FFF;
	width: 315px;
	cursor:pointer;
	cursor:hand;
}

.SmallImages {

	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

}

.LowerBoatcontent{

	clear:both;
	width: 100%;
	margin-bottom: 15px;
}

.BoatPlan {

	margin-top: 20px;
	margin-bottom: 20px;

}

/* ========== Additional boat information ============ */

.TopLeftContent {

	display: inline;
	margin-left: 20px;
	float: left;
	border: 0px solid #1371D5;
	width: 373px;
}

.BoatInfoLeft {

	float: left;
	border: 0px solid #1371D5;
	width: 335px;
	padding-right: 0px;

}

.BoatInfoRightWrapper {

	display: inline;
	float: right;
	margin-right: 20px;
	width: 342px;
	border-left: 1px dotted #1371D5;

}

.BoatInfoRight {

	margin-left: 10px;

}

Table.BoatPrice {

	margin-top: 8px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 80%;

}

Table.BoatPrice td {

	padding: 7px 10px 7px 5px;

}

td.odd {

	background-color: #E5F3FF;

}

Table.BoatSpecifications {

	margin-top: 8px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 80%;

}

Table.BoatSpecifications td {

	padding: 7px 10px 7px 5px;

}

Table.BoatSpecifications #odd {

	background-color: #E5F3FF;

}

Table.BoatPrice #odd {

	background-color: #E5F3FF;

}

.BoatPriceDiscount {

	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('../images/discount-shaded.gif');
	background-repeat: repeat-x;
	
}

.DiscountPrice {

	color: #CC0000;

}

.RegularPrice {
	
	font-size: 65%;
	text-decoration: line-through;

}

/* ----- FORM FOR BOAT PAGES ------ */

.FormInfo {

	font-size: 70%;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 5px;
	background-color: #E5F3FF;

}

.FormRow {
	
	margin-top: 10px;
	border: 0px solid #CCC;
	height: 25px;

}

.FormLeft {

	float: left;
	clear: left;
	border: 0px solid #CCC;
	margin-top: 3px;

	width: 100px;

	font-size: 80%;

}

.FormRight {

	float: right;
	clear: right;
	border: 0px solid #CCC;

	width: 200px;

}

.FormRow #TextField {

	font-size: 80%;
	background-color: #F7F7F7;
	border: 1px solid #B6DDFF;
	width: 170px;
	padding: 2px;

}

.BoatQuery {

	margin-left: 10px;

}


.LowerMenu {

	background-color:#E5F3FF;
	width:150px;
	border: 1px solid #CCC;
	display: inline;
	padding: 5px;
	margin-left: 10px;
	display: inline;

}


hr.HorLine {

	border: none 0; 
	border-top: 1px dotted #1371d5;
	padding: 0;
	text-align: left;
	height: 1px;

	clear: both;
}

.RelatedBoats {
	margin-top: 5px;
	font-size: 70%;
	cursor:pointer;
	cursor:hand;
}

.RelatedBoats th {
	text-align: left;
}

.RelatedBoats td {
	padding: 3px;
	padding-left: 0px;
	border-top: 1px solid #c8ddee;
}

.BoatMap {

	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px solid #c8ddee;

}
