/*****************
    Created on : March 11, 2010, 17:21:37 PM
    Author     : ticketscript bv <info@ticketscript.com>
    Description: Channel stylesheet file.

		! Please edit only if you know what you are doing !
******************/

/******************
 Default html tags
******************/
*{
	margin: 0px;
	padding: 0px;
}

table.ncoltable3 {
	display: none;
}

body{
	margin: 0px;
	padding: 0px;
}

/** line seperator **/
hr{ 
	height: 1px;
	border: 0px none;
}

hr.box{
/*	width: 409px !important;*/
}

/** default input / select layout **/
input, select, textarea, button{
	padding: 2px;
}
input[type="text"], input[type="password"], select, textarea { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul li{
	margin-left: 20px;
	padding-left: 5px;
	line-height: 16px;
}
ul.errors li{
	display: none;
}
ul.errors ~ input{
	border: 1px;
	border-style: solid;
	border-color: red;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/******************
 Default classes and id's
******************/

div#body{
	width: 468px;
	padding: 4px 0px;
	margin: 0px auto;
}

/** The drop down loading, top of screen. **/
#loading{
	position: fixed;
	height: 30px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: none;
	padding-top:10px;
	top: 0px;
	z-index: 5000;
}

.ellipsis{
	-o-text-overflow: ellipsis;   /* Opera */
	text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
	overflow:hidden;              /* don't show excess chars */
	white-space:nowrap;           /* force single line */
	display: block;
}

@-moz-document url-prefix(){
	#eventname {
		width: 100%;
	}
	.max-left{
		float: none !important;
	}
}

div#body div.left{
	float: left;
	width: 33%;
	text-align: left;
}

div#body div.middle{
	float: left;
	width: 33%;
	text-align: center;
}

div#body div.right{
	float: left;
	width: 33%;
	text-align: right;
}

/** Tab classes **/
div#header{ 
	/*background-color: #ffffff;*/ 
	/*border: 1px solid #CCCCCC;*/ 
	background-clip: padding-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 8px;
	margin-top: 22px;
}
	/** default tab **/
	div#header div.stage{ 
		border-bottom-width: 4px;
		border-right-width: 0; 
		border-left: 1px solid #CCCCCC; 
		float: left;
		height: 0; 
		position: relative;
		width: 92px;
	}
    div#header div.stage:first-child {
	    border-left: 0;
	    width: 94px;
    }
    
    div#header div.stage.border-fat-highlight + div.stage { 
	    border-left-style: solid;
    }
		/** active tab **/
		div#header div.stage.active{

		}
		/** default tab value **/
		div#header div.stage div.value{ 
			/*color: #7F7F7F;*/ 
			position: absolute;
			text-align: center;
			top: -20px; 
			width: 100%;
		}
		/** active tab value **/
		div#header div.stage div.value.active{ 

		}
    div#header div.stage div.highlight{
	    font-weight: bold;
		}

/** Page title **/
h2.page_title { 
	color: #7F7F7F;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-top: 13px;
}


/** terms of use **/
div.terms{
	margin: 3px;
}

div.terms h1{
	margin: 10px 0;
}

div.terms h2{
	margin: 10px 0;
}

