/* CSS Document */
#aanbiedingen{	width:172px;
				padding:15px 10px 10px 10px;
				background:url(aanbiedingen_bg.jpg) no-repeat;
				z-index:2;
			}

#aanbiedingen h3{
				margin-left:0px;
			}

#content	{	width:460px;
				min-height:600px;
			}

#aanbiedingen p{
				clear:both;
			}
			
.item		{	display:block;
				border-bottom:1px solid #f7d8c6;
				margin-bottom:10px;
				text-decoration:none;
				color:#666666;
			}

.item img	{	height:60px;
				width:80px;
			}
			
.prijs		{	background:url(prijs.gif);
				display:block;
				float:right;
				height:37px;
				width:55px;
				color:#ffffff;
				font-weight:bold;
				padding:11px 0px 0px 20px
			}

.item img	{	border:1px solid #ffffff;
				float:left;
			}

a.orange	{	
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

.item h4	{	
	clear:both;
	font-size:10px;
	padding:3px 0px;
}	
			
a.info	{
	text-align:center;
	color:#ffffff !important; 
	padding:1px;
	display:block;
	text-decoration:none;
	width:70px;
	margin:0px 0px 10px 100px;
}