
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin: 0;
	padding:0;
}

#ticketing {
	padding: 20px; !important;
	width: 520px;
}

#ticketing select, #ticketing input {
	font-size:11px;
}

#ticketing p {
	margin:0;
	padding:0;  
} 

#ticketing select {
	border:1px solid #cccccc;
	padding:2px 2px 1px 2px;
	background:#FFF;
}

#ticketing form .t_error{
	 color: #cc0000;
}

#ticketing .selectpersongroup,
#ticketing .selectsupercategory {
	width: 150px;
	float:left;
}

#ticketing .t_watchlist {
	width: 520px;	
	background:url(/ticketing_static/neutral/img/watchlist-bg.png) top left no-repeat;
	/*height:26px;*/
}

#ticketing .t_watchlist .t_handler {
	width: 520px;
	height:26px;
	position:relative;
	cursor:pointer;
}

#ticketing .t_watchlist .t_handler label {
	position:absolute;
	top:6px;
	left:10px;
	font-weight:bold;
}

#ticketing .t_watchlist .t_handler .t_button {
	position:absolute;
	top:3px;
	right:10px;
	background:url(/ticketing_static/neutral/img/watchlist-button-outer.png) no-repeat left top;
	cursor:pointer;
}

#ticketing .t_watchlist .t_handler .t_button .t_button_inner {
	float:left;
	padding:3px 20px 5px 7px;
	background:url(/ticketing_static/neutral/img/watchlist-button-inner.png) right top no-repeat;
}

#ticketing .t_watchlist .t_handler.up .t_button .t_button_inner {
	background-image:url(/ticketing_static/neutral/img/watchlist-button-inner-up.png);
}

#ticketing .t_watchlist .t_content {
	background:url(/ticketing_static/neutral/img/watchlist-content-bg.png) bottom left no-repeat;
	padding: 12px 12px 50px 12px;
	width:496px;
	position:relative;
	overflow: hidden;
}

#ticketing .t_watchlist .t_content .t_button_hide {
	position:absolute;
	bottom:15px;
	right:10px;
	cursor:pointer;
	background:url(/ticketing_static/neutral/img/watchlist-hide-outer.png) no-repeat left top;
}

#ticketing .t_watchlist .t_content .t_button_hide .t_button_hide_inner {
	float:left;
	padding:3px 7px 5px 23px;
	background:url(/ticketing_static/neutral/img/watchlist-hide-inner.png) right top no-repeat;
}




#ticketing .t_watchlist .t_content .t_button_book {
	position:absolute;
	bottom:15px;
	left:10px;
	cursor:pointer;
	background:url(/ticketing_static/neutral/img/watchlist-book-outer.png) no-repeat left top;
	font-weight:bold;
	color:#FFF;
}

#ticketing .t_watchlist .t_content .t_button_book a {
	color: #fff;
	text-decoration: none;
}

#ticketing .t_watchlist .t_content .t_button_book .t_button_book_inner {
	float:left;
	padding:3px 7px 5px 32px;
	background:url(/ticketing_static/neutral/img/watchlist-book-inner.png) right top no-repeat;
}




#ticketing .t_watchlist .t_content .t_loading {
	height: 100px;
	background:url(/ticketing_static/neutral/img/ajax-loader.gif) no-repeat center center;
}



#ticketing .t_watchlist .t_content .t_products {
	border-top: 1px solid #e6e6e6;	
	padding:2px 0 0 0;
	clear:both;
}

#ticketing .t_watchlist .t_content .t_products span, #ticketing .t_watchlist .t_content .t_products label {
	display:block;
	float:left;
}

#ticketing .t_watchlist .t_content .t_products label {
	color:#006699;
	width:240px;
}

#ticketing .t_watchlist .t_content .t_products .t_addit {
	color:#666666;
	width:60px;
}

#ticketing .t_watchlist .t_content .t_products .t_single {
	width:60px;
	text-align: center;
}

#ticketing .t_watchlist .t_content .t_products .t_total {
	color:#006699;
	font-weight:bold;
	width:50px;
	padding-right: 10px !important;
	text-align: right;
}

#ticketing .t_watchlist .t_content .t_products .t_text {
	padding:4px 0 0 0;
}

#ticketing .t_watchlist .t_content .t_products .t_remove {
	margin:1px 0 0 0;
	width:20px;
	height:20px;
	background:url(/ticketing_static/neutral/img/watchlist-product-remove.png) no-repeat top left;
	cursor:pointer;
	padding: 0;
	border:none;
}

#ticketing .t_watchlist .t_content .t_products .t_amount_container {
	margin:0;
	padding:1px 0 2px 0;
	float:left;
	display:block;
	width:45px;
}

#ticketing .t_watchlist .t_content .t_products .t_remove_container {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:20px;
	overflow: hidden;
}

#ticketing .t_watchlist .t_content .t_products .t_not_available {
	float: left;
	color: #cc0000;
	height: 22px;
	width: 200px;
}

