html {
  background-color: #fff;
  color: white;
}

body {
  /*
  font-family: Frutiger, "Frutiger Linotype", Univers, Corbel, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  */
  background-color: transparent;
  color: #120F10;
}

ol, ol li {
  list-style-type: none;
}

p {
  line-height: 155%;
}

p.initialcap:first-letter {
  font-size: 160%;
  padding-right: 0.05em;
  font-weight: bold;
}


a {
color: #4290C1;
}


#header {
  background-color: transparent;
  height: 105px;
  width: 990px;
  margin-bottom: 10px;
  overflow: auto;
}

/*
#header p {
  float: left;
  font-size: 140%;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 27px;
}
*/

#header img {
 position: absolute;
 margin: 18px 0 0 -195px;
 z-index: 15;
}

#header h1 {
  background-image: url(/images/camino_logo_text.png);
  background-repeat: no-repeat;
  width:316px;
  position:absolute;
  z-index:10;
  height: 68px;
  float: left;
  margin: 36px 0 0 150px;
}


#header p {
  display: none;
}

#header h1 a  {
  display: block;
  width:316px;
  height: 68px;
}

#header h1 a span {
  margin-left: -20000px;
}

#wrapper {
   padding: 0 10px 10px 10px;
   width: 990px;
   margin: 0 auto;
   position:relative;
}


#site-message {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  display: none;
}

#site-navigation {
  background: #d0e3ee url(/images/backgrounds/nav_end_bg.png) no-repeat top right;
  position: absolute;
  width: 1500px;
  margin-left:-500px;
  height: 25px;
  z-index: 4;
}

#site-navigation ul {
  margin:0 0 0 645px;
  font-size: 130%;
  position:absolute;
  z-index:5;
  cursor: pointer;
  width: 845px;
}

#site-navigation ul li {
  list-style-type: none;
  float: left;
  height: 25px;
  padding: 0px 3px 0 3px;
  margin-right: 20px;
  font-weight: normal;
  position: relative;
}

#site-navigation > ul > li {
  height: 60px;
}



#site-navigation ul li.no-sub {
  float: right;
  margin-right:25px;
}

#site-navigation ul li a {
  margin-top: 3px;
  position:relative;
  display: block;
  margin-left: 10px;
  padding-left: 3px;
  padding-top: 0;
  text-decoration: none;
  color:#4290C1;
}

#site-navigation ul li span img  {
  width: 100%;
  height: 25px;
  top: -25px;
  position: relative;
}

#site-navigation ul li.active a {
  color:#4290C1;
}

#site-navigation ul li span {
  display: block;
  position:absolute;
  overflow: hidden;
}

#site-navigation ul li.active span img {
  top: 0;
}

#site-navigation ul.subnav {
  margin: 0;
  position: absolute;
  font-size: 90%;
  padding-left: 10px;
  margin-top: 10px;
  width: auto;
  display: none;
  width: 400px;
}

#site-navigation ul.subnav li:hover, #site-navigation ul.subnav li.active {
  background: url(/images/subnav_triangle_bg.png) no-repeat;
  font-weight: bold;
  margin-right: 16px;
}

#site-navigation ul li.active ul.subnav {
  display: block;
}


#content {
  color: #120F10;
  
  height: 100%;
  position: relative;  
  padding: 70px 10px 10px 10px;
}

#content h4 {
  font-size: 120%;
  color:#2D9BAE;
  font-weight: normal;
}

#footer {
  background-color: white;
  color: #120F10;
  margin-bottom: 10px;
  padding: 4px;
  text-align: center;
  clear: both;
  
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#footer ul {
  margin:40px auto 0;
  text-align: left;
  list-style-type: none;
  width: 990px;
}



#footer ul li {
  float: left;
  display: block;
  height: 75px;
  width: 165px;
  list-style-type: none;
  margin: 0 10px;
  margin:0 30px 0 0;
  padding-left:2px;
  
}

#footer ul li a {
  font-weight: bold;
  font-size: 115%;
  text-decoration: none;
}

#footer ul li a:hover {
  border-bottom: 2px dotted #2d9bae;
}

#footer ul li p {
  margin: 0;
  font-size: 10px;
  font-family: Tahoma, sans-serif
}


#premium-partners {

  list-style-type:none;
  margin-left:450px;
  margin-top:36px;
  overflow:hidden;
  width:206px;
}

#premium-partners li {
  float: right;
  margin-left: 20px;
}

#premium-partners li a {
  display: block;
  height: 69px;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity:0.3;
}

#premium-partners li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity:1;
}

#premium-partners li a  span {
  margin-left: -20000px;
}

#surfriders-link {
  background-image: url(/images/cp/surfrider_foundation_europe_sm.png);
  width: 59px;
}

