/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/ /* This commented out for Contiki so they insert background images directly into tables for pages. */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#calendar-container, div#calendar-schedule-container {
  font-family: Helvetica, sans-serif;
  position: relative;
  background: #f9f8f3;
  margin: 0 30px 20px 30px;
  padding:0;
  border: 1px solid #e0ddc4;
  height: 384px;
}

div#calendar-container .options,
div#calendar-schedule-container .options {
  position: absolute;
  width: 600px;
}

div#calendar-container .options dl.start,
div#calendar-schedule-container .options dl.start {
  float: left;
}

div#calendar-container .options dl.end,
div#calendar-schedule-container .options dl.end {
  float: right;
}

div#calendar-container .options dl dt,
div#calendar-schedule-container .options dl dt {
  color: #666;
  float: left;
  margin-right: 5px;
  width: 100px;
}

div#calendar-container .options dl dd,
div#calendar-schedule-container .options dl dd {
  float: left;
  text-align: center;
  width: 160px;
}

div#calendar-container #duration,
div#calendar-schedule-container #duration {
  line-height: 30px;
  margin: 0 -10px;
  position: absolute;
  top: 60px;
}

div#calendar-container #duration dt,
div#calendar-schedule-container #duration dt {
  border-bottom: 1px solid #ccc;
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 90px;
}

div#calendar-container #duration dd,
div#calendar-schedule-container #duration dd {
  background: #e0ddc4;
  border: 1px solid #e0ddc4;
  border-bottom: none;
  float: left;
  text-align: center;
  width: 208px;
}

div#calendar-schedule-container #duration dd a {
  margin-left: 5px;
}

div#calendar-container #duration dd.helper_txt {
  background: transparent;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-right: -20px;
  width: 310px;
}

div.calendar_legend {
  background:url(/img/RD-calendar-legend-bg.png) repeat-x;
  height:55px;
  width:100%;
  margin:0;
}

div.calendar_legend ul {
  margin-bottom:0;
  padding-top:20px;
}

div.calendar_legend ul li {
  float:left;
  list-style:none;
  margin:0 0 10px 9px;
}

div.calendar_legend ul li dl{
  margin:0 7px 0 7px;
}

div.calendar_legend ul li dl,
div.calendar_legend ul li dl dt,
div.calendar_legend ul li dl dd {
  float:left;
}

div.calendar_legend ul li dl dt {
  width: 16px;
  height: 16px;
  border:0;
}

div.calendar_legend ul li dl dt.available {
  background: #0088CF;
  color:#fff;
}

div.calendar_legend ul li dl dt.call {
  background: #C21E0D;
  color:#fff;
}

div.calendar_legend ul li dl dt.booked {
  background: #ABA48E;
  color:#fff;
  border:0;
}

div.calendar_legend ul li dl dt.preferred {
  background: url(/img/icon-preferred-departure.png) no-repeat;
}

div.calendar_legend ul li dl dt.definite {
  background: url(/img/icon-guaranteed-departure.png) no-repeat;
}

div.calendar_legend ul li dl dd {
  margin-left:6px;
  font-size:13px;
  font-weight:bold;
}

div.calendar_legend ul li dl dd a {
  color: #c21e0d;
}

div.calendar_legend ul li dl dd span {
  font-weight:normal;
  font-size:10px;
}

div.calendar_legend ul li.legend_title {
  font-size:15px;
  font-weight:bold;
}

ul.view_options{
  margin: 20px 20px 0 20px;
  width:300px;
  height:30px;
}

ul.view_options li{
  float:left;
  list-style:none;
  margin-left:10px;
  padding:5px;
  background:#e6e3cf;
  text-align:center;
}

ul.view_options li span.calendar {
  background: url(/img/RD-tour-calendar-calendar-icon.png) no-repeat 0 0;
  padding:0 8px;
  margin: 0 4px 0 0;
  zoom:1;
}

ul.view_options li span.list {
  background: url(/img/RD-tour-calendar-list-icon.png) no-repeat 0 0;
  padding:0 8px;
  margin: 0 4px 0 0;
  zoom:1;
}

ul.view_options li a{
  color:#aba48e;
}

ul.view_options li.calendar{
  float:left;
  width:125px;
}

ul.view_options li.list{
  float:left;
  width:90px;
}

ul.view_options li.active{
  text-decoration:none;
  background:#bfb69b;
  font-weight:bold;
}

ul.view_options li.active a{
  color:#fff;
  text-decoration:none;
}

#mycontiki_trip_planner .trip_planner_info ul select {
  border:none;
  background:none;
  color:#363635;
  font: 1.0em Helvetica, Arial, sans-serif;
  font-weight:bold;
}

