
/* START: RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
  margin:0;
  padding:0;
}
/* 
 table {
  border-collapse:collapse;
  border-spacing:0;
} */

object {
  border:0 none;
  border-color: transparent;
  border-collapse: collapse; 
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border:0;
}

/* END: RESET CSS */

body {
  direction: rtl;
  min-width: 1150px;
  font: 13px "Tahoma", Verdana, Helvetica, sans-serif;
  color: #ffffff;
	background-color: #333;
  /* text-shadow: 0px 1px 0px white; */
}

a {
  color: #f60;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* END global elements */
.clear { /* this is used for clearing floating div structures */
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 0%;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.header {
  display: block;
  background-color: #333;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #000;
}

.footer {
  background-color: #666666;
  color: #FFFFFF;
  padding: 10px 0;
  text-shadow: 0px 1px 0px #000;
}

.header a, .header a:visited, 
.footer a, .footer a:visited {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #000;
}

.seperator {
  background-color: #333;
  height:30px;
  color: #000000;
}

.seperator-short {
  height:15px;
  color: #000000;
  background: #333;
}

.preview {
  margin: 10px 0;
  width:720px;
  float: right;
}

.promo-preview {
  height:360px;
  color: #FFFFFF;
	margin: 10px 0 10px 0;
}

.column {
  float:right;
  width: 33%;
}

.user-bar {
  background-color: #222;
  border-bottom: solid 1px #444;
  padding: 0 20px 5px 20px;
  height: 22px;
}

.user-bar a {
  text-decoration: underline;
  font-size: 10px;
}

.logo {
  float: right;
  margin: 15px 0;
}

.login {
  float: left;
  text-align: left;
  margin: 40px 0 0 0;
  width: 400px;
  direction: ltr;
}

.opposite-lang-text {
  direction: ltr;
}
.banner-ad {
  width: 728px;
  height: 90px;
  float: left;
  margin: 8px 0 0 0;
  border: solid 1px #999;
}

.user-profile a {
  font-size: 13px;
}

.user-profile {
  float: left;
  line-height: 16px;
  margin-top: 3px;
  text-align: left;
}
.lang-link {
  float: right;
  text-align: right;
  line-height: 16px;
  margin: 1px 0 0 5px;
}
.welcome-msg {
  float: right;
  text-align: right;
  line-height: 16px;
  margin-top: 3px;
}
.user-profile img {
  margin-bottom: -4px;
}

.ad-footer-msg {
  font-size: 10px;
  color: #333;
  width: 728px;
  margin: 0px auto 2px auto;
  font-weight: bold;
  text-align: left;
}

.ad-footer {
  text-align:center;
  width: 728px;
  height: 90px;
  margin: 0px auto 20px auto;
  border: solid 1px #ccc;
}
.search {
  float:left;
  height: 30px;
  line-height: 30px;
}

.ctitle {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #666;  
  padding: 0 0 5px 0;
  margin: 0 0 12px 0;
}

.mcolumn {
  float:right;
  width: 32%;
  margin: 2px 0 0 1%;
}

.navbg {
	height: 40px !important;
}

/* global nav */
#globalnav {
  position:relative;
  float:right;
  list-style:none;
}


#globalnav li {
  float:right;
  margin:0;
  padding:0;
  line-height: 26px;
  border-left:4px solid #333;
}

#globalnav A {
  font-size: 15px;
  display:block;
  text-decoration:none;
  margin:0 0 0 -1px;
  padding:0 20px;
  color:#fff; 
  text-decoration:none; 
  font-weight:400;
  border-top:4px solid #333;
  border-bottom:4px solid #333;
  cursor:pointer;
}  
#globalnav A:hover,
#globalnav A:active {
  border-bottom:4px solid #f60;
  color:#fff; 
}

#globalnav A.selected:link,
#globalnav A.selected:visited {
  position:relative;
  color:#fff; 
  z-index:102;
  border-bottom:4px solid #ff6600;
  font-weight:bold;
}

