#main {
	overflow: visible !important; 
}

table{
	border-collapse:collapse;
}
th, thead td {
	background: none;
}

/* BOOKING HEADER */
.booking #booking_header{
	width: 950px;
	height: 80px;
	background: transparent url(../img/booking/booking_header_bg.jpg) no-repeat scroll 0 0;
	margin-bottom: 10px;
}
.booking h1{
	margin:0px 10px 0px;
	color: #ffffff;
	width: 300px;
}
.booking h2{
	font-size:16px;
	margin:10px 10px 0px;
	color: #9AA8BD;
	padding-top: 10px;
	width: 300px;
}
.booking h3{
	font-size:16px;
	margin:20px 0 6px;
	color:#02255B;
	margin-left: 22px;
}
.booking h4{
	margin-top: 0px;
	font-size:12px;
	margin:10px 10px 0px 0px;
	color: #677C9D;
	margin-left: 22px;
}

.booking #booking_title {
	width: 675px;
	float: left;
}
.booking #booking_steps {
	width: 220px;
	height: 60px;
	float: left;
}
.booking ul.dots{
	margin-top: 32px;
	text-align: right;
	padding-right: 25px;
}
.booking ul.dots li{
	display: inline;
	width: 10px;
	color: #fff;
	font-size: 42px;
}
.booking ul.dots li.active{
	color: #DF8F24;
}
.booking #booking_stepnum {
	width: 40px;
	float: left;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	padding-top: 21px;
	padding-left: 6px;
}


/* BOOKING FORM */
.booking #booking_form {
	width: 690px;
	/*height: 100px;*/
	background:transparent url(../img/booking/booking_form_bg.gif) no-repeat scroll 0 0;
	/*margin-top:-50px;*/
	padding:10px 10px 0;
	margin-right: 10px;
	margin-bottom: 5px;
	position:relative;
	overflow: visible;
}
.booking #booking_form_footer{
	width: 710px;
	height: 60px;
	background:transparent url(../img/booking/booking_form_bg.gif) no-repeat scroll bottom left;
	margin: 0 -10px 0 -10px;
	position:relative;
}
.booking .inner-accordion p{
	margin: 5px;
}
.booking #booking_sidebar {
	width: 230px;
	margin-right:0 !important;
}

/* FOOTER BUTTONS */
.booking .buttonterug {
	background:transparent url(../img/booking/vorige-sprite.gif) no-repeat scroll 0 -21px;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:19px;
	padding-left:20px;
	text-decoration:none;
	float:left;
	margin: 20px 0 0 10px;
}
.booking .buttonterug span {
	color: #8092AD;
	cursor:pointer;
	display:inline-block;
	height:20px;
}
.booking .buttonterug:hover {
	background-position:0 0;
}
.booking .buttonterug:hover span {
	background-position:-20px 50%;
	color:#02255B;
}
.booking_button {
	background:transparent url(../img/booking/button-sprite-grey.gif) no-repeat scroll 0 0;
	display:inline-block;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-decoration:none;
	margin: 15px 20px 10px 0;
}
.booking_button span {
	background:transparent url(../img/booking/button-sprite-grey.gif) no-repeat scroll right top;
	color:white;
	cursor:pointer;
	display:inline-block;
	height:30px;
	padding-right:25px;
}
.booking_button:hover {
	background-position:0 -30px;
}
.booking_button:hover span {
	background-position:100% -30px;
}

.booking_button_lite {
	background:transparent url(../img/booking/button-sprite-white.gif) no-repeat scroll 0 0;
	display:inline-block;
	/*float:right;*/
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-decoration:none;
	/*margin: 15px 20px 10px 0;*/
}
.booking_button_lite span {
	background:transparent url(../img/booking/button-sprite-white.gif) no-repeat scroll right top;
	color:white;
	cursor:pointer;
	display:inline-block;
	height:30px;
	padding-right:25px;
}
.booking_button_lite:hover {
	background-position:0 -30px;
}
.booking_button_lite:hover span {
	background-position:100% -30px;
}