#carbonfund-link {
  background-image: url(/images/cp/carbonfund_partner_logo_sm.png);
  width: 85px;
}

.liquid-copyright {
  text-align: center;
  opacity: 0.25;
  padding-top: 15px;
}

.liquid-copyright h4 {
  margin-bottom: 4px;
}

h3 {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  height: 27px;
  color: #2d9bae;
  background-repeat: no-repeat;
  background-image: url(/images/backgrounds/camino_triangles_f_header2.png);
  overflow: auto;
  font-size: 135%;
}

h3.clear-b {
  clear: both;
}

h3 strong {
  padding-left: 22px;
  padding-right: 6px;
  padding-top: 3px;
  display: block;
  float: left;
  font-weight: normal;
}

h3 strong a, h3 a {
  text-decoration: none;
}

h3 strong a:hover{
  border-bottom:2px dotted #2D9BAE;
}

h3 a:hover {
  border-bottom:1px dotted #2D9BAE;
}

h3 a {
  display:block;
  float:left;
  margin-left:0;
}

h3.more a {font-size:13px;}

h3 span {
  display: block;
  overflow: hidden;
  height: 12px;
  padding-top: 3px;
}

h3 img {
  width: 100%;
  height: 12px;
}

h4 a:hover {
  border-bottom: dotted 1px #4290C1;
}


/* START Trip Teaser */ 

#item-teasers {
  float: left;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 30px;
  margin-top: -30px;
}



/*
#item-teasers div, #item-teasers li {
  float: left;
  width: 295px;
}
*/

div.item-teaser, li.item-teaser {
  overflow: hidden;
  float: left;
  padding-left:15px;
  padding-right:20px;
  width:285px;
}
#item-teasers h3 {
  margin-top: 5px;
}

.item-teaser h4, .people-teaser h4 {
   padding: 2px 8px 5px 0px;
}

h4 a {
  color: #4290C1;
  text-decoration: none;
}

.hover {
  cursor: pointer;
}


.hover h4 a {
  border-bottom: dotted 2px #4290C1;
}  

.item-teaser p {
  margin-left: 95px;
}

.item-teaser img {
  float: left;
  margin-right: 10px;
}


li.item-teaser dl {
  margin: 0;
}

li.item-teaser dl dt {
  display: none;
}

dl.season-list, dl.price-list {
  float: right;
}

dl.season-list dd {
  font-weight: bold;
  color: #4290C1;
  font-size: 95%;
}

dl.price-list {
  font-weight: bold;
  clear: right;
}

dl.price-list dd {
  margin: 0;
  text-align:right;
  font-size: 120%;
}

dl.activity-symbols-list dd {
  float: left;
  display: none;
  margin: 0;
}

abbr.activity {
  display: block;
  width: 28px;
  height: 21px;
  background-repeat: no-repeat;
  border: none; 
}

abbr.climbing {background-image: url(../images/icons/activities/climbing_xxs.png);}

abbr.cycling {background-image: url(../images/icons/activities/cycling_xxs.png);}

abbr.surfing {background-image: url(../images/icons/activities/surfing_xxs.png);}

/* END Trip Teaser */


/* START Item Panel */
.panel-item {
  width: 635px;
  overflow: hidden;
}

.panel-item h3 {
  float: left;
}

div.item-gallery {
  clear: both;
  margin-bottom: 15px;
  margin-left: 2px;
  height: 320px;
  position:relative;
  width: 630px;
}

#gallery-mode {
  position: absolute;
  right:0px;
  top: -24px;
  width: 260px;
  overflow: auto;
}

#gallery-mode li {
  float:right;
}

.gallery-mode-handlers {
  -moz-border-radius-topleft:4px;
  background-color:#D0E3EE;
  color:#4290C1;
  display:block;
  margin-left:10px;
  padding:4px 15px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  height: 16px;
  width: 65px;
  text-align: center;
  cursor: pointer;
}

.active-gallery-mode {
  font-weight: bold;
  border-color:#D0E3EE;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
  color:#4290C1;
  background: none;
}

#item-panos p, #item-panos a {
  display: none;
}

#item-images ul, #item-images ul li {
  list-style-type: none;
  margin: 0;
  overflow: auto;
}

#item-images ul {
  height: 320px;
  position:relative;
  width: 630px;
  overflow: hidden;
}

#item-images ul li {
  float: left;
  width: 105px;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
}

#item-images ul li img {
  width: 427px;
  height: 320px;
}

#item-images ul li a {
  
}


.panel-item p {
  clear: both;
  margin: 1em 0 1em 0;
}

dl.community-rating {
  float: right;
  
}

dl.community-rating dt {
  color: #4290C1;
  margin-right:10px;
  margin-top:1px;
  font-weight: bold;
  float: left;
}

dl.community-rating dd {
  float: left;
}

dl.community-rating dd abbr {
  border: none;
}


