@charset "utf-8";
/* CSS Document */

.itinerary h1 {
	clear: both;
}
.itinerary .content {
	padding-bottom: 8px;
}
.itinerary .showtime {
	margin-right: 14px;
	float: left;
	width: 104px;
	text-align: center;
	margin-bottom: 16px;
	border: 2px solid #000;
	border-bottom-width: 6px;
	background-color: #191919;
}
.itinerary .showtime:hover {
	border-top-color: #3E3E3E;
	border-right-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
	border-left-color: #3E3E3E;
}
.itinerary .showtime.last {
	margin-right: 0px;
}
.itinerary .showtime div {
	padding: 6px 8px;
	font-size: 9pt;
	background-image: url(/img/gray_row_separator.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.itinerary .showtime .poster {
	padding: 0px;
}
.itinerary .showtime .title {
	font-weight: bold;
	background-color: #262626;
	background-image: url(/img/lightgray_row_separator.gif);
}
.itinerary .showtime .title a {
	text-decoration: none;
	color: #FFFFFF;
}
.itinerary .showtime .theatre {
	padding: 4px 4px 4px 0px;
}