/* TOTAAL PRIJS FORM */
#totalprice{
	text-align: right;
	margin: 10px 10px 20px 0;
		
	color: #8092AD;
	font-size: 13px;
	font-weight: bold;
}
.totalprice_ex{
	width: 660px;
}

#totalprice span.totalprice{
	width: 151px;
	height:30px;
	display:inline-block;
	line-height:30px;
	padding-right: 20px;
	background:transparent url(../img/booking/total_bg.gif) no-repeat scroll right top;
	text-align: right;
	
	color: #02255B;
	font-size: 15px;
	font-weight: bold;
}
/* TOTAAL PRIJS FORM */
#bookingcosts{
	text-align: right;
	margin: 10px 10px 20px 0;
		
	color: #8092AD;
	font-size: 13px;
	font-weight: bold;
}
#bookingcosts span.bookingcosts{
	width: 151px;
	height:30px;
	display:inline-block;
	line-height:30px;
	padding-right: 20px;
	background:transparent url(../img/booking/bookingcosts_bg.gif) no-repeat scroll right top;
	text-align: right;
	
	color: #02255B;
	font-size: 15px;
	font-weight: bold;
}

/* Arrangementen lijst */
.booking a.package{
	display: block;
	background-color: #efefef;
	height: 20px;
	width: 650px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #02255B;
	padding: 20px;
	margin-top: 10px;
	background:transparent url(../img/booking/package_bg_sprite.gif) no-repeat scroll right top;
}
.booking a.package:hover{
	color: #DF8F24;
	text-decoration: none;
	background:transparent url(../img/booking/package_bg_sprite.gif) no-repeat scroll right bottom;
}
.booking a.package span{
	/*border: 1px solid #000;*/
	margin-top: 2px;
}
.booking a.package span.package_prefix{
	color: #9AA8BD;
}
.booking a.package span.package_title{
	display: block;
	width: 400px;
	float: left;
	cursor: pointer;
	margin-top:-5px;
}
.booking a.package span.package_title2{
	margin-top: 0px;
}
.booking a.package span.package_price{
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-left: 5px;
	cursor: pointer;
}
.booking a.package span.package_button{
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	color: #fff;
	cursor: pointer;
}
.booking a.package span.package_dates{
	color: #677C9D;
	font-size: 12px;
	display: block;
	cursor: pointer;
}

/* leeftijdscat */
.booking td.first{
	width: 250px;
}
.booking td.first2{
	width: 120px;
}
.booking td.second{
	width: 100px;
}
.booking td.small{
	width: 50px;
}
.booking td.second2{
	width: 250px;
}
.booking td.third{
	color: #0295E5; 
	font-weight: bold;
}

/* opties */
.booking table#options-choice, .booking table#ages,.booking table#times, .booking table#account, .booking table#yourdata, .booking table#date-choice{
	margin-left: -10px;
	width: 710px;
	margin-right: -10px;
}
.booking td.check{
	width: 10px;
}
.booking tr.open td{
	background-color: #E5E9EE;
}
.booking span.datepicker{
	background:transparent url(../img/booking/hook.gif) no-repeat scroll 11px 5px;
	padding-left: 30px;
	padding-top: 10px;
	display: block;
	height: 50px;
}
.booking span.datepicker select{
	margin-top: 7px;
}
.booking td.yes{
	background:transparent url(../img/booking/check.gif) no-repeat scroll 11px 10px;
}