#ticketing .t_watchlist .t_content .t_totalamount {
	clear:both;
	height:24px;
	border-top:1px solid #999999;
	border-bottom: 1px solid #e6e6e6;
}


#ticketing .t_watchlist .t_content .t_totalamount label {
	float:left;
	width: 335px;
	padding:4px 0 4px 0;
}

#ticketing .t_watchlist .t_content .t_totalamount .t_total {
	float:left;
	font-weight:bold;
	padding:4px 0 4px 0;
	width: 75px;
	text-align: right
}





#ticketing .t_searchform {
	margin: 20px 0 0 0;
	background:url(/ticketing_static/neutral/img/searchform-bg.png) no-repeat top left;
	padding:10px;
	width:500px;
	height:80px;
}


#ticketing .t_searchform p {
	float:left;
	padding:0 0 4px 0;
}

#ticketing .t_searchform p label {
	float:left;
	padding:2px 0 0 0;
}

#ticketing .t_searchform .t_type, #ticketing .t_searchform .t_age {
	width: 245px;
	padding-right:22px;
}

#ticketing .t_searchform .t_type label, #ticketing .t_searchform .t_age label {
	width: 80px;
}

#ticketing .t_searchform .t_subtype {
	width: 230px;
	overflow: hidden;
}

#ticketing .t_searchform .t_subtype select {
	width: 155px;
}

#ticketing .t_searchform .t_valid {
	width: 230px;
}

#ticketing .t_searchform .t_subtype label, #ticketing .t_searchform .t_valid label {
	width: 65px;
}

#ticketing .t_searchform .t_valid input {
	float:left;
	border: 1px solid #cccccc;
	border-right:none;
	padding:3px 0 2px 5px;
	_padding-top:2px;
	width:70px;
}

#ticketing .t_searchform .t_valid img {
	float:left;
	cursor: pointer;
}

#ticketing .t_searchform .t_button {
	float:left;
	background:url(/ticketing_static/neutral/img/searchform-submit-outer.png) no-repeat left top;
	height:20px;
	margin:5px 0 0 0;
}

#ticketing .t_searchform .t_button .t_submit {
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:3px 10px 3px 25px;
	overflow:visible;
	background:url(/ticketing_static/neutral/img/searchform-submit-inner.png) no-repeat right top;
}



#ticketing .t_searchresults .t_disclaimer {
	padding: 10px 0 0 10px;
	color:#666666;
}

#ticketing .t_searchresults .t_priceinfo {
	width: 520px;
	overflow:hidden;
	padding: 10px 20px 0 0;
}

#ticketing .t_searchresults .t_priceinfo .t_button_info {
	float:right;
	cursor:pointer;
	background:url(/ticketing_static/neutral/img/priceinfo-outer.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
}

#ticketing .t_searchresults .t_priceinfo .t_button_info a {
	color: #fff;
	text-decoration: none;
}

#ticketing .t_searchresults .t_priceinfo .t_button_info .t_button_info_inner {
	float:left;
	padding:3px 7px 5px 23px;
	background:url(/ticketing_static/neutral/img/searchform-submit-inner.png) right top no-repeat;
}

#ticketing .t_searchresults .t_progress {
	padding-top: 90px;
	background:url(/ticketing_static/neutral/img/ajax-loader.gif) no-repeat center center;
	text-align:center;
}

#ticketing .t_searchresults .t_infotext {
	display:block;
	width:500px;
	padding:10px 0 0 10px;
}

#ticketing .t_searchresults .t_resultbox {
	width: 520px;	
	margin:10px 0 0 0;
	background:url(/ticketing_static/neutral/img/searchresults-box-handler.png) top left no-repeat;
}

#ticketing .t_searchresults .t_resultbox .t_handler {
	width: 520px;
	height:26px;
	position:relative;
	cursor:pointer;
}


#ticketing .t_searchresults .t_resultbox .t_handler .name {
	float:left;
	margin: 6px 0 0 10px;
	width: 145px;
	font-weight:bold;
}
#ticketing .t_searchresults .t_resultbox .t_handler .date{
	float:left;
	margin: 6px 0 0 5px;
}


#ticketing .t_searchresults .t_resultbox .t_handler .t_button {
	position:absolute;
	top:3px;
	right:10px;
	background:url(/ticketing_static/neutral/img/searchresults-handler-outer.png) no-repeat left top;
	cursor:pointer;
}

#ticketing .t_searchresults .t_resultbox .t_handler .t_button .t_button_inner {
	float:left;
	padding:3px 20px 5px 7px;
	background:url(/ticketing_static/neutral/img/searchresults-handler-inner.png) right top no-repeat;
}

#ticketing .t_searchresults .t_resultbox .t_handler.up .t_button .t_button_inner {
	background-image:url(/ticketing_static/neutral/img/searchresults-handler-inner-up.png);
}


