.producten-vak{
	position:relative;
	float:left;
	width:228px;
	height:300px;
	background-image:url(../images/bg-producten-vak.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #a2a2a2;
	margin-right:5px;
	margin-bottom:10px;
	}
	
.product-titel{
	position:relative;
	float:left;
	width:228px;
	height:23px;
	background-image:url(../images/bg-producten-titel.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	line-height:23px;
	}
    
.product-titel a:link, .product-titel a:visited, .product-titel a:active{
    color:#fff;
}

.product-foto img{
    border:0;
}
	
.product-foto{
	position:relative;
	float:left;
	width:228px;
	height:120px;
	margin-top:10px;
	text-align:center;
	}
	
.product-informatie{
	position:relative;
	float:left;
	width:228px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	}
	
a:link.motor-huren, a:visited.motor-huren, a:active.motor-huren{
	position:absolute;
	bottom:0px;
	left:28px;
	height:22px;
	width:172px;
	background-image:url(../images/huur-deze-motor.jpg);
	background-position:top;
	}
	
a:hover.motor-huren{
	position:absolute;
	bottom:0px;
	left:28px;
	height:22px;
	width:172px;
	background-image:url(../images/huur-deze-motor.jpg);
	background-position:bottom;
	}
    
#product-details{
    position: relative;
    float: left;
    display: inline;
    margin-left:15px;
    width: 340px;
    border: 1px solid #aaa;
    margin-top:20px;
}
    
#product-details .header{
    position: relative;
    float: left;
    display: block;
    clear: both;
    background-image: url(../images/verhuur_toevoegen_titel_bg.gif);
    width: 329px;
    height: 26px;
    line-height: 24px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left:5px;
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
    color: #222;
    margin:2px;
    text-align: left;
}

#product-details table{
    position: relative;
    float: left;
    display: inline;
    text-align: left;
    width: 335px;
}

#product-details table tr{
    background-image: url(../images/bg-specificaties-tabel.gif);
    height: 27px;
    background-repeat: repeat-x;
}

#product-details table .eigenschap{
    font-family: verdana;
    font-weight: bold;
    font-size:12px;
    color: #222;
    padding-left:5px;
}
