#main-column.detail-page {
	padding: 0 12px 0 0;
	width: 750px;
	}
#header-drop-down {
	margin: 10px 50px 1px 0;
	height: 43px;
	width: 700px;
	font-size: 24px;
	font-weight: bold;
	}
#header-drop-down div {
	position: absolute;
	z-index: 10;
	height: 43px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: url(/media/mercury/images/engines/engine-drop.png) no-repeat -700px 0;
	cursor: pointer;
	}
#header-drop-down h2 {
	padding: 11px 40px 0 10px;
	height: 32px;
	background: url(/media/mercury/images/engines/engine-drop-icon.png) no-repeat right 0;
	color: #254665;
	}
#header-drop-down ul {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
	background: #e9e9e9;
	display: none;
	}
#header-drop-down li {
	display: block;
	border-bottom: 0 !important;
	border-bottom: 1px #e9e9e9 solid;
	white-space: nowrap;
	}
#header-drop-down div:hover {
	background: url(/media/mercury/images/engines/engine-drop.png) no-repeat 0 -43px;
	}
#header-drop-down div:hover h2 {
	background: url(/media/mercury/images/engines/engine-drop-icon.png) no-repeat right -43px;
	}
#header-drop-down div.open {
	height: auto;
	-moz-box-shadow: 4px 3px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 4px 3px 4px rgba(0,0,0,.3);
	box-shadow: 4px 3px 4px rgba(0,0,0,.3);
	background: url(/media/mercury/images/engines/engine-drop.png) no-repeat 0 -86px;
	}
#header-drop-down div.open h2 {
	background: url(/media/mercury/images/engines/engine-drop-icon.png) no-repeat right -86px;
	color: #fff;
	}
#header-drop-down div.open ul {
	display: block;
	}
#header-drop-down li a {
	display: block;
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px #fff solid;
	border-bottom: 1px #cbd1d5 solid;
	color: #a9b8c7;
	text-decoration: none;
	}
#header-drop-down li:first-child a {
	border-top: 0;
	}
#header-drop-down li:last-child a {
	border-bottom: 0;
	}
#header-drop-down li a:hover {
	color: #3f617d;
	}
#enginetabs,
.ui-tabs-hide {
	display: none;
	}
.tab-info {
	padding: 0 20px 20px 20px;
	border-left: 1px #cbdde9 solid;
	border-right: 1px #cbdde9 solid;
	border-bottom: 1px #cbdde9 solid;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 708px;
	background: #f1f5f6;
	font-size: 12px;
	color: #5b7685;
	line-height: 18px;
	}
.tab-info .intro {
	padding: 0 0 20px 0;
	border-bottom: 1px #b5c2c9 solid;
	font-size: 14px;
	}
.tab-info .video-embed {
	padding: 20px 0 20px 40px;
	float: right;
	}
.tab-info .right-img {
	padding: 0 0 20px 20px;
	float: right;
	}
.tab-info h3,
.tab-info h5 {
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #2e4758;
	}
.tab-info h3 {
	padding: 20px 0 10px 0;
	line-height: 24px;
	}
.tab-info h4 {
	padding: 0 0 10px 0;
	clear: left;
	}
.tab-info h5 {
	font-size: 14px;
	}
.tab-info p {
	padding: 0 0 12px 0;
	font-size: 14px;
	line-height: 20px;
	}
.tab-info p a {
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	}
.tab-info p a:hover {
	text-decoration: underline;
	}
#overview-tab.tab-info ul {
	padding: 0 0 12px 24px;
	font-size: 14px;
	list-style: disc;
	}
.tab-info .hr {
	padding: 20px 0;
	border-bottom: 1px #b5c2c9 solid;
	border-top: 1px #fff solid;
	}
.tab-info .last,
.jets .tab-info .intro,
.propellers .tab-info .intro {
	border-bottom: 0;
	}
.tab-info .note {
	font-size: 12px;
	color: #8b979b;
	}
.tab-info .list {
	padding: 0 0 0 18px;
	list-style: square;
	font-size: 14px;
	}
.tab-info .list li{
	padding: 0 0 8px 0;
	}
.common-button {
	text-decoration: none;
	float: left;
	}


.calloutBox {
	-webkit-box-shadow: inset 0 0 14px 2px rgba(93,143,176,.25);
	-moz-box-shadow: inset 0 0 14px 2px rgba(93,143,176,.25);
	box-shadow: inset 0 0 14px 2px rgba(93,143,176,.25);
	border: 1px #fff solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 16px;
	background: #d9e7ef;
	}
#main-column .calloutBox ul {
	padding: 0 10px 10px 20px;
	}
.fullBox {
	margin: 0 0 16px 0;
	}
.onWhiteBox {
	border-color: #5b7685;
	}
/* --  Compatible Engines Tab -- */
#compatible-engine {
	width: 294px;
	float: left;
	}