#ticketing .t_searchresults .t_resultbox .t_results {
	padding:0 10px 10px 10px;
	background:url(/ticketing_static/neutral/img/searchresults-results-bg.png) bottom left no-repeat;
}


#ticketing .t_searchresults .t_resultbox .t_result {
	border-bottom: 1px solid #e0ecf3;
	padding:3px 0 0 0;
	clear:both;
	height:23px;
}

#ticketing .t_searchresults .t_resultbox .big {
	height:38px;
}

#ticketing .t_searchresults .t_resultbox .t_result .t_text {
	padding: 3px 0 0 0;
}

#ticketing .t_searchresults .t_resultbox .t_result label {
	float:left;
	width:150px;
}
#ticketing .t_searchresults .t_resultbox .t_result label .name{
	color:#006699;
	font-weight:bold;
}
#ticketing .t_searchresults .t_resultbox .t_result span {
	float:left;
}

#ticketing .t_searchresults .t_resultbox .t_result .t_age {
	width: 145px;
	color:#666666;
}

#ticketing .t_searchresults .t_resultbox .t_result .t_price {
	width: 80px;
	font-weight:bold;
	color:#006699;
}


#ticketing .t_searchresults .t_resultbox .t_result form {
	float:right;
}

#ticketing .t_searchresults .t_resultbox .t_result .t_label {
	float:left;
	padding:3px 5px 0 0;
}

#ticketing .t_searchresults .t_resultbox .t_result select {
	float:left;
}

#ticketing .t_searchresults .t_resultbox .t_result .t_submit {
	float:left;
	width: 20px;
	height: 20px;
	border:none;
	background:url(/ticketing_static/neutral/img/searchresult-add.png) top left no-repeat;
}

#ticketing .t_searchresults .t_resultbox .t_result .over select {
	border-color:#ff6600;
}

#ticketing .t_searchresults .t_resultbox .t_result .over .t_submit {
	background:url(/ticketing_static/neutral/img/searchresult-add-over.png) top right no-repeat;
}





#ticketing #t_paymentmethods {
	margin: 30px 0 0 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#ticketing .payment_vendor_icon_list {
	margin-top: 5px;
}

#ticketing .invisible{
	display:none;
}



#ticketing option {
	margin: 2px;
	padding:0;
}


#ticketing .t_steps {
	width: 520px;
	height: 20px;
	overflow: hidden;
	color: #000;
	background: url(/ticketing_static/neutral/img/checkout-steps.png) no-repeat left 0;
}

#ticketing .active_2 {
	background-position: left -20px !important;
}

#ticketing .active_3 {
	background-position: left -40px !important;
}

#ticketing .active_4 {
	background-position: left -60px !important;
}

#ticketing .active_5 {
	background-position: left -80px !important;
}


#ticketing .t_steps .t_step {
	width: 94px;
	padding: 3px 0 0 10px;
	float: left;
}

#ticketing .t_steps.active_1 .t_step_1 {
	color: #fff;
}

#ticketing .t_steps.active_2 .t_step_2 {
	color: #fff;
}

#ticketing .t_steps.active_3 .t_step_3 {
	color: #fff;
}

#ticketing .t_steps.active_4 .t_step_4 {
	color: #fff;
}

#ticketing .t_steps.active_5 .t_step_5 {
	color: #fff;
}



#ticketing .t_checkout {
	margin: 20px 0 0 0;
	width: 520px;
	overflow: hidden;
	background: url(/ticketing_static/neutral/img/t_checkout-bottom.png) bottom left no-repeat;
}

#ticketing.qpayframe .t_checkout{
	width: 500px;
	background: none;
}

#ticketing .t_checkout .t_content {
	padding: 10px;
	background: url(/ticketing_static/neutral/img/t_checkout-top.png) top left no-repeat;
}
#ticketing .t_checkout .payframe {
	padding: 0px;
}
#ticketing .t_checkout h2 {
	font-size: 11px;
	font-weight: bold;
}

#ticketing .t_checkout hr {
	border: 0;
	height: 1px;
	background: #ccc;
	clear:both;
}


#ticketing .t_checkout .t_cartselection .t_headline{
	color: #cc0000;
	font-weight: bold;
}

#ticketing .t_checkout .t_cartselection .t_tickets {
	padding: 20px 0 0 0;
}

#ticketing .t_checkout .t_cartselection .t_ticket {
	padding: 2px 20px 5px 30px;
	position: relative;
	border-top: 1px solid #e6e6e6;
	height: 36px;
	overflow: hidden;
	margin: 0 0 1px 0;
}