h4.facility-items-list {
  border-top:2px solid #0898CE;
  clear:both;
  padding-bottom:5px;
  padding-top:12px;
}

dl.facility-items-list {
  margin-bottom:20px;
  margin-top:5px;
  overflow:auto;
}

dl.facility-items-list dt {
  clear:both;
  display:block;
  float:left;
  font-size:12px;
  font-weight:bold;
  height:26px;
  padding-top:5px;
}

dl.facility-items-list dd {
  float: right;
  width:210px;
  
}

dl.facility-items-list dd.facility-item-descr {
  clear: both;
  float: none;
  font-weight: normal;
}


dl.item-prices {
}

dl.item-prices dt {
  font-weight: bold;
  display: block;
  clear:left;
}

dl.item-prices dd dl {
  float:left;
  line-height:20px;
  margin-bottom:10px;
  margin-left:10px;
  margin-top:10px;
}

dl.item-prices dd dl dt {
  display: block;
  clear:left;
  float:left;
  font-weight:normal;
  width:220px;
}

dl.item-prices dd dl dd {
  width: 310px;
  display: block;
}

dl.fleft {
  float: left;
}
dl.item-features-list {
  margin-bottom:15px;
}

dl.item-features-list dt {
  font-weight: bold;
  font-size:120%;
  color:#2D9BAE;
}

dl.item-features-list dd {
  margin: 5px 0 0 0;
}

dl.fright {
  float: right;
}

label.item-amount {
  display:block;
  float:left;
  margin-right:15px;
  margin-top:5px;
}

/*
label.item-amount input {
  width: 2em;
  text-align: right;
  font-weight: bold;
}
*/

label.item-amount select {
  width:45px;
  font-weight: bold;
}


.panel-item-alternatives {
  float: right;
  width: 315px;
}

.panel-item-alternatives div {
  overflow: auto;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  clear: left;
}

.panel-item-alternatives div img {
  float: left;
  margin-right: 10px;
}

a.book-item {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #489cd6;
  font-weight: bold;
  border-color: #0f2c55;
  margin-top: 3px;
  -moz-border-radius: 8px;
  float: right;
  margin-right:2px;
}


/* END Item Panel */


/* START Comments */

h4.comments-header a {
  font-weight: normal;
}

h4.comments-header {
  clear: both;
  padding-top: 20px;
}

ol.comments-list {
  overflow: auto;
}

ol.comments-list li {
  list-style-type: none;
}

ol.comments-list li strong.comment-user, ol.comments-list li abbr.starscommented, button.thumb-up, button.thumb-down {
  float: left;
}

ol.comments-list li strong.comment-user {
  margin-right: 1em;
}

ol.comments-list li abbr {
  border: none;
}

ol.comments-list li blockquote {
  clear: both;
  margin-left: 0;
}


button.thumb-up, button.thumb-down {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}

abbr.dtcommented {
  float: right;
  border-bottom: none;
} 

/* END Comments */


/* START Activity panel small */
.activity-panel-small {
  width: 300px;
  overflow: auto;
}

.activity-illustration {
  float: left;
  margin-right: 15px;
}

.activity-panel-small-body {
  float: left;
}

dl.activity-details-list {}

dl.activity-details-list dt {
  font-weight: bold;
  float: left;
}

dl.activity-details-list dd {
  float: left;
}

/* END Activity panel small */

/* START Video Display */

#media-teasers {
   overflow: hidden;
   float: right;
   margin-right: 10px;
   margin-bottom: 15px;
}

#media-teasers div {
  float:left;
  overflow: hidden;
  margin-left: 2px;
}

.video-teaser-container {
  overflow: auto;
  width: 425px;
  margin: 0 10px;
}

.video-galleries-container {
  clear: left;
}
 

/* END Video Display */

/* START Photo Display */

.photo-teaser-container {
 width: 635px;
}

#flickr-stream {
 width: 458px;
 overflow: hidden;
 height:330px;
}

.jqGSContainer {
  width: 456px;
}

.jqGSContainer .jqGSImgContainer ul li img {
  border: none
}

.jqGSContainer .jqGSPagination ul li a {
  background-color: #4290C1;
  border:1px solid transparent; 
}

.jqGSContainer .jqGSPagination ul li a:hover, .jqGSContainer .jqGSPagination ul li a.selected {
  background-color: #0F2C55;
  border:1px solid #0F2C55;
  color: #fff;
}


.photo-teaser-container div ul, .gallery-container div ul {
  margin: 0;
}

.photo-teaser-container div ul li, .gallery-container div ul li {
  list-style-type: none;
}

 

/* END Photo Display */

/* START Blog Display */
.atom-url {
 background: url(/images/icons/feed-icon-24x24.png) no-repeat;
 display:block;
 height:24px;
 width: 24px;
 float: right;
 text-decoration: none; 
}

