body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #5e5e5e;
}
.background {
	background: url(/images/background.jpg) repeat-y center top;
}
div {
	margin: 0px;
	padding: 0px;
}

#content table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#page, #header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	position: relative;
}
#header {
}
#menu_top {
	height: 27px;
	background-color: #656653;
	overflow: hidden;
}
#bar_left {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 600px;
}
#contents {
	margin-left: 240px;
	overflow: hidden;
	width: 694px;
}
#footer {
	clear: both;
	background-color: #6e6f5d;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	margin-top: 30px;
}
#border {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5c5c5;
	background-color: #d3d3d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
#credits {
	background-color: #FFFFFF;
	clear: both;
}


/* header */
#header {
	margin: 6px auto 2px;
}
	#header img {
		border: none;
	}

.about_alert {
	background-color: #fcefa1;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 999;
	width: 12em;
	text-align: center;
	border-radius: 12px;
	opacity: 0.8;

	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);

	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.about_alert:hover {
		opacity: 1;

		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.about_alert a {
		color: #123750;
		display: block;
		padding: 8px 0;
	}
		.about_alert a:before {
			content: "¡";
			padding-right: 2px;
		}
		.about_alert a:after {
			content: "!";
			padding-left: 2px;
		}

/* #slideshow */
#slideshow {
	position: relative;
	width: 950px;
	height: 280px;
	background-color: #DDDDDD;
	overflow: hidden;
}
	#slideshow .slides {
		margin: 0;
		padding: 0;
		background: url(/images/header1.jpg) no-repeat center top;
	}
		#slideshow .slides li {
			list-style: none;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 8;
			opacity: 0.0;
			border: none;
			/* ie bugs */
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
			#slideshow .slides li.active {
				z-index: 10;
				opacity: 1.0;
			}
			#slideshow .slides li.last-active {
				z-index: 9;
			}
			#slideshow .slides img {
			}
				
		#slideshow .progress {
			position: absolute;
			left: 12px;
			bottom: 12px;
			z-index: 20;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#slideshow .progress li {
        font-size: 11px;
        text-align: center;
				float: left;
				width: 16px;
				height: 16px;
        line-height: 16px;
				margin-right: 4px;
				margin: 0 4px 0 0;
				padding: 0;
				list-style: none;
				cursor: pointer;
        background-color: rgba(215,211,208,0.4);
				border-radius: 2px;
			}
        #slideshow .progress li.active,
        #slideshow .progress li.active:hover {
          background-color: rgba(215,211,208,0.95);
          cursor: default;
        }
        #slideshow .progress li:hover {
          background-color: rgba(215,211,208,0.7);
        }

/* menu_top */
.test #menu_top {
	position: absolute;
	top: 248px;
	left: 0;
	z-index: 99;
	width: 950px;
	opacity: 0.6;
}
#menu_top {
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
#menu_top #slogan {
	width: 225px;
	float: left;
}
#menu_top #slogan h1 {
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#menu_top #slogan h1 .subtitle {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;	
	display: block;
}
#languages {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}
	#languages img {
		margin: 0 3px 0 0;
		border: none;
		
		opacity: 0.5;
		
		-o-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		#languages img:hover {
			opacity: 1;
		}
#menu_top ul {
	padding: 0px;
	margin: 0 0 0 200px;
}
	#menu_top li {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		list-style-type: none;
		font-weight: bold;
		float: left;
	}
		#menu_top li a {
			color: #FFFFFF;
			padding: 0 16px 1px;
			line-height: 26px;
			display: block;
			margin-right: -1px;
			border-right-width: 1px;
			border-left-width: 1px;
			border-right-style: solid;
			border-left-style: solid;
			border-right-color: #FFFFFF;
			border-left-color: #FFFFFF;
		}
			#menu_top li a:hover {
				background-color: #3a5a6f;
			}

