@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	color: rgb(30%, 30%, 30%);
	font-family: century gothic, gill sans, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
}
body {
	background: black;
	color: rgb(30%, 30%, 30%);
	font-family: century gothic, gill sans, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
}
a {
	color: rgb(50%, 50%, 50%);
	text-decoration: none;
	-webkit-transition: 0.4s ease-out;
}
a:hover {
	color: white;
}

input, select {
	border: 1px solid #7F7F7F;
	background-color: #000000;
	color: #FFFFFF;
}
.maincontent {
	display: block;
	padding-top: 40px;
	background-image: url(../../graphics/cspower.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.list_headrow {
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
	font-size: 12px;
}
.list_row {
	border-bottom: 1px dotted #4C4C4C;
}
.list_artists_box {
	border-bottom: 1px solid #7F7F7F;
	padding: 5px;
	font-size: 14px;
	vertical-align: bottom;
}
	.list_artists_headliner {
		font-size: 24px;
		font-weight: bold;
	}
	.list_artists_support {
		font-size: 20px;
		font-weight: bold;	
	}
.list_details_headrow {
	font-weight: bold;
	border-bottom: 1px dotted #4C4C4C;
}
.list_details_row {
	border-bottom: 1px dotted #4C4C4C;
}
.list_tickets_headrow {
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
}
.list_tickets_row {
	border-bottom: 1px dotted #4C4C4C;
}
.list_ticket_action {
	width: 100px;
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	padding: 10px;
}
.list_image {
	padding: 3px;
	border: 1px solid #7F7F7F;
}
.cart_link_del {
	width: 15px; 
	height: auto; 
	padding: 3px; 
}
.cart_qty_wrap {
	width: 73px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	.cart_link_sub {
		width: 15px; 
		height: 15px; 
		padding: 3px; 
		font-weight: bold;
	}
	.cart_link_add {
		width: 15px; 
		height: 15px; 
		padding: 3px; 
		font-weight: bold;
	}
	.cart_qty {
		width: 15px;
		height: 15px; 
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding: 3px; 
		color: #FFFFFF;
	}
.report_error {
	border: 1px solid #EDB429;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.report_issue {
	border: 1px solid #EDB429;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.report_success {
	border: 1px solid #99CC99;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.menuwrap {
	text-align: right;
	margin-bottom: 10px;
}
	.menuwrap ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.menuwrap li{
			float: right;
			margin: 0 0.15em;
		}
		.menuwrap li a{
			height: 2em;
			line-height: 2em;
			width: 9em;
			display: block;
			border-left: 0px solid #CCCCCC;
			text-align: center;
			font-size: 12px;
		}
	.m_listings {
		display: visible;
	}
	.m_merch {
		display: none;
	}
	.m_cart{
		display: visible;
	}
	.m_account{
		display: visible;
	}
.loginform {
	border-left: 1px dotted #CCCCCC; 
	border-bottom: 1px dotted #CCCCCC;
	background-color: #333333;
}
.confirmaddress {
	border: 1px solid #CCCCCC; 
	border-right: 0px; 
	background-color: #333333;
}
.langformwrapper {
	display: none;
	float: left; 
	margin: 3px;
}
.langformwrapper img{
	float: left;
}
.langform {
	float: left; 
	margin-right: 4px; 
	padding-top: 10px;
}
.seat_viewcart {
	float: right;
	width: 100px;
	text-align: center;
	background-color: #6d9cea;
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 10px;
}
.seat_remove {
	float: left;	 	
}
#message_holder li {
	list-style-type: none;
}
-->
