.reservation {
	margin-bottom: 1px;
	width: 755px;	
}

.reservation .content {
	padding-bottom: 14px;
	float: left;
}

.reservation .shadow {
	float: left;
}

.reservation p {
	padding: 0 10px;
	font-size: 1.1em;
	color: #6B5B39;
	/*clear: both;*/
}

.reservation h3 {
	clear: both;
	color: #30781A;
	font-size: 2em;
	text-align: center;
	padding: 30px 0 10px;
	font-weight: normal;
}

.reservation h6 {
	font-size: 1.1em;
	color: #6B5B39;
}

#wrapper #main .threecol.arrow .bottom {
	background: url(../gfx/bg_box3col_bottom_upgrade.png);
	padding-bottom: 14px;
}


/* STEP NAVIGATION
---------------------------------------------- */
ol {
	float: left;
	list-style-type: none;
	width: 730px;
	background: #5A5A5A url(../gfx/bg_steps.gif);
	border-bottom: 3px solid #FFF;
	padding: 2px;
}

ol li {
	float: left;
	color: #988C7C;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 25px 0 0;
	background: url(../gfx/bg_nav_reservation.gif) right no-repeat !important;
	position: relative;
	margin-left: -25px;
	padding-left: 25px;
	width: 121px;
	min-height: 47px;
	height: auto !important;
	height: 47px;
}


.reservation ol li a, .reservation ol li div {
	display: block;
	color: #988C7C;
	padding: 7px 5px 7px 44px;
}

.reservation ol li img {
	position: absolute; 
	bottom: -0.9em;
}

#wrapper .reservation ol li.active div, #wrapper .reservation ol li.done a {
	color: #FFF;
}

#wrapper .reservation ol li a, #wrapper .reservation ol li.done a, #wrapper .reservation ol li div, #wrapper .reservation ol li.active div {
	background-repeat: no-repeat;
	background-position: 5px;
}

ol li#one {
	margin-left: 0 !important;
	padding-left: 3px !important;
	z-index: 5;
	width: 141px;
}

ol li#one img {
	left: 45px;
}

ol li#one a, ol li#one div {
	background: url(../gfx/i_step1.gif);
}

ol li#one.active div {
	background: url(../gfx/i_step1_active.gif);
}

ol li#one.done a {
	background: url(../gfx/i_step1_done.gif);
}


ol li#two {
	z-index: 4;
}

ol li#two img {
	left: 67px;
}

ol li#two a, ol li#two div {
	background: url(../gfx/i_step2.gif);
}

ol li#two.active div {
	background: url(../gfx/i_step2_active.gif);
}

ol li#two.done a {
	background: url(../gfx/i_step2_done.gif);
}


ol li#three {
	z-index: 3;
}

ol li#three img {
	left: 67px;
}

ol li#three a, ol li#three div {
	background: url(../gfx/i_step3.gif);
}

ol li#three.active div {
	background: url(../gfx/i_step3_active.gif);
}

ol li#three.done a {
	background: url(../gfx/i_step3_done.gif);
}


ol li#four {
	z-index: 2;
}

ol li#four img {
	left: 67px;
}

ol li#four a, ol li#four div {
	line-height: 2.4em;
	background: url(../gfx/i_step4.gif);
}

ol li#four.active div {
	background: url(../gfx/i_step4_active.gif);
}

ol li#four.done a {
	background: url(../gfx/i_step4_done.gif);
}

ol li#five {
	z-index: 1;
	background-position: 23px;
	width: 123px;
	padding-right: 0;
}

ol li#five img {
	left: 67px;
}

ol li#five.active {
	background-position: -23px;
}

ol li#five a, ol li#five div {
	background: url(../gfx/i_step5.gif);
}

ol li#five.active div {
	background: url(../gfx/i_step5_active.gif);
}

ol li#five.done a {
	background: url(../gfx/i_step5_done.gif);
}


ol li.active {
	background: url(../gfx/bg_nav_reservation_active.gif) right no-repeat !important; /* added important by CONTENS*/
}

ol li.done {
	background: url(../gfx/bg_nav_reservation_done.gif) right no-repeat !important; /* added important by CONTENS */
}


/* ROOM OVERVIEW
---------------------------------------------- */

.reservation h5 {
	clear: both;
	padding: 10px 10px 5px 10px;
	font-size: 1.3em;
	color: #6B5B39;
}

