/*#fsHeader{

text-transform:uppercase;
    height:97px;
}*/
.catNav{
    display:none;
}


#fsContentWrap,
#fsContent {
	background:transparent;
	padding:0;
	margin:0;
}

#fsContent {
	background:#2d3035;
	border:1px solid #808ea0;
    border-width:0px 1px;
    margin:0;
	color:#d3d3d3;
}

#contentMain {
	padding:5px 0 0;
}


#contentBody {
	margin:0 0 1px 12px;
}


a,
a:link,
a:visited,
a:hover,
a:active {
	color:#a5c8ea;
}

.breadcrumb {
	color:#d3d3d3;
	margin:0 0 6px;
	padding:0;
	display:block;
	width:630px;
	/*border-bottom:1px solid #626467;*/
}


.breadcrumb li {
	margin:0 6px 0 0;
}


/* ----- VIDEO PLAYER ----- */


	#fsPlayer {
		width:630px;
	}
	
	/* hack since h1 reset was broke in matrix.css */
	h1 {
		font-size: 24px;
	}
	
	#videoMetaInfo { 
		float: left; 
		width: 450px;
		border-right:1px solid #626467; 
		
	}
	
	#videoMetaInfoHome { 
		float: left; 
		width: 630px;
		margin-top:10px;
		
		
	}
	#videoInteract { 
		float: right; 
		width: 177px; 
		margin: 15px 0 0 0;
	}
	#videoComments { 
		float: none;  
		border-bottom: 1px solid #626467; 
		padding-bottom: 10px; 
	}
	#currentVideoInfo .connectModule { 
		background: transparent;
		font-weight: bold;
	}
	#currentVideoInfo .connectModule ul.connectIcons { 
		display: inline; 
	}
	#currentVideoInfo .connectModule span {
		float: left;
		padding-right: 8px;
	}
	#currentVideoInfo .connectModule ul.connectIcons li { 
		float: left;
		margin: 0; 
		padding: 4px 3px 6px 3px;
	}
	#currentVideoInfo .connectModule .connectIcons li a { 
		padding-left: 18px; 
	}

	#currentVideoInfo .connectModule .connectIcons a:hover {
		text-decoration: none;
	}

/* ------------------------------ */
/* ----- VIDEO PLAYLIST ----- */
/* ------------------------------ */

	.fsPlaylist {
		width:308px;
	}

	.fsPlaylist .tabs {
		border-bottom:1px solid #55585d;
	}

	.fsPlaylist .tabs li {
		float:left;
		position:relative;
		top:1px;
		padding:5px 10px;
		background:#40454b;
		margin:0 2px 0 0;
		text-transform:uppercase;
		font-weight:bold;
	}

	.fsPlaylist .tabs li.selected {
		border:1px solid #55585d;
		border-width:1px 1px 0;
		background:#13181e;
	}

	.fsPlaylist .featuredList {
		border:1px solid #55585d;
		border-width:0 1px 1px;
		background:#13181e;
		height:325px;
		overflow-y:auto;
	}
	
	.fsPlaylist .featuredListHome {
		border:1px solid #55585d;
		border-width:0 1px 1px;
		background:#13181e;
		height:220px;
		overflow-y:auto;
	}

    .fsPlaylist .featuredList li {
        padding:8px 14px 0;
        border:0;
        font-weight:bold;
    }

    .fsPlaylist .featuredList .storyTitle {
		display:table;
		*display:inline-block;
		margin:3px 0;
		font-weight:bold;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}

    .fsPlaylist .active a,
    .fsPlaylist .active a:link,
    .fsPlaylist .active a:visited,
    .fsPlaylist .active a:hover,
    .fsPlaylist .active a:active,
    .vidPlaylistItemActive a,
    .vidPlaylistItemActive a:link,
    .vidPlaylistItemActive a:visited,
    .vidPlaylistItemActive a:hover,
    .vidPlaylistItemActive a:active {
        color:#E23413;
    }

    .fsPlaylist .active,
    .vidPlaylistItemActive {
        color:#666;
        background:#fff url(http://i.i.com.com/cnwk.1d/i/fs/video/videoActive.gif) bottom repeat-x;
    }


    .fsPlaylist .featuredList .storyThumb {
		float:left;
		margin:0 10px 8px 0;
	}

	.fsPlaylist .featuredList .storySub {
		font-size:91%;
		margin:0 0 5px;
	}

	

	.fsPlaylist .hidden {
		display:none;
	}