/*div#calendar-container div#calendar-schedule-wrapper,
div#calendar-schedule-container div#calendar-schedule-wrapper {
  background: none;
  height: 300px;
}*/

a.calendar_tooltip{
  color:#fff;
}

a.x_itinerary_schedule_button,
a.x_itinerary_schedule_button_disabled {
  display: block;
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
  bottom: 20px;
}

a.x_itinerary_schedule_button {
  background: #0088cf;
  color: #fff;
  cursor: pointer;
  padding:4px;
}

a.x_itinerary_schedule_button span,
a.x_itinerary_schedule_button_disabled span{
  font-size: 150%;
  vertical-align:middle;
}

a.x_itinerary_schedule_button_disabled {
  background: #e0ddc4;
  color: #fff;
  padding:4px;
}

a#x_itinerary_schedule_back_button {
  left: 13px;
  cursor: pointer;
}

a#x_itinerary_schedule_forward_button {
  right: 14px;
  cursor: pointer;
}
/*
div#calendar-container dl.legend,
div#calendar-schedule-container dl.legend {
  position: absolute;
  bottom: 0;
}
div#calendar-container dl.legend{
  margin-left:10px !important;
  margin-left:0px;
}

div#calendar-container dl.legend dt,
div#calendar-container dl.legend dd,
div#calendar-schedule-container dl.legend dt,
div#calendar-schedule-container dl.legend dd {
  float: left;
  color: #fff;
}

div#calendar-container dl.legend dt,
div#calendar-schedule-container dl.legend dt {
  width: 23px;
  height: 18px;
  background: #ddd;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 5px 0 0 0;
}

div#calendar-container dl.legend dt.guaranteed{
  background:transparent none repeat scroll 0 0;
}


div#calendar-container dl.legend dt.guaranteed,
div#calendar-schedule-container dl.legend dt.guaranteed {
  text-align: left;
  font-size: 14px;
  color: red;
}

div#calendar-container dl.legend dd,
div#calendar-schedule-container dl.legend dd {
  font-size: 13px;
  margin: 0 40px 0 5px;
  line-height: 28px;
  color: #555;
}

div#calendar-container dl.legend dd.last,
div#calendar-schedule-container dl.legend dd.last {
  margin-right: 0;
}


ul.data-footnotes {
  cleaer: both;
}

ul.data-footnotes li {
  margin: 0 0 3px 0;
}*/

.position-1 { left: 20px; padding-top:100px; }
.position-2 { position: relative !important; margin-left: auto; margin-right: auto;}
.position-3 { right: 20px; }

.position-2 caption {
   padding-top: 0 !important;
}

table.calendar, table.itinerary {
  background: #ddd;
  border: 2px solid #e0ddc4;
  border-collapse: collapse;
  position: absolute;
  padding-bottom:10px;
  top: 55px;
  z-index:1;
}

table.calendar a {
  color:#fff;
}

div#calendar-container table.calendar,
div#calendar-schedule-container table.calendar,
div#calendar-container table.itinerary,
div#calendar-schedule-container table.itinerary {
  top: 75px;
}

div#calendar-container table.position-2,
div#calendar-schedule-container table.position-1,
div#calendar-schedule-container table.position-3 {
  top: 20px;
}

div#calendar-schedule-container table.position-2 {
  top: 0;
}

table.calendar caption {
  font-size: 14px;
  font-weight: bold;
  color: #5F5D4D;
  margin-bottom: 15px;
  padding-bottom:0px!important;
  padding-bottom:15px;
}

table.itinerary caption {
  font-size: 14px;
  font-weight: bold;
  color: #5F5D4D;
  margin-bottom: 15px;
  padding-bottom:0px!important;
  padding-bottom:15px;
}

table.calendar tr th,
table.calendar tr td,
table.itinerary tr th,
table.itinerary tr td {
  border:0;
}

table.calendar tr th,
table.itinerary tr th {
  width: 38px;
  line-height: 15px;
  padding: 4px 0 4px 1px;
  font-size: 12px;
  background: #e0ddc4;
  color: #5F5D4D;
}

table.calendar thead tr th span,
table.itinerary thead tr th span {
  display: none;
}

table.calendar tbody tr,
table.itinerary tbody tr {
}

table.calendar tr td,
table.itinerary tr td {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  color: #bbb;
  padding: 2px 12px 16px 6px;
  vertical-align: text-top;
  text-align:left;
}

table.calendar td.departure,
table.itinerary td.departure {
  z-index: 5;
  cursor: pointer;
  color:#fff;
  font-weight:bold;
}

table.calendar td span.guaranteed {
  font-size: 14px;
  color: red;
  display: block;
  height: 5px;
  position: absolute;
  width: 18px;
  margin-top: -7px;
}

