body {
  text-align: center;
  background: #fff url(/images/layout/background.png) 0 0 repeat-x;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #666;
}

img {
  border: none;
}

h2, h3 {
  color: #5fc0d1;
  font-weight: normal;
}

h4 {
  font-size: 100%;
}

a {
  color: #5fc0d1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button img {
  height: 17px;
  width: 68px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

a.button:hover img {
  background-position: 0 -17px;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.flv, .flv_wrapper {
  height: 240px;
  width: 320px;
  border: 3px solid #fff;
  background: #000;
  overflow: hidden;
  text-align: center;
  margin: 18px 0 18px -3px;
}

.flv {
  background: #000 url(/images/layout/flv.png) no-repeat 50% 50%;
  /* Hide FLV path. */
  text-indent: -1000px;
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 960px;
  margin: 33px auto;
  text-align: left;
  background: #fff;
}

#head {
  position: relative;
  height: 100px;
  z-index: 2;
  background: url(/images/layout/head_background.gif) 0 0 repeat-x;
}

#head h1 {
  position: absolute;
  top: 13px;
  left: 19px;
  margin: 0;
  padding: 0;
  width: 279px;
  height: 65px;
  background: url(/images/layout/head_logo.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -1000px;
}

#navigation {
  position: absolute;
  top: 40px;
  left: 335px;
  width: 615px;
  height: 40px;
  padding: 0 0 0 10px;
  background: url(/images/layout/navigation_background.png) 0 0 repeat-x;
}

#navigation div {
  float: left;
  position: relative;
  margin: 7px 10px 0 0;
}

#navigation #nav_contact {
  _margin-right: 0;
}

#navigation a {
  display: block;
  padding: 10px 14px 12px 14px;
}

#navigation span {
  display: block;
  height: 11px;
  background-image: url(/images/layout/navigation_text.png);
  overflow: hidden;
  text-indent: -1000px;
}

#navigation ul {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 185px;
  margin: 0;
  padding: 10px;
  background: #5fc0d1;
  list-style: none;
}

#navigation li {
  margin: 0;
  padding: 0 0 2px 0;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

#navigation ul a {
  display: inline;
  padding: 0;
  color: #fff;
}

/* Hover styles */
#navigation div:hover a,
#navigation div.hover a {
  background: #5fc0d1;
}

#navigation div:hover ul,
#navigation div.hover ul {
  display: block;
}

/* Include #head to boost priority above current controller styles */
#head #nav_home:hover span,
#head #nav_home.hover span { background-position: 0 -22px }
#head #nav_about:hover span,
#head #nav_about.hover span { background-position: -45px -22px }
#head #nav_blog:hover span,
#head #nav_blog.hover span{ background-position: -99px -22px }
#head #nav_films:hover span,
#head #nav_films.hover span { background-position: -139px -22px }
#head #nav_sales:hover span,
#head #nav_sales.hover span { background-position: -181px -22px }
#head #nav_contact:hover span,
#head #nav_contact.hover span { background-position: -313px -22px }

/* Current controller styles. */
.controller_home #nav_home a,
.controller_about #nav_about a,
.controller_blog #nav_blog a,
.controller_films #nav_films a,
.controller_sales #nav_sales a,
.controller_contact #nav_contact a {
  background: #fff;
}

.controller_home #nav_home span { background-position: 0 -11px }
.controller_about #nav_about span { background-position: -45px -11px }
.controller_blog #nav_blog span { background-position: -99px -11px }
.controller_films #nav_films span { background-position: -139px -11px }
.controller_sales #nav_sales span { background-position: -181px -11px }
.controller_contact #nav_contact span { background-position: -313px -11px }

#nav_home span { width: 45px; background-position: 0 0; }
#nav_about span { width: 53px; background-position: -45px 0; }
#nav_blog span { width: 40px; background-position: -99px 0; }
#nav_films span { width: 42px; background-position: -139px 0; }
#nav_sales span { width: 132px; background-position: -181px 0; }
#nav_contact span { width: 74px; background-position: -313px 0; }

#body {
  position: relative;
  z-index: 1;
  padding: 12px;
}

.message_area span {
  font-family: sans-serif;
  display: block;
  background: #3f585f;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
}

/* Sectioned pages like sales and film details */
.section_head {
  background: #7d7e65;
  color: #fff;
}

.section_head table,
.section_head td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.section_head h2 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin: 0;
  padding: 33px 10px 0 10px;
  text-transform: uppercase;
}

@media screen {
  .sIFR-active .section_head h2 {
    padding-top: 28px;
  }
}

.section_head p {
  margin: 10px 0 0 0;
  padding: 0 10px 0 10px;
}

