@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active { 
	text-decoration: none;
	color: #fff;
}
.maincontent { /*main content block*/
	display: block;
	padding-top: 40px;
	background-image: url(../../graphics/cspower_white.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

/************ START General Table Styling */

.list_headrow { /*TABLE HEADINGS across all page except details. e.g. artist, venue etc. */
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.list_row {/*TABLE ROWS across all pages except details*/
	border-bottom: 1px dotted #fff;
}
/************ END General Table Styling */


/************ START Styling Specific to Details Page */
.list_artists_box {/*Top section on details page eg. Live Nation Presents ENTER SHIKARI*/
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	font-size: 14px;
	vertical-align: bottom;
}
	.list_artists_headliner {/*Headliner*/
		font-size: 20px;
		font-weight: bold;
	}
	.list_artists_support {/*Support Bands*/
		font-size: 28px;
		font-weight: bold;
		color: #fff;
	}
.list_details_headrow {/*Headings on the details page e.g. date, doors venue*/
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	vertical-align:top;
}
.list_details_row {/*fields on the details page e.g. date, doors venue*/
	border-bottom: 1px dotted #fff
}
.list_tickets_headrow {/*Heading above the ticket types*/
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.list_tickets_row {/*the ticket types*/
	border-bottom: 1px dotted #fff;
}
.list_ticket_action {/*ticket button eg. PICK SEATS*/
	width: 100px;
	text-align: center;
	background-color: #333;
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 10px;
}
.list_image {/* flyer or artist image in details page */
	padding: 3px;
	border: 1px solid #cccccc;
}
/************ END Details Styling */


/************ START Cart Styling */

.cart_link_del {/* remove from cart button */
	width: 15px;
	height: 15px;
	padding: 3px;
	background-color: #333;
	border: 1px solid #DFDFDF;
}
.cart_qty_wrap {/* wrapper around cart quantity buttons */
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}
	.cart_link_sub {/* reduce quantity in cart*/
	float: left;
	width: 15px;
	height: 15px;
	padding: 3px;
	background-color: #333;
	border: 1px solid #DFDFDF;
	font-weight: bold;
}
	.cart_link_add {/* increase quantity in cart */
	float: left;
	width: 15px;
	height: 15px;
	padding: 3px;
	background-color: #333;
	border: 1px solid #DFDFDF;
	font-weight: bold;
}
	.cart_qty {/* displays the current quantity in cart for an item */
		float: left;
		width: 15px;
		height: 15px; 
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 3px; 
	}
.report_error { /* box displaying any error message above cart */
	background-color: #333;
	border: 1px solid #d01e25;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}
.report_issue { /* box displaying any issue message above cart */
	background-color: #333;
	border: 1px solid #0072bc;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}
.report_success { /* box displaying any success messages above cart e.g. Product added to cart */
	background-color: #333;
	border: 1px solid #39b54a;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

/************ END Cart Styling */


/************ START Navigation Styling */
.menuwrap { /* Navigation menu styling eg. Listings | Store | My Account | My Cart */
	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: 1.5em;
			width: 7em;
			display: block;
			border-left: 1px solid #999;
			text-align: center;
		}
	.m_listings { /* choose whether to display Listings */
		display: visible;
	}
	.m_merch { /* choose whether to display Store */
		display: none;
	}
	.m_cart{ /* choose whether to display My Cart */
		display: visible;
	}
	.m_account{ /* choose whether to display My Account */
		display: visible;
	}
	
/************ END Menu Styling */


.loginform {/* styling of login box when prompted before checkout*/
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background-color: #333;
}
.confirmaddress {/* confirm delivery address box*/
	border: 1px solid #cccccc;
	border-right: 0px;
	background-color: #333;
}
.langformwrapper {
	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;
}
-->
