/* @override 
	http://opalmarine.com.local/css/boats.css
	http://opalmarine.com.local/css/boats.css?1296052446
	http://opalmarine.com.local/css/boats.css?m=1327916063
	http://opalmarine.com.local/css/boats.css?=1327916064
*/

/* @group Boats List */
#bd .boats-list {
	width:651px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#bd .boats-list-column {
	margin-top: 2em;
	width: auto!important;
	margin-left: 0!important;
}
#bd .boats-list-column li {
	list-style: none;
	margin: 0 0 0 7px;
}
#bd .boats-list-column  li.boat {
	float: none!important;
	display: block;
}
#bd ul.boats-list li.boat {
	position: relative;
	list-style: none;
	margin-bottom: 7px;
	float: left;
	height: 189px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 7px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	border: 1px solid #bcbcbc;
}

#bd .boats-list .boat div.image {
	height:127px;
	width:190px;
	margin-bottom: 10px;
}
#bd .boats-list .boat div.image a:hover,
#bd .boats-list .boat div.image a:focus {
	text-decoration: none;
}
#bd .boats-list li.boat h4 a {
	font-weight: bold;
	color: #00a4ce;
	text-decoration:none;
}
#bd .boats-list li.boat h4 a:hover {
	font-weight: bold;
	color: #00a4ce;
	text-decoration: underline;
}
#bd .boats-list li.boat div.popup-options {
float:left;
}
#bd .boats-list span.popup-options-heading,
#bd .boats-list span.currency-code {
font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#6a6f75;
	font-family: Arial;
	text-align: left;
} 

#bd .boats-list .popup-options ul li {
color:#6a6f75;
}
#bd .boats-list .popup-options ul li:hover,
#bd .boats-list .popup-options ul li:hover span.currency-code {
	color:#FFFFFF;
}

#bd #main-image {
	padding: 0px;
	margin: 0px;
	position: relative;
	float:left;
	width:600px;
	height: 394px;
	background-color: #eff3f4;
	overflow: hidden;
}
#bd #main-image img {

}
/*#bd #main-image a.approved-used-boat-tag {
	position: absolute;
	height: 60px;
	width: 133px;
	bottom: -12px;
	left: -16px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
	background: url(img/approved-used-boat-tag.jpg) no-repeat no-repeat;
	-webkit-box-shadow: 1px 1px 5px #000;
}
#bd .boats-list .boat div.image a.approved-used-boat-tag {
	position: absolute;
	bottom: -12px;
	left: -6px;
	background-image: url(img/approved-used-boat-tag-small.jpg);
	height: 32px;
	width: 71px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
}*/
#bd .boats-list .boat div.image {
	position: relative;
}
#bd .boats-list .boat div.image a {

}
#bd .boats-list .boat div.image img {

}
#bd .boats-list .boat div.description {
	margin: 0;
	float:left;
}
#bd .boats-list .boat div.description h4 {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: normal;
}
#bd .boats-list .boat div.description div.key-points {
	float: right;
	width: 30%;
}
#bd .boats-list .boat div.description div.key-points li {
	/*Allows key points to stretch a little,
	particularly needed for currency when it is a large value*/
	margin-right: -1.5em;
}
#bd .boat-status,
#bd .boat-status-coming_soon,
#bd .boat-status-under_offer,
#bd .boat-status-sold,
#bd .boat-status-new_instruction,
#bd .boat-status-just_reduced {
	top: 9px;
	font-weight: bold;
	border:none;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 20px;
	width: 190px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: uppercase;
	text-align: center;
}
#bd #main-image .boat-status,
#bd #main-image .boat-status-coming_soon,
#bd #main-image .boat-status-under_offer,
#bd #main-image .boat-status-sold,
#bd #main-image .boat-status-new_instruction,
#bd #main-image .boat-status-just_reduced {
	top: 0px;
	font-weight: normal;
	border:none;
	font-family: Arial;
	font-size: 22px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
	height: 28px;
	width: 600px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	text-transform: uppercase;
	text-align: center;
}


/* @group Boat Status Tag */