#compatible-engine li {
	padding: 0 0 6px 8px;
	font-size: 12px;
	line-height: 14px;
	}
#compatible-engine a {
	display: block;
	padding: 0 0 0 8px;
	background: url(/media/mercury/images/common/arrow-list.gif) no-repeat 0 3px;
	font-weight: bold;
	color: #547389;
	text-decoration: none;
	}
#recommended-engine {
	margin: 0 20px 0 0;
	width: 360px;
	float: left;
	}
#recommended-engine p {
	background: url(/media/mercury/images/common/hr-double.png) repeat-x 0 bottom;
	}
#recommended-engine-list a {
	display: block;
	padding: 5px 0 0 0;
	height: 105px;
	background: url(/media/mercury/images/common/hr-double.png) repeat-x 0 bottom;
	font-size: 14px;
	color: #df5c1f;
	line-height: 16px;
	text-decoration: none;
	}
#compatible-engine a:hover,
#recommended-engine-list a:hover {
	text-decoration: underline;
	}
#recommended-engine-list img {
	display: block;
	margin: 0 0 0 8px;
	float: left;
	}
#recommended-engine-list strong {
	display: block;
	margin: 44px 0 0 8px;
	padding: 0 0 0 8px;
	background: url(/media/mercury/images/common/bullet-orange.gif) no-repeat 0 3px;
	float: left;
	}
.engine-sets {
	display: none;
	}
#boat_0 {
	display: block;
	}
/* --  End Compatible Engines Tab -- */
.documents-callouts {
	float: left;
	width: 355px;
	margin-top: 20px;
}
.documents-callouts .manual-callout, .documents-callouts .request-brochure-callout {
	float: left;
	height: 152px;
	padding: 10px 0 0 0;
}
.documents-callouts .manual-callout {
	height: 260px;
}
.documents-callouts .manual-callout ul {
	list-style: disc outside none;
	margin: 8px 0 8px 15px;
	font-weight: bold;
	line-height: 16px;
}
.documents-callouts .manual-callout ul li {
	padding: 4px 8px;
}
/*
.documents-callouts .manual-callout ul {
	list-style-type: disc inside none;
}
*/
.documents-callouts img {
	float: left;
	width: 94px;
	margin-right: 20px;
}
.documents-callouts .documents-callouts-content {
	float: left;
	width: 220px;
}
.documents-callouts strong {
	display: block;
	padding: 0;
	font-size: 20px;
	color: #2e4758;
	}
.documents-callouts p {
	display: block;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	color: #5b7685;
	}
.documents-callouts a {
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	}
.documents-callouts a.bvLinkTargetBlank {
	padding: 0 0 0 20px;
	background: url(/media/mercury/images/common/button-open-link.png) no-repeat !important;
	background: url(/media/mercury/images/common/button-open-link.gif) no-repeat;
	}
.documents-callouts a:hover {
	text-decoration: underline;
	}
#documents-list {
	float: right;
	margin-top: 20px;
	width: 287px;
}
.pdf-item a {
	display: block;
	padding: 8px 0 6px 30px;
	font-size: 12px;
	font-weight: bold;
	background: url(/media/mercury/images/common/pdf-icon.gif) no-repeat 0 2px;
	color: #5b7685;
	text-decoration: none;
	line-height: 16px;
	}
.pdf-item a:hover {
	text-decoration: underline;
	}
.pdf-item a span {
	font-size: 11px;
	font-weight: normal;
	}
#boatbrands-tab .boatbrand {
	padding: 0 14px 20px 0;
	width: 160px;
	height: 36px;
	float:left;
	}
#boatbrands-tab .boatbrand strong {
	display: block;
	font-size: 14px;
	color: #2e4758;
	}
#boatbrands-tab .boatbrand a {
	display: block;
	padding: 1px 0 0 17px;
	background: url(/media/mercury/images/common/icon-compare.png) no-repeat 0 center;
	font-size: 11px;
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	}
#boatbrands-tab .boatbrand a:hover {
	text-decoration: underline;
	}
.visitlink {
	height: 2em;
	font-size: 13px;
	}
.visitlink a {
	padding: 1px 0 1px 17px;
	background: url(/media/mercury/images/common/icon-compare.png) no-repeat 0 center;
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	float: left;
	}
.visitlink a:hover {
	text-decoration: underline;
	}
.specs-pic {
	position: relative;
	}
.specs-pic img {
	position: absolute;
	top: -14px;
	right: 0;
	}
.specs-header {
	height: 89px;
	}
.propellers .specs-header {
	padding-top: 62px;
	height: 27px;
	}
.compare-engine {
	padding: 0 14px 0 0;
	border-right: 1px #a0bfd1 solid;
	float: right;
	}
.view-larger {
	padding: 0 115px 0 14px;
	border-left: 1px #fff solid;
	float: right;
	}
