.timetooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 1em 2em;
	background: black;
	color: white;
	opacity: 0.9;
}

.thNeighbourhood { width: 40%; }
.thMovieShowtime	{ float:right; width: 180px; }
.thMovieDays		{ float:right; width: 90px; }
.thMovieGenre		{ display: none; float:right; width: 18%; }
.thMovieName {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.thMovieName:hover {
	cursor: pointer;
}

.theaterMovieRow { padding: 6px 0.5em; overflow:hidden; white-space: nowrap; }
.movieDetailLink { display: none; }


.thMovieDays select {
	width: 100%;
}
.thMovieDays span {
	padding-left: 5px;
}
.movieDaySelect {
	display: none;
	margin-top: 1px;
	border: 1px solid #CCC;
	font-size: 12px;
	font-family: Arial;
	height: 19px;
	width: 100%;
}

.even { background: #EEE; }

/* time scroller */
.arrow {
	width: 8px;
	padding: 5px 5px 0 5px;
	float:right;
	display: block;
}
.arrow img { display: none; }
.timeSlideContent {
	display: inline;
	white-space: nowrap;
}
.timeSlideWrap {
	float:right;
	overflow:hidden;
	white-space:nowrap;
}

.showtimeContainer span:hover {
	overflow: hidden;
	cursor: default;
}
.buyTickets {
	cursor: pointer !important;
}
.buyTickets .showtimeContainer span {
	text-decoration: underline;
}
.buyTickets .showtimeContainer span:hover {
	color: #FBB117;
	cursor: pointer !important;
}
.showtimeContainer span { padding-left: 5px; }
.showtimeContainer span:first-child { padding-left: 0; }

.theaterMovieRow:hover, .theaterMovieRowSelected {
	background: #6D7B8D;
	color: white;
}
.theaterMovieRow:hover .thMovieName {
	text-decoration: underline;
}

#moviePreview { display: none; }
.movieDetails {
	margin-bottom: 1em;
}
.movieDetails div {
	padding: 2px 0;
}
.movieDetails h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #2B3856
}
.moviePreview img {
	margin: 0 1em 1em 1em;
	float:left;
}
.backToList {
	display: none;
	background: url("../images/movies/index/but_back.gif");
	width: 149px;
	height: 31px;
	cursor: pointer;
}
.thQuickMap {
	float: right;
	color: #2B3856;
	text-decoration: underline;
	cursor: pointer;
}

#mapContainer.zoomedIn {
	position: fixed;
	height: 500px;
	width: 800px;
	background: white;
	padding: 1em;
	border: 1px solid black;
}
#mapContainer.zoomedIn #estMap {
	width: 100%;
	height: 100%;
}

.theaterName {
	font-size: 18px;
	color: #444;
	font-weight:bold;
}
.singleShowtime {
	padding-bottom:1em;
}
.singleShowtime .thMovieShowtime {
	width: 100%;
	float: none;
	margin: 1em 0;
}
.bodyNoScroll {
	overflow: hidden;
	padding-right: 16px;
}
