* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, sans-serif;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}

a {
	color: #000000;
}

.container {
	width: 948px;
	margin: 0 auto;
}

.header {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 98px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

	.header a {
		text-decoration: none;
	}

	.header h1 {
		background-repeat: no-repeat;
		overflow: hidden;
		cursor: pointer;
		width: 166px;
		height: 98px;
		background-image: url('images/absolute-logo.png');
		margin-left: 18px;
		margin-top: 10px;
	}
	
		.header h1 span {
			visibility: hidden;
		}
		
	.header .navigation {
		background-color: #EEEEEE;
		margin-top: 20px;
		border-bottom: solid 5px #000000;
		height: 38px;
	}
	
		.header .navigation ul {
			list-style: none;
		}
		
			.header .navigation ul li {
				float: left;
				margin: 8px 12px 8px 12px;
			}
			
				.header .navigation ul li a {
					font-size: 18px;
					font-weight: bold;
					text-decoration: none;
				}
				
					.header .navigation ul li a:hover {
						color: #932996;
						background-color: transparent;
					}
					
	.header .search {
		display: none;
	}
	
	.header .breadcrumb {
		margin-left: 220px;
		margin-top: 11px;
		font-size: 14px;
		font-weight: bold;
	}
	
#newnav {
	margin-top: -66px;
	float: right;
	margin-right: 4px;
	list-style: none;
}

	#newnav li {
		float: left;
		margin-right: 34px;
	}
	
		#newnav li a {
			display: block;
			height: 28px;
			background-repeat: no-repeat;
		}
		
			#newnav li a span {
				visibility: hidden;
			}
		
		#newnav li #listenlive {
			margin-right: 70px;
			background-image: url('images/newnav/listenlive.png');
			width: 105px;
		}
		
		#newnav li #the80s {
			width: 76px;
			background-image: url('images/newnav/80s.png');
		}
		
		#newnav li #the90s {
			width: 76px;
			background-image: url('images/newnav/90s.png');
		}
		
		#newnav li #the00s {
			width: 76px;
			background-image: url('images/newnav/00s.png');
		}
		
		#newnav li #classic {
			width: 73px;
			background-image: url('images/newnav/classic.png');
		}
		
		#newnav li #extra {
			width: 81px;
			background-image: url('images/newnav/extra.png');
		}
	
.pagebody {

}

.pagebody a {
	color: #000000;
}

	.pagebody a:hover {
		color: #FFFFFF;
		background-color: #000000;
		text-decoration: none;
	}


	.pagebody .left_nav {
		float: left;
		width: 160px;
		padding-top: 40px;
	}
	
		.pagebody .left_nav ul {
			list-style: none;
		}
		
			.pagebody .left_nav ul li {
				margin-bottom: 10px;
			}
			
				.pagebody .left_nav ul li a {
					font-weight: bold;
					text-decoration: none;
					font-size: 14px;
				}
				
					.pagebody .left_nav ul li a:hover {
						color: #932996;
						background-color: transparent;
					}
					
		.pagebody .left_nav .search {
			margin-top: 30px;
		}
		
			.search input {
				border: solid 1px #666666;
				width: 120px;
				height: 23px;
			}
			
			.search #ctl00_CampaignQuickSearchBox1_qs_btn {
				border: none;
				font-family: arial, sans-serif;
				color: #FFFFFF;
				font-weight: bold;
				font-size: 14px;
				text-align: center;
				cursor: pointer;
				width: 70px;
				height: 32px;
				background-image: url('images/search.gif');
			}
			
	.pagebody .main_page {
		margin-left: 190px;
		margin-bottom: 40px;
		min-height: 400px;
	}
	
		.pagebody .main_page .page_title {
			height: 40px;
		}
	
		.pagebody .main_page .search {
			float: right;
		}
	
		.pagebody .main_page .featured {
			width: 218px;
			height: 321px;
			padding: 10px;
			margin-right: 12px;
			margin-bottom: 12px;
			border: dotted 1px #000000;
			float: left;
		}
		
			.pagebody .main_page .featured a {
				text-decoration: none;
			}
		
			.pagebody .main_page .featured h2 {
				font-size: 18px;
				height: 30px;
				overflow: hidden;
				background-color: #FFFFFF;
				color: #000000;
			}
			
			.pagebody .main_page .featured img {
				border: solid 4px #000000;
				width: 209px;
				height: 162px;
			}
			
			.pagebody .main_page .featured p {
				height: 100px;
			}
			
			.pagebody .main_page .featured .link {
				display: block;
				float: left;
				font-weight: bold;
				padding-left: 20px;
				background-image: url('images/clay.gif');
				background-repeat: no-repeat;
				background-position: 0px 3px;
				text-decoration: underline !important;
			}
		
		.pagebody .main_page .breaker {
			clear: both;
			height: 20px;
			width: 100%;
		}
		
