/* clearfix to handle floats---------------------------------------- */
@import url('jquery-ui-1.8.9.custom.css');
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
	padding: 0.2em 0 0.2em 0;
	line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: white;
}
h1 {
	font-size: 140%;
	color: #845466;
	padding: 0 0 25px 10px;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
p {
	padding: 4px 0;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.align_center {
  text-align: center;
}
a img {
  text-decoration: none;
  border: 0;
}
.error {
  display: block;
  color: #ff0000;
}
td.error {
  display: table-cell;
}
small {
  font-size: 0.85em;
}

body {
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  font-family: Georgia, 'New York CE', utopia, serif;
  /*font-family: Palatino, 'palatino linotype', serif;*/
  background: url('./../images/background.jpg') repeat left top;
  color: white;
}
#all_docsCover {
  width: 100%;
  background: url('./../images/background_purple.png') repeat-x left 84px;
  _background-image: url('./../images/ie6/background_purple.jpg');
  _background-position: left 95px;
}
#all_docs {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 920px;
  _width: 900px;
  position: relative;
  padding-top: 95px;
  background: url('./../images/logo_line.gif') no-repeat 2px 95px;
}
#top_banner {
  height: 258px;
  position: relative;
  padding: 0 10px;
  _padding: 0;
  background: url('./../images/background_shadow.png') repeat-y center top;
}
div.top-cover.addthis_toolbox {
  display: block;
  position: absolute;
  top: 58px;
  right: 2px;
  width: 75px;
  height: 32px;
}
a.logo_link {
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  _left: -8px;
  width: 286px;
  height: 95px;
}

#main_menuCover {
  padding: 0 10px;
  _padding: 0;
  background: url('./../images/background_shadow.png') repeat-y center top;
}

ul#main_menu {
  height: 41px;
  background: url('./../images/menu_background.jpg') no-repeat left top;
}
#main_menu li {
  float: left;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #835466;
  text-align: center;
  position: relative;
  z-index: 100;
}
#main_menu li.last {
  border-right: 0;
}
#main_menu a,
#main_menu span {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  cursor: pointer;
  /*height: 28px;*/
  padding: 15px 18px 10px 18px;
  font-weight: bold;
  _width: 120px;
  _padding: 15px 6px 10px 6px;
}
#main_menu .first a,
#main_menu .first span {
  padding: 15px 25px 10px 26px;
  _padding: 15px 13px 10px 12px;
  _width: 54px;
}
#main_menu a:hover,
#main_menu .sfHover span {
  color: #835466;
}
#main_menu .current a,
#main_menu .current span {
  color: #35464c;
}

#main_menu ul {
  display: none;
	position:	absolute;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	top: -999em;
	width: 147px; /* left offset of submenus need to match (see below) */
	background: url('./../images/submenu_bottom.jpg') no-repeat center bottom;
	padding-bottom: 15px;
}
#main_menu ul li {
	width: 100%;
	border: 0;
}
#main_menu ul a,
#main_menu .current ul a,
#main_menu .sfHover ul a {
  display: block;
  height: 23px;
  font-size: 14px;
  padding: 10px 5px 0 5px !important;
  background: url('./../images/submenu_item.jpg') no-repeat left bottom;
  color: white;
  text-align: left;
  overflow: hidden;
  width: 137px !important;
}
#main_menu ul .first a,
#main_menu .current ul .first a,
#main_menu .sfHover ul .first a {
  background-image: url('./../images/submenu_item_top.jpg');
}
#main_menu ul a:hover {
  color: #835466;
}
#main_menu ul .current a {
  color: #35464c;
  background-position: left top;
}
#main_menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#main_menu li:hover ul,
#main_menu li.sfHover ul {
	left: -2px;
	top: 41px; /* match top ul list item height */
	z-index: 99;
}
/*
#main_menu ul {
	left: -2px;
	top: 41px;
	z-index: 99;
	display: block;
}
*/
#main_menu li:hover li ul,
#main_menu li.sfHover li ul {
	top: -999em;
}
#main_menu li li:hover ul,
#main_menu li li.sfHover ul {
	left: 147px; /* match ul width */
	top: 0;
}
#main_menu li li:hover li ul,
#main_menu li li.sfHover li ul {
	top: -999em;
}
#main_menu li li li:hover ul,
#main_menu li li li.sfHover ul {
	left: 147px; /* match ul width */
	top: 0;
}



