@charset "utf-8";
/* CSS for booking widget */

.booking {
	margin-bottom: 20px;
}
/* remove margin for inline booking */
.item .booking {
    margin-bottom: 0px;
}
.booking .step {
	background-color: #ececec;
	padding: 8px 16px 12px 28px;
	position: relative;
	zoom: 1;
}
.booking .step .fold-up-step {
	position: absolute;
	width: 20px;
	height: 19px;
	text-indent: -9999px;
	background: url(../new-i/fold-up-step-mark.gif) no-repeat left top;
	right: 16px;
	top: 11px;
	cursor: pointer;
}
.booking .step2 {
/*
	margin-top: 5px;
*/
}

.booking .step .period-name {
	white-space: nowrap;
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	color: #656b9a;
	font-size: 18px;
	margin-bottom: 6px;
}

.booking .step h2.step-name {
    white-space: nowrap;
    line-height: 27px;
    margin-bottom: 6px;
    color: #666666 !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.booking .step1 .col1 {
	width: 496px;
}
.booking .step1 .col2 {
	/*margin-left: 20px;*/
	width: 195px;
}

/* ================== booking calendar ================== */
.booking .calendar table {
	width: 100%;
	border-collapse: collapse;
}
.booking .calendar td {
	color: #83441a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
}
.booking .calendar tr.cells td {
	background: url(../i-wl/calendar-cell-sprite.gif) no-repeat left top;
	width: 66px;
	height: 30px;
	vertical-align: top;
}
.booking .calendar tr.rlast td {
	height: 31px !important;
}
.booking .calendar tr.cells td.clast {
	width: 67px !important;
}
.booking .calendar tr.cells td.weeknum {
	color: #7b6d31;
	background-position: left -124px;
	width: auto;
	height: auto;
}
.booking .calendar tr.cells div.cell {
	width: 66px;
	height: 30px;
	overflow: hidden;
}
.booking .calendar tr.cells div.today {
	background: url(../new-i/calendar-today-sprite.gif) no-repeat left top;
}
.booking .calendar tr.cells .cell div {
	padding: 3px 0px 0px 7px;
	white-space: nowrap;
}
.booking .calendar tr.cells .weeknum div {
	padding: 3px 0px 0px 0px;
	text-align: center;
}
.booking .calendar tr.cells div.price {
	padding: 1px 4px 0px 4px;
	color: #333333;
	text-align: right;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
    font-weight: normal;
}
.booking .calendar tr.cells .out-of-stock div.price {
	color: #653414;
}

/* cell coloring */
.booking .calendar tr.cells .period {
	background-position: left -31px;
    color: #003c72;
}
.booking .calendar tr.cells .out-of-stock {
	background-position: left -62px;
    color: white;
}
.booking .calendar tr.cells .book {
	background-position: left -93px;
}
.booking .calendar .out-of-month {
	color: #858585;
}
.booking .calendar tr.cells .disable {
    background-position: left -155px !important;
}
.booking .calendar tr.cells .trail {
    background-position: left -186px !important;
}
.booking .calendar tr.cells .trail div.price  {
    visibility: hidden;
}

.booking .calendar tr.cells .available {
	cursor: pointer;
}

.booking .calendar tr.day td {
    color: #666666;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
	padding-bottom: 4px;
}
.booking .calendar tr.day div {
	width: 66px;
	overflow: hidden;
	white-space: nowrap;
}

.booking .calendar tr.date-nav td {
	color: #29557c;
    font-size: 14px;
    padding-bottom: 15px;
}
.booking .calendar tr.date-nav td.center {
	text-align: center;
	font-size: 18px;
}
.booking .calendar tr.period-nav td {
    color: #29557c;
    font-size: 12px;
}

.booking .calendar tr.date-nav span,
.booking .calendar tr.period-nav div {
    cursor: pointer;
    text-decoration: underline;
}
.booking .calendar tr.date-nav span.arrow,
.booking .calendar tr.period-nav span.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    text-decoration: none;
}


/* ================== time period ================== */
.booking .period-data,
.booking .period-data .headrow {
	background: url(../new-i/booking/border-dotted.gif) repeat-x left bottom;
	font-size: 11px;
}
.booking .period-data {
	padding-top: 22px;
	padding-bottom: 3px;
}
.booking .period-data .headrow {
	font-weight: bold;
	color: #c46119;
	margin-bottom: 4px;
}
.booking .period-data .headrow .time {
	float: left;
	width: 95px;
}
.booking .period-data .headrow .pricecol {
	float: left;
	width: 120px;
}
.booking .period-data .time span {
	padding-left: 10px;
	margin-right: 5px;
	display: block;
	text-align: left;
}
.booking .period-data .row .time span {
	height: 18px;
	line-height: 18px;
}
.booking .period-data .pricecol .price span {
	padding-left: 5px;
}
.booking .period-data .pricecol .individual {
	background: url(../new-i/booking/individual-pricing-sprite.gif) no-repeat left bottom;
	height: 19px;
	width: 30px;
	float: left;
	text-indent: -9999px;
}
.booking .period-data .pricecol .adult {
	background-position: left bottom;
}
.booking .period-data .pricecol .child {
	background-position: -30px bottom;
}
.booking .period-data .pricecol .senior {
	background-position: -60px bottom;
}
.booking .period-data .pricecol .student {
	background-position: -90px bottom;
}
.booking .period-data .pricecol .price {
	float: left;
	width: 100%;
}
.booking .period-data .row {
	height: 18px;
	line-height: 18px;
}
.booking .period-data .row div {
	width: 30px;
	white-space: nowrap;
	text-align: center;
	float: left;
	color: #83441a;
}
.booking .period-data .row div.time {
	width: 95px;
	color: #0b1141;
	font-weight: bold;
}
.booking .period-data .selected .time span {
	background-color: #ffd420;
    cursor: pointer;
}

