﻿/* LotusWebTheme */
/* styles for elements in pass */

ul.pass-family-list
{
	margin-right: 5px;
	margin-left: 5px;
}

ul.pass-family-list li
{
	float: left;
	width: 33%;
	padding: 2px 0;
}

/* (Pass)BookingCreation.aspx */
#pass-booking-form
{
	width: 661px;
	float: left;	
}

#pass-booking-form table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#pass-booking-form .age-textbox
{
	width: 30px;
}

/* BookingConfirmation */

#pass-booking-result
{
	width: 661px;
	float: left;	
}

#pass-booking-result th
{
	text-align: left;
	width: 50%;	
}

/* shared with 2 aspx */

#pass-product-details
{
	width: 319px;
	float: right;
}

#pass-product-details table
{
	width: 100%;
}

#pass-product-details table th
{
	text-align: left;
	width: 50%;
}

/* PassengerCombination */

#pass-passenger-count
{
	width: 661px;
	float: left;
}

#pass-passenger-count table
{
	width: 100%;
}

#pass-passenger-count th
{
	text-align: left;
	width: 25%;	
}

#passenger-count .button
{
	margin-right: 15px;	
}