.atom-url span {
  margin-left: -20000px;
  width: 24px;
  display: block;
  height: 24px;
}

.blog-teaser {
  width: 310px;
  overflow: auto;
  float: right;
  padding: 0 7px;
}

.blog-teaser p {
  clear: both;
}

.blog-teaser .entry-content {
  display: none;
}

.entry-title a {
  color: #4290C1;
  text-decoration: none;
}

.entry-meta, .entry-meta dd {
  margin: 0;
  display: none;
}

.entry-meta {
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

.entry-meta dd {
  float: right;
}

.entry-meta dd.entry-author { 
  float: left;
}

.entry-meta dt {
  display: none;
}

.blog-teaser ol {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-teaser ol li {
  list-style-type: none;
  margin: 0;
}

.pager {
  float: right;
  overflow: auto;
}

.pager li {
  float: left;
  margin-left:6px;
}

/* END Blog Display */

/* START Testimonial Display */

.testimonials {
  float: right;
  width: 320px;
}

.testimonials ul, .testimonials ul li dl, .testimonials ul li dl dd, .testimonials ul li dl dd blockquote  {
  margin: 0;
}

.testimonials ul li {
  list-style-type: none;
  display: block;
  width: 320px;
} 

.testimonials ul li blockquote {
  font-weight: bold;
  color: #2D9BAE;
  margin: 0;
  font-size:105%;
}

.testimonials ul li blockquote .quote {
  background-image: url(../images/quote_blue_up.png);
  background-repeat: no-repeat;
  padding: 10px 30px 0 40px;
}

.testimonials ul li .author {
  background-image: url(../images/quote_blue_down.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 45px 20px 40px;
  text-align: right;
}

#marketing {
  display: none;
}

#map-teaser {
  font-size: 120%;
  font-weight: bold;
  color: #2D9BAE;
}

#map-teaser ul {
   margin: 0;
}

#map-teaser ul li {
  margin: 15px 0; 
  list-style-type: none;
  font-size: 105%;
}

#map-teaser {
  padding-left: 5px; 
} 



/* END Testimonial Display */

/* START Our Vision */
#mission h3 {
  clear: both;
}

#mission img  {
  float: right;
  margin-left: 20px;
  margin-right: 10px;
}

#mission p {
  margin-bottom: 20px;

  line-height: 155%;
  font-size: 15px;
  padding: 0 10px;
}

#mission-short {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-left: 60px;
}


#mission-long {
  margin-left:50px;
  width:860px;
}

#mission-short dl {
  overflow: auto;
}

#mission-short dl dt {
  font-weight: bold;
  display: block;
  font-size: 50px;
  color: #2D9BAE;
  width: 275px;
  margin-right: 15px;
  float: left;
}

#mission-short dl dd {
  display: block;
  width: 275px;
  float: left;
  margin-right: 15px;
  margin-top: 70px;
  margin-left: -290px;
}

/* END Our Vision /*

/* START Your Destination */
#map {
  background: url(/images/gmaps_valdov_snap.jpg) no-repeat;
}

.destination-container {
  overflow: auto;
  padding-bottom:20px;
}

.destination h2 {
  display: none;
}

#destination-gallery {
  float: left;
  width: 460px;
  height: 332px;
  margin-right:18px;
}

.destination-detail-container {
  clear: both;
}

.destination-detail-container p, .destination-detail-container h4, .destination-detail-container dl {
  padding: 0 50px;
}

.destination-detail-container ul li img {
  float: left;
  margin-right: 15px;
}

.destination-detail-container dl {
  margin: 0;
  float: left;
  margin-right: 30px;
  margin-right: 15px;
}

.destination-detail-container dl dt {
  font-weight: bold;
}

.destination-detail-container dl dd {
  margin: 0;
}

.destination-detail-container table, .item-price-table {
  border: none;
  margin-bottom: 30px;
  margin-left:150px;
  margin-right:6px;
  width: 777px;
}


table.item-price-table {
  margin-left:0;
  margin-right:0;
  width:auto;
}

.destination-detail-container table th, .item-price-table th {
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border: none;
  text-align:left;
  width: 190px;
  color: #4290C1;
  border-bottom: dashed 1px #4290C1;
}

.destination-detail-container table td, .item-price-table td {
  padding: 2px 4px 2px 4px;
  border: none;
  vertical-align:top;
}


.destination-weather {
  padding-top: 5px;
  clear:both
}

.weather-month {
  width: 115px;
  display: block;
}

/* TODO fix this for IE until then do not display */
.destination-weather p {
  display: none;
  float: right;
  margin-right: 10px;
}


.destination-weather iframe {
  float: left;
  margin-top: -10px;
  margin-left: 5px;
  height: 255px;
}

.destination-weather dl {
  float:left;
  margin:15px 4px 4px;
}

