#boatbuilder {
	width: 870px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#boatbuilder #leftcol {
	width: 550px;
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #5A5858;
}
#boatbuilder #leftcol fieldset {
	margin-bottom: 16px;
}

#boatbuilder #rightcol {
	background-color:#ecf1f8;
	width: 250px;
	padding: 10px;
	float: left;
}
.builderList {
	margin-bottom: 12px;
}
.builderList li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	clear: both;
}
.alternate {
	background-color: #f0f5f9;
}
li input {
	float: left;
	width: 25px;
}
.price {
	text-align: right;
	padding-left: 5px;
	float: left;
	width: 70px;
	margin-right: -75px;
	position: relative;
	left: 420px;
}
#leftcol h3 {
	color:#888;
	background: #393939 url(../img/arrows_h3_builder.png) 8px -35px no-repeat;
	display:block;
	height: 36px;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	cursor: pointer;
	padding-left: 30px;
}
#leftcol h3.idle {
	color:#CCC;
	background: #393939 url(../img/arrows_h3_builder.png) 8px 9px no-repeat;
}
#leftcol fieldset {
	padding:8px;
}
#leftcol h4 {
	background: url(../img/icon_arrow.gif) 0 2px no-repeat;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	cursor: pointer;
	padding-left: 25px;
	padding-bottom: 3px;
}
#leftcol h4.idle {
	background: url(../img/icon_arrow.gif) 0 -23px no-repeat;
	color: #5a5858;
}
#boatbuilder #rightcol p.msrp {
	font-size: 14px;
	font-weight: bold;
	color: #53BAE0;
	background-color: #FFF;
	display: block;
	padding: 2px;
}
#rightcol #yourModel {
	background-color: #FFF;
	text-align: center;
	padding: 12px 0;
}

#rightcol h3 {
	margin: 0px;
}
#rightcol p {
	margin-bottom: 16px;
}

.colorList li {
	display: block;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	font-size: 12px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
li.blackpaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #000;
}
li.bluepaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #003a63;
}
li.darkbluepaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #002B4A;
}
li.redpaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #aa1f23;
}
li.burgundypaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #560b10;
}
li.taupepaint {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: #8e7264;
}
li.whitepaint {
	border: 1px solid #CCC;
	color: #666;
	background-color: #fff;
}
#rightcol p.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	margin-top: 12px;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.msrpPrice {
	text-align: right;
	padding-left: 40px;
	float: right;
	width: 120px;
}
.optionList {
	margin-bottom: 16px;
}
.optionList li {
	background-image: url(../img/icon_bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	margin-bottom: 4px;
	padding-left: 12px;
	display: block;
}
.alternate2 {
	background-color: #E3EBF4;
}
a.printMe {
	background-image: url(../img/icon_printer.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	float: right;
	padding-left: 24px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	color: #53BAE0;
	font-weight: normal;
}
