/* Parks and Recreation VIDEO SCET STYLES */

@import url("/parks-and-recreation/css/scet_detail_pr.css");


/**********  SCET BG IMAGE ************/

/* inner bg image/color */
#scet_mainContent, #global-content-wrapper, #scet-wrap.detail-view {
	background: #fff !important;
}


/**********  SLIDESHOW  *************/

/* inactive slideshow state color */
.slidepromote .thumb , #slide-show.module .thumb , .slidepromote  a, #slide-show.module a {
	background-color:#e0e0e0 !important;
}

/* active slideshow state color */
.slidepromote .thumb .activeSlide, #slide-show.module .thumb .activeSlide, .slidepromote .activeSlide a, #slide-show.module .activeSlide a{
background-color:#468043 !important;
}

/* active slide text color */
.slidepromote .thumb.activeSlide a span{
	color:#fff !important;
}

/* inactive slide text color */
.slidepromote .thumb a span{
	color:#9c9c9c;
}

/*slideshow arrow*/
.slidepromote .thumb .activeMarker {
	background: transparent url("/parks-and-recreation/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("/parks-and-recreation/images/scet/video-scet-hdr.gif") no-repeat scroll 10px 10px #999999;
    height: 16px;
    margin: 15px 0 15px 5px;
    padding: 10px;
    text-indent: -9999em;
    width: 641px;
}

/* left arrow tab */
#side-content li.active {
    background-image: url("/parks-and-recreation/images/scet/default-left-tab.gif");
}

/* left side hover color */
#scet-categories li a:hover{
    background-image: url("/parks-and-recreation/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:#468043;
}

/* full eps description copy*/
.thumb-block .description span {
	color: #000;
}

/*  video title color*/
#scet-browse-content .title {
	color:#468043;
}

/* Parks special items */


/* active state in site nav */
#show-nav.module ul li#show-video a.button {
	background-position:-229px -20px;
}



	
/* 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;
}

#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;
}