#middleCover {
  min-height: 164px;
  _height: 164px;
  padding: 0 10px;
  background: url('./../images/background_shadow.png') repeat-y center top;
  _background: #845466;
  _padding: 0 10px 20px 10px;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
#middleCoverTopShadow{
  background: url('./../images/content_top_shadow.jpg') no-repeat right top;
  padding-top: 10px;
  _background: none;
}
#middleCoverBottomShadow {
  background: url('./../images/content_footer.png') no-repeat left top;
  _background: none;
  height: 23px;
}
#middleCover #leftCover {
  padding: 10px;
  float: left;
  width: 250px;
  overflow: hidden;
}
#middleCover #rightCover {
  float: right;
  width: 240px;
  overflow: hidden;
}
#middleCover #middle {
  margin-left: 270px;
  width: 360px;
  position: relative;
  overflow: hidden;
  background: url('./../images/content_bottom_left.jpg') no-repeat 25px bottom;
}
#middleCover.no_right #middle {
  width: 610px;
}
#middleCover.no_left #middle {
  width: 650px;
  _width: 630px;
  margin: 0;
}
#middleCover.no_left.no_right #middle {
  width: auto;
  margin: 0;
}
#middle_contentCover {
  background: url('./../images/headline_background.gif') no-repeat right top;
  padding: 27px 10px 10px 35px;
  min-height: 222px;
  _height: 222px;
}

#middle ul,
#middle ol {
  list-style-position: inside;
  padding: 6px 0 6px 10px;
}
#middle ul {
  list-style-type: square;
}
#middle ol {
  list-style-type: decimal;
}
#middle .inBox {
  padding: 10px;
  overflow: hidden;
}
#middle img {
  border: 1px solid #b5c2cd;
  padding: 4px;
  margin: 2px;
}
#middle table {
  width: 99%;
}
#middle table td {
  padding: 2px;
  vertical-align: top;
}
#middle table th {
  vertical-align: top;
}
#middle input,
#middle select,
#middle textarea {
  width: 95%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: #e4e3e1;
}
#middle #contact_form input,
#middle #contact_form select,
#middle #contact_form textarea {
/*  background: #FBCB93;*/
  background: #DDDDDD;
  border: 0;
  width: 60%;
}
#middle #contact_form input.radio,
#middle #contact_form input.checkbox {
  width: auto;
  background: none;
}
#middle #contact_form th {
  width: 200px;
  font-weight: normal;
}
#middle #contact_form input.submit {
  cursor: pointer;
  background: url('./../images/button_send.jpg') no-repeat left top;
  width: 165px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
}
#middle #contact_form input.submit.hover {
  background-position: left bottom;
}
#middle input.submit.hover {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

#right_buttons {
  width: 203px;
  height: 337px;
  padding: 75px 0 0 37px;
  background: url('./../images/background_paper_right.jpg') no-repeat left top;
}
#right_buttons a {
  display: block;
  height: 93px;
  width: 174px;
  background-repeat: no-repeat;
  background-position: right top;
}
#right_buttons a span {
  display: none;
}
/*
#right_buttons a#button_competition {
  background-image: url('./../images/button_competition.jpg');
}
*/
#right_buttons a#button_availability {
  background-image: url('./../images/button_availability.jpg');
}
#right_buttons a#button_tower_gallery {
  background-image: url('./../images/button_tower_gallery.jpg');
}
/*
#right_buttons a#button_services {
  background-image: url('./../images/button_services.jpg');
}
*/
#right_buttons a#button_contact {
  background-image: url('./../images/button_contact.jpg');
}
#right_buttons a:hover {
  background-position: left top;
}

#horizontal_paper {
  height: 163px;
  padding: 30px 0 0 80px;
  background: url('./../images/background_paper_bottom.png') no-repeat center top;
  _background-image: url('./../images/background_paper_bottom.gif');
}
#horizontal_paper h3 {
  color: #845466;
  font-size: 1.4em;
}
#footer {
  background: url('./../images/footer_background.png') no-repeat center top;
  _background: #845466;
  height: 32px;
  overflow: hidden;
  padding: 20px 20px;
  _padding: 15px 20px;
  _margin-bottom: 20px;
  line-height: 32px;
}
ul#footer_links {
  float: left;
}
ul#footer_links li {
  float: left;
  padding-right: 30px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #copy {
  float: right;
  padding: 0;
}


