/* Autodealers.nl CSS voor de dealerwebsite */
#contenttext_right {
    margin-top: 55px;
    text-align: left;
}

div.review-los {
	width: 100%;
  	margin: 30px 0;
  	float: left;
  	
}

div.profile {
	width: 128px;
  	height: 128px;
  	position: relative;
  	float: left;
  	margin-right: 25px;
}


div.profile span {
    background: none repeat scroll 0 0 #fdb934;
    bottom: 10px;
    color: #00638b;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

div.profile.man {
  background: url("//svl.autodealers.nl/upload/3378_man_icon.png") no-repeat;
}

div.profile.vrouw {
  background: url("//svl.autodealers.nl/upload/3378_vrouw_icon.png") no-repeat;
}

div.profile-tekst {
	float: left;
  	width: 700px;
}