/* bar_left */
#bar_left {
}
#bar_left a:focus, #bar_left a:active {
	outline: none;
}
#bar_left h4 {
	color: #525443;
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 16px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#bar_left ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#bar_left li {
	font-size: 1em;
	color: #123750;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#bar_left li li {
	font-size: 0.9em;
	margin-left: 0px;
	padding-left: 0px;
}
#bar_left li a {
	color: #123750;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	display: block;
	zoom: 1;			/* IE6... */
}
#bar_left > ul > li > a {
	background-color: #656653;
	color: #FFFFFF;
	margin-bottom: 2px;
}
#bar_left li li a {
	color: #525443;
	margin: 0px;
	background-image: url(../images/program-bullit.png);
	background-repeat: no-repeat;
	background-position: 18px 8px;
	padding-left: 32px;
}
#bar_left li a:hover {
	background-color: #656653;
	color: #FFFFFF;
}
#bar_left li li a:hover {
	background-image: url(../images/program-bullit-hover.png);
}

#bar_left .tripadvisor {
	margin: 34px 10px;
	padding: 0 0 14px 0;
	text-align: center;
}
	#bar_left .tripadvisor img {
		padding: 4px;
		vertical-align: middle;
	}
		#bar_left .tripadvisor a img {
			border: none;
		}
	#bar_left .tripadvisor p {
		margin: 0;
	}
		#bar_left .tripadvisor p a {
			padding: 10px 0;
			display: block;		
		}
		
#bar_left .facebook {
	width: 202px;
	margin: 34px 4px;
}	
#bar_left .logos {
	text-align: center;
	width: 190px;
	margin: 40px 10px;
}
	#bar_left .logos h5 {
		text-align: center;
		margin: 16px auto 0;
	}
	#bar_left .logos img {
		display: block;
		margin: 8px auto 16px;
		padding: 0;
		border: none;
	}

	#contents .logos_horizontal {
		margin: 60px 0 18px;
		clear: right;
	}
		#contents .logos_horizontal h5 {
			opacity: 0.7;
		}
		#contents .logos_horizontal ul {
			margin: 12px 0;
			padding: 0;
		}
			#contents .logos_horizontal li {
				display: inline-block;
				margin: 0;
				vertical-align: middle;
			}
				#contents .logos_horizontal img {
					margin: 0;
					padding: 0;
					border: none;
					
					/* transforms */
					opacity: 0.5;
					
					-o-transform: scale(0.7);
					-moz-transform: scale(0.7);
					-webkit-transform: scale(0.7);
					transform: scale(0.7);

					-o-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-webkit-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
				}
					#contents .logos_horizontal img:hover {
						/* transforms */
						opacity: 1;
						
						-o-transform: scale(1);
						-moz-transform: scale(1);
						-webkit-transform: scale(1);
						transform: scale(1);
					}
				
/* contents */
#contents {
}
#contents a {
	color: #123750;
}
#contents h1 {
	color: #123750;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#contents h2 {
	color: #123750;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#contents h3 {
	color: #656653;
	font-size: 1.25em;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents h4 {
	color: #123750;
	font-size: 1em;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 232px;
}
#contents .submenu {
	list-style: none;
	overflow: hidden;
	margin: 12px 0 4px;
}
	#contents .submenu li {
		float: right;
		margin: 0 0 0 8px;
	}
		#contents .submenu li a {
			padding: 4px 8px;
			border: 1px solid #656653;
			display: block;
			background: #d2d3c7;
			color: #525443;
		}
			#contents .submenu li a:hover {
				border: 1px solid #3A3A30;
				color: #FFFFFF;
				background: #656653;
			}
#contents #program .bottom_nav {
	list-style: none;
	overflow: hidden;
	margin: 50px 232px 0 0;
	padding: 0 0 30px;
	text-align: center;
}
	#contents .bottom_nav li,
	#contents #program .bottom_nav li {
		/* float: right; */
		display: inline-block;
		margin: 0 8px;
		list-style: none;
		font-size: 1em;
	}
		#contents .bottom_nav li a {
			padding: 4px 8px;
			border: 1px solid #656653;
			display: block;
			background: #d2d3c7;
			color: #525443;
		}
			#contents .bottom_nav li a:hover {
				border: 1px solid #3A3A30;
				color: #FFFFFF;
				background: #656653;
			}