.siteMap_ident {
  padding-left: 20px;
}
#middle img.no_borders,
img.no_borders {
  border: 0;
  padding: 0;
  margin: 0;
}

div.loading {
  position: absolute;
  background: url('./../images/ajax-loader.gif') no-repeat center center;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 200px;
}
.hidden {
  display: none;
}

.galleries_list {
  padding: 0 10px 0 10px;
}
.gallery_detail_page .galleries_list {
  padding-top: 40px;
}
.galleries_list a {
  text-decoration: none;
}
.galleries_list a:hover {
  text-decoration: underline;
}
.galleries_list td,
.galleries_list th {
  vertical-align: top;
}
.galleries_list .galleries_list_item {
  background: #956c7c;
  padding: 10px;
  margin-top: 10px;
}
.galleries_list .galleries_list_item table {
  width: 100%;
}
.galleries_list .galleries_list_item table table td {
  padding: 3px 2px;
}
.galleries_list_item td.gallery_thumbnail {
  width: 105px;
  padding-right: 10px;
}
.galleries_list_item td.gallery_thumbnail img {
  border: 1px solid #cecbca;
}
.galleries_list_item td.right {
  width: 170px;
}
.galleries_list_item td.right p {
  text-align: right;
  padding-right: 10px;
}
.galleries_list .galleries_list_item table table th {
  width: 80px;
}
.galleries_list .galleries_list_item th,
.galleries_list_item td.right {
  color: #d1bfc6;
}
.gallery_title {
  padding: 0;
  font-size: 1em;
}
#middle a.button,
#middle input.button,
a.button_view_images {
  display: block;
  width: 165px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: url('./../images/button_gallery.jpg') no-repeat left top;
  border: 0px;
}
#middle a.button,
#middle input.button{
  font-family: Georgia, 'New York CE', utopia, serif;
  background: url('./../images/button_payment.jpg');
  color: white;
  cursor: pointer;
}
#middle a.button:hover,
#middle input.button:hover,
a.button_view_images:hover {
  background-position: left bottom;
  text-decoration: none;
}
#middle a.button:hover{
  text-decoration: none;
}


.gallery_detail_page #middleCover #middle {
  background: none;
}
/*
.galleries_list_item.detail .date {
  color: #ccc8c8;
  font-size: 0.9em;
  float: right;
}
.galleries_list_item.detail .long_desc {
  float: left;
}
*/
.galleries_list_item.detail #big_image img {
  /*max-width: 580px;*/
  max-height: 380px;
  border: 1px solid #c1aab3;
}


a#gallery_prev,
a#gallery_next {
  display: none;
  float: left;
  width: 25px;
  height: 85px;
  background: url('./../images/arrow_big_left.gif') no-repeat left center;
  margin-top: 10px;
}
a#gallery_next {
  float: right;
  background-image: url('./../images/arrow_big_right.gif');
}
a#gallery_prev:hover,
a#gallery_next:hover {
  background-position: right center;
}
.galleries_list_item.detail div#big_image {
  text-align: center;
  clear: both;
  display: none;
}
.galleries_list_item #image_notes,
.galleries_list_item #image_name {
  min-height: 14px;
}
.thumbnails_listCover {
  background: #956c7c;
  padding: 0 10px 5px 10px;
  margin: 0 10px;
}
.thumbnails_listCover .thumbnails_list {
  text-align: left;
  position: relative;/* scrollTo doesn't work in IE otherwise */
  padding: 10px 0 0 0;
}
.thumbnails_list a {
  margin-right: 2px;
}
.thumbnails_list a.last {
  margin-right: 0;
}
.thumbnails_list img {
  padding: 2px;
  margin: 0;
  border: 0;
  border: 1px solid #845466;
}
.thumbnails_list .have_seen img {
  border: 1px solid #9f7f8b;
}
.thumbnails_list .active img {
  border: 1px solid #c1aab3;
}
.thumbnails_list.in_line {
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 40px;
  width: 780px;
  height: 76px;
  padding: 13px 0 3px 0;
  _width: 760px;
  _margin: 0 0 0 35px;
}
.thumbnails_listCover #drop_down_thumbnails {
  text-align: right;
  padding: 0 40px 0 0;
  display: none;
}
#big_images_preloader,
#virtual_tour_image_preloader {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#big_images_preloader img,
#virtual_tour_image_preloader img {
  padding-top: 1px;
}
a.button_like {
  padding: 2px 10px;
  background: #969390;
  border: 1px solid #c2c0bf;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 12px;
}
a.button_like:hover {
  background: #6e86a6;
}