table.calendar td span.departure {
  position: absolute;
  color: #fff;
  display: block;
  margin-left: 12px;
  margin-top: -13px;
  font-size:90%;
  font-weight: bold;
}

table.calendar td span.tour_day {
  position: absolute;
  color: #fff;
  display: block;
  margin-left: 10px;
  margin-top: -2px;
  font-weight: bold;
}

table.calendar td span.price {
  color: #333;
  display: none;
  z-index: 200;
  margin-top: -23px;
  margin-left: 19px;
  padding: 4px 3px;
  height: 19px;
  width: 35px;
  font-size: 12px;
  position: absolute;
}

table.calendar td:hover span.price {
  display: block;
  color:#141414;
}

table.calendar td.call,table.calendar td.available,table.calendar td.booked {
  text-decoration:underline;
}
table.calendar td.available,
table.calendar td.available:hover span.price,
table.itinerary td.available,
table.itinerary td.available:hover span.price,
div#calendar-container dl dt.available,
#x_all_departures table tr td a.available span.count {
  background-color: #0088CF !important;
  color:#fff;
  font-weight:bold;
  border:0;
}

table.calendar td.call,
table.calendar td.call:hover span.price,
div#calendar-container dl dt.call,
#x_all_departures table tr td a.call span.count {
  background: #C21E0D;
  color: #fff;
  font-weight:bold;
}
table.calendar td.booked,
table.calendar td.booked:hover span.price,
div#calendar-container dl dt.booked,
#x_all_departures table tr td a.booked span.count {
  background: #ABA48E;
  color: #fff;
  font-weight:bold;
  border: none;
}
table.itinerary td.tour_day {
  background: #0088CF;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
table.itinerary td.tour_day:hover {
  background: #004070;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
table.itinerary td.current_day {
  background: #004070;
  color: #fff;
  font-weight: bold;
}
div.no-departures {
  width: 170px;
  position: absolute;
  text-align: center;
  font-size: 12px;
}
div.no-departures p {
  margin: 0;
}
div.no-departures p span {
  margin-top: 20px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #666;
}
div.no-departures p span.month {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
a#x_departures_calendar_back_button,
a#x_departures_calendar_forward_button {
  position:absolute;
  z-index: 100;
  cursor: pointer;

}

a#x_departures_calendar_back_button {
  margin-left:20px;
  margin-top:20px;
  left: 0;
}

a#x_departures_calendar_forward_button {
  margin-right:20px;
  margin-top:20px;
  right: 0;
}

a#x_itinerary_schedule_show_all {
  text-decoration: underline;
  cursor: pointer;
}

p#x_itinerary_schedule_hide_all {
  text-decoration: underline;
  cursor: pointer;

}

/*------------------------------------------------------------------------
=departure tables
------------------------------------------------------------------------*/

#x_all_departures {
  background:#F9F8F3;
  border:1px solid #E0DDC4;
  margin:0 30px 20px 30px;
  clear:both;
}

#x_all_departures div h3 {
  color: #666;
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 10px;
  margin-left: 0px;
}

#x_all_departures table {
  padding-top:20px;
}

#x_all_departures table th,
#x_all_departures table td {
  padding: 6px;
}

#x_all_departures table th {
  color:#5F5D4D;
}

#x_all_departures table td {
  vertical-align: middle;
}

#x_all_departures table thead th {
  padding-bottom: 8px;
}

#x_all_departures table thead th.list_year {
  text-align:left;
  font-size:18px;
}

#x_all_departures table tr td.last_departure {
  padding-bottom: 30px;
}

#x_all_departures table tr td a {
  color: #666;
  text-decoration: none;
  width:100px;
}

#x_all_departures table tr td a span.count {
  border: 1px solid #666;
  color: #333;
  margin-right: 8px;
  padding: 4px;
}

#x_all_departures table.grid{
  display: inline;
  float: left;
  margin-left: 15px;
  margin-right: 5px;
}

#x_all_departures td.actions {
  white-space: nowrap;
}

#x_all_departures td.actions a {
  display: block;
  float: left;
  padding: 0;
  text-indent: -9999px;
}

#x_all_departures td.actions p {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}

#x_all_departures td.actions a.book_now {
  background: url(/img/RD-book-now-sm.png);
  height: 22px;
  margin-right: 5px;
  width: 65px;
}

#x_all_departures td.actions a.ready_to_book {
  background: url(/img/RD-ready-to-book-sm.png);
  height: 22px;
  margin-right: 5px;
  width: 78px;
}

#x_all_departures td.actions a.get_a_quote {
  background: url(/img/RD-get-quote-button-sm.png);
  height: 22px;
  margin-right: 5px;
  width: 78px;
}

#x_all_departures td.actions a.book_by_phone {
  background: url(/img/button-book-by-phone-sm.png);
  height: 22px;
  margin-right: 5px;
  width: 100px;
}