/**Content classes **/
div#content{ min-height: 321px; }

	div#content div.small .small{ width: 70px; }
	div#content div.medium .medium{ width: 120px; }
	div#content div.large .large{ width: 215px; }

	div.infobox{
		position:relative;
		overflow: hidden;
	}
	div.infobox.shoppingcart {
		min-height: 71px;
	}
  div.infobox.shoppingcart.empty {
    display: none;
  }
	div#support {
		display:none;
	}
	div#support iframe{
		width: 100%;
	}

		/** shopping cart table layout **/
		div.infobox table#shoppingcart-table{
			border-collapse: collapse;
			width: 445px;
			display: none;
		}

			div.infobox table#shoppingcart-table #shoppingcart-header tr:first-child,
			div.infobox table#shoppingcart-table #shoppingcart-header tr:first-child td{
				border-bottom: 0px solid white  !important;
			}

	div.infobox table#shoppingcart-table tbody tr td.detail{
		font-weight: bold;
		font-style: italic;
	}
	div.infobox table#shoppingcart-table thead tr td{
		font-weight: bold; 
		padding: 2px 0;
	}
	div.infobox table#shoppingcart-table tbody tr td{
		vertical-align: top;
		padding: 2px 0 2px 0;
	}
	div.infobox table#shoppingcart-table tfoot tr td{
		padding: 2px 0 2px 0;
	}
	div.infobox table#shoppingcart-table tr td.date{
		width: 100px;
		text-align: left;
	}
	div.infobox table#shoppingcart-table tr td.product{
		width: 230px;
		text-align: left;
	}
	div.infobox table#shoppingcart-table tr td.amount{
		width: 50px;
		text-align: right;
	}
	div.infobox table#shoppingcart-table tr td.price{
		width: 65px;
		text-align: right;
	}
		div.infobox table#shoppingcart-table tr td.total{

		}
		div.infobox table#shoppingcart-table tr td.total span{

		}
		div.infobox table#shoppingcart-table tr td.total.price{
			text-decoration: underline;
		}

	div.infobox table#shoppingcart-table #shoppingcart-footer #shoppingcart-ci-charge{
		display: none;
	}

	#shoppingcart-loader-message {
		position: absolute;
		z-index: 20;
		left: 0;
		top: 65%;
		width: 100%;
		text-align: center;
	}


	/** Content header block **/
	div.header{ 
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 3px 5px;
		margin-bottom: 5px;
	}
  div.header div {
	  padding-top: 0 !important;
		padding-bottom: 0 !important;
  }
	.max-left{
		max-width: 100%;
		float: left;
	}
	.soldout{
		zoom: 1;
		opacity: 0.5;
    filter: alpha(opacity=50);
	}
	.soldouttext{
		float: right;
	}
  /** Content block **/
	div.content,
	div.content2,
	a.content {
		display: block;
		margin: 5px 0 0;
		line-height: 16px;
	}
	a.content { 
		border: 0 !important; 
		cursor: pointer; /* for IE7 */
		text-decoration: none;
	}
	div#content div.tiny {
		width: 82px;
		overflow: visible;
		float: right;
		padding-top: 1px;
	}
	div#content div.small{ width: 90px; float: left; padding: 5px 0;}
	div#content div.medium{ width: 125px; float: left; padding: 5px 0; }
	div#content div.average { width: 195px; float: left; padding: 5px 5px 5px 0; }
	div#content div.large{ 
		width: 219px;
		float: left;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 20px;
	}
	div#content div#tickets .large{
		padding-top: 0px;
	}
	div#content div.wide {
		padding: 5px 0;
	}
	div#content div.wide + div.wide { 
		padding-top: 0;
	}
		div#content div.large.subtitle{
			font-size: 90%;
		}

	/** Optional text after the content **/
	div#content div.bottom-text { width: 100%; }
		div.bottom-text div.left{ width: 70%; float: left; }
		div.bottom-text div.right{ width: 20%; float: right; }
		div.bottom-text div.right input{ margin: 0 5px; }

	div.items div.content,
  div.items div.content2,
  div.forms div.content,
  div.items a.content,
  div.items a.content2,
  div.forms a.content {
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	  overflow: hidden;
	  padding-left: 6px;
	}
	div.items div.content div,
	div.items a.content div,
	div.items div.content a,
	div.items div.content2 div,
	div.items a.content2 div,
	div.items div.content2 a,
	div.forms div.content div,
	div.forms a.content div,
	div.forms div.content a {
		text-decoration: none;
	}
  #tickets div.content,
  #tickets div.content div {
	  background-color: transparent;
  }
  #tickets div.content {
	  -moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
  }

	/** Calendar table classes **/
	table.calendar{ width: 98%; margin: 10px 3px; text-align: center;}
	table.calendar thead{ }
	table.calendar tbody tr td { height: 20px; width: 14% }

	/**
	 * Form classes
	 *
	 * div.default is the wrapper per field row.
	 * a field is build from a label (left) and a value (the input field)
	 */
	div.default{ width: 100%; line-height: 16px; float: left; margin: 3px 0px 1px 0px; }
	div.default div.label{
		float: left;
		padding-right: 10px;
		width: 177px;
	}
	div.default div.value{ float: right; width: 281px; line-height: 16px; text-align: left; } 
	#mobile_form div.default div.value{ max-width: 250px; }
	#mobile_form div.default div.value input{ max-width: 250px; }

  div.default div.new { 
	  min-height: 22px;
	  line-height: 22px;
  }
  div.default div.new div.tiny,
  div.default div.value div.tiny {
	  padding: 0 !important;
  }
	div.default div.new .radio,
	div.default div.new .checkbox {
	  cursor: pointer;
	  float: left;
		margin-right: 20px;
		padding-left: 4px;
  }
	div.default div.new input[type="radio"],
	div.default div.new input[type="checkbox"] {
		position: relative;
		top: 1px;
	}
  @media all and (min-width:0) { /* will not target IE7+8, will only target IE9 and all other modern browsers, see http://caniuse.com/css-mediaqueries */ 
	  div.default div.new .radio {
		  background: url(../../images/icons/form_radiobutton.png) left 5px no-repeat;
		  padding-left: 18px;
	  }
		div.default div.new .checkbox {
		  background: url(../../images/icons/form_checkbox.png) left 4px no-repeat;
		  padding-left: 19px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
	  }
	  div.default div.new input[type="radio"],
	  div.default div.new input[type="checkbox"] {
		  position: absolute;
		  /*left: -9999px;*/ 
		  visibility: hidden;
	  }
    div.default div.new input[type="radio"]:checked + .radiolabel,
    div.default div.new input[type="radio"]:checked + .radio {
		  background-position: left -82px;
	  }
	  div.default div.new input[type="checkbox"]:checked + .checkbox {
		  background-position: left -82px;
	  }
  }
  input::-webkit-placeholder {
	  color: #cccccc;
	}

  input:-moz-placeholder { 
	  color: #cccccc;
	}

	/** the input / select / checkbox fields **/
	div.default div.value input { float: left; padding: 2px; vertical-align: bottom; height: 16px; }
	div.default div.value select{ float: left; padding: 2px; vertical-align: bottom; line-height: 21px; }

	input[type="radio"], 
	input[type="checkbox"] {
		background-color: transparent !important;
		border: 0 !important;
	}

	.checkbox-invalid, .radio-invalid{
		margin: -1px;
		border: 1px;
		border-style: solid;
		border-color: red;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	/** Field lengths - large **/
	div.default div.value input.large { width: 275px; } 
	div.default div.value select.large{ width: 281px; } 

	/** Field lengths - medium **/
	div.default div.value input.medium { width: 130px; }
	div.default div.value select.medium{ width: 136px; } 

	/** Field lengths - small **/
	div.default div.value input.small{ width: 85px; margin-left: 5px; }
	div.default div.value select.small{ width: 91px; margin-left: 5px; } 

	/** payment **/
	div.default.payment{ height: 44px; position: relative; float: none; } 
	div.default.payment ~ hr { display: none; } 
	div.default.payment .label span{ margin-left: 10px; }
	div.default.payment .label  { height: 40px; } 
	div.default.payment label { 
		-moz-transition: background-color 0.3s, border-color 0.3s;
		-webkit-transition: background-color 0.3s, border-color 0.3s;
		transition:background-color 0.3s, border-color 0.3s;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
		display: block;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		padding-left: 34px;
	}
  div.default.payment .label { 
	  float: none !important;
	  position: relative;
  }
  div.default.payment input { 
	  left: 13px;
	  position: absolute;
	  top: 15px;
	  *top: 12px; /* IE7 */
	  z-index: 1;
  }
  div.default.payment .payment_title { 
	  float: left;
  }
	div.default.payment  .payment_images{
		position: relative;
		float: right;
		background-color: white;
		border-radius: 3px;
	}
  div.default.payment .payment_img { 
	  float: right;
	  vertical-align: middle;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
  }
	/* set fixed height for payment method background */
	div.default.payment .payment_images > div {
		background-size: contain;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		height: 42px;
/*		width: 240px;*/
		z-index: 500;
		background-repeat: no-repeat;
		background-position: center right;
	}

	div.default.payment .payment_images > div#pm201 {
		width: 300px;
		background-image: url('../../images/payment/adyen/ideal.gif');
	}
	div.default.payment .payment_images > div#pm202,
	div.default.payment .payment_images > div#pm214,
	div.default.payment .payment_images > div#pm216	{
		width: 240px;
		background-image: url('../../images/payment/adyen/sofortuberweisung.gif');
	}
	div.default.payment .payment_images > div#pm203 {
		width: 60px;
		background-image: url('../../images/payment/adyen/amex.gif');
	}
	div.default.payment .payment_images > div#pm207	{
		width: 60px;
		background-image: url('../../images/payment/adyen/paypal.gif');
	}
	div.default.payment .payment_images > div#pm207{
		width: 60px;
		background-image: url('../../images/payment/adyen/paypal.gif');
	}
	div.default.payment .payment_images > div#pm210,
	div.default.payment .payment_images > div#pm211	{
		width: 120px;
		background-image: url('../../images/payment/adyen/visa-mastercard.gif');
	}
	div.default.payment .payment_images > div#pm212	{
		width: 240px;
		background-image: url('../../images/payment/adyen/giropay.gif');
	}
	div.default.payment .payment_images > div#pm213	{
		width: 60px;
		background-image: url('../../images/payment/adyen/elv.gif');
	}
	div.default.payment .payment_images > div#pm215{
		width: 300px;
		background-image: url('../../images/payment/adyen/online-banking.gif');
	}
	div.default.payment .payment_images > div#pm217{
		width: 60px;
		background-image: url('../../images/payment/adyen/maestro.gif');
	}
	div.default.payment .payment_images > div#pm218{
		width: 60px;
		background-image: url('../../images/payment/adyen/mister-cash.gif');
	}
	div.default.payment .payment_images > div#pm219	{
		width: 60px;
		background-image: url('../../images/payment/adyen/cash-ticket.gif');
	}





  @media all and (min-width:0) { /* will not target IE7+8, will only target IE9 and all other modern browsers, see http://caniuse.com/css-mediaqueries */ 
		div.default.payment label {
			/*background: #CCCCCC url(../../images/icons/form_radiobutton.png) 13px 15px no-repeat;*/ 
			background-image: url(../../images/icons/form_radiobutton.png) !important; 
			background-position: 13px 15px !important; 
			background-repeat: no-repeat !important; 
		}
	  div.default.payment input[type="radio"] {
		  position: absolute;
		  /*left: -9999px;*/ 
		  visibility: hidden;
		}
		div.default.payment input[type="radio"]:checked + label {
			background-position: 13px -72px !important;
		}
  }

	/** download **/
	div.download_holder{
		clear: both;
	}

	div.download_holder div.img{
		width: 22px;
		padding: 3px;
		height: 18px;
		float: left;
	}

	div.download_holder div.bttn{
		float: left;
		font-size: 16px;
	}
	div.download_holder div.bttn input.downloadticket{
		cursor: pointer;
		height: 26px;
		width: 431px;
		border-left: none!important;
	}
  div.default div.value #city { 
	  background: white url(../../images/icons/form_city.png) no-repeat scroll right center;
		padding-right:18px !important;
	  width: 259px;
  }
  div.default div.value #city.ui-autocomplete-loading	{ 
		background: white url('../../js/jQuery/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
	}
	.ui-menu .ui-menu-item {
		background-color: #FFFFFF;
		color: #000000;

	}
	div.default div.value #city.devided {
		width: 173px;
	}
  div.default div.value #alt_date_of_birth { 
	  background: white url(../../images/icons/form_calendar.png) no-repeat scroll right center;
		padding-right:18px !important;
	  width: 259px;
  }

	#firstname {
		width: 130px;
	}
	#lastname {
		width: 135px;
	}
  #address {
	  width: 215px;
		margin-right: 4px;
  }
	#address.contract_ltd{
		margin-right: 0px;
	}
  #postal_code {
	  width: 80px;
		max-width: 76px;
  }
  #house_number {
	  width: 50px;
  }
	#house_number.contract_ltd{
		margin-right: 4px;
	}


