#topSeats
{
	width		: 100%;
	overflow	: auto;
	margin		: 0;
	padding		: 0;
}

table.tblTopSeats {
	border		: 0;
	margin		: 0;
	padding		: 0;
	width		: 100%;
	background-color: #f5f5f5;
}

table.tblTopSeats td {
	margin		: 0;
	padding		: 0;
}

table.tblTopSeats td.topSeatsL,
table.tblTopSeats td.topSeatsC,
table.tblTopSeats td.topSeatsR 
{
	width: 33%;
	background: #fff;
	
	
}

#topSeats .moduletable h3 {
	font-size: 11px;
	background: #FF9B2B;
	color: #fff;
	height: 24px;
	margin: 0;
	padding: 0;
	margin: 0px;
	font-weight: normal;
	line-height: 24px;
	text-indent: 10px;
}

#topSeats li a
{
	color: #333333;
	font-size		: 11px;
}

#topSeats .moduletable p {
	padding: 0 6px;
}

#topSeats .moduletable
{
	color		: #1B2B03;
}

/*link colors inside top modules */

#topSeats .moduletable a:link,
#topSeats .moduletable a:visited
{
	color		: #333;
	background	: #f0efef;
}

#topSeats .moduletable a:hover
{
	color		: #333;
	background	: #d4d3d3;
}
