@charset "UTF-8";
/* CSS Document */

/*----- L A Y O U T -----*/

.buy_tickets {
	width: 600px;
	margin-top: 10px;
}
.buy_price {
	float: left;
	width: 100px;
}
.buy_link {
	float: right;
	width: 490px;
}

/*----- T E X T -----*/

.buy a {
	color: #FFFFFF;
	background-color: #B40000;
	text-transform: uppercase;
	text-decoration: none;
}
.buy a:hover {
	color: #FFFFFF;
	background-color: #B40000;
	text-transform: uppercase;
	text-decoration: none;
}
.past {
	color: #FFFFFF;
	background-color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