/** Footer classes **/
div#footer{ 
	/*border-top: 1px solid #CCCCCC;*/ 
	padding-top: 6px;
	margin: 3px 0;
}
div#footer hr {
	position: relative;
	top: -6px;
}
div#language{ margin: 4px 1px;	float: left; }
div#language .flags { 
	border: 0;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	margin-right: 2px;
	height: 16px;
	width: 16px;
}

div#poweredby { 
	float: right;
	height: 22px;
	/*overflow: hidden;*/
	position: relative;
	text-align: right;
	-moz-transition-delay:0.6s;
	transition-delay:0.6s;
	cursor: pointer;
}
div#poweredby .ticketscript {
	border: 0;
	height: 22px;
	margin-left: 5px;
	vertical-align: middle;
	width: 22px;
}
div#poweredby > a {
	color: #6193c9;
}
div#poweredby:hover { 
	/*overflow: visible;*/
	-moz-transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	transition-delay:0.6s;
	/*background-color: green;*/
}
div#poweredby .tooltip { 
	background-image: url('../../images/footer/tooltip_top.png');
	line-height: 13px;
	position: absolute;
	bottom: 600px;
	right: 600px;
	width: 234px;
	z-index: -1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
div#poweredby:hover .tooltip {
	bottom: 41px;
	color: #ffffff;
	padding: 10px 10px 0;
	text-align: left;
	right: 2px;
	z-index: 5;
	-webkit-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-moz-transition-delay:0.6s;
	transition-delay:0.6s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
}
div#poweredby .tooltip_bottom { 
	background: url('../../images/footer/tooltip_bottom.png') no-repeat;
	position: absolute;
	bottom: 600px;
	right: 600px;
	height: 25px;
	width: 254px;
	z-index: -1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
