
/**
 *  Basics
**/ 

.box {
  position: relative;
  padding: 0 6px 0 2px;
  color: #474747;
  font-size: 15px;
  font-weight: bold;
  background-repeat: repeat-y;
}

.box .shadow-top {
  position: absolute; top: -10px; left: 0;
  width: 100%;
  height: 10px;
}

.box .shadow-bottom {
  position: absolute; bottom: -10px; left: 0;
  width: 100%;
  height: 10px;
}

.box.wide     { width: 840px; background-image: url(/images/box_shadow_wide.png); }
.box.large    { width: 510px; background-image: url(/images/box_shadow_large.png); }
.box.normal   { width: 300px; background-image: url(/images/box_shadow_normal.png); }
.box.narrow   { width: 200px; background-image: url(/images/box_shadow_narrow.png); }

.box.wide .box-content { width: 840px; }
.box.large .box-content { width: 510px; }
.box.normal .box-content { width: 300px; }
.box.narrow .box-content { width: 200px; }

.box .box-content {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(/images/box_bg_gradient.png);
  background-position: 0 32px;
  background-repeat: repeat-x;
}

.box.large .box-content {
  background-image: none;
}

.box .header {
  display: block;
  width: 100%;
  height: 32px;
  border: 0;
}

.box p {
  margin: 0;
  padding: 0;
}

.box .button {
  position: absolute; right: 16px; bottom: 6px;
  width: 64px;
  height: 24px;
  border: 0;
}

.box .button.wide {
  width: 94px;
}

.box a .image {
  border: 0;
}



.box.large .picture {
  float: left;
  margin: 12px 6px 2px 18px;
  width: 230px;
  height: 230px;
  border: 0;
}

.box.large .box-content .header {
  float: left;
  margin: 16px 0 12px 0;
  width: 240px;
  height: 41px;
}

.box.large .box-content p {
  margin: 0 18px 0 18px !important;
  padding: 0 6px 0 6px;
  font-size: 14px;
  font-weight: normal;
}




/**
 *  Specific Box Styles
**/

#home-video {
  margin-top: 20px; z-index: 1;
  height: 428px;
}

#home-dvd,
#home-facebook {
  float: right;
  margin-top: 20px;
}

#home-poll,
#home-airtimes {
  float: left;
  margin-top: 20px;
}

#home-dvd {
  margin-left: 12px;
  margin-right: 12px;
}

#home-airtimes {
  clear: left;
}


.box#home-banner .box-content {
  position: relative; z-index: 1;
  margin: 0 auto 0 auto;
  height: 66px;
}

.box#home-banner .box-content img {
  width: 840px;
  height: 66px;
  border: 0;
}



.box#home-video .box-content {
  height: 428px;
  background: none;
}

.box .video-header {
  position: relative; z-index: 1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #000000;
  background-image: url(/images/bg_video_header.png);
  background-repeat: repeat-x;
}

.box .video-header span {
  float: left;
  display: block;
  font-weight: bold;
}

.box .video-header .weekday {
  margin: 0 16px 0 16px;
  /*width: 120px;*/
  color: #4FACE7;
  font-size: 20px;
  line-height: 34px;
}

.box .video-header h1 {
  float: left;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 14px;
}

.box .video-player {
  width: 100%;
  height: 346px;
  background-color: #333333;
}

.box .video-interact {
  position: absolute; bottom: 0; left: 0;
  width: 100%;
  height: 46px;
  text-align: center;
  background-color: #000000;
  background-image: url(/images/bg_bar_large.png);
  background-repeat: repeat-x;
}


.video-facebook-like {
  position: absolute; top: 13px; left: 600px;
}

.video-share {
  display: none;
  position: absolute; top: 11px; left: 518px;
  width: 64px;
  height: 24px;
  cursor: pointer;
}

.video-share img {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-archive {
  display: none;
  overflow: auto;
  position: absolute; top: 36px; bottom: 46px; right: 0;
  padding: 0;
  width: 164px;
  background-color: #C8CACE;
  border-top: 1px solid #A6A8AC;
}

.video-archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-archive ul li {
  margin: 0;
  padding: 6px;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  white-space: nowrap;
}

.video-archive ul li a {
  color: #333333;
  text-decoration: none;
}

.video-archive ul li a:hover {
  color: #000000
}



#rating-area {
  display: none;
}

#rating-area #rate-frame {
  position: absolute; bottom: 46px; left: 0; z-index: 9;
  width: 100%;
  height: 30px;
  background-color: #000000;
  border: 0;
}

.video-rating-text {
  position: absolute; top: 0; left: 0;
  display: block;
  width: 316px;
  color: #4FACE7;
  font-size: 20px;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
}


#video-rating {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 46px;
  width: 180px;
  list-style: none;
}

#video-rating li img {
  top: 10px;
}

.rating li {
  cursor: pointer;
  float: left;
  position: relative;
  padding: 0 6px 0 6px;
  width: 24px;
  height: 100%;
}

.rating li img {
  position: absolute; left: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 0;
}

.rating li img:first-child {
  visibility: hidden;
}

.rating li.light img:first-child {
  visibility: visible;
}






.box#home-poll .box-content {
  height: 246px;
}

.box#home-poll .icon-question {
  position: absolute; top: 36px; left: 12px;
  width: 60px;
  height: 80px;
}

.box#home-poll .question {
  position: absolute; top: 44px; left: 84px;
  width: 210px;
  font-size: 14px;
}

.box#home-poll form {
  margin-top: 86px;
}

.box#home-poll form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box#home-poll form ul li {
  margin: 0 0 0 30px;
  padding: 6px;
}



.box#home-dvd .box-content {
  height: 374px;
  text-align: center;
}

.box#home-dvd .cover {
  display: block;
  margin: 20px auto 0 auto;
  width: 160px;
  height: 260px;
  border: 0;
}

.box#home-dvd .new {
  position: absolute; top: 196px; left: 0;
  width: 100px;
  height: 100px;
  border: 0;
}

.box#home-dvd p {
  position: absolute; top: 265px; left: 2px;
  width: 196px;
}




.box#home-facebook .box-content {
  height: 374px;
}

.box#home-facebook .box-content .image {
  position: absolute; bottom: 8px; left: 5px;
  width: 290px;
  height: 70px;
  border: 0;
}



.box#home-airtimes .box-content {
  height: 108px;
  background-image: url(/images/box_bg_gradient_short.png);
}

.box#home-airtimes p {
  position: absolute; top: 42px; left: 80px;
}

.box#home-airtimes .box-content .image {
  width: 70px;
  height: 70px;
}