/* kamerindeling */
.booking .range{
	background:transparent url(../img/booking/range_bg_sprite.gif) no-repeat scroll right top;
	width: 690px;
	height: 90px;
	display: block;
	margin-top: 20px;
	color: #02255B;
	text-decoration: none;
}
.booking .range:hover{
	text-decoration: none;
	background-position: right bottom;
}
.booking a.range .ranging_info{
	display: block;
	float: left;
	width: 440px;
	height: 70px;
	margin-left: 10px;
}
.booking a.range .ranging_info td{
	border: none;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	color: #02255B;
}
.booking a.range .ranging_info .head td{
	padding-bottom: 15px;
	padding-right: 10px;
	color: #677C9D;
}
.booking a.range .ranging_info .head td.broad{
	width: 200px;
}
.booking a.range .ranging_title{
	display: block;
	float: left;
	width: 100px;
	height: 58px;
	padding-top: 32px;
	padding-left: 5px;
	font-size: 18px;
	color: #677C9D;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.booking a.range:hover .ranging_title{
	color: #fff;
}
.booking a.range .ranging_button{
	display: block;
	float: left;
	padding-top: 52px;
	padding-left: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

/* uwgeggevens */
.booking table.loginform td{
	padding: 0 5px 4px 0px;
	border: 0px solid #fff;
	font-size: 12px;
	color: #02255B;
	font-weight: bold;
}
.booking table.loginform a{
	float: right;
	margin-right: 20px;
}
.booking table.loginform a.forgot{
	color: #677C9D;
	font-size: 11px;
}

.booking #yourdata.guestdata{
	color:#677C9D;
	margin-left: -9px;
	margin-right: -9px;
	width: 708px;
	/*border-collapse: separate;*/
}
.booking .notice{
	width: 390px;
	margin-top: 10px;
}
.booking .bold{
	font-weight: bold;
	color:#02255B;
}

.booking p.guests{
	margin-top: 0;
	margin-bottom: 0; 
}


/* betaalmethoden */
.booking .totalprice-payment{
	margin-bottom: -35px;
}
.booking .payment_mode{
	width: 690px;
	height: 90px;
	background:transparent url(../img/booking/payment-mode-sprite.gif) no-repeat scroll right top;
	margin-top: 15px;
}
.booking .payment_logo{
	width: 90px;
	height: 70px;
	float: left;
	margin: 10px;
	margin-left: 30px;
}
.booking .payment_title{
	font-size: 16px;
	font-weight: bold;
	color:#02255B;
	width: 340px;
	margin-top: 10px;
}
.booking .payment_description{
	width: 400px;
	height: 70px;
	float: left;
	margin: 10px;
	position: relative;
}
.booking .payment_button{
	margin-top: 30px;
	float: left;
}

/* vraag stellen formulier */
.booking textarea.small{
	width: 190px;
	height: 100px;
	border-color: #7f9db9;
}
.booking input.right{
	float: right;
	margin: 10px;
	margin-right: 5px;
}
.booking p.question input{
	margin-bottom: 5px;
	border: 1px solid #7F9DB9;
}
.booking p.question{
	/*padding-left: 5px;*/
}

#question-submit {
	padding: 0 20px 0 0;
	width: 85px;
	border: 0;
	background: url(../img/arrow-button-sprite.png) no-repeat 100% -2707px;
	font-size: 11px;
	font-weight: bold;
	color: #02255B;
	cursor: pointer;
}

.booking p.bookingtext{
	padding-left: 20px;
}

.topleft span {
	left: auto !important;
	right: 20px;
	bottom: 20px;
}

.bottomright span {
	right: auto !important;
	left: 20px;
	top: 20px;
}


.tooltip-popup{
	background:transparent url(../img/questionmark.png) no-repeat scroll 0 5px;
	display:inline-block;
	height:25px;
	margin:0 0 0 5px;
	position:relative;
	vertical-align:middle;
	width:25px;
	text-decoration: none;
}

.link-popup{
	display:inline-block;
	position:relative;
	text-decoration: none;
}

.tooltip-popup:hover span, .link-popup:hover span{
	display: block;
}

.tooltip-popup span, .link-popup span{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #7f9db9;
	bottom:20px;
	display:none;
	height:auto;
	left:20px;
	line-height:normal;
	padding:15px;
	position:absolute;
	width:250px;
}

.link-popup span{
	width:auto;
}

/* Telefonisch reserveren */

.fat {
	font-weight: bold;
}

#callmenow {
	font: 11px Arial, Helvetica, sans-serif;
	color: #02255B;
	overflow: hidden;
}

#phone-image {
	float: left;
	margin: 0 5px 5px 0;
}

#CMN_Label {
	float: left;
	margin: 0 0 0 0px;
	font-weight: bold;
	line-height: 18px;
}

