body {
  margin: 0;
}
#container {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #container {
    width: 100%;
    margin: 0 10px;
  }
}
#container-header {
  width: 980px;
  background-image: url(../images/xmas-lights-header.gif);
  height: 10px;
}
#container-body {
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../images/xmas-lights-body.gif);
}
#container-footer {
  width: 980px;
  background-image: url(../images/xmas-lights-footer.gif);
  height: 10px;
}
#header {
  position: relative;
  height: 118px;
}
@media only screen and (max-width: 960px) {
  a.header > img {
    width: 100%;
  }
}
#xmas {
  margin: 0;
  padding: 0;
}
#page-wrapper {
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 100%;
}
#content {
  float: left;
  margin-right: 360px;
  padding-top: 10px;
}
@media only screen and (max-width: 960px) {
  #content {
    width: 100%;
    margin-right: 10px;
  }
}
#sidebar {
  float: right;
  width: 345px;
  margin-top: 20px;
  margin-left: -360px;
  clear: none;
  margin-bottom: 15px;
}
#footer {
  clear: both;
}
.medium-margin-top {
  margin-top: 20px;
}
body,
input,
select,
textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
a {
  color: #c40000;
  text-decoration: none;
}
h1 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #c40000;
  font-size: 2em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #c40000;
  font-size: 1.75em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
hr {
  color: #666;
  background-color: #666;
  height: 1px;
  border: 0;
}
img {
  border: none;
}
p.imageset {
  text-align: center;
}
p.image {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  p.image img {
    width:100%;
  }
}
p.product-panel {
  position: relative;
  margin: 3px auto;
  text-align: center;
}
p.product-panel img {
  width: 100%;
}
p.product-panel a.button-bottom-left,
p.product-panel a.button-bottom-right {
  background-color: #000;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 5px;
}
p.product-panel-footer {
  margin: 0 0 10px 0;
}
p.product-panel a.button-bottom-left,
p.product-panel-footer a.button-bottom-left {
  padding-left: 5px;
}
p.product-panel a.button-bottom-right,
p.product-panel-footer a.button-bottom-right {
  float: right;
  padding-right: 5px;
}
span.audiobooks-left {
  width: 119px;
  height: 82px;
  display: block;
  float: left;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  background: url("../images/audiobooks-banner-left-inactive.jpg");
  background-repeat: no-repeat;
  cursor: hand;
  cursor: pointer;
}
span.audiobooks-left:hover {
  background: url("../images/audiobooks-banner-left-active.jpg");
  background-repeat: no-repeat;
}
span.audiobooks-right {
  width: 121px;
  height: 82px;
  display: block;
  float: right;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  background: url("../images/audiobooks-banner-right-inactive.jpg");
  background-repeat: no-repeat;
  cursor: hand;
  cursor: pointer;
}
span.audiobooks-right:hover {
  background: url("../images/audiobooks-banner-right-active.jpg");
  background-repeat: no-repeat;
}
img.align-left {
  float: left;
  padding-right: 10px;
}
img.align-right {
  float: right;
  padding-left: 10px;
}
table.default-table {
  border: 1px solid #666;
  border-collapse: collapse;
  margin: 0 auto;
}
table.default-table caption {
  font-size: 110%;
  font-weight: bold;
  padding: 10px 0 5px 0;
}
table.default-table thead {
  font-weight: bold;
  background-color: #ddd;
}
table.default-table td {
  padding: 5px 10px;
}
table.default-table td.odd {
  background-color: #fff;
}
table.default-table td.even {
  background-color: #eee;
}
p.error-message {
  color: #c40000;
}
p.info-message {
  color: #0c0;
}
.clear-both {
  clear: both;
}
p.popup-image {
  margin: 0;
  padding: 0;
}
div.prev-next {
  margin-top: 25px;
  border: 1px dotted #666;
  background-color: #eee;
  padding: 8px;
}
p.numbered-heading {
  padding-bottom: 5px;
}
p.numbered-heading span.numbered-number {
  font-size: 400%;
  float: left;
  line-height: 0.8em;
  color: #c40000;
}
p.numbered-heading span.numbered-title {
  font-size: 120%;
  font-weight: bold;
  padding-left: 5px;
}
p.numbered-heading span.numbered-subtitle {
  font-style: italic;
  padding-left: 5px;
}
#countdown {
  color: #fff;
  font-size: 150%;
  margin-top: 2px;
  padding: 10px 0;
  text-align: center;
}
#countdown.countdown {
  background-color: #000;
}
#countdown.showing {
  background-color: #c40000;
}
img.align-left {
  float: left;
  padding-right: 10px;
}
div#spoiler-policy {
  border: 1px dotted #000;
  background-color: #666;
  color: #fff;
  margin-top: 10px;
  padding: 10px;
}
div#spoiler-policy a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: bold;
}
form#quiz em {
  vertical-align: top;
}
.no-margin {
  margin: 0;
}
.snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: url(/assets/images/header/snow-400x300.gif);
  background-repeat: repeat;
  z-index: 1;
  cursor: pointer;
}
.bordered {
  border: 1px solid #666;
}
.black {
  color: #000;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.center {
  text-align: center;
}
#column1-600 {
  width: 960px;
  float: left;
  margin-top: -10px;
  margin-right: 1px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  #column1-600 {
    width: 100%;
  }
}
#column1-600 p.image,
#column1-600 p.imageset,
#column1-600 div.tablist,
#column1-600 div.linklist {
  width: 600px;
  margin-left: 180px;
}
@media only screen and (max-width: 960px) {
  #column1-600 p.image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#column1-450 {
  width: 450px;
  float: left;
  margin-top: -10px;
  margin-right: 1px;
  padding-bottom: 10px;
}
#column2-150 {
  width: 150px;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
  padding-bottom: 10px;
}
#column1-300 {
  width: 300px;
  float: left;
}
#column2-300 {
  width: 300px;
  float: left;
}
#footer {
  padding: 0;
}
#footer-left {
  float: left;
  width: 480px;
}
#footer-right {
  text-align: right;
}
ul.follow-links,
ul.landing-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.follow-links li {
  padding: 14px 0 18px 0;
}
ul.landing-links li {
  padding: 6px;
}
a.rss-feed {
  background: url(../icons/black/rss.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.facebook-link {
  background: url(../icons/black/facebook.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.twitter-link {
  background: url(../icons/black/twitter.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.plus-link {
  background: url(../icons/black/google-plus.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.youtube-link {
  background: url(../icons/black/youtube.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.pinterest-link {
  background: url(../icons/black/pinterest.png) no-repeat 0 50%;
  padding: 18px 0 20px 55px;
}
a.website-preferences {
  background: url(../images/preferences-icon-28x28.gif) no-repeat 0 50%;
  padding: 8px 0 8px 35px;
}
#footer-1,
#footer-2,
#footer-3,
#footer-4 {
  float: left;
  width: 225px;
  border-top: 1px solid #c40000;
  padding: 10px 0;
}
#footer h1 {
  margin-top: 0;
  font-size: 1.5em;
}
#footer-1,
#footer-2,
#footer-3 {
  margin-right: 20px;
}
#newsletter-signup fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#newsletter-signup p {
  margin: 0;
  padding: 0;
}
#newsletter-signup input.max-width {
  width: 220px;
  font-size: 110%;
  padding: 2px;
}
#newsletter-signup .newsletter-submit {
  margin-top: 5px;
  border: 1px solid #666;
  color: #000;
  background-color: #ccc;
  padding: 6px;
  cursor: pointer;
}
#newsletter-signup .newsletter-submit:hover {
  background-color: #eee;
}
p.cookie-banner {
  background: #000;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 10px;
  text-align: center;
}
div.cookie-banner {
  background: black;
  border-bottom: 1px dotted white;
  color: white;
  font-size: 0.9em;
  margin: 0;
  padding: 10px;
  text-align: center;
}
div.cookie-banner h1 {
  font-size: 1.2em;
}
div.cookie-banner td.column {
  width: 320px;
  padding: 0 20px 10px 20px;
  vertical-align: top;
}
div.cookie-banner td.row {
  padding: 10px;
}
div.cookie-banner input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
div.cookie-banner a.cookie-submit {
  color: white;
  background: #c40000;
  padding: 10px 15px;
}
div.cookie-banner a.cookie-submit:hover {
  cursor: pointer;
}
div#header div.header-image {
  position: relative;
  top: 0px;
  left: 0px;
}
div#header div.header-search {
  position: relative;
  top: -113px;
  left: 760px;
  width: 195px;
  height: 65px;
  text-align: right;
  z-index: 2;
}
div.header-image img {
  margin-left: 20px;
}
.header-search p {
  color: #fff;
  margin: 0;
  padding: 0 0 2px 0;
}
#site-search fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#site-search #searchString {
  width: 175px;
  padding: 3px;
}
#site-search .search-submit {
  margin-top: 6px;
  border: 1px solid #666;
  color: #000;
  background-color: #ccc;
  padding: 5px;
  cursor: pointer;
}
#site-search .newsletter-submit:hover {
  background-color: #eee;
}
div.main-menu {
  background-color: #333;
  height: 43px;
}
.main-menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 12px 4px 14px 0;
  list-style: none;
}
.main-menu ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 12px 20px;
  background: #333;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu ul li:hover {
  background: #c40000;
}
.main-menu ul li a {
  color: #fff;
}
.main-menu ul li a:hover {
  color: #fff;
}
.main-menu ul li ul {
  padding: 0;
  position: absolute;
  top: 43px;
  left: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 1;
}
.main-menu ul li ul li {
  background: #c40000;
  display: block;
  color: #fff;
}
.main-menu ul li ul li:hover {
  background: #333;
}
.main-menu ul li ul li a {
  color: #fff;
}
.main-menu ul li ul li a:hover {
  color: #fff;
}
.main-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#menu {
  border-bottom: 1px solid #999;
  background: #eee;
}
#menu ul {
  margin: 0;
  padding: 3px;
  text-align: center;
}
#menu li {
  display: inline;
  list-style: none;
}
#menu a:link,
#menu a:hover,
#menu a:visited {
  color: #c40000;
  padding: 3px 8px;
  text-decoration: none;
}
#menu a:hover {
  color: #fff;
  background-color: #c40000;
}
#menu ul.forum a:link,
#menu ul.forum a:hover,
#menu ul.forum a:visited {
  color: #666;
}
#menu ul.forum a:hover {
  color: #fff;
}
#thumbBox {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 5px;
  padding-bottom: 0;
  background: #333;
  visibility: hidden;
  z-index: 10;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