.compare-engine a,
.view-larger a {
	padding: 2px 0 0 18px;
	background: url(/media/mercury/images/common/icon-compare.png) no-repeat 0 center;
	font-size: 11px;
	font-weight: bold;
	color: #df5c1f;
	text-decoration: none;
	}
.view-larger a {
	background: url(/media/mercury/images/common/share-icon-orange.gif) no-repeat 0 center;
	}
.compare-engine a:hover,
.view-larger a:hover {
	text-decoration: underline;
	}
#specs-nav,
#compat-nav {
	height: 2em;
	padding: 0 0 40px 0;
	font-size: 11px;
	color: #5b7685;
	}
#specs-nav span,
#compat-nav span {
	display: block;
	padding: 3px 12px 0 0;
	float: left;
	}
#specs-nav li,
#compat-nav li {
	float: left;
	}
#specs-nav li a,
#compat-nav li a {
	display: block;
	margin: 0 8px 0 0;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #254665;
	text-decoration: none;
	-webkit-transition: background 0.3s linear,
		color 0.2s linear;
	-moz-transition: background 0.3s linear,
		color 0.2s linear;
	-o-transition: background 0.3s linear,
		color 0.2s linear;
	}
#specs-nav li a:hover,
#specs-nav li.on a,
#compat-nav li a:hover,
#compat-nav li.on a {
	background: #3c6d8c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	}
#specs-table {
	border: 1px #c7d1d7 solid;
	font-size: 12px;
	line-height: 14px;
	}
#specs-table table {
	border-top: 1px #fff solid;
	}
#specs-table th {
	border-right: 1px #c7d1d7 solid;
	padding: 8px;
	width: 230px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	}
#specs-table td {
	padding: 8px 20px;
	}
#specs-table .even {
	background: #d8e6ee;
	}
.repower #specs-table .odd {
	background: #eef2f4;	
	}

#keyTable,
#Results {
	width: 708px;
	}
.proxs-chart,
.think-fast-link,
.whisper-quiet-link,
.value-link,
.go-the-distance-link,
.fuel-efficiency-link,
.add-it-up-link {
	cursor: pointer;
	}
.chart-overlay {
	padding: 0 26px;
	width: 670px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 16px;
	color: #5b7685;
	line-height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#proxs-chart-overlay {
	background-image: url(/media/mercury/images/engines/outboards/optimax/proxs-150-chart.png);
	}
#add-it-up-overlay {
	height: 350px;
	background-image: url(/media/mercury/images/engines/outboards/optimax/add-it-up.jpg);
	}
#think-fast-overlay {
	background-image: url(/media/mercury/images/engines/outboards/verado/think-fast-chart.jpg);
	}
#whisper-quiet-overlay {
	background-image: url(/media/mercury/images/engines/outboards/verado/whisper-quiet-chart.jpg);
	}
#value-overlay {
	background-image: url(/media/mercury/images/engines/outboards/verado/value-chart.jpg);
	}
#go-the-distance-overlay {
	background-image: url(/media/mercury/images/engines/outboards/verado/go-the-distance-chart.jpg);
	}
#fuel-efficiency-overlay {
	height: 350px;
	background-image: url(/media/mercury/images/engines/outboards/verado/fuel-efficiency-chart.jpg);
	}
.chart-overlay p {
	font-size: 12px;
	color: #5b7685;
	}
.chart-overlay h3 {
	padding: 8px 0;
	font-size: 28px;
	font-weight: bold;
	color: #254665;
	}
	
/* REPOWER */	
.repower .documents {
	margin-top: 20px;
	padding: 20px;
	border: 1px #cbdde9 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 500px;
	background: #f1f5f6;
	font-size: 12px;
	line-height: 18px;
	}
.repower #main-column .documents ul {
	list-style: none;
	padding: 0;
	color: #5b7685;
	}
.repower #main-column .documents ul a {
	color: #5b7685;
	}
.repower #main-column .documents ul a .file-size {
	font-weight: normal;
	}
	
/* FUEL CARE */	
.parts-and-accessories em {
	font-style: italics;
	}
.aftermarket .centered-external-link img {
	float: none;
	margin: 0;
	}


#pdf-list .centered-external-link a {
	background: none;
	padding: 0;
}
/*
#fuel-care-list {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #cbdde9 solid;
	padding: 18px;
	background: #f1f5f6;
	color: #5b7685;
	clear: right;
	}	
*/
	
.centered-external-link {
	float: right;
	text-align: center;
	width: 96px;
}
#pdf-list .centered-external-link a.visitlink {
	color: #df5c1f;
	padding: 0 0 0 15px;
	background: url(/media/mercury/images/common/button-open-link.png) no-repeat !important;
	background: url(/media/mercury/images/common/button-open-link.gif) no-repeat;
	}	
	
	