#virtual_tourCover {
  background: grey;
  height: 50px;
  width: 604px;
  height: 282px;
  margin-left: 15px;
  margin-top: 15px;
  padding: 50px 18px 0 18px;
  background: url('./../images/virtual_tour.gif') no-repeat left top;
  position: relative;
  _width: 600px;
  _margin-left: 0;
}
#virtual_tour {
  height: 193px;
  width: 533px;
  margin-left: 35px;
  _margin-left: 32px;
  border: 1px solid #bfa6af;
  white-space: nowrap;
  overflow: hidden;
  position: relative;/* scrollTo doesn't work in IE otherwise */
  font-size: 0;
}
#virtual_tour img {
  padding: 0;
  margin: 0;
}
#virtual_tourScrollable {
  position: relative;
  height: 100%;
  width: auto;
}
a#virtual_tour_prev,
a#virtual_tour_next {
  display: block;
  float: left;
  width: 25px;
  height: 64px;
  background: url('./../images/arrow_big_left_virtual.gif') no-repeat left center;
  margin-top: 67px;
}
a#virtual_tour_next {
  float: right;
  background-image: url('./../images/arrow_big_right_virtual.gif');
}
a#virtual_tour_prev:hover,
a#virtual_tour_next:hover {
  background-position: right center;
}
#virtual_tour_thumbnails {
  padding: 15px 0 0 35px;
}
#virtual_tour_thumbnails img {
  margin-right: 39px;
  border: 1px solid #845466;
  padding: 1px;
}
#virtual_tour_thumbnails img.last {
  margin: 0 0 0 3px;
}
#virtual_tour_thumbnails .have_seen img {
  border: 1px solid #9f7f8b;
}
#virtual_tour_thumbnails .active img,
#virtual_tour_thumbnails a:hover img {
  border: 1px solid #c1aab3;
}


#booking_box {
  width: 637px;
  background: url('./../images/booking_box_line.gif') repeat-y left top;
  margin-left: 20px;
  margin-top: 15px;
  _margin-left: 0;
  overflow: hidden;
}
#booking_box,
#booking_box a,
#booking_box span.ui-state-default,
#booking_box h3 {
  color: #466317;
}
#booking_box h2 {
  color: #7ba43a;
}
#booking_box .hr {
  border: 0;
  border-top: 1px solid #769e36;
  height: 1px;
  line-height: 1px;
  padding: 0;
  font-size: 0;
  margin: 10px 0;
}
#booking_box .hr.above_help {
  margin-bottom: 2px;
}
#booking_box .hr.below_help {
  margin-top: 2px;
}
#booking_box_top {
  min-height: 23px;
  _height: 23px;
  background: url('./../images/booking_box_top.gif') no-repeat left top;
  padding: 15px 25px 0 25px;
}
#booking_box_bottom {
  height: 23px;
  background: url('./../images/booking_box_bottom.gif') no-repeat left top;
}
#booking_steps {
  margin-top: 10px;
  height: 33px;
  width: 590px;
  background: url('./../images/booking_box_steps.gif') no-repeat left top;
}
.step_2 #booking_steps {
  background-position: left -33px;
}
.step_3 #booking_steps {
  background-position: left -66px;
}
.step_4 #booking_steps {
  background-position: left bottom;
}
#booking_box #price_listCover {
  width: 235px;
  height: 283px;
  float: left;
  background: url('./../images/green_box.gif') no-repeat left top;
  _line-height: 1.2em;
}
#booking_box #price_list table td {
  padding: 2px;
  font-size: 0.85em;
  white-space: nowrap;
}
#booking_box #price_list table td.wrap {
  white-space: normal;
}
#booking_box #calendar_and_dates {
  width: 340px;
  float: right;
}
#booking_box #price_list p {
  font-size: 0.9em;
  padding-top: 20px;
}
#booking_box p.help {
  background: url('./../images/help_ico.png') no-repeat left center;
  padding-left: 50px;
  height: 40px;
}
#booking_box p.help.one_line {
  padding-top: 13px;
  height: 27px;
}