/* sub nav */
.subnav {
  position:relative;
  float:right;
  list-style:none;
}

.subnavsmall {
  border: none;
}
.subnav li {
  float:right;
  margin:0 2px;
  padding:0;
}

.subnav A {
  display:block;
  color:#FFF; 
  text-decoration:none;
  margin:0 0 -1px 1px;
  padding:1px 13px 2px 13px;
  font-size: 14px;
  border-bottom:3px solid #333;
}

.timefilter {
  margin: 10px 0 0px 0;
}

.timefilter .subnav A {
  font-size: 14px;
}

.subnav A:hover,
.subnav A:active {
  border-bottom:3px solid #ff6600;
}

.subnav A.selected:link,
.subnav A.selected:visited {
  position:relative;
  z-index:102;
  color:#fff;
  font-weight:bold;
  border-bottom:3px solid #ff6600;
}

.vcontainer {
  background-color: #000;
  height: 450px;
  width: 1100px;
  position:absolute;
}

.promo-vcontainer {
  background-color: #000;
  height: 350px;
  width: 1100px;
  position:absolute;
}

.imgpromo-img {
   height: 350px;
   width: 850px;
   right: 0px;
   position:absolute;
   z-index: 20;
   background: #000 url('//d1axgqivp8swd4.cloudfront.net/images/transparent.gif') no-repeat top center;
}

.imgpromo-img img {
  height:350px;
  width:850px;
}
.imgpromo {
   background-color: #000;
   height: 350px;
   width: 250px;
   right: 850px;
   position:absolute;
   z-index: 50;
}

.imgpromo-text {
   color: #fff;
   text-shadow: 0px 1px 0px #000;
   height: 350px;
   width: 250px;
   right: 850px;
   position:absolute;
   z-index: 100;
}

.imgpromo-text a,
.imgpromo-text a:visited {
   color: #ff6600;

}

.plink {
  text-align: left;
  margin: 0 0 0 20px;
  font-size: 20px;
}
.ptitle {
  font-size: 30px;
  margin: 40px 20px 20px 20px;
}

.psubtitle {
  font-size: 18px;
  margin: 20px 20px;
}

.ftitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.vsummary img {
  width: 180px;
  height: 100px;
}

.vthumb {
  width: 100px;
  height: 75px;
  background: #333 url('//d1axgqivp8swd4.cloudfront.net/images/greybox.gif') no-repeat top center;
}

.vsummary {
  width: 220px;
  height: 150px;
  float: right;
  margin: 5px 0 20px 5px;
  font-size: 11px;  
  position: relative;
}

.vsummary-show {
  width: 200px;
  height: 130px;
  float: right;
  margin: 5px 0 35px 20px;
/*  padding: 0 0 0 10px; */
  font-size: 11px;
}

.vsummary-show img.thumb {
  width: 173px;
  height: 130px;
	position: absolute;
	top: 0;
	right: 0px;
	border: solid 1px #333;
}

.tvshow-meta {
	position: absolute;
  width: 190px;
	bottom: -20px;
	right: 1px;
	padding: 10px 5px 5px 5px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
  background: black;
	background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(1, rgba(33,33,33,0.0)), /* Top */
        color-stop(.5, rgba(33,33,33,0.9)), /* Bottom */
        color-stop(0, rgba(33,33,33,1.0)) /* Bottom */
  );
	
	 /* Gecko */  
    background: -moz-linear-gradient(
        center bottom,
        rgba(33,33,33,1.0) 0%, /* Bottom */
       rgba(33,33,33,0.9) 50%, /* Top */
       rgba(33,33,33,0.0) 100% /* Top */
    );
}


.vsummary a,
.vsummary a:visited,
.vsummary-show a,
.vsummary-show a:visited {
  color: #666;
}

.tvshow-meta a,
.tvshow-meta a:visited {
  color: #ccc;
}

