/* PICTURE GALLERY
---------------------------------------------- */
.content .picture_gallery {
	margin-left: 0;
	padding: 0;
}
.picture_gallery h4 {
	width: 448px;
	padding: 7px 25px 9px 13px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	background: #9A8858 url(../gfx/bg_box_hl.gif) repeat-x;
}

.picture_gallery h4 span {
	position: absolute;
	right: 12px;
	top: 25%;
	color: #E6E1D3;
	font-size: 0.69em;
	font-weight: normal;
}

.picture_gallery a.picture{
	display:block;
	float:left;
	height:43px;
	width:63px;
	margin:0px;
	padding:0px;
	background-color:#D7D0C6;
}

.picture_gallery div.scoller{
	width: 448px;
	float: left;
	height: 43px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 19px;
}

.picture_gallery div.scoller div{
	white-space:nowrap;
	margin:0px;
	padding:0px;
}

.picture_gallery a.picture div{
	height:43px;
	width:63px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#D7D0C6;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.picture_gallery a.picture div.off{
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

.picture_gallery div.imglargecont{
	height:377px;
	width:982px;
/*	margin-top: 3px;*/
	padding: 0;
	overflow:hidden;
	clear:both;
}

.picture_gallery img.large {
	margin:0;
	padding:0;
}

#tooltip {
	position: absolute;
	bottom: 59px;
	right: 7px;
}

#tooltip, #tooltip img, #tooltip div {
	float: left;
}

#tooltip div {
	background: #FFF;
	padding: 4px;
	color: #756E66;
}

#gallerythumbs {
	position: absolute;
	right: 21px;
	bottom: 21px;
	width: 486px;
	height: 43px;
}

.picture_gallery div {
	position: relative;
}

.picture_gallery a.prev {
	position: absolute;
	left: 0;
}

.picture_gallery a.next {
	position: absolute;
	right: 0;
}

#wrapper .picture_gallery ul {
	display: inline;
/*	position: absolute;*/
	list-style-type: none;
	margin: 0;
}

#wrapper .picture_gallery li {
	margin-right: 1px;
	float: left;
	display: inline;
	background: none;
	padding: 0;
}

.details h4 {
	width: 448px;
	padding: 7px 25px 9px 13px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	background: #9A8858 url(../gfx/bg_box_hl.gif) repeat-x;
}

.details h4 span {
	position: absolute;
	right: 12px;
	top: 25%;
	color: #E6E1D3;
	font-size: 0.69em;
	font-weight: normal;
}

.details h5.headline {
	font-size: 2.2em;
	font-weight: normal;
	color: #736F66;
	margin: 15px 16px 10px;
}

.details h5.bar {
	color: #FFF;
	background: #4F3F2F;
	margin: 16px 3px 1px;
	padding: 3px 11px 4px;
	font-size: 1.1em;
}

.details img.visual {
	margin: 3px 0 0 0;
}

.details p {
	padding: 0 17px;
}

.details .slider {
	margin-top: 3px;
	position: relative;
	width: 486px;
	height: 192px;
}

.details .slider .prev {
	position: absolute;
	left: 0;
}

.details .slider .next {
	position: absolute;
	right: 0;
}

#wrapper .details .slider ul {
	display: inline;
	list-style-type: none;
	position: absolute;
	left: 19px;
	margin: 0;
}

#wrapper .details .slider li {
	float: left;
	display: inline;
	margin-right: 2px;
	padding-left: 0;
	background: none;
}

.details .slider li span {
	display: block;
	width: 132px;
	height: 31px;
	overflow: hidden;
	padding: 6px 5px 4px 11px;
	color: #6B5A44;
	font-size: 1em;
	background: url(../gfx/slider_desc_bg_10x42.gif) repeat-x;
	clear: both;
}

.slider li img {
	float: left;
}

.details .slider li.active span {
	font-weight: bold;
	background: #EFEFE7;
}

.details .gallery {
	clear: both;
	width: 480px;
	height: 275px;
	position: relative;
	background: #EFEFE7 url(../gfx/bg_gallery.gif) no-repeat;
}

.details .gallery img.enlarged {
	position: absolute;
	top: 33px;
	right: 66px;
}

.details .gallery div {
	position: absolute;
	top: 13px;
	left: 23px;
	padding-left: 4px;
	width: 140px;
}

.details .gallery div a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 8px;
	background: #FFF url(../gfx/bg_gallery_preview.gif) no-repeat;
}

