/*----------------------------------------------------------------------
	Videos
----------------------------------------------------------------------*/
/* Videos Thumbs */
div.video {
	float:left;clear:both;
	width:440px;
	min-height:130px;
	margin:1em 0;
	overflow:hidden;
}
div.video p.video_thumb {
	float:left;
	width:150px; height:110px;
	margin-right:10px;
	background-color:#000;
}
div.video p.video_thumb a {
	display:block;
	width:150px;
	font-size:0; line-height:110px;
}
div.video p.video_thumb img {
	vertical-align:middle;
}
div.video div.video_description {
	width:280px;
	float:right;
}
div.video div.video_description p,
div.video div.video_description h3 {
	margin-bottom:0.3em;
}
/* BAZ-20887: IE8 clearfix problems with videos list view */
.xg_list_video ul { display:block;}
.xg_list_video ul:after { visibility:hidden; font-size:0; content: " "; clear:both; height:0; }
/*----------------------------------------------------------------------
	Video Detail
----------------------------------------------------------------------*/
ul.videothumbs li {
	list-style:none;
	display:flex;
	margin:0;
	clear:left;
	font-size:.95em;
	line-height:1.2em;
}
.video-wrapper {
	display: flex;
}
ul.videothumbs img {
	display:block;
	padding-bottom:3px;
}
.vid_container {
	position:relative;
	float:left;
	clear:left;
	padding:5px 0 5px 5px;
}
.vid_container .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	min-width: 450px;
}
.vid_container .embed-container iframe, .vid_container .embed-container object, .vid_container .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid_container .description {
	max-width: 450px;
}
.edit_options {
	float:right;
	font-size:1.2em;
	margin:0 0 1em 5px;
}
.edit_options div ul li {
	font-size: 0.84em;
    margin: 0;
}
p.description {
	border-bottom:1px solid #ccc;
	padding-bottom:.4em;
}
div.vid_container p.loading {
	clear:left;
	width:446px;
	line-height:366px;
	border:1px solid #ccc;
	font-size:3em; text-align:center;
	color:#ddd;
	background-color:#fff;
	margin-bottom:.3em;
}

.showembed {
  left:auto;
	right:0;
}
.showembed .services-hoz {text-align:right;}
.showembed input.textfield {width:99%;}

/*----------------------------------------------------------------------
	PNG logos on IE6
----------------------------------------------------------------------*/
#googlelogo img, #youtubelogo img {
	_visibility:hidden;
}
* html #googlelogo {
	display:inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xn_resources/widgets/video/gfx/google.png',sizingMethod='scale');
}
* html #youtubelogo {
	display:inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xn_resources/widgets/video/gfx/youtube.png',sizingMethod='scale');
}
/*------------
Bulk Uploader and Edit Uploaded
---------------*/
.edit_bulk_section {
  border-width:1px 0 0;
  padding:20px 10px;
}

.edit_bulk_section fieldset dl {
  width:90%;
}

.edit_bulk_section fieldset dd input.textfield,
.edit_bulk_section fieldset dd textarea {
  width:100%;
  *width:96%;
}

.edit_bulk_section fieldset dd input.url {
	width:150px;
}

#edit_video_form #title-and-description {
	padding: 5px 5px 0 5px;
}

#edit_video_form #url-and-tags {
	padding: 0 5px 5px 5px;
}

#edit_video_form input#url {
	width:150px;
}

#edit_video_form input#video_tags {
	width:262px;
}

#edit_video_form dl dt label {
	font-weight: bold;
}

.edit_bulk_section fieldset dt {
  text-align:right;
}

fieldset.edit_channel dd {
  padding:0;
}

.edit_bulk_section img.thumbnail {
  margin-bottom:20px;
}

.story_box .post_to_facebook {
	text-indent:-9999px;
	display: -moz-inline-block;
	display:inline-block;
	_width:1px;
	margin-right: 0;
}

/* BAZ-20887: IE8 clearfix problems with videos list view */
.xg_list_video ul {display:block;}
.xg_list_video ul:after { visibility:hidden; font-size:0; content: " "; clear:both; height:0; }

/***********************
 Embed
***********************/
.showembed {
    display:block;
    border:2px solid #ccc;
    background:#fff;
    position:absolute;
    left:0;
    z-index:1;
    padding:5px;
    width:165px;
    color:#333;
}
.showembed a {
    color:#0944DA;
}
.showembed-wide {
    width:400px;
}
.services-hoz {font-size:1em;}
.showembed input.textfield {font-size:.95em;margin-bottom:0.4em;}
ul.services-hoz li {list-style:none;display:inline;margin:1px 3px;}
.services-hoz li a.desc {line-height:16px;padding-left:20px;}
.showembed label {font-size:.95em;} 
#csLaunchpadTarget span {display:none !important;}
#shareablePlayer {display:none !important;}

.xg_list_video_feature {padding-left:3px;}
.xg_list_video_feature ul li {width:138px;margin:0 4px;}
.xg_list_video_main ul li {
  width:354px;
  margin:0 4px 10px;
  text-align:left;}
.xg_list_video_main .ib {width:138px;float:left;}
.xg_list_video_main .tb {margin-left:146px;}
.xg_list_video_main ul li .tb h3 a {margin-right:8px;}
.xg_list_video_main ul li .tb h3 span.item_duration {font-size:.9173em;font-weight:normal;}
.xg_list_video_main span.left {width:119px;}
.xg_list_video_main span.right {width:89px;}

.xg_widget_video_video_show .xg_module .xg_headline .ib {margin-left:5px;}
