#left-column {
  width: 200px;
  float: left;
}
#right-column {
  width: 200px;
  float: left;
}
#left-column ul, #right-column ul {
  margin: 0;
  padding: 0;
}
#left-column ul li, #right-column ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.showing {
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
}

#tour-list ul {
  margin: 0;
  padding: 0;
}
#tour-list ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}
#tour-list a {
  font-size: 1.1em;
  font-weight: bold;
}
#tour-list a.more {
  font-size: 1em;
}
#tour-list table {
  border-collapse: collapse;
}
#tour-list table tr {
  vertical-align: top;
}
#tour-list table td {
  padding: 0.5em 0.5em 0.5em 0.5em;
  vertical-align: top;
  border-bottom: 1px solid #CBAD66;
}
#tour-list table td.image-first {
  padding: 0em 0.5em 0em 0.5em;
}
#tour-list table td.title-first {
  border: 0;
  padding: 0em 0.5em 0em 0.5em;
}
#tour-list table td.image {
  padding: 0.5em 0.5em 0em 0.5em;
}
#tour-list table td.title {
  border: 0;
  padding: 0.5em 0.5em 0em 0.5em;
}
#tour-list table td.book-now {
  width: 80px;
  text-align: right;
}
#tour-list table td.summary {
  padding-bottom: 3em;
}




#calendar-nav {
  display: block;
  margin: 0px 0px 3px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
#calendar-nav .left {
  float: left;
  width: 132px;
  text-align: left;
}
#calendar-nav .middle {
  float: left;
  width: 280px;
  text-align: center;
}
#calendar-nav .right {
  float: left;
  width: 132px;
  text-align: right;
}
#calendar-nav .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#calendar-nav  .right { display: inline-table; }
/* Hides from IE-mac \*/
* html #calendar-nav  .right { height: 1%; }
#calendar-nav  .right { display: block; }
/* End hide from IE-mac */


#calendar th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  text-transform: uppercase;
  background-color: #a60808;
  color: #fff;
  font-size: 0.8em;
  width: 78px;
  w\idth: 73px;
}
#calendar td {
  font-size: 0.9em;
  width: 78px;
  w\idth: 73px;
  background-color: #ffe8e8;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 43px;
  min-height: 43px;
  vertical-align: top;
  text-align: center;
}
#calendar td .day-of-month{
  text-align: center;
  font-size: 0.9em !important;
}
#calendar td.blank {
  background: #bbb;
}
#calendar td.blank-last {
  background: #bbb;
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.last, #calendar th.last {
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.today, #calendar th.today {
  background: #ffe999;
}
#calendar td ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#calendar td ul li {
  font-size: 0.9em !important;;
  margin: 0px 0px 5px 0px;
  padding: 0px !important;
  background: none !important;
  padding-top: 3px !important;
}
#calendar td ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: #669966;
  font-weight: bold;
  text-decoration: none;
}
#calendar td ul li a:hover {
  padding: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #a60808;
  color: #fff;
}

#step2 {
  display: none;
}


/* SELECT TICKETS */
#select-tickets label {
  width: 120px;
}
