/*******
	TICKETS
*******/
	
	.tickets .maincopy {
		margin-top: -15px;
		margin-left: 55px;
	}		
	
		.tickets .maincopy p {
			color: #97a5b3;
			font-weight: bold;
			margin-bottom: 5px;
			padding: 0px;
		}
		
			.tickets .maincopy p a, .tickets .maincopy p a:hover {
				color: #FFFFFF;
			}
	
	.tickets h3.where {
		width: 200px;
		margin: 45px 0px 5px 45px;
		overflow: hidden;
	}
	
	.tickets .block a {
			font-size: 13px;
			color: #FFFFFF;
		}
		
		.tickets .block ul {
			position: relative;
			padding: 0px;
			margin-top: 5px;
			list-style: none;
		}
		
			.tickets .block ul li {
				margin-right: 20px;
				float: left;
			}	
			
			.tickets .block ul li.blue {
				color: #0094fc;
				background-color: transparent !important;
			}	
