/* RESET */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html {
  	height: 100%;
  	overflow-y: scroll;
}
/* /RESET */

/* SPECIAL FONTS */
@font-face {
	font-family: 'PTSansRegular';
	src: url('fonts/PTS55F-webfont.eot');
	src: local('☺'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#webfontakBUUg6U') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSansBold';
	src: url('fonts/PTS75F-webfont.eot');
	src: local('☺'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg#webfontaW07W6NV') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* SPECIAL FONTS */

body{
	background-color: #000;
	color: white;
	font-family: "arial", Helvetica,sans-serif;
}
#wrap{
	position: relative;
	width: 987px;
	margin: auto;
}
h2{
	font-size: 22px;
	font-weight: normal;
}
p{
	padding: 5px;
}

#poster{
	float: left;
	width: 500px;
	height: 834px;
}
#page{
	float: left;
	width: 479px;
	min-height: 808px;
	background: #000 url(../images/page-bg.jpg) no-repeat center 30px;
	text-shadow: 2px 2px 2px #000;
	padding-bottom: 20px;
}
#theatre{
	width: 494px;
	height: 61px;
	background: transparent url(../images/box.jpg) no-repeat center;
	margin-left: -8px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	color: #ccc;
}
#theatre ul li.bold{
	font-family: 'PTSansBold', Arial, sans-serif;
}
#theatre ul{
	width: 387px;
	height: 22px;
	margin: auto;
	text-align: center;
	font-size: 22px;
	padding: 14px;
}
div#theatre ul li{
	float: left;
	text-align: center;
	padding-left: 5px;
	list-style: none;
}
div#theatre ul li.no_point{
	float: left;
	padding-left: 0px;
	margin-right: 0;
}
#book{
	width: 487px;
	height: 85px;
	font-size: 20px;
	padding: 20px 10px 0px 10px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	position: relative;
}
#book p{
	float: left;
	padding: 10px 15px;
	color: #ccffff;
}
#book .bold{
	font-family: 'PTSansBold', Arial, sans-serif;
}
#button{
	float: left;
	width: 169px;
}
p#daySeats {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 160px;
}

.widget {
	width: 494px;
}
.tabnav{
	float: left;
	width: 454px;
	height: 60px;
	background: transparent url(../images/nav-bg.png) no-repeat left center;
	margin-left: -8px;
	padding: 0px 20px;
	font-size: 16px;
}
.tabnav li {
	float: left;
	display: inline;
	list-style: none;
	padding: 20px 5px;
}
.tabnav li.spacer {
	float: left;
	width: 2px;
	height: 49px;
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 5px 5px;
	background: transparent url(../images/spacer.png) no-repeat;
}
.tabnav li a {
	color: #999;
	text-decoration: none;
	font-family: 'PTSansRegular', Arial, sans-serif;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	color: #fff;
	text-decoration: none;
	font-family: 'PTSansRegular', Arial, sans-serif;
}

.tabdiv {
	float: left;
	width: 467px;
	padding: 8px;
	text-align: center;
	color: #ccc;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 162%;
	font-size: 14px;
}
.tabdiv p{
	padding: 10px;
}
.tabdiv p .bold{
	font-weight: bold;
	color: #fff;
}
.ui-tabs-hide {
	display: none;
}
#tab2 p{
	padding-top: 0px;
}
#tab3 table{
	font-size: 12px;
	line-height: 100%;
	text-align: center;
}
.tabdiv h3{
	margin-top: 7px;
}
#tab1 h4 {
	font-size: 12px;
	line-height: 140%;
	padding:5px 0px 20px 0px;
}
#tab1 p {
	line-height: 130%;
}
#footer {color: #333; font-size: 12px; float: left; padding: 15px 10px; text-decoration: none;}
#footer:hover {color: #fff;}

#quotebig {
font-size:20px;
text-transform: uppercase;
}

/*---- Clear Floats ----*/
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {display:inline-block;}
* html .clear {height:1%;}
.clear {display:block;}