div#poweredby:hover .tooltip_bottom{
	bottom: 16px;
	right: 2px;
	z-index: 5;
	-webkit-transition-delay:0.6s;
	-ms-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	-moz-transition-delay:0.6s;
	transition-delay:0.6s;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tooltip_button { 
	background: #eab700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
	padding: 0 10px;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tooltip_button:hover { 
	background: #6193c9;
	color: #ffffff !important;
}

div.cibox {
	padding: 4px 0 2px 0;
	display: none;
	border-style: dotted !important;
	padding:10px;
	position:relative;
	overflow: hidden;
}

div.cidialog{
	display: none;
}

/** Javascript validation messages. **/
.error {
	color: red;
	border: 1px solid red!important;
	clear: both;
}

.errornoclear {
	color: red;
	border: 1px solid red!important;
}

label.error {
	background-color: white;
	display: none!important;
	float: right;
	color: red;
	font-weight: bold;
	border: 1px dotted red;
	padding: 1px;
}

div#tooltip{
	width: 200px;
	display: none;
	padding: 10px;
	z-index: 999;
	position: absolute;
}

.icon { position: relative; top: 3px; width: 16px!important; height: 16px!important; }
.clear{ clear: both; height: 0px!important; content:"" }
.buttons{ padding-bottom: 4px; position: relative; }
.navigation { float: left; margin: 0 0 13px 0; }
.add-ticket-button, div.buttons span{ padding: 3px 6px; cursor: pointer; zoom: 1; }
.add-ticket-button { 
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	float: right;
}
.ie7fix { 
	display: none;
	*display: block;
	*height: 0;
	*overflow: hidden;
}