#CMN_PhoneNumber {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #7F9DB9;
}

#CMN_Images {
	float: left;
	margin: 0 0 0 10px;
}

#CMN_Submits {
	float: left;
	line-height: 20px;
}

#CMN_MessageArea {
	float: left;
	margin: 5px 0 0 5px;
}

#CMN_Button,
#CMN_ButtonRetry,
#CMN_ButtonClear {
	padding: 0 20px 0 0;
	width: 85px;
	border: 0;
	background: url(../img/arrow-button-sprite.png) no-repeat 100% -2707px;
	font-size: 11px;
	font-weight: bold;
	color: #02255B;
	cursor: pointer;
}

/* Booking error */

/*
JW: Deprecated after use of cakephp Flash method

p.bookingerror{
	width: 650px;
	border:1px solid red;
	background-color: #FB8895;
	margin: 5px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
}

div#flashMessage{
	width: 650px;
	border:1px solid red;
	background-color: #FB8895;
	margin: 5px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
	font-weight: bold;
}

div#flashMessage p.logextra{
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}
*/

/* booking overview */
div.overview h2{
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}
div.overview{
	/*width: 400px;*/
	margin-left: 20px;
}

div.overview h2{
	margin-top: 10px;
}

div.overview table{
	width: 650px;
	margin-bottom:0px;
}

p.totalpriceview{
	display: none;
}

h2.info, p.info{
	margin-left: 62px;
}

th.TBL1,td.TBL1{
	width: 100px;
}
th.TBL2,td.TBL2{
	width: 300px;
}
th.TBL3,td.TBL3{
	width: 75px;
}
th.TBL4,td.TBL4{
	width: 375px;
}
th.TBL5,td.TBL5{
	width: 175px;
}
th.TBL6,td.TBL6{
	width: 200px;
}
th{
	text-align: left;
}

p.ack{
	margin-left: 95px;
	margin-top: 30px;
}

/* Form validation */

fieldset.wsv-error {
	padding: 0 5px 0 0;
	background-color: #FFBABA;
}

input[type="text"].wsv-required,
input[type="password"].wsv-required,
textarea.wsv-required {
	/*border-left-width: 5px;*/
}

input[type="text"].wsv-error,
input[type="password"].wsv-error,
textarea.wsv-error {
	background-color: #FCF2F2;
	/*border-color: #C00;*/
	border: 2px solid #C00;
}

select.wsv-error {
	background-color: #FAE5E5;
	border: 2px solid #C00;
}

/* -------------- */
/* internetkassa */
/* ============== */

div.internetkassa{
	margin-left: 15px;
	margin-right: 15px;
	
	font-family: Arial;
	font-size: 11pt;
}

div.internetkassa table.ncoltable2{
	width: 300px;
}

div.internetkassa table.ncoltable3{
	margin-top: 40px;
	/*border: 2px solid grey;*/
	background-color: #CBECEA;
}

div.internetkassa table.ncoltable3 td{
	border: 0px;
}

div.internetkassa h3{
	margin-left: 0px;
}

td.ncollogoc{
	width: auto;
	text-align: center;
}

#header.internetkassaheader{
	/*background:transparent url(../img/header-bg_complete.png) no-repeat scroll 0 0;*/
	height: 165px;
}


/* MEMO */
.booking #memo {
	width: 230px;
	/*height: 100px;*/
	background:transparent url(../img/booking/memo-content-bg.gif) no-repeat scroll 0 0;
	/*margin-top:-50px;*/
	padding:10px 10px 0;
	margin-right: 10px;
	margin-bottom: 5px;
	position:relative;
}
.booking #memo-footer{
	width: 230px;
	height: 10px;
	background:transparent url(../img/booking/memo-content-bg.gif) no-repeat scroll bottom left;
	margin: 0 -10px 0 -10px;
	position:relative;
}
.booking #memo-header{
	margin: 10px 0px -10px 0px;
}
.booking table#memo-table{
	margin-left: -10px;
	width: 230px;
	margin-right: -10px;
	margin-bottom: 0px;
}
.booking table#memo-table td{
	padding-left: 10px;
}