/*------------------------------------------------------------------------
=Tooltip > Departure Calendar
------------------------------------------------------------------------*/

.cluetip-default h3#cluetip-title {
  background:#eee;
  color: #666;
  margin: 0 0 5px;
  padding: 8px 5px 4px 10px;
  font-size: 1.1em;
  font-weight: bold;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/img/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************** CALENDAR | DETAIL | Container */

#cluetip-outer {
  position: relative;
  margin: 0;
  background: #fff url(/img/bg-tour-calendar-overlay.png) left bottom repeat-x;
  border: 3px solid #432F26;
}

/***************************************** CALENDAR | DETAIL | Title */

#cluetip-title {
  background: #432F26;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 3px 5px;
}

#cluetip-title span {
  font-weight: normal;
}

/***************************************** CALENDAR | DETAIL | Inner Container */

#cluetip-inner {
  zoom:1;
}

#cluetip-inner h4 {
  color: #432F26;
  background: #bfb197;
  font-size: 1.1em;
  margin: 0;
  padding: 3px 5px 2px 5px;
}

#cluetip-inner h4 img {
  vertical-align: middle;
}

#cluetip-inner ul {
  list-style: none;
  border-top: 1px solid #bfb197;
  margin: 0px;
  padding: 10px 0 0 0;
  float: left;
}

#cluetip-inner ul li {
  float: left;
  margin: 0;
  line-height: 30px;
  font-size: 13px;
}

/***************************************** CALENDAR | DETAIL | Price */

#cluetip-inner li.price_available,
#cluetip-inner li.price_full,
#cluetip-inner li.price_call {
  font-size: 26px;
  font-weight: bold;
  width: 100px;
  padding-left: 7px;
}

#cluetip-inner li.price_available { color: #0088CF; }
#cluetip-inner li.price_call { color: #C21E0D; }
#cluetip-inner li.price_ful { color: #6F6A5A; }

/***************************************** CALENDAR | DETAIL | Availability */

#cluetip-inner li.availability_available,
#cluetip-inner li.availability_call,
#cluetip-inner li.availability_full {
  width: 80px;
  text-transform: capitalize;
  padding-left: 18px;
  font-weight: bold;
}

#cluetip-inner li.availability_available {
  background: url(/img/icons/flag_blue.gif) center left no-repeat;
  color: #0088CF;
}

#cluetip-inner li.availability_call {
  background: url(/img/icons/flag_red.gif) center left no-repeat;
  color: red;
}

/***************************************** CALENDAR | DETAIL | Itinerary Link */

#cluetip-inner li.itinerary {
  background: url(/img/icons/calendar.png) center left no-repeat;
  padding-left: 18px;
}

/***************************************** CALENDAR | DETAIL | Booking Links */

#cluetip-inner ul li ul {
  padding: 0;
  font-size: 12px;
  border-top: 1px solid #e0ddc4;
  border-bottom: 1px solid #e0ddc4;
  float: left;
  background: #fff url(/img/bg-tour-calendar-booking-links.png) left bottom repeat-x;
  width: 294px;
  margin: 0;
}

/*#cluetip-inner ul li ul:hover {
  background: #fff url(/img/bg-tour-calendar-booking-links-hover.png) left bottom repeat-x;
  border-top: 1px solid #bfb197;
  border-bottom: 1px solid #87806E;
}*/

#cluetip-inner ul li ul a {
  color: #7f7664;
}

#cluetip-inner ul li ul a:hover {
  color: #000;
}

/*#cluetip-inner ul li ul:hover a {
  color: #87806E;
}*/

#cluetip-inner ul li ul li {
  float: left;
  width: 82px;
  line-height: 20px;
  border-right: 1px solid #e0ddc4;
  padding: 3px 7px;
}
#cluetip-inner ul li.request{
	width: 70px !important;
}
#cluetip-inner ul li.phone{
	width: 85px !important;
	margin-right: 0 !important;
}
#cluetip-inner .phone{
	margin-right: 0 !important;
}
#cluetip-inner ul li.quote{
	width: 95px;
}
#cluetip-inner ul li ul li .phone{
  margin-top: 0 !important;
}
#cluetip-inner ul li ul li.last {
  border: none;
}

/*#cluetip-inner ul li ul li:hover {
  background: #333;
  color: #fff;
}*/

#cluetip-inner li.departure_room_type {
  margin-left: 7px;
}

#cluetip-inner div#trip_links {
  float:left;
  font-size:12px;
  margin: 0 0px 10px 5px;
}

#cluetip-inner div#trip_links p{
  padding:10px 0;
  font-size:1em;
}

#cluetip-inner div#trip_links a.itinerary{
  margin:5px 0;
}

