/* CSS Document */

/* Global Styles */
.item-image {

}

.item-data {

}

.list-result-browser {
	clear: both;
	font-size: 11px;
}

/* List Styles */
.item-0 {
	background-color: #fef0b1;
	padding: 0px 4px 0px 4px;
}

.item-1 {
	background-color: #fffae1;
	padding: 0px 4px 0px 4px;
}


.dec-realestate-list .item-image {
	float: left;
	text-align: center;
	width: 150px;
}

.dec-realestate-list .item-data {

}

.dec-realestate-list .item-details-link {
	padding: 10px;
}

/* Single Styles */
.detail-image-2 {
	padding: 6px;
}

/* Speciale status */

.item-0-prijs {
	background: #fef0b1 url(/fileadmin/templates/images/item-0_prijs.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}	
	
.item-1-prijs {
	background: #fffae1 url(/fileadmin/templates/images/item-1_prijs.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}

.item-0-nieuw {
	background: #fef0b1 url(/fileadmin/templates/images/item-0_nieuw.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}
	
.item-1-nieuw {
	background: #fffae1 url(/fileadmin/templates/images/item-1_nieuw.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}
	
.item-0-open {
	background: #fef0b1 url(/fileadmin/templates/images/item-0_openhuis.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}
	
.item-1-open {
	background: #fffae1 url(/fileadmin/templates/images/item-1_openhuis.gif) no-repeat right top;
	padding: 0px 4px 0px 4px;
	}