.headerImg {
	float: right;
	border: 1px solid #d3cec9;
	height: 149px;
	width:	673px;
	position: relative;
}

.headerImg .justConfirmed {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 0;
	text-indent: -99999px;
}

.headerImg .limitedSeats {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -65px 0;
	text-indent: -99999px;
}

.headerImg .soldOut {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -130px 0;
	text-indent: -99999px;
}

.headerImg a.familyFriendly {
	position: absolute;
	top: 56px;
	right: 20px;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat 0 -110px;
	text-indent: -99999px;
}

.headerImg a.familyFriendly:hover {
	background: transparent url(../../../images/pph-eventflagSprite.png) no-repeat -45px -110px;
}


.headerBuyNow {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 65px;
	min-height: 8px;
	padding: 2px 0 2px 5px;
	background: #6a3a66;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

.headerEventInfo {
	float: right;
	position: absolute;
	bottom: 23px;
	right: 0;
	display: block;
	margin-top: 5px;
	width: 65px;
	min-height: 8px;
	padding: 2px 0 2px 5px;
	background: #6a3a66;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

a.headerEventInfo:hover, a.headerBuyNow:hover {
	background: #a51c16;
}

.eventOptions, .pageOptions {
	display: block;
	float: right;
	width: 215px;
	padding-right: 0;
	margin: 10px 0 0 0;
}

.bookNow a, .bookNow a:visited {
	margin-bottom: 5px;
	display: block;
	height: 15px;
	width: 215px;
	padding: 10px;
	background: #487f2b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.bookNow a:hover {
	background: #589c33;
	color: #fff;
	text-decoration: underline;
}

.shareEvent {
	margin-bottom: 10px;
}

.sideLinkSingle a, .sideLinkSingle a:visited {
	margin-bottom: 5px;
	display: block;
	height: 15px;
	width: 215px;
	padding: 5px 10px 5px 10px;
	background: #e8e8e7;
	color: #6a3a66;
	font-weight: bold;
	text-decoration: none;
}

.sideLinkSingle a:hover {
	background: #d3cec9;
	color: #6a3a66;
	text-decoration: underline;
}

.sideLinkMore a {
	margin-bottom: 10px;
	font-size: 1.2em;
	display: block;
	clear: both;
	height: 15px;
	width: 215px;
	padding: 5px 10px 5px 10px;
	color: #6a3a66;
	font-weight: bold;
	text-decoration: none;
}

.sideLinkMore a:hover {
	color: #6a3a66;
	text-decoration: underline;
}

#addThis {
	display: block;
	border-top: 1px solid #d3cec9;
	margin-top: 15px;
	padding-top: 10px;
	width: 235px;
}

.sectionMenu {
	background: #efefef;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 235px;
}

.sectionMenu h3 {
	background: #e8e8e7;
	display: block;
	padding: 5px 10px 5px 10px;
	height: 15px;
	color: #6a3a66;
	font-size: 1.1em;
	font-weight: bold;
}

.sectionMenu ul {
	padding: 0;
}

.sectionMenu li, .sectionMenu li a, .sectionMenu li a:visited {
	padding: 10px 0 0 10px;
	font-size: 1em;
	color: #6a3a66;
	text-decoration: none;
	font-weight: normal;
}

.sectionMenu li.here {
	padding: 10px 0 0 20px;
	font-weight: bold;
	color: #4c4843;
}

.sectionMenu li a:hover {
	text-decoration: underline;
}

.sectionMenu p.RHfeaturedNews {
	padding: 10px 0 0 10px;
}

.sectionMenu p.RHfeaturedNews a, .sectionMenu p.RHfeaturedNews a:visited {
	font-size: 1em;
	color: #6a3a66;
	text-decoration: none;
	font-weight: normal;
}

.sectionMenu p.RHfeaturedNews a:hover {
	text-decoration: underline;
}

.eventDetails {
	margin: 20px 0 0 0;
}

.eventDetails h3 {
	display: inline;
	padding: 5px 10px 5px 10px;
	background: #6a3a66;
	color: #fff;
	font-weight: bold;
}

.eventContent {
	margin: 30px 20px 30px 0;
	padding-bottom: 40px;
	width: 400px;
	min-height: 200px;
}

.eventContent p {
	margin-bottom: 10px;
}

.eventComments {
	border-top: 1px solid #d3cec9;
	margin: 0 10px 0 0;
}

.eventComments h4 {
	display: block;
	height: 35px;
	font-size: 1.8em;
	color: #4c4843;
	margin: 10px 0 10px 0;
}

.eventComments h5 {
	margin-top: 20px;
}


/* ---------- Contact form ---------------- */


.errors {
	color: #ff0000;
	border: solid 1px #ff0000;
	padding: 5px;
}

.required {
	color: #ff0000;
}

#EmailForm, #LoveliveForm {
	padding: 20px 0;
}

#EmailForm fieldset label, #LoveliveForm fieldset label {
	display: block;
	float: left;
	width: 150px;
}

#EmailForm fieldset input, #LoveliveForm fieldset input, fieldset textarea, #LoveliveForm fieldset select {
	clear: right;
	margin-bottom: 10px;
}

#LoveliveForm fieldset input.checkbox {
	margin: 0;
}

.contactThanks {
	padding: 20px;
	border: 1px solid #d3cec9;
}