* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none!important;
}
html {
	height: 100%;
	overflow-y: scroll;
	background-color: white;
}
body {
	position: relative;
	height: 100%;
	line-height: 1.2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
}
th, td {
	line-height: 1.2;
	color: #231f20;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	padding: 3px 0 3px 0;
	text-align: left;
	font-size: 14px;
	color: #231f20;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
}
blockquote {
	font-style: italic;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.2;
}
cite {
	font-style: normal;
	float: right;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #555555;
}
img {
	background: white url('Progress.gif') no-repeat center center;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #b39c5a;
}
a:hover {
}
a:visited {
}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}
.rC-7 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: -7px 0;
	_background-position: -6px 0;
	z-index: 10;
}
.rC-7W {
	background-image: url('CornerWhite7.png')
}
.rC-7G {
	background-image: url('CornerGray7.png')
}
.rC-7-1 {
	right: 0;
	top: 0;
}
.rC-7-2 {
	right: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: -7px -7px;
	_background-position: -6px -7px;
}
.rC-7-3 {
	left: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: 0 -7px;
}
.rC-7-4 {
	left: 0;
	top: 0;
	background-position: 0 0;
}
.rC-8 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: -8px 0;
	_background-position: -7px 0;
	z-index: 10;
}
.rC-8W {
	background-image: url('CornerWhite8.png');
}
.rC-8G {
	background-image: url('CornerGray8.png');
}
.rC-8-1 {
	right: 0;
	top: 0;
}
.rC-8-2 {
	right: 0;
	bottom: 0;
	background-position: -8px -8px;
	_background-position: -7px -7px;
}
.rC-8-3 {
	left: 0;
	bottom: 0;
	background-position: 0 -8px;
	_background-position: 0 -7px;
}
.homeLinks .rC-8-2 {
	_bottom: -1px;
}
.homeLinks .rC-8-3 {
	_bottom: -1px;
}
.rC-8-4 {
	left: 0;
	top: 0;
	background-position: 0 0;
}
.rC-parent {
	position: relative;
	display: block;
	overflow: hidden;
}
img.preloadImage {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/* basic layout */
#headerBox {
	clear: both;
	position: relative;
	width: 100%;
	height: 220px;
}
#headerBox #ctl00_LogoLink {
	position: absolute;
	bottom: 50px;
	left: 0;
}
#headerBox #ctl00_LogoLink img {
	background: none;
}
#page {
	position: relative;
	width: 876px;
	margin: 0 auto;
	overflow-x: hidden;
}
#mainBox {
	position: relative;
	width: 876px;
	padding-bottom: 56px;
	float: left;
}
#mainBox #mainContentBox {
	float: right;
	clear: both;
	position: relative;
	width: 677px;
	min-height: 450px;
	height: auto;
	_height: 450px;
	padding-bottom: 45px;
}
#mp1 #mainBox #mainContentBox {
	float: none;
	width: 876px;
	min-height: 600px;
	height: auto;
	_height: 600px;
	margin-top: 5px;
	padding-bottom: 0;
}
#languages {
	position: absolute;
	right: 0;
	top: 0;
}
#languages a {
	display: block;
	width: 87px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #838383;
	background: url('ButtonLang.gif') no-repeat;
}
#languages a:hover {
	color: #231f20;
}
#languages a.active {
	display: none;
}
.footerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 23px;
	width: 853px;
	height: 26px;
	line-height: 26px;
	font-size: 9px;
	color: #828282;
	background: #f2f2f2 url(FooterContent.gif);
}

/* Tabs */
#viewport {
	/*overflow-x: hidden;*/
	position: relative;
}
.tabContent {
	position: absolute;
	width: 918px;
	top: 0;
	z-index: 15;
	display: none;
}
.tabContent-visible {
	z-index: 16;
	display: block;
}
.tabContent .inside {
	margin: 0 auto;
	width: 876px;
}
.tabControl {
	position: fixed;
	_position: absolute;
	top: 0;
	width: 35px;
	overflow: hidden;
	background-color: #b39c5a;
	z-index: 20;
}
.tabControl a {
	display: none;
}
.tabControl object, .tabControl div {
	position: fixed;
	_position: absolute;
	display: block;
	width: 35px;
	height: 600px;
	cursor: pointer;
}

#leftContent {
	left: 0;
}
#leftContent .inside {
}

#leftTab {
	left: 0;
}

#middleContent {
	left: 36px;
}
#leftContent .inside {
}

