/* 30 Rock VIDEO SCET STYLES */

@import url("/30-rock/css/site.css");

/**********  SCET BG IMAGE ************/

/* inner bg image/color */
#scet_mainContent, #global-content-wrapper {
	background:url(/30-rock/images/scet/scet-bg-new.jpg) 0 3px no-repeat !important;
}

#scet_header {
	background:none;
}


/**********  SLIDESHOW  *************/

/* inactive slideshow state color */
.slidepromote .thumb , #slide-show.module .thumb , .slidepromote  a, #slide-show.module a {
	background-color:#ffc !important;
}

/* active slideshow state color */
.slidepromote .thumb .activeSlide, #slide-show.module .thumb .activeSlide, .slidepromote .activeSlide a, #slide-show.module .activeSlide a{
background-color:#cc9 !important;
}

/* active slide text color */
.slidepromote .thumb.activeSlide a span {
	color:#000 !important;
}

/* inactive slide text color */
.slidepromote .thumb a span {
	color:#bcbc96;
}

/*slideshow arrow*/
.slidepromote .thumb .activeMarker {
	background: transparent url("/30-rock/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(/30-rock/images/scet/video-scet-hdr.gif) top left no-repeat;
	text-indent:-9999em;
	height:28px;
	width:88px;
	margin:15px 0 15px 8px;
}

/* left arrow tab */
#side-content li.active {
    background-image: url("/30-rock/images/scet/default-left-tab.gif");
}
.search-results #search.active{
  background-image: url("/30-rock/images/scet/default-left-tab.gif");
}
/* left side hover color */
#scet-categories li a:hover{
    background-image: url("/30-rock/images/scet/default-left-tab.gif");
	color:#fff;
} 

/* 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:#000;
}

/* full eps description copy*/
.thumb-block .description span {
	color: #000;
}

/*  video title color*/
#scet-browse-content .title {
	color:#000;
}

/* pagination colors */
#nbc-container .nbcu_pager_page, #nbc-container .nbcu_pager_previous, #nbc-container .nbcu_pager_next, #nbc-container .nbcu_pager_first, #nbc-container .nbcu_pager_last {
background-color: #ffffff;
color: #333333;
}

/* pagination active/hover colors */
#nbc-container .nbcu_pager_page:hover, #nbc-container .nbcu_pager_previous:hover, #nbc-container .nbcu_pager_next:hover, #nbc-container .nbcu_pager_first:hover, #nbc-container .nbcu_pager_last:hover, #nbc-container .nbcu_pager_active {
background-color: #a961a8;
color: #ffffff;
}

/* 30 Rock  items */


/* active state in site nav 
#show-nav.module ul li#show-video a.button {
	background-position:-229px -20px;
}*/


#scet-categories li a {
	text-decoration:none;
}


	
/* global special items */

.showcase.module .meta .description {
	margin-left:10px;
	color:#fff;
}

.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;
}

#scet-wrap.detail-view {
	background:transparent;
}

#side-content .nbc-mod {
	margin-top:10px;
}



#filter-recommendations .right a {
	margin:10px;
}

.recommendations h4 {
    border-bottom: 1px solid #ccc;
	margin:0 10px;
}
