/* CSS Document */

#booking_details {
	clear: both;
	width: 519px;
	margin-left: 13px;
	float: left;
	min-height:800px;
  	height:auto !important;
  	height:800px;

}

#booking_details a:link {
	color: #FB0102;
	text-decoration:none;	
}

#booking_details a:hover {
	color: #FB0102;
	text-decoration:underline;
}

#booking_details a:visited {
	color: gray;
	text-decoration:none;	
}

#booking_details a:visited:hover {
	color: gray;
	text-decoration:underline;	
}

#booking_details div#header {
	background-image: url(images/header.gif);
	width: 489px;
	height: 31px;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 30px;	
	font-weight: bold;
}

#booking_details div#body {
	margin-left: 10px;
}