@charset "utf-8";
/* CSS Document */

.toplijstspot
{
	background: /* #f0f0f0;	*/ white;
	border: solid 1px #ACACAE;
	position: relative;
	width: 323px;
	height: 160px;
	overflow:hidden;
	margin-left: 8px;
	margin-bottom: 7px;
}

.toplijstspot .title
{
	background: #ACACAE;/* url(/site/bob/img/toplijst_title.gif);*/
	position: absolute;
	width: 323px;		
	height: 20px;
	top 0;
	left: 0;
	line-height: 20px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}

.toplijstspot .title div
{
	width: 190px;
	height: 20px;
	overflow: hidden;
}

.toplijstspot .title div.productcolor_bg
{
	position: absolute;
	width: 25px;
	height: 22px;	
	left: 290px;
	top: 0;
}

.toplijstspot .title div.productcolor_fg
{
	position: absolute;
	width: 75px;
	height: 20px;	
	left: 240px;
	top: 0;
	background: url(/site/bob/img/toplijst_kleurcode.png);
	behavior: url(/site/std/css/iepngfix.htc);	
}

.toplijstspot .productimg
{
	position: absolute;
	width: 150px;
	height: 116px;
	top: 30px;
	cursor: pointer;
}

.toplijstspot .merkimg
{
	position: absolute;
	width: 55px;
	/* height: 55px;*/
	top: 25px;
	right: 1px;
}

.toplijstspot .desc
{		
	position: absolute;
	overflow: hidden;
	width: 120px;
	height: 28px;
	right: 0;
	top: 69px;		
	line-height: 14px;
	text-align: left;
}

.toplijstspot .adviesprijs
{
	display: none;
	position: absolute;
	color: #ACACAE;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 11px;
	width: 110px;
	heigth: 22px;
	left: 127px;
	top: 91px;
	overflow: hidden;
	text-align: right;
}

.toplijstspot .price
{
	position: absolute;
	color: #01A6EA;
	font-weight: bold;
	width: 120px;
	heigth: 22px;
	line-height: 22px;
	right: 0;
	font-size: 19px;
	font-style: italic;
	top: 105px;
	overflow: hidden;
	text-align: right;
	cursor: pointer;
}

.toplijstspot .meerinfo
{
	background: url(/site/bob/img/toplijst_info.gif);
	position: absolute;
	width: 47px;
	height: 22px;
	left: 193px;
	top: 134px;
	cursor: pointer;
}

.toplijstspot .bestellen
{
	background: url(/site/bob/img/toplijst_bestellen.gif);
	position: absolute;
	width: 68px;
	height: 22px;
	left: 243px;
	top: 134px;
	cursor: pointer;		
}