.green_box {
  color: #466317;
  padding: 5px;
  overflow: hidden;
}
.white_box {
  color: #5f5e5e;
  overflow: hidden;
  position: relative;
}
.white_box .content {
  border-left: 1px solid #96918d;
  border-right: 1px solid #96918d;
	_border-top: 1px solid #96918d;
  _border-bottom: 1px solid #96918d;
  padding: 5px 3px;
  background: #fafdfb;
}
#calendar_and_dates .white_box .content {
  height: 269px;
}
#white_box_corner {
  background-image: url('./../images/white_box_corners.gif');
  _background: none;
	height: 2px;
	line-height: 2px;
	font-size: 1px;
}
#white_box_corner.left_top, #white_box_corner.left_bottom {
	margin-right: 2px; /* CHANGE: replace by the width of one of your corners */
	_margin: 0 !important;
}
#white_box_corner.right_top, #white_box_corner.right_bottom {
	margin-left: 2px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -2px;  /* CHANGE: replace by the height of one of your corners */
	_margin: 0 !important;
}
#white_box_corner.right_top {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
#white_box_corner.left_bottom  {
	background-position: 0 -2px;    /* CHANGE: replace second number by negative height of one of your corners */
}
#white_box_corner.right_bottom {
	background-position: 100% -2px; /* CHANGE: replace second number by negative height of one of your corners */
}
.white_box a,
.white_box h3,
#booking_box .white_box h3 {
  color: #5f5e5e;
}
#booking_box .green_box .hr,
#booking_box .white_box .hr {
  margin: 8px 0;
  border-color: #769e36;
}
#booking_box .white_box .hr {
  border-color: #96918d;
}
.white_box input,
.white_box select,
.white_box textarea {
  border: 1px solid #96918d;
  width: 350px;
}
.white_box select {
  width: 352px;
}
.step_1 .white_box select {
  width: 328px;
}
.step_2 #price_review.white_box select {
  width: 408px;
}
.white_box table {
  margin-left: 20px;
}
.white_box table.calendar {
  margin: 0;
}
.white_box td,
.white_box th {
  padding-right: 20px;
  padding-bottom: 10px;
  vertical-align: top;
}
.white_box th {
  width: 100px;
  white-space: nowrap;
}
.white_box input.disabled,
.white_box select.disabled,
.white_box textarea.disabled {
  background: #fafdfb;
  color: #5f5e5e;
  border: 0;
  width: 600px;
}
.white_box input.checkbox{
  width: auto;
}
.white_box select.disabled option {
  padding: 0;
}