.booking .one-price-data {
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}
.booking .one-price-data .price-label {
    color: #C46119;
    font-size: 11px;
}
.booking .one-price-data .price {
    margin-top: 5px;
    color: #FF7E21;
    font-size: 18px;
}

/* ================== step 2 features ================== */
.booking .order {
	/*margin: 24px 0px 10px 0px;*/
    margin-bottom: 10px;
    width: 700px;
}
.booking .order .headrow {
	color: #c46119;
	font-size: 9px;
	background: url(../new-i/booking/border-dotted.gif) repeat-x left bottom;
	padding-bottom: 6px;
}
.booking .order .orderrow {
	margin-top: 1px;
	background-color: #f3f3f3;
}
.booking .order .orderrow .pricing-wrapper {
    display: none;
    background: url(../new-i/booking/pricing-bg.gif) no-repeat left top;
    padding: 0 20px 0 45px;
    height: 54px;
}
.booking .order .orderrow .pricing {
    padding: 15px 0 10px 0;
}
.booking .order .orderrow .pricing .redcross {
    float: right;
    position: relative;
    top: 3px;
}


.booking .order .orderinfo {
    margin: 12px 0px 7px 0px;
	position: relative;
}
.booking .order .productname {
	float: left;
	width: 495px;
    margin-left: 20px;
    display: inline;
}
/*
.booking .order .groupprice {
	float: left;
	width: 120px;
	text-align: center;
}
*/
.booking .order .pieces {
	float: left;
	width: 60px;
	text-align: center;
}
.booking .order .cost {
	float: left;
	width: 106px;
	text-align: right;
}

.booking .order .row {
	font-size: 12px;
}
.booking .order .orderrow .orderdate {
	color: #c46119;
    margin: 0px 20px 11px 20px;
}
.booking .order .orderrow .orderdate .discounts {
    float: right;
    margin-left: 2em;
}
.booking .order .orderrow .orderdate .discounts span {
    border-bottom: 1px dashed #c46119;
    cursor: pointer;
}
.booking .order .orderrow .productname {
	color: #656b9a;
	font-size: 18px;
}
.booking .order .orderrow .groupprice {
	color: #653414;
	margin-top: 6px;
	text-align: right;
}
.booking .order .orderrow .groupprice span {
	margin-right: 35px;
}
.booking .order .orderrow .pieces {
	margin-top: 6px;
}
.booking .order .orderrow .cost {
	color: #653414;
    font-weight: bold;
    margin-top: 6px;
}

.booking .order .pricing .individual {
	float: left;
/*	margin-left: 9px;
	width: 80px; */
	display: inline;
}
.booking .order .pricing .personenumber {
	float: left;
	width: 106px;
	text-align: center;
}
.booking .order .pricing .price {
	float: left;
	width: 120px;
	text-align: center;
}
.booking .order .pricing .cost {
	float: left;
	width: 216px;
	text-align: right;
	margin: 0;
}
.booking .order .pricing .totalcost {
	color: #653414;
	font-weight: bold;
	text-align: right;
	background: url(../new-i/booking/border-dotted.gif) repeat-x left top;
	padding-right: 20px;
	padding-top: 2px;
	margin-top: 9px;
}

.booking .pricing .column .individual span {
	padding-left: 25px;
    padding-bottom: 6px;
    line-height: 24px;
    background: url(../i-wl/booking/individual-pricing-v-sprite.gif) no-repeat left top;
	display: block;
    float: left;
}
.booking .pricing .column .adult span {
	background-position: left top;
}
.booking .pricing .column .child span {
	background-position: left -30px;
}
.booking .pricing .column .senior span {
	background-position: left -60px;
}
.booking .pricing .column .student span {
	background-position: left -90px;
}

.booking .pricing .column {
	background-color: white;
	line-height: 21px;
	margin: 0px;
    width: 24%;
    float: left;
}
.booking .pricing .column div.incdec {
    margin-left: 10px;
    float: left;
    display: inline;
}


