
.thriveVideo_feed {
	background-color: #FFF;
}

.thriveVideo_frame {
	margin: 0 auto;
	display: block;
}
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

* html .clear {
	height: 1%;
}
.hidden {
	display: none;
}


.thriveVideo_feature {
	float:left;
}


/*
Video Grid
*/

.thriveVideo_videoGrid {
	display:block;
}
.thriveVideo_videoGrid .thriveVideo_title {
	display:block;
	height:50px;
	width:120px;
	overflow:hidden;
}
.thriveVideo_videoGrid a{
	display:block;
	float: left;
	width:120px;
	margin:10px 0 0 0;
	padding:10px;
}
.thriveVideo_videoGrid a:hover{
	cursor:pointer;
	background:#eceff5;
}

.thriveVideo_feature_details {
	padding:0 0 10px 0;
	border-bottom:1px #ccc solid;
	}

.thriveVideo_feature_details p {
	margin:0;
	padding:0;
	}

/*
Video List
*/
.thriveVideo_List .thriveVideo_poster {
	float:left;
}

.thriveVideo_videoList_displayVideo{
	-moz-box-shadow: 0px 5px 7px #888;
	-webkit-box-shadow: 0px 5px 7px #888;
	box-shadow: 0px 5px 7px #888;
	text-align:center;
	margin: 5px;
	padding: 5px;
}

.thriveVideo_List {
	list-style-type: none;
	margin:0;
	padding: 0;
}

.thriveVideo_List li {
	-moz-box-shadow: 0px 5px 7px #888;
	-webkit-box-shadow: 0px 5px 7px #888;
	box-shadow: 0px 5px 7px #888;
	margin: 15px 5px;
	padding: 5px;
	
}
.thriveVideo_List li a {
	cursor: pointer;
}

.thriveVideo_videoList_item .thriveVideo_poster {
	float:left;
}

.thriveVideo_videoList_item_details .thriveVideo_title{
	-o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis;    /* IE, Safari (WebKit) */
    overflow:hidden;            /* don't show excess chars */
    white-space:nowrap;         /*   force single line */
    width: 140px;               /* fixed width */
}

.thriveVideo_videoList_item_details p {
	margin:0px;
	padding:0px;
}
.videoListItem .thriveVideo_poster {
	padding:5px;
}

/*
Poster/Thumbnails
*/
.thriveVideo_videoGrid .thriveVideo_poster {
	width:126px;
	display: block;
	cursor: pointer;
	max-height:90px;
	overflow:hidden;
}

/*
watermark for posters
*/
.thriveVideo_videoGrid .thriveVideo_watermark {
	background: url(/assets/thriveVideo/images/play.png);
	width:50px;
	height:50px;
	margin: 15px 35px;
	display: block;
	position: relative;
	top:-90px;
}
.watermark img{
	filter:alpha(opacity=90);
	opacity:.90;
}

/*
Titles
*/
.thriveVideo_title {
	font-weight: bold;
	margin:0;
}

.thriveVideo_thumbnail_link .thriveVideo_title{
	font-weight: normal;
	font-size: smaller;
	-o-text-overflow: ellipsis; /* Opera */
    text-overflow:    ellipsis; /* IE, Safari (WebKit) */
    overflow:hidden;            /* don't show excess chars */
    white-space:nowrap;         /*   force single line */
    width: 120px;               /* fixed width */
}

/*
Video Browser
*/

.thriveVideo_videoBrowser{
	/*padding:5px;*/
	width: 100%;
	height:auto;
	display:block;
	margin:0 0 20px 0;
}
.thriveVideo_videoList {
	width:300px;
	display:block;
	float:left;
	padding:0;
	height: 487px;
	overflow-y:visible;
	overflow-x:hidden;
	border:1px #ccc solid;
	border-width:1px 0;
}

.thriveVideo_videoBrowser_displayVideo_fullWidth {
	width:100%;
	display:block;
	float:left;
	margin:2px;
}

.thriveVideo_videoBrowser_displayVideo_450 {
	width:auto;
	display:block;
	float:left;
	padding:0 18px 0 0;
}
.thriveVideo_videoList_item{
	display:block;
	width:294px;
	height:90px;
	padding:6px 0 6px 6px;
	border-bottom:1px #e9e9e9 solid;
}

.thriveVideo_videoList_item:last-child {
	border-bottom:0;
	}

.thriveVideo_videoList_item:hover {
	background:#eceff5;
}

.thriveVideo_videoBrowser_details {
	overflow-y:visible;
	overflow-x:hidden;
	height:140px;
	padding:6px 0;
	border:1px #ccc solid;
	border-width:1px 0;
}
.thriveVideo_videoBrowser_details p {
	margin:0;
	}
.thriveVideo_videoList_item a {
	cursor: pointer;
}

/*
other?
*/
.thriveVideo_details {
	padding: 10px;
}

.thriveVideo_thumbnail_link {
	display: block;
	cursor: pointer;
}

.thriveVideo_thumbnail_link .thriveVideo_poster {
	position:relative;
	}
	
.thriveVideo_thumbnail_link .thriveVideo_poster img {
	display:block;
	}
	
.thriveVideo_thumbnail_link .thriveVideo_poster .thriveVideo_watermark {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:url(/assets/thriveVideo/images/play.png) 50% 50% no-repeat;
	}