#rightTab {
}
#rightContent {
	left: 72px;
}
#rightContent .inside {
}


/* common: main content + infozone */
h2 {
	margin: 9px 0 6px 0;
	font-size: 17px;
}
p.dateAuthor {
	font-size: 12px;
}
.article {
}
.htmlEditorContent img {
	background: none;
}
.htmlEditorContent h3 {
	padding: 4px 0 10px 0;
	font-size: 15px;
}
.htmlEditorContent img.bordered {
}
.htmlEditorContent .hl1 {
	color: #8d8d8d;
	font-style: italic;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 35px;
	list-style-type: square;
}
.htmlEditorContent ul li {
	padding: 0 0 0 5px;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 40px;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0px;
}
.htmlEditorContent table.styled {
	margin: 5px 0 15px 0;
	border-collapse: separate;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	background-color: White;
	padding: 2px 15px;
	text-align: left;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 4px 15px;
	background-color: #b39c5a;
	color: White;
	font-style: normal;
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td {
	background-color: #d9d9d9;
	font-style: normal;
}
.htmlEditorContent h3.listLinksHeader {
}
.htmlEditorContent ul.listLinks {
}
.htmlEditorContent ul.listLinks li {
}
.htmlEditorContent .homeLinks {
	width: 879px;
	height: 189px;
	margin: 23px -3px 0 0;
}
.htmlEditorContent .homeLinks .item {
	float: left;
	position: relative;
	width: 290px;
	height: 189px;
	margin-right: 3px;
	cursor: pointer;
}
.htmlEditorContent .homeLinks .item img {
	position: absolute;
	top: 0;
	z-index: 9;
}
.htmlEditorContent .homeLinks .item h3 {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 262px;
	padding: 13px 14px 13px 14px;
	font-size: 16px;
	letter-spacing: 1px;
	color: White;
	background: url('HomeLinksHeader.png');
}
.htmlEditorContent .homeLinks .item h3 a {
	color: White;
	text-decoration: none;
}
.htmlEditorContent .homeLinks .item h3 img {
	position: static;
}

/* main content */
#mainContentBox h1 {
	margin: 2px 0 7px 0;
	font-size: 25px;
}
#mp1 #mainContentBox h1 {
	display: none;
}
#mainContentBox p#dateAuthor {
	font-size: 12px;
}
#mp1 #mainContentBox p#dateAuthor {
	display: none;
}
#mainContentBox #upBack {
	position: absolute;
	height: 21px;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#mp1 #mainContentBox #upBack {
	display: none;
}
#mainContentBox #upBack a {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0 15px 0 25px;
	color: #b39c5a;
	text-decoration: none;
}
#mainContentBox #upBack a.buttonUp {
	background: url(ButtonUp.gif) no-repeat left center;
}
#mainContentBox #upBack a.buttonBack {
	background: url(ButtonBack.gif) no-repeat left center;
}
#mainContentBox #upBack a.buttonPrint {
	background: url(ButtonPrint.gif) no-repeat left center;
}
#mainContentBox #upBack a:hover {
	text-decoration: underline;
}

/* footer */
.footerBox p.navigation {
	display: none;
}
.footerBox a {
	color: #828282;
}
.footerBox strong {
	font-weight: normal;
	color: #b39c5a;
}

/* */
.sideContentHeader {
	display: none;
}

table.orderPerson {
	font-family: Arial;
	font-size: 14px;
	margin-top: 15px;
}

table.orderPerson th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.orderPerson input {
	border: solid 1px #858688;
	padding: 1px;
}

table.orderPerson .error {
	color: Red;
}

table.orderPerson span.error {
	font-family: Arial;
	font-size:10px;
	line-height: 1.2;
	display: block;
	float: left;
}

table.orderPerson span.error-hidden {
	visibility: hidden;
}

table.orderPerson span.error-collapse {
	display: none;
}

