.videos-summary
{
	position: relative;
	margin-bottom: 1em;
}

.search-results
{
	position: relative;
	margin-bottom: 1em;
}

.search-result
{
	position: relative;
}

.search-result-info
{
	position: absolute;
	left : 154px;
	margin-left: 8px;
}

.video-icon
{
	position: relative;
	display: block;
	float: left;
	width: 146px;
	height: 170px;
	padding-right: 4px;
}

.video-icon .video-thumb
{
	position: relative;
	width: 132px;
	height: 99px;
	/*background: url('/img/thumb_container.png') no-repeat left top;*/
}
.video-icon .video-thumb img
{
	position: absolute;
	margin: auto;
	border: none;
	left: 6px;
	top: 4px;
}
.video-icon .video-thumb .video-duration
{
	position: absolute;
	right: 6px;
	bottom: 5px;
	font-size: 0.77em;
	font-weight: bold;
	color: white;
	background: black;
}
.video-duration a:link
{
	color: white;
}
.video-icon .video-thumb a
{
	border-style: none;
	text-decoration: none;
}

.video-icon .video-title
{
	margin-top: 2px;
	font-size: 1em;
	text-align: left;
	line-height: 100%;
}
.video-icon .video-views
{
	font-size: 1em;
}
.video-icon .video-username
{
	font-size: 1em;
}
