.Yacht_Header {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #0080ab;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  text-indent: 10px;
}

.Yacht_Wrapper {
  display: block;
  float: left;
  width: 700px;
  border-bottom: 1px solid #003399;
}

.Yacht_CB {
  display: block;
  float: left;
  width: 25px;
  padding-top: 25px;
}

.Yacht_Image {
  display: block;
  float: left;
  width: 100px;
}

.Yacht_Name {
  display: block;
  float: left;
  width: 450px;
  margin-top: 10px;
  font-size: 14px;
  color: #0080ab;
  font-weight: bold;
}

.Yacht_Description {
  display: block;
  float: left;
  width: 450px;
}

.Yacht_Links {
  display: block;
  float: right;
  width: 125px;
  margin-top: 10px;
}

.Yacht_Hover {
  background-color: #e5f8ff;
}