table.orderPerson tr.errorRow {
	padding: 0;
}#catalog {
	position: relative;
	width: 876px;
	overflow: visible;
	padding-bottom: 45px;
}
#catalog img {
	background: none;
}
#catalog h2 {
	font-size: 24px;
	margin: 30px 0 0 6px;
}
#catalog a.backButton {
	position: absolute;
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #b39c5a;
	text-decoration: none;
	background: url(Catalog/ButtonBack.gif) no-repeat right center;
}
#catalog a.backButton-top {
	top: 10px;
	right: 10px;
}
#catalog a.backButton-bottom {
	bottom: 40px;
	right: 10px;
}
#catalog a.backButton:hover {
	text-decoration: underline;
}
#catalog #panelFilter {
	position: relative;
	width: 876px;
	height: 68px;
	margin: 17px 0 0 0;
	color: White;
	font-size: 14px;
	background: url('Catalog/PanelFiltr.gif') no-repeat;
}
#catalog #panelFilter a {
	color: White;
}
#catalog #panelFilter .dropdown {
	position: relative;
	display: inline-block;
	width: 182px;
	height: 19px;
	cursor: pointer;
	padding: 0 25px 0 9px;
	color: #231f20;
	border: solid #d9d9d9 1px;
	background: white url('Catalog/FilterDropdown.gif') 201px 8px no-repeat;
}
#catalog #panelFilter .dropdown ul.packedItems {
	position: absolute;
	top: 19px;
	left: -1px;
	display: none;
	list-style: none;
	width: 182px;
	padding: 3px 25px 5px 9px;
	cursor: default;
	border: solid #e9e9e9 1px;
	background: #e9e9e9;
	z-index: 10;
}
#catalog #panelFilter .dropdown ul.packedItems a {
	color: #231f20;
	font-size: 12px;
	text-decoration: none;
}
#catalog #panelFilter .dropdown ul.packedItems a:hover {
	text-decoration: underline;
}
#catalog #panelFilter #filter-view {
	position: absolute;
	left: 27px;
	top: 12px;
	font-size: 12px;
}
#catalog #panelFilter #filter-view img {
	margin: 12px 5px 0 0;
}
#catalog #panelFilter #filter-events {
	position: absolute;
	left: 100px;
	top: 29px;
	line-height: 21px;
	width: 446px;
}
#catalog #panelFilter #filter-months {
	position: absolute;
	left: 500px;
	top: 29px;
	line-height: 21px;
	width: 346px;
}
#catalog #panelFilter #filter-months a {
	text-decoration: none;
}
#catalog #panelFilter #filter-months a:hover {
	text-decoration: underline;
}
#catalog #panelFilter #filter-months a.prev {
	padding: 0 17px 0 0;
	background: url('Catalog/FilterPrev.gif') no-repeat right center;
}
#catalog #panelFilter #filter-months a.next {
	padding: 0 0 0 17px;
	background: url('Catalog/FilterNext.gif') no-repeat left center;
}
#catalog #panelFilter .infoBox {
	display: inline-block;
	width: 108px;
	height: 19px;
	padding: 0 9px 0 9px;
	margin: 0 5px;
	background: white;
	color: #231f20;
	border: solid #d9d9d9 1px;
}
#catalog #panelResults {
	position: relative;
	margin: 20px 0 40px 0;
	overflow: hidden;
	width: 876px;
}
#catalog #panelResults .rC {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
}
#catalog #panelResults .rC-1 {
	right: 0;
	top: 0;
	background-image: url('Catalog/Corner1.gif');
}
#catalog #panelResults .rC-1-f {
	background-image: url('Catalog/Corner1Full.gif');
}
#catalog #panelResults .rC-1-s {
	background-image: url('Catalog/Corner1FullSel.gif');
}
#catalog #panelResults .rC-2 {
	right: 0;
	bottom: 0;
	background-image: url('Catalog/Corner2.gif');
}
#catalog #panelResults .rC-3 {
	left: 0;
	bottom: 0;
	background-image: url('Catalog/Corner3.gif');
}
#catalog #panelResults .rC-4 {
	left: 0;
	top: 0;
	background-image: url('Catalog/Corner4.gif');
}
#catalog #panelResults .rC-4-f {
	background-image: url('Catalog/Corner4Full.gif');
}
#catalog #panelResults .rC-4-s {
	background-image: url('Catalog/Corner4FullSel.gif');
}

#catalog table#catalogView {
	border-collapse: collapse;
}
#catalog table#catalogView td {
	border: solid #d9d9d9 1px;
	vertical-align: top;
}
#catalog table#catalogView td:hover {
	background-color: #ececec;
}
#catalog table#catalogView .cell {
	width: 124px;
	min-height: 128px;
	height: auto;
	_height: 128px;
	line-height: 1.1;
	font-size: 11px;
	color: #231f20;
}
#catalog table#catalogView .cell:hover {
	background-color: #ececec;
}
#catalog table#catalogView td.out .cell {
	color: #d9d9d9;
}
#catalog table#catalogView p.date {
	height: 27px;
	padding: 6px 0 0 6px;
	background-color: #d9d9d9;
	font-size: 12px;
}
#catalog table#catalogView td.out p.date {
	color: #d9d9d9;
	background-color: white;
}
#catalog table#catalogView td.today p.date {
	color: White;
	background-color: #b39c5a;
}