.destination-weather dl dt {
  font-weight: bold;
  color: #4290C1;
  font-size: 116%;
  float:left;
  
}

.destination-weather dl dd dl, .destination-weather dl dd {
  float: left;
  margin-left: 0;
}

.destination-weather dl dd dl dd, .destination-weather dl dd dl dt {
  float: none;
}

.destination-weather dl dd dl dt {
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  font-size: 100%;
}

.destination-weather dd.attribute-container {
  margin-left: -115px;
  width: 120px;
  margin-top:20px;
}

.destination-weather dl dd dl dd.stars img {
  margin-bottom: -2px;
}

/* END Your Destination */

/* START Getting There & Around */
.getting-there-container, .getting-around-container {
  clear: right;
  margin-bottom: 15px;
}

/* the next 2 lines need to die */
.getting-there-container h4, .getting-around-container h4, .getting-there-container h5, .getting-around-container h5, .getting-there-container p, .getting-around-container p, .getting-there-container dl, .getting-around-container dl,.getting-there-container ul, .getting-around-container ul {
  margin-left: 10px;
}

.getting-there-container dl, .getting-around-container dl {margin-bottom: 15px; overflow:auto;}

.getting-there-container dl dt, .getting-around-container dl dt {font-weight:bold;}

.getting-around-container dl dt {float: left; clear: left; display:block;width:150px;}

.getting-around-container dl dd {float: left; margin-left: 15px;width: 200px; display:block;}


#map-getting-there, #map-getting-around {
  float: right;
  width: 485px;
  height: 350px;
  margin-left: 20px;
  margin-right: 15px;
}


/* END Getting There & Around */

/* START Stuff to Do */

.item-container h3 {
  clear: both;
  margin-top: 30px;
}

.item-teaser-big {
  clear: left;
  overflow:auto;
}

.item-teaser-big {
  margin-left: 10px;
  margin-right: 20px;
  padding-bottom: 35px;
}

.item-teaser-big h4 {
  margin-bottom: 10px;
}

.item-teaser-big-body {
  margin-left: 150px;
}

.item-teaser-big img {
  float: left;
  margin-right: 15px;
}

.item-teaser-big dl {
  margin-top: 5px;
  margin: 0;
  overflow: auto;
}

.item-teaser-big dl dt {
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 3px;
  clear: both;
  float: left;
  display:block;
}

.item-teaser-big dl dd {
  margin-bottom: 3px;
}

.item-teaser-big blockquote {
  font-size:17px;
  font-weight:bold;
  margin-left:40%;
  text-align:right;
  padding: 5px 10px;
  color: #2d9bae;
  border-bottom:5px solid #d0e3ee;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 20px;
}

dl.external-activities dt {
  font-weight: bold;
}

dl.external-activities dd {
 float: left;
 display:block;
 width: 640px;
}


/* END Stuff to Do */


/* START Have a Look */
.videos-thumbs {
  overflow:auto;
  margin-left: 15px;
  
}

.videos-thumbs ul, .videos-thumbs ul li {
  margin: 0;
  list-style-type: none;
}

.videos-thumbs ul li img {
  cursor: pointer;
}

.videos-thumbs ul li {
  float: left;
  margin-right: 15px;
}

.picture-galleries-container {
  margin-bottom: 15px;
}

.pictures-thumbs-container, .picture-galleries-container {
  overflow: auto;
}

.pictures-thumbs-container {
  float: left;
  margin-left: 10px;
  width: 420px;
}

.pictures-thumbs-container ul, .pictures-thumbs-container ul li {
  margin: 0;
  list-style-type: none;
}

.pictures-thumbs-container ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

#picture-viewer-1 {
  background: #d0e3ee;
  margin-left: 15px;
  margin-right: 15px;
  float: right;
  width: 500px;
  height: 334px;
}

#picture-viewer-1 #gallery-video-view {
  margin-left: 10px;
  margin-top: 10px;
}

#picture-viewer-1-blind-clone {
  display: none;
}


/* END Have a Look */


/* START Book Now */

button.booking-initializer {
  background-color: #489cd6;
  border-color: #0f2c55;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

dl.booking-result {margin-top: 15px; margin-bottom: 15px; overflow:auto;}

dl.booking-result dt, dl.booking-result dt {font-weight:bold;}

dl.booking-result dt {float: left; clear: left; display:block;width:150px;padding-top:5px;padding-bottom:4px}

dl.booking-result dd {float: left; margin-left: 15px;width: 500px; display:block;padding-top:5px;padding-bottom:4px}

#advisor {
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  width: 920px;
  overflow: auto;
  display: none;
}

#advisor h3 {
  background-image: url(/images/icons/info_48x48.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  float: left;
  margin: 15px 0 0 15px; 

}

#advisor h3 span {
  margin-left: -20000px;
}