.buttons #cancel { 
	background: #cccccc;
	color: #F5F5F5; 
	float: left;
	margin-top: 6px;
}
	.buttons #cancel:hover {
		text-decoration: none;
	}
	.buttons #cancel span {
		padding: 0;
	}
.buttons #previous { 
	float: left;
	margin: 6px 8px 0 0;
}
.buttons #next, 
.buttons #submit {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #EAB700; 
	border: 1px solid #EAB700; 
	color: #F5F5F5; 
	float: right;
	padding: 6px 12px;
}
.buttons #next:hover, 
.buttons #submit:hover {
	background-color: #6193C9; 
	border-color: #6193C9; 
}

.forms{ min-height: 281px; margin-bottom: 8px; }
.holder{ margin-bottom: 13px; padding: 0px }

.shop_url input{
	color:#CCC;
	font-size: 11px;
	margin-left: 1px;
	width: 442px;
	padding-right: 20px;
	background: #ffffff url(../../images/icons/lock2.png) no-repeat right center;
}

.show{ 
	line-height: 1.5em;
}
#filter-dates{ 
	background: #ffffff url(../../images/icons/calendar_view_day2.png) no-repeat scroll right center;
	padding-right:18px !important;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 63px !important
}
#filter-events{ 
	background: #ffffff url(../../images/icons/calendar_view_event.png) no-repeat scroll right center;
	padding-right:18px !important;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 212px!important;
}
#filter-locations{ 
	background: #ffffff url(../../images/icons/calendar_view_location.png) no-repeat scroll right center;
	padding-right:18px !important;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 113px!important;
}
.loader{
	background: url('../../images/icons/loader.png') no-repeat!important;
	background-position: center center!important;
	height: 60px;
	width: 60px;
	min-height: 50px!important;
	min-width: 50px!important;
}
.pointer{
	cursor: pointer;
}

