/* @override https://system.spektrix.com/belgrade/website/SpektrixStyles.css */
/******* Colour and Styling Settings *******/
/******* Font Families *******/
/********* Borders ********/
/******* Other Settings *******/
/*******************/
.ButtonStyle {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.ButtonStyle:hover {
  cursor: pointer;
  background-color: #fdab00;
}
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 38px;
  margin: 10px;
  color: #414141;
}
a {
  color: #414141;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}
a:hover,
a:focus,
a:active {
  color: #fdab00;
  text-decoration: none;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 38px;
  margin: 0 0 18px 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fdab00;
  margin: 0 0 18px 0;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border-bottom: none;
  color: #fdab00;
  font-size: 30px;
  padding: 0px 0px 4px;
}
h2 {
  font-size: 26px;
  margin: 18px 0 8px 0;
}
h3 {
  font-size: 22px;
  margin: 18px 0 2px;
}
form .Container {
  clear: left;
  margin: 0px 0px 12px;
  position: relative;
}
form .Container label {
  display: block;
  float: none;
  font-weight: bold;
  width: auto;
}
form select{
	padding: 5px;
}
.Container.SendTo {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Container.SendTo .left{
	display: block;
    font-weight: bold;
}
.Container.SendTo input[type=radio] {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 7px;
}
.Container.SendTo input[type=text] {
	width:auto;
}
.Container.SendTo label {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
	width:auto;
	display:inline-block;
}
form .Container label.right {
  position: absolute;
  top: 13px;
  color: #414141;
  float: none;
  font-size: 14px;
  font-weight: normal;
  /*left: 0;*/
  right:0;
}
form .Container input {
  margin: 0px;
  padding: 5px;
  width: 90%;
}
form .Container .Input_Checkbox {
  display: block;
  float: left;
  margin: 0 0 3px;
  width: 100%;
}
form .Container .Input_Checkbox input {
  float: left;
  width: auto;
}
form .Container .Input_Checkbox label {
  font-weight: normal;
  margin: 0px 0px 0px 7px;
  width: auto;
}
form .Container input#ctl00_ContentPlaceHolder_AccountDetailsEditor1_DateOfBirth_YearBox {
  width: 40px;
}
/* Buttons */
input.Button {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
input.Button:hover {
  cursor: pointer;
  background-color: #fdab00;
}
input.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
/* @group Login Page */
.LoginLogout .LoginForm {
  display: block;
  padding-bottom: 40px;
}
.LoginLogout .LoginForm .Container Label {
  /*text-align: right;*/
  margin: -8px 20px 0px 0px;
}
.LoginLogout .Buttons {
  display: inline-block;
  padding: 0px 0px 40px 0px;
}
.LoginLogout .Account_Link {
  margin: 10px 0px 0px;
}
/* Workaround for custom message on the login/logout screen */
.LoginLogout .ExtraDiv1:before {
  /*
  content: 'To return to your basket please click the Ã¢â‚¬Å¡Ãƒâ€žÃƒÂ¶Ã¢Ë†Å¡Ãƒâ€˜Ã¢Ë†Å¡Ã¢â€°Â¤BasketÃ¢â‚¬Å¡Ãƒâ€žÃƒÂ¶Ã¢Ë†Å¡Ãƒâ€˜Ã¢Ë†Å¡Ã¢â€°Â¤ button at the top of the screen. To change your password or details, click Ã¢â‚¬Å¡Ãƒâ€žÃƒÂ¶Ã¢Ë†Å¡Ãƒâ€˜Ã¢Ë†Å¡Ã¢â€°Â¤My AccountÃ¢â‚¬Å¡Ãƒâ€žÃƒÂ¶Ã¢Ë†Å¡Ãƒâ€˜Ã¢Ë†Å¡Ã‚Â¥.';
  height: 30px;
  left: -6px;
  position: relative;
  top: -97px;
  */

}
/* @end */
.SeatingSelector {
  text-align: center;
}
.SeatingArea {
  width: auto;
  height: auto;
}
/* @group My Account */
.MyAccount {
  position: relative;
}
.MyAccount .Logout {
  position: absolute;
  right: 0;
  top: -4px;
}
.MyAccount .DetailsEditor .Container label.left {
  text-align: right;
  padding-right: 10px;
}
.MyAccount .DetailsEditor .Container label.right {
  text-align: right;
  padding-right: 10px;
}
.MyAccount .Options {
  float: left;
  margin: 0px 0px 20px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.MyAccount .Options ul {
  display: block;
  float: left;
  margin: 0px;
  padding: 2px 0 0 0;
  background-color: transparent;
  list-style-type: none;
}
.MyAccount .Options ul li {
  display: block;
  float: left;
  margin: 4px 4px 0 0;
}
.MyAccount .Options ul li a {
  display: block;
  color: #597b94;
  background-color: #f9d896;
  border-radius: 0;
  padding: 30px 20px 4px 6px;
  text-transform: uppercase;
}
.MyAccount .Options ul li a:hover {
  color: #466174;
  background-color: #f9d896;
}
.MyAccount .Options ul li a.Selected {
  color: #ffffff;
  background-color: #fdab00;
}
.MyAccount .Options ul li a.Selected:hover {
  color: #ffffff;
  background-color: #fdab00;
}
/* Progress Bar in checkout */
.Checkout {
  display: inline-block;
}
.Checkout .Progress {
  float: left;
  margin: 0px 0px 12px 0px;
  min-height: 40px;
}
.Checkout .Progress ol {
  float: left;
  margin: 0px;
  padding: 0px;
}
.Checkout .Progress ul {
  float: left;
  margin: 0px;
  padding: 0px;
}
.Checkout .Progress li {
  float: left;
  list-style: none;
  margin: 0px;
}
.Checkout .Progress li span {
  float: left;
  text-align: center;
  padding: 0px 0px 0px 0px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #414141;
  padding: 0px;
  margin-right: 4px;
}
.Checkout .Progress li span span {
  margin: 0px;
  padding: 30px 8px 4px 6px;
  text-transform: uppercase;
}
.Checkout .Progress li a span {
  background-color: #f9d896;
  color: #597b94;
}
.Checkout .Progress li a span:hover {
  background-color: #f9d896;
}
.Checkout .Progress li a span:hover span {
  color: #fdab00;
}
.Checkout .Progress li span.Current {
  background-color: #fdab00;
}
.Checkout .Progress li span.Current span {
  background-color: #fdab00;
  color: #ffffff;
}
.Checkout .Progress li span.Current span b {
  font-weight: normal;
}
.Checkout .Progress li span.Current:hover {
  background-color: #fdab00;
}
.Checkout .Progress li span.Current:hover span {
  color: #ffffff;
}
.Checkout .Progress li a span.Current span:hover {
  background-color: checkoutProgressCurrentHoverColour;
}
.Checkout .Progress li span.Final {
  float: left;
  margin-right: 0px;
}
.Checkout .Progress li span.Final span {
  background-image: none;
}
.Checkout .PaymentOptions label {
  text-align: right;
}
.Checkout .PaymentOptions .Container input {
  margin-left: 8px;
}
.Checkout .PaymentOptions .Container select {
  margin-left: 8px;
}
.Checkout .PaymentOptions .Container span.Comment {
  margin-left: 128px;
}
.Checkout .PaymentOptions .Container span.ValidationError {
  margin-left: 128px;
}
.Checkout .Button {
  margin-bottom: 10px;
}
.Checkout input.Button {
  font-size: 18px;
}
.Checkout .SummaryView .Buttons {
  border-top: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.Checkout .Buttons {
  width: 100%;
  text-align: right;
  border-top: 1px dotted #fdab00;
  padding-top: 12px;
  margin-top: 12px;
  clear: both;
}
.Checkout .Buttons input.Button {
  margin: 0px;
}
.Checkout .Buttons input.ContinueButton {
  font-size: 18px;
}
/* Events Calendar */
.EventsCalendar table {
  table-layout: fixed;
  width: 100%;
}
.EventsCalendar td.Date {
  width: 14%;
  vertical-align: top;
  border-left: 1px dotted #939698;
  border-bottom: 1px dotted #939698;
  padding: 0 4px;
}
.EventsCalendar td.Date  > div {
  min-height: 50px;
}
.EventsCalendar td.Date:first-child {
  border-left: none;
  vertical-align: top;
}
.EventsCalendar td.Date .Instance {
  padding-bottom: 8px;
  line-height: 14px;
}
.EventsCalendar td.Date .Instance .Name {
  padding-bottom: 4px;
}
.EventsCalendar td.Date .Instance .Name a {
  color: #fdab00;
}
.EventsCalendar td.Date .Instance .Name a:hover {
  color: #fdab00;
}
.EventsCalendar td.Date .Instance .Thumbnail {
  padding-bottom: 6px;
}
.EventsCalendar td.Date .Instance .Description {
  padding-bottom: 6px;
}
.EventsCalendar td.Date .Instance .MoreInfo {
  color: #414141;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}
.EventsCalendar td.Date .Instance .MoreInfo:hover {
  color: #fdab00;
}
.EventsCalendar td.Date .CalendarDate {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 4px;
  font-weight: bold;
}
.EventsList .WhatsOnHeading {
  display: none;
}
.EventsCalendar .MonthList.Options {
  display: block;
}
.EventsCalendar .MonthList,
.EventsList .MonthList {
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 12px 0;
  padding: 0;
}
.EventsCalendar .MonthList li a:hover {
  background-color: #f9d896;
}
/* Events List */
.EventsList .WhatsOnHeading {
  display: none;
}
.EventsList .MonthList li,
.EventsCalendar .MonthList li {
  display: inline-block;
  font-size: 110%;
  vertical-align: middle;
  min-width: 100px;
  text-align: left;
  margin: 4px 0 0 0;
}
.EventsList .MonthList li a,
.EventsCalendar .MonthList li a {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  min-width: 100px;
  padding: 30px 20px 4px 6px;
  color: #414141;
  text-decoration: none;
  font-style: normal;
}
.EventsList .MonthList li a:hover {
  background-color: #fdab00;
}
.EventsList .MonthList li a.Selected,
.EventsCalendar .MonthList li a.Selected {
  color: #ffffff;
  background-color: #fdab00;
  cursor: default;
}
.EventsList .MonthList li a.Selected:hover,
.EventsCalendar .MonthList li a.Selected:hover {
  color: #ffffff;
  background-color: #fdab00;
}
.EventsList .SearchDescription {
  font-family: 'Montserrat', sans-serif;
  font-size: 110%;
  background-color: #ffffff;
  display: block;
  padding: 6px;
  color: #414141;
  margin-bottom: 8px;
}
.EventsList .Event {
  border-bottom: 1px dotted #414141;
  margin-bottom: 4px;
}
.EventsList .Event .Event_Image {
  display: inline-block;
  padding: 0px;
  width: 86px ;
  vertical-align: top;
  margin: 12px 0px 0px 0px;
}
* html .EventsList .Event .Event_Image {
  display: inline;
}
.EventsList .Event .Event_Text {
  display: inline-block;
  padding: 9px 0 12px 0;
  width: 77%;
  vertical-align: middle;
  margin: 0 0 5px 0;
}
* html .EventsList .Event .Event_Text {
  display: inline;
}
.EventsList .Event .Event_Text .Event_Detail {
  display: block;
}
.EventsList .Event .Event_Text .Event_Name {
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 14px;
  font-size: 130%;
}
.EventsList .Event .Event_Text .Event_Description {
  margin-bottom: 14px;
}
.EventsList .Event .Event_Text .Event_Dates {
  color: #414141;
  display: block;
  font-size: 18px;
  margin-bottom: 14px;
}
.EventsList .Event .Event_Text .Event_Dates .Dates_Heading {
  display: none;
}
.EventsList .Search {
  display: none;
}
.EventDates {
  margin-top: 0px;
}
select.EventDatesList {
  margin-right: 10px;
}
/* My Account */
.Checkout .DeliveryView {
  clear: left;
  padding: 5px 0px 10px;
}
body .MyAccount .Address a {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0px 4px 0px;
  width: auto;
  font-size: 18px;
}
body .MyAccount .Address a:hover {
  cursor: pointer;
  background-color: #fdab00;
}
body .MyAccount .NewAddress,
body .MyAccount .ChangePassword {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0px 4px 0px;
  width: auto;
}
body .MyAccount .NewAddress:hover,
body .MyAccount .ChangePassword:hover {
  cursor: pointer;
  background-color: #fdab00;
}
body .MyAccount .Buttons {
  display: inline-block;
}
body .EventDetails {
  width: 100%;
}
body .ChooseSeats {
  width: 100%;
}
/* @end */
/* @group Basket */
body .Basket2 {
  width: 100%;
}
body .Basket2 dt.Header {
  border-bottom: 1px dotted #939698;
}
body .Basket2 .Breakdown li {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
body .Basket2 .Footer .Breakdown li {
  padding: 6px 0px 0px 0px;
}
body .Basket2 dt.Header,
body .Basket2 .Header .Quantity,
body .Basket2 .Header .Total,
body .Basket2 .Header .Saving {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin: 0px 0px 0px;
}
.Basket2 .Item .Breakdown .Commission {
  right: 0px;
  position: absolute;
  top: -18px;
  text-align: right;
  width: 100px;
}
.Basket2 .Header .Commission {
  display: none;
}
body .Basket2 dd.Header {
  position: relative;
  zoom: 1;
}
body .Basket2 .Header .Quantity,
body .Basket2 .Header .Saving,
body .Basket2 .Header .Total {
  position: absolute;
  top: -11px;
}
body .Basket2 .Header .Quantity {
  right: 110px;
}
body .Basket2 .Header .Total {
  right: 0px;
}
body .Basket2 .Header .Saving {
  right: 220px;
}
body .Basket2 dt.Item {
  clear: both;
  margin: 10px 0px 0px;
}
body .Basket2 dd.Item .Quantity .Label,
body .Basket2 dd.Item .Total .Label,
body .Basket2 dd.Item .Saving .Label {
  display: none;
}
body .Basket2 dd.Item .Quantity {
  right: 110px;
  position: absolute;
  text-align: right;
  top: -18px;
  width: 100px;
}
body .Basket2 dd.Item .Saving {
  right: 10px;
  position: absolute;
  text-align: right;
  top: -18px;
  width: 100px;
  right: 220px;
}
.Basket2 .Footer .Breakdown .Saving {
  display: block;
  font-size: 18px;
  line-height: 14px;
  margin-top: 0;
  position: relative;
  top: 6px;
}
.Basket2 .Saving {
  color: #A01C12;
  font-weight: bold;
}
.Basket2 .PromoItems .AddButton {
  margin-left: 20px;
}
.Basket2 .PromoItems .AddButton .Button {
  margin-left: 20px;
}
body .Basket2 dd.Item .Total {
  right: 0px;
  position: absolute;
  top: -18px;
  text-align: right;
  width: 100px;
}
body .Basket2 dt.Fee {
  padding-top: 4px;
}
body .Basket2 dd.Fee {
  margin: -18px 0px 0px 0px;
  float: left;
  width: 100%;
}
body .Basket2 dd.Fee ul {
  margin: 0px;
  padding: 0px;
}
body .Basket2 dd.Fee .Commission {
  position: relative;
  text-align: right;
  width: 100px;
  float: right;
}
body .Basket2 dd.Fee .Commission .Label {
  visibility: hidden;
}
.ChooseSeats .Button {
  margin-top: 20px;
}
body .Basket2 dt.Item span {
  color: #333;
  font-size: 18px;
}
body .Basket2 dd.Item {
  border-bottom: 1px dotted #939698;
  margin: 0px;
  padding: 6px 0 6px;
  position: relative;
  min-height: 36px;
  zoom: 1;
}
body .Basket2 dd.Item .Details {
  color: #333;
  font-size: 1em;
  margin: 10px 0px 0px;
}
body .Basket2 dd.Item .ViewDetails {
  font-size: 19px;
  font-weight: bold;
  margin: 17px 0 5px;
}
body .Basket2 dd.Item .Buttons {
  bottom: -8px;
  position: absolute;
  right: 0;
  text-align: right;
  width: auto;
}
body .Basket2 dd.Item .Buttons .Button {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
body .Basket2 dd.Item .Buttons .Button:hover {
  cursor: pointer;
  background-color: #fdab00;
}
body .Basket2 .OptionalMessage {
  margin-right: 265px;
}
body .Basket2 .Items dt.Footer {
  visibility: hidden;
  font-size: 18px;
  font-weight: bold;
  margin-right: 87px;
  padding: 7px 0;
  position: relative;
  text-align: right;
  margin: 40px 0px 0px 0px;
  right: 112px;
  bottom: 0px;
}
body .Basket2 .Items dd.Footer {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  left: 120px;
  bottom: 0px;
  text-align: right;
}
body .Basket2 .Items dd.Footer .Breakdown {
  height: 30px;
  line-height: 4px;
  margin: 0px;
  position: relative;
  bottom: 18px;
}
body .Basket2 .Buttons {
  clear: both;
  text-align: right;
}
body .Basket2 .Buttons a {
  margin-left: 6px;
}
.Basket2 .Item .Saving {
  position: relative;
  top: 0px;
}
/* @end */
body .Basket2 .Buttons a {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
body .Basket2 .Buttons a:hover {
  cursor: pointer;
  background-color: #fdab00;
}
body .Basket2 #ctl00_ContentPlaceHolder_WhatsOnLink {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 0.25em 0.625em 0.35em;
  font-family: 'Montserrat', sans-serif;
  margin: 7px 0px 4px 0px;
}
body .Basket2 #ctl00_ContentPlaceHolder_WhatsOnLink:hover {
  background-color: #fdab00;
}
body .Checkout .AddressList {
  list-style-type: none;
  padding-left: 26px;
}
body .Checkout .AddressList li {
  list-style-type: none;
  margin-bottom: 1em;
  margin-top: -14px;
}
h2.BillingHeading,
h2.SummaryHeading,
h2.PaymentHeading,
h2.DeliveryHeading,
h2.MerchandiseDeliveryHeading {
  clear: both;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 12px;
}
body h2.PaymentHeading,
h2.DeliveryHeading {
  margin-top: 0.5em;
}
body .Confirmation .EventName {
  font-size: 1.3em;
  display: inline-block;
  margin-top: 18px;
}
.Confirmation .TicketsSection td {
  min-width: 120px;
}
body .Confirmation table {
  margin: 1em 0.5em;
  width: 400px;
}
body .SpektrixPage table {
  border-collapse: collapse;
}
body .SpektrixPage table tr {
  line-height: 26px;
}
body .SpektrixPage table th {
  text-align: left;
  background-color: #ffffff;
  border-top: 1px solid #	;
  padding: 4px 8px 6px 8px;
  line-height: 16px;
}
body .SpektrixPage table td {
  padding: 0px 8px 0px 8px;
  border-bottom: 1px dotted #939698;
}
body .SpektrixPage th.PriceBand {
  text-align: left;
  border: none;
}
body .SpektrixPage table.PriceListTable td.PriceBand {
  text-align: left;
  font-weight: bold;
  padding: 0px;
}
body .SpektrixPage table.PriceListTable td.PriceBand div {
  margin: -6px 6px 0px 0px;
  padding: 0px;
  vertical-align: middle;
}
body .SpektrixPage td.PriceBand img {
  margin-right: 4px;
  margin-top: 2px;
  position: relative;
  top: 1px;
}
body .SpektrixPage table.PriceListTable th.TicketType {
  text-align: center;
  color: #333;
  font-size: 18px;
}
body .SpektrixPage table.PriceListTable {
  margin: auto;
  border-collapse: collapse;
}
body .SpektrixPage table.PriceListTable td.Price {
  vertical-align: middle;
  text-align: center;
}
body .SpektrixPage table.PriceListTable td {
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  min-width: 68px;
  background-color: #ffffff;
  border: 1px dotted #939698;
  border-left: none;
  border-right: none;
  padding: 3px 4px 3px 4px;
}
body .SpektrixPage table.PriceListTable th {
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  min-width: 68px;
  background-color: #ffffff;
  border: none;
  text-align: center;
  max-width: 170px;
  line-height: 1.2;
  border-bottom: 1px solid #939698;
  padding: 3px 6px 3px 6px;
}
.Basket2 .Footer .Breakdown li span:first-child {
  font-weight: normal;
  padding-right: 5px;
}
.Basket2 .Footer .Breakdown .Commission {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  position: relative;
  top: 6px;
  display: block;
}
/* Billing address list - radio button */
body .PostalDetailsView .AddressList li input,
body .BillingView .AddressList li input {
  display: inline;
  left: -26px;
  position: relative;
  top: 18px;
}
/* Billing address list - edit button */
body .PostalDetailsView .AddressList li input.EditButton,
body .BillingView .AddressList li input.EditButton {
  display: block;
  float: none;
  left: -3px;
  margin-top: 4px;
  top: 0;
}
body .PostalDetailsView .AddressList li label,
body .BillingView .AddressList li label {
  display: block;
}
body .Checkout .SummarySection h3 {
  border-bottom: none;
  margin-bottom: 6px;
  margin-top: 26px;
  padding-bottom: 2px;
  font-size: 18px;
}
body .Checkout .SummarySection h3.Tickets {
  margin-top: 10px;
}
label[for=ctl00_ContentPlaceHolder_ConfirmPassword] {
  margin-bottom: 10px;
  clear: both;
}
label[htmlFor=ctl00_ContentPlaceHolder_ConfirmPassword] {
  margin-bottom: 10px;
  clear: both;
}
.SavedMessage span {
  list-style: none outside none;
  margin: 0.5em;
  padding: 1em;
  background-color: #fdab00;
  color: #414141;
}
* html #ctl00_ContentPlaceHolder_ItemsUpdate .Item .Breakdown li {
  top: -20px !important;
}
* + html #ctl00_ContentPlaceHolder_ItemsUpdate .Item .Breakdown li {
  top: -20px !important;
}
body .EditTickets th.Area {
  width: 160px;
}
body .EditTickets td.Delete {
  text-align: center;
}
body .EditTickets .Buttons {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.Ticket_Types_Selection {
  display: block;
}
.Ticket_Types_Selection .TicketType {
  display: block;
  clear: both;
  text-align: left;
}
form .Ticket_Types_Selection .Container label {
  width: 120px;
  text-align: right;
  margin-right: 10px;
  float: none;
  display: inline-block;
}
form .Ticket_Types_Selection .Container input {
  width: 80px;
}
body .PostalDetailsView .AddAddressesButton,
body .BillingView .AddAddressesButton {
  float: left;
  margin-right: 4px;
}
body div.Savings {
  clear: both;
  display: block;
  background-color: #e7e8e8;
  padding: 0px;
  font-weight: bold;
  top: 82px;
  padding: 25px;
}
body div.Savings h2 {
  margin-top: 0px;
}
body div.Savings label {
  font-weight: normal;
  width: 140px;
  line-height: 16px;
  margin-bottom: 8px;
}
body div.Savings input.Button {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 16px 0px 4px 0px;
  float: right;
}
body div.Savings input.Button:hover {
  cursor: pointer;
  background-color: #fdab00;
}
body div.Savings input.Button:hover {
  margin: 16px 0px 4px 0px;
  float: right;
}
body div.Savings input.Input_Text {
  margin: 0;
  padding: 1px 0;
  width: 97%;
}
body .Basket2 .PromoItems {
  list-style: circle inside;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
body .Basket2 dd.Promo {
  border-bottom: 1px dotted #939698;
  margin: 0px;
  padding-bottom: 5px;
}
body .Basket2 dt.Promo {
  margin: 0px;
  padding-top: 4px;
}
body .Basket2 .PromoItems li {
  list-style-type: none;
}
body .Basket2 .PromoItems li {
  text-align: right;
}
.Basket2 .GrandTotal .Value {
  font-size: 18px;
}
.Basket2 input.Button {
  font-size: 18px;
  margin: 7px 0px 4px 6px;
}
body .MyAccount .SaveDetailsButton {
  margin-top: 1em;
}
body .Basket2 .Header span {
  line-height: 18px !important;
}
body .Basket2 .Header {
  line-height: 18px !important;
}
body .Basket2 .Header ul {
  margin: 0px !important;
  list-style-type: none;
}
/* webkit and opera specific hacks */
/@media screen and (-webkit-min-device-pixel-ratio:0) {/
body .Basket2 .Header {
  top: -8px;
  line-height: 18px;
}
.SummaryView .EventList {
  line-height: 12px;
}
.SummaryView .EventList .Event_Summary {
  font-weight: bold;
}
.SummaryView .EventList .Ticket_Summary {
  font-style: italic;
  text-indent: 10px;
}
.SummaryView .MerchandiseList {
  line-height: 12px;
}
.SummaryView .MerchandiseList .MerchandiseItem_Summary {
  font-style: italic;
  text-indent: 10px;
}
.SummaryView .DonationsList {
  line-height: 12px;
}
.SummaryView .DonationsList .Fund_Name {
  font-weight: bold;
}
.SummaryView .MembershipsList {
  line-height: 12px;
}
.SummaryView .MembershipsList .Membership_Name {
  font-style: italic;
  text-indent: 10px;
}
.SummaryView .BillingAddress .Billing_Address {
  font-weight: bold;
}
.SummaryView .DonationsList .Money {
  font-style: italic;
  text-indent: 10px;
}
.SummaryView .Summary td {
  min-width: 130px;
  height: 30px;
  font-weight: bold;
}
.SummaryView .Summary td:first-child {
  text-align: right;
}
.SummaryView .Summary table {
  margin-bottom: 10px;
}
/* @group Clearfix */
body .Basket2 .Savings:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Clearfix */
* html body .Basket2 .Savings {
  zoom: 1;
  display: block;
}
/* Clearfix - IE6 */
*:first-child + html body .Basket2 .Savings {
  zoom: 1;
}
/* Clearfix - IE7 */
/* @end */
.SourceCodePage div {
  display: inline;
}
.SourceCodePage .Buttons {
  display: block;
  margin-top: 12px;
}
.SourceCodePage select {
  display: inline;
  margin-left: 21px;
}
.SourceCodePage input {
  display: inline;
  margin-left: 21px;
}
.SourceCodePage .Buttons input {
  margin-left: 0px;
  margin-right: 12px;
}
.Confirmation h2 {
  padding-bottom: 8px;
}
.Checkout .PaymentView .PaymentHeading {
  margin-top: 47px;
  display: block;
  text-align: left;
}
.Confirmation .BookMoreTicketsLink {
  background-color: #fdab00;
  border: medium none;
  color: #414141;
  padding: 3px 10px;
  font-family: 'Montserrat', sans-serif;
  margin: 12px 0px 4px 0px;
  font-size: 18px;
  display: inline-block;
}
.BookMoreTicketsLink:hover {
  background-color: #fdab00;
}
.Confirmation .SectionTotal {
  font-weight: bold;
}
.Confirmation .SummarySection table {
  font-weight: bold;
}
.Confirmation .SummarySection td:first-child {
  text-align: right;
  padding-right: 12px;
}
/* Merchandise page styles */
.Merchandise .MerchandiseRow {
  clear: both;
}
.Merchandise .MerchandiseRow .Merchandise {
  float: left;
  margin-bottom: 2em;
  margin-right: 2em;
  width: 400px;
  position: relative;
}
/* ie fixes for the boxmodel */
* html .Merchandise .MerchandiseRow .Merchandise {
  width: 390px;
  margin-bottom: 0;
}
.Merchandise .MerchandiseRow .Merchandise .WikiText {
  padding-left: 130px;
}
.Merchandise .MerchandiseRow .Merchandise .Details {
  padding-left: 130px;
}
.Merchandise .MerchandiseRow .Merchandise img {
  width: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.Merchandise .MerchandiseRow .Merchandise span br {
  display: none;
}
.Merchandise .MerchandiseRow .Merchandise .Footer {
  margin-top: 0.5em;
}
.Merchandise .MerchandiseRow .Merchandise h1 {
  border-bottom: 0 none;
  font-size: 18px;
  margin-bottom: 0.25em;
}
.Merchandise .MerchandiseRow .Merchandise h2 {
  border-bottom: 0 none;
  font-size: 18px;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.Merchandise .MerchandiseRow .Merchandise .Footer .Label,
.Merchandise .MerchandiseRow .Merchandise .Footer .Value {
  font-size: 1.1em;
  font-weight: bold;
}
.Merchandise .MerchandiseRow .Merchandise .Footer .Button {
  margin-left: 8px;
  position: relative;
  top: -1px;
  top: 6px;
}
/* some ie hacks for the buttons */
* html .Merchandise .MerchandiseRow .Merchandise .Footer .Button {
  top: 6px;
  padding: 1px 4px;
}
/* for IE6 */
* + html .Merchandise .MerchandiseRow .Merchandise .Footer .Button {
  top: 6px;
}
/* for IE7 */
* + html .Merchandise .MerchandiseRow .Merchandise {
  margin-bottom: 0;
}
/Making Wikitext work on Memberships page/
.Memberships .WikiText .BoldText {
  font-weight: bold;
}
.Memberships .WikiText .ItalicText {
  font-style: italic;
}
.ChooseSeats .ErrorMessage {
  color: red;
  font-weight: bold;
}
.PaymentView .ValidationError {
  color: red;
}
.PaymentView .ErrorMessage {
  color: red;
}
.Container {
  margin-bottom: 8px;
}
.Comment {
  margin-left: 120px;
  display: block;
  font-size: 18px;
}
.ValidationError br {
  display: none;
}
.ValidationError {
  margin-left: 120px;
  position: relative;
  display: block;
}
/* To stop offers displaying on the checkout*/
html#ctl00_HtmlElement body form#aspnetForm div#ctl00_ContentPlaceHolder_BasketUpdate.SpektrixPage div#ctl00_ContentPlaceHolder_DiscountsPanel.Savings ul {
  display: none;
}
html#ctl00_HtmlElement body form#aspnetForm div#ctl00_ContentPlaceHolder_BasketUpdate.SpektrixPage div#ctl00_ContentPlaceHolder_DiscountsPanel.Savings p#ctl00_ContentPlaceHolder_RelatedOffersHeader {
  display: none;
}
html#ctl00_HtmlElement body form#aspnetForm div#ctl00_ContentPlaceHolder_BasketUpdate.SpektrixPage div#ctl00_ContentPlaceHolder_DiscountsPanel.Savings div p#ctl00_ContentPlaceHolder_RelatedOffersControl_RelatedOffersHeader {
  display: none;
}
div.ChooseSeats div.Buttons {
  width: 436px;
  text-align: center;
  margin: auto;
}
div.ChooseSeats div.Buttons input {
  margin: 20px 4px;
}
.Buttons {
  margin: 0px 0px 12px 0px;
}
.PricesContainer {
  width: 100%;
}
.PricesHeading {
  text-align: center;
  margin: 0px 0px 12px 0px;
  border: none;
}
.SeatingAreaOptionalInstructions {
  width: 600px;
}
.SpektrixFooter {
  margin-right: 10px;
  margin-bottom: 10px;
}
body .SpektrixPage .View {
  clear: both;
}
.Donations div {
  float: left;
  width: 100%;
}
.Donations .GiftAid {
  margin-top: 12px;
}
.Donations .FundContainer {
  margin: 0px;
}
.Donations .DonationAmount {
  margin: 0px;
}
.Donations .DonationAmount Label {
  text-align: right;
  line-height: 22px;
  margin-right: 8px;
  width: 90px;
}
.Donations .GiftAid {
  float: left;
  width: 100%;
}
.Donations input {
  margin-left: 0px;
}
.Donations .Buttons {
  clear: both;
  width: 100%;
  display: block;
  margin-top: 12px;
  float: left;
  text-align: right;
}
.AddGiftVoucher .DateToSend input {
  width: 5em;
}
.AddGiftVoucher .From,
.AddGiftVoucher .SendTo,
.AddGiftVoucher .Message {
  margin: 0 0 0 120px;
  position: relative;
  vertical-align: top;
}
.AddGiftVoucher .To,
.AddGiftVoucher .Amount,
.AddGiftVoucher .DateToSend {
  margin: 0px;
}
.AddGiftVoucher .From,
.AddGiftVoucher .SendTo,
.AddGiftVoucher .To,
.AddGiftVoucher .Amount,
.AddGiftVoucher .DateToSend {
  padding-bottom: 1em;
}
.AddGiftVoucher .From label.right {
  left: 4px;
  top: 5px;
}
.AddGiftVoucher .To input[type="text"],
.AddGiftVoucher .From input[type="text"] {
  width: 194px;
}
.AddGiftVoucher .SendTo .left,
.AddGiftVoucher .From .left,
.AddGiftVoucher .Message .left {
  font-weight: bold;
  left: -120px;
  position: absolute;
}
.AddGiftVoucher input[type="text"] {
  margin-top: 2px;
}
.AddGiftVoucher .Message textarea {
  margin-top: 2px;
  width: 194px;
}
.AddGiftVoucher .SendTo input[type="radio"] {
  clear: left;
  float: left;
  margin: 0 6px 0 0;
  width: auto;
  padding: 0px;
  display: block;
  height: 22px;
}
.AddGiftVoucher .Container .MoneyTextBox {
  width: 184px;
}
.AddGiftVoucher .SendTo input[type="text"] {
  margin-left: 18px;
  position: relative;
  width: 176px;
}
.AddGiftVoucher .SendTo .ValidationError,
.AddGiftVoucher .From .ValidationError {
  margin-left: 0;
}
.AddGiftVoucher .ValidationError {
  margin-top: 2px;
}
.AddGiftVoucher .VoucherExpiryText,
.AddGiftVoucher .AddAnotherVoucherText {
  margin-top: 4px;
  line-height: 12px;
  width: 184px;
}
.AddGiftVoucher .AddAnotherVoucherText {
  margin-bottom: 1em;
}
.AddGiftVoucher .SendTo label {
  float: none;
  display: block;
  font-weight: normal;
  position: relative;
  width: auto;
  line-height: 22px;
  margin-bottom: 4px;
}
.AddGiftVoucher .Buttons {
  margin-top: 26px;
  border-top: 1px dotted #939698;
  padding-top: 4px;
  text-align: right;
}
.AddGiftVoucher .Comment {
  font-size: 95%;
  color: #888;
}
body .AddGiftVoucher .SendTo:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
* html body .AddGiftVoucher .SendTo {
  display: block;
}
.NewAccount .Postcode input.Button {
  background-color: #fdab00;
  border: none;
  border-radius: 0px;
  color: #414141;
  padding: 5px 7px 3px 7px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px and0px 4px 4px;
  width: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.NewAccount .Postcode input.Button:hover {
  cursor: pointer;
  background-color: #fdab00;
}
/* web wise November 2022 */
iframe{
	border:none;
}
input[type=submit]{
	background:#f2ab0c;
	color:#3D3D38;
	border-radius:6px;
	padding:5px 15px;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}
input[type=submit]:hover, input[type=submit]:focus{
	background: #f27f0c;
    color: #3D3D38;
    cursor: pointer;
}
div.Container{
	padding-top:10px;
	padding-bottom:10px;
}
div.Container label{
	line-height:normal;
}
form .Container label.right{
	position:relative;
	top:0;
}
form .Container label{
	display: inline-block;
	width:auto;
	
}