.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body {
  background: #f9f9f9 url('../images/shadow-left-right-mid-gray.png') repeat-y top center;
  color: #515151;
  font-family: 'News Cycle', 'Open Sans', sans-serif;
  font-size: 12px;
  min-width: 979px;
}
body.clean {
  min-width: 0;
  background: transparent;
}
a {
  color: #646464;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #4b4b4b;
}
a img {
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a {
  text-decoration: none;
}
h1 {
  font-size: 26px;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: 'News Cycle', 'Open Sans', sans-serif;
}
h2 {
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: 'News Cycle', 'Open Sans', sans-serif;
}
h3 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'News Cycle', 'Open Sans', sans-serif;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  float: none;
  position: static;
  clear: both;
}
.top-shadow {
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: 10;
  background: url('../images/shadow-top.png') repeat-x top center;
}
header .content {
  width: 950px;
  margin: 0px auto;
  padding: 0px;
  background: white;
  min-height: 30px;
}
header .content {
  padding-top: 22px;
}
header .logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url('../images/logo.jpg') no-repeat;
  width: 191px;
  height: 83px;
  display: block;
  float: left;
  margin: 0px 20px 20px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  width: 199px \9;
  height: 91px \9;
  background: url('../images/logo-with-shadow.png') no-repeat \9;
}
header .main-sponsor {
  float: left;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  color: #a1a1a1;
}
header .account,
header .header-nav {
  float: right;
  padding: 6px 20px 0px 0px;
  text-align: right;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-size: 14px;
}
header .account a,
header .header-nav a {
  text-decoration: underline;
}
header .account .btn,
header .header-nav .btn {
  font-size: 22px;
  padding: 12px 25px 15px;
}
header .search-from {
  float: right;
  margin: -6px 0 0 5px;
}
header .search-from .input {
  width: 164px;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 6px 6px 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url('../images/search-icon.png') no-repeat 6px 6px;
  float: left;
}
header .search-from .input::-webkit-input-placeholder {
  line-height: 18px;
}
header .search-from .input:-ms-input-placeholder {
  line-height: 18px;
}
header .search-from .input::-moz-placeholder {
  line-height: 18px;
}
header .search-from .input:-moz-placeholder {
  line-height: 18px;
}
header .search-from .search-submit {
  padding: 0;
  border: none;
  width: 22px;
  height: 34px;
  background: url('../images/search-button.png') no-repeat 0px 0px;
  margin-top: 2px;
  float: left;
  cursor: pointer;
}
header .search-from .search-submit:hover {
  background-position: -22px 0px;
}
header .header-nav {
  padding-top: 12px;
}
header .header-nav .btn {
  font-size: 18px;
  margin: 5px 5px;
}
header .header-nav .small {
  font-size: 10px;
  margin: 8px 38px 0px 0px;
  color: #a1a1a1;
}
.synopsis {
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/box-sizing.htc);
  padding: 10px 30px 10px 0;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.synopsis h1 {
  margin-bottom: 6px;
}
.synopsis p {
  margin: 0;
}
.synopsis .synopsis-text {
  margin: 5px 0 10px;
}
.synopsis.full {
  float: none;
  padding: 20px 0;
  width: 100%;
  clear: both;
}
.highlight-area {
  display: block;
  padding: 20px;
  background: #d9d9d9;
  margin: 10px 0;
  clear: both;
}
.reviews {
  display: block;
  float: left;
  width: 50%;
  min-height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/box-sizing-htc);
  padding: 10px 20px;
  margin: 0 0 20px 0;
  background: #d9d9d9;
}
.reviews h1 {
  margin-bottom: 6px;
}
.reviews .toolbar {
  margin-top: 6px;
  font-weight: bold;
}
.reviews .toolbar .btn {
  margin-left: 10px;
}
.reviews .reviews-list {
  margin-bottom: 15px;
}
.reviews .reviews-list p {
  margin: 0;
}
.single-review,
.single-comment {
  font-size: 14px;
}
.single-review h3.title,
.single-comment h3.title {
  margin-bottom: 0px;
}
.single-review h4.title,
.single-comment h4.title {
  margin-bottom: 0px;
}
.single-review .movie-still,
.single-comment .movie-still {
  float: left;
  margin: 0 15px 10px 0;
}
.single-review .meta,
.single-comment .meta {
  margin-bottom: 10px;
  font-style: italic;
  line-height: 16px;
  display: block;
}
.single-review .review-text,
.single-review .comment-text,
.single-comment .review-text,
.single-comment .comment-text {
  line-height: 20px;
  display: block;
  clear: both;
}
.single-review.full,
.single-comment.full {
  padding: 0px 0px 20px;
}
section.focus-area {
  position: relative;
  overflow: hidden;
  min-width: 979px;
  background: url('../images/grain-pettern.jpg');
}
section.focus-area .content {
  width: 950px;
  margin: 0px auto;
  padding: 0px;
  background: white;
  min-height: 30px;
}
section.focus-area .content {
  padding: 0px 29px;
  background: url('../images/shadow-left-right.png') repeat-y top center;
  position: relative;
  padding-bottom: 13px;
  z-index: 5;
  min-height: 120px;
}
section.focus-area .effects-top-left {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 50%;
  height: 0px;
  margin: 0px 0px 0px -486px;
  border-top: 13px solid #f9f9f9;
  border-right: 13px solid transparent;
}
section.focus-area .effects-top-right {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  right: 0;
  height: 0px;
  margin: 0px -486px 0px 0px;
  border-top: 13px solid #f9f9f9;
  border-left: 13px solid transparent;
}
section.focus-area .effects-bottom {
  background: white;
  width: 950px;
  height: 13px;
  margin: 0px 0px 0px -475px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}
