/* concert styles */

.table-tickets {
	width: 350px;
	margin-left: 5px;
	margin-bottom: 20px;
	}
.table-tickets td {
	padding: 0 2px 0 2px;
	}
.prices-concert {
	font-size: 10px; 
	color: #666;
	}
.prices-headings {
	font-size: 10px; 
	color: #333;
	}
.prices {
	font-size: 10px; 
	color: #333;
	text-align: center;
	}
.prices-dress {
	background: #E31E27;
	color: #fff;
	margin: 0 3px 0 3px;
	text-align: center;
	border: 10px solid #fff;
	}
.prices-A {
	background: #65B109;
	color: #fff;
	margin: 0 3px 0 3px;
	text-align: center;
	border: 10px solid #fff;
	}
.prices-B {
	background: #E0A116;
	color: #fff;
	margin: 0 3px 0 3px;
	text-align: center;
	border: 10px solid #fff;
	}	
.prices-C {
	background: #000;
	color: #fff;
	margin: 0 3px 0 3px;
	text-align: center;
	border: 10px solid #fff;
	}
.prices-D {
	background: #666;
	color: #fff;
	margin: 0 3px 0 3px;
	text-align: center;
	border: 10px solid #fff;
	}


.concert-links {
	border-top: 1px dotted #333;
	padding: 8px;
	}
.concert-links a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
.concert-links a:hover {
	color: #E31E27;
	}
	
a.concert-enlarge /*grey*/ { color: #666666; font-size: 10px; }
a.concert-enlarge:hover /*red*/ { color: #E31E27; font-size: 10px; }	
	
	

hr {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	width: 540px;
	margin: 5px 0 5px 0;
	}


/* tickets */
#table-orderform {
	width: 640px;
	margin-bottom: 20px;
	}
#table-orderform td {
	vertical-align: middle;
	}
	
.table-tickets2 {
	width: 540px;
	margin: 0 0 0 20px;
	}
.table-tickets2 td {
	padding: 0 2px 0 2px;
	}
	
hr.tickets {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	width: 540px;
	margin: 5px 0 5px 20px;
	}