h5.important {
	color: #B40D10;
}

#offerings {
	border-top: 1px solid #D8D8D8;
	padding-bottom: 10px;
	margin-top: 10px;
}

.offering_overview {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
}

* html .offering_overview {
	width: 734px;
}

.offering_overview div.img {
	float: left;
	padding: 11px;
	margin-top: -6px;
	background: url(../gfx/bg_shadow_164x61.png);
}

.offering_overview div.text {
	width: 380px;
	margin: 0 150px 0 190px;
}

* html .offering_overview div.text {
	margin: 0;
}


.offering_overview div h6, .offering_overview div p {
	padding: 0 20px 0 0;
}


.offering_overview div.text p {
	padding: 0;
}


.offering_overview div.price p{
	padding-right: 10px;
}

.offering_overview.open div h6, .offering_overview.open div p {
	padding-right: 200px;
}

#wrapper .reservation .offering_overview.open {
	background: #FFF;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #F0ECE7;
}
#wrapper .reservation .offering_overview.cancel {
	background: #FFF;
}

#offerings_selected {
	float: left;
	background: #F0ECE7;
}

#offerings_selected #data {
	position: relative;
	width: 733px;
}

#offerings_selected .offering_overview {
	float: left;
	width: 733px;
	border-bottom: 0;
	border-top: 3px solid #FFF;
}

#offerings_selected .offering_overview div.name {
	display: inline;
	float: left;
	width: 174px;
	margin: 0 0 0 12px;
}

.offering_overview div.name p {
	padding: 0;
}


#offerings_selected .offering_overview div.text {
	display: inline;
	float: left;
	width: 250px;
	margin: 0 25px 0 2px;
	padding-right: 10px;
}

#offerings_selected .offering_overview div.text span.nr_rooms_selected {
	color: #6B5B39;
	font-size: 1.1em;
	font-weight: bold;
}

#offerings_selected .offering_overview div.has_vspace p {
	padding-bottom: 13px;
}

* html #offerings_selected .offering_overview div.text {
	margin-right: 0;
}

#offerings_selected .offering_overview.open div.text h6,
#offerings_selected .offering_overview.open div.text p{
	padding: 0;
}

#offerings_selected .offering_overview div.price {
	float: left;
	width: 90px;
	margin-right: 0;
}

#offerings_selected .offering_overview div.pricedesc {
	float: left;
	width: 150px;
	margin-right: 0;
}

#offerings_selected .offering_overview div.price span,
#offerings_selected .offering_overview div.pricedesc span {
	font-size: 1.1em;
	color: #6b5b39;
}

#offerings_selected .button {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.offering_overview .upgrade {
	color: #30781A;
}

a.more {
	padding-right: 14px;
	background: url(../gfx/bg_arrow_button.gif) right no-repeat;
	color: #6B5B39;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 55%;
	margin-top: -1.1em;
	cursor:pointer;
}

.offering_overview.open.login div {
	padding-left: 400px;
}

.offering_overview.open.login div p {
	padding-right: 30px;
	color: #999087;
}

.offering_overview.open.login img {
	position: absolute;
	left: 200px;
	top: 8%;
}

.offering_overview.open.login a {
	padding-right: 14px;
	background: url(../gfx/bg_arrow_button.gif) right no-repeat;
	color: #6B5B39;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 40%;
}

.reservation .button {
	margin: 10px 5px;
}

/* FEHLER ANZEIGE
-------------------------------------------- */

.reservation #error_message {
	margin: 10px 0 0 0;
}

.reservation #error_message h6,
.reservation #warning_message h6 {
	color: #B40D10;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 10px 5px 9px;
}
.reservation #warning_message h6{
	color: #9C8A5B;
	margin: 15px 0 0 0;
}


.reservation #error_message p,
.reservation #warning_message p {
	padding-bottom: 10px;
}

.reservation span.error label {
	color: #B40D10;
}

.reservation span.error label input,
.reservation span.error label select {
	border-color: #B40D10;
}

/* ROOM DETAILS
---------------------------------------------- */

.reservation table {
	/*margin-top: 10px; changed by CONTENS */ 
	margin:7px 0px 0px 0px;
	
}

.reservation tr.odd {
	background: #F0ECE7;
}	

.reservation tr.even {
	background: #F6F5F3;
}	

