* {
    border:0 none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    margin:0;
    padding:0;
    vertical-align:baseline;
}

body {
    text-align:center;
    font-size:12px;
    font-family:  Arial, Helvetica, san-serif;
    background: #300;
    color:#333333;
    line-height:1;
}

a {
    color:#4C4C4C;
    font-weight:bold;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#header {
    width: 100%;
    background: url(../img/bgTile.jpg);
    padding: 5px 0 5px 0;
}

.fixed-lg {
    width: 920px;
}

#top {
    color:  #d9a947;
    height: 50px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.usernav {
    height: 25px;
    margin:  5px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 15px;
}

ul.usernav li.first {
    border: medium none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

ul.usernav li {
    border-left: 1px solid #CCCCCC;
    display: inline;
    margin-left: 9px;
    padding-left: 10px;
}

.usernav a {
    color:#fff;
    font-size:11px;
    font-weight:bold;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
}

#tagline {
    font-size: 120%;
    display: inline;
    position: relative;
    bottom: 8px;
    font-weight: bold;
}

#topbar {
    background:transparent url(../img/nav-background.gif) repeat-x scroll 0 0;
    height:28px;
    padding:0;
}

#topmenu
{
    margin: 0;
    padding: 0;
}

#topmenu li
{
    float: left;
    list-style: none;
}

#topmenu li a
{
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    width: auto;
    color: #5b0000;
    white-space: nowrap;
    font-size: 12px;
}

#topmenu li a:hover
{
    background: #d9a947;
}

#topmenu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid black;
    z-index: 10;
}

#topmenu li ul li
{
    float: none;
    display: inline;
}

#topmenu li ul li a
{
    text-align: left;
    width: auto;
    background: #d9a947;
}

#topmenu li ul li a:hover
{
    color: #d9a947;
    background: #5b0000;
}

div.topbar-right {
    float:right;
    height: 25px;
    padding-top: 3px;
}

div.topbar-right input {
    margin: 0;
}

div.topbar-right input[type=submit] {
    display: inline;
    padding: 0;
    margin: 0 5px;
    width: auto;
    background: #FFECAA;
    color: #5b0000;
    border: 1px solid #999;
    font-weight: bold;
    font-size: 90%;
}

.fluid {
    min-width: 920px;
    width: 100%;
}

.container {
    margin: 0 auto;
    text-align: left;
}

#player-container {
    clear: both;
    min-width: 920px;
    text-align: center;
    background:#323232 url(../img/bg-main.gif) repeat-x scroll left top;
}

.curtain {
    background: url(../img/curtain_left.png) no-repeat left top;
    padding-left: 140px;
}

.curtain-right {
    background: url(../img/curtain_right.png) no-repeat right top;
    padding-right: 140px;
}

#content-container {
    clear: both;
    min-width: 920px;
    text-align: center;
    background:#333;
    color: #fff;
}

#content-container a {
    color: #ffecaa;
}
#content-container a:hover {
    color: #fff;
}

#content-container h1 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0;
}

#content-container h2 {
    font-size: 20px;
    color: #ffecaa;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 1em;
}

#content-container h3 {
    font-size: 16px;
    margin-bottom: 0.5em;
}

#content-container p {
    margin-bottom: 1em;
}

#content {
    margin: 1px auto;
    min-height: 450px;
    padding: 0.5em 5em 1em 5em;
    font-size: 16px;
}

#content img {
    margin: 1em;
}

#content li {
    list-style-type: square;
    line-height: 1.5em;
}

#content form {
    margin-left: 20px;
}

#content h3 {
    font-size: 120%;
    font-weight: bold;
}

#content a {
    font-weight: normal;
    text-decoration: underline;
}

#border-fade {
  width: 100%;
  height: 17px;
  background:#5b0000 url(../img/fade-background.gif) repeat-x scroll left top;
}

.bottom-section {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    background: url(../img/bgTile.jpg);
}

.bottom {
    width: 100%;
    position: relative;
}

.bottom-column {
    width: 33%;
    float: left;
    height: 100%;
}

.right-box {
    float: right;
    width: 400px;
    border: 1px solid #d9a947;
    padding: 15px;
    background: #300;
    margin-top: 1em;
    line-height: 1.2em;
    font-size: 14px;
}

.right-box h3 {
    color: #d9a947;
}

/* for DIV
.bottom-box {
    background: #ffecad;
    margin: 10px;
    border: 1px solid #d9a947;
    padding: 15px;
    line-height: 120%;
    min-height: 180px;
}
*/

.bottom-box td {
    background: #ffecad;
    margin: 10px;
    border: 1px solid #d9a947;
    padding: 15px;
    line-height: 120%;
    width: 30%;
}

.bottom-box .submit {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.bottom-box h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bottom-box h2 a {
    color: #333;
}

.bottom-box h3 {
    color: #333;
    font-size: 16px;
    margin: -5px 0 10px 32px;
}

.bottom-box h3 a {
    color: #333;
}

.bottom-box ul {
    margin-top: 1em;    
    margin-bottom: 0;
}

.bottom-box li {
    font-size: 120%;
    line-height: 1.5em;
}

.bottom-box li a:hover {
    text-decoration: underline;
}


.news-box-title {
  font-weight: bold;
  padding-left: 10px;
  margin-top: 5px;
}

.news-box-title a {
  text-decoration: underline;
}

.news-box-item {
  padding-left: 20px;
}

a.box-link {
  color: #f00;
  font-weight: normal;
}

#footer {
    color:  #633;
    font-weight: normal;
    margin: 0;
}