#advisor div {
  float: left;
  margin-top: 22px;
  font-size: 20px;
}

#advisor div a {
  color: #2EA3EE;
  text-decoration: none;
}

#advisor div small {
  font-size: 12px;
  text-decoration: none;
}



#advisor ul, #advisor ul li {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#ui-datepicker-div {
  font-size: 80%;
}

#trip-date-range-picker {
  margin-bottom: 10px;
  margin-top: 3px;
}

#trip-date-range-selection {
  background: none;
  border: none;
  background-image: url(/images/icons/calendar_48x48.png);
  background-repeat: no-repeat;
  padding: 5px 0 0 65px;
  margin: 0;
  font-weight: bold;
}

td.ui-datepicker-days-cell a {

}

td.unselectable {
  background-color: red;
  color: #7A0000;
  text-align: center;
}


form.booking fieldset {
  border: #d0e3ee 5px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-left: 20px;
  margin-right: 20px;
  overflow:auto;
  float: left;
  width: 400px;
}

form.booking button {
  background-color:#489CD6;
  border-color:#0F2C55;
  color:#FFFFFF;
  float:left;
  font-size:32px;
  font-weight:bold;
  height:206px;
  margin-left:20px;
  margin-top:6px;
  width:440px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


form.booking label {
    display: block;
  }

  
/* Added from dasboard.css for Form Styling */
fieldset.small-fields p, p.small-field {
  float:left;
  width:100px;
}

fieldset.small-fields p.label_checkbox_pair {
  float: none;
  width:auto;
}

fieldset legend span {
  display:block;
  font-weight: bold;
  text-transform: uppercase;
  padding:3px 5px;
  color:#b5bec8;
}

label {
  font-weight: bold;
  color: #6B6B6B;
  display: block;
  margin-top: 5px;
}

input, textarea, select {
  margin-bottom: 5px;
}
 
textarea {
  width: 96%;
}
 
input.integer {
  width: 3em;
  text-align: right;
}

input.dateDE {
  width: 7em;
}

 
p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
}

p.label_checkbox_pair input {
  left: 0px;
  position: absolute;
  top: 1px;
}

p.label_checkbox_pair label {
  display: block;
  margin-left: 20px;
  width: 200px;
}

input[type=submit] {
  display: block;
  margin-top: 10px;
  padding:3px;
}   

label.error {
  color: #db5349;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 18px;
  background: no-repeat url(/images/icons/exclamation_small_16x16.png) 0 3px;
}

input.error, textarea.error {
  background-color: #db5349;
  color: white;
}

fieldset.small-fields p.form-warning {
  width: auto;
}

fieldset.small-fields input {
  max-width: 90px;
}


/* END Book Now */


/* START Scroll-Panel Styles */
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #120F10;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}




/* END Scroll-Panel Styles */


/* START Styles for JQScroll Gallery Slideshow */

.jqGSImgContainer img {
  cursor: pointer;
}
/* END Styles for JQScroll Gallery Slideshow */


/* START Styles for Coda Slider */
.c-slider {
  width: 732px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.scroll {
  height: 410px;
  width: 732px;
  overflow-x:hidden;
  overflow-y:auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 10px;
  height: 260px;
  width: 710px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
  display: none;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

.c-slider ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}

.c-slider ul.navigation li {
    display: inline;
    margin-right: 3px;
}

.c-slider ul.navigation a {
    padding: 5px;
    color: #4290C1;
    font-weight: bold;
    text-decoration: none;
}

.c-slider ul.navigation a:hover {
    background-color: #f6f6f6;
}

.c-slider ul.navigation a.selected {
    background-color: #fff;
}

.c-slider ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.c-slider .shade {
    background: #EDEDEC url(/images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.panel-flow-container {
  height:375px;
}

#panel1 .panel-flow-container {
  overflow-y: auto;
  overflow-x: hidden;
}

ul.booking-items {
  margin-top: 15px;
}

ul.booking-items li {
  margin: 5px;
}


ul.booking-items li.total-price {
  display: block;
  font-size: 120%;
  color: red;
  margin-top: 20px;
  margin-right: 50px;
  float: right;
}

.small-panel-container {
  width: 223px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  float: right;
  background: repeat-x scroll left bottom;
  margin-top: 15px;
  margin-bottom: 40px;
  height: 495px;
}

.small-panel-container .shade {
  background: #EDEDEC url(/images/shade_narrow.jpg) no-repeat 0 0;
  height: 50px;
  position: absolute;
  top:430px;
  width:198px;
}

.small-panel-container h4 {
  background-color: #fff;
  width: 105px;
  color: #4290C1;
  padding: 11px 0 7px 8px;
}

.small-panel-container ul.tabs {
  padding:0 0 4px;
  margin-top: 4px;
  position: absolute;
}