#ticketing .t_checkout .t_cartselection .t_notavailable {
	background: #f5e1d7;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_checkbox {
	position: absolute;
	top: 2px;
	left: 8px;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_line {
	padding: 2px 0 2px 0;
	overflow: hidden;
	clear: both;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_name {
	float: left;
	padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_date {
	float: left;
	padding: 0 20px 0 0;
	color: #666;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_price {
	float: right;
	color: #006699;
	font-weight: bold;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_medium {
	float: left;
	color: #666;
	padding: 2px 20px 0 0;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_radio {
	float: left;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_radio input {
	float: left;
	padding: 0 4px 0 0;
}

#ticketing .t_checkout .t_cartselection .t_ticket .t_radio label {
	float: left;
	padding-top: 2px;
}

#ticketing .t_checkout .t_cartselection .t_notavailable .t_price {
	color: #cc0000;
	text-decoration: line-through;
}


#ticketing .t_checkout .t_cartselection .t_ticket .t_error {
	float: left;
	font-weight: bold;
	color: #cc0000;
}

#ticketing .t_checkout .t_cartselection .t_pricesummary {
	border-top: 1px solid #999;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0 5px 0;
	clear: both;
	height: 14px;
	overflow: hidden;
}

#ticketing .t_checkout .t_cartselection .t_pricesummary .t_label {
	float: left;
}

#ticketing .t_checkout .t_cartselection .t_pricesummary .t_price {
	float: right;
	font-weight: bold;
	padding: 0 20px 0 0;
}


#ticketing .t_checkout .t_cartselection .t_button_line {
	position: relative;
	height: 40px;
}


#ticketing .t_checkout .t_button_submit {
	background:url(/ticketing_static/neutral/img/t_button_submit-outer.png) no-repeat left top;
	cursor:pointer;
}

#ticketing .t_checkout .t_button_submit .t_button_submit_inner {
	float:left;
	padding:2px 7px 5px 20px;
	background:url(/ticketing_static/neutral/img/t_button_submit-inner.png) right top no-repeat;
	border: 0;
	color: #fff;
	display: block;
	text-decoration: none;
}

#ticketing .t_checkout .t_button_submit a.t_button_submit_inner {
	padding-left: 25px;
}

#ticketing .t_checkout .t_button_link {
	background:url(/ticketing_static/neutral/img/t_button_link-outer.png) no-repeat left top;
	cursor:pointer;
}

#ticketing .t_checkout .t_button_link .t_button_link_inner {
	float:left;
	padding:3px 7px 5px 20px;
	background:url(/ticketing_static/neutral/img/t_button_link-inner.png) right top no-repeat;
	border: 0;
	color: #000;
	text-decoration: none;
	display: block;
}

#ticketing .t_checkout .t_button_link a.t_button_link_inner {
	text-decoration: none;
	color: #000;
}


#ticketing .t_checkout .t_button_cancel {
	background:url(/ticketing_static/neutral/img/t_button_cancel-outer.png) no-repeat left top;
	cursor:pointer;
}

#ticketing .t_checkout .t_button_cancel .t_button_cancel_inner {
	float:left;
	padding:3px 7px 5px 20px;
	background:url(/ticketing_static/neutral/img/t_button_cancel-inner.png) right top no-repeat;
	border: 0;
	color: #000;
	text-decoration: none;
	display: block;
}



#ticketing .t_checkout .t_cartselection .t_button_line .t_button_submit {
	position: absolute;
	bottom: 0;
	left: 0;
}

#ticketing .t_checkout .t_cartselection .t_button_line .t_button_link {
	position: absolute;
	bottom: 0;
	right: 0;
}


#ticketing .t_contentblock {
	margin: 20px 0 0 0;
	width: 520px;
}

#ticketing .t_checkout .t_ticketeditor {
	position: relative;
	width: 500px;
}

#ticketing .t_checkout .t_ticketeditor .t_tickets {
	padding: 20px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket {
	padding: 2px 20px 5px 30px;
	position: relative;
	border-top: 1px solid #e6e6e6;
	height: 36px;
	overflow: hidden;
	margin: 0 0 1px 0;
	cursor: pointer;
}

#ticketing .t_checkout .t_ticketeditor .t_complete {
	background: url(/ticketing_static/neutral/img/ticket_complete.png) 10px 4px no-repeat #e1f0d7;
}

#ticketing .t_checkout .t_ticketeditor .t_incomplete {
	background: url(/ticketing_static/neutral/img/ticket_incomplete.png) 10px 4px no-repeat #f5e1d7;
}