#contents h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1e1e1e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e1e1e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#contents h6 {
	font-size: 0.84em;
	padding: 0px;
	margin: 6px 232px 2px 0;
}
#contents p {
	padding: 0px;
	margin: 4px 0 12px;
	width: 462px;
}
	#contents table p {
		width: auto;
	}
	#contents .offer p.intro {
		padding: 8px;
		margin-top: 14px;
		margin-bottom: 14px;
	}
#contents li {
	margin-right: 232px;
}
#contents img {
	float: right;
	margin-right: 12px;
	margin-top: 4px;
	margin-left: 12px;
	padding: 1px;
	border: 1px solid #677d8b;	
}
#contents #special_offers {
	float: right;
	margin: 4px 12px 24px;
	padding: 1px;
	width: 180px;
	border: 1px solid #677d8b;	
}
#contents #special_offers h3 {
	margin: 0px;
	padding: 4px 6px;
	background-color: #656653;
	color: #FFFFFF;
	font-size: 1.2em;
}
#contents #special_offers #offers_box {
	overflow: hidden;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #5e5e5e;
	height: 102px;
	background-color: #d2d2c6;
}
#contents #special_offers #offers_box .headline {
	position: absolute;
	top: 125px;
	left: 5px;
	height: 102px;
	width: 170px;
	overflow: hidden;
}
#contents #special_offers #offers_box .headline h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#contents #special_offers #offers_box .headline p {
	margin: 0px;
	padding: 0px;
	height: 42px;
	overflow: hidden;
	text-align: left;
  width: auto;
}
#contents #special_offers #offers_box .headline p.readmore {
	margin: 10px 0px 0px 18px;
}
#contents #special_offers #offers_box .headline h4 a,
#contents #special_offers #offers_box .headline p a {
	display: block;
}
#contents #special_offers #offers_box .headline p a {
	color: #5e5e5e;
}
#contents #special_offers #offers_box .headline p.readmore a {
	color: #123750;
	display: inline;
}
#contents #special_offers #offers_box .headline h4 a:hover,
#contents #special_offers #offers_box .headline p.readmore a:hover {
	text-decoration: underline;
	color: #123750;
}
#contents #special_offers #offers_box .headline p a:hover {
	color: #123750;
}
#contents #special_offers #offers_box .headline .next_offer {
	background: url(../images/program-bullit.png) no-repeat center center;	
}

#contents div.offer {
}
#contents div.offer h3 {
	margin-top: 8px;
}
#contents div.offer p {
	padding: 0px 8px 8px;
	background-color: #d2d2c6;
	margin-top: 0px;
	color: #000000;
	width: 446px;
}
#contents div.img_right {
	float: right;
	margin-right: 12px;
	margin-top: 4px;
	margin-left: 12px;
	padding: 1px;
	text-align: center;
	width: 184px;
	clear: right;
}
	#contents div.img_right.h3 {
		margin-top: 18px;
	}
		#contents div.img_right img {
			margin: 0 auto 24px;
			float: none;
			display: block;
		}
#contents div.img_left {
	float: left;
	margin: 4px 12px 0 0;
	padding: 1px;
	text-align: center;
	width: 184px;
}
	#contents div.img_left img {
		margin: 0 auto;
		float: none;
	}
#contents img.left {
	float: left;
	margin-left: 0px;
	margin-right: 14px;
	margin-bottom: 4px;
	margin-top: 0px;
	padding: 1px;
}
#contents .FormField, #contents textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
}

/* about us */
#contents .reasons {
}
	#contents .reasons li {
		margin-top: 6px;
		margin-bottom: 14px;
	}

/* hotel_list */
#contents #program .hotel_list {
	color: #123750;
	font-size: 1em;
	font-weight: bold;
	margin: 16px 0 18px;
}
	#contents .hotel_list li {
		margin: 4px 0 6px;
	}