/* ----- MEDIA GALLERY ----- */


    .mediaGallery,
    .videoCatNav,
    .videoCatNav ul,
    .megaScroller li.active,
    .videoCatNav li a.active,
    .galleryHeader a.seeMore {
        background:url(../images/megaScrollerSprite.gif) no-repeat;
    }

    .mediaGallery {
		clear:both;
		padding:5px 4px;
		margin:13px;
        background-position:-600px top;
    }

	.mediaGallery .galleryTitle {
		font-size:125%;
		font-weight:bold;
		padding:0 4px 0 6px;
	}

    .navContainer {
        height:21px !important;
    }

    /* scroller buttons */

		.arrowLeft,
		.arrowRight,
		.indicator {
			background:url(../images/megaButtons.gif) repeat-x;
			overflow:hidden;
			text-indent:-2000px;
			float:left;
			margin:0 0 4px;
		}

		.scrollingArrows {
			float:right;
		}

		.arrowLeft,
		.arrowRight {
			width:39px;
			height:16px;
			background-position:top left;
			cursor:pointer;
			margin:0 0 0 2px;
		}

		.arrowRight {
			background-position:top right;
		}

		.indicator {
			width:27px;
			height:16px;
			background-position:-61px bottom;
		}


/* ----- MEGA SCROLLER ----- */


	.megaScroller {
		width:776px;
		float:right;
        padding:0 0 2px;
    }

	.megaScroller li {
		width:175px;
		height:210px;
		margin:0 1px 1px 0;
		float:left;
		padding:9px 9px 0;
		position:relative;
	}

    .megaScroller li.active {
        background-position:-360px top;        
    }

    .megaScroller .assetThumb img {
		display:block;
		margin:0 0 8px;
	}

	.assetTitle {
		font:125% 'palatino linotype' , palatino;
		clear:both;
		display:table;
		*display:inline-block;
		padding:0 0 0 4px;
	}

	.megaScroller .assetSub {
		font-size:91%;
		margin:5px 0 0;
	}

	.megaScroller .assetDek,
	.megaScroller .playCBSvideo,
	.megaScroller .active .assetTitle,
	.megaScroller .active .assetSub {
		display:none;
	}

	.megaScroller .active .assetDek {
		display:block;
		font-size:91%;
		color:#1c1c1c;
	}

	.megaScroller .active .playCBSvideo {
		display:block;
		text-indent:-2000px;
		overflow:hidden;
		width:48px;
		height:46px;
		background:url(http://i.i.com.com/cnwk.1d/i/fs/video/megaPlay.png) no-repeat;
		_background:url(http://i.i.com.com/cnwk.1d/i/fs/video/megaPlay.gif) no-repeat;
		position:absolute;
		top:52px;
		left:76px;
	}

    .galleryHeader a.seeMore {
        background-position:right 4px;
        padding:0 10px 0 10px;
    }


/* ----- VIDEO CAT NAV ----- */


	.videoCatNav {
		width:154px;
		float:left;
		font-size:108%;
		font-weight:bold;
		margin:0 0 0 1px;
		clear:left;
	}

    .videoCatNav ul {
        background-position:-180px bottom;
    }

    .videoCatNav li {
		border-bottom:1px solid #2d3035;
		padding:7px 0 6px 10px;
	}

    .videoCatNav li a.active {
        background-position:right 5px;
        padding:0 10px 0 0;
    }

    .videoCatNav li a.active,
    .videoCatNav li a.active:link,
    .videoCatNav li a.active:visited {
        color:#fff;
    }




/* -----  VIDEO CLEARFIX ----- */


	.doorMat:after,
	.mediaGallery .housing:after,
	.mediaGallery:after,
	.fsPlaylist .tabs:after,
	.featuredList li:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.doorMat,
	.mediaGallery .housing,
	.mediaGallery,
	.fsPlaylist .tabs,
	.featuredList li {
		*display:inline-block;
	}

   



/* ------ VIDEO HEADLINE STACK ----- */


	#headlineStack {
		float:left;
		width:308px;
		margin-top: 10px;
	}

	#headlineStack li {
		background-color:#292C2F;
		list-style-type:none;
		list-style-image:none;
		color:#A5C8EA;
		height:34px;
		margin:0;
		padding:7px 7px 0;
		font-weight:bold;
	}

	#headlineStack .disTime {
		color:#FFF;
	}

	#headlineStack .tz {
		color: #FFF;
		padding-right: 4px;
	}

	#contentAux .comingUp {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}