#ticketing .t_checkout .t_ticketeditor .t_modify {
		height: 64px;
}
#ticketing .t_checkout .t_ticketeditor .t_ticket .t_line {
	padding: 2px 0 2px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	width: 450px;
} 

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_name {
	float: left;
	padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_date {
	float: left;
	padding: 0 20px 0 0;
	color: #666;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_price {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	color:#000;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_keycard {
	 float: right;
	 padding: 0;
	 width: auto !important;
	 margin: 0 !important;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_error {
	 float: left;
	 color: #cc0000;
	 padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_modify{
	 float: left;
	 color: #cc0000;
	 padding: 2px 20px 2px 0;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_modify_wrapper {
	float: right;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_edit {
	 height:14px;
	 margin: 5px 0px 5px 10px;
	 float:right;
}


#ticketing .t_checkout .t_ticketeditor .t_ticket .t_edit a {
	display:block;
	float: left;
	height:14px;
	margin: 0;
	padding: 0 0 0 20px; 
	background: url(/ticketing_static/neutral/img/icon_edit.png) no-repeat; 
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_delete {
	 height:14px;
	 margin: 5px 0px 5px 10px;
	 float:right;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_delete a{
	display:block;
	float: left;
	height:14px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/ticketing_static/neutral/img/icon_delete.png) no-repeat;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_delete a {
	text-decoration: none;
	color: #006699;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_edit a {
	text-decoration: none;
	color: #006699;
}

#ticketing .t_checkout .t_ticketeditor .t_ticket .t_person {
	 float: left;
	 padding: 0 20px 0 0;
}




#ticketing .t_checkout .t_ticketeditor .t_pricesummary {
	border-top: 1px solid #999;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0 5px 0;
	clear: both;
	height: 14px;
	overflow: hidden;
}

#ticketing .t_checkout .t_ticketeditor .t_pricesummary .t_label {
	float: left;
}

#ticketing .t_checkout .t_ticketeditor .t_pricesummary .t_price {
	float: right;
	font-weight: bold;
	padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_button_line {
	clear: both;
	position: relative;
	height: 40px;
}


#ticketing .t_checkout .t_legend_incomplete {
	background:url(/ticketing_static/neutral/img/t_legend_incomplete-outer.png) no-repeat left top;
	cursor:pointer;
	display: block;
}

#ticketing .t_checkout .t_legend_incomplete .t_legend_incomplete_inner {
	float:left;
	padding:3px 7px 5px 20px;
	background:url(/ticketing_static/neutral/img/t_legend_incomplete-inner.png) right top no-repeat;
	border: 0;
	color: #000;
	text-decoration: none;
	display: block;
	cursor:default;
}


#ticketing .t_checkout .t_ticketeditor .t_button_line .t_legend_incomplete {
	position: absolute;
	bottom: 0;
	right: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_button_line .t_button_submit {
	position: absolute;
	bottom: 0;
	right: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_button_line .t_button_link {
	position: absolute;
	bottom: 0;
	left: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata {
	position: relative;
	width: 500px;
	margin: 10px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_step_label {
	position: absolute;
	font-weight: bold;
	right: 0;
	top: 0;
}


#ticketing .t_checkout .t_ticketeditor .t_persondata form {
	padding: 20px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line {
	clear: both;
	height: 20px;
	padding: 0 0 5px 0;
	position: relative;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line label {
	float: left;
	width: 80px;
	height: 18px;
	padding: 2px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line label.t_mandatory {
	background: url(/ticketing_static/neutral/img/t_mandatory.png) no-repeat right top;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line input, #ticketing .t_checkout .t_ticketeditor .t_persondata .t_line select {
	float: left;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line input {
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
	width: 150px;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line .t_zip {
	width: 40px;
	margin: 0 5px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line .t_city {
	width: 98px;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_line .t_note {
	padding: 3px 0 0 10px;
	color: #cc0000;
	float: left;
	font-weight: bold;
	font-size: 10px;
}


#ticketing .t_checkout .t_ticketeditor .t_persondata .t_button_submit {
	position: absolute;
	right: 0;
	bottom: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_button_cancel {
	position: absolute;
	left: 0;
	bottom: 0;
}


#ticketing .t_checkout .t_ticketeditor .t_persondata .t_useperson {
	width: 500px;
	padding: 20px 0 20px 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_useperson p {
	padding: 0 0 5px 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_useperson form {
	padding: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_useperson .t_button_submit {
	float: left;
	position: relative !important;
}

#ticketing .t_checkout .t_ticketeditor .t_persondata .t_useperson select {
	width: 240px;
	float: left;
	margin: 0 20px 0 0;
}



#ticketing .t_checkout .t_ticketeditor .t_keycard {
	position: relative;
	width: 500px;
	margin: 10px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_step_label {
	position: absolute;
	font-weight: bold;
	right: 0;
	top: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form {
	background: #e6e6e6;
	padding: 8px 10px 8px 10px;
	height: 20px;
	margin: 10px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form label {
	font-weight: bold;
	float: left;
	padding: 3px 10px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form select {
	float: left;
	margin: 0 5px 0 0;
	width: 45px;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form .t_number {
	width: 80px;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form .t_suffix {
	width: 20px;
	float: left;
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_keycard_form .t_example {
	float: right;
	padding: 3px 0 0 0;
}


#ticketing .t_checkout .t_ticketeditor .t_keycard .t_button_submit {
	position: absolute;
	right: 0;
	bottom: 0;
}


#ticketing .t_checkout .t_ticketeditor .t_keycard .t_button_link {
	position: absolute;
	left: 100px;
	bottom: 0;
	right: auto !important;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_button_cancel {
	position: absolute;
	left: 0;
	bottom: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_description {
	margin: 20px 0 0 0;
	border-top: 1px solid #e6e6e6;
}


#ticketing .t_checkout .t_ticketeditor .t_keycard .t_error {
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #CC0000;
}

#ticketing .t_checkout .t_ticketeditor .t_keycard .t_error b {
	display: block;
	font-size: 12px;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_error {
	padding: 10px 0 10px 0;
	color: #cc0000;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_error b {
	display: block;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_step_label {
	position: absolute;
	font-weight: bold;
	right: 0;
	top: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform {
	padding: 10px 0 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_fields {
	padding: 10px;
	background: #e6e6e6;
	height: 20px;
	position: relative;
}


#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_fields input {
	float: left;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_fields label {
	float: left;
	font-weight: bold;
	padding: 3px 10px 0 0;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_fields .t_button_submit {
	position: absolute;
	top: 10px;
	right: 20px;
}
#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform  .t_info{
	text-align: right;
	padding: 5px 10px;
	height:auto;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_buttons {
	height: 40px;
	position: relative;
}



#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_buttons .t_button_submit {
	position: absolute;
	left: 0;
	bottom: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_buttons .t_button_link {
	position: absolute;
	left: 0;
	bottom: 0;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_uploadform .t_buttons .t_button_cancel {
	position: absolute;
	right: 0;
	bottom: 0;
}


#ticketing .t_checkout .t_ticketeditor .t_photo .t_description {
	margin: 20px 0 0 0;
	border-top: 1px solid #e6e6e6;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_description .t_todo {
	padding: 10px 0 10px 0;
	color: #cc0000;
}

#ticketing .t_checkout .t_ticketeditor .t_photo .t_profileImage{
	margin: 20px 0 0 0;
	text-align:center;
}
#ticketing .t_checkout .t_ticketeditor .t_photo .t_profileImage .t_button_line .t_button_link {
	position: absolute;
	bottom: 0;
	left: 190px;
}



#ticketing .t_checkout .t_login .t_links {
	padding: 10px 0 20px 0;
	height: 20px;
}

#ticketing .t_checkout .t_login .t_error {
	color: #CC0000;
}
#ticketing .t_checkout .t_login .t_links .t_button_link {
	float: left;
	margin: 0 20px 0 0;
}

#ticketing .t_checkout .t_login .t_loginform {
	padding: 10px 0 0 0;
}

#ticketing .t_checkout .t_login .t_loginform .t_line {
	clear: both;
	height: 20px;
	padding: 0 0 5px 0;
	position: relative;
}

#ticketing .t_checkout .t_login .t_loginform .t_line label {
	width: 80px;
	float: left;
	padding: 3px 0 0 0;
}

#ticketing .t_checkout .t_login .t_loginform .t_line input {
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
	float: left;
	width: 160px;
}

#ticketing .t_checkout .t_login .t_loginform .t_buttons {
	padding: 10px 0 0 0;
	height: 20px;
}

#ticketing .t_checkout .t_login .t_loginform .t_buttons .t_button_submit {
	float: left;
	margin: 0 20px 0 0;
}

#ticketing .t_checkout .t_login .t_loginform .t_buttons .t_button_link {
	float: left;
}





#ticketing .t_checkout .t_login .t_registerform {
	padding: 10px 0 0 0;
}

#ticketing .t_checkout .t_login .t_credentialsform {
	padding: 10px 0 10px 0;
}

#ticketing .t_checkout .t_login .t_credentialsform p.t_error {
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #CC0000;
}


#ticketing .t_checkout .t_login .t_credentialsform .t_line label {
	width: 140px;
}


#ticketing .t_checkout .t_login .t_line {
	clear: both;
	height: 20px;
	padding: 0 0 5px 0;
}

#ticketing .t_checkout .t_login .t_line a {
	color: #006699;
	text-decoration: none;
}

#ticketing .t_checkout .t_login .t_line label {
	float: left;
	width: 80px;
	height: 18px;
	padding: 2px 0 0 0;
}


#ticketing .t_checkout .t_login .t_line label.t_mandatory {
	background: url(/ticketing_static/neutral/img/t_mandatory.png) no-repeat right top;
}