.video-header-title {
  font-size: 18px;
  padding: 0 90px 0 90px;
}

.video-header-desc {
  margin: 0 0 5px 0;
  padding: 0 90px 0 90px;
}

.channelicon {
  margin: 0px 0px 5px 5px;
  float: right;
  width: 80px;
  height: 60px;
	border: solid 1px #666;
}

.video-bannar-ad {
  float:left;
}

.related-videos {
  margin-top:10px;
  margin-bottom:10px;
}

.homepage .related-videos {
  margin-top:0px;
}

.related-videos > .vsummary {
  float:right;
  margin:5px 0 20px 0;
  width: 200px;
  padding-left: 10px;
}

.channel-bar {
	margin-top: 5px;
}

.channel-bar > .vsummary {
  float:right;
  margin:5px 0 10px 0;
  width:130px;
}

.pagination {
  text-align: left;
}

.navigation-float {
  float:left;  
}

.season-table {
  width:100%;
}

.season-table th {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
}

.season-table td {
  vertical-align: top;
  text-align: right;
}

.static li {
  list-style: circle outside; 
  margin: 0 30px;
} 

a.episode-thumb-title, 
a.episode-thumb-title:visited {
	color: #f60;
  font-size: 13px;
  font-weight: bold;
}

a.show-thumb-title,
a.show-thumb-title:visited {
	color: #f60;
  font-size: 13px;
  font-weight: bold;
}

a.play-button {
  position: absolute;
  width: 180px;
  height: 100px;
  right: 0;
  top: 0;
}

a.play-button:hover {
  width: 180px;
  height: 100px;
}

a.play-button:hover > img.play {
  display:block;
}

a.play-button > img.play {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 75px;
  display:none;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

a.play-button > img.new {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: -22px;
	z-index: 100;
}

a.play-button > .plus {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
	background-color: #ff6600;
	padding: 2px 5px;
	color: #fff;
}

#mediaspace {
  position: relative;
  width: 1100px;
  height: 550px;
  text-align: center;
	background-color: #000;
  -moz-box-shadow: 0 0 10px #222;
  -webkit-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222;
}

#video-player {
  float: right;
}

#play-button {
  position: absolute;
  z-index: 200;
  top: 180px;
  left: 350px;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#video-poster {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 450px;
}

#promo_nav {
  text-align: center;
	display:none;
}

#promo_nav a, #promo_nav a:hover, #promo_nav a:visited {
  color: #666;
  text-decoration: none;
  font-size: 15px;
}

#promo_nav a.activeSlide {
  color: #333;
}

#promo-prev {
  position: absolute;
  top: 300px;
  right: 0px;
}

#promo-next {
  position: absolute;
  top: 300px;
  left: 0px;
}

#promo-prev img, #promo-next img {
  opacity: 0.4;
  filter:alpha(opacity=40);
}

#promo-prev:hover img, #promo-next:hover img {
  opacity: 1;
  filter:alpha(opacity=100);
}


#embed-window {
  
  /* must be initially hidden */
  display:none;
  
  /* place overlay on top of other elements */
  z-index:10000;
  
  /* styling */
  background-color:#fff;
  
  width:675px;  
  min-height:210px;
  border:1px solid #666;
  
  /* CSS3 styling for latest browsers */
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;  
  text-align: center;
}

#embed-window textarea {
  width: 600px;
  height: 150px;
  margin: 20 auto;
  direction: ltr;
}

#embed-window {
  direction: ltr;
}

/* close button positioned on upper right corner */
#embed-window .close {
  background-image:url(//d1axgqivp8swd4.cloudfront.net/images/close.png);
  position:absolute;
  left:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}


#hq-button {
  float: left;
  position: absolute;
  left: 40px;
  top: 65px;
}

.share-buttons {
  float: right;
  margin: 10px 0 0 5px;
  height: 80px;
}