.section_head_image {
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.section_head_image h2 {
  padding-top: 49px;
}

@media screen {
  .sIFR-active .section_head_image h2 {
    padding-top: 44px;
  }
}

.section_head_image img {
  float: right
}

.toc {
  margin: 18px 0 0 0;
  padding: 0;
  width: 124px;
}

.toc li {
  list-style: none;
  margin: 0;
  padding: 8px 0 3px 0;
  border-top: 1px solid #a3a492;
  line-height: 22px;
  background: url(/images/films/toc_bullet.gif) 10px 50% no-repeat;
}

.toc li.first {
  border-top: none;
}

.toc li a {
  display: block;
  padding-left: 21px;
  color: #fff;
  font-size: 20px;
}

.section {
  position: relative;
  zoom: 1;
  background: #f2f2f2;
  margin: 5px 0;
  padding-bottom: 20px;
}

.section_no_head {
  padding: 10px 24px;
}

.section h3 {
  overflow: hidden;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  zoom: 1;
}

.section h3 span {
  display: block;
  float: left;
  padding: 3px 25px 2px 25px;
  color: #939598;
  background: #fff;
}

.section .columns_1 {
  padding: 0 24px;
}

.section .columns_2 {
  float: left;
  padding-left: 24px;
  width: 432px;
}

.section .columns_3 {
  float: left;
  padding-left: 24px;
  width: 280px;
}

.section .border_right {
  border-right: 1px dashed #d1d2d2;
}


/* Home page */
#page_home_index #music_player {
  position: absolute;
  top: 6px;
  right: 25px;
}

#page_home_index #home_main {
  margin-bottom: 33px;
}

#page_home_index #home_body {
  padding-left: 12px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

#page_home_index h2 {
  font-size: 32px;
  margin: 0 0 16px 0;
}

#page_home_index h3 {
  font-size: 21px;
  margin: 28px 0 11px 0;
}

@media screen {
  .sIFR-active #page_home_index h2 {
    margin-bottom: -8px;
  }
  
  .sIFR-active #page_home_index h3 {
    margin-bottom: -5px;
  }
}

#page_home_index #now_available {
  float: right;
  position: relative;
  margin-left: 40px;
  border: 1px solid #dddedf;
  padding: 20px 10px 38px 20px;
  width: 307px;
  line-height: 16px;
}

#page_home_index #now_available p {
  margin: 14px 0 0 0;
}

#page_home_index #now_available ul {
  margin: 14px 0 0 0;
  list-style-position: inside;
  color: #5fc0d1;
}

#page_home_index #now_available .buy_dvd {
  float: left;
  display: block;
  border: 1px solid #dddedf;
  padding: 6px;
  margin: 14px 14px 0 0;
  width: 90px;
}

#page_home_index #now_available .buy_dvd img {
  display: block;
  margin: 0;
  padding: 0;
}

#page_home_index #now_available .buy_dvd .button img {
  margin-top: 6px;
}

#page_home_index #now_available .view_all img {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/images/home/button_view_all_dvd_sales.png);
  width: 141px;
  height: 16px;
}

#page_home_index #now_available .view_all:hover img {
  background-position: 0 -16px;
}

#page_home_index #now_available h3 {
  color: #000;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}

@media screen {
  .sIFR-active #page_home_index #now_available h3 {
    margin-bottom: -6px;
  }
}


/* Film list */
#page_films_index .film {
  background: #f2f2f2;
  padding: 10px;
  margin: 0 0 10px 0;
}

#page_films_index h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}

#page_films_index h3 .title {
  text-transform: uppercase;
}

#page_films_index p {
  margin: 0;
}

#page_films_index table {
  width: 916px; /* container width */
}

#page_films_index td {
  vertical-align: middle;
}

#page_films_index .image {
  width: 102px;
}

#page_films_index .image img {
  display: block;
  border: 2px solid #fff;
  width: 100px;
  height: 129px;
}

#page_films_index .description {
  padding: 0 18px;
  vertical-align: middle;
}

#page_films_index .availability {
  border-left: 2px solid #fff;
  padding: 0 0 0 18px;
  width: 140px;
  vertical-align: middle;
}

#page_films_index h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}

#page_films_index p.button {
  margin: 5px 0;
}


/* Film details page */
#page_films_show .column_left {
  width: 367px;
  padding: 16px 0;
}

#page_films_show .column_middle {
  width: 399px;
  padding: 16px 0;
  vertical-align: middle;
}

#page_films_show #preview_flv_wrapper {
  height: 240px;
  width: 320px;
  border: 2px solid #fff;
  background: #000;
  overflow: hidden;
  text-align: center;
}

#page_films_show .column_right {
  width: 170px;
  vertical-align: bottom;
  padding: 16px 0;
}

#page_films_show .column_right h4 {
  margin: 0;
}

#page_films_show .column_right p {
  padding: 0;
  margin: 0;
}

#page_films_show .column_right p.note {
  font-size: 9px;
}

#page_films_show #awards_partial {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 10px;
  color: #939598;
}



/* Sales and rentals */
#page_sales_index .column_left {
  width: 551px;
  padding: 16px 0;
}

#page_sales_index .column_right {
  width: 385px;
  padding: 26px 0 0 0;
}

#page_sales_index .column_right h3 {
  margin: 0 0 11px 0;
  padding: 5px 0;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

@media screen {
  .sIFR-active #page_sales_index .column_right h3 {
    padding-bottom: 1px;
  }
}

#page_sales_index .column_right p {
  margin: 10px 0;
  padding: 0;
}