#ticketing .t_checkout .t_login .t_line input, #ticketing .t_checkout .t_login .t_registerform .t_line select {
	float: left;
}

#ticketing .t_checkout .t_login .t_line input {
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
	width: 150px;
}

#ticketing .t_checkout .t_login .t_line div.t_checkbox {
	float:left;
	margin:3px 3px 0 0;
}

#ticketing .t_checkout .t_login .t_line input.checkbox {
	width: auto !important;
	border:none;
}

#ticketing .t_checkout .t_login .t_line label.agb {
	width: auto;
	cursor:pointer;
}

#ticketing .t_checkout .t_login .t_line .t_zip {
	width: 40px;
	margin: 0 5px 0 0;
}

#ticketing .t_checkout .t_login .t_line .t_city {
	width: 98px;
}


#ticketing .t_checkout .t_login .t_line .t_password {
	width: 100px;
}

#ticketing .t_checkout .t_login .t_line .t_note {
	float: left;
	padding: 3px 0 0 20px;
	font-size: 10px;
	font-weight: bold;
}

#ticketing .t_checkout .t_login .t_error .t_note {
	color: #cc0000;
}

#ticketing .t_checkout .t_login .t_buttons {
	padding: 10px 0 0 0;
	height: 20px;
}

#ticketing .t_checkout .t_login .t_buttons .t_button_link {
	float:left;
}

