@charset "utf-8";
/* CSS Document */

#movie {
	font-size: 9pt;
}
#rating {
	float: right;
	width: 84px;
	text-align: center;
	font-size: 7pt;
}
#movie .poster {
	float: left;
	border: 2px solid #000;
	margin-right: 16px;
	margin-bottom: 12px;
}
#movie h1 {
	padding-bottom: 5px;
	margin-left: 190px;
}
#movie .subtitle {
	color: #ccc;
	font-size: 10pt;
	font-weight: normal;
}
.widget table {
	background-color: #141414;
	border: 1px solid #000;
	margin-bottom: 12px;
	border-top-width: 0px;
	border-bottom-width: 6px;
}
.widget th, .widget td {
	background-image: url(/img/gray_row_separator.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.widget th {
	text-align: right;
	color: #ccc;
	padding: 3px 3px 3px 8px;
}
.widget td {
	padding: 3px 10px 3px 6px;
}
.widget td a:link, .widget td a:visited {
	text-decoration: none;
	color: #fff;
}
.widget td a:hover, .widget td a:active {
	text-decoration: underline;
}
#movie .synopsis {
	color: #ccc;
}
#multimedia .trailer {
	margin-right: 16px;
	float: left;
}
#multimedia .photos {
	height: 342px;
	overflow: auto;
	padding: 12px 0px 0px 12px;
	background-color: #000;
}
#multimedia .photos img {
	margin-right: 12px;
	margin-bottom: 12px;
}
#multimedia .trailer.no_photos {
	float: none;
	text-align: center;
}
#multimedia .photos.no_trailer {
	text-align: center;
}
#showtimes .content {
	padding-bottom: 10px;
}
#showtimes .showtime {
	margin-right: 14px;
	float: left;
	width: 104px;
	text-align: center;
	margin-bottom: 10px;
	border: 2px solid #000;
	border-bottom-width: 6px;
	background-color: #191919;
}
#showtimes .showtime:hover {
	border-top-color: #3E3E3E;
	border-right-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
	border-left-color: #3E3E3E;
}
#showtimes .showtime.last {
	margin-right: 0px;
}
#showtimes .showtime div {
	padding: 6px 8px;
	font-size: 9pt;
	background-image: url(/img/gray_row_separator.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#showtimes .showtime .poster {
	padding: 0px;
}
#showtimes .showtime .title {
	font-weight: bold;
	background-color: #262626;
	background-image: url(/img/lightgray_row_separator.gif);
}
#showtimes .showtime .title a {
	text-decoration: none;
	color: #FFFFFF;
}
#showtimes .showtime .time {
	font-size: 7pt;
	color: #888;
	padding: 3px 0px 2px;
}
#showtimes .showtime .theatre {
	padding: 4px 4px 4px 0px;
}
/*#showtimes .title {
	background-color: #800;
	background-image: url(/img/red_row_separator.gif);
	height: 40px;
}
#showtimes .title a:link, #showtimes .title a:visited {
	color: #fff;
	text-decoration: none;
}
#showtimes .title a:hover, #showtimes .title a:active {
	color: #faa;
}
#showtimes h3 {
	display: inline;
	font-size: 11pt;
	font-weight: normal;
	position: relative;
	top: 2px;
	left: 8px;
}
#showtimes th, #showtimes td {
	text-align: center;
	vertical-align: middle;
	position: 0px;
}
#showtimes th {
	background-color: #262626;
	background-image: url(/img/lightgray_row_separator.gif);
	padding: 6px;
}
#showtimes .screen, #showtimes .times {
	padding: 7px 0px 7px 14px;
}
#showtimes .screen {
	color: #999;
}
#showtimes .times {
	text-align: left;
	padding: 7px 8px;
}
#showtimes .times span {
	padding: 1px 4px;
	margin-right: 4px;
}
#showtimes .times span.next {
	background-color: #444;
}
#showtimes h2 {
	margin-bottom: 12px;
}
#showtimes .content {
	padding-bottom: 10px;
}*/
#comments {
	font-size: 9pt;
}
#comments h2 {
	margin-bottom: 12px;
}
#comments .text {
	float: left;
	width: 538px;
	color: #ccc;
}
#comments img {
	margin-right: 14px;
	border: 1px solid #000;
}
#comments .comment {
	background-image: url(../img/gray_row_separator.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 12px 0px;
}
#comments .comment.first {
	background-image: none;
	padding-top: 0px;
}
#comments .comment.last {
	padding-bottom: 0px;
}
#comments .comment .badge {
	color: #fff;
	font-weight: bold;
}
.current_movies .content {
	padding-bottom: 8px;
}
.current_movies .movie {
	margin-right: 14px;
	float: left;
	width: 104px;
	text-align: center;
	margin-bottom: 16px;
	border: 2px solid #000;
	border-bottom-width: 6px;
	background-color: #191919;
}
.current_movies .movie:hover {
	border-top-color: #3E3E3E;
	border-right-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
	border-left-color: #3E3E3E;
}
.current_movies .movie.last {
	margin-right: 0px;
}
.current_movies .movie div {
	padding: 6px 8px;
	font-size: 9pt;
	background-image: url(/img/gray_row_separator.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.current_movies .movie .poster {
	padding: 0px;
}
.current_movies .movie .title {
	font-weight: bold;
	background-color: #262626;
	background-image: url(/img/lightgray_row_separator.gif);
}
.current_movies .movie .title a {
	text-decoration: none;
	color: #FFFFFF;
}
.current_movies .movie .theatre {
	padding: 4px 4px 4px 0px;
}