.small-panel-container ul.tabs li {
  display:inline;
  margin-right:3px
}

.small-panel-container ul.tabs li a {
  color:#4290C1;
  font-weight:bold;
  padding:5px;
  text-decoration:none;
}

.small-panel-container ul.tabs li a.active {
  background-color:#FFFFFF;
}

.small-panel-container div.panel {
  padding: 5px;
  width: 188px;
  background-color: #FFFFFF;
  position: absolute;
  top: 23px;
  height: 400px;
}

.small-panel-container div.front {
  z-index: 5;
}

#item-list-panel ul {
  margin-bottom: 5px;
}

#item-list-panel ul li a {
  display: block;
  padding: 5px;
  font-weight: bold;
  color: #0898CE;
  text-decoration: none;
}

#item-list-panel h5, #item-props-panel h5 {
  font-weight: bold;
  margin-top: 10px;
}

#item-list-panel ul li a {

}



.hcalendar-button {
  display: block;
  overflow: auto;
  float: right;
  margin-right:10px;
}


.vevent abbr {
  text-decoration: none;
  border-bottom: none;
}

.vevent ol {
  padding-top: 10px;
  padding-left: 10px;
}

.vevent ol li {
  padding: 5px 0 5px 0;
}


#sharethis_0 {
  display: block;
  float: right;
  margin-right: 0px;
}

a.stbutton {
  text-decoration: none;
  font-weight: bold;
  color: #4290C1;
}
 

.vcalendar, .vcalendar li, .vcalendar ol, .vcalendar dl .vcalendar dd {
  list-style-type: none;
  margin: 0;
}

h5.summary {
  margin-bottom: 4px;
}

.panel-flow-container h4 {
  margin-bottom: 10px;
}

.panel-flow-container h6 {
  margin-top: 10px;
}

#trip-map {
  width: 710px;
  height: 390px;
}

ul.item-props, ul.item-props li, #trip-summary-small dl, #trip-summary-small dl dt, #trip-summary-small dl dd {
  list-style-type: none;
  margin: 0;
}

ul.item-props li {
  margin-top: 8px;
  margin-bottom: 8px;
}

#trip-summary-small .trip-url-label {
  float: left;
  overflow:auto;
}

#trip-summary-small .trip-url {
  clear: both;
  display: block;
}

a.trip-url {
  padding-top: 4px;
}

ul.item-props li strong {
  display: block;
}

#trip-summary-small dl, #trip-summary-small dl dt {
  font-weight: bold;
  text-align: right;
}

#trip-summary-small dl dt {
  color: green;
}

#trip-summary-small dl dd {
  color: red;
  font-size: 120%;
}

#trip-summary-small button {
  border: 0;
  margin: 0;
  margin-top: 15px;
  padding:0;
  color:#4290C1;
  overflow: auto;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 136%;
}


/* END Styles for Coda Slider */

/* START Styles for People Page */

#people-team-picture {
  margin: 10px 0 10px 5px;
}

.people-teaser-body dl dt {
  font-weight: bold;
}

.slider-container {
  width:100%;
  position: relative;
  height: 170px;
  overflow:hidden
}

.slider-teaser-container {
  left:40px;
  overflow:hidden;
  position:absolute;
  width:890px;
}

#item-teasers .slider-teaser-container {
  position: static;
  left: auto;
  width: 100%;
}

.slider-container ol {
  width: 2000px;
}

div#slider-prev {
  position: absolute;
  left: 2px;
  top: 25px;
}

div#slider-next {
  position: absolute;
  left: 930px;
  top: 25px;
}

#slider-prev a, #slider-next a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat:no-repeat;
}

#slider-next a {
  background: url(/images/icons/button_right.png)
}

#slider-prev a {
  background: url(/images/icons/button_left.png)
}

.people-teaser {
  padding-left:10px;
  padding-right:10px;
  width:285px;
  float:left;
}

.people-teaser img {
  float: left;
}

.people-teaser-body, .people-teaser h4 {
  margin-left: 100px;
}

.people-panel {
  overflow: auto;
}

.people-panel dl {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 15px;
}

.people-panel dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-top: 7px;
}

.people-panel dl dd {
  margin: 0;
  padding: 0;
}

.people-details {
}

.people-bio {
  margin-bottom: 20px;
}

.people-panel .pictures-thumbs-container {
  width: 190px;
  float:right;
  padding-left: 15px;
}

.people-facts {
  float:left;
  width:195px;
}

.people-vitals {
  float:left;
  margin-left:15px;
  width:195px
}


.people-portrait {
  float: left;
  margin-right: 15px;
  margin-left: 10px;
}

/* END Styles for People Page */

/* START Styles for Pre-Booking Page */
#pre-booking h3 {
  
}

#select-start-date {
  float:left;
  height:128px;
  margin-left:22px;
  width:400px;
}

