/* START Specific Video styles */
div.VideoListItem
{
	position:relative;
	width:200px;
	float:left;
	margin-bottom:20px;
}

div.VideoListItemPreviewImage
{
	width:140px;
	height:110px;
	float:left;
	background-repeat:no-repeat;
	background-position:center; 
	cursor:pointer;
}

div.VideoListItemOptions
{
	width:60px;
	height:110px;
	text-align:center;
	vertical-align:bottom;
	float:left;
}
.VideoListItemOptions img
{
	padding:5px 5px 5px 5px;
	cursor:pointer;
	border-left:1px solid black;
}

div.VideoListItemSpecification
{
	position:relative;
	float:left;
	width:200px;
}

div.VideoListItemTitle
{
	position:relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 15px;
	font-size:11px;
	float:left;
	width:200px;
}

div.VideoListItemDescription
{
	overflow-x: hidden;
	overflow-y: hidden;
	height: 28px;
	font-size:11px;
	float:left;
	width:200px;
}

div.VideoListItemSpecificationDescription
{
	color:#333333;
	float:left;
	width:50px;
	font-size:11px;
	height:15px;
}
div.VideoListItemSpecificationValue
{
	color:#333333;
	float:left;
	width:150px;
	font-size:11px;
	height:15px;
}

.BlockRating
{
	height:15px;
	background-color:black;
	color:white;
	padding:5px 5px 5px 5px;
	text-align:center;
}
.Paginator
{
	text-align:center;
}
#bijdezepaginavideo
{
	display:none;
	visibility:hidden;
}
.LargeBlock .Video
{
	z-index: -1;
}


ul
  {
  	
  	text-align:left;
  	
  }
  li.Error
  {
  	
  	color:red;
  	
  }
  .Holder
  {
  	
  	border: 1px solid #b2b2b2;
  	
  	padding:20px 20px 20px 20px;
  	
  }
  #info
  {
  	width:400px;	
  	text-align:left;
  	padding:0px 0px 0px 0px;
  	margin:0px 0px 0px 0px;
  	
  }
  .NameField
  {
  	
  	width:150px;	
  }
  
  input
  {
  	
  	width:350px;	
  
  }
  select
  {
  	width:350px;		
  }
  
  textarea
  {
  	width:600px;
  	height:200px;
  }
   .NameTest
  {
  	
  	display:none;
  	visiblity:hidden;
  	
  }
/* END Specific Video styles */