/* ADD NORMAL INPUT ELEMENTS */
table input, table select {
	border: solid 1px #999999;
}

.total input {
	cursor: pointer;
}

#linebreak {
	font-weight: bold;
}
	
.footer {
	clear: both;
	
	height: auto;
	background-color: #200A21;
	padding: 60px 0 40px 0;
	
	font-size: 14px;
	color: #EDE4D5;
	line-height: 32px;
}

	.footer .center, .footer .legal {
		margin: 0 auto;
		float: none !important;
		
		width: 628px;
		padding-right: 320px;
		background-image: url('images/madeintheuk.png');
		background-repeat: no-repeat;
		background-position: right;
	}
	
	.footer a {
		color: #A6A4A6;
	}
	
		.footer a:hover {
			background-color: #A6A4A6;
			color: #200A21;
		}
	
	.footer p {
		margin-bottom: 0.5em;
	}
	
	
	
	
	.footer div {
		width: 270px;
		float: left;
		margin-right: 60px;
		line-height: 20px;
	}
	
	.footer .last {
		margin-right: 0;
	}

	.footer h2 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.footer h3 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
	}
		
	.footer ul {
		list-style: none;
	}
	
		.footer ul li {
		
		}
	
			.footer ul li a {
				color: #FFFFFF;
			}
			
				.footer ul li a:hover {
					color: #000000;
					background-color: #FFFFFF;
					text-decoration: none;
				}
				
	.footer .legal {
		clear: both;
		margin-top: 40px;
	}
	
		.footer .legal div {
			margin: 0 auto;
			width: 948px;
		}
	
		.footer .legal ul {
			float: right;
		}
		
			.footer .legal ul li {
				float: left;
				margin-right: 10px;
			}
	
