/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100%;
	background-color: #FFE4BA;
}

html, body, td, p, li, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

/* headings */
h1
{
	color: #A3201D;
	font-size: 14pt;
}

h2
{
	color: #A3201D;
	font-size: 10pt;
	margin-bottom: 2px;
}

h3
{
	color: #000;
	font-size: 10pt;
	margin: 0;
	margin-bottom: 2px;
}

h4
{
	color: #000;
	font-size: 8pt;
	margin-bottom: 2px;
}

/* form elements */
form
{
	padding: 0;
	margin: 0;
}

input
{
	font-size: 8pt;
}

textarea
{
	font-size: 8pt;
}

label
{
	font-weight: bold;
}

/* hyperlinks */
a
{
	font-weight: bold;
	color: #011C55;
	text-decoration: none;
}

a:hover
{
	color: #4F4F4F;
}

/* site container */
#container
{
	height: 100%;
	width: 750px;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF1DC;
}

html, body, #container{min-height:100%; height:100%;}
body>#container{height:auto;}

.content {
	padding: 10px;
}

/* top elements */
#tblTop
{
	width: 100%;
	height: 45px;
	background-image: url(/images/top_background.jpg);
}

#tblContacts
{
	text-align: left;
	border: 0;
}

/* content table */
#tblContentContainer
{
	width: 100%;
}

#tblContentContainer td
{
	vertical-align: top;
}

/* side menus */
#tblContentContainer .menuContainer
{
	width: 145px;
}

.menuContainer .menu
{
	width: 145px;
	margin-bottom: 5px;
}

.menu td
{
	padding: 0;
	margin: 0;
}

.menu img
{
	border-bottom: 1px solid #DB950F;
	padding-bottom: 2px;
}

.menu .content
{
	background-color: #FFE4BA;
	padding: 0;
}

.menu a
{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #A3201D;
	font-size: 8pt;
	text-decoration: none;
	padding: 5px;
}

.menu a:hover
{
	color: #A3201D;
	background-color: #fed88f;
}

/* page styles */
.tblGalleryPage td
{
	text-align:center;
}

#tblCatalogueList .item img
{
	border: 1px solid #c2c2c2;
}

#tblCatalogueList .item h2
{
	color: #A3201D;
	font-size: 10pt;
}

/* order page */
#tblOrderItems
{
	width: 100%;
	border-collapse: collapse;
}

#tblOrderItems .header
{
	background-color: #DB950F;
	font-weight: bold;
	color: #000;
}

#tblOrderItems td
{
	padding: 5px;
}

#tblOrderItems td table td, #tblOrderItems td table
{
	padding: 0;
	margin: 0;
}

#tblOrderItems .header td
{
	font-size: 10pt;
}

#tblOrderItems .item
{
	background-color: #fed88f;
}

#tblOrderItems .alternateitem
{
	background-color: #FFE4BA;
}

.tblOrderTotals
{
	border-collapse: collapse;
	width: 50%;
}

.tblOrderTotals td
{
	background-color: #FFE4BA;
	padding: 5px;
}

.tblAddressForm
{
	width: 100%;
	background-color: #fed88f;
}

/* error text */
.errorText
{
	font-weight: bold;
	color: #990000;
}

.highlighted
{
	color: #A3201D;
}

.heading {
 background-color: #DB950F;
 padding: 5px;
 margin: 20px 0 0 0;
}

.heading a, .heading {
  font-weight: bold;
  color: #FFFFFF;
}

.heading a:hover {
  text-decoration: underline;
}

.ticket_booking_form {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 0 0;
}

.ticket_booking_form td {
	border-bottom: 1px solid #DB950F;
	padding: 10px;
	vertical-align: top;
}

.ticket_booking_form .name select {
	margin: 5px 0 0 0;
}

.ticket_booking_form .name{
	font-weight: bold;
}
	
.ticket_booking_form .price {
  width: 100px;
	font-weight: bold;  
	text-align: right;
}

.ticket_booking_form .add_button {
  width: 100px;
}

.view_basket{
	float:right;
}

<style type="text/css">
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
</style>