.embed-buttons {
  float: left;
  margin: 10px 0 0 0px;
  height: 80px;
	text-align: left;
}

.video_bar {
  margin-top: 10px;
  height: 20px;
}
.comments-container {
  width: 100%;
}
.episode-comments {
  margin-bottom: 10px;
}
.video_bar .subnav {
  border: none;
}
.video_bar .subnav a {
  font-size: 16px;
  border: none;
  line-height: 18px;
}

.video_bar .subnav A.selected:link,
.video_bar .subnav A.selected:visited {
  background:#FFFFFF url(//d1axgqivp8swd4.cloudfront.net/images/seperator.jpg) repeat-x scroll 0 0;
  color: #FFF;
  text-shadow: #fff 0 1px 1px;
}

.video_bar .subnav A:link,
.video_bar .subnav A:visited {
  background:none;
  color: #fff;
  text-shadow: #fff 0 1px 1px;
}

.video_bar .subnav A:hover {
  background: #333 url(//d1axgqivp8swd4.cloudfront.net/images/seperator.jpg) repeat-x scroll 0 0;
}

.video-bar-spacer {
  margin-bottom: 5px;
}

a.signin-link {
  font-weight: bold;
  font-size: 15px;
}
img.pimage {
  width: 20px;
  height: 20px;
  margin: 0 0 -6px 0;
}
a.signout {
  font-size: 11px !important;
}

.device-promo {
  width: 600px;
  float: right;
  margin: 5px 0 5px 5px;
  padding: 5px 10px;
  border: solid 1px #ddd;
  border-top: solid 1px #eee;
  font-size: 13px;
  color: #666;
  background: #eee;
  border-radius: 8px;
  height: 36px;
  -moz-border-radius: 8px;
}

.mailing-list {
  width: 200px;
  float: right;
  margin: 5px 0px 5px 15px;
  padding: 5px 10px;
  border: solid 1px #ddd;
  border-top: solid 1px #eee;
  font-size: 13px;
  color: #666;
  background: #eee;
  border-radius: 8px;
  height: 36px;
  -moz-border-radius: 8px;
}

.mailing-list-form .defaultText { 
  width: 100px; 
}

.mailing-list-icon {
  float: right;
  margin: 1px 0 0 3px;
}

.mailing-list-form {
  float: right;
  height: 32px;
}
.twitter-follow {
  width: 160px;
  float: left;
  margin: 5px 0 0 0;
  overflow: hidden;
}

#promo_nav {
  height:18px;
  line-height:18px;
  color: #000000;
}

.device-promo .msg {
  float: right;
  width: 450px;
}

.device-promo .logos {
  float: left;
  text-align: left;
  width: 150px;
  height: 32px;
  margin-top: 3px;
}

.channel-bar .subnav {
  border-bottom: none;
}

.press_quote {
  margin: 20px 0 30px 0;
  padding: 5px 0 0 0;
  border-top: solid 1px #ccc;
}

.press_quote .source {
  color: #666;
}

.press_quote .link {
  font-weight: bold;
  font-size: 16px;
}

.press_quote blockquote {
 width: 600px;
 margin: 10px 20px;
 padding: 0 10px;
 border-left: 3px solid #ccc;
}

.press_quote a,
.press_quote a:visited {
}

.promo-ad-container {
  position: absolute;
  bottom: 5px;
  left: 7px;
  color: #ccc;
  font-size: 9px;
  width: 88px;
}

.promo-ad {
  width: 88px;
  height: 31px;
  border: solid 1px #333;
}

.plusone-button {
  float:right;
  margin:12px 5px 0 5px;
}

.slideshow {
  margin: 0 auto;
  width: 900px;
	border: solid 1px #666;
} 

.fb-box {
  float:left;
  background-color: #333;
  width:185px
  height: 350px;
}

.browse-column {
  float: right;
  width: 250px;
}

.browse-column .show_link {
  padding: 0 15px 5px 0;
}