#calendarCover {
  float: left;
}
table.calendar,
#legend table {
  color: white;
  color: #466317;
  font-weight: bold;
  font-size: 11px;
  border-spacing: 2px;
  border-collapse: separate;
  font-family: sans-serif;
  line-height: 20px;

}
#legend table {
  color: #5F5E5E;
  width: 95%;
}
#booking_box table.calendar a {
/*   color: white; */
}
.ui-datepicker-calendar td span.ui-state-default,
.ui-datepicker-calendar td a.ui-state-default {
  border: 0px;
  padding: 0px;
  width: 20px;
  height: 20px;
  background: transparent;
  text-align: center;
  margin: 1px 1px;
  display: block;
}
.ui-datepicker {
  width: 156px;
}
.ui-datepicker-calendar td {
  padding: 0px;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar td.ui-state-disabled, table.calendar td,
table.ui-datepicker-calendar thead th, #legend td, div.ui-datepicker-header {
  margin-bottom: 2px;
  text-align: center;
  /*background: #97c057;*/
  width: 22px;
  height: 22px;
  padding: 0;
  background: url('./../images/diary_cells.gif') no-repeat center -84px;
}
#legend td {
  padding-bottom: 0;
  width: 20px;
}
#legend th {
  padding: 0 10px 0 5px;
}
table.calendar td.month, div.ui-datepicker-header {
  background: url('./../images/diary_cells_head.gif') no-repeat center top;
  width: 152px;
}
table.ui-datepicker-calendar thead th,
table.calendar td.month,
table.calendar td.week {
  background-position: center top;
  color: white;
}
table.calendar td.month {
  border: 0;
}
table.calendar a.previous_month {
  float: left;
}
table.calendar a.next_month {
  float: right;
}
table.calendar a.next_month,
table.calendar a.previous_month {
  width: 20px;
  text-decoration: none;
  color: white;
  display: none;
}
table.calendar a.next_month:hover,
table.calendar a.previous_month:hover {
  color: #845466;
}
table.calendar .month_name {
  display: block;
/*  margin-left: 20px;*/
}
table.calendar .month_number,
table.calendar .year_number,
table.calendar .month_name_long {
  display: none;
}
table.calendar td.weekend,
#legend td.weekend {
  background-position: center -40px;
}
#booking_box .ui-datepicker-calendar td.high-season,
#legend td.high-season{
  background-position: center -295px;
}
#booking_box .ui-datepicker-calendar td:hover, #booking_box .ui-datepicker-calendar td:hover a {
  background-position: center -42px;
}
#booking_box .ui-datepicker-calendar td.bank-holidays,
#booking_box .ui-datepicker-calendar td.bank-holidays a,
#booking_box .ui-datepicker-calendar td.bank-holidays span,
table.calendar td.bank_holiday,
#legend td.bank_holiday {
  background-position: center -231px;
}
#booking_box .ui-datepicker-calendar .ui-datepicker-other-month,
#booking_box .ui-datepicker-calendar .ui-datepicker-other-month a,
#booking_box .ui-datepicker-calendar .ui-datepicker-other-month span,
#booking_box .ui-datepicker-calendar td.before_current_day,
#booking_box .ui-datepicker-calendar td.before_current_day a,
#booking_box .ui-datepicker-calendar td.before_current_day span,
#booking_box .ui-datepicker-calendar .ui-datepicker-other-month:hover,
#booking_box .ui-datepicker-calendar td.before_current_day:hover,
#legend td.before_current_day {
  color: #9f9f9f;/* #d0cecc; */
  background-position: center -147px;
}
table.calendar td.hover {
  color: white;
  cursor: pointer;
}
#booking_box .ui-datepicker-calendar td.date-used, #booking_box .ui-datepicker-calendar td.date-used a, #booking_box .ui-datepicker-calendar td.date-used span,
table.calendar td.booked,
#legend td.booked {
  color: #9f9f9f;/* #d0cecc; */
  background-position: center -147px;
}
table.calendar td.empty_day,
#legend td.empty_day {
  background-position: center -240px;
  color: #e0dfdd;/*#c5e88f;*/
}
#booking_box .ui-datepicker-calendar .ui-datepicker-today, #booking_box .ui-datepicker-calendar .ui-datepicker-today a, #booking_box .ui-datepicker-calendar .ui-datepicker-today span,
table.calendar td.current_day,
#legend td.current_day {
  color: #971a29;
  background-position:center -147px;
}
#booking_box .ui-datepicker-calendar td.suggested, #booking_box .ui-datepicker-calendar td.suggested a, #booking_box .ui-datepicker-calendar td.suggested span,
table.calendar td.suggested,
#legend td.suggested {
  background-position: center -189px;
  color: #602d40;
}
#booking_box .ui-datepicker-calendar td.suggested.bank-holidays,
table.calendar td.suggested.bank_holiday,
#legend td.suggested.bank_holiday {
  background-position: center -273px;
}
#booking_box .ui-datepicker-calendar td.selected-day, #booking_box .ui-datepicker-calendar td.selected-day a, #booking_box .ui-datepicker-calendar td.selected-day span,
table.calendar td.selected,
#legend td.selected {
  background-position: center 0px;
  color: white; /*#845466; 96918d*/
}
#booking_box td.selected-day.bank-holidays,
table.calendar td.selected.bank_holiday,
#legend td.selected.bank_holiday {
  background-position: center 0;
}