#ticketing .t_checkout .t_login .t_buttons .t_button_submit {
	float: right;
}



#ticketing .t_checkout .t_login .t_selectpayer {
	padding: 10px 0 0 0;
}

#ticketing .t_checkout .t_login .t_selectpayer p {
	padding: 5px 0 5px 0;
}

#ticketing .t_checkout .t_login .t_selectpayer select {
	width: 200px;
}

#ticketing .t_checkout .t_login .t_selectpayer form {
	position: relative;
	height: 25px;
}

#ticketing .t_checkout .t_login .t_selectpayer form .t_button_submit {
	position: absolute;
	left: 220px;
	top: 0;
}

#ticketing .t_checkout .t_error input, #ticketing .t_checkout .t_error select{
	border-color: #cc0000 !important;
}







#ticketing .t_checkout .t_payment .t_tickets {
}

#ticketing .t_checkout .t_payment .t_ticket {
	padding: 2px 20px 5px 0px;
	position: relative;
	border-top: 1px solid #e6e6e6;
	height: 36px;
	overflow: hidden;
	margin: 0 0 1px 0;
	cursor: pointer;
}


#ticketing .t_checkout .t_payment .t_ticket .t_line {
	padding: 2px 0 2px 0;
	overflow: hidden;
	clear: both;
}

#ticketing .t_checkout .t_payment .t_ticket .t_name {
	float: left;
	padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_payment .t_ticket .t_date {
	float: left;
	padding: 0 20px 0 0;
	color: #666;
}

#ticketing .t_checkout .t_payment .t_ticket .t_price {
	float: right;
	font-weight: bold;
	color:#000;
}

#ticketing .t_checkout .t_payment .t_ticket .t_keycard {
	 float: left;
	 color: #666;
	 padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_payment .t_ticket .t_error {
	 float: left;
	 color: #cc0000;
	 padding: 0 20px 0 0;
}

#ticketing .t_checkout .t_payment .t_ticket .t_edit {
	 float: right;
}

#ticketing .t_checkout .t_payment .t_ticket .t_edit a {
	text-decoration: none;
	color: #006699;
}

#ticketing .t_checkout .t_payment .t_ticket .t_person {
	 float: left;
	 padding: 0 20px 0 0;
}


#ticketing .t_checkout .t_payment .t_priceaddit {
	border-top: 1px solid #e6e6e6;
	padding: 5px 0 5px 0;
	clear: both;
	height: 14px;
	overflow: hidden;
}

#ticketing .t_checkout .t_payment .t_priceaddit .t_label {
	float: left;
}

#ticketing .t_checkout .t_payment .t_priceaddit .t_price {
	float: right;
	font-weight: bold;
	padding: 0 20px 0 0;
}


#ticketing .t_checkout .t_payment .t_pricesummary {
	border-top: 1px solid #999;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0 5px 0;
	clear: both;
	height: 14px;
	overflow: hidden;
}

#ticketing .t_checkout .t_payment .t_pricesummary .t_label {
	float: left;
}

#ticketing .t_checkout .t_payment .t_pricesummary .t_price {
	float: right;
	font-weight: bold;
	padding: 0 20px 0 0;
}



#ticketing .t_checkout .t_payment .t_button_line {
	clear:both;
}


#ticketing .t_checkout .t_payment .t_button_line {
	clear:both;
	height: 40px;
	padding:10px 0 0 0;
}

#ticketing .t_checkout .t_payment .t_button_line .t_button_link {
	float:left;
}



#ticketing .t_checkout .t_payment .t_payment_select {
	
}

#ticketing .t_checkout .t_payment .t_payment_select .t_form {
	padding:8px 10px 8px 10px;
	background:#e6e6e6;
	height:20px;
}

#ticketing .t_checkout .t_payment .t_payment_select .t_form label {
	float:left;
	padding:3px 20px 0 0;
	font-weight:bold;
}

#ticketing .t_checkout .t_payment .t_payment_select .t_form select {
	float:left;
	width:200px;
}




#ticketing .t_checkout .t_payment .t_creditcard {
	
}


#ticketing .t_checkout .t_payment .t_creditcard iframe{
	width: 520px;
	height: 500px;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_line {
	
}