#calender-icon-container {
  float:right;
  height:128px;
  margin-top:13px;
  position:relative;
  width:128px;
}

#calender-icon-container img {
  position:absolute;
  z-index: 1;
  top: 0;
}

#calender-icon-label-month {
  color:#FFFFFF;
  font-size:15px;
  font-weight:bold;
  left:46px;
  position:absolute;
  top:31px;
  z-index:2;
}

#calender-icon-label-day {
  color:#120F10;
  font-size:44px;
  font-weight:bold;
  left:0;
  position:absolute;
  text-align:center;
  top:51px;
  width:128px;
  z-index:2;
}

#select-start-date #trip-start-date-picker {
  float: left;
}

#select-start-date h4 {
  float:left;
  font-size:22px;
  margin-left:10px;
  padding-top:55px;
  width:207px;
}

.teaser-slider-inactive {
  opacity: 0.3;
}

#start-configurator {
  background-image:url(/images/icons/process_128x128.png);
  background-repeat:no-repeat;
  clear:left;
  height:128px;
  padding-top:40px;
  background-position:0 40px;
  opacity:0.2;
  width:940px;
}

#start-configurator button {
  font-size:32px;
  font-weight:bold;
  height:75px;
  margin-left:146px;
  margin-top:18px;
  width:793px;
}



#pre-booking-info {
  float:left;
  margin-bottom:55px;
  margin-left:10px;
  margin-right:10px;
  text-align:justify;
  width:511px;
} 

#pre-booking-info h4 {
  background-image: url(/images/icons/info_64x64.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  float: left;
}

#pre-booking-info h4 span {
  margin-left: -20000px;
}

/* END Styles for Pre-Booking Page */

/* START Styles for Legal Pages */

ul.privacy, ul.impressum {
  margin-bottom: 2em;
  font-weight: bold;
}

ul.privacy li, ul.impressum li {
  margin: 5px 0 5px 5px;
}

#contact-form-container {
  width: 330px;
}

#contact-form {
  margin-left: 20px;
}

#contact-form label {
  display: block;
  font-weight: bold;
}

#contact-form input {
  display: block;
}

#contact-form textarea {
  width: 300px;
  height: 200px;
}

input.error, textarea.error {
  background-color: red;
}


#contact-form-container, #contact-data, #social-networks-contact-data {
  float: left;
}

#contact-form-container {
  margin-right: 25px;
}

#contact-data {
  width: 285px;
}

#social-networks-contact-data {
  margin-left: 25px;
}

/* END Styles for Legal Pages */


/* START Styles for BLog */
#blog {
  margin-left:135px;
  width:520px;
}

.pagination {
  float: right;
}

.pagination li {
  float: left;
  margin-left: 15px;
}

.item-teaser .gravatar {
  width: 75px;
  margin-left: 0px;
  border-left:10px solid #D0E3EE;
  border-bottom-width:10px;
}

.gravatar {
  float: left;
  margin-left: -120px;
}

.gravatar, .people-teaser img {
  border-bottom:5px solid #D0E3EE;
}

.post-meta {
  color:#8C8C8C;
  float: right;
  margin-right: -120px;
}

#posts {
  margin-left: 20px;
  clear: both;
  font-size: 15px;
  padding-top: 8px;
}

#posts li {
  margin-bottom: 55px;
  margin-top: 15px;
}

#posts img {
  margin-bottom: 10px;
}

/* END Styles for BLog */


/* START Sytles for Tooltips */
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip .content {
  background-color: white;
  opacity: 0.8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 4px #0898CE;
  color: #120F10;
  padding: 5px; 
}

/* END Styles for Tooltips */

/* START Styles for flickr Badge */

/*
Die Bilder sind in divs "flickr_badge" mit den IDs" flickr_badge_imageX" klassifiziert, wobei X ein Integer ist und die Position angibt. Sie finden unten einige Stilrichtungen.
*/

#flickr_badge_uber_wrapper {width:290px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 0; float: left;}
.flickr_badge_image img {}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#4290C1;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; color:#120F10 !important;}
/* END Styles for flickr Badge */


/* START Styles for twitter widget */
.twtr-widget {
  width:270px;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* END Styles for twitter widget */

/* START Styles for 360 Cities */
#threesixty-cities-link {
  display: block;
  width:170px;
  font-size: 26px;
  height: 74px;
  padding-left: 85px;
  background: url(/images/icons/360.png) no-repeat;
  margin-top: 15px;
}
/* END Styles for 360 Cities */

/* START Debug and Development Styles */

.hidden, .hide {display: none;}
.error-message {
  color: white;
  background-color: red;
  padding: 1.5em;
  font-size: 108%;
  text-align: center;
  display: block;
  margin: 1em;
}

/* END Debug and Development Styles */