#footer a {
    color: #933;
}

div#copyright {
    text-align: center;
    padding-top: 3em;
}

div#copyright a {
  font-weight: normal;
}

/* Paging */
div.paging {
    color: #ccc;
    margin: 1em 0;
    text-align: center;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}

form div {
/*    clear: both; */
    padding: 0.5em;
    vertical-align: text-top;
}

form div.required {
    font-weight: bold;
}

form div.submit {
    border: 0;
    /* clear: both; */
    padding-left: 30px;
    margin-bottom: 10px;
}

label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}

input, textarea {
    clear: both;
    border: 1px solid #999;
    margin-top: 5px;
    padding: 0 3px;
}

select {
    clear: both;
    vertical-align: text-bottom;
    border: 1px solid #999;
    margin-top: 5px;
}

option {
    padding: 0 3px;
}

input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
    border: 1px solid #000;
}

input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}

input[type=submit] {
    display: inline;
    padding: 0px 5px;
    width: auto;
    vertical-align: text-bottom;
    background: #DEB562;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
}

#content-container a.button {
    padding: 3px 5px;
    width: auto;
    vertical-align: text-bottom;
    background: #DEB562;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.more-link {
  text-align: right;
  margin: 1em 0;
}

.more-link a {
  color: #900;
  font-weight: normal;
}

.date {
    font-style: italic;
    margin-bottom: 0.5em;
}

.signature {
    font-style: italic;
    text-align: right;
    margin-bottom: 2em;
}

fieldset {
    border: 1px solid #FFECAA;
    padding: 1em;
}
legend {
    font-size: 110%;
    font-weight: bold;
    color: #FFECAA;
}

fieldset.accessories {
    font-size: 80%;
    margin-top: 20px;
}

#player-container #flashMessage {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0;
}

#content-container #flashMessage {
    color: #f00;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0;
}

#flashcontent {
    z-index: -100;
    /* background: #333; */
    text-align: center;
}

hr {
    border: 1px solid white;
    border-top: none;
    margin-bottom: 0.5em;
}

#content a.product_title {
    font-weight: bold;
}

table.product_listing tr {
    border: 1px solid white;
}
.product_listing td {
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #999;
}
dl {
    line-height: 1.2em;
    margin: 0em 0em;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 7em;
    margin-top: -1.2em;
    vertical-align: top;
}
table.product_detail td {
    vertical-align: top;
    padding: 5px;
}
table.productTable {
    /* border-top: 1px solid #d9a947; */
    border-top: 1px solid #ffecaa;
    border-left: 1px solid #ffecaa;
    font-size: 80%;
}

table.productTable th {
    background: #5b0000;
    border-right: 1px solid #ffecaa;
    border-bottom: 1px solid #ffecaa;
    padding: 5px 8px;
    text-align: center;
    color: #FFECAA;
}
table.productTable td {
    border-right: 1px solid #ffecaa;
    border-bottom: 1px solid #ffecaa;
    padding: 8px;
    vertical-align: top;
    color: #FFECAA;
}
td.imageCell {
    text-align: center;
    width: auto;
}
#content-container table.productTable th a {
    text-decoration: none;
    font-weight: bold;
}
#content-container table.productTable td a {
    text-decoration: none;
}
.ctd {
    text-align: center;
}
#content img.learn_it {
    margin: 0;
}
li#topmenu-first a {
    font-size: 18px;
    padding: 2px 8px;
    background: #d9a947;
}
table.data {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
table.data th {
    background: #330000;
}
table.data th, table.data td {
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
}
table.data th a {
    font-weight: bold;
}
table.data .name {
    text-align: left;
    width: 40%;
}
table.data tr {
    background: #e6e6e6;
}
table.data tr.altrow {
    background: #f1f1f1;
}
li.menu_break a {
    border-top: 1px solid #5b0000;
}
.tip {
  font-style: italic;
  font-size: 70%;
  margin-top: 1em;
}
#tv-player {
  width: 670px;
}
#tv-player h1 {
  font-size: 24px;
}
#tv-player h1 a {
  color: #ffecad;
}
#tv-sidebar {
  float: right;
  width: 200px;
  margin-left: 15px;
  background: #ffecad;
  border: 1px solid #d9a947;
  padding: 15px;
}

#tv-sidebar h1 {
    font-size: 18px;
    font-weight: bold;
}
#tv-sidebar h2 {
  margin-left: 1em;
  font-size: 16px;
}
#tv-sidebar h3 {
  font-size: 14px;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
#tv-sidebar ul {
  margin-bottom: 0;
}

#tv-sidebar li {
    line-height: 1.5em;
    font-size: 12px;
}

#tv-sidebar li a:hover {
    text-decoration: underline;
}
#tv-mobile {
  float: left;
  width: 180px;
  color: #999;
  margin-top: 10px;
  text-align: center;
}
#tv-mobile a {
  color: #999;
  font-weight: normal;
}
#tv-mobile a:hover {
  color: #fff;
  text-decoration: underline;
}
#tv-ad {
  float: right;
  width: 730px;
  text-align: center;
  color: #999;
  margin-top: 10px;
  font-size: 16px;
}
#tv-ad a {
  color: #999;
  margin-top: 2em;
}
#tv-ad a:hover {
  color: #fff;
  text-decoration: underline;
}
#banners { overflow: hidden; width: 728px; height: 90px; margin: 10px 0; }
#banners ul { margin: 0px; list-style-image: none; list-style-type: none; padding: 0px; width: 9000px; }
#banners li { margin: 0px; padding: 0px; float: left; }
#cast td { text-align: center; }