.reservation th {
	background: #91897F;
	color: #FFF;
	font-size: 1.1em;
	border-right: 1px solid #FFF;
}

.reservation th.last {
	border-right: none;
	padding-right: 15px;
}

.reservation td {
	font-size: 1.1em;
	color: #6B5B39;
}

.reservation td, .reservation th {
	vertical-align: top;
	padding: 5px 1px 5px 10px;
	border-bottom: 3px solid #FFF;
}

.reservation td div.img {
	padding: 11px;
	margin: -7px 0 -7px -11px;
	background: url(../gfx/bg_shadow_164x61.png);
}

.reservation .detail img {
	margin-bottom: 3px;
}

.reservation .detail td {
	border-bottom: none;
}

#wrapper .reservation th span {
	display: block;
	font-size: 0.8em;
}

td.center {
	text-align: center;
}

.reservation td .more {
	position: static;
	font-size: 1em;
}

.reservation .detail td .more {
	background-image: url(../gfx/bg_arrow_button_down.gif);
}


.reservation td h5, .reservation td p, .reservation td ul {
	margin-left: -20px;
	font-size: 1em;
}

.reservation td h5 {
 	padding-top: 0;
}

.reservation td ul {
	border: none;
	/*margin-top: 10px;*/
	margin-top: 0;
	list-style-type: none;
} 

.reservation td li {
	background: url(../gfx/bullet_square.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}


/* RESERVATION DATA
---------------------------------------------- */
#reservationdata {
	position: relative;
	padding: 0 0 10px;
	background: #F0ECE7; 
	float: left; 
	width: 734px; 
}

#data {
	float: right;
	width: 474px;
}

#data div {
	float: left;
	background: url(../gfx/separator_reservation.gif) right 10px no-repeat;
}

#data select {
	display: block;
	width: 40px;
}

#data div select.room,
#data .last select {
	display: inline; 
	position: relative; 
	top: -4px; 
	left: -15px;
}

#data .guests {
	float: left;
	font-weight: normal;
	margin-top: 5px;
}

#data div.last {
	background: none;
}

#data div p {
	padding-top: 10px;
}

#data div span {
	display: block;
	float: left;
	font-weight: bold;
	width: 6em;
}

/* ROOM SELECTION
---------------------------------------------- */

#enhancements {
	display: inline;
	margin: 10px;
	background: #FFF;
	float: left;
	width: 714px;
}

#enhancements .odd {
	background: #F5F6F1;
}

#enhancements .even {
	background: #F0ECE7;
}

#enhancements .tabcontent {
	margin-left: 10px;
	padding: 0 0 10px 0;
}

.enhancement {
	width: 694px;
	clear: both; 
	float: left;
}

.enhancement h6 {
	padding: 10px;
	margin-left: 10px;	
}

.enhancement div.text {
	float: left;
	width: 210px;
	margin-left: 20px;
}

.enhancement div.description {
	float: left;
	width: 185px;
	margin-right: 50px;
}

.enhancement div.selection {
	float: left;
	width: 162px;
}

.enhancement div.price {
	float: left;
	width: 90px;
	clear: right;
}

.enhancement div.price p {
	height: 52px;
	color: #A0957F;
}

.enhancement.selected div.price p {
	color: #6B5B39;
}

.enhancement p.dim {
	color: #A0957F;
}

#wrapper .enhancement div.img {
	float: left;
	padding: 11px;
	margin: -10px 0 10px 10px;
	background: url(../gfx/bg_shadow_164x61.png);
}

.enhancement select {
	width: 50px;
	margin: 5px 0 10px;
}
.enhancement select.big { /* added by CONTENS for display a whole date */
	width: 100px;
}

.enhancement div.error { /* added by CONTENS for display date validation error */
	font-size:1.1em;
	color:#B40D10;
}

#wrapper .enhancement .button {
	position: relative; 
	float: right;
	clear: both;
}

#costs {
	float: left;
	border-top: 3px solid #FFF;
	width: 733px;
	background: #DAD3C2;
}

#offerings_selected #costs {
	background: #F0ECE7;
}

#costs h5 {
	font-size: 1.8em;
	color: #6B5B39;
	width: 210px;
	font-weight: normal;
	float: left;
	padding: 16px 0 30px 20px;
}

