@charset "utf-8";
p#ticketName {
	font-weight: bold;
	margin-bottom: 0px;
}

#externalTicketSWF {
	background-color: #EAF0EB;
}


#ticketList {
	width: 535px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
#ticketList ul {
	margin: 0px;
	padding: 0px;
}

#ticketList li {
	display: block;
	height: 47px;
	width: 130px;
	float: left;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#ticketList li a {
	display: block;
	height: 47px;
	width: 130px;
	line-height: 47px;
	text-indent: 5px;
	background-image: url(image/ticket000_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

#ticketList  li.clear {
	clear: left;
	display: block;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

