/* @override http://opalmarine.com.local/css/boats.css */
/* @group Boats List */
#bd .boats-list li.boat {
	clear: both;
	position: relative;
	list-style: none;
	margin: 0;
	margin-bottom: 4em;
}
#bd .boats-list .boat div.image {
	float: left;
	height:127px;
	margin-bottom: -1px;
}
#bd .boats-list .boat div.image a {
	line-height: 0;
}
#bd .boats-list .boat div.image img {

}
#bd .boats-list .boat div.description {
	margin-left: 205px;
	margin-bottom: 0;
}
#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 .boat-status,
#bd .boat-status-under_offer,
#bd .boat-status-sold,
#bd .boat-status-new_instruction,
#bd .boat-status-just_reduced {
	top: 0;
	float: right;
	padding: 0 .3em;
	margin-bottom: -.6em;
	font-weight: normal;
	border: 1px solid;
}


/* @group Boat Status Tag */

#bd .boat-status-under_offer,
#bd .boat-status-sold,
#bd .boat-status-new_instruction,
#bd .boat-status-just_reduced {
	color: #c98f33;
	border: 1px solid #684f27;
}
/* @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;
}
#bd ul.images li {
	margin: 0;
	display: inline;
	list-style: none;
}
#boat-enquiry-options a.button {
	width: 8em;
	text-align: center;
}

/* @end */

/* @group Sort Options */
.sort-options {
	display: inline;
}
.sort-options p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.sort-options .sort-options-heading {
	display: inline-block;
	background: none;
	background-color: #082d5b;
	color: #e9e9e9;
	text-decoration: none;
	padding: 0 .3em;
	border: 2px outset #234672;
	/*cursor: pointer;*/
	margin-bottom: .7em;
}
.sort-options ul {
	display: none;
	position: absolute;
	z-index: 1;
	padding-top: 1.2em;
	margin: 0 .3em;
	margin-top: -1em;
	border-bottom: solid 1px #000;
	background: url(img/submenu-bg2.gif) no-repeat 1em top;
}
.sort-options:hover ul,
.sort-options:focus ul {
	display: block;
}
.sort-options ul li {
	list-style: none!important;
	margin-left: 0!important;
}
.sort-options ul li a {
	text-decoration: none;
	background-color: #082d5b;
	background-color: #2c3035;
	color: inherit;
	display: block;
	width: 12.95em;
	float: left;
	padding: 3px .5em;
	border-top: 1px solid #383f47;
	border-bottom: 1px solid #252b33;
	/*Fancy effects*/
	box-shadow: .1em .1em .2em #000;
	-webkit-box-shadow: .1em .1em .3em #000;
	-moz-box-shadow:  .1em .1em .2em #000;
}
.sort-options ul li {
	width: 13.9em;
}
.sort-options ul li.left a {
	clear: left;
	float: left;
	width: 6em;
	margin-right: -6em;
}
.sort-options ul li.right a {
	clear: right;
	float: right;
	width: 6em;
	margin-left: -5em;
}
.sort-options ul li a:hover {
	color: #cdcdcd;
	background-color: #10151e;
	border-top: 1px solid #a6a8aa;
	border-bottom: 1px solid #a6a8aa;
	text-decoration: none;
}
.sort-options ul li a.active {
	color: #cdcdcd;
	background-color: #132131;
	text-decoration: none;
}
/* @end */
