.item {
  clear: both;
  display: block;
	width: 690px;
	border: 1px solid #000099;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #000099;
	
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 15px 0;
}

.item .afbeelding {
  	float: left;
	width: 150px;
	overflow: hidden;
	border-right: 1px solid #000099;
	
	background-position: left center;
	background-repeat: no-repeat;
	
	position: relative;
	top: 0;
	left: 0;
}

.item .afbeelding .verkocht {
  position: absolute;
	top: 81px;
	left: 0;
}

.item .afbeelding .aanbieding .inner {
	width: 100px;
	height: 110px;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../../img/verkoop/aanbieding.png');
}

.item .afbeelding .aanbieding {
  position: absolute;
	top: 0;
	right: 4px;
}

.item .verder {
  position: absolute;
	right: 10px;
	bottom: 5px;
	display: block;
	float: left;
	width: 75px;
	background-color: #eeeeee;
	color: #000099;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000099;
}

.item .prijs {
  	position: absolute;
	right: 10px;
	top: 15px;
	color: #000099;
	font-weight: bold;
	font-size: 15px;
}

.item .tekst {
  	float: left;
  	margin: 0 5px 5px 5px;
	width: 520px;
}

.item .info {
  	color: #000099;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
}

.item .gegevens {
  float: left;
}

.item .soort {
  float: right;
}
#sorteren{
				font-weight: bold;
				color: #000099;
				margin-bottom: 10px;
}
#sorteren a{
					color: 000099;
}
#sorteren a:hover{
					color: ff0000;
}
#aanbiedingen_1 a{
								 float: right;
								 width: 180px;
								 color: #060;
								 font-weight: bold;
								 font-size: 13px;
}
#aanbiedingen_1 a:hover{
								 color: #ff0000;
}