#thumbBox .footerbar {
  letter-spacing: 5px;
  line-height: 1.1em;
  color: #fff;
  padding: 5px 0;
  text-align: right;
}
#thumbBox #thumbImage {
  background-color: #333;
}
#thumbBox .thumbTitle {
  padding: 5px;
  background-color: #fff;
}
#thumbLoading {
  position: absolute;
  visibility: hidden;
  border: 1px solid #000;
  background-color: #efefef;
  padding: 5px;
  z-index: 5;
}
body.popup {
  margin: 10px;
}
div.tablist {
  border-bottom: 1px solid #666;
  margin-bottom: 1px;
}
div.tablist ul.tablist {
  list-style-type: none;
  margin: 1px 0 0 0;
  padding: 3px 0 0 0;
}
div.tablist ul.tablist li {
  display: inline-block;
  margin: 6px 0 6px 0;
  padding: 0;
}
ul.tablist a {
  padding: 6px 8px;
  text-decoration: none;
}
ul.tablist a.active:link,
ul.tablist a.active:hover,
ul.tablist a.active:visited {
  color: #fff;
  background-color: #666;
}
ul.tablist a.inactive:link,
ul.tablist a.inactive:hover,
ul.tablist a.inactive:visited {
  color: #666;
  background-color: #fff;
}
ul.tablist a.inactive:hover {
  color: #666;
  background-color: #ccc;
}
div.linklist {
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
}
ul.linklist {
  margin: 0;
  padding: 0;
}
ul.linklist li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 200%;
}
ul.linklist a {
  padding: 3px 3px;
  text-decoration: none;
}
ul.linklist a.active:link,
ul.linklist a.active:hover,
ul.linklist a.active:visited {
  color: #fff;
  background-color: #666;
}
ul.linklist a.inactive:link,
ul.linklist a.inactive:hover,
ul.linklist a.inactive:visited {
  color: #666;
  background-color: #fff;
}
ul.linklist a.inactive:hover {
  color: #666;
  background-color: #ccc;
}
#sidebar {
  text-align: left;
}
#sidebar h1 {
  color: #c40000;
  font-size: 1.6em;
}
#sidebar img {
  border: none;
}
#sidebar img.full-width {
  width: 100%;
}
#clock {
  text-align: right;
  border-bottom: 1px dotted #999;
}
#sidebar dd {
  font-size: 90%;
  margin-left: 0;
  padding-bottom: 5px;
}
ul.sidebar-links {
  margin: 0 10px 0 0;
  padding: 15px 0;
  text-align: right;
}
ul.sidebar-links li {
  list-style: none;
  padding-bottom: 10px;
}
ul.sidebar-links a {
  color: #c40000;
  font-size: 120%;
  border-bottom: 1px dotted #c40000;
}
div#date-time {
  border: 1px dashed #999;
  background: #eee;
  padding: 2px;
  font-size: 75%;
  text-align: center;
  width: 210px;
}
p.the-official-website {
  width: 210px;
  margin: -10px 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
img.complete-guide-banner {
  border: 1px solid #ccc !important;
  margin: 4px;
  padding: 25px 8px;
  width: 318px;
}
p.random-article-banner {
  border: 1px solid #ccc;
  margin: 4px;
  padding: 8px;
  text-align: center;
}
p.random-article-banner img {
  width: 318px;
}
p.about-intro {
  font-weight: bold;
}
ul#jts-banner {
  width: 237px;
  height: 82px;
  background: url(../images/just-the-shows-1-4-banner.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}
ul#jts-banner li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
ul#jts-banner li,
ul#jts-banner a {
  height: 82px;
  display: block;
}
ul#jts-banner #jts-1 {
  left: 0px;
  width: 59px;
}
ul#jts-banner #jts-2 {
  left: 59px;
  width: 59px;
}
ul#jts-banner #jts-3 {
  left: 118px;
  width: 59px;
}
ul#jts-banner #jts-4 {
  left: 177px;
  width: 60px;
}
ul#jts-banner #jts-1 a:hover {
  background: transparent url(../images/just-the-shows-1-4-banner.jpg) 0px -82px
    no-repeat;
}
ul#jts-banner #jts-2 a:hover {
  background: transparent url(../images/just-the-shows-1-4-banner.jpg) -59px -82px
    no-repeat;
}
ul#jts-banner #jts-3 a:hover {
  background: transparent url(../images/just-the-shows-1-4-banner.jpg) -118px -82px
    no-repeat;
}
ul#jts-banner #jts-4 a:hover {
  background: transparent url(../images/just-the-shows-1-4-banner.jpg) -177px -82px
    no-repeat;
}
ul#rdx-preorder {
  width: 215px;
  height: 165px;
  background: url(../images/rdx-preorder-banner.png);
  margin: 10px auto;
  padding: 0;
  position: relative;
}
ul#rdx-preorder li,
ul#rdx-preorder a {
  height: 165px;
  display: block;
}
ul#rdx-preorder li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
ul#rdx-preorder #rdx-1 {
  left: 0px;
  width: 107px;
}
ul#rdx-preorder #rdx-2 {
  left: 107px;
  width: 108px;
}
#database-search {
  padding: 0;
  margin-top: -10px;
}
#database-search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#database-search label {
  color: #c40000;
  font-weight: bold;
}
#database-search input,
#database-search select,
#database-search textarea {
  margin-top: 5px;
}
#database-search #entry {
  width: 200px;
}
ul.scd-links {
  margin: 0;
  padding: 0;
}
ul.scd-links li {
  list-style: none;
  padding-bottom: 5px;
}
h2.database,
h2.database a {
  color: #000;
  font-size: 1.25em;
  border-bottom: 1px dotted #000;
}
div#scd-banner {
  text-align: center;
  padding: 2px 2px 10px 2px;
}
div#jmc-memorandum {
  margin-top: 15px;
  border: 1px solid #666;
}
table.memo-header {
  width: 100%;
  border-collapse: collapse;
}
table.memo-header td {
  background-color: #ddd;
  padding: 5px;
}
table.memo-header td.memo-title {
  color: #c40000;
  font-weight: bold;
  font-size: 130%;
  letter-spacing: 0.3em;
  text-align: center;
}
div.memo-body {
  padding: 10px;
  background: url(../../database/images/watermark.jpg);
  line-height: 150%;
}
div#space-corps-database {
  border: 1px solid #000;
  padding: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
  margin-top: 6px;
}
div#space-corps-database table {
  width: 100%;
  padding: 3px 1px;
}
div#space-corps-database caption {
  color: #c40000;
  font-weight: bold;
  padding-bottom: 3px;
}
div#space-corps-database caption a {
  color: #c40000;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c40000;
}
div#space-corps-database td {
  padding: 0;
}
div#space-corps-database td.section {
  font-weight: bold;
}
div#space-corps-database td.image {
  text-align: center;
  padding: 10px 0 3px 0;
}
div#space-corps-database a {
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
div#space-corps-database a:hover {
  color: #c40000;
  border-bottom: 1px dotted #c40000;
}
div#space-corps-database tfoot {
  text-align: center;
}
div#space-corps-database tfoot a {
  color: #c40000;
}
div.database-search {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
div.database-search label {
  margin-right: 5px;
}
div.database-search select {
  margin-right: 10px;
}
div.desktop-wallpaper {
  width: 580px;
  padding: 10px;
  border: 1px dotted #666;
  margin-bottom: 15px;
  padding-bottom: 45px;
}
div.wallpaper-links {
  width: 360px;
  margin-right: 10px;
}
div.wallpaper-image {
  float: right;
  clear: none;
}
span.wallpaper-name {
  line-height: 200%;
}
h1.episode-guide {
  color: #c40000;
  font-size: 130%;
}
h2.episode-guide {
  color: #c40000;
  font-size: 120%;
}
p.fanclub-disclaimer {
  border: 1px dotted #000;
  background-color: #eee;
  padding: 10px 15px;
  width: 570px;
}
table.dimension-jumps {
  width: 600px;
  text-align: center;
}
table.dimension-jumps td {
  padding: 10px;
  vertical-align: bottom;
}
h1.article-title {
  color: #c40000;
  font-size: 2em;
}
p.article-subtitle {
  font-weight: bold;
  font-size: 120%;
}
p.article-date {
  font-style: italic;
}
.feature-links {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
}
.feature-links a {
  color: #fff;
  background-color: #c40000;
  padding: 10px 15px;
}
.feature-links ul {
  margin: 10px 0;
  padding: 0;
}
.feature-links li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
p.toasterIntro {
  color: #c40000;
  font-weight: bold;
}
p.toasterQuestion {
  font-weight: bold;
}
table.featureStatistics {
  width: 600px;
  border: 1px solid #000;
  margin: 0;
  border-collapse: collapse;
}
td.featureCategory {
  width: 80px;
  vertical-align: top;
  background-color: #ddd;
  padding: 10px;
}
td.featureValue {
  width: 350px;
  vertical-align: top;
  padding: 10px;
}
td.featureValue a {
  color: #c40000;
  font-weight: bold;
}
td.featureThumbnail {
  width: 60px;
  text-align: right;
  padding: 10px;
}
table.movie-poll {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 490px;
}
table.movie-poll caption {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  width: 490px;
  padding: 10px;
}
table.movie-poll thead {
  background-color: #ddd;
}
table.movie-poll thead td {
  padding: 3px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.movie-poll td {
  padding: 3px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.movie-poll td.odd {
  background-color: #fff;
}
table.movie-poll td.even {
  background-color: #eee;
}
h1.dj-name {
  text-align: right;
}
ul.dj-pages {
  border: 1px dotted #666;
  padding: 5px;
  background-color: #ddd;
  text-align: center;
}
ul.dj-pages li {
  list-style: none;
  display: inline;
  padding: 5px 10px 5px 5px;
}
p.dj-reports {
  text-align: right;
  font-style: italic;
  margin-bottom: 0;
}
ul.dj-reports {
  margin-top: 0;
  padding: 5px;
  text-align: right;
}
ul.dj-reports li {
  list-style: none;
  font-size: 110%;
  padding: 5px 0;
}
ul.dj-reports li a {
  border-bottom: 1px dotted #c40000;
}
p.dj-logo {
  text-align: right;
}
p.flibble-question {
  font-weight: bold;
}
table.flibble-header {
  margin-top: 10px;
}
table.flibble-header td.flibble-image {
  vertical-align: bottom;
}
table.flibble-header td.flibble-header {
  vertical-align: bottom;
  padding: 0 0 3px 10px;
}
table.flibble-header td.flibble-header span.flibble-title {
  font-size: 140%;
  color: #c40000;
}
div.flibble-details {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
}
.flibble-details .flibble-interviewee {
  float: left;
  width: 300px;
}
.flibble-details .flibble-date,
.flibble-details .flibble-credits {
  float: right;
  width: 300px;
  text-align: right;
}
.flibble-date {
  margin-bottom: 10px;
}
.flibble-credits {
  font-size: 0.8em;
}
ul.flibble-anchors,
ul.flibble-links {
  margin: 0;
  padding: 0;
}
ul.flibble-anchors li,
ul.flibble-links li {
  list-style: none;
  padding-bottom: 5px;
}
ul.flibble-links li {
  font-weight: bold;
}
p.flibble-intro,
p.flibble-outro {
  font-weight: bold;
}
table.top-tens {
  margin: 0 auto 10px auto;
  border-left: 1px dotted #666;
  border-top: 1px dotted #666;
  border-collapse: collapse;
  width: 400px;
}
table.top-tens caption {
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 auto;
  width: 400px;
}
table.top-tens caption,
table.top-tens td {
  padding: 5px 10px;
}
table.top-tens td {
  border-right: 1px dotted #666;
  border-bottom: 1px dotted #666;
}
table.top-tens td.odd {
  background-color: #fff;
}
table.top-tens td.odd {
  background-color: #eee;
}
h2.analysis-links {
  color: #c40000;
  font-size: 1.5em;
}
ul.analysis-links {
  margin: 0;
  padding-left: 20px;
}
ul.analysis-links li {
  padding-bottom: 3px;
}
table.flibble-biog {
  width: 400px;
  margin: 0 auto 20px auto;
  text-align: center;
}
table.flibble-biog thead {
  font-weight: bold;
  color: #c40000;
  font-size: 110%;
}
table.flibble-biog td {
  padding: 5px;
}
p.flibble-credits {
  margin-top: 10px;
  border-top: 1px dashed #999;
  padding-top: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #666;
}
ul.gallery-list {
  width: 580px;
  border: 1px dotted #000;
  padding: 10px;
  text-align: center;
  background: #e3e3e3;
}
ul.gallery-list li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 5px 15px;
}
ul.gallery-thumbnails {
  margin: 0;
  padding: 10px 0;
  width: 600px;
  border: 1px solid #000;
  text-align: center;
  background: #ddd;
}
ul.gallery-thumbnails li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 2px;
}
ul.gallery-thumbnails img {
  border: 1px solid #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
ul.gallery-thumbnails img:hover {
  border: 1px solid #c40000;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
p.gallery-image {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  width: 540px;
  background: #ddd;
}
p.storyboard-credit {
  font-size: 90%;
  font-style: italic;
}
ul.storyboard-thumbnails {
  margin: 0;
  padding: 10px 0;
  width: 480px;
  border: 1px solid #000;
  text-align: center;
  background: #ddd;
}
ul.storyboard-thumbnails li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 2px;
}
ul.storyboard-thumbnails img {
  border: 1px solid #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
ul.storyboard-thumbnails img:hover {
  border: 1px solid #c40000;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
p.storyboard-image {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  width: 470px;
  background: #ddd;
}
p.storyboard-credit {
  font-size: 90%;
  font-style: italic;
}
table.quiz-list {
  width: 600px;
  border: 1px solid #666;
  padding: 0;
  border-collapse: collapse;
}
table.quiz-list td {
  vertical-align: top;
  padding: 10px;
}
table.quiz-list td.quiz-label {
  width: 20%;
  background-color: #ddd;
}
table.quiz-list td.quiz-title {
  width: 80%;
  font-weight: bold;
}
table.quiz-list td.quiz-thumb {
  text-align: right;
}
div.game-detail {
  width: 580px;
  padding: 10px;
  border: 1px dotted #00c;
  margin-bottom: 15px;
  padding-bottom: 40px;
}
div.game-information {
  width: 330px;
  margin-right: 10px;
}
div.game-image {
  float: right;
  clear: none;
}
p.game-title {
  margin-top: 0;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.1em;
}
ol.geek-chase-walkthrough li {
  padding-bottom: 10px;
}
ol.geek-chase-walkthrough li span {
  color: #fff;
}
ol.geek-chase-walkthrough li span.geek-chase-password {
  font-weight: bold;
}
div#series-guide {
  border: 1px solid #000;
  padding: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}
div#series-guide table {
  width: 100%;
  padding: 3px 1px;
}
div#series-guide caption {
  color: #c40000;
  font-weight: bold;
  padding-bottom: 3px;
}
div#series-guide caption a {
  color: #c40000;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c40000;
}
div#series-guide td {
  padding: 0;
}
div#series-guide td.series {
  font-weight: bold;
}
div#series-guide a {
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
div#series-guide a:hover {
  color: #c40000;
  border-bottom: 1px dotted #c40000;
}
div#series-guide tfoot {
  text-align: center;
}
div#series-guide ul {
  margin: 0;
  padding: 0;
  padding-top: 6px;
}
div#series-guide li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 3px;
}
#guide-search {
  padding: 0;
  margin-top: -10px;
}
#guide-search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#guide-search label {
  color: #c40000;
  font-weight: bold;
}
#guide-search input,
#guide-search select,
#guide-search textarea {
  margin-top: 5px;
}
#guide-search #itemID {
  width: 200px;
}
div.bts-lyrics {
  margin: 0;
  padding: 0;
}
div.bts-lyrics p.title {
  font-size: 130%;
  color: #c40000;
  font-weight: bold;
  margin-bottom: 0;
}
div.bts-lyrics p.author {
  font-style: italic;
  color: #666;
  letter-spacing: 0.05em;
  margin-top: 0;
}
p.bts-scrolling {
  text-align: center;
}
div.bts-backwards {
  border-bottom: 1px dotted #666;
  padding: 10px 0;
}
div.bts-backwards p.intro {
  font-style: italic;
}
table.episode-list {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-collapse: collapse;
}
table.episode-list thead {
  font-weight: bold;
  background-color: #ddd;
}
table.episode-list td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 3px;
}
table.episode-list td.even {
  background-color: #eee;
}
.PageTitle {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid #fff;
}
.SectionTitle {
  font-weight: bold;
  color: #000;
  background-color: #ccc;
  border-bottom: 1px solid #666;
}
.EpisodeTitle {
  font-size: 110%;
  font-weight: bold;
  color: #000;
  background-color: #eee;
  border-bottom: 1px solid #666;
}
.CastList {
  border-bottom: 1px solid #666;
}
p.classic-dwarf {
  padding-left: 10px;
  font-style: italic;
}
div.library-music h2 {
  font-weight: bold;
  color: #000;
}
div.library-music ul {
  margin: 10px 0;
  padding: 0;
}
div.library-music li {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#next-episode {
  border: 1px solid #000;
  margin-bottom: 6px;
  padding: 0px;
  text-align: center;
}
div#next-episode p {
  margin: 0;
  padding: 0;
}
div#next-episode .caption {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #c00;
  color: #fff;
  margin: 0;
  padding: 2px;
  padding-bottom: 5px;
}
div#next-episode .image {
  margin: 0;
  padding: 0;
}
div#next-episode .links {
  background-color: #000;
  color: #fff;
  margin: 0;
  margin-top: -2px;
  padding: 5px;
}
div.guide-search {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
div.guide-search label {
  margin-right: 5px;
}
div.guide-search select {
  margin-right: 10px;
}
div.episode-list {
  display: block;
}
div.episode-detail {
  float: left;
  position: relative;
  min-height: 1px;
  width: 200px;
  margin-bottom: 5px;
}
div.episode-detail img {
  width: 194px;
  height: 130px;
}
p.episode-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  vertical-align: top;
}
table.help-item {
  width: 600px;
  border: 1px dotted #666;
  margin-bottom: 15px;
  padding: 0;
  border-collapse: collapse;
}
table.help-item td {
  padding: 10px 15px;
}
table.help-item td.help-question {
  background-color: #ddd;
  vertical-align: middle;
}
table.help-item td.help-answer {
  vertical-align: top;
}
table.help-item td.drop-capital {
  font-size: 200%;
  line-height: 1em;
  color: #c40000;
  font-family: Times New Roman, Times, serif;
  width: 20px;
}
p.help-subtitle {
  font-style: italic;
}
td.help-invisotext,
table.help-invisotext td {
  color: #fff;
}
table.help-invisotext {
  margin: 0 auto;
}
table.game-codes {
  margin: 10px auto 0 auto;
  border-top: 1px dotted #666;
  border-left: 1px dotted #666;
  border-collapse: collapse;
}
table.game-codes td {
  padding: 5px 20px;
  border-right: 1px dotted #666;
  border-bottom: 1px dotted #666;
}
table.game-codes td.inviso-text {
  color: #fff;
}
p.game-codes {
  margin-top: -10px;
}
a.search-help {
  color: #fff;
  padding-right: 5px;
}
ul.home-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
ul.home-links li {
  display: inline;
  padding: 0 10px;
}
img.home-link {
  padding-right: 28px;
}
ul.tv-links {
  display: inline;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
ul.tv-links li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.tv-links li img {
  width: 165px;
  border: 1px solid #ccc !important;
}
table.upcoming-showings {
  border: 1px solid #000;
  border-collapse: collapse;
  margin: 0 auto;
}
table.upcoming-showings thead {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
table.upcoming-showings td {
  padding: 5px 10px;
}
table.upcoming-showings td.odd {
  background-color: #666;
  color: #fff;
}
table.upcoming-showings td.even {
  background-color: #333;
  color: #fff;
}
iframe[id^="twitter-widget-"] {
  width: 480px !important;
}
h1.links {
  font-size: 130%;
  color: #c40000;
}
table.linkList td {
  padding: 10px 0;
  border-bottom: 1px dotted #666;
}
td.linkDetails {
  vertical-align: top;
}
td.linkDetails h2 {
  font-size: 120%;
}
td.linkDetails a {
  border-bottom: 1px dotted #c40000;
}
td.linkImage {
  text-align: right;
}
td.linkImage a {
  border: 0;
}
td.linkImage img {
  border: 1px solid #666;
  margin-left: 10px;
}
.shopTitle {
  color: #c40000;
  font-size: 130%;
  margin-bottom: 0;
  padding-bottom: 0;
}
#shopSearch {
  padding: 0;
  margin-top: -10px;
}
#shopSearch fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#shopSearch label {
  color: #c40000;
  font-weight: bold;
}
#shopSearch input,
#shopSearch select,
#shopSearch textarea {
  margin-top: 5px;
}
#shopSearch #itemID {
  width: 200px;
}
#shopFeatures td {
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}
#shopFeatures img {
  border: 0;
}
#shopResults {
  width: 600px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
  margin-top: 15px;
}
#shopResults thead {
  text-align: left;
  background-color: #ccc;
}
#shopResults th,
#shopResults td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px;
}
#shopResults td.rowClass1 {
  background-color: #fff;
}
#shopResults td.rowClass2 {
  background-color: #eee;
}
#shopDisclaimer {
  width: 580px;
  font-size: 0.9em;
  background-color: #ddd;
  padding: 10px;
}
.purchase-links ul {
  margin: 0;
  padding: 0;
}
.purchase-links li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.purchase-links a {
  border-bottom: 1px dotted #c40000;
}
div.shop-search {
  clear: both;
  margin-top: 25px;
}
div.shop-field {
  float: left;
  margin-right: 5px;
}
div.shop-image-links {
  display: inline-block;
}
div.shop-image {
  float: left;
  text-align: left;
  width: 290px;
}
div.purchase-links {
  float: right;
  text-align: right;
  width: 290px;
}
table.merchandise-item-landscape,
table.merchandise-item-portrait,
table.merchandise-item-widescreen {
  border: 1px solid #000;
  padding: 3px;
  vertical-align: top;
}
table.merchandise-item-landscape {
  width: 237px;
}
table.merchandise-item-portrait {
  width: 137px;
}
table.merchandise-item-widescreen {
  width: 600px;
}
table.merchandise-item-landscape td,
table.merchandise-item-portrait td,
table.merchandise-item-widescreen td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
p.merchandise-detail-name {
  margin-top: 0;
}
p.merchandise-detail-text1 {
  margin-top: 0;
}
p.merchandise-detail-links {
  margin-top: 0;
}
ul.merchandise-detail-links {
  margin: 0;
  padding: 0;
}
ul.merchandise-detail-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#xmas-countdown {
  background: url(../images/xmas-countdown.png);
  color: #fff;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