#costs div {
	display: inline;
	float: left;
	/* margin: 0 0 0 60px; */
	padding: 10px 0 16px 80px; 
	background: url(../gfx/bg_costs.gif) left center no-repeat;
}

#costs p {
	float: left;
	clear: both;
	text-align: right;
	width: 393px;
	border-bottom: 1px solid #6B5B39;
	padding: 0.7em 0 0.4em 25px;
	color: #6B5B39;
}

#offerings_selected #costs p {
	border-bottom: 1px solid #D5CFC7;
}


#costs p span {
	float: left;
	display: block;
	width: 7em;
	text-align: left;
	padding-left: 20px;
}

#costs p span.price { /* changed by CONTENS */
	text-align: right;
	width: 10em;
}

#costs .total {
	font-weight: bold;
	border-bottom: 3px double #6B5B39;
}





/* UPGRADE
---------------------------------------------- */
#wrapper .onecol.upgrade .top {
	background: url(../gfx/bg_box1col_top_upgrade.png);
}

#wrapper #main .onecol.upgrade .bottom {
	background: url(../gfx/bg_box1col_bottom_upgrade.png);
}

.upgrade .content {
	background: #9B8F7F;
}

.upgrade .content h4 {
	background: #574630;
	padding: 7px 25px 9px 13px;
	color: #FFF;
	font-size: 2.2em;
	font-weight: normal;
}

.upgrade .content .gradient {
	background: transparent url(../gfx/gradient_top_upgrade.gif) repeat-x;
}

/* !!! doppelt !!! */
#wrapper .upgrade a {
	margin-top: 3px;
	padding: 7px 25px 7px 13px;
	display: block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent url(../gfx/bg_arrow_button_white.gif) 220px center no-repeat;
}
/* !!! doppelt !!! */

#wrapper .upgrade ul {
	color: #FFF;
	margin: 10px 0 10px 10px;
}

#wrapper .upgrade li {
	margin-bottom: 10px;
	background-image: url(../gfx/bullet_square_upgrade.gif);
}

#wrapper #content {
	display: inline;
	width: 748px;
}

#wrapper #content.upgrade {
	margin-left: 248px;
	/* added by CONTENS*/
	width: 748px;
}



/* FORM GUEST DATA
---------------------------------------------- */



div#guestdata {/* changed form#guestdata to div#guestdata by CONTENS */
	padding: 20px;
	background: #EFEBE6;
}

div#guestdata .formbutton {/* changed form#guestdata to div#guestdata by CONTENS */
	margin: 30px 0 10px -14px;
}

div#guestdata .formbutton.right {/* changed form#guestdata to div#guestdata by CONTENS */
	margin: 30px -14px 10px 24px;
}

div#guestdata h5 {
	color: #6B5B39;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
}

.reservation fieldset {
	border: 0;
	position: relative;
	padding: 10px 50px 10px 20px;
	border: 3px solid #EFEBE6;
	border-width: 0 0 3px 0;
}

fieldset legend {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
}

fieldset legend span {
	position: absolute;
	top: 0;
	right: 35px;
	line-height: 100%;
}

.odd legend span {
	color: #E1E0DE;
}

.even legend span {
	color: #DCD9D4;
}

fieldset.odd {
	background: #FFF;
}

fieldset.even {
	background: #F7F6F2;
}

#main fieldset p {
	padding: 0 0 5px;
}

#instruction {
	margin-bottom: 10px;
}	

.reservation label {
	color: #5F5347;
}

.row {
	float: left;
	clear: both;
	padding-bottom: 8px;
	width: 580px;
}

.row span {
	float: left;
	width: 290px;
}

.reservation input, .reservation select {
	display: block;
}

#guestdata input {
	width: 190px;
}

#guestdata input.cb {
	width: auto;
	display: inline;
}

#guestdata .cb_group {
	margin-bottom: 10px;
}

#guestdata .cb_group label {
	position: relative;
}

#guestdata .cb_group label input {
	position: absolute;
	left: 0;
}

#guestdata .cb_group label span {
	display: block;
	padding-left: 20px;
}

#guestdata select {
	font-size: 1.1em;
	width: 194px;
}

#remarks textarea {
	width: 290px;
	height: 80px;
}

#preferences label a {
	color: #5F5347;
	text-decoration: underline;
}

select#month, select#year {
	width: 50px;
	float: left;
	margin-right: 3px;
}

