<!--

body { /* OK */
  background : #000000;
  margin : 0px 0px;
  color : #ffffff;
  font-size : 12px;
  font-family : arial, helvetica, sans-serif;
}

form { /* OK */
  margin : 0px;
}

td { /* OK */
  padding : 0px;
  color : #ffffff;
  font-size : 12px;
  font-family : arial, helvetica, sans-serif;
}

/* -- CONTENT -- */

td.contentarea, p.contentarea { /* OK */
  padding : 5px;
  color : #ffffff;
  font-family : arial, helvetica, sans-serif;
  text-align : left;
  font-size : 12px;
}

/* -- TEXT -- */

div.intro, span.intro { /* OK */
  font-size : 110%;
  font-family : times new roman, times, serif;
}

/* -- REFERENCE -- */

div.reference_release, span.reference_release { /* OK */
  font-style : italic;
  text-transform : capitalize;
  color : #f0f0ff;
}

div.reference_producer, span.reference_producer { /* OK */
  font-style : italic;
  color : #f0f0ff;
}

div.reference_group, span.reference_group { /* OK */
  font-style : italic;
  color : #f0f0ff;
}

div.reference_else, span.reference_else { /* OK */
  font-style : italic;
  color : #f0f0ff;
}

/* -- STANDARD -- */

div.pagetitle, span.pagetitle { /* OK */
  font-weight : bold;
  font-size : 18px;
  text-shadow: #8080a0 2px 2px 12px;
}

div.filmpicture_title, span.filmpicture_title { /* OK */
  font-weight : bold;
  font-size : 130%;
  text-shadow: #8080a0 2px 2px 12px;
}

div.title, span.title { /* OK */
  font-weight : bold;
  font-size : 130%;
  text-shadow: #8080a0 2px 2px 12px;
}

div.subtitle, span.subtitle { /* OK */
  font-weight : bold;
  font-style : italic;
  font-size : 90%;
  text-shadow: #8080a0 2px 2px 10px;
}

div.header, span.header { /* OK */
  font-weight : bold;
  font-size : 110%;
}

div.fineprint, span.fineprint { /* OK */
  font-weight : none;
  font-size : 9px;
}

div.copyright, span.copyright { /* OK */
  font-weight : bold;
  font-size : 10px;
  color : #a0a0a0;
}

div.tagline, span.tagline { /* OK */
  font-weight : bold;
  font-style  : italic;
}

div.synopsis, span.synopsis { /* OK */
  font-family : times new roman, times, serif;
  text-align  : justify;
}

div.text_announcement, span.text_announcement { /* OK */
  font-style  : none;
  font-weight : bold;
}

div.text_quote, span.text_quote { /* OK */
  font-style  : italic;
}

/*--- RELEASE STYLES ---*/

td.release_specs_key { /* OK */
  padding : 2px;
  color : #ffffff;
  background-color : #303060;
  font-family : arial, helvetica, sans-serif;
  font-weight : bold;
  text-decoration : none;
}

td.release_specs_value { /* OK */
  padding : 2px;
  color : #ffffff;
  background-color : #101040;
  font-family : arial, helvetica, sans-serif;
  font-weight : none;
  text-decoration : none;
}

/*--- CUSTOMERDATA STYLES ---*/

tr.customerdata_header {
  background-color : #676060;
}

tr.customerdata_data {
  background-color : #505050;
}

.customerdata_key {
  font-family : arial, helvetica, sans-serif;
  font-size   : 12px;
  font-style  : none;
  font-weight : bold;
}

.customerdata_key_error {
  color : #FF0000;
  font-family : arial, helvetica, sans-serif;
  font-size   : 12px;
  font-style  : none;
  font-weight : bold;
}

.customerdata_value {
  font-family : arial, helvetica, sans-serif;
  font-size   : 12px;
  font-style  : none;
  font-weight : none;
}


table.ccard {
  background-color : #504040;
};

tr.ccard {
  background-color : #504040;
};

td.ccard {
  background-color : #504040;
};

tr.order_header {
  background-color : #676060;
}

tr.order_item {
  background-color : #505050;
}

tr.order_total {
  background-color : #474040;
}


td.order_header {
  font-family : arial, helvetica, sans-serif;
  font-style  : none;
  font-weight : bold;
}

td.order_item {
  font-family : arial, helvetica, sans-serif;
  font-style  : none;
  font-weight : none;
}

td.order_total {
  font-family : arial, helvetica, sans-serif;
  font-style  : none;
  font-weight : bold;
}

/* ----------------------------------------------------------------------------- */

-->