#catalog table#catalogView p.date span {
	font-size: 19px;
	font-weight: bold;
	padding-right: 4px;
}
#catalog table#catalogView .events {
}
#catalog table#catalogView .event {
	padding-bottom: 18px;
}
#catalog table#catalogView td.out img.document {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#catalog table#catalogView h3 {
	font-size: 11px;
	margin: 8px 9px 2px 9px;
}
#catalog table#catalogView h3 a {
	color: #231f20;
	text-decoration: none;
}
#catalog table#catalogView td.out h3 a {
	color: #d9d9d9;
}
#catalog table#catalogView h3 a:hover {
	text-decoration: underline;
}
#catalog table#catalogView p.venue {
	margin: 3px 9px 10px 9px;
}
#catalog table#catalogView p.time {
	margin: 8px 9px 0 9px;
	color: #b39c5a;
}
#catalog table#catalogView td.out p.time {
	color: #d9d9d9;
}
#catalog table#catalogView p.boxOffice {
	display: none;
}
#catalog table#catalogView p.web {
	display: none;
}
#catalog table#catalogView p.desc {
	display: none;
}
#catalog table#catalogView div.desc {
	display: none;
}
#catalog .eventInfo {
	display: none;
	position: absolute;
	top: 100px;
	left: 62px;
	width: 244px;
	min-height: 150px;
	height: auto;
	_height: 150px;
	font-size: 14px;
	padding: 5px 16px 8px 16px;
	color: White;
	background-color: #b39c5a;
	z-index: 11;
}
#catalog .eventInfo .infoName {
	color: White;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#catalog .eventInfo .infoVenue {
	color: White;
	margin-bottom: 2px;
}
#catalog .eventInfo .infoStart {
	color: White;
	margin-bottom: 10px;
}
#catalog .eventInfo .infoDesc {
	color: #231f20;
}

#catalog .eventInfo .top {
	position: absolute;
	width: 276px;
	height: 7px;
	overflow: hidden;
	top: -7px;
	left: 0;
	background: url('Catalog/InfoBoxTop.png') no-repeat;
}
#catalog .eventInfo .bottom {
	position: absolute;
	bottom: -7px;
	width: 276px;
	height: 7px;
	overflow: hidden;
	left: 0;
	background: url('Catalog/InfoBoxBottom.png') no-repeat;
}#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/ButtonBack.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;
}
#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;
}#cart {
	position: relative;
	width: 876px;
	padding-bottom: 96px;
	color: #231f20;
}
#cart h2 {
	font-size: 24px;
	margin: 30px 0 0 0;
}
#cart h3 {
	font-size: 17px;
	margin: 20px 0 0 0;
}
#cart a.backButton {
	position: absolute;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: #b39c5a;
	text-decoration: none;
	background: url(ButtonBack.gif) no-repeat left center;
}
#cart a.backButton-top {
	top: 10px;
	right: 10px;
}
#cart a.backButton-bottom {
	bottom: 40px;
	right: 10px;
}
#cart a.backButton:hover {
	text-decoration: underline;
}
#cart #tblCart {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0 0 0;
	z-index: -1;
}
#cart #tblCart th, #cart #tblCart td {
	font-size: 14px;
	padding: 5px 10px 6px 10px;
}
#cart #tblCart th {
	text-align: left;
	font-weight: normal;
	color: White;
	background-color: #b39c5a;
}

