@charset "utf-8";
/* CSS Document */

ul#topnav li  a#register{
	border-bottom: 3px solid #FC3;
}

#content {
	width: 700px;
	margin-top: 80px;
	margin-bottom: 60px;
	min-height:600px;
	
}
#tblcheckout {
	margin: 0px;
	padding: 0px;
	width: 100%;
}




input.seat {
	margin: 5px;
	padding: 1px;
	height: 16px;
	width: 40px;
	border: 1px solid #7F9DB9;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background: #FFF;
}
#btnupdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 3px 0px 5px;
	height: 40px;
	width: 140px;
	background: #4E5F82;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px outset #FFF;
	border-left: 4px solid #FFF;
	cursor:pointer;
	text-decoration: none;
}
#btncheckout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 5px;
	height: 40px;
	width: 170px;
	background: #F93;
	background: #F93;
	border-top: 3px solid #FFF;
	border-right: 3px outset #ffffff;
	border-bottom: 3px outset #ffffff;
	border-left: 3px solid #EFEFEF;
	clear: both;
	float: right;
	cursor:pointer;
}
a.btnremove {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	background: #4E5F82;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 25px;
	width: 65px;
	text-decoration: none;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px outset #FFF;
	border-left: 2px solid #FFF;
	clear: both;
	float: right;
}
a.btnremove:hover {
	background: #7A9EE8;
	color: #FFF;
}
#tblcart {
}



#tblcart th {
	color: #FFF;
	background: #4E5F82;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
#tblcart tr {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#tblcart td {
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #4E5F82;
	border-bottom: 1px solid #4E5F82;
}

.odd {
	background: #EAEAEA;
}

.even {
	background: #F5F5F5;
}


.col1 {
	width: 160px;
	border-left: 1px solid #7E8AA2;
}

.col2 {
	width: 215px;
}
.col3, #tblcart td.col3, #tblcart th.col3 {
	width: 65px;
	text-align: center;
}
.col4 {
	width: 60px;
	text-align: center;
}
.col5, #tblcart td.col5, #tblcart th.col5 {
	text-align: center;
	width: 65px;
}
.col6, , #tblcart td.col6, #tblcart th.col6 {
	width: 90px;
	text-align: center;
}
.allspan {
	border-left: 1px solid #7E8AA2;
}



#tblcart tr.total td{
border:none;
text-align:right;
}

#paypalform {
	margin: 0px;
	padding: 0px;
}
#cartform {
	margin: 0px 0px 20px;
	padding: 0px;
}
#paymentmethods {
	background: url(../images/payment_methods.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 444px;
	position: absolute;
	left: 258px;
	top: 130px;
	overflow: hidden;
	z-index: 1;
}

#promo{
	display:none;
}