#xmas-countdown a {
  color: #fff;
}
#xmas-countdown a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
ul.location-list {
  text-align: center;
  margin-right: 28px;
}
ul.location-list li {
  display: inline;
  list-style: none;
  padding-left: 1px;
}
ul.location-list li.active {
  background: #666;
  padding: 19px 4px 1px 4px;
}
h1.news-title,
h1.news-title a,
h1.news-title-large,
h1.news-title-large a {
  color: #c40000;
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
}
h1.news-title a {
  font-size: 1.5em;
  text-decoration: none;
}
h1.news-title-large {
  font-size: 180%;
}
h2.news-title a {
  font-size: 1.25em;
  text-decoration: none;
}
h2.news-subtitle {
  border-bottom: 1px dotted #c40000;
  color: #c40000;
  font-size: 120%;
  font-weight: bold;
}
table.news-headlines h1.news-title {
  margin-top: 0;
  padding-top: 0;
}
p.news-tagline,
p.news-tagline-large,
p.news-intro {
  margin-top: 0;
  padding-top: 0;
}
p.news-tagline,
p.news-tagline-large {
  margin-bottom: 0;
  padding-bottom: 6px;
}
p.news-tagline-large {
  color: #000000;
  padding-bottom: 10px;
}
p.news-intro,
p.news-outro {
  font-weight: bold;
}
div.quoted-text {
  background: #eeeeee;
  border: 1px dotted #333333;
  padding: 0px 10px;
}
p.quoted-text {
  background: #eeeeee;
  border: 1px dotted #333333;
  font-style: italic;
  padding: 10px;
}
p.quoted-text em {
  font-style: normal;
}
div.script-text {
  background: #eee;
  border: 1px dotted #333333;
  font-family: Courier New, Courier, monospace;
  padding: 10px;
}
span.inline-quote {
  color: #c40000;
  font-weight: bold;
  font-style: italic;
}
p.news-date {
  font-size: 0.9em;
}
div.news-bookmarks {
  border: 1px solid #ccc;
  font-size: 0.9em;
  margin-top: 10px;
  text-align: center;
}
div.news-bookmarks p {
  margin: 0;
  padding: 3px 5px;
}
ul.news-bookmarks {
  margin: 0;
  padding: 3px 5px;
}
ul.news-bookmarks li {
  margin: 0;
  padding-right: 3px;
  display: inline;
  list-style: none;
}
p.news a {
  color: #c40000;
  border-bottom: 1px dotted #c40000;
  text-decoration: none;
}
div.headline-new,
div.headline-new-large,
div.headline-old {
  float: left;
  margin-right: 405px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  text-align: right;
  width: 75px;
}
div.headline-new {
  background: url(../images/headline-new.gif) no-repeat 0 50%;
}
div.headline-obit {
  background: url(../images/headline-obit.gif) no-repeat 0 50%;
}
div.headline-new-large {
  background: url(../images/headline-new.gif) no-repeat 0 50%;
}
div.headline-new img,
div.headline-new-large img,
div.headline-old img {
  border: 0;
}
div.headline-text {
  float: right;
  width: 395px;
  margin-left: -395px;
  padding-bottom: 10px;
}
.archive-links {
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
}
.archive-links a {
  color: white;
  background-color: #c40000;
  padding: 10px 15px;
}
.archive-links ul {
  margin: 0;
  padding: 0;
}
.archive-links li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
h1.archive-title {
  font-size: 130%;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
p.archive-date {
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 0.9em;
  color: #666666;
}
p.archive-tagline {
  margin-top: 2px;
}
table.release-dates {
  margin: 0 auto;
  border-top: 1px dotted #666666;
  border-left: 1px dotted #666666;
  border-collapse: collapse;
}
table.release-dates thead {
  background-color: #dddddd;
  font-weight: bold;
}
table.release-dates td {
  padding: 5px 10px;
  border-right: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}
.headline-news-item {
  background: #eeeeee;
  position: relative;
  width: 600px;
  height: 338px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.headline-news-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 338px;
  overflow: hidden;
}
.headline-news-image img {
  width: 100%;
}
.headline-news-banner,
.headline-news-banner-dark {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #c40000;
  text-transform: uppercase;
  padding: 5px 10px;
}
.headline-news-banner-dark {
  background-color: #333;
}
.headline-news-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 570px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
}
.secondary-news-wrapper {
  background: #ddd;
  display: inline-block;
}
.secondary-news-item {
  width: 299px;
  position: relative;
}
.secondary-news-image {
  height: 173px;
  overflow: hidden;
}
.secondary-news-image img {
  width: 100%;
}
.secondary-news-banner {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #c40000;
  text-transform: uppercase;
  padding: 5px 10px;
}
.secondary-news-text {
  padding: 0 10px 0 10px;
  margin-top: -5px;
  margin-bottom: 5px;
}
.secondary-news-text h2 {
  margin-top: 12px;
  line-height: 32px;
}
table.news-headlines {
  border-collapse: collapse;
  margin-bottom: -5px;
}
table.news-headlines td {
  padding: 5px 3px 5px 0;
  vertical-align: middle;
}
table.news-headlines td.headline-new {
  background: url(../images/headline-new.gif) no-repeat 0 1px;
}
table.news-headlines td.headline-obit {
  background: url(../images/headline-obit.gif) no-repeat 0 1px;
}
table.news-headlines td.headline-new-large {
  background: url(../images/headline-new-large.gif) no-repeat 0 1px;
}
table.news-headlines td.headline-image a img {
  padding-top: 0px;
}
table.news-headlines td.headline-text {
  padding-left: 5px;
}
table.news-headlines td.headline-text h1 {
  font-size: 130%;
}
div#column1-500 p.centered {
  width: 470px;
  text-align: center;
}
ul.voice-tones li {
  padding-bottom: 5px;
}
table.chapter-points {
  margin: 10px 0 20px 50px;
  border-collapse: collapse;
}
table.chapter-points caption {
  margin-left: 50px;
  font-weight: bold;
  letter-spacing: +0.1em;
}
table.chapter-points td {
  padding: 2px 30px 2px 0;
  border-bottom: 1px dotted #666666;
}
table.dvd-content {
  border: 1px solid #666666;
  border-collapse: collapse;
}
table.dvd-content thead {
  font-weight: bold;
  background-color: #dddddd;
}
table.dvd-content td {
  padding: 5px;
}
table.dvd-content td.odd {
  font-weight: bold;
  font-style: italic;
}
table.dvd-content td.even {
  padding-bottom: 10px;
}
p.product-menu {
  font-weight: bold;
}
ul.product-menu {
  margin: 0;
  padding: 10px;
  border: 1px dotted #666;
  background-color: #ddd;
  text-align: center;
  line-height: 1.75em;
}
ul.product-menu li {
  list-style: none;
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
}
span.product-date {
  font-size: 0.9em;
  font-style: italic;
}
ul.recent-news {
  margin: 0;
  padding: 0 0 10px 0;
}
ul.recent-news li {
  margin-left: 15px;
  padding-bottom: 5px;
}
table.news-highlight td.headline-text {
  background-color: #ddcccc;
  border-bottom: 3px solid #ffffff;
  border-top: 1px solid #ffffff;
  width: 395px;
}
table.news-large td.headline-text {
  background-color: #bbaaaa;
  border-bottom: 4px solid #ffffff;
  border-top: 2px solid #ffffff;
  width: 395px;
  height: 128px;
}
table.thank-yous {
  background-color: #ffffff;
  border: 1px dotted #666666;
  border-spacing: 10px;
}
table.thank-yous td {
  background: url(../images/thank-yous-bg.jpg);
  background-color: #ffffff;
  border: 1px dotted #666666;
  padding: 10px 5px;
  text-align: center;
}
table.thank-yous td.empty {
  background: #ffffff;
  border: none;
}
table.thank-yous span.thank-you-company {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
}
table.thank-yous span.thank-you-address {
  clear: both;
  color: #333333;
}
div.stop-press {
  border: 1px dotted #333333;
  background-color: #eedddd;
  padding: 5px;
  width: 100%;
}
div.stop-press a {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
}
p.dimension-jump {
  background-color: #e3e3e3;
  border: 1px dotted #666666;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
}
p.disclaimer {
  background-color: #eedddd;
  font-size: 90%;
  font-style: italic;
  line-height: 150%;
  padding: 5px 10px;
}
span.superscript {
  float: left;
  font-size: 64px;
  margin-top: -15px;
  padding-right: 10px;
}
span.subtitle {
  color: #c40000;
  font-weight: bold;
  font-size: 110%;
}
p.click-to-enlarge {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 2px;
}
p.photo-credit {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 2px;
  margin-top: -10px;
  padding-right: 8px;
  text-align: right;
}
table.tc {
  border: 1px dotted grey;
}
table.tc td.title {
  font-weight: bold;
  background-color: #e4e5e6;
}
table.tc td.line1 {
  background-color: #f1f2f3;
}
table.tc td.line2 {
  background-color: #fdfeff;
}
p.merchandise-item {
  background-color: #f7e8e9;
  padding: 5px;
}
table.previous-news-list h3 {
  color: #c40000;
  font-size: 1.1em;
  margin-top: 0;
  padding-right: 8px;
}
table.previous-news-list td {
  vertical-align: top;
}
ol.dvd-extras li {
  padding-bottom: 10px;
}
.name-game-answers {
  display: none;
}
.quote-bubbles p {
  position: relative;
  padding: 15px;
  margin: 1em 0 2em;
  color: #000000;
  background: linear-gradient(#f9d835, #f3961c);
  border-radius: 10px;
  width: 560px;
  font-size: 110%;
  font-weight: bold;
}
.quote-bubbles p:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 540px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}
.quote-bubbles span {
  font-style: italic;
  font-size: 80%;
  font-weight: normal;
  float: right;
}
h3.navigation {
  text-align: right;
}
.disc-release,
.disc-extra {
  font-weight: bold;
  color: #666;
}
.disc-buy {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
div.letter {
  border: 1px solid #666;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.25),
    0 1px 1px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px;
  font-family: monospace;
  font-size: 14px;
  line-height: 17px;
}
form#website-preferences fieldset {
  border: none;
}
table.website-preferences {
  border: 1px dotted #666;
  width: 470px;
}
table.website-preferences td {
  vertical-align: top;
  padding: 5px;
}
table.website-preferences tr.centered td {
  text-align: center;
}
.preferences-submit {
  margin-top: 5px;
  border: 1px solid #666;
  color: #000;
  background-color: #ccc;
  padding: 3px 10px;
  cursor: hand;
  cursor: pointer;
}
.preferences-submit:hover {
  background-color: #eee;
}
form#website-preferences .max-width {
  width: 300px;
}
.ticker-wrapper.has-js {
  margin: 0px 0px 10px 0px;
  padding: 0px 20px;
  width: 687px;
  height: 32px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f0db;
  font-size: 0.85em;
}
.ticker {
  width: 618px;
  height: 23px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f8f0db;
}
.ticker-title {
  padding-top: 9px;
  color: #000;
  font-weight: bold;
  background-color: #f8f0db;
  text-transform: uppercase;
}
.ticker-content {
  margin: 0px;
  padding-top: 9px;
  position: absolute;
  color: #c00;
  font-weight: bold;
  background-color: #f8f0db;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}
.ticker-content a {
  text-decoration: none;
  color: #c00;
}
.ticker-content a:hover {
  text-decoration: underline;
  color: #0d3059;
}
.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  background-color: #f8f0db;
  display: block;
  width: 720px;
  height: 23px;
}
.ticker-swipe span {
  margin-left: 1px;
  background-color: #f8f0db;
  border-bottom: 1px solid #1f527b;
  height: 12px;
  width: 7px;
  display: block;
}
.ticker-controls {
  padding: 0px;
  list-style-type: none;
  float: left;
}
.ticker-controls li {
  padding: 0px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}
