/* TICKETS */
.basket {
	margin:30px 0 0 30px;;
	width:560px;
	}

.basket h1 {
	font-size:16px;
	line-height:18px;
	margin-bottom:0px;
	}

.basketTickets {
	width:560px;
	font-family:"Lucida Grande", Lucida,  sans-serif;
	font-size:10px;
	line-height:12px;
	margin:0;
	padding:0;
	text-align: left;
	}

.basketTickets th, .basketTickets td {
	border-bottom: 1px solid #bbb;
	}

.basketTickets thead {
	background:url(../_im/bgrAgendaTitel.png) left bottom no-repeat;
	}
	
.basketTickets th {
	color: #888;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 7px 0px;
	}

.basketTickets td {
	color:#444;
	background:url(../_im/bgrAgendaTicketPass.png) center;
	padding:2px 7px 3px;
	vertical-align: middle; 
	}

.basketTickets td.overzicht {
	height:30px;
	padding:0px 7px 3px;
	}

.basketTickets tfoot td.overzicht {
	height:20px;
	padding:3px 7px 3px;
	}
	
.basketTickets td a {
	border:none;
	color: #eaeaea;
	display:block;
	background:none;
	font-weight:normal;
	}

.basketTickets tfoot td {
	border-bottom:1px solid #bbb;
	background:#eaeaea;
	color:#666;
	font-weight:normal;
	}

.basketTickets tfoot td a, .basketTickets tfoot td a:hover {
	color:#333;
	font-weight:normal;
	}
	
.whiteBox {
	padding:15px;
	background:#FFF;
	}

.whiteBox a, .whiteBox a:visited {
	color:#666666;
	border-bottom:1px dotted #bbb;
	}

.whiteBox a:hover, .whiteBox a:focus {
	color:#f33;
	}

.whiteBox ul, .whiteBox ul li {
	font-family:"Lucida Grande", Lucida;
	font-size:12px;
	color: #999;
	line-height:14px;
	margin:10px 15px;
	padding:0;
	}

.whiteBox table.formulier td {
	padding: 1px 5px;
	vertical-align:middle;
	}

	