/* Arrangementkeuze nieuw */

.booking .package {
	display: block;
	margin: 15px 0;
	padding: 15px;
	width: 660px;
	height: 70px;
	background: #E5E9EE url(../img/booking/package-bg.gif) no-repeat;
}

.booking .package h3 {
	margin: 0 0 25px;
	font-size: 14px;
}

.booking .package h3 span {
	font-size: 11px;
	font-weight: normal;
	color: #8092AD;
}

.booking .package h3 a {
	color: #8092AD;
}

.booking .package h3 a:hover {
	color: #596F8F;
}

.booking .package table {
	margin: 0;
}

.booking .package td {
	padding: 0;
	border: 0;
}

.booking .package .period-label {
	width: 90px;
}

.booking .package .period {
	width: 360px;
}

.booking .package .period select {
	font-size: 11px;
}

.booking .package .period p {
	font-size: 11px;
	font-weight: bold;
	color: #01255A;
}

.booking .package label {
	font-size: 14px;
	font-weight: bold;
	color: #8092AD;
}

.booking #daytrips td p, 
.booking .package td p {
	display: inline;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.booking #daytrips .unit,
.booking .package .unit {
	color: #8092AD;
}

.booking #daytrips .booking_button,
.booking .package .booking_button {
	margin: 0;
}

/* Kamerindeling nieuw */

.booking .room-option {
	margin: 15px 0;
	padding: 15px 0 0;
	width: 690px;
	background: url(../img/booking/room-type-bg.gif) no-repeat;
}

.booking .inner-room-option {
	padding: 0 5px 5px;
	width: 680px;
	background: url(../img/booking/room-type-bg.gif) no-repeat 0 100%;
	clear: both;
}

.booking .room-option h3 {
	margin: 0 10px 20px;
	font-size: 14px;
}

.booking .room-option table {
	margin: 0;
}

.booking .room-option table .booking_button_lite {
	margin: 0;
}

.booking .room-option th {
	padding: 5px;
	border-bottom: 1px solid #CCD3DE;
	text-align: left;
	color: #677C9D;
}

.booking .room-option td {
	padding: 5px;
	border: 0;
}

.booking .room-option td .alt,
.booking .room-option td .alt a {
	color: #677C9D;
}

.booking .room-option td .alt a:hover {
	color: #02255B;
}

.booking .room-option .room-count {
	padding: 5px 5px 5px 15px;
	width: 45px;
	font-weight: bold;
}

.booking .room-option .room-type,
.booking .room-option .amount {
	width: 75px;
	font-weight: bold;
}

.booking .room-option .room-count {
	width: 45px;
	font-weight: bold;
}

.booking .room-option th.addition {
	width: 100px;
}

.booking .room-option td.addition {
	font-weight: bold;
	color: #F00;
}

.booking .room-option .room-action {
	width: 83px;
	vertical-align: bottom;
}

p.message{
	margin-left: 7px;
}

/* CALENDER LEGENDE */
table.legend td{
	padding-right: 5px;
}

/* Notices */

.booking .notice-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 690px;
	background: url(../img/notice-block-sprite.gif) no-repeat 0 100%;
}

.booking .notice-block-inner {
	padding: 15px 10px 0 80px;
	width: 600px;
	height: auto !important;
	height: 55px;
	min-height: 55px;
	background: url(../img/notice-block-sprite.gif) no-repeat;
}

.booking .notice-warning { background-position: 0 100%; }
.booking .notice-info { background-position: -690px 100%; }
.booking .notice-error { background-position: -1380px 100%; }

.booking .notice-warning .notice-block-inner { background-position: 0 0; }
.booking .notice-info .notice-block-inner { background-position: -690px 0; }
.booking .notice-error .notice-block-inner { background-position: -1380px 0; }

.booking .notice-block h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.booking .notice-block p {
	margin: 0 0 5px;
	font-size: 12px;
}

.booking .notice-block ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

.booking .notice-block li {
	padding-left: 20px;
	background: url(../img/arrow-button-sprite.png) no-repeat -295px -2705px;
}