#cluetip-inner li.departure_room_type {
  clear: left;
  float: none;
}

#cluetip-inner p {
  padding: 3px 0 10px 0;
  margin:0;
  font-size:15px;
}

#cluetip-inner p img {
  vertical-align: middle;
}

#cluetip-inner a {
  color: #333;
  font-size: 0.95em;
}

#cluetip-inner a.itinerary {
  font-size: 1.1em;
}



div#cluetip-close {
  text-align: right;
  margin: 0;
  color: #900;
}

div#cluetip-inner span.preferred,
div#x_all_departures a.available span.preferred {
  background: url(/img/icon-preferred-departure.png) no-repeat 0;
  padding:0 8px;
  margin: 0 0 0 5px;
  zoom:1;
}

div#cluetip-inner span.definite,
div#x_all_departures a.available span.definite {
  background: url(/img/icon-guaranteed-departure.png) no-repeat 0;
  padding:0 8px;
  margin: 0 0 0 5px;
  zoom:1;
}

table.calendar td.preferred {
  background-image: url(/img/icon-preferred-departure.png);
  background-position: 22px 17px !important;
  background-repeat: no-repeat;
}

table.calendar td.definite {
  background-image: url(/img/icon-guaranteed-departure.png);
  background-position: 20px 15px !important;
  background-repeat: no-repeat;
}

/***************************************
   =cluetipClass: 'available'
--------------------------------------

.cluetip-available {
  background-color: #fff;
}

.cluetip-available h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 5px 4px 10px;
  font-size: 1.1em;
  font-weight: bold;
  background:#0088CF;
  color: #fff;
}

.cluetip-available #cluetip-inner p span {
  color:#0088CF;
  font-weight:bold;
}


/***************************************
   =cluetipClass: 'full'
--------------------------------------

.cluetip-full {
  background-color: #fff;
}

.cluetip-full h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 5px 4px 10px;
  font-size: 1.1em;
  font-weight: bold;
  background:#aba48e;
  color: #fff;
}

.cluetip-full #cluetip-inner p span {
  color:#aba48e;
  font-weight:bold;
}

/***************************************
   =cluetipClass: 'call'
--------------------------------------

.cluetip-call {
  background-color: #fff;
}

.cluetip-call h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 5px 4px 10px;
  font-size: 1.1em;
  font-weight: bold;
  background:#aba48e;
  color: #fff;
}

.cluetip-call #cluetip-inner p span {
  color:#aba48e;
  font-weight:bold;
}

-------------------------------------- */


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
  display:none;
  position: absolute;
  top:60px;
  left:50%;
  z-index:9999;
  width:500px;
  margin:0 0 0 -250px;
  text-align:left;
  overflow: visible;
  background: url(/img/homepage/detailstile.png);
  padding: 15px;
}

#lightbox-map{
  display:none;
  position: absolute;
  top:60px;
  left:50%;
  z-index:9999;
  width:700px;
  margin:0 0 0 -350px;
  text-align:left;
  overflow: visible;
  background: url(/img/homepage/detailstile.png);
  padding: 15px;
}

#lightbox[id], #lightbox-map[id]{
  position:fixed;
}

#overlay,
#overlay-map{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:5000;
  background-color:#000;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}
#overlay[id],
#overlay-map[id]{
  position:fixed;
}

#lightbox.done #lbLoadMessage,
#lightbox-map.done #lbLoadMessageMap{
  display:none;
}
#lightbox.done #lbContent,
#lightbox-map.done #lbContent{
  display:block;
  background: #fff;
}
#lightbox.loading #lbContent,
#lightbox-map.loading #lbContent{
  display:none;
}
#lightbox.loading #lbLoadMessage,
#lightbox-map.loading #lbLoadMessageMap{
  display:block;
}

#lightbox.done img,
#lightbox-map.done img{
/*  width:100%;*/
/*  height:100%;*/
}

#site_content{
	margin-top: 18px !important;
}

#perks{
	display: inline;
	float: left;
	width: 960px;
	padding: 0;
	margin: 0;
}

#perks *{
	margin: 0;
	padding: 0;
}

#perks .perksHeader{
	display: inline;
	float: left;
	width: 960px;
}

#perks .perksHeader p{line-height: 1px;}

#perks .perksContent{
	display: inline;
	float: left;
	width: 940px;
	margin: -2px 0 0 0 !important;
	background: url(../img/perks/black-bg.png) 0 0 repeat;
}

#perks .perksContent h1{
	font-size: 42px;
	font-weight: bold;
	line-height: 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #FFFFFF;
	padding: 12px 0 6px 0;
}

#perks .perksContent h3{
	color: #efda1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	background: none;
	padding: 0px 0 8px 0;
}

