/* metadata */

.nexus_player_details {
	width: 180px;
	float: left;
	overflow: hidden;
	font-size: 70%;
}

/*.clearme {
	clear: both;
}*/

#clip_metadata_wrapper {
	margin: 0 0 15px 0;
}

.clip_metadata_item {
	display: block;
}

#clip_metadata_Title {
	font-size: 120%;
}

/* bookmarks */

#nexus_bookmark_wrap {
 	margin-top: 5px;
	padding: 3px;
	width: 170px;
	border: #434343 1px solid;
	float: left;
/*	font-size: 80%;	*/
}

#nexus_bookmark_wrap br {
	height: 1px;
	font: 1px;	
	clear: both;
}

#nexus_bookmark_title {
	float: left;	
}

#nexus_bookmark_list_wrap {
	padding-top: 3px;
	max-height: 250px;
	overflow: auto;
	clear: both;
}

.nexus_bookmark_list_item {
	padding: 3px;
	background: transparent;
	border-top: 1px solid #434343;
/*	border-bottom: 1px dotted white;	*/
}

.nexus_bookmark_list_item img {
	border: none;
	padding: 0 5px 0 0;
}

.nexus_bookmark_list_item a, a:hover, a:visited {
	/*, .nexus_bookmark_list_item a:visited, .nexus_bookmark_list_item a:hover {*/
	background: none;
	color: #5B5B5B;
	text-decoration: none;
}

.even {
	background: transparent;
}

a#nexus_bookmark_hidecontrol, a#nexus_bookmark_hidecontrol:hover, a#nexus_bookmark_hidecontrol:visited {
	clear: left;
	float: right;
	color: #434343;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* embed */

#nexus_embed_wrap {
	margin-top: 5px;
	padding: 3px;
	width: 170px;
	border: #434343 1px solid;
	float: left;
}

#nexus_embed_wrap br {
	height: 1px;
	font: 1px;	
	clear: both;
}

#nexus_embed_title {
	float: left;
/*	font-size: 80%;*/
}

#nexus_embed_list_wrap {
	padding-top: 3px;
	max-height: 250px;
	overflow: auto;
	clear: both;
}

.nexus_embed_list_item {
	padding: 3px;
	background: transparent;
}

.nexus_embed_list_item img {
	border: none;
	padding: 0 5px 0 0;
}

.nexus_embed_list_item a {
	/*, .nexus_embed_list_item a:visited, .nexus_embed_list_item a:hover {*/
	background: none;
	color: #5B5B5B;
	text-decoration: none;
}

.nexus_embed_list_item input {
	width: 90%;
	margin: auto;
}

a#nexus_embed_hidecontrol, a#nexus_embed_hidecontrol:hover, a#nexus_embed_hidecontrol:visited {
	clear: left;
	float: right;
	color: #434343;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}