/*
.booking .order .pricing .row .cost {
	margin: 0px;
}
.booking .order .pricing .headrow {
	color: #83441a;
	padding-bottom: 7px;
	margin-bottom: 4px;
}
.booking .order .pricing .row .price {
	text-align: right;
}
.booking .order .pricing .row .price span {
	margin-right: 35px;
}
*/

.booking .ordersubmit .submit {
	float: right;
	padding: 0px 17px;
}
.booking .ordersubmit .submit .cancel {
	padding-left: 8px;
}
.booking .ordersubmit button {
	font-size: 11px;
/*	color: #0b1141; */
	position: relative;
	/*top: 1px;*/
}
.booking .ordersubmit {
	margin-top: 20px;
}
.booking .ordersubmit .info {
	background: url(../new-i/icons/warning.gif) no-repeat left top;
	margin-left: 58px;
	padding: 3px 25px;
	color: #ff6904;
	font-size: 11px;
}
/*
.booking .order .orderinfo .delete {
	background: url(../new-i/buttons/redcross.gif) no-repeat left top;
	width: 17px;
	height: 16px;
	text-indent: -9999px;
	position: absolute;
	right: 24px;
	bottom: 2px;
}
*/



/**
 *
 * update
 *
 */

.booking .booking-info-wrapper {
	margin-left: 40px;
	margin-top: 30px;
}

.booking .booking-info-wrapper h3 {
	color: #666666 !important; 
    font-family: Arial, sans-serif  !important;
    font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
	margin-bottom: 14px;
}

.booking .booking-info-wrapper p {
	padding-left: 15px;
	padding-bottom: 18px;
	color: #666666 !important;
    line-height: 15px !important;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background: url(../i-wl/booking/bullet.gif) no-repeat left 4px;
}
.booking .booking-info-wrapper p span {
	font-weight: normal;
}


.booking .booking-info-wrapper p.request {
	/*background: url(../new-i/icons/clock.gif) no-repeat left top;*/
}
.booking .booking-info-wrapper p.manytimes {
	/*background: url(../new-i/icons/manytimes.gif) no-repeat left top;*/
}
.booking .booking-info-wrapper p.perpacket {
	/*background: url(../new-i/icons/group.gif) no-repeat left -3px;*/
}

.booking .booking-info-wrapper .pricelist {
	border-collapse: collapse;
	width: 100%;
}
.booking .booking-info-wrapper .pricelist td {
	height: 30px;
	vertical-align: middle;
	text-align: right;
	color: #666666;
	font-size: 12px;
}
.booking .booking-info-wrapper .pricelist td.head {
	text-align: left;
	padding-left: 28px;
}
.booking .booking-info-wrapper .pricelist td.adult {
	background: url(../i-wl/booking/individual-pricing-gray-v-sprite.gif) no-repeat left top;
}
.booking .booking-info-wrapper .pricelist td.child {
	background: url(../i-wl/booking/individual-pricing-gray-v-sprite.gif) no-repeat left -30px;
}
.booking .booking-info-wrapper .pricelist td.senior {
	background: url(../i-wl/booking/individual-pricing-gray-v-sprite.gif) no-repeat left -60px;
}
.booking .booking-info-wrapper .pricelist td.student {
	background: url(../i-wl/booking/individual-pricing-gray-v-sprite.gif) no-repeat left -90px;
}



#booking-popup {
	z-index: 998;
	position: absolute;
	top: 620px; left: 490px;
	padding-bottom: 7px;
	background: url(../new-i/booking/blue-underlay.png) repeat left top;
/*	background-color: #b7bbda; */
}
#booking-popup .table {
	border-collapse: collapse;
}
#booking-popup .table th {
	padding: 0px 12px;
	line-height: 20px;
	font-size: 9px;
	color: white;
	background-color: #838ac9;
    white-space: nowrap;
}
#booking-popup .table th.c1 {
    background: #838ac9 url('../new-i/booking/popup-corner.gif') no-repeat left top;
}
#booking-popup .table td {
	font-size: 11px;
	color: white;
    white-space: nowrap;
}
#booking-popup .table td.c1 {
	padding: 0px 0px 5px 12px;
}
#booking-popup .table td.c2 {
	padding: 0px 12px 5px 0px;
}
#booking-popup .table td div {
	background-color: #656b9a;
	line-height: 15px;
	cursor: pointer;
}
#booking-popup .table .c1 div {
	text-align: left;
	padding-left: 8px;
}
#booking-popup .table .c2 div {
	text-align: right;
    padding-left: 1em;
    padding-right: 8px;
}

#booking-popup .table tr.first td {
	padding-top: 9px;
}

#booking-popup .table .selected td div {
	background-color: #ffd420;
	color: #c46119;
}


.booking div.gotoshoppingcart-wrapper {
    position: relative;
}
.booking div.gotoshoppingcart-wrapper h2 {
    float: left;
}
.booking div.gotoshoppingcart-wrapper div.gotoshoppingcart {
    padding-top: 3px;
    margin-left: 536px;
}
