@charset "UTF-8";
/* CSS Document */

label {
width:100px;
display:inline-block;

vertical-align:top;
}

#selection {
float:left;
width:350px;
}

#showinfo {
	float:left;
	font-size:86%;
	padding:4px;
	width:120px;
	color:#ff00d3;
}

#booking {

}

#detailTotal {
font-size:110%;
font-weight:600;
color:#ff00d3;
height:22px;
}

#basketDiv {
float:left;
width:180px;
height:325px;
border-left:dotted 1px #999999;
padding:2px;
}

#basketItems {
height:282px;
font-size:75%;
padding:2px;
color:#ff00d3;
overflow:auto;
}

#basketTotal {
border-top:dotted 1px #999999;
padding:2px;
font-size:120%;
font-weight:600;
color:#ff00d3;
}

.subtotal {
font-weight:bold;
text-decoration:underline;
}
.small {
font-size:80%;
}

.fltlft {
float:left;}
/*------- whats on----------*/


#whatsOn img {
border:#ff00ca 1px solid;
padding:4px;
margin:4px 3px;
height:135px;
} 

#whatsOn img:hover {
border:#ffffff 1px solid;
}

/*----production dtail page ----*/
#production h2 {color:#ff00ca;}
#production h2 a {
font-size:80%;
text-decoration:none;
}

#production h2 a:hover {
color:#FF0000;
}
#production img.showImage {
float:right;
}
#production ul  {

}
#production ul li {
font-size:80%;

}

#production ul li ul {
	margin:0;
	padding:0;
}
#production ul li ul li{
	margin:0;
	padding:0;
	font-size:90%;
	list-style:none;
}