.details .contentitem {
	float: left;
	margin: 1px 3px 0;
	border: 1px solid #D3CFCC;
	border-width: 1px 0;
	padding: 5px 0 2px;
	width: 480px;
	color: #3D3425;
	font-size:1.1em;
	min-height:115px;
}

.details .contentitem h6 {
	font-size: 1.3em;
	margin: 8px 0 6px 0;
	padding-left: 10px;
}

.details .contentitem img {
	float: left;
	margin: 0 17px 3px 0;
}

.contentitem p.info {
	height: auto !important;
	height: 46px;
	min-height: 46px;
	padding-left: 10px;
}

.details .contentblock {
	clear: both;
	width: 480px;
/*	margin-top: 3px;*/
	background: #F2F1EC;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.details .contentblock .links {
	padding-bottom: 10px;
}

.twocol .button {
	margin: 20px 20px 20px 0;
}

.contentitem .button {
	margin: 0 20px 0 0;
}

.contentitem .left {
	float: left;
}
.details .contentblock a.link_onecol {
	display: inline;
	float: left;
	width: 212px;
	margin: 5px 2px 5px 20px; 
	color: #6B5A44;
	font-size: 1.1em;
}

.details .contentblock a.link_twocol {
	display: block;
	clear: both;
	margin: 5px 20px 5px;
	color: #6B5A44;
	font-size: 1.1em;
}

img.border {
	float: left;
	padding: 8px 20px 20px 8px;
	background: #FFF url(../gfx/imageborder_164x164.gif) no-repeat; /* changed to GIF by CONTENS */
}

.detail_other {
	color: #6B5B39;
}

.detail_other h4 {
	width: 448px;
	padding: 7px 25px 9px 13px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	background: #9A8858 url(../gfx/bg_box_hl.gif) repeat-x;
}

.detail_other h4 span {
	position: absolute;
	right: 12px;
	top: 25%;
	color: #E6E1D3;
	font-size: 0.69em;
	font-weight: normal;
}

.detail_other h5 {
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

.detail_other h6 {
	font-size: 1.1em;
	font-weight: bold;
}

.detail_other p {
	font-size: 1.1em;
	margin-bottom: 14px;
}

.detail_other p.info {
	font-size: 1em;
}

.detail_other a {
	color: #6B5A44;
	text-decoration: underline;
}

.detail_other img.content_visual {
	margin-top: 3px;
}

.detail_other div.content_text {
	margin-top: 3px;
	padding: 14px 13px;
}

#wrapper .content_text li {
	font-size: 1.1em;
}

.detail_other div.content_image_text_nofloat {
	position: relative;
	margin-top: 3px;
	padding: 9px 20px 0 190px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	background: #FFF url(../gfx/imageborder_164x164.gif) 14px 7px no-repeat;
}

.detail_other div.content_image_text_float {
	position: relative;
	padding: 9px 20px;
	margin-top: 3px;
	min-height: 165px;
	height: auto !important;
	height: 165px;
}

.detail_other .content_image_text_nofloat img {
	position: absolute;
	left: 22px;
	top: 15px;
}

.detail_other div.content_image_text_float div.floated_image {
	float: left;
	width: 233px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	padding: 5px;
	background: #FFF url(../gfx/imageborder_white_208x208.gif) -5px -3px no-repeat;
	margin: -5px 0 0 -5px;
}

* html .detail_other div.content_image_text_float p {
	height: 0.1em;
}

.detail_other .content_image_text_float .floated_image img,
.detail_other .content_image_text_float .floated_image p {
	position: relative;
	top: 5px;
	left: 3px;
}

.detail_other div.content_image_text_float div.floated_image p {
	font-size: 1.0em;
	margin: 0 0 0 -3px;
	padding: 8px 20px 15px 0;
}

.image {
	margin: -10px -20px 17px -20px;
}

.detail_other div.gradient {
	background: #FFF url(../gfx/gradient_top.gif) repeat-x;
}

.detail_other div.gradient a {
	margin-top: 3px;
	padding: 7px 25px 7px 13px;
	display: block;
	color: #6B5A44;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../gfx/bg_arrow_button.gif) 466px center no-repeat;
}

.detail_other div.gradient a span {
	font-weight: normal;
}

.detail_other div.travel_data {
	padding: 0 0 12px 0;
	font-size: 1.1em;
}

.detail_other div.travel_data span {
	width: 130px;
	display: block;
	float: left;
	font-weight: bold;
}

.detail_other div.travel_data div {
	margin-top: 14px;
	font-weight: bold;
}

.detail_other div.travel_data div a {
	padding: 10px 40px 5px 0;
	color: #6B5A44;
	text-decoration: underline;
	font-weight: normal;
	background: url(../gfx/download.png) right no-repeat;
}

