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

h1.woning {
	font-size: 18px;
	color: #bd0a06;
	margin-bottom: 5px;
}

span.boven {
	float: right;
	display: block;
	margin: 4px 10px 0 0;
	font-size: 11px;
	background: url('images/buttons/bg_aanbod_boven.gif') center left no-repeat;
	padding-left: 12px;
}

span.boven a{
	text-decoration: none;
	color: #2b2b2b;
}

span.boven a:hover{
	text-decoration: underline;	
}

img.dt-thumb {
	float: left;
	margin-right: 10px;
}

/* -------------------  ------------------- */

#detail-top {
	width: 584px;
	padding-bottom: 8px;
	padding-left: 8px;
	background: url('images/bg_gradient.gif') bottom left repeat-x;
	border-bottom: 1px solid #bdbdbd;
	overflow: hidden;
}

#detail-top p{
	font-size: 11px;	
}

#detail-extras {
	width: 592px;
	height: 26px;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #bdbdbd;
}

#detail-meta {
	width: 592px;
}

table.detail-meta {
	width: 580px;
	margin: 10px 0 0 5px;
	font-size: 11px;
	border: none;
}
table.detail-meta td {
	text-align: left;
	vertical-align: middle;
	line-height: 150%;
	padding: 3px;
	width: 25%;
}
table.detail-meta tr{
	height: 30px;	
}

table.detail-meta tr.colored{
	background-color: #f7f7f7;
}

.picture {
	width: 120px;
	float: left;
	margin-right: 10px;
}

/* BUTTON LIST */

ul#detail-button-list {
	width: 100%;
	display: inline;
}


ul#detail-button-list li {
	float: left;
	text-align: center;
	background: url('images/buttons/bg_aanbod_detail.gif') top right no-repeat;
	margin-right: 7px;
}

ul#detail-button-list li a {
	height: 26px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 25px;
	background: url('images/buttons/bg_aanbod_detail_left.gif') top left no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}

ul#detail-button-list li a:hover {
	text-decoration: underline;
}

/* FOTOS */

#fotos {
	width: 100%;	
	margin-top: 50px;
	background: #f7f7f7;
}

#fotos-header {
	width: 582px;
	padding-left: 10px;
	height: 28px;
	padding-top: 7px;
	background: url('images/bg_gradient.gif') bottom left repeat-x;
	border-bottom: 1px solid #bdbdbd;
}

#fotos-image-holder {
	width: 592px;
	padding: 12px 0 3px 0;
	border-bottom: 1px solid #bdbdbd;
	overflow: hidden;
}

table.detail-fotos {
	width: 590px;
	border: none;
	margin-left: 5px;
}

table.detail-fotos td{
	width: 120px;
	height: 120px;
	background: #d1d1d1;
	text-align: center;
	border-right: 12px solid #f7f7f7;
}

table.detail-fotos tr{
	border-bottom: 12px solid #f7f7f7;
}

.foto-holder {
	width: 106px;
	height: 106px;
	background-color: #d1d1d1;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	vertical-align: middle;
}

/* LOCATIE */

#locatie {
	width: 100%;	
	margin-top: 50px;
	background: #f7f7f7;
}

#locatie-header {
	width: 582px;
	padding-left: 10px;
	height: 28px;
	padding-top: 7px;
	background: url('images/bg_gradient.gif') bottom left repeat-x;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 12px;
}

/* OMSCHRIJVING */

#omschrijving-header {
	width: 582px;
	padding-left: 10px;
	margin-top: 50px;
	height: 28px;
	padding-top: 7px;
	background: url('images/bg_gradient.gif') bottom left repeat-x;
	border-bottom: 1px solid #bdbdbd;
}

#omschrijving {
	width: 572px;	
	padding: 14px 10px 14px 10px;
	background: #f7f7f7;
}

#omschrijving p{
	font-size: 11px;
	color: #444444;
	line-height: 15px;
	margin-bottom: 15px;
}

#omschrijving h4{
	font-size: 11px;
	color: #bd0a06;
	margin-bottom: 3px;
	font-weight: bold;
}

#omschrijving ul{
	font-size: 11px;
	color: #444444;
	line-height: 15px;
}


/* FILTER */
#filter-right {
		font-size: 12px;
}

#filter-right #sortdir {
	float:right;
	background-image: url('images/sortby.png');
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-left: 3px;
	cursor: pointer;
}
#filter-right #sortdir.asc {
	background-position: 0px 0px;
}
#filter-right #sortdir.desc {
	background-position: -15px;	
}


/* BEZICHTIGING */

.dropdate {
	float: left;	
	margin-right: 8px;
}

