#ticketArea {
	position:relative;
	width:780px;
	height:auto;
	margin-bottom:7px;
}
#ticketAreaLHS {
	position:relative;
	float:left;
	width:585px;
}
#ticketAreaRHS {
	position:relative;
	float:right;
	width:188px;
	height:auto;
}
/**************************** Hero Tickets ****************************/
#heroContainer {
	position:relative;
	margin-bottom:6px;
	width:585px;
	height:225px;
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #d0d0d0;
}
.tl {
	position:absolute;
	width:5px;
	height:5px;
	top:-1px;
	left:-1px;
	background-image:url(../images/modules/heroTicket/TL.gif);
	background-repeat:no-repeat;
	z-index:100;
}
.tr {
	position:absolute;
	width:5px;
	height:5px;
	top:-1px;
	right:-1px;
	background-image:url(../images/modules/heroTicket/TR.gif);
	background-repeat:no-repeat;
	z-index:100;
}
.bl {
	position:absolute;
	width:6px;
	height:6px;
	bottom:-2px;
	left:-2px;
	background-image:url(../images/modules/heroTicket/BL.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:100;
}
.br {
	position:absolute;
	width:6px;
	height:6px;
	bottom:-2px;
	right:-2px;
	background-image:url(../images/modules/heroTicket/BR.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:100;
}
.heroContainerLHS {
	position:relative;
	width:215px;
	height:225px;
}
.heroContainerLHS ul {
	padding:0px;
	margin:0px;
}
.heroContainerLHS ul li {
	position:relative;
	height:75px;
	width:215px;
	list-style-type:none;
	background-image:url(../images/modules/heroTicket/buttonGreyTile.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.heroContainerLHS ul li .heroBox {
	position:relative;
	display:block;
	height:75px;
	width:215px;
	text-decoration:none;
	cursor: pointer;
}
.heroContainerLHS ul li .heroActive {
	background-image:url(../images/modules/heroTicket/topPanel.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.heroContainerLHS ul li .heroActive .heroTicket h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	margin:0px;
	padding:0px
}
.heroContainerLHS ul li .heroTicket {
	position:relative;
	width:170px;
	left:14px;
	top:9px;
}
.heroContainerLHS ul li .heroTicket h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#e50004;
	margin:0px;
	padding:0px
}
.heroContainerLHS ul li .heroTicket p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
/**************************** Ticket lists ****************************/
#ticketContainer {
	position:relative;
	width:571px;
	height:auto;
	padding:6px;
	margin-bottom:7px;
}
#ticketContainerInner {
	position:relative;
	width:571px;
	height:auto;
}
#ticketContainer #ticketContainerInner #lhs {
	position:relative;
	width:282.5px;
	height:auto;
}
#ticketContainer #ticketContainerInner #rhs {
	position:absolute;
	right:0px;
	top:0px;
	width:282.5px;
	height:auto;
	padding:0px;
	margin:0px;
}
.ticketItems {
	position:relative;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}
.ticketItems ul {
	position:relative;
	padding:0px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.ticketItems ul li {
	position:relative;
	list-style:none;
	height:65px;
	padding:0px;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
	vertical-align:top;
}
.ticketItems ul li .ticketThumbnail {
	overflow:hidden;
	background-color:#cccccc;
	position:relative;
	width:89px;
	height:64px;
}


.ticketItems ul li .ticketThumbnail .cornersLhs {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

.ticketItems ul li .ticketThumbnail .cornersRhs {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1000;
}
/*
.ticketItems ul li .ticketThumbnail .corners {
	position:absolute;
	top:0px;
	left:0px;
}
*/
.ticketItems ul li .ticketThumbnail {
	float:left;
	width:89px;
	height:64px;
	padding:0px;
	margin:0px;
}
.ticketItems ul li .ticketDetails {
	position:relative;
	float:right;
	width:189px;
	height:64px;
	/*background-color:#f2f2f2;*/
	padding:0px;
	margin:0px;
}
.ticketItems ul li .ticketDetails ul li h3 {
	padding:0px;
	margin:0px;
	background:#f2f2f2;
}
.ticketItems ul li .ticketDetails ul li h3 a {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#e50004;
	padding:8px;
	margin:0px;
	display:block;
	width:173px;
	height:47px;
	text-decoration:none;
	
	z-index:1000;
}
.ticketItems ul li .ticketDetails p {
	margin:0px;
	margin:0px;
}
.ticketItems ul li .ticketDetails ul {
	width:180px;
	position:relative;
	padding:0px;
	margin:0px;
}
.ticketItems ul li .ticketDetails ul li {
	position:absolute;
	height:auto;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
}

.ticketItems ul li .ticketDetails .body {
}
.ticketItems ul li .ticketDetails .body p a {
	position:relative;
	top:26px;
	left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	text-decoration:none;
}
/************* Rollover states **************/

/*
.ticketItems ul li .ticketDetails ul li h3 a:hover 
{
	position:relative;
	background:#2d2d2d;	
	color:#ffffff;
	
}

*/


/**************************** Category lists ****************************/


#categoryContainer {
	position:relative;
	width:174px;
	height:auto;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:7px;
}
.categoryContainerInner {
	position:relative;
	width:174px;
	height:auto;
}
.categoryList {
	position:relative;
	margin:0px;
	padding:0px;
	height:185px;
}
.categoryList ul {
	position:relative;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}
.categoryList ul li {
	position:relative;
	list-style:disc;
	list-style-position:inside;
	background-image:url(../images/modules/framework/dottedLine.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:20px;
}
.categoryList ul li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#252525;
}
.categoryList ul li a:hover {
	text-decoration:underline;
}
.findMore {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold !important;
	color:#e50004 !important;
}
