.jcart { 
	margin: 0px;  
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
}

.jcart .button {
}

#paypal-button {
	display: block; 
	padding: 10px; 
	margin: 20px auto;
}

.clear {
	clear: both;
}

#title, #shopping-cart {
	margin-bottom: 10px;
}

#overview {
	float: right;
	padding: 6px 6px 0px 0px;
	color: #0054A7;
	font-weight: bold;
}

.quantity, .price, .add, .description {
	width: 17%;
	text-align: center;
}

.description {
	width: 53%;
	text-align: left;
}

.ticket-bo-time, .ticket-link, .ticket-box-office {
	min-width: 40px;
}

.ticket-bo-time, .ticket-link {
	text-align: center;
}

.ticket-link {
	color: #E13744;
	font-weight: bold;
}

.ticket-title {
	width: 100%;
}

#program-overview-table .ticket-bo-time {
	min-width: 60px;
}

#program-overview-table .ticket-title {
	min-width: 250px;
}

#program-overview-table .ticket-link {
	min-width: 75px;
}

/*
#program-overview-table .tr:hover {
	background: #E13744;
}
*/

#read-only-item .qty {
	width: 100px;
	text-align: center;
}

#read-only-item .subtotal {
	width: 20%;
	text-align: center;
}

#read-only-item .name {
	width: 70%;
	text-align: left;
}

div.table {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

div.tr {
	display: table-row;
}

div.th, div.td {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

div.th {
	background: #0054A7;
	color: #FFFFFF;
}

div.td {
	border: 1px solid #0054A7;
	border-top: none;
}

