@import url("base.css");

/*
-----------------------------------------------
jerryvandyke.com journey page screen style
author: Jackson Marketing <jacksonmarketing.ca>
----------------------------------------------- */

#journeyListing {
  float: left;
  width: 483px !important;
  width /**/: 508px;
  padding: 20px 0 10px 0;
  margin-left: 15px;
  }
#journeyListingPhoto {
  float: left;
  width: 170px !important;
  width /**/: 182px;
  height: 135px !important;
  height /**/: 147px;
  padding: 5px;
  border: 1px solid #ADAFB1;
  }
#journeyListingDetail {
  float: left;
  width: 290px !important;
  width /**/: 300px;
  padding: 0 0 15px 10px;
  }
#journeyListingDetail h1 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  }
#journeyListingDetail p {
  padding: 5px 0 5px 0;
  color: #000000;
  }
#journeyListingDetail ul {
  padding: 0;
  margin: 0;
  }
.itinerary_map {
  padding: 5px;
  border: 1px solid #ADAFB1;
  }
#rates_l {
  float: left;
  width: 280px !important;
  width /**/: 300px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
 }
#rates_r {
  float: left;
  width: 200px !important;
  width /**/: 200px;
  padding-bottom: 15px;
  margin-top: 10px;
  background-color: #F3EEE0;
  margin-bottom: 10px;
  }
#rates_r p {
  margin-bottom: 0;
  padding-bottom: 0;
  }
#rates_r ul {
  margin-top: 0;
  }
table th {
  background-color: #EBE2C4;
  border-bottom: 1px solid #E4D5B0;
  padding: 1px 10px 1px 10px;
  }
table td {
  vertical-align: top;
  padding: 0 10px 0 10px;
  }
table.rates td {
  border-bottom: 1px solid #DCCB9C;
  }
ul {
  padding: 0 0 0 16px;
  margin: 5px 0 10px 0;
  line-height: 18px;
  list-style-type: none;
  }
li {
  padding: 2px 10px 2px 18px;
  background: url('../images/bullet.gif') 0 7px no-repeat;
  }
h3 {
  margin: 10px 0 0 0;
  }
h4.journey_name, h4.journey_name_new {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  }
h4.journey_name_new {
  padding-left: 50px;
  background: url('../images/new_journey.gif') 0 0 no-repeat;
  }
.feature_category {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #023457;
  }
.journeyPhotoGalleryThumb, .journeyVideoGalleryThumb{
  float: left;
  margin: 10px 0 0 15px;
  border: 1px solid #ADAFB1;
  }
.journeyShipThumb {
  float: left;
  padding: 5px;
  margin: 5px 0 0 5px;
  border: 1px solid #ADAFB1;
  }
.divider {
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  background: #D5D6D6;
  margin: 10px 15px;
  }