#page_sales_index .column_right img {
  float: left;
  border: 1px solid #fff;
  margin: 0 11px 0 0;
}

#page_sales_index .column_right .column_right_inner {
  border-left: 1px solid #a3a492;
  padding: 0 15px 26px 15px;
  overflow: hidden;
}

#page_sales_index .film_list {
  margin: 19px 23px 0 148px;
  padding: 0;
  list-style: none;
}

#page_sales_index .film_list li {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
  zoom: 1;
}

#page_sales_index .film_list li.first {
  border-top: none;
}

#page_sales_index .film_list li .film_open,
#page_sales_index .film_list li .film_availabilty,
#page_sales_index .film_list li .film_image {
  display: none;
}

#page_sales_index .film_list li.film_open .film_open,
#page_sales_index .film_list li.film_open .film_availabilty,
#page_sales_index .film_list li.film_open .film_image {
  display: block;
}

#page_sales_index .film_list li.film_open {
  min-height: 143px;
  _height: 143px;
}

#page_sales_index .film_list li .film_open {
  float: left;
  width: 500px;
  padding: 0 24px 18px 0;
  overflow: hidden;
}

#page_sales_index .film_list li .film_open p {
  margin: 0 0 10px 0;
}

#page_sales_index .film_list li .film_availabilty {
  float: right;
  width: 240px;
  padding-top: 5px;
  overflow: hidden;
}

#page_sales_index .film_list li .film_image {
  position: absolute;
  top: 10px;
  left: -124px;
  border: 2px solid #fff;
}

#page_sales_index .film_list h4 {
  float: left;
  margin: 0;
  padding: 0;
  width: 518px;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}

#page_sales_index .film_list h4 span {
  text-transform: uppercase;
}

#page_sales_index .film_list h4 a {
  padding-left: 18px;
  background: url(/images/sales/disclosure_closed.gif) 2px 50% no-repeat;
}

#page_sales_index .film_list li.film_open h4 a {
  background: url(/images/sales/disclosure_opened.gif) 2px 50% no-repeat;
}

#page_sales_index .film_list li .film_availabilty p {
  position: relative;
  padding: 2px 140px 0 0;
  margin: 0 0 10px 0;
  line-height: 16px;
}

#page_sales_index .film_list li .film_availabilty .external_links {
  padding-right: 0;
}

#page_sales_index .film_list li .film_availabilty .external_links a {
  display: block;
  font-weight: bold;
}

#page_sales_index .film_list li .film_availabilty p img {
  position: absolute;
  top: 0;
  left: 100px;
}

#page_sales_index .film_list li .film_availabilty p .note {
  font-size: 9px;
}

#page_sales_index .exhibition .film_list li .film_availabilty p {
  padding-right: 0;
}

#page_sales_index .exhibition .film_list li .film_availabilty p img {
  position: static;
  left: 0;
}

#page_sales_index .section_no_head {
  color: #939598;
}


/* About */
#page_about_index .toc {
  width: 150px;
}


/* Contact */
#page_contact_index .column_1 {
  float: left;
  width: 282px;
  padding-left: 24px;
}

#page_contact_index .column_2 {
  float: left;
  width: 332px;
  padding-left: 24px;
}

#page_contact_index .column_2 ul {
  list-style-position: inside;
  margin: 1em 0;
  padding: 0;
}

#page_contact_index .column_2 li {
  margin: 0;
  padding: 0;
}


/* TV & Corporate */
#page_films_tv_corporate .section_head h2 {
  width: 300px;
}

#page_films_tv_corporate .section_head img {
  margin-bottom: 24px;
}

#page_films_tv_corporate .toc {
  width: 270px;
}

#page_films_tv_corporate .section {
  padding-bottom: 10px;
}

#page_films_tv_corporate .section table {
  margin: 0;
}

#page_films_tv_corporate .section th {
  font-weight: normal;
  width: 181px;
  min-height: 10px;
  text-align: right;
  padding: 10px 34px 15px 0;
}

#page_films_tv_corporate .section td {
  width: 455px;
  padding: 10px 0 15px 0;
}

#page_films_tv_corporate .section td p {
  margin: 0;
  min-height: 10px;
}


/* Press page */
#page_press_index .toc {
  width: 300px;
  margin-bottom: 20px;
}

#page_press_index .section {
  overflow: hidden;
}

#page_press_index .section .download_all {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 10px;
  text-transform: uppercase;
}

#page_press_index .section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#page_press_index .section li {
  float: left;
  padding: 10px 0 0 0;
  margin: 0;
  width: 145px;
  height: 120px;
  text-transform: uppercase;
  text-align: center;
  _height: 125px;
}

#page_press_index .section li img {
  display: block;
  margin: 0 auto 5px auto;
}


/* Editable blocks */
.editable {
  position: relative;
  border: 1px solid #ccc;
  min-height: 15px;
  _height: 15px;
}

.editable_tag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  background: #ccc;
  color: #fff;
  z-index: 2;
}

.editable_content {
  z-index: 1;
}

.editable:hover .editable_tag, .editable_tag:hover {
  background: #999;
  text-decoration: none;
}

.editable:hover {
  border: 1px solid #999;
}