/* wide */
#contents div.wide ul {
	margin-top: 8px;
	padding-top: 0px;
}
#contents div.wide p, #contents div.wide li {
	margin-right: 0px;
	width: auto;
}

/* guestbook */
#guestbook_header {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
	#guestbook h3 {
		margin-top: 18px;
		color: #123750;
	}
	#guestbook_header p {
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 18px;
	}
    #contents fieldset {
      margin: 0;
      padding: 0;
      border: none;
    }
      #contents fieldset .radio {
        vertical-align: top;
      }
      
      #guestbook_header fieldset label {
        width: 220px;
      }
        #guestbook_header fieldset label[for=user_code] {
          font-weight: normal;
          font-size: 0.9em;
        }
        #user_code {
          margin-top: 4px;
        }
      #guestbook_header fieldset .button {
        width: auto;
      }
			
			
  #guestbook_header.closed {
		height: 24px;
  }
		#guestbook_header h3 {
			color: #123750;
			margin-top: 0;
		}
		/*
		#guestbook_header.closed:after {
			content: " ";
			display: block;
			z-index: 99;
			height: 16px;
			width: 100%;
			background: url(/images/bottom-border-overlay.png) repeat-x left bottom;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		*/
		
#guestbook .entry {
	margin: 12px 0 24px;
}
#guestbook .pagination {
	text-align: right;
	margin: 18px 0 24px;
}
	#guestbook .pagination a,
	#guestbook .pagination .selected {
		padding: 2px 6px;
		border: 1px solid rgb(196,196,196);
		display: inline-block;
		margin-left: 2px;
	}
	#guestbook .pagination a {
		border-color: rgb(244,244,244);
	}
		#guestbook .pagination a:hover {
			border-color: #123750;
		}
	#guestbook .date {
		float: right;
		margin-right: 14px;
		font-weight: bold;
	}
	#guestbook h4 {
		color: #5E5E5E;
		margin-bottom: 12px;
	}
	#guestbook p {
		margin-top: 0px;
		padding-top: 0px;
		margin-right: 0px;
		padding-right: 0px;
	}
		#guestbook .GuestbookName {
			font-weight: bold;
		}

      
#contents fieldset li img {
	margin: 0 6px 0 0;
	padding: 0px;
	float: none;
	border-style: none;
  vertical-align: middle;
}

/* programme_list : home page */
#programme_list {
	/* font-family: Arial, Helvetica, sans-serif; */
}
#programme_list h3 {
	text-align: center;
	color: #123750;
	font-size: 1.4em;
	margin: 0;
}
  #programme_list td {
    vertical-align: bottom;
		text-align: center;
		width: 224px;
		max-width: 224px;
  }
		#programme_list td a {
			display: block;
		}
			#programme_list .programme_photo {
				text-align: center;
			}
				#programme_list .programme_photo img {
					float: none;
					margin: 4px 0 0;
				}
			#programme_list .programme_description {
				font-size: 11px;
				margin: 0 12px 12px;
				position: relative;
				height: 108px;
				overflow: hidden;
				width: 200px;
				max-width: 200px;
			}
				#programme_list .programme_description:after {
					content: " ";
					display: block;
					z-index: 99;
					height: 16px;
					width: 100%;
					background: url(/images/bottom-border-overlay.png) repeat-x left bottom;
					position: absolute;
					bottom: 0;
					left: 0;
				}
				#programme_list td a:hover .programme_description {
				}
				#programme_list .programme_description h3 {
					font-size: 11px;
					margin: 2px 0;
					color: #123750;
					text-align: center;

					white-space: nowrap;
					height: 15px;
					overflow: hidden;
					text-overflow: ellipsis;
				}
				#programme_list .programme_description h4 {
					font-size: 10px;
					margin: 2px 0;
					text-align: center;
					color: #5E5E5E;
				}
				#programme_list .programme_description p {
					font-size: 10px;
					margin: 2px 0;
					color: #5E5E5E;
					text-align: justify;
				}
				#programme_list .programme_description p.price {
					font-size: 10px;
					margin: 2px 0;
					color: #5E5E5E;
					font-weight: bold;
					text-align: center;
				}