.browse-column .title {
  font-weight: bold;
  font-size: 17px;
  margin: 0px 0 3px 0;
}

/* tooltip styling */
.tooltip {
  display:none;
  background-color:#333;
  padding: 10px 20px 20px 20px;
  height: 160px;
  width: 240px;
  /* CSS3 styling for latest browsers */
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;  
}

.defaultTextActive { 
  color: #a1a1a1; 
  font-style: italic; 
}

#playlist-bar {
  position: fixed;
  bottom: -7px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-transition: bottom 0.13s ease-in-out;
  -o-transition: bottom 0.13s ease-in-out;
  -webkit-transition: bottom 0.13s ease-in-out;
}
#playlist-bar-container {
  position: relative;
  color: black;
  border: 1px solid #CCC;
  border-width: 1px 0;
  background: #F6F6F6;
  background-image: -moz-linear-gradient(top,white,#EFEFEF);
  background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EFEFEF));
  -moz-box-shadow: 0 4px 5px #444;
  -webkit-box-shadow: 0 4px 5px #444;
  box-shadow: 0 4px 5px #444;
  line-height: 25px;
  height: 35px;
}

#playlist-bar-container {
  zoom: 1;
}

#playlist-bar-container img {
  padding: 5px 0;
}

#playlist-bar-container .rt-btn {
  float: right;
  width: 100px; 
}

.rt-btn-txt {
  float: right;
  line-height: 35px;
  text-align: center;
  width: 800px;
  font-size: 16px;
  font-style: italic;
}

#playlist-bar-container .lft-btn {
  float: left;
  width: 100px; 
  text-align: left;
}

.active img {
  opacity: 1.0; 
  filter: alpha(opacity=100);
}

.inactive img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.video-sidebar {
  float:left;
  width:300px;
  margin-top: 10px;
  padding-right: 40px;
  border-right:solid 1px #666;
  min-height: 570px;
}

.main-videos {
  padding-left: 40px;
  width: 720px;
  float: right;
}

.main-sidebar {
  float:left;
  width:300px;
  min-height: 570px;
}

.ad-rectangle {
  margin-top: 2px;
  width: 300px;
  height: 250px;
}

.video-sidebar-ad {
  margin-bottom: 10px;
  font-size: 10px;
  color: #666;
}
.video-sidebar-title {
  border-bottom: solid 1px #666;
	margin-bottom: 5px;
}

.video-sidebar-ad .video-sidebar-title {
  border-bottom: none;
}

.video-bannar-ad {
  float: left;
  width: 300px;
  height: 250px;
}

span.new {
  color: red;
  font-weight: normal;
  font-size: 11px;
}

.video-suggestions {
	margin-bottom: 10px;
}

#facebook_video_login {
	width: 100%;
  height: 405px;
	color: #333;
	font-size: 20px;
	text-shadow: none;
	text-align: center;
}

#facebook_video_login_inner {
  position:absolute;
	top:50%;
	width: 100%;
	margin: -10em auto 0 auto;
}

#facebook_video_login .fb_login {
	font-size: 12px;
  color: #999;
  padding-top: 7px;
}

#facebook_video_login a,
#facebook_video_login a:hover {
	font-size: 12px;
	color: #ccc;
}

.fb_iframe_widget iframe {
 position: relative !important;
}


/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;
    z-index:10000;

    /* growing background image */
    background-image:url(//d1axgqivp8swd4.cloudfront.net/images/white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:585px;  
    height: 460px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
    position: relative;

}

.apple_overlay iframe {
  position: absolute;
	top: 40;
	height: 0;
  z-index:1001;
  width:585px;  
  height: 460px;
	border: none;
}

.apple_overlay .contentWrap {
  position: absolute;
  top: 0;
  height: 0;
  z-index:1002;
  width:585px;  
  height: 480px;
}


/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(//d1axgqivp8swd4.cloudfront.net/images/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
