.bookings
{
	border-collapse: collapse;
}

.bookings tfoot td
{
	padding: 5px;
	font-weight: bold;
}

.bookings thead td
{
	text-align: center;
	
	border-bottom: 1px solid #CCCCCC;
	
	background-image: url(../images/top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
	padding: 5px;
	color: #FFFFFF;
}

.bookings .subheading td
{
	background-color: #EEEEEE;
}

.bookings tbody td
{
	border-bottom: 1px solid #CCCCCC;
	
	padding: 5px;
}

.bookings tbody h3
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #0099CC;
}

.bookings tbody span
{
	font-style: italic;
	color: #888888;
}

.bookings tbody ul
{
	list-style-type: none;
	font-size: 10px;
}

.bookings tbody ul label
{
	display: block;
	width: 60px;
	float: left;
	text-align: right;
}

.bookings tbody .even td
{
	background-color: #FAFAFA;
}

.bookings tbody .odd .o
{
	background-color: #FAFAFA;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.bookings tbody .even .o
{
	background-color: #F4F4F4;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.bookings tbody .extras td
{
	background-color: #DDDDDD;
	color: #444444;
}

.bookings tbody .extras .o
{
	background-color: #D6D6D6;
}

.bookings .c
{
	text-align: center;
}

.bookings .r
{
	text-align: right;
}

.bookings .p
{
	width: 100px;
}

.bookings .t
{
	width: 60px;
}

.cart-button
{
	background-image: url(../images/cart_up.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	width: 82px;
	padding: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #3068b3;
}

.cart-button:active
{
	background-image: url(../images/cart_down.gif);
}

.cart-button:hover
{
	background-image: url(../images/cart_hover.gif);
	text-decoration: none;
}

input.cart-button:hover
{
	cursor: pointer;
}

input.cart-button
{
	width: 96px;
	border: none;
	background-color: #FFFFFF;
}

.error-box
{
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.error-box ul
{
	list-style-type: square;
	list-style-position: inside;
}

button, .button
{
	padding: 4px 7px;	
}

.bookings select
{
	border: 1px solid #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 40px;
}

