/** mini video browser **/
/*******************************************/
.miniVideoBrowser .title{
	font-weight: normal;
	font-size: 18px;
	color: #595959;
	padding: 0px 0px 10px 0px;
}

.miniVideoBrowser .body{
	width: 178px;
	background-color: #fafafa;
	border: solid 1px #d0d0d0;
	float: left;
}

.miniVideoBrowser .itemDetails{
	padding: 6px;
	float: left;
}

.miniVideoBrowser .thumbNail{
	width: 69px;
	padding: 3px 3px 0px 0px;
	float: left;
}


.miniVideoBrowser .assetName{
	width: 93px;
	float: left;
	height: 40px;
	overflow: hidden;
}

.miniVideoBrowser a{
	color: #034ea2;
}

.miniVideoBrowser .assetLength{
	width: 83px;
	float: left;
	overflow: hidden;
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
}

.miniVideoBrowser .view_all_videos_link{
	width: 166px;
	text-align: center;
	font-size: 1.1em;
}

.webMediaPlayer001 .mediaPlayerVideoTitle{
	font-weight: normal;
	font-size: 18px;
	color: #595959;
	padding: 0px 0px 10px 0px;
}


.webMediaPlayer001 .mediaPlayerCaption{
	color: #595959;
	padding: 10px 0px 10px 0px;
}


.mainVideoBrowser{
	float: left;
	width: 375px;
}

.mainVideoBrowser .tableItem{
	padding: 5px 0px 5px 0px;
	float: left;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}

.mainVideoBrowser .thumbNail{
	float: left;
	padding: 2px;
}

.mainVideoBrowser .assetName{
	font-weight: bold;
}

.mainVideoBrowser .assetName, .mainVideoBrowser .assetTagLine, .mainVideoBrowser .moreLink{
	float: right;
	text-align: left;
	width: 292px;
	margin-left: 5px;
}
/*******************************************/