#perks .perksContent p{
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 0 16px 0;
}

#perks .perksContent a{color: #FF6600;}

#perks .perksContent .faq{
	display: inline;
	float: left;
	width: 880px;
	padding: 0 0 10px 30px;
}

#perks .perksContent .index{
	display: inline;
	float: left;
	width: 880px;
	padding: 0 0 10px 30px;
}

#perks .perksContent .perksFormHeader{
	display: inline;
	float: left;
	width: 880px;
	padding: 0 0 0px 30px;
}

#perks .perksContent .perksFormHeader p{
	line-height: 1px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .perksFormBodyHolder{
	display: inline;
	float: left;
	width: 940px;
	padding: 0 0 25px 0px;
}

#perks .perksContent .perksFormBody{
	display: inline;
	float: left;
	width: 880px;
	margin: 0 0 0px 30px;
	padding: 0 0 10px 0;
	background: url(../img/perks/layout_bg.gif) 0 0 repeat-y;
}

#perks .perksContent .perksFormBody p{
	color: #000;
	padding: 0 0 8px 0;
}

#perks .perksContent .perksFormBodyL{
	display: inline;
	float: left;
	width: 500px;
	margin: 0 0 0px 0px;
}

#perks .perksContent .perksFormBodyL p img{
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
}

#perks .perksContent .perksFormBodyLImg{
	display: inline;
	float: left;
	width: 43px;
	margin: 0 0 0px 0px;
}

#perks .perksContent .perksFormBodyLImg p img{
	margin: 5px 5px 0px 3px;
	vertical-align: middle;
}

#perks .perksContent .perksFormBodyR{
	display: inline;
	float: left;
	width: 380px;
	margin: 6px 0 0px 0px;
}

#perks .perksContent .perksFormBodyR .perksFormText{
	display: inline;
	float: left;
	width: 380px;
	padding: 8px 0 8px 0px;
}

#perks .perksContent .perksFormBodyR .perksFormText p{
	width: 74px;
	float: left;
	text-align: right;
	padding: 0 4px 0 0;
}

#perks .perksContent .perksFormBodyR .perksFormText input{
	width: 228px;
	height: 17px;
	border: 1px solid #A5ACB2;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#perks .perksContent .perksFormBodyR .perksFormText input#remember_me{
	width: auto !important;
	border: 0 !important;
}
#perks .perksContent .perksFormBodyR .perksFormSubmit{
	display: inline;
	float: left;
	width: 300px;
	padding: 1px 0 0px 78px;
}

#perks .perksContent .perksFormBodyR .perksFormSubmit input{
	width: 164px;
	height: 38px;
	border: none;
	background: url(../img/perks/login.gif) 0 0 no-repeat;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
	padding: 0 0 0 164px;
}

#perks .perksContent .terms{
	display: inline;
	float: left;
	width: 880px;
	padding: 0 0 10px 30px;
}

#perks .perksContent .aboutUs{
	display: inline;
	float: left;
	width: 940px;
	padding: 0 0 10px 0px;
}

#perks .perksContent .partnersList{
	display: inline;
	float: left;
	width: 940px;
	padding: 0 0 0px 0px;
	background: url(../img/perks/grey_bk2.png) repeat-y;
}

#perks .perksContent .partnersList2 {
	display: inline;
	float: left;
	width: 940px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .aboutUsText{
	display: inline;
	float: left;
	width: 703px;
	padding: 0 0 0px 15px;
}

#perks .perksContent .aboutUsPic{
	display: inline;
	float: left;
	width: 730px;
	padding: 0 0 10px 0px;
}

#perks .perksContent .aboutUsPic p{
	line-height: 1px;
	padding: 0;
}

#perks .perksContent .benefitsText{
	display: inline;
	float: left;
	width: 703px;
	padding: 0 0 0px 15px;
}

#perks .perksContent .benefitsText h3{
	color: #efda1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	background: none;
	padding: 0px 0 8px 0;
}

#perks .perksContent .benefitsText .benefitsTextL{
	display: inline;
	float: left;
	width: 288px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .benefitsText .benefitsTextL p{
	line-height: 1px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .benefitsText .benefitsTextL p img{padding: 10px 0 0px 0px;}

#perks .perksContent .benefitsText .benefitsTextR{
	display: inline;
	float: left;
	width: 415px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .partnersText{
	display: inline;
	float: left;
	width: 710px;
	padding: 0 0 0px 20px;
	height: 580px; 
	overflow-y: scroll;
}

#perks .perksContent .perksPartner{
	display: inline;
	float: left;
	width: 669px;
	padding: 5px 0 12px 0px;
}

#perks .perksContent .partnersTextTop{
	display: inline;
	float: left;
	width: 669px;
	padding: 0 0 0px 0px;
	background: #fff;
}

