input,
select {
	border-style: solid;
	border-width: 1px;
	border-color:  #999 #CCC #CCC #999;
	padding: 2px;
}

table {
	border-collapse: collapse;
}

	table th,
	table td {
		vertical-align: top;
		border: solid 1px #000000;
		padding: 10px;
	}

.tickets  {
	width: 99%;
}

	.tickets th {
		text-align: left;
		border-bottom: solid 3px #000000;
	}

.shaded  {
	
}

	.shaded  td {
		border-top-width: 2px;
		background-color: #DDDDDD;
	}
	
	.shaded img {
		width: 100px;
		height: 100px;
		border: solid 1px #000000;
		float: left;
		margin-right: 10px;
	}

.item-header {
	font-weight: bold;
}
	
.expand {
	text-decoration: underline;
	cursor: pointer;
	margin: 10px 0;
}

	.expand:hover span {
		color: #FFFFFF;
		background-color: #000000;
	}
	
.face-fee {
	margin-top: 5px;
}

.prod-details,
.show-details {
	margin-left: 112px;
}

.prod-details {
	margin-left: 112px;
}

	.prod-details ol,
	.show-details ol {
		list-style-type: decimal;
		list-style-position: inside;
	}
	
	.prod-details .pre-order,
	.show-details .pre-order,
	.item .pre-order {
		font-weight: bold;
		color: #CC0000;
	}
	
.total {
	border-top: solid 3px #000000;
	font-weight: bold;
}

.submit-button {
	text-align: right;
	margin-top: 20px;
}

	.submit-button input {
		border-color:  #CCC #999 #999 #CCC;
		cursor: pointer;
	}

		.submit-button input:hover {
			border-color:  #999 #CCC #CCC #999;
			background-color: #AAA;
		}
		
.summary,
.postage {

}

.stages {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}

/*
	FROM WHITELABEL.CSS
*/

.orderform {
	clear: both;
	margin-top: 10px;
	width: 100%;
	border-bottom: solid 1px #BBBBBB;
}

	.orderform th,
	.orderform td {
		padding: 5px;
		vertical-align: top;
	}
	
	.orderform select,
	.orderform input {
		padding: 2px;
		border: solid 1px #666666;
	}
	
.release {
	margin-top: 10px;
}

.orderform {
	width: 469px;
}

	.orderform th {
		font-weight: bold;
		text-align: left;
	}

		.orderform th span {
			font-weight: normal;
		}
		
	.orderform .newsection {
		border-top: solid 1px #BBBBBB;
	}
	
#ctl00_ContentPlaceHolder1_OrderForm1_ctl00_OrderFormDP_rep_questions_ctl00_OrderFormDPAnswer_cbl_answers input,
#ctl00_ContentPlaceHolder1_OrderForm1_ctl00_OrderFormDP_rep_questions_ctl01_OrderFormDPAnswer_cbl_answers input {
	margin-left: 20px;
	margin-right: 5px;
}

.orderinfo {
	margin-top: 20px;
}

	.orderinfo p {
		margin: 5px 0;
		width: 290px;
	}
	
	.orderinfo .thawte {
		float: right;
		clear: right;
		margin-top: -210px;
		width: 166px;
		text-align: right;
	}
	
		.orderinfo .thawte img {
			clear: both;
			margin-bottom: 10px;
		}
	
caption,
.stages {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	margin-top: 20px;
	width: 100%;
}

.failed {
	margin: 20px 0;
	color: #CC0000;
}

.ticketinfo strong {
	margin-bottom: 5px;
}

.ticketinfo p {
	margin: 10px 0;
}

/* ORDER FORM */
.inputborder input {
	border: 0;
}

.inputborder span input,
.inputborder span label {
	display: block;
	float: left;
	margin-top: 5px;
}

.inputborder span input {
	clear: left;
}

.inputborder #ctl00_ContentPlaceHolder1_OrderForm1_ctl00_EventOptionsBuyTicketsButton_but_hold {
	border: solid 1px;
	border-color:  #CCC #999 #999 #CCC !important;
	cursor: pointer;
}
	.submit-button #ctl00_ContentPlaceHolder1_OrderForm1_ctl00_EventOptionsBuyTicketsButton_but_hold:hover {
		border: solid 1px;
		border-color:  #999 #CCC #CCC #999 !important;
		background-color: #AAA !important;
	}
