/* Ads */

#totres{
	height:55px;
	margin:3px 0 7px 0;	
	border-bottom:1px solid #DEEAFE;
	width:650px;
}
#totres .ad{
	width:650px;
}	

#adslist{	
	margin:3px 0 7px 0;	
	border-bottom:1px solid #DEEAFE;
	width:650px;
}

#adslist .thumbnail{
	overflow:hidden;
	text-align:center;
	height:55px;
	width:80px;
	position:absolute;
	top:5px;
	left:4px;
	font-size:0px;
}

#adslist .thumbnail img { width:100%; height:100%; border:none; }

#adslist .ad{
	height:80px;
	overflow:hidden;
	position:relative;
	border-top:1px solid #DEEAFE;
	background:white;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:1px;
}

#adslist .ad.oneven { 
	background-color:#FAF9ED; 
}

#adslist .ad.hover { 
	background-color:#EDF4FF; 
}

#adslist .info {
	width:560px;
	height:80px;
	left:10px;
	top:6px;
}

#adslist .bron {
	position: absolute; 
	bottom: 0; 
	right: 2px;
	float:right;
	color: #CCCCCC;
	font-size: 12px; 
}

#adslist .bidster {
	position: absolute; 
	bottom: 0; 
	left: 105px;
	float:left;
	color: #FFA500;
	font-size: 12px; 
}

#adslist .desc {
	position: absolute; 
	left: 105px;
	right: 125px;	  
	float:left;
	color: #999999;
	font-size: 12px; 
	cursor: pointer;
}

#adslist .details {
	position: absolute; 
	bottom: 0; 
	left: 105px;
	float:left;
	color: #CCCCCC;
	font-size: 12px; 
}

#adslist .title {
	position: absolute; 
	top: 0; 
	left: 105px;
	float:left;
	color: #CCCCCC;
	font-size: 12px; 
}

#adslist .rechts {
	position:absolute;
	width:148px;
	height:47px;
	left:502px;
	top:1px;
}

#adslist .rechts .prijs {
    position: absolute;
	top: 0;
	right: 2px;
	float:right;
	font-weight:bold;
	color:#003366;
}

#adslist .rechts p {
	color:#81B90F;
	font-size:10px;
	margin:0 4px 0 0;
}
 
#adslist .rechts p strong {
 	color:#81B90F;
	font-size:12px;
	font-weight:bold;
}

#adslist .ad h3 { font-size:12px;color:#000000;}
#adslist .ad h3 a,#adslist .ad h3 a b{color:#003366;text-decoration:underline;}
#adslist .ad h3 a:hover,#adslist .ad h3 a b:hover{color:#006600;}
#adslist .desc a { color:#999999; text-decoration: none; }
#adslist .bron a { color:#CCCCCC; text-decoration: underline; }
#adslist .bidster a { color:#FFA500; text-decoration: underline; }

/*
 * Tooltip global settings
 */
#fixedtipdiv {
	position:absolute;
	z-index:100;
	width: 300px;
	opacity: 0.95;
	z-index: 650;
}
.tooltip {
	position: absolute;
	display: none;
	margin-left: 15px;
	width: 300px;
	z-index: 650;
}
.tooltip_midden {
	position: relative;
	width: 288px;
	padding: 0 6px; 
	display: block;
	z-index: 650;
	white-space: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	margin-top: -2px;
	text-indent: 0px;
}
.tooltip_midden h1 {
	color: #f68933;
	font-size: 14px;
	margin:0;
	padding:0;
}
.tooltip_top {
	position: relative;
	display: block;
	height: 17px;
	z-index: 650;
}
.tooltip_onder {
	position: relative;
	display: block;
	height: 17px;
	z-index: 650;
}
.tooltipX {
	position: relative;
	margin-top: -10px;
	height: 20px;
	overflow: hidden;
}
.X {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
	padding-top: 40px;
	color: #0067b1;
	width: 20px;
	height: 20px;
}
.X:hover {
	color: #fff;
	background-position: 0px 40px;
}
.X:active {
	color: #fff;
	background-position: 0px 20px;
}
.sluiten {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 40px;
}