#sliding_panels{
  width: 235px;
  height: 285px;
  float: left;
  _line-height: 1.2em;
  overflow: hidden;
}
#sliding_panels p{
  width: 230px;
}
#sliding_panels h3{
  height: 39px;
  padding: 0px 0 0 10px;
  margin: 0px;
  line-height: 39px;
}
.sliding_panelHeader{
  background: url(../images/calendar_button.png) no-repeat left bottom;
}
.sliding_panelHeader.active{
  background: url(../images/calendar_button.png) no-repeat left top;
}
.sliding_panelContent{
  background: url(../images/green_box.gif) no-repeat left bottom;
  padding: 5px 5px;
}
#legend th{
  color: #466317;
}

.step_1 #selected_days_info {
  float: right;
  width: 165px;
  /*font-size: 1.2em;*/
  font-weight: bold;
}

a.button_trans,
a#booking_prev,
a#booking_next {
  display: none;
  color: white;
  text-decoration: none;
  width: 167px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: url('./../images/booking_button_prev.gif') no-repeat left top;
  float: left;
  margin-top: 10px;
}
a#booking_next {
  float: right;
  background-image: url('./../images/booking_button_next.gif');
}
a.button_trans{
  display: block;
  margin:0px;
}
#booking_box a.button_trans{
  color: white;
}
a.button_trans:hover,
a#booking_prev:hover,
a#booking_next:hover {
  background-position: left bottom;
}

.step_2 a#booking_prev, .step_3 a#booking_prev,
.step_2 a#booking_next, .step_3 a#booking_next {
  display: block;
}

#price_review {
  float: right;
  width: 420px;
}

.galleries_page #middleCover #middle,
.galleries_page #middleCover #middle #middle_contentCover {
  background: none;
  min-height: 0;
}
.galleries_page #middleCover #middle #middle_contentCover {
  display: none;
}

#map_canvas {
  color: black;
}

.white_box .hasDatepicker table {
  margin-left: 0px;
}
.date-used {
  background: black;
}
.ui-datepicker th {
  padding: 0px;
}
#calendar_and_dates .white_box .content {
  height: auto;
}
.high-season {
  background: #ABC;
}
td.ui-datepicker-other-month {
  background-position: center -240px;
  color: #E0DFDD;
}
#calendarCover {
  font-size: 0.8em;
}
.ui-datepicker-calendar td a {
  margin-left: 1px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0px;
  border-radius: none;
  border: 0px;
  width: 100%;
  margin-right: 0px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .8;
}
#footer .addthis_toolbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 72px;
  vertical-align: -40%;
}
#booking_box .ui-datepicker .ui-datepicker-prev span, #booking_box .ui-datepicker .ui-datepicker-prev:hover span, #booking_box .ui-datepicker .ui-datepicker-prev, #booking_box .ui-datepicker .ui-datepicker-prev:hover,
#booking_box .ui-datepicker .ui-datepicker-next span, #booking_box .ui-datepicker .ui-datepicker-next:hover span, #booking_box .ui-datepicker .ui-datepicker-next, #booking_box .ui-datepicker .ui-datepicker-next:hover {
  background: transparent none;
  color: white;
  text-indent: 0px;
  display: block;
  border: 0px;
  cursor: pointer;
}
#booking_box .ui-datepicker .ui-datepicker-prev span, #booking_box .ui-datepicker .ui-datepicker-prev:hover span, #booking_box .ui-datepicker .ui-datepicker-prev, #booking_box .ui-datepicker .ui-datepicker-prev:hover {
  position: absolute;
  left: 2px;
  margin-left: 0px;
  top: 0px;
  margin-top: 0px;
}
#booking_box .ui-datepicker .ui-datepicker-next span, #booking_box .ui-datepicker .ui-datepicker-next:hover span, #booking_box .ui-datepicker .ui-datepicker-next, #booking_box .ui-datepicker .ui-datepicker-next:hover {
  position: absolute;
  right: 2px;
  margin-left: 0px;
  top: 0px;
  left: auto;
  margin-top: 0px;
}
#booking_box .sliding_panelContent div.hr {
  margin: 3px 0px 4px;
}
#sliding_panels {
  line-height: 1.25em;
}
#sliding_panels h3 {
  height: 30px;
  line-height: 30px;
}
#middleCover .addthis_counter.addthis_pill_style {
  width: auto !important;
  padding-left: 0px;
}
