/* STREAM
========================================================*/

div.streamsrow { 
  float: left; 
  margin-top: 10px;
}

div.stream {
	display: block;
	float: left;
	clear: left;
	height: 150px;
	padding: 0 0 0 15px;
}

div.stream span {
	display: block;
	float: left;
	height: 145px;
	padding: 5px 5px 0 0;
}

div.stream ul li {
	float: left;
	clear: right;
	width: 125px;
	padding: 0 25px 0 0;
	list-style: none;
}

div.stream ul li.last {
	float: left;
	padding: 0 5px 0 0;
}

div.stream li .vorm {
	display: block;
	float: left;
	clear: both;
	width: 115px;
	height: 95px;
	padding-top: 10px;
	padding-left: 10px;
}

div.stream li .favo {
	display: block;
	float: left;
	clear: both;
	width: 106px;
	height: 10px;
}

div.stream li div.favo_hidden {
  background: none;
}

div.stream li a.omschrijving {
  padding: 0 15px 0 5px;
	font-size: 11px;
	text-decoration: none;
}

div.stream li a.omschrijving:focus, div.stream li a.omschrijving:hover, div.stream li a.omschrijving:active { 
  text-decoration: underline; 
}

div.streamstab {
	float: left; 
	margin-left: 15px;
	display: block;
	clear: left;
	list-style-type: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.streamstab span {
	display: block;
	margin-left: 15px;
	padding: 4px 15px 0 0;
}