/* The Tonight Show VIDEO SCET STYLES */

@import url("/the-tonight-show/css/common.css");
@import url("/the-tonight-show/css/scet-detail-leno.css");

/**********  SCET BG IMAGE ************/

/* inner bg image/color */

#global-content-wrapper {
	 background: url("/the-tonight-show/images/backgrounds/video-scet.jpg") no-repeat scroll 0 110px transparent !important;
}

#video-scet.sub-page #scet-wrap.detail-view {
	 background: url("/the-tonight-show/images/backgrounds/video-scet.jpg") no-repeat scroll 0 -4px #fff !important;
}

/**********  SLIDESHOW  *************/

/* inactive slideshow state color */
.slidepromote .thumb , #slide-show.module .thumb , .slidepromote  a, #slide-show.module a {
	background-color:#abd1f3 !important;
}

/* active slideshow state color */
.slidepromote .thumb .activeSlide, #slide-show.module .thumb .activeSlide, .slidepromote .activeSlide a, #slide-show.module .activeSlide a{
background-color:#1961ad !important;
}

/* active slide text color */
.slidepromote .thumb.activeSlide a span{
	color:#fff !important;
}

/* inactive slide text color */
.slidepromote .thumb a span{
	color:#7792aa;
}

/*slideshow arrow*/
.slidepromote .thumb .activeMarker {
	background: transparent url("/the-tonight-show/images/scet/default-slideshow-arrow.gif") no-repeat 0 0;
	border: none;
}

/*slideshow mask bg */
.slidepromote .mask {
	background-color: #000;
}

/* slideshow copy color*/
.slidepromote .meta div, .slidepromote .meta a {
	color:#fff;
}


/*************  SCET CONTENT STYLES  ***************/

/* headers */
#user-controls h2, h2.scet-heading {
	 background: url("/the-tonight-show/images/scet/video-scet-hdr.gif") no-repeat scroll 0 0  transparent;
    height: 41px;
    margin: 15px 0 10px 15px;
    
    text-indent: -9999em;
    width: 161px;
}

/* left arrow tab */
#side-content li.active {
    background-image: url("/the-tonight-show/images/scet/default-left-tab.gif");
}

/* left side hover color */
#scet-categories li a:hover{
    background-image: url("/the-tonight-show/images/scet/default-left-tab.gif");
} 

/* active organized by color */
#scet-organized-by li.active a, #scet-more .global-tabs li.active a, #scet-view-by li a:hover, #scet-view-by li a.active {
	background-color:#1961ad !important;
}

/* full eps description copy*/
.thumb-block .description span {
	color: #1961ad;
}

/*  video title color*/
#scet-browse-content .title {
	color:#1961ad;
	font-weight:bold;
}

/* The Tonight Show special items */


body#video-scet #show-nav.module li#show-video a.button {
	background-position:0 -25px;
}

#scet-categories li a, #scet-wrap li a {
	text-decoration:none;
}
	
/* global special items */

.showcase.module .meta .description {
	margin-left:10px;
}

.showcase{
	margin-top:2px;
}	
	
.nbcu-photo-gallery {
	margin-left:0;
}

.photo-content, .nbcu-photo-gallery  {
	background-color:transparent !important;
}


.layout-b .showcase {
	clear:both;
}

#primary-content.detail-view {
	margin-top:10px;
	clear:both;
}


#side-content .nbc-mod {
	margin-top:10px;
}



#filter-recommendations .right a {
	margin:10px;
}

.recommendations h4 {
    border-bottom: 1px solid #ccc;
	margin:0 10px;
}