input.submit{ padding: 2px 2px; }

input.zenbox{
	height: 50px;
	width: 20px;
	margin-right: -15px;
	font-size: 15px!important;
}

#zenbox_overlay {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	position: absolute;
	_position: absolute;
	z-index: 90000;
}
#zenbox_overlay * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-size: 12px;
	color:#333;
}
#zenbox_main {
	width: 450px;
	height: 440px;
	margin: 0 auto;
	top: 0px!important;
	z-index:2;
	position:relative;
}

#zenbox_screen{
	height: auto!important;
}
#zenbox_main div {
	padding: 5px 20px 0 20px;
	margin:0;
	background: #EEE;
	overflow:none;
	border-right: solid 2px #000;
	border-left: solid 2px #000;
}
#zenbox_main h2 {
	margin: 11px 0 7px 0;
	font-size: 24px;
	color: #111;
	font-weight:normal;
}
#zenbox_main p  {
	margin: 7px 20px 0 0;
	line-height:1.4em;
}
#zenbox_main iframe {
	width: 100%;
	height: 341px;
}
#zenbox_main #overlay_header {
	padding:6px 5px 1px 0;
	background-color:#333;
	font-weight: bold;
	height:18px;
	border: solid 2px #000;
}
#zenbox_main #overlay_header span {
	float:right;
	height:20px;
	padding-right:20px;
/*	background: transparent url(https://shop.ticketscript.com/external/zenbox/images/close.png) no-repeat 33px 0;*/
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
	color: #fff;
}
#zenbox_main #overlay_loading h2 {
	padding: 10px 0;
	font-size:28px;
}
#zenbox_main #overlay_preamble h2, #zenbox_main #overlay_preamble p {
	text-align:left;
}

/** Explenation (info) box. (under tabs) **/
div.infobox,
div.cibox{
	margin:9px 0px;
	padding:6px 10px 6px 10px;
}
div.infobox div.text{
/*	float: left;*/
	text-align: left;
	margin-top: 2px;
}
div.infobox div.help {
	overflow: hidden;
	padding-right : 1em;
}
div.infobox div.img{ margin-right: -10px; float: right; text-align: right; }
div.infobox div#eventname {
	font-weight: bold;
	float: left;
	max-width: 254px;
	overflow: hidden;
	white-space: nowrap;
}
div.infobox div#eventname .eventlink{
	font-weight: normal;
}
div.infobox div.text .label{ float: left; width: 100px;}
div.infobox div.text .value{}
div.infobox div.text .eventlink{
	float: right;
}