.flashMessage{
	margin: 0px;
}

.calicon{
	margin: 0px;
	padding: 0px;
	margin-bottom: -7px;
}

h3.callme{
	margin: 0px;
	color: #0295E5;
}

.hidehide{
	display: none;
}


/* Arrangementkeuze dag */
.booking #daytrips {
	margin: 15px 0;
	padding: 10px 0 0;
	width: 690px;
	background: url(../img/packages-bg.gif) no-repeat;
}

.booking #daytrips-inner {
	padding: 0 5px 5px;
	width: 680px;
	background: url(../img/packages-bg.gif) no-repeat 0 100%;
}

.booking #daytrips table {
	margin: -5px 0 0;
}

.booking #daytrips th,
.booking #daytrips td {
	padding: 10px;
	border-right: 1px solid #CCD3DE;
	border-bottom: 1px solid #CCD3DE;
	font-size: 12px;
	text-align: left;
}

.booking #daytrips .last th,
.booking #daytrips .last td {
	border-bottom: 0;
}

.booking #daytrips .daytrips-price {
	width: 90px;
	text-align: right;
}

.booking #daytrips .row-action {
	width: 88px;
	border-right: 0;
}


.booking .package .booking_button span,	
.booking #daytrips .booking_button span {	
	background: transparent url(../img/booking/button-sprite-white.gif) no-repeat scroll right top;
}
.booking .package .booking_button:hover span,
.booking #daytrips .booking_button:hover span {
background-position:100% -30px;
}
.booking .package .booking_button,
.booking #daytrips .booking_button {
	background:transparent url(../img/booking/button-sprite-white.gif) no-repeat scroll 0 0;
}
.booking .package .booking_button:hover,
.booking #daytrips .booking_button:hover {
	background-position:0 -30px;
}

/* actiecode */
tr.actiecode td{
	padding-left: 30px;
	/*border-left: 1px solid #CCD3DE;
	border-right: 1px solid #CCD3DE;*/
	background: #FFF5E5 url(../img/booking/bg_actiecode.gif) no-repeat scroll center right;
}
tr.actiecode td h3{
	margin: 10px 0 7px 0;
}
tr.actiecode input{
	margin: 0 0 10px 37px;
}
#actiecode-result{
	color: #0295E5;
}

.booking_button_small_yellow {
	background:transparent url(../img/booking/button-sprite-small-yellow.gif) no-repeat scroll 0 0;
	display:inline-block;
	/*float:right;*/
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:20px;
	text-decoration:none;
	/*margin: 15px 20px 10px 0;*/
}
.booking_button_small_yellow span {
	background:transparent url(../img/booking/button-sprite-small-yellow.gif) no-repeat scroll right top;
	color:white;
	cursor:pointer;
	display:inline-block;
	height:20px;
	padding-right:25px;
}



.booking_button_small_yellow:hover {
	background-position:0 -20px;
}
.booking_button_small_yellow:hover span {
	background-position:100% -20px;
}

.booking_button_small {
	background:transparent url(../img/booking/button-sprite-small-white.gif) no-repeat scroll 0 0;
	display:inline-block;
	/*float:right;*/
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:20px;
	text-decoration:none;
	/*margin: 15px 20px 10px 0;*/
}
.booking_button_small span {
	background:transparent url(../img/booking/button-sprite-small-white.gif) no-repeat scroll right top;
	color:white;
	cursor:pointer;
	display:inline-block;
	height:20px;
	padding-right:25px;
}
.booking_button_small:hover {
	background-position:0 -20px;
}
.booking_button_small:hover span {
	background-position:100% -20px;
}

.standalone, .standalone .button-inner {
	display:block !important;
}
.standalone{
	margin-bottom:5px !important;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.inner-accordion {
	overflow:hidden;
}

.column h2{
	padding:0 0px;
	padding-top: 10px;
}
h5 {
	margin:-10px 0 4px;
}

.booking .idealtop{
	margin-top: 2px;
}

input.extra-small {
	width:20px;
}