#bd .boat-status-coming_soon{
	background-color: #1FB4D8;
}
#bd .boat-status-under_offer{
	background-color: #282955;
}
#bd .boat-status-sold{
	background-color: #e0471e;
}
#bd .boat-status-just_reduced {
	background-color: #41B2FB;
}
#bd .boat-status,
#bd .boat-status-new_instruction {
background-color: #127795;
}
#bd .boat-status-is-approved {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	overflow: hidden;
	text-indent: -99em;
	background: url(img/approved-used-boat-tag-small.png) no-repeat left top;
}
#bd #main-image .boat-status-is-approved {
	position: absolute;
	right: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
	text-indent: -99em;
	background: url(img/approved-used-boat-tag.png) no-repeat left top;
}
/* @end */



/* @group Superyachts */
ul.superyachts-list,
ul.superyachts-list li.superyacht {
  position: relative;
  margin-left :0!important;
  list-style: none!important;
  overflow: hidden;
}
ul.superyachts-list li.superyacht {
  margin-bottom: 5em;
}
ul.superyachts-list li.superyacht .image {
  margin-bottom:-6px;
}
ul.superyachts-list li.superyacht .image img {
  border: solid 2px #ccc;
}
ul.superyachts-list li.superyacht:hover .superyachts-caption {
  opacity: .3; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=30); /* IE lt 8 */
  -ms-filter: "alpha(opacity=30)"; /* IE 8 */
  -khtml-opacity: .3; /* Safari 1.x */
  -moz-opacity: .3; /* FF lt 1.5, Netscape */
}
.superyachts-caption {
  opacity: .9; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=90); /* IE lt 8 */
  -ms-filter: "alpha(opacity=90)"; /* IE 8 */
  -khtml-opacity: .9; /* Safari 1.x */
  -moz-opacity: .9; /* FF lt 1.5, Netscape */
  position: absolute;
  width: 17em;
  bottom: 0;
  left: 2em;
  bottom: 2px;
  color:#fff;
  padding: 0 .5em;
  background: #41557b;
}
.superyachts-caption h3 {
  margin-top: 0;
}
.superyachts-view-link {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.superyachts-view-link a {
  text-indent: -100em;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
/* @end */

/* @group Boat View */
#bd ul.images {
	float: right;
	width:330px;
	height:394px;
	margin:0px;
	padding:0px;
	overflow:auto;
}
#bd ul.images li {
	display: inline;
	list-style: none;
	padding: 0px;
	float: left;
	height: 95px;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 11px;
}
#bd ul.images li img {
	width:145px;
	height:95px;
}
#boat-enquiry-options {
	float:left;
	padding: 0px;
	height: 29px;
	width: 600px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#boat-enquiry-options a {
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ff9600;
	height: 22px;
	width: 194px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
	text-decoration:none;
	float:left;
	text-align: center;
}
#boat-enquiry-options a:hover {
	background-color: #F98300;
}
#boat-enquiry-options a.PDF {
	background-color: #1cb3da;
	margin-left: 0px;
}
#boat-enquiry-options a.PDF:hover {
	background-color: #00A2C4;
}
#boat-enquiry-options a.button {
	width: 8em;
	text-align: center;
}
div#approved-used-boat-overview {
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff9600;
	background: url(img/approved-used-boat-tag-no-shadow.png) no-repeat right top;
}
div#approved-used-boat-overview h2 {
	color: #ff9600;
}
div#approved-used-boat-overview h3 {
	color: #e87720;
}
/* @end */

#bd .boat-left-col .boats-list {
	margin: 0 0 0 -16px;
}
#bd .boat-left-col ul.boats-list li.boat {
	position: relative;
	list-style: none;
	margin-bottom: 7px;
	float: left;
	height: 189px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
	padding: 0px;
	border: none;
}
#bd .boat-left-col .boat-status,
#bd .boat-left-col .boat-status-coming_soon,
#bd .boat-left-col .boat-status-under_offer,
#bd .boat-left-col .boat-status-sold,
#bd .boat-left-col .boat-status-new_instruction,
#bd .boat-left-col .boat-status-just_reduced {
	left: 0;
	top: 0;
}

/* @group Fix for when IE is zoomed out */
#bd .boats-list {
	margin-right: -10px;
	width: 661px;	
}
/* @end */


