﻿
/* Common */

.bmc_video
{
	font-size:11px;
	font-family:"Trebuchet MS" , Arial, Helvetica, sans-serif;
}

.bmc_video .bmc_time
{
	float:right;
	clear:right; 
}

.bmc_video .bmc_tags .bmc_label
{
	padding-right:10px;
}

/* Preview */
.bmc_preview .bmc_video 
{
	float:left;
	clear:none;
	padding:10px 5px;
	width:160px;
	height:220px;
	background-color:#333;
	margin:2px;
}

.bmc_preview .bmc_video .bmc_time
{
	color:#999;
}

.bmc_preview .bmc_video .bmc_remove
{
	float:right;
	padding:2px 4px;
	border:solid 1px #666;
	text-decoration:none;
	text-align:center;
	line-height:8px;
}

.bmc_preview .bmc_video img
{
	margin:0px;
}

.bmc_preview .bmc_video .bmc_thumb
{
	text-align:center;
}

.bmc_preview .bmc_video .bmc_title
{
	font-size:11px;
	margin:2px 2px 3px 2px;
}

.bmc_preview .bmc_video .bmc_info
{
	height:125px;
	overflow:hidden;
}

.bmc_preview .bmc_video .bmc_description
{
	padding-top:5px;
	clear:both;
}

/* View */ 

.bmc_view .bmc_video 
{
	width:500px;
	padding-top:20px;
	float:left;
}

.bmc_view .bmc_video .bmc_player
{
	text-align:center;	
	padding:5px 0 15px 0;
}

.bmc_view .bmc_video .bmc_title
{
	font-size:17px;
}

.bmc_view .bmc_video .bmc_rate5
{
	margin: 0 100px 10px 0;
}

.bmc_view .bmc_video .bmc_description
{
	padding:10px;
	clear:both;
	background-color:#444;
	margin:10px 0;
}

.bmc_view .bmc_video .bmc_tag
{
	float:none;
	padding: 0 0 0 5px;
	display:inline;
}

.bmc_view .bmc_video .bmc_uploaded
{
	clear:left;
}

/* Related */
.bmc_related
{
	float:right;
	margin-top:20px;
	width:390px;
	padding:7px;
	background-color:#333;
}

.bmc_related h3
{
	font-size:15px;
}

.bmc_related .bmc_video 
{
	float:left;
	clear:none;
	padding:5px 0px;
	width:100%;
	max-height:95px; 
	background-color:transparent;
}

.bmc_related .bmc_video img
{
	margin:0px;
}

.bmc_related .bmc_video .bmc_thumb
{
	float:left;
	clear:left;
	width:130px;
}

.bmc_related .bmc_video .bmc_title
{
	font-size:11px;
	margin:2px 2px 3px 2px;
}

.bmc_related .bmc_video .bmc_info
{
	float:right;
	clear:right;
	overflow:hidden;
	text-align:left;
	width:260px;
}

.bmc_related .bmc_video .bmc_description
{
	padding-top:5px;
	background-color:transparent;
	clear:none;
	margin:0;
	padding:0;
}