#perks .perksContent .partnersTextTop h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #000;
	padding: 8px 0 0px 0px;	
	margin: 0 0 0 6px;
}

#perks .perksContent .partnersTextTop h2 span{
	font-size: 31px;
	font-weight: bold;
	line-height: 34px;
}


#perks .perksContent .partnersTextTop p{
	padding: 0px 0 0px 6px;	
}

#perks .perksContent .partnersTextTopL{
	display: inline;
	float: left;
	width: 507px;
	padding: 0 0 0px 0px;
	background: #fff;
}

#perks .perksContent .partnersTextTopR{
	display: inline;
	float: left;
	width: 152px;
	padding: 4px 10px 4px 0px;
	background: #fff;
}

#perks .perksContent .partnersTextTopR p{
	line-height: 1px;
	padding: 0 0 0px 0px;
	text-align: right;
}

#perks .perksContent .partnersTextBottom{
	display: inline;
	float: left;
	width: 669px;
}

#perks .perksContent .partnersTextBottom p.img1{
	line-height: 1px;
	padding: 14px 0 7px 0;
}

#perks .perksContent .partnersTextBottom p.img2{
	line-height: 1px;
	padding: 0 0 0 0;
	margin: -5px 0 0 0;
}


#perks .perksContent .dealsText{
	display: inline;
	float: left;
	width: 523px;
	padding: 0 0 0px 10px;
	/*height: 580px; 
	overflow-y: scroll;*/
}

#perks .perksContent .exclusiveDeal{
	display: inline;
	float: left;
	width: 503px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .exclusiveDeal h2{
	color: #efda1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	background: none;
	padding: 0px 0 8px 0;	
}

#perks .perksContent .exclusiveDeal h3{
	color: #efda1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	background: none;
	padding: 0px 0 8px 0;	
}

#perks .perksContent .exclusiveDeal .exclusiveDealImg{
	display: inline;
	float: left;
	width: 140px;
	padding: 5px 0 0px 0px;
}

#perks .perksContent .exclusiveDeal .exclusiveDealImg p{
	line-height: 1px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .exclusiveDeal .exclusiveDealImg p img{
	margin: 15px 0 0 0;
}

#perks .perksContent .exclusiveDeal .exclusiveDealText{
	display: inline;
	float: left;
	width: 363px;
	padding: 5px 0 10px 0px;
}

#perks .perksContent .exclusiveDeal .exclusiveDealText p.smallText{
	font-size: 9px;
	line-height: 14px;
}

#perks .perksContent .exclusiveDeal .exclusiveDealText p{
	padding: 0 0 12px 0;
	text-align:justify;
}

#perks .perksContent .leftSide{
	display: inline;
	float: left;
	width: 197px;
	height: 550px;
	padding: 30px 0 0px 0px;
	background: url(../img/perks/grey_bk.png) 0 0 repeat;
}

#perks .perksContent .leftSide p{
	text-align: center;
	padding: 0 0 6px 0;
}

#perks .perksContent .leftSide p.img{
	line-height: 1px;
	padding: 4px 0 5px 0;
}

#perks .perksContent .rightSide{
	display: inline;
	float: right;
	width: 210px;
	padding: 0 0 0px 0px;
}

#perks .perksContent .rightSide h1 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	font-variant: normal;
	font-weight: bold;
	line-height: 36px;
	padding:0px 0 0px;
}

#perks .perksContent .rightSide p{
	float: left;
	width: 210px;
  line-height: 18px;
	padding: 0 0 0px 0px;
}

#perks .perksFooter{
	display: inline;
	float: left;
	width: 910px;
	padding: 0 0 0px 30px;
	background: #000;
}

#perks .perksFooter p{
	color: #FF6600;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;	
}

#perks .perksFooter a{color: #FF6600;}

#perks .perksLogos{
	display: inline;
	float: left;
	width: 940px;
	padding: 0 0 0px 0px;
}

#perks .perksLogos p{
	line-height: 1px;
	padding: 4px 0 0px 0;	
}

.clearBody{
	margin: 0;
	padding: 0;
}

#extendedFamily{
	display: inline;
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

#extendedFamily *{
	margin: 0;
	padding: 0;
}

#extendedFamily p{
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0 17px 6px;
}

#extendedFamily p.img{
	line-height: 1px;
	padding: 0px 0 17px 0px;
}

#extendedFamily a{color: #FF6600;}

#referAfriend{
	display: inline;
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

#referAfriend *{
	margin: 0;
	padding: 0;
}

#referAfriend p{
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 0 17px 6px;
}

#referAfriend h3{
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 25px 15px 17px;
}

#referAfriend p.img{
	line-height: 1px;
	padding: 0px 0 9px 0px;
}