section.focus-area .effects-bottom .before {
  position: absolute;
  left: -14px;
  width: 14px;
  height: 13px;
  background: url('../images/shadow-corner-left-bottom.png') no-repeat;
}
section.focus-area .effects-bottom .after {
  position: absolute;
  right: -14px;
  width: 14px;
  height: 13px;
  background: url('../images/shadow-corner-right-bottom.png') no-repeat;
}
section .content.main {
  min-height: 300px;
}
section.site-content .content {
  width: 910px;
  margin: 0px auto;
  padding: 20px;
  background: white;
  min-height: 30px;
}
section.site-content .content h1 {
  margin-bottom: 20px;
}
section.site-content .content h2 {
  margin-bottom: 10px;
}
section.site-content .content h3,
section.site-content .content h4,
section.site-content .content h5 {
  margin-bottom: 5px;
}
section.site-content.message .content {
  background: #b4b4b4;
  color: ;
}
section.tables .content {
  width: 950px;
  margin: 0px auto;
  padding: 0px;
  background: white;
  min-height: 30px;
}
section.tables h1,
section.tables h2,
section.tables h3,
section.tables h4,
section.tables h5 {
  padding-left: 20px;
  padding-right: 20px;
}
section.tables .btn.pull-right {
  margin-right: 20px;
}
section.tables p {
  padding: 10px 20px;
}
section.generic .content {
  width: 910px;
  margin: 0px auto;
  padding: 20px;
  background: white;
  min-height: 30px;
}
section.generic .heading {
  font-size: 18px;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  text-decoration: none;
  margin-right: 35px;
  margin-top: 0px;
  float: left;
}
section.generic .sponsor {
  margin: 0px 25px;
  float: left;
}
.movie {
  display: block;
  float: left;
  margin: 5px 0 5px 20px;
  width: 165px;
  text-align: center;
}
.movie .cover {
  display: block;
  position: relative;
  width: 157px;
  height: 237px;
  margin: 0px 7px 8px 1px;
  margin: 0 \9;
  padding: 0;
  padding: 0px 7px 8px 1px \9;
  background: url('../images/shadow-movie-cover.png') no-repeat top left \9;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.movie .cover img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.movie .cover .play {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  background: url('../images/play-button.png') no-repeat center center;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  display: none;
  text-decoration: none;
}
.movie .cover .btn.more {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  width: 110px;
  left: 50%;
  margin-left: -60px;
  font-size: 14px;
  padding: 5px 5px 6px;
}
.movie .cover:hover .play,
.movie .cover:hover .btn.more {
  display: block;
}
.movie .title {
  text-transform: uppercase;
  white-space: initial;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  color: #646464;
  text-decoration: none;
}
.movie.smaller {
  width: 150px;
  margin-left: 20px;
}
.movie.smaller .cover {
  width: 142px;
  height: 215px;
  background: url('../images/shadow-movie-cover-smaller.png') no-repeat top left \9;
}
section.queue-popup {
  width: 810px;
  padding: 20px;
  margin: 0px auto;
  overflow: hidden;
}
section.queue-popup .movie-row {
  margin-left: -12px;
}
section.queue-popup .movie {
  margin-left: 12px;
}
section.queue-popup .movie.in-queue {
  margin-left: 120px;
}
section.queue-popup .movie.in-queue .play {
  display: block;
}
section.queue-popup h2 {
  margin: 0px 0px 25px;
}
section.queue-popup .queue-info {
  float: left;
  width: 393px;
  text-align: center;
  padding-top: 25px;
}
section.queue-popup .queue-info h1 {
  font-size: 36px;
  line-height: 38px;
}
section.queue-popup .queue-info p {
  font-size: 14px;
  margin-bottom: 10px;
}
section.queue-popup .queue-info .btn.to-queue {
  font-size: 22px;
  padding: 12px 30px 13px;
}
section.player-popup {
  width: 680px;
  padding: 20px;
  margin: 0px auto;
}
section.player-popup .player-box {
  display: block;
  margin: 0px auto 15px;
  text-align: center;
}
section.player-popup .row-fluid {
  margin-left: auto;
  margin-right: auto;
}
section.player-popup .row-fluid .review {
  padding-top: 6px;
}
section.player-popup .row-fluid .share {
  padding-top: 10px;
}
.movie-row {
  display: block;
  margin: 0 0 0 -20px;
}
.movie-row:before,
.movie-row:after {
  content: "";
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0;
  float: none;
  position: static;
  clear: both;
}
.movie-row.text-like {
  text-align: center;
}
.movie-row.slidable,
.movie-row.text-like {
  letter-spacing: -4px;
}
.movie-row.slidable .movie,
.movie-row.text-like .movie {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
  letter-spacing: normal;
}
.movie-row.slidable {
  padding: 0px 25px;
  margin: 0;
  position: relative;
  *overflow: hidden;
}
.movie-row.slidable .filmstrip {
  white-space: nowrap;
  letter-spacing: -4px;
  overflow: hidden;
  margin: 0;
}
.movie-row.slidable .filmstrip .movie {
  margin: 5px 12px;
  letter-spacing: normal;
}
.movie-row.slidable .slider-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: -5px;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  background: url('../images/collection-slider-arrows.png') no-repeat top left;
}
.movie-row.slidable .slider-arrow.left {
  background-position: 0 0;
}
.movie-row.slidable .slider-arrow.left:hover {
  background-position: 0px -50px;
}
.movie-row.slidable .slider-arrow.right {
  left: auto;
  right: -5px;
  background-position: -30px 0px;
}
.movie-row.slidable .slider-arrow.right:hover {
  background-position: -30px -50px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595744681%;
  *margin-left: 2.0744680851064%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595744681%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.946808510638%;
}
.row-fluid .span11 {
  width: 91.489361702128%;
  *width: 91.436170212766%;
}
.row-fluid .span10 {
  width: 82.978723404255%;
  *width: 82.925531914894%;
}
.row-fluid .span9 {
  width: 74.468085106383%;
  *width: 74.414893617021%;
}
.row-fluid .span8 {
  width: 65.957446808511%;
  *width: 65.904255319149%;
}
.row-fluid .span7 {
  width: 57.446808510638%;
  *width: 57.393617021277%;
}
.row-fluid .span6 {
  width: 48.936170212766%;
  *width: 48.882978723404%;
}
.row-fluid .span5 {
  width: 40.425531914894%;
  *width: 40.372340425532%;
}
.row-fluid .span4 {
  width: 31.914893617021%;
  *width: 31.86170212766%;
}
.row-fluid .span3 {
  width: 23.404255319149%;
  *width: 23.351063829787%;
}
.row-fluid .span2 {
  width: 14.893617021277%;
  *width: 14.840425531915%;
}
.row-fluid .span1 {
  width: 6.3829787234043%;
  *width: 6.3297872340426%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914894%;
  *margin-left: 104.14893617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957447%;
  *margin-left: 102.02127659574%;
}
.row-fluid .offset11 {
  margin-left: 95.744680851064%;
  *margin-left: 95.63829787234%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.617021276596%;
  *margin-left: 93.510638297872%;
}
.row-fluid .offset10 {
  margin-left: 87.234042553191%;
  *margin-left: 87.127659574468%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.106382978723%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.723404255319%;
  *margin-left: 78.617021276596%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.595744680851%;
  *margin-left: 76.489361702128%;
}
.row-fluid .offset8 {
  margin-left: 70.212765957447%;
  *margin-left: 70.106382978723%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106382979%;
  *margin-left: 67.978723404255%;
}
.row-fluid .offset7 {
  margin-left: 61.702127659574%;
  *margin-left: 61.595744680851%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106%;
  *margin-left: 59.468085106383%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702%;
  *margin-left: 53.085106382979%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234%;
  *margin-left: 50.957446808511%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106383%;
  *margin-left: 44.574468085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191489362%;
  *margin-left: 42.446808510638%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957%;
  *margin-left: 36.063829787234%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553191489%;
  *margin-left: 33.936170212766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085%;
  *margin-left: 27.553191489362%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914893617%;
  *margin-left: 25.425531914894%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170213%;
  *margin-left: 19.042553191489%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276595745%;
  *margin-left: 16.914893617021%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787234%;
  *margin-left: 10.531914893617%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382978723%;
  *margin-left: 8.4042553191489%;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d5d5d5;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d5d5d5;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #d5d5d5;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d5d5d5;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
footer .content {
  width: 910px;
  margin: 0px auto;
  padding: 20px;
  background: white;
  min-height: 30px;
}
footer .content {
  background: url('../images/footer-base.jpg') no-repeat top center;
  min-height: 70px;
}
footer .navigation {
  margin: 0;
  padding: 5px 0px 15px;
  text-align: center;
}
footer .navigation li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
}
footer .navigation li a {
  color: #343434;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 15px 6px;
  border-left: 1px solid #d0d0d0;
  text-decoration: none;
}
footer .navigation li a:hover {
  color: #1b1b1b;
}
footer .navigation li:first-child a {
  border-left: none;
}
footer .copyright {
  color: #ffffff;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-weight: 400;
  padding: 25px 0px 0px 20px;
  font-size: 12px;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: underline;
}
footer .social {
  float: right;
  color: #ffffff;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-weight: 400;
  padding: 20px 0px 0px 20px;
  font-size: 12px;
  line-height: 10px;
}
footer .social .text {
  display: block;
  float: left;
  padding: 8px 10px 0 0;
}
footer .social .sicon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 28px;
  height: 28px;
  margin: 0px 5px;
  background: url('../images/social-icons.png') no-repeat;
  display: block;
  float: left;
}
footer .social .sicon.facebook {
  background-position: 0px 0px;
}
footer .social .sicon.twitter {
  background-position: -28px 0px;
}
footer .social .sicon.thumblr {
  background-position: -56px 0px;
}
.sub-nav-vertical {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
.sub-nav-vertical li {
  display: block;
}
.sub-nav-vertical li a {
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  background: #d9d9d9;
  display: block;
}
.sub-nav-vertical li a:hover {
  background: #c0c0c0;
}
form label {
  display: none;
  display: inline \9;
}
form label.checkbox,
form label.textarea-label {
  display: block;
}
form label.checkbox {
  padding: 6px 0px 8px;
}
form label.checkbox input {
  margin: 5px 5px 0 0;
  float: left;
}
form .input,
form .select {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
}
form .input:focus,
form .select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px #bfbfbf;
  -moz-box-shadow: 0px 0px 5px #bfbfbf;
  box-shadow: 0px 0px 5px #bfbfbf;
}
form .input.block-level,
form .select.block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/border-box.htc);
  margin: 7px 0px;
  font-size: 14px;
}
form .textarea {
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/border-box.htc);
  margin: 7px 0px;
  background: #ffffff;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
}
form .textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px #bfbfbf;
  -moz-box-shadow: 0px 0px 5px #bfbfbf;
  box-shadow: 0px 0px 5px #bfbfbf;
}
form small {
  font-size: 14px;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-weight: 300;
}
form small.note {
  display: block;
  font-size: 12px;
}
form .form-error {
  color: #9d1010;
  font-weight: 600;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  margin: 0;
  padding: 3px 0px;
  font-size: 12px;
}
.btn,
a.btn {
  cursor: pointer;
  background-color: #6d819a;
  background-image: -moz-linear-gradient(top,#869ab2,#475c75);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#869ab2),to(#475c75));
  background-image: -webkit-linear-gradient(top,#869ab2,#475c75);
  background-image: -o-linear-gradient(top,#869ab2,#475c75);
  background-image: linear-gradient(to bottom,#869ab2,#475c75);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient.png') repeat-x center bottom \9;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -o-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 17px;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 9px 20px 10px;
  border: none;
}
.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus {
  background-color: #526881;
  background-image: -moz-linear-gradient(top,#67809e,#344355);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#67809e),to(#344355));
  background-image: -webkit-linear-gradient(top,#67809e,#344355);
  background-image: -o-linear-gradient(top,#67809e,#344355);
  background-image: linear-gradient(to bottom,#67809e,#344355);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
  outline: none;
}
.btn:active,
a.btn:active {
  background-color: #485b72;
  background-image: -moz-linear-gradient(top,#344355,#67809e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#344355),to(#67809e));
  background-image: -webkit-linear-gradient(top,#344355,#67809e);
  background-image: -o-linear-gradient(top,#344355,#67809e);
  background-image: linear-gradient(to bottom,#344355,#67809e);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
}
.btn.secondary,
a.btn.secondary {
  background-color: #969696;
  background-image: -moz-linear-gradient(top,#b7b7b7,#656565);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b7b7b7),to(#656565));
  background-image: -webkit-linear-gradient(top,#b7b7b7,#656565);
  background-image: -o-linear-gradient(top,#b7b7b7,#656565);
  background-image: linear-gradient(to bottom,#b7b7b7,#656565);
  background-repeat: repeat-x;
  background: #b7b7b7 url('../images/button-gradient-sec.png') repeat-x center bottom \9;
}
.btn.secondary:hover,
a.btn.secondary:hover {
  background-color: #7d7d7d;
  background-image: -moz-linear-gradient(top,#9e9e9e,#4c4c4c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9e9e9e),to(#4c4c4c));
  background-image: -webkit-linear-gradient(top,#9e9e9e,#4c4c4c);
  background-image: -o-linear-gradient(top,#9e9e9e,#4c4c4c);
  background-image: linear-gradient(to bottom,#9e9e9e,#4c4c4c);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient-sec.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
}
.btn.secondary:active,
a.btn.secondary:active {
  background-color: #6c6c6c;
  background-image: -moz-linear-gradient(top,#4c4c4c,#9e9e9e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4c4c4c),to(#9e9e9e));
  background-image: -webkit-linear-gradient(top,#4c4c4c,#9e9e9e);
  background-image: -o-linear-gradient(top,#4c4c4c,#9e9e9e);
  background-image: linear-gradient(to bottom,#4c4c4c,#9e9e9e);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient-sec.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
}
.btn.ternary,
a.btn.ternary {
  background-color: #bbbbbb;
  background-image: -moz-linear-gradient(top,#cfcfcf,#9d9d9d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#cfcfcf),to(#9d9d9d));
  background-image: -webkit-linear-gradient(top,#cfcfcf,#9d9d9d);
  background-image: -o-linear-gradient(top,#cfcfcf,#9d9d9d);
  background-image: linear-gradient(to bottom,#cfcfcf,#9d9d9d);
  background-repeat: repeat-x;
  background: #b7b7b7 url('../images/button-gradient-tern.png') repeat-x center bottom \9;
}
.btn.ternary:hover,
a.btn.ternary:hover {
  background-color: #a2a2a2;
  background-image: -moz-linear-gradient(top,#b6b6b6,#848484);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b6b6b6),to(#848484));
  background-image: -webkit-linear-gradient(top,#b6b6b6,#848484);
  background-image: -o-linear-gradient(top,#b6b6b6,#848484);
  background-image: linear-gradient(to bottom,#b6b6b6,#848484);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient-tern.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
}
.btn.ternary:active,
a.btn.ternary:active {
  background-color: #989898;
  background-image: -moz-linear-gradient(top,#848484,#b6b6b6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#848484),to(#b6b6b6));
  background-image: -webkit-linear-gradient(top,#848484,#b6b6b6);
  background-image: -o-linear-gradient(top,#848484,#b6b6b6);
  background-image: linear-gradient(to bottom,#848484,#b6b6b6);
  background-repeat: repeat-x;
  background: #869ab2 url('../images/button-gradient-tern.png') repeat-x center bottom \9;
  color: #e6e6e6 \9;
}
.btn.block-level,
a.btn.block-level {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  *behavior: url(/box-sizing.htc);
  margin: 8px 0;
  text-align: center;
}
.btn.large,
a.btn.large {
  text-align: center;
  margin: 10px auto 20px;
  padding: 15px 20px 18px;
  font-size: 24px;
}
.btn.read-more,
a.btn.read-more {
  color: #515151;
}
.movie-still {
  position: relative;
  margin: 5px auto 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.movie-still > img {
  display: block;
}
.movie-still .play-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: center center;
}
.play-button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  background: url('../images/play-button-smaller.png') no-repeat center center;
  display: block;
}
.separator {
  width: 922px;
  height: 15px;
  display: block;
  clear: both;
  margin: 15px auto;
  background: url('../images/separator.png') no-repeat center center;
}
.separator-small {
  width: 800px;
  height: 13px;
  display: block;
  clear: both;
  margin: 15px auto;
  background: url('../images/separator-small.png') no-repeat center center;
}
.table-striped thead > tr > th,
.table-striped thead > tr > td {
  position: relative;
  padding-top: 9px;
  padding-bottom: 5px;
}
.table-striped thead > tr > th:after,
.table-striped thead > tr > td:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: url('../images/shadow-row-bottom.png') repeat-x bottom left;
}
.table-striped tbody > tr > th,
.table-striped tbody > tr > td {
  position: relative;
  padding-top: 9px;
  padding-bottom: 5px;
}
.table-striped tbody > tr > th:before,
.table-striped tbody > tr > td:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  top: 0;
  left: 0;
  background: url('../images/shadow-row-top.png') repeat-x top left;
}
.table-striped tbody > tr > th:after,
.table-striped tbody > tr > td:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: url('../images/shadow-row-bottom.png') repeat-x bottom left;
}
td.td_title {
  vertical-align: middle;
}
.td_title,
.td_title a {
  font-size: 16px;
  font-weight: normal;
}
section .content .separator {
  margin-left: -6px;
  margin-right: 0;
}
.home-video {
  float: left;
  width: 520px;
  padding: 20px;
}
.login-box {
  float: left;
  width: 460px;
  padding: 20px 80px 20px 20px;
}
.login-box form.login .input.block-level {
  font-size: 16px;
}
.home-slideshow {
  width: 690px;
  padding: 20px 25px;
  float: left;
}
.home-slideshow #home_featured_slideshow {
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.home-slideshow.big {
  width: 910px;
}
.queue-box {
  float: left;
  padding: 20px;
  width: 170px;
  text-align: center;
}
.queue-box h2 {
  text-align: left;
}
.queue-box .movie {
  margin-left: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}
.queue-order {
  width: 40px;
  text-align: center;
}
.queue-title {
  font-size: 18px;
  text-decoration: none;
}
.queue-cover {
  margin: 2px 7px 12px 2px;
  display: block;
  width: 46px;
  height: 70px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.queue-table td {
  vertical-align: middle;
}
.signup {
  float: left;
  padding: 20px 50px;
  width: 290px;
}
.signup .initial p.subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0px;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
}
.signup .proceed {
  display: none;
}
.signup .very-big {
  font-size: 48px;
  line-height: 45px;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Open Sans', 'News Cycle', sans-serif;
  margin-bottom: 0;
}
.signup .input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/border-box.htc);
  margin: 7px 0px;
  font-size: 14px;
}
.movie-navigation {
  text-align: right;
  float: right;
  margin: 20px 20px 0 0;
}
.movie-navigation .btn {
  margin: 0 0 0 6px;
}
.movie-navigation .btn:first-child {
  margin-left: 0;
}
.movie-title {
  padding: 20px;
}
.movie-header {
  display: block;
  float: left;
}
.movie-header.left {
  width: 406px;
  padding: 0px 15px 20px 20px;
}
.movie-header.left h1 {
  margin-bottom: 20px;
}
.movie-header.left .addthis_toolbox {
  float: left;
  margin-top: 18px;
}
.movie-header.left .film_ratings {
  margin-top: 10px;
}
.movie-header.right {
  width: 474px;
  padding: 0px 20px 20px 15px;
}
.movie-header .cover {
  width: 398px;
  height: 265px;
  position: relative;
  margin: 0px 7px 8px 1px;
  margin: 0 \9;
  padding: 0;
  padding: 0px 7px 8px 1px \9;
  background: url('../images/shadow-movie-cover-still.png') no-repeat top left \9;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.movie-header .cover .play {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  background: url('../images/play-button.png') no-repeat center center;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  text-decoration: none;
}
.movie-header .film_ratings {
  float: right;
}
.movie-header h2 {
  font-family: 'News Cycle', 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 14px;
}
.movie-header h2 a {
  text-decoration: underline;
}
.movie-header .details span {
  font-size: 14px;
  font-weight: bold;
}
.movie-header .details span:first-child:before {
  display: none;
}
.movie-header .details span:before {
  content: "-";
  margin: 0px 5px;
}
.movie-header .clouds {
  font-family: 'News Cycle', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.movie-header .clouds .category {
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 12px 7px 0 0;
}
.movie-header .clouds div.items {
  float: left;
  margin-top: 12px;
}
.movie-header .clouds ul.items {
  display: block;
  clear: both;
  list-style-type: none;
  margin: 8px 0 0;
  padding: 0;
}
.movie-header .clouds ul.items li {
  margin: 0;
  padding: 0;
}
.addthis_toolbox {
  height: 32px;
  margin-bttom: 30px;
}
#browse_page_sort {
  display: block;
  float: right;
}
.collections {
  display: block;
  padding: 20px 0px;
  text-align: center;
}
.collections a {
  margin: 0 6px;
}
.pagination {
  display: block;
  text-align: center;
  padding: 5px 0;
  clear: both;
}
.pagination .page,
.pagination .next,
.pagination .prev,
.pagination .separator-dots {
  color: #646464;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 8px 9px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 1px;
}
.pagination .separator-dots {
  letter-spacing: 6px;
  font-weight: bold;
  font-size: 20px;
}
.pagination .page,
.pagination .next,
.pagination .prev {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination .page.current,
.pagination .next.current,
.pagination .prev.current {
  border: 1px solid ;
  margin: 0;
}
.pagination .page:hover,
.pagination .next:hover,
.pagination .prev:hover {
  background: #646464;
  color: white;
}
.coin-slider {
  margin-top: 5px;
  position: relative;
}
.coin-slider .cs-buttons {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.coin-slider .cs-buttons a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 2px 5px;
  background: #c6c6c6;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.coin-slider .cs-buttons a.cs-active {
  background: #646464;
}
.coin-slider .cs-prev,
.coin-slider .cs-next {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 33px;
  height: 82px;
  background: url('../images/coin-slider-arrows.png') no-repeat;
  margin-top: -22px;
  margin-left: 10px;
}
.coin-slider .cs-next {
  background-position: -33px 0px;
  margin-left: 0;
  margin-right: 10px;
}
#home_featured_slideshow,
.cs-home_featured_slideshow {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/image/232514);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 200px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
.cluetip-default {
  background-color: #e2e7ea;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #e2e7ea;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2e3131;
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
.clue-right-default .cluetip-arrows {
  background-image: url(/image/232577);
  background-position: 0 85;
}
.clue-left-default .cluetip-arrows {
  background-image: url(/image/232578);
  background-position: 0 85;
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.synop_popup {
  font-size: 12px;
  line-height: 150%;
}
.synop_popup span {
  display: block;
}
.synopop_runtime {
  font-style: italic;
}
.synopop_synopsis {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #9FADAE;
  padding-top: 8px;
  margin-top: 5px;
  border-top: 1px solid #9FADAE;
}
.synopop_savemessage {
  padding: 5px 10px;
  background-color: #FFF;
}
.synopop_image {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.film_ratings ul {
  position: relative;
  width: 160px;
  height: 32px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.film_ratings li {
  cursor: pointer;
}
.film_ratings ul,
.film_ratings a:hover,
.film_ratings a:active,
.film_ratings a:focus,
.film_ratings .current_rating {
  background: url(../images/rating-stars-big.png) repeat-x;
}
a.star_one:hover,
a.star_two:hover,
a.star_three:hover,
a.star_four:hover,
a.star_five:hover {
  background: url(../images/rating-stars-big.png) left -64px repeat-x;
}
.film_ratings .current_rating {
  z-index: 1;
  background: url(../images/rating-stars-big.png) left -32px repeat-x;
}
.film_ratings .user_rating {
  z-index: 1;
  background: url(../images/rating-stars-big.png) left -64px repeat-x;
}
.film_ratings a.current_rating:hover {
  z-index: 1;
  background: url(../images/rating-stars-big.png) left -206px repeat-x;
}
.film_ratings a,
.film_ratings .current_rating,
.film_ratings .user_rating,
.film_ratings .no_rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 32px;
  line-height: 32px;
  outline: none;
  overflow: hidden;
  border: none;
}
.film_ratings li {
  display: inline;
}
.film_ratings a.star_one {
  width: 20%;
  z-index: 6;
}
.film_ratings a.star_two {
  width: 40%;
  z-index: 5;
}
.film_ratings a.star_three {
  width: 60%;
  z-index: 4;
}
.film_ratings a.star_four {
  width: 80%;
  z-index: 3;
}
.film_ratings a.star_five {
  width: 100%;
  z-index: 2;
}
.film_ratings_small ul {
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.film_ratings_small li {
  cursor: pointer;
}
.film_ratings_small ul,
.film_ratings_small a:hover,
.film_ratings_small a:active,
.film_ratings_small a:focus,
.film_ratings_small .current_rating {
  background: url(../images/rating-stars.png) repeat-x;
}
.film_ratings_small a.star_one:hover,
.film_ratings_small a.star_two:hover,
.film_ratings_small a.star_three:hover,
.film_ratings_small a.star_four:hover,
.film_ratings_small a.star_five:hover {
  background: url(../images/rating-stars.png) left -50px repeat-x;
}
.film_ratings_small .current_rating {
  z-index: 1;
  background: url(../images/rating-stars.png) left -25px repeat-x;
}
.film_ratings_small .user_rating {
  z-index: 1;
  background: url(../images/rating-stars.png) left -50px repeat-x;
}
.film_ratings_small a.current_rating:hover {
  z-index: 1;
  background: url(../images/rating-stars.png) left -206px repeat-x;
}
.film_ratings_small a,
.film_ratings_small .current_rating,
.film_ratings_small .user_rating,
.film_ratings_small .no_rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}
.film_ratings_small li {
  display: inline;
}
.film_ratings_small a.star_one {
  width: 20%;
  z-index: 6;
}
.film_ratings_small a.star_two {
  width: 40%;
  z-index: 5;
}
.film_ratings_small a.star_three {
  width: 60%;
  z-index: 4;
}
.film_ratings_small a.star_four {
  width: 80%;
  z-index: 3;
}
.film_ratings_small a.star_five {
  width: 100%;
  z-index: 2;
}