/* program list */
#contents #program_list {
  clear: right;
}
#contents #program_list div.program_summary {
	margin-top: 8px;
	min-height: 160px;
	padding: 0px;
  overflow: hidden;
}
#contents #program_list div.program_summary img {
	margin-top: 6px;
  /*
	float: right;
	margin-right: 12px;
	padding: 1px;
	border: 1px solid #eeeae5;
  */
}
#contents #program_list div.program_summary h3 {
	margin: 0px;
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #798b96;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents #program_list div.program_summary p,
#hotels p {
	font-size: 0.84em;
}
#contents #program_list div.program_summary p.read_more {
	margin-left: 30px;
}

/* program */
#contents #program p {
	font-size: 0.84em;
}
#contents #program p.details {
	margin-top: 2px;
	margin-bottom: 2px;
}
#contents #program p.details label {
	float: left;
	display: block;
	/* width: 200px; */
	margin-right: 8px;
}
#contents #program h3 {
	background-color: #656653;
	color: #FFFFFF;
	padding: 6px;
	margin-right: 232px;
}
#contents #program h4 {
	margin-top: 14px;
}
#contents #program ul {
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
#contents #program li {
	list-style-type: square;
	text-align: left;
	font-size: 0.84em;
}
#contents #program p.slogan {
	font-size: 1em;
	margin-top: 24px;
	margin-right: 252px;
	margin-bottom: 18px;
	margin-left: 20px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	width: auto;
}

/* programs in destinations */
#contents #program #program_list div.program_summary {
	margin: 20px 232px 0px 0px;
	min-height: 0px;
}
#contents #program #program_list div.program_summary h4 {
	margin: 0px;
}
#contents #program #program_list div.program_summary p,
#hotels p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#contents #program #program_list div.program_summary p.read_more {
	margin-top: 10px;
	margin-bottom: 16px;
}

/* #hotels */
.stars {
	display: block;
}
#hotels .hotel_info {
	display: none;
	position: relative;
	/* min-height: 140px; */
}
	#hotels .hotel_info img {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 2px;
	}
	#hotels h3 {
		padding: 0 0 10px;
	}
	#hotels h4 {
		margin: 0;
		padding: 0 0 6px;
	}
		#hotels p.read_more {
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			padding: 10px 0 16px 30px;
		}

/* contact form */
#contents #block_thank_you {
	padding-bottom: 24px;
}
#contents #block_contact_form form {
	padding-bottom: 24px;
}
	#contents #block_contact_form input,
	#contents #block_contact_form select,
	#contents #block_contact_form textarea {
		width: 320px;
	}
		#contents #block_contact_form .small {
			width: 146px;
		}
		#contents #block_contact_form .tiny {
			width: 78px;
		}
		#contents #block_contact_form table img {
			float: none;
			margin: -2px 0 0 0;
			border: none;
			vertical-align: middle;
		}
		#contents #block_contact_form .button {
			width: auto;
		}
#contents #block_contact_form input.formfield, #contents #block_contact_form textarea {
	width: 320px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* private new */
#contents fieldset {
	margin: 12px 0px 0px;
	padding: 4px;
}
#contents fieldset ul {
	margin: 0px;
	padding: 0px;
}
#contents fieldset li {
	margin: 4px;
	list-style: none;
  overflow: hidden;
}
#contents fieldset li label {
	float: left;
	display: block;
	text-align: right;
	margin-right: 6px;
	font-weight: bold;
	width: 160px;
}
#contents fieldset li input,
#contents fieldset li select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	width: 280px;
}
#contents fieldset li .small {
	width: 100px;
}
#contents fieldset li input.auto_width {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#contents fieldset li input.top_space {
	margin-top: 12px;
}