#cart #tblCart tr.hl td {
	background-color: #dadadb;	
}
#cart #tblCart .col1 {
	white-space: nowrap;
	width: 190px;
	overflow: hidden;
}
#cart #tblCart .col2 {
	width: 112px;
}
#cart #tblCart .col3 {
	white-space: nowrap;
	width: 120px;
	overflow: hidden;
}
#cart #tblCart .col4 {
	white-space: nowrap;
	width: 92px;
	overflow: hidden;
}
#cart #tblCart .col5 {
	width: 138px;
}
#cart #tblCart .col6 {
	width: 65px;
}
#cart #tblCart .col7 {
	width: 47px;
}
#cart #tblCart .dropdown {
	display: block;
	width: 102px;
	height: 19px;
	line-height: 20px;
	cursor: pointer;
	padding: 0 25px 0 9px;
	color: #231f20;
	border: solid #231f20 1px;
	background: white url('Catalog/FilterDropdown.gif') 121px 8px no-repeat;
}
#cart #tblCart .dropdown span {
}
#cart #tblCart .dropdown ul.packedItems {
	position: absolute;
	top: 19px;
	left: -1px;
	display: none;
	list-style: none;
	width: 102px;
	padding: 3px 25px 5px 9px;
	cursor: default;
	border: solid #231f20 1px;
	border-top: none;
	background: #858688;
	z-index: 11;
}
#cart #tblCart .dropdown ul.packedItems a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#cart #tblCart .dropdown ul.packedItems a:hover {
	text-decoration: underline;
}
#totalPrice {
	float: right;
	padding: 20px 10px 0 0;
	font-size: 14px;
}
#totalPrice strong {
	display: inline-block;
	border: solid #dadadb 1px;
	font-size: 17px;
	vertical-align: middle;
	padding: 3px 15px 4px 15px;
	margin-left: 8px;
}

#cart a.completeButton {
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #b39c5a;
	text-decoration: none;
	background: url(Cart/ButtonBack.gif) no-repeat right center;
}

#cart a.completeButton:hover {
	text-decoration: underline;
}

#orderSummary {
}
#orderSummary h2 {
	font-size: 24px;
	margin: 30px 0 20px 0;
}
#orderSummary h3 {
	font-size: 17px;
	margin: 20px 0 10px 0;
}
#orderSummary p {
	font-size: 14px;
	margin: 10px 0 10px 0;
}
#orderSummary em {
	font-style: normal;
	color: #B39C5A;
}
table#orderSummary-tickets {
	border-collapse: collapse;
}
table#orderSummary-tickets th, table#orderSummary-tickets td {
	border: solid #333333 1px;
	padding: 2px 4px;
}
#orderSummary a.printButton {
	position: absolute;
	bottom: 40px;
	left: 0px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: #b39c5a;
	text-decoration: none;
	background: url(ButtonPrint.gif) no-repeat left center;
}
#orderSummary a.printButton:hover {
	text-decoration: underline;
}
/* inCMS module: gallery_type1 */

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: url('../Modules/Galleries/Type7/Design/BackgroundOverlay.png');
}
#lightbox {
	display: none;
	z-index: 51;
	position: absolute;
	color: #231f20;
}
#lightbox .imageContainer {
	display: block;
	text-align: center;
}
#lightbox #flashPlayer {
	width: 500px;
	height: 420px;
}
#lightbox h2 {
	font-size: 14px;
	margin: 5px 3px;
}
#lightbox img {
	cursor: pointer;
}
#lightbox p.dateAuthor {
	font-size: 12px;
	margin: 5px 3px;
}
#lightbox p.fileName {
	clear: both;
	font-size: 11px;
	margin: 5px 3px;
}
#lightbox p.description {
	font-size: 12px;
	margin: 5px 3px;
}
#lightbox p#lightbox-navigation {
	height: 21px;
	line-height: 19px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	color: #58595a;
}
#lightbox p#lightbox-navigation a {
	color: #b39c5a;
	font-size: 14px;
	height: 21px;
	line-height: 19px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	padding: 0 6px;
}
#lightbox p#lightbox-navigation a:hover {
}
#lightbox p#lightbox-navigation a img {
	vertical-align: middle;
	margin: 0 0 0 3px;
	background: none;
}
#lightbox #lightbox-counter {
	position: absolute;
	left: 3px;
	bottom: 0;
}
#lightbox #lightbox-closer {
	position: absolute;
	right: 0;
	bottom: 0;
}

.gallery-type1 {
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	color: #231f20;
}
.gallery-type1 h2 {
}
.gallery-type1 .sortBy {
	float: right;
}
.gallery-type1 .sortBy select {
	vertical-align: middle;
	margin-left: 5px;
}
.gallery-type1 a {
	color: #b39c5a;
	text-decoration: none;
}
.gallery-type1 a:hover {
	text-decoration: underline;
}
.gallery-type1 .pages {
	margin: 2px 0 4px 0;
}
.gallery-type1 .pages span.selected {
}
.gallery-type1 .content {
	padding: 10px 0 0 0;
	width: 696px;
}
.gallery-type1 .galleryItem {
	float: left;
	width: 116px;
	height: 224px;
	position: relative;
}
.gallery-type1 .galleryItem h3, .gallery-type1 .galleryItem .fileName, .gallery-type1 .galleryItem .dateAuthor {
	display: none;
}
.gallery-type1 .galleryItem .image {
	float: left;
	width: 97px;
	height: 203px;
	position: relative;
}
.gallery-type1 .galleryItem .image a {
	display: block;
	width: 97px;
	height: 203px;
	overflow: hidden;
	position: relative;
}
.gallery-type1 .galleryItem img {
	cursor: pointer;
	position: relative;
	right: 0;
}
.gallery-type1 .galleryItem .flvIcon {
	position: absolute;
	display: block;
	left: 0;
	bottom: 14px;
	width: 97px;
	height: 21px;
	background: white url('FileType/InFlv.gif') no-repeat;
}
.gallery-type1 .galleryItem .rC-7-1 {
	_right: -1px;
}
.gallery-type1 .galleryItem .rC-7-2 {
	_right: -1px;
	_background-position: -6px -6px;
}
.gallery-type1 .galleryItem .rC-7-3 {
	_background-position: 0 -6px;
}
/* inCMS module: menu_v1 */

