/* For Bookings  page */

body {
	color: ivory;
	background: mediumblue url('../img/bookings/zahara-de-la-sierra-andalucia-sky-panorama-gigs-booking-page-background-www.up.bustleandout.co.uk.jpg') fixed top left !important;
}
body a:link, body a:active, body a:visited {
	color: gold;
}
body a:hover {
	color: ivory;
}

.bookingPageContainer {
	width: 99%;
	font-size: 0.9em;
	margin: 0% 1% 0% 1%;
}
.bookingIsEasyContainer {
	font-size: 1.0em;
}
.biographyContainer {
	width: 100%;
	margin: 5px 0px;
}
.biographyContainer h2 {
	font-size: 1.0em;
	margin: 0px;
}
.noOtherText {
	width: 100%;
	text-align: center;
	font-style: italic;
}
.objectsContainer {
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}
.objectsContainerInner {
	width: 970px;
	float: none;
	margin: auto;
	overflow: hidden;
}
.objectPadding {
	width: 5px;
	height: 300px;
}
.recordPlayer {
	float: right;
}
.listContainer {
	width: 50%;
	margin: 5px 0px;
}
.listContainer li {
	margin: 5px 0px;
}
.starsContainer {
	width: 100%;
	text-align: center;
}
.starsContainer img {
	width: 100px;
	height: 100px;
	margin: 0px 5%;
}
.specialText {
	text-align: center;
	color: 	gold;
	font-size: 1.1em;
}
.specialText a:link, .specialText a:active, .specialText a:visited {
	color: yellow !important;
}
.specialText a:hover {
	color: ivory !important;;
}
.endLinks {
	width: 100%;
	text-align: center;
	font-size: 1.0;
	margin-bottom: 10px;
}