#ticketing .t_checkout .t_payment .t_creditcard .t_line {
	clear: both;
	height: 20px;
	padding: 0 0 5px 0;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_line label {
	float: left;
	width: 120px;
	height: 18px;
	padding: 2px 0 0 0;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_line input, #ticketing .t_checkout .t_payment .t_creditcard .t_line select {
	float: left;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_line input {
	border: 1px solid #CCC;
	height: 14px;
	padding: 2px 0 2px 5px;
	width: 150px;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_line .t_cvc {
	width:40px;
}


#ticketing .t_checkout .t_payment .t_creditcard .t_line .t_note {
	float:left;
	padding:3px 0 0 20px;
	font-size: 10px;
}

#ticketing .t_checkout .t_payment .t_error {
	color: #cc0000;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_error .t_note {
	color: #cc0000;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_buttons {
	padding:10px 0 20px 0;
	clear:both;
}

#ticketing .t_checkout .t_payment .t_creditcard .t_buttons .t_button_submit {
	float:left;
}




#ticketing .t_checkout .t_photoeditor .t_buttons {
	height: 40px;
	position: relative;
}

#ticketing .t_checkout .t_photoeditor .t_buttons .t_button_link {
	position: absolute;
	bottom: 0;
	right: 0;
}

#ticketing .t_checkout .t_photoeditor .t_buttons .t_button_cancel {
	position: absolute;
	bottom: 0;
	left: 0;
}

#ticketing .t_checkout .t_photoeditor .t_buttons .t_button_submit {
	position: absolute;
	top: 0;
	right: 200px;
}

#ticketing .t_checkout .t_photoeditor .t_croppingarea {
	padding: 10px 0 10px 0;
}

#ticketing .t_checkout .t_photoeditor .t_croppingarea .imgCrop_wrap {
	margin: 0 auto;
}

#ticketing .t_order .t_links{
	width: 500px;
	overflow:hidden;
}
#ticketing .t_order .t_back{
	text-align:left;
	width: 250px;
	float:left;
}
#ticketing .t_order .t_print{
	text-align:right;
	width: 250px;
	float:left;
}
#ticketing .t_checkout .t_content .t_print{
	float: left;
	width: 250px;
	overflow: hidden;
	text-align:right;
}

/* CCC */


#ticketing .t_ccc {
	width: 520px;	
}

#ticketing .t_ccc .t_content {
	padding: 12px 0 50px 0;
	width:520px;
	position:relative;
	overflow: hidden;
}

#ticketing .t_ccc .t_content .t_button_book {
	position:absolute;
	bottom:15px;
	left:0px;
	cursor:pointer;
	background:url(/ticketing_static/neutral/img/watchlist-book-outer.png) no-repeat left top;
	font-weight:bold;
	color:#FFF;
}

#ticketing .t_ccc .t_content .t_button_book a {
	color: #fff;
	text-decoration: none;
}

#ticketing .t_ccc .t_content .t_button_book .t_button_book_inner {
	float:left;
	padding:3px 7px 5px 32px;
	background:url(/ticketing_static/neutral/img/watchlist-book-inner.png) right top no-repeat;
}

#ticketing .t_ccc .t_login {
	text-align:right;
}
#ticketing .t_ccc .t_person {
	margin: 5px 0 15px 0;
	width: 520px;
	overflow: hidden;
	background: url(/ticketing_static/neutral/img/t_checkout-bottom.png) bottom left no-repeat;
}

#ticketing .t_ccc .t_person .t_content {
	background: url(/ticketing_static/neutral/img/t_checkout-top.png) top left no-repeat;
	padding:0;
	width: 520px;
	overflow:hidden;
}

#ticketing .t_ccc  .t_content  .t_persondata{
	padding:  0 20px;
	width: 480px;
}

#ticketing .t_ccc .t_person .t_content  .t_image{
	float:left;
	padding: 10px;
	width: 70px;
	overflow:hidden;
}

#ticketing .t_ccc .t_person .t_content  .t_image img {
	width: 70px;
}
#ticketing .t_ccc .t_person .t_content  .t_persondata{
	float:left;
	width: 290px;
	padding: 10px;
	overflow:hidden;
}

#ticketing .t_ccc .t_person .t_content  .t_operations{
	float:left;
	width: 100px;
	padding: 10px;
	text-align:right;
	overflow:hidden;
}

#ticketing.qpayframe {
	padding: 10px; !important;
	width: 480px;
}

#ticketing .t_checkout .qpayframe {
	padding: 0px; !important;
	width: 520px;
}


/* userinfo sidebar */

#ticketing.userinfoSidebar {
	width: 240px;
	margin: 20px 0;
	padding:0;
}
#ticketing.userinfoSidebar .t_checkout {
	width: 240px;
	margin: 0;
	padding:0;
		background: none;
	border:none;
}

#ticketing.userinfoSidebar .t_checkout .t_content{
	width: 220px;
	margin: 0 20px 0 0;
	padding:0;
	background: none;
	border:none;	
}

#ticketing.userinfoSidebar .t_checkout .t_content .t_ticketeditor {
	width: 220px;
	background: none;
	border:none;
}