#mainBox #subMenuBox {
	position: relative;
	float: left;
	width: 148px;
	overflow-x: hidden; 
	padding: 12px 14px 12px 14px;
	margin-top: 7px;
	background-color: #b39c5a;
}
#mainBox #subMenuBox h2 {
	font-size: 14px;
	color: White;
	margin: 0 0 5px 0;
}
ul#menuList-v1 {
	list-style: none;
}
ul#menuList-v1 li {
	padding: 1px 0 1px 0; 
}
ul#menuList-v1 a {
	text-decoration: none;
	font-size: 14px;
	color: white;
}
ul#menuList-v1 a:hover, ul#menuList-v1 a.selected {
	color: #231f20;
}
ul#menuList-v1 ul {
	margin: 1px 0 2px 10px;
	list-style: none;
}
ul#menuList-v1 ul a {
	color: white;
	padding-left: 11px;
	background: url('../Modules/Menu/Menu_v1/Design/SubItem.gif') 0 8px no-repeat;
}
ul#menuList-v1 ul a:hover, ul#menuList-v1 ul a.selected {
	color: #231f20;
	background-position: 0 -21px;
}
ul#menuList-v1 ul ul a {
}
/* inCMS module: menu_h1 */

#mainMenuBox {
	z-index: 10;
	position: absolute;
	top: 178px; left: 7px;
	height: 30px;
}
/* 1. uroven menu */
ul#menuList-h1 {
	width: 100%;
	position: relative;
	list-style: none;
	z-index: 10;
}
ul#menuList-h1 li {
	position: relative;
	float: left;
	padding-right: 24px;
}
ul#menuList-h1 a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b39c5a;
}
ul#menuList-h1 a:hover, ul#menuList-h1 li.active a {
	color: #231f20;
}
/* 2. uroven menu */
ul#menuList-h1 ul 
{
	display: none;
	position: absolute;
	top: 30px; left: -18px;
	list-style: none;
	z-index: 11;
}
ul#menuList-h1 ul li {
	clear: left;
	padding-right: 0;
	background: #999;
}
ul#menuList-h1 ul li:hover {
	background: #666;
}
ul#menuList-h1 ul a, ul#menuList-h1 li.active ul a {
	float: left;
	width: 137px; height: auto;
	line-height: 1.2;
	padding: 5px 18px 5px 18px;
	border: 1px solid #fff;
	margin-bottom: -1px;
	font-size: 12px;
	color: #fff;
}
ul#menuList-h1 li.active ul li.active a {
	color: #000;
}
ul#menuList-h1 ul li.isParent a {
	background: url('../Modules/Menu/Menu_h1/Design/MenuRight.gif') 161px center no-repeat;
}
ul#menuList-h1 ul li.isParent ul a {
	background: none;
}
/* 3. uroven menu */
ul#menuList-h1 ul ul {
	left: 174px; top: 0;
	border-bottom: none;
}
ul#menuList-h1 ul ul li {
}
ul#menuList-h1 ul ul a, ul#menuList-h1 li.active ul li.active ul a {
	color: #fff;
}
ul#menuList-h1 li.active ul li.active ul li.active a {
	color: #000;
}
/* ovladani menu */
ul#menuList-h1 ul {
	display: none;
}
ul#menuList-h1 li:hover ul, ul#menuList-h1 li.hover ul {
}
ul#menuList-h1 li:hover ul ul, ul#menuList-h1 li.hover ul ul {
	display: none;
}
ul#menuList-h1 li:hover li:hover ul, ul#menuList-h1 li.hover li.hover ul {
}