#street, #num {
	float: left;
	margin-right: 3px;
}

#num input {
	width: 30px;
}

#preferences div {
	width: 145px; /* changed form 150px by CONTENS */
	float: left;
}

#preferences div {
	width: 145px;
	float: left;
}

#preferences label {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

#preferences p {
	float: left;
	width: 160px;
	color: #9C948B;
	margin-left: 20px;
}

/* added by rs_mw: for proper use at multiple locations of a page don't use IDs - use classes instead */
.preferences div {
	width: 145px;
	float: left;
}

.preferences div {
	width: 145px;
	float: left;
}

.preferences label {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

.preferences label a {
	color: #5F5347;
	text-decoration: underline;
}

.preferences p {
	float: left;
	width: 160px;
	color: #9C948B;
	margin-left: 20px;
}

label#remarks, #remarks textarea {
	display: block;
	clear: both;
}

label#remarks {
	padding-top: 20px;
}

#selection th a {
	padding: 0 1px 0 5px;
}

#selection th select {
	display: inline; 
	position: relative; 
	top: 2px;
	font-size: 0.8em; 
}

#selection th div {
	margin-top: -3px;
}

#selection .button {
	font-size: 0.91em;
}

#reservationdata .button {
	position: absolute; 
	bottom: 18px; 
	right: 5px;
}

#buttons a {
	display: block;
	float: right;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	color: #625449;
	padding-right: 25px;
	margin:  0 10px 10px 0;
	background: url(../gfx/bg_arrow_button.gif) right no-repeat;
}

#buttons {
	float: left;
	background: #FFF;
	padding-top: 10px;
}


#confirmation {
	width: 733px;
	float: left;
	background: #F0ECE7;
}

#confirmation h5 {
	border-bottom: 3px solid #FFF;
	margin-bottom: 10px;
	padding: 12px 10px;
	font-size: 1.2em;
}

#confirmation #number {
	margin-bottom: 23px;
}

.confirmationdata {
	display: inline;
	width: 724px;
	float: left;
	margin: 0 0 10px 10px;
	background: url(../gfx/bg_reservationdata.gif) repeat-y;
}

/*
.confirmationdata.short {
	background: url(../gfx/bg_reservationdata2.gif) repeat-y;
}
*/

.confirmationdata span {
	display: block;
	width: 90px;
	float: left;
	font-weight: bold;
}

.confirmationdata h6 {
	background: #F0ECE7;
	padding: 0 0 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.confirmationdata p {
	padding: 10px;
}

.confirmationdata div {
	float: left;
	width: 238px;
}

.confirmationdata div.linewrapper {
	width: auto;
	padding: 0;
	background: none;
}

#confirmation #costs {
	background: #DAD3C2;
	margin-top: 10px;
}

#confirmation #costs h5 {
	border: 0;
	padding: 16px 0 30px 20px;
	margin: 0;
	color: #A2977D;
	font-size: 1.8em;
}

#confirmation #costs p {
	border-color: #B9AF9F;
}

#confirmation #costs span {
	padding-left:  20px;
}

#confirmation #costs span.desc {
	width: 8em;
}

/* 03.06.08
#confirmation #costs span.price {
	padding-left:  20px;
}
*/

#wrapper #content {
	width: 486px;
 }

 
 /* Review 
 ----------------------------------------------*/

 #review #costs {
	background: #DAD3C2;
}

#review #costs h5 {
	font-size: 1.8em;
	color: #A2977D;
	width: 160px;
	font-weight: normal;
	float: left;
	padding: 16px 45px 30px 20px;
	background: url(../gfx/bg_costs.gif) right no-repeat;
}

 #review #costs div {
	margin: 2.6em 0 0 314px;;
	padding: 0;
	color: #6B5B39;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 3px double #6B5B39;
	background: none;
}

#review #costs h5 {
	padding-bottom: 15px;
}

#review .rev {
	padding: 10px 0 15px;
	border-top: 3px solid #FFF;
	clear: both;
	float: left;
	width: 733px;
}

#review .rev.odd {
	background: #EFEBE6;
}

#review .rev.even {
	background: #F6F5F1;
}

#review .rev h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 40px;
	background: url(../gfx/bullet_square.gif) 20px 40% no-repeat;
}

#review .rev p {
	padding-left: 40px;
}

