#detail {
	display: none;
	position: relative;
	width: 876px;
	padding-bottom: 96px;
	color: #231f20;
}
#detail h2 {
	font-size: 24px;
	margin: 30px 0 0 0;
}
#detail .panel {
	margin: 20px 0 0 0;
}
#detail .panel .left {
	float: left;
	width: 210px;
	margin-right: 26px;
}
#detail .panel .left em {
	font-style: normal;
	color: #b39c5a;
}
#detail .panel .right {
	float: right;
	width: 640px;
}
#detail .panel .preformat {
}
#detail .panel h3 {
	font-size: 17px;
	margin-bottom: 12px;
}
#detail input.check, #detail span.check input {
	margin: 2px 3px 4px 0;
	background: none;
}
#detail input.radio, #detail span.radio input {
	vertical-align: top;
	margin: 1px 3px 0 5px;
	background: none;
}
#detail label.rB {
	display: inline-block;
	padding: 3px 9px 4px 12px;
	background-color: #404040;
	font-size: 13px;
	color: white;
	cursor: pointer;
}
#detail label.rB-selected {
	background-color: #b39c5a;
}

#detail .discountSelectDiv {
	float: left;
}

#detail .discountText {
	float: left;
	font-size: 13px;
	color: #858688;
	margin-left: 36px;
	width: 400px;
}
#detail .buttons-top {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 14px;
	font-weight: bold;
}
#detail .buttons-bottom {
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 14px;
	font-weight: bold;
}
#detail .buttons a {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0 10px 0 20px;
	margin-left: 10px;
	color: #b39c5a;
	text-decoration: none;
}
#detail a.buttonHelp {
	background: url(Detail/ButtonHelp.gif) no-repeat left center;
}
#detail a.buttonBack {
	background: url(Detail/ButtonBack2.gif) no-repeat left center;
}
#detail .buttons a:hover {
	text-decoration: underline;
}

#detail #helpPanel {
	display: none;
	position: absolute;
	top: 35px;
	right: 150px;
	width: 244px;
	min-height: 150px;
	height: auto;
	_height: 150px;
	padding: 5px 16px 8px 16px;
	font-size: 14px;
	color: #231f20;
	font-weight: normal;
	background-color: #b39c5a;
	cursor: pointer;
	z-index: 11;
}
#detail #helpPanel span.borderTop {
	position: absolute;
	top: -7px;
	left: 0;
	display: block;
	width: 276px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/HelpPanelTop.png) no-repeat;
}
#detail #helpPanel span.borderBottom {
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	width: 276px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/HelpPanelBottom.png) no-repeat;
}
#detail #helpPanel h3 {
	color: White;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	background: url(Detail/IconHelpClose.gif) 227px 0 no-repeat;
}
#detail #helpPanel p {
}

#detail #tblDiscountInfo {
	border-collapse: collapse;
	float: left;
	margin: 8px 35px 0 0;
	width: 420px;
}
#detail #tblDiscountInfo th {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding: 4px 20px 8px 12px;
}
#detail #tblDiscountInfo td {
	font-size: 13px;
	padding: 3px 22px 4px 12px;
}
#detail #tblDiscountInfo img {
	vertical-align: middle;
}
#detail #tblDiscountInfo tr.hl td {
	background-color: #d9d9d9;
}
#detail #tblDiscountInfo tr.selected td {
	color: White;
	background-color: #b39c5a;
}
#detail p#seatInfo {
	font-size: 13px;
	color: #858688;
	margin: 15px 0 0 0;
}
#detail #tblSeatInfo {
	float: left;
	margin: 0 10px 0 -10px;
}
#detail #flashLimiter {
	position: relative;
	overflow-x: auto;
	overflow-y: visible;
}
#detail #flashLimiter #flashContent {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: Red;
}

#detail #limitInfo {
	display: none;
	position: fixed;
	_position: absolute;
	top: 600px;
	left: 300px;
	width: 269px;
	font-size: 15px;
	padding: 8px 20px 11px 20px;
	color: white;
	font-weight: bold;
	background-color: #404040;
	z-index: 11;
}
#detail #limitInfo span.borderTop {
	position: absolute;
	top: -7px;
	left: 0;
	display: block;
	width: 309px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/LimitInfoPanelTop.png) no-repeat;
}
#detail #limitInfo span.borderBottom {
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	width: 309px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/LimitInfoPanelBottom.png) no-repeat;
}
#detail #cartInfo {
	display: none;
	position: fixed;
	_position: absolute;
	top: 300px;
	right: 72px;
	_right: 1px;
	width: 53px;
	height: 277px;
	z-index: 11;
	background: url(Detail/CartInfoPanel.png) no-repeat;
}
#detail #cartInfo img {
	position: absolute;
	left: 18px;
	bottom: 30px;
	background: none;
}

#detail #eventLateInfo {
	display: block;
	position: relative;
	left: 200px;
	width: 269px;
	font-size: 15px;
	padding: 8px 20px 11px 20px;
	color: white;
	font-weight: bold;
	background-color: #404040;
}

#detail #eventLateInfo span.borderTop {
	position: absolute;
	top: -7px;
	left: 0;
	display: block;
	width: 309px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/LimitInfoPanelTop.png) no-repeat;
}
#detail #eventLateInfo span.borderBottom {
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	width: 309px;
	height: 7px;
	overflow: hidden;
	background: url(Detail/LimitInfoPanelBottom.png) no-repeat;
}