#zenbox_border {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#zenbox {
	font-size: 18px;
	width: 15px;
	padding: 4px;
	text-align: center;
	height: 55px;
	float: left;
	cursor: pointer;
}

div.socialmedia { 
  float: right;
	margin-top: 7px;
}
div.socialmedia .share {
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 2px 0 0 7px;
	overflow: hidden;
	width: 24px;
}
div.socialmedia .share_img {
	height: 24px;
	width: 24px;
}
div.socialmedia .share:hover .share_img_default {
	display: none;
}
.socialmedia_text { 
	float: left;
}

a.DownloadPageBanner {
	float: left;
	margin-bottom: 7px;
}
/* SHOP LOADER */
.block_loading {
    background: url("../../images/loader/loader.gif") center center no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}

.block_loader {
    background: url("../../images/loader/loader_background.png") center center no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 11;
}

.block_overlay {
    background: #ffffff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    *filter: alpha(opacity=50); /* IE7 */
    opacity: .5;
}

.overlay .block{
		border: none !important;
		height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 */
    *filter: alpha(opacity=90); /* IE7 */
    opacity: .90;
}

	.overlay{
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 9;
	}
	
	.overlay > .overlay_container > .overlay_content {
		background-color: transparent;
		position: relative;
		width: 100%;
		height: auto;
		z-index: 12;
		text-align: center;
                margin-top: 80px;
	}

	.overlay > .overlay_container > .overlay_content > div {
		text-align: left;
		display: inline-block;
		position: relative;
		margin: auto;
	}
			
	.overlay .overlay_dialog{
		width: 70%;
		position: relative;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.overlay .overlay_dialog p{
		margin-left: 5px;
		margin-right: 5px;
	}
        #facebook_overlay .btn.facebook.no{
                background-color:#5B74A8 !important;
                background-image: -webkit-linear-gradient(top, #6c83b2, #3f5c99) !important;
                background-image: -moz-linear-gradient(top, #6c83b2, #3f5c99) !important;
                background-image: -ms-linear-gradient(top, #6c83b2, #3f5c99) !important;
                background-image: -o-linear-gradient(top, #6c83b2, #3f5c99) !important;
                background-image: linear-gradient(top, #6c83b2, #3f5c99) !important;
                border:1px solid #7d90b9 !important;
                font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
                font-size:12px;
                color:#fff !important;
        }
	#facebook_overlay .button-holder {
                min-width: 250px;
		max-width: 100%;
	}

	.facebook-caption-holder {
		bottom: 35px;
		position: absolute;
		width: 100%;
	}

	.facebook-caption {
		text-align: center;
		vertical-align: bottom;
	}

	.overlay .btn {
		line-height: 20px;
		padding: 0 6px;
		text-decoration: none;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		margin-top: 4px;
		margin-bottom: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
#total-amount { 
	text-decoration: none !important;
	font-weight: bold;
}

.all-border-button{
	height: 0;
	border-bottom-width: 20px !important;
}

.previous_link,
.page_link,
.next_link,
.btn_help {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 20px; 
	padding: 0 6px; 
	text-decoration: none;
}
.previous_link,
.page_link,
.next_link{
	float: left;
	margin-right: 4px;
	min-width: 12px;
	text-align: center;
}
.btn_help { 
	cursor: pointer;
	float: right;
	margin-right: 0;
	margin-top: 4px;
}

/* cancellation insurance */
#ciRadios label {
	margin-left: 4px;
}
#ciRadios input {
	bottom: -2px;
	position: relative;
}

#cibox div.default div.new .radio {
	margin-right: 0px;
}

#cibox .radiocontainer {
	float: left;
	margin-left: 5px;
}

#cibox div.default div.value {
	width: auto;
}

#cibox div.default {
	width: auto;
	float: right;
}

#cibox div.default div.label {
	display: none;
}

#browser-setting-check-message {
	display: none;
	float: none;
  margin: 30px auto;
	text-align: center;
}

#browser-setting-buttons span {
	padding: 6px 12px;
}

/* ie 7 fix for getcustomer info form */
*+html #notickets {
	position: relative;
	overflow: hidden;
}