.detail_other fieldset {
	width: 466px;
	padding: 20px 10px;
	margin-top: 3px;
	border: none;
	float: none;
}

.detail_other fieldset.locations {
	background: #EDEBE5;
	border-top: 3px solid #FFF;
	margin-top: 0;
}

.detail_other fieldset.options {
	background: #F7F6F4;
	padding-bottom: 63px;
	border-top: 3px solid #FFF;
	margin-top: 0;
}

.detail_other fieldset h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
}

.detail_other fieldset label {
	display: block;
}

.detail_other fieldset.locations div.start {
	float: left;
	width: 250px;
}

.detail_other fieldset.locations div.start label {
	margin: 5px 0 0 10px;
	display: block;
}

.detail_other fieldset.locations div.start input {
	margin-left: 8px;
	width: 202px;
	display: block;
}

.detail_other fieldset.locations div.start select {
	margin-left: 8px;
	width: 206px;
}

.detail_other fieldset.locations div.dest p {
	margin-top: 20px;
}

.detail_other fieldset.options div {
	border-top: 1px solid #C6C2BD;
	float: left;
}

.detail_other fieldset.options div div {
	padding: 5px 10px;
	border-bottom: 1px solid #C6C2BD;
	border-top: none;
	float: left;
	width: 446px;
	font-size: 1.1em;
}

.detail_other div fieldset.options div div span {
	display: block;
	width: 115px;
	float: left;
	vertical-align: middle;
}

.detail_other fieldset.options div div span input {
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

/* OVERVIEW BOXES */
/* ---------------------------------------------- */

.overview {
	color: #6B5B39;
}

.overview h4 {
	padding: 7px 25px 9px 13px;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	background: #9A8858 url(../gfx/bg_box_hl.gif) repeat-x;
}

.overview img {
	margin: 3px 0 16px 0;
}

.overview p {
	padding: 0 20px 16px 20px;
	font-size: 1.1em;
}

#wrapper .overview ul {
	margin: 0;
}

#wrapper .overview li {
	margin: 3px 0 0 0;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	position: relative;
	list-style-type: none;
	background: #EFEFE7 url(../gfx/imageborder_164x164.gif) 14px 7px no-repeat;
}

.overview li img {
	margin: 0;
	position: absolute;
	left: 22px;
	top: 15px;
}

.overview li div {
	padding: 11px 13px 14px 196px;
}

.overview li div h5 {
	margin-bottom: 14px;
	font-size: 1.1em;
	font-weight: bold;
}

.overview li div p {
	padding: 0;
	margin-bottom: 14px;
}

.overview li div a {
	display: block;
	padding: 7px 0 8px 0;
	color: #6B5A44;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #C6C2BD;
	border-width: 1px 0;
	background: transparent url(../gfx/bg_arrow_button.gif) right center no-repeat;
}

.overview div.gradient {
	margin-top: 3px;
	background: #FFF url(../gfx/gradient_top.gif) repeat-x;
}

.overview div.gradient a {
	position: relative;
	padding: 7px 25px 7px 13px;
	display: block;
	color: #6B5A44;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent url(../gfx/bg_arrow_button.gif) 466px center no-repeat;
}


/* --- MEETING SCREEN --- */
.cont_image_no_float {
	margin: 3px 0 0 0;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	position: relative;
	background: url(../gfx/imageborder_164x164.gif) 0px 7px no-repeat;
}

#wrapper .tabcontent.meeting {
	padding-right: 0;
	width: 438px;
}

#wrapper .tabcontent.meeting div.textblock {
	padding-right: 8px;
}

#wrapper .tabcontent.meeting  p {
	padding: 0;
	margin-bottom: 14px;
}

.cont_image_no_float img {
	margin: 0;
	position: absolute;
	left: 8px;
	top: 15px;
}

.cont_image_no_float div {
	padding: 11px 13px 14px 182px;
}

.cont_image_no_float div a {
	display: block;
	padding: 7px 0 8px 0;
	color: #6B5A44;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #C6C2BD;
	border-width: 1px 0;
	background: transparent url(../gfx/bg_arrow_button.gif) right center no-repeat;
}

#room_icon_area {
	float: left;
}

.room_icon {
	float: left;
	width: 107px;
	min-height: 149px;
	height: auto !important;
	height: 149px;
	text-align: center;
	position: relative;
	background: url(../gfx/imageborder_107x149.gif) no-repeat;
}

.room_icon img {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 9;
}

.room_icon span {
	margin-top: 10px;
	display: block;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
}