/* STYLING PAGES */

		.campaigntemplate {
			width: 180px;
			height: 400px;
			margin-right: 20px;
		}
		
			.campaigntemplate h1 {
				margin: 0;
				padding: 0;
				font-size: 18px;
			}
		
			.campaigntemplate img {
				margin-top: 20px;
				width: 180px;
			}
			
		.misc {
			padding: 20px;
			margin-top: 150px;
			
		}
		
			.misc ul {
				margin-left: 16px;
			}
		
		.dates {
			border-collapse: collapse;
			width: 530px;
			margin-left: 200px;
			margin-top: -360px;
		}
		
		.listings {
			border-collapse: collapse;
		}
		
			.dates caption, .listings caption {
				text-align: left;
				margin-bottom: 10px;
			}
			
			.dates th, .listings th {
				background-color: #F9F9F9;
				border-bottom: solid 1px #EEEEEE;
				border-top: solid 1px #EEEEEE;
			}
			
			.dates th, .dates td, .listings th, .listings td {
				padding: 3px;
				vertical-align: top;
				border-bottom: solid 1px #EEEEEE;
			}
			
			.dates .subtitle, .listings .subtitle {
				font-style: italic;
			}
			
			.dates .support, .dates .festival {
				margin-top: 10px;
				background-color: #F9F9F9;
				border-top: solid 1px #EEEEEE;
				border-bottom: solid 1px #EEEEEE;
				font-size: 0.9em;
				font-weight: bold;
			}
			
		.simple {
			padding: 10px;
		}
		
			.simple ul {
				list-style: none;
				margin: 0;
				padding: 0;
				margin-bottom: 10px;
			}
			
				.simple ul li {
					float: left;
					width: 45%;
					padding: 3px;
				}
				
		.matches {
			height: 20px;
		}
		
		#pagelinks, #footerpagelinks {
			margin-left: 480px;
			width: 200px;
			height: 20px;
			padding: 3px;
			background-color: #F9F9F9;
			border-top: solid 1px #EEEEEE;
			border-bottom: solid 1px #EEEEEE;
			text-align: right;
			white-space: nowrap;
			margin-top: 20px;
		}
		
		#footerpagelinks {
			clear: left;
		}
		
		#alphabetlinks {
			height: 20px;
			width: 480px;
			margin-top: -28px;
			background-color: #F9F9F9;
			border-top: solid 1px #EEEEEE;
			border-bottom: solid 1px #EEEEEE;
			padding: 3px;
		}
		
			#alphabetlinks span {
				margin-left: 5px;
			}
			
		.tickets, .seating, .summary {
			border-collapse: collapse;
			width: 720px;
			margin: 20px 0 20px 0;
		}
		
			.tickets thead th, .seating thead th, .summary thead th, .postage th, .highlighted {
				background-color: #EEEEEE;
				border-top: solid 1px #EEEEEE;
				border-bottom: solid 1px #EEEEEE;
			}
			
			.tickets th, .tickets td, .seating th, .seating td, .summary th, .summary td {
				padding: 3px;
				border-top: solid 1px #EEEEEE;
				border-bottom: solid 1px #EEEEEE;
			}
			
			.tickets .total {
				border-top: solid 2px #BBBBBB;
				border-bottom: solid 1px #BBBBBB;
				font-weight: bold;
			}
			
			.postage input {
				border: none;
			}
			
		.alertmessage {
			color: #CC0000;
		}
		
		.summary {
			margin-top: 20px;
		}
		
		.orderform {
			border-collapse: collapse;
			margin-top: 20px;
		}
		
			.orderform th, .orderform td {
				vertical-align: top;
				padding: 3px;
			}
			
			.orderform th {
				font-weight: bold;
			}
			
				.orderform th span {
					font-weight: normal;
				}
				
			.orderform .newsection {
				margin-top: 20px;
				border-top: solid 1px #666666;
			}
			
				.newsection td, .newsection th {
					*border-top: solid 1px #666666;
					*margin-top: 20px;
				}
			
		.orderinfo {
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
			.orderinfo img {
				float: right;
				margin: 10px;
			}
			
			.orderinfo .thawte {
				float: right;
				clear: right;
			}
			
			.orderinfo p {
				margin-bottom: 5px;
			}
			
		table caption {
			text-align: left;
			margin-bottom: 5px;
		}
		
		table th {
			text-align: left;
		}


/* FINE TUNING */
.venueinfo {
	margin: 10px 0 10px 0;
}

.inputborder input {
	border: none;
}

.proceedlink {
	font-weight: bold;
}

	.proceedlink a {
		color: #932996;
	}
	
		.proceedlink a:hover {
			color: #FFFFFF;
		}
		
.shaded {
	background-color: #F9F9F9;
}

.bold {
	font-weight: bold;
}

.listings {
	margin-top: 20px;
	margin-bottom: 20px;
}

.stages {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}

.simplepage {

}

	.simplepage h3 {
		margin: 10px 0 10px 0;
		font-weight: bold;
	}
	
	.simplepage p {
		margin-bottom: 10px;
	}
	
	.simplepage hr {
		
	}
	
	.simplepage .smallprint,
	.footnote {
		padding-top: 15px;
		border-top: solid 1px #666666;
		font-size: 11px;
	}
	
	.simplepage ul {
		margin-left: 15px;
	}

	.simplepage li {
		margin-bottom: 10px;
	}
	
.thankyou {
	
}

	.thankyou p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
#btnFind {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
	font-size: 14px;
}

	#btnFind span {
		text-decoration: underline;
	}

	#btnFind:hover {
		background-color: #000000;
		color: #FFFFFF;
	}
	
.orderinfo {

}

	.orderinfo p {
		width: 500px;
	}