#review .border_bottom {
	border-bottom: 1px solid #D8D8D8;
	clear: both;
}

#review #agree {
	padding: 10px 20px;
	color: #5F5347;
	font-size: 1.1em;
	font-weight: bold;
}

#review #agree input {
	display: inline;
	margin-right: 5px;
}

#review #agree input {
	display: inline;
}

#review #your_data {
	float: left;
	padding: 10px 0 10px 35px;
}

.confirmationdata {
	position: relative;
	top: -10px;
}

#your_data div.col {
	float: left;
	width: 280px;
	margin-right: 3px;
}

#your_data div.col1 {
	float: left;
	width: 340px;
	margin-right: 3px;
}

#your_data div.col2 {
	float: left;
	width: 270px;
	margin-right: 3px;
}

.confirmationdata .col {
	width: 240px;
	padding: 10px 0;
}

#your_data div div, .confirmationdata div div {
	float: left;
	color: #6B5B39;
	background: #F6F5F1;
	margin-bottom: 3px;
	padding: 2px 5px;
}

.confirmationdata div div {
	margin-bottom: 0;
	padding: 1px 5px 1px 10px;
}

#your_data div.left, #your_data div.right, #your_data div.both, .confirmationdata div.left, .confirmationdata div.right, .confirmationdata div.both {
	float: left;
	clear: none;
	font-size: 1.1em;
}

#your_data div.left {
	width: 130px;
	font-weight: bold;
}

.confirmationdata div.left {
	width: 85px;
	font-weight: bold;
}


#your_data div.right {
	width: 120px;
}

#your_data div.col1 div.right {
	width: 180px;
	min-height: 1.27em;
	overflow: hidden;
}

#your_data div.col2 div.right {
	width: 110px;
}

.confirmationdata div.right {
	width: 118px;
}

.confirmationdata div.row {
	margin: 0;
	padding: 0;
	background: none;
}

#your_data div.both {
	width: 260px;
}

#your_data div.col1 div.both {
	width: 320px;
}

#your_data div.col2 div.both {
	width: 250px;
}

.confirmationdata div.both {
	width: 220px;
}

#review #your_data .button {
	float: right;
	margin-top: 0;
}

#review #your_data h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 40px;
	background: url(../gfx/bullet_square.gif) 20px 40% no-repeat;
	margin-left: -35px;
}

.confirmationdata h6 {
	position: relative;
	top: -10px;
	padding-top: 10px;
}

#review #store {
	position: relative;
	clear: both;
	float: left;
	width: 734px;
}

#review #store p {
	float: left;
	width: 420px;
	padding: 18px 0 18px 20px;
}

#review #store .button {
	float: right;
	margin-top: 30px;
}

.detail_other .content {
	float: left;
}

.item {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.threecol .item {
	width: 734px;
}

.with_button {
	padding-bottom: 30px;
}

#viewdetails {
	clear: both; 
	float: right; 
	color: #A39E96;
}

#reservation #content {
	width: 748px;
}

#agree a {
	color: #473d30;
	text-decoration: underline;
}

/* lines below added by CONTENS */
#reservationdata img#bttCalendar{
	cursor:pointer;
}
#reservationdata #mp_form_reload_info{
	background:transparent url(../gfx/reservation_reload_info.gif) no-repeat scroll right bottom;
	bottom:28px;
	color:#B40D10;
	height:22px;
	line-height:9px;
	padding-right:42px;
	position:absolute;
	right:110px;
	width:115px;
	visibility:hidden;
}
.offering_overview #roominfoext{
	margin-bottom:10px;
}
.offering_overview img.upgrade_bullet_del{
	width:15px;
	height:17px;
	cursor:pointer;
	margin-top:2px;
	vertical-align:bottom;
}

/* line among added by CONTENS to correct style of aditional Info in reservation confirm (Step 5) */
.reservation_confirm_cont{
	position:relative !important;
	height:295px;
	float:right !important;
}
.reservation_confirm_cont_info{
	width:495px !important;
}
.reservation_confirm_cont_map{
	width:200px !important;
}
.reservation_confirm_cont_info .box{
	top:-7px;
	position:absolute;
	right:248px;
}
.reservation_confirm_cont_map .box{
	position:absolute;
	top:-7px;
	right:-495px !important;
	right:-485px;
}

#main #enhancements ul.tabnav {
	padding-left: 10px;
}	