/* right_column */
#contents #right_column {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 184px;
	margin-right: 12px;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 12px;
}
#contents #right_column img {
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents #right_column h4 {
	background-color: #656653;
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	margin-right: 0px;
}
#contents #right_column h3 {
	background-color: #3A5A6F;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	margin-right: 0px;
	font-size: 1em;
}
	#contents #right_column h3 a {
	display: block;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #3A5A6F;
	}
		#contents #right_column h3 a:hover {
			background-color: #ffffff;
			color: #3A5A6F;
		}
#contents #right_column p {
	padding: 0px;
	font-size: 0.9em;
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
	margin-bottom: 4px;
	width: auto;
}
#contents #right_column p.price_extra {
	font-size: 0.85em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 14px;
}
#contents #right_column p.photo {
	font-size: 0.85em;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 20px;
}
#contents #right_column ul {
	margin-top: 10px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#contents #right_column li {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: square;
	text-align: left;
}

/* photo gallery */
#photo_gallery td,
#contents .hotels td {
	vertical-align: bottom;
	text-align: center;
	padding: 8px 10px;
}
#photo_gallery img,
#contents .hotels img {
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#photo_gallery p.PG_categories {
	font-size: 0.9em;
	text-align: center;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 160%;
}
#photo_gallery p.PG_categories span.category {
	white-space: nowrap;
}
#photo_gallery p.PG_categories a {
	padding: 4px;
}
#photo_gallery p.PG_categories a:hover {
	text-decoration: underline;
}
#photo_gallery p.PG_categories strong {
	padding: 4px;
}
#photo_gallery p.PG_ThumbDescription,
#contents .hotels p.PG_ThumbDescription {
	font-size: 0.85em;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: normal;
	height: 3em;
}
#photo_gallery p.PG_TopLink {
	font-size: 0.9em;
	text-align: center;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: normal;
}
#photo_gallery p.PG_TopLink a, #photo_gallery p.PG_TopLink .PG_NoLink, #photo_gallery p.PG_TopLink .PG_CurrentPage {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px solid #ffffff;
}
#photo_gallery p.PG_TopLink a:hover {
	color: #FFFFFF;
	background-color: #656653;
	border: 1px solid #656653;
}
#photo_gallery p.PG_TopLink .PG_CurrentPage {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	border: 1px solid #656653;
}

/* logos */
#logos {
	text-align: center;
	margin-top: 6px;
	/* border-top: 1px solid #FFFFFF; */
}
#logos img {
	margin: 16px auto 6px auto;
}
#logos input {
	/* margin: 0px auto; */
}

/* social count buttons */
#bar_left .social_count {
	margin: 30px 6px 30px 18px;
  overflow: hidden;
}
	#bar_left .social_count ul,
	#bar_left .social_count li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#bar_left .social_count ul {
	}
		#bar_left .social_count li {
			float: left;
			margin-left: 8px;
      
			opacity: 0.7;
			
      /*
      -o-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
			*/
      -o-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
		}
      #bar_left .social_count li:hover {
				opacity: 1;
				/*
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
				*/
      }
			#bar_left .social_count li:first-child {
				margin-left: 0;
			}
			#___plusone_0 {
				margin-top: 2px !important;
			}

/* footer */
#footer h4 {
	font-size: 1em;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer p {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}
#footer p a:hover {
	text-decoration: underline;
}

/* credits */
#credits p {
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #BBBBBB;
}
#credits p a {
	color:#AAAAAA;
}
#credits p a:hover {
	text-decoration: underline;
	color:#999999;
}


/* private area */
#private_area {
}
#private_area img {
	float: none;
	margin: 0px;
}
#private_area h4 {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
}
#private_area p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
}
	#private_area fieldset p {
		margin: 2px 0;
		width: auto;
	}
		#private_area fieldset p .text_right {
			margin: 8px 0 4px;
			overflow: hidden;
			display: block;
			width: 360px;
		}
		#private_area fieldset p label {
			display: block;
			float: left;
			width: 160px;
			text-align: right;
			margin-right: 6px;
		}
#private_area p.program_description {
	height: 50px;
	overflow: hidden;
	cursor: s-resize;
}
#private_area td.label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
#private_area .FormField, #private_area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