#referAfriend a{color: #FF6600;}

#referAfriend .referFriend{
	display: inline;
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

#referAfriend .referFriend .friendsNr{
	display: inline;
	float: left;
	width: 380px;
	padding: 4px 0 2px 112px;
}

#referAfriend .referFriend .friendsNr h3{
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
}


#referAfriend .referFriend .perksFormText{
	display: inline;
	float: left;
	width: 480px;
	padding: 3px 0 2px 0px;
}

#referAfriend .referFriend .perksFormText p{
	width: 108px;
	float: left;
	text-align: right;
	padding: 0 4px 0 0;
}

#referAfriend .referFriend .perksFormText input{
	width: 278px;
	height: 18px;
	border: 1px solid #A5ACB2;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#referAfriend .referFriend .perksFormSubmit{
	display: inline;
	float: left;
	width: 400px;
	padding: 1px 0 0px 109px;
}

#referAfriend .referFriend .perksFormSubmit input{
	width: 164px;
	height: 38px;
	border: none;
	background: url(../img/perks/send-my-information.gif) 0 0 no-repeat;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
	padding: 0 0 0 164px;
	margin-bottom: 0 !important;
}
#perks .perksContent .perksFormBody #submission_form{
	float: left;
	display: inline;
	width: 800px;
	margin: 30px 0 0 40px;	
}

/* Submission Form */
.copy th {
	text-align:left;
}
#submission_form {
	text-align:left;
}
#submission_form fieldset {
	margin:20px 0;
}
#submission_form fieldset legend {
  left: 0 !important;
  top: 0 !important;
  position: static !important;
	margin:0 0 8px 0;
}
#submission_form label {
	float: left;
	min-height: auto;
	width: 600px;
}
#perks .perksContent .perksFormBody #submission_form label{
	padding: 4px 0 0 0 !important;	
}
.copy h1 {
	font-size:26px !important;
	margin:0 0 10px 0;
}
#submission_form label span{
	float: left;
	margin: 5px 0 0 0 !important;
	padding-right: 10px !important;
	width: 250px;
	text-align: right;
	display: inline !important;
}
#submission_form label span.field_with_errors{
	width: auto !important;
}
#submission_form label span.below_field{
	float: left;
	width: 300px;
}
#submission_form input{
	margin-bottom: 3px !important;
}
#submission_form select{
	margin-right: 6px;
	margin-top: -3px !important;
}
#submission_form input, #submission_form select{
	float: left;
}
#submission_form p {
	margin:0 0 5px 0;
}
#submission_form .question_text {
	clear:left;
}
#submission_form .question_text p {
	font-weight:bold;
}

#submission_form div.form_submit{
	border: 0;
}
#submission_form div.form_submit input{
	width: auto !important;
	margin-top: 6px !important;
}
#submission_form input.choice_selector {
	float:left;
	width:auto;
}
#submission_form textarea, #submission_form input {
	margin-bottom:10px;
}
#submission_form textarea {
	clear:left;
}
.errorExplanation{
	padding: 20px !important;
	width: 838px;
	float: left;
	clear: left;
	margin-top: 10px !important;
}
#perks-terms{
	float: left;
	width: 800px;
	margin-top: 20px;
}
#perks-terms input{
	width: auto !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
#perks-terms p{
  position: relative;
  text-indent: 24px;
  padding-top: 0 !important;
margin: 0 !important;
vertical-align: top !important;
}
#perks-terms p input{
  position: absolute;
  top: 3px;
  left: 0;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}
* html #perks-terms p input{
  top: -3px;
  left: -23px; 
}
#submission_form label input[type="checkbox"], label input.input_checkbox {
	float: left;
	margin: 0 !important;
	top: 0 !important;
	left: 0 !important;
	width: 20px !important;
	
}
#submission_form label select{
  margin-top: 2px !important;
  margin-right: 2px !important;
}
.perks-partner-logos {
	display: block;
	margin-left: 3px;
}
span.perks-example{
	font-style: italic;
	text-align: left !important;
	padding-left: 270px !important;
	padding-bottom: 3px !important;
}
.clearing{
  clear:both;
  height:0;
  margin:0;
  font-size:1px;
  line-height:0px;
  overflow:hidden;
}
ul.perks-partner-list{
	padding-top: 10px !important;
}
ul.perks-partner-list li{
	float: left;
	clear: left;
	width: 210px;
	margin-bottom: 6px !important;
	list-style-type: none;
}
ul.perks-partner-list li a{
	color: #999999 !important;
	text-decoration: none;
	background: url(../img/perks/arrow.gif) no-repeat;
	font-size: 16px;
	padding-left: 20px !important;
	padding-top: 6px !important;
}
ul.perks-partner-list li a:hover{
	text-decoration: underline !important;
}