.ticker-controls li.jnt-play-pause {
  background-image: url("../images/controls.png");
  background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
  background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
  background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
  background-image: url("../images/controls.png");
  background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
  background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
  background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
  background-image: url("../images/controls.png");
  background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
  background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
  background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
  background-image: url("../images/controls.png");
  background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
  background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
  background-position: 16px 0px;
}
.js-hidden {
  display: none;
}
.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #f8f0db;
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
  float: left;
}
.left .ticker-controls {
  padding-left: 6px;
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
  float: right;
}
.right .ticker-controls {
  padding-right: 6px;
}
h1.tv-title {
  color: #c40000;
  font-size: 130%;
}
table.tv-listings {
  width: 600px;
  font-size: 1em;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
}
table.tv-listings thead {
  font-weight: bold;
  background-color: #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.tv-listings td {
  vertical-align: middle;
  padding: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.tv-listings td.odd {
  background-color: #fff;
}
table.tv-listings td.even {
  background-color: #eee;
}
div.on-demand {
  width: 570px;
  border: 1px dotted #666;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  background: #eee;
}
div.on-demand h3 {
  font-size: 1.2em;
  margin: 0;
}
div.on-demand-left {
  float: left;
  width: 310px;
}
div.on-demand-left h1 {
  color: #c40000;
  font-size: 120%;
}
h2.flag-uk {
  background: url(../images/flag-uk.png) no-repeat 0 50%;
}
h2.flag-usa {
  background: url(../images/flag-usa.png) no-repeat 0 50%;
}
h2.flag-can {
  background: url(../images/flag-can.png) no-repeat 0 50%;
}
h2.flag-jap {
  background: url(../images/flag-jap.png) no-repeat 0 50%;
}
h2.flag-uk,
h2.flag-usa,
h2.flag-can,
h2.flag-jap {
  padding: 12px 0 12px 36px;
}
div.watch-links {
  text-align: center;
}
