/* PickRent video section */

#contentleft {
	width: 670px;
	float: left;
}

#videocollection {
	width: 670px;
	float: left;
	margin: 10px 0 10px 0;
}
.videoentry {
	width: 192px;
	height: 245px;
	float: left;
	background: url(images/videobg.jpg) top left no-repeat;
	margin: 0 12px 0 0;
	padding: 9px;
}
.videotype {
	float: left;
	width: 166px;
	height: 25px;
	margin: 1px 0 0 0;
}
.time {
	width: 26px;
	height: 20px;
	float: left;
	background: url(images/time.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: normal;
}
.thumbnail {
	float: left;
	margin: 5px 0 0 0;
	width: 192px;
	height: 108px;
	padding: 0px;
	overflow: hidden;
}
img.thumb { 
	width: 1024px;
	height: 120px;
}
a:hover img.thumb {
	width: 192px;
	height: 120px;
}
.videotitle {
	font-size: 14px;
	margin: 23px 0 0 -5px;
	padding: 0;
	font-weight: bold;
	display: block;
	float: left;
	width: 210px;
}
p.videodesc {
	font-size: 10px;
	color: #565050;
	width: 205px;
	float: left;
	margin: 0 0 5px -5px;
	padding: 0;
}
.videodate {
	color: #999191;
	width: 205px;
	float: left;
	margin: 0 0 0 -5px;
}
#sidebarvideo {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0px 0 0 0;
	text-align:center;
}
	#sidebarvideo h3 {
		margin: 10px 0 0 8px;
		padding: 0;
		font-size: 14px;
	}
	#sidebarvideo h4 {
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-weight: normal;
	}
	.blockhead {
		width: 200px;
		height: 33px;
		float: left;
		background: url(images/sidebarhead.jpg) top left no-repeat;
	}
	.block {
		width: 190px;
		height: 250px;
		padding:5px;
		float: left;
		background: url(images/sidebarbg.jpg) bottom left no-repeat;
		margin: 0 0 10px 0;
	}
	.sideblog {
		margin: 0 0 8px 0;
		padding: 0 5px 8px 5px;
		border-bottom: 1px solid #E8E8E8;
		text-align:left;
	}
	.sideblogcenter {
		margin: 0 0 8px 0;
		padding: 0 5px 8px 5px;
		border-bottom: 1px solid #E8E8E8;
		text-align: center;
	}