.ObjectList {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 40px;
}

.ObjectList tr {
	position: relative;
}

.ObjectList .TDImage {
	padding: 10px 10px 0 0;
	width: 130px;
	height: 130px;
}

.ObjectList .TDAddress {
	padding: 10px 0 0 0;
}

.ObjectList .TDAddress h2,
.ObjectList .TDAddress h2 a:link,
.ObjectList .TDAddress h2 a:visited,
.ObjectList .TDAddress h2 a:active,
.ObjectList .TDAddress h2 a:hover  {
	color: #322C2C;
	font-weight: bold;
	font-size: 13px;
}



.ObjectList .ListHead {
	font-weight: bold;
}

.ObjectList .ListImage {
	border: 1px solid #ddd;
	padding: 2px;
}

.ObjectList .ListImage .image {
}

.ObjectList .ListAddress {
	font-size: 12px;
}

.ObjectList .ListAddress .Topobject {
	padding-left: 10px;
	font-size: 11px;
	color: #F7931E;
	font-weight: bold;
}

.ObjectList .TDDevider {
	
}

.ObjectList .ListDevider {
	border-bottom: 1px solid #DEDEDE;
	height: 10px;
	margin-bottom: 14px;
	content: "";
}

.ObjectList .TDPrice {
	padding: 10px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.ObjectList .TDPrice .MaxBid {
	color: #495267;
	margin-top: 6px;
}

.ObjectList .TDPrice .Auctiondate {
	color: #495267;
	line-height: 18px;
	font-weight: normal;
}

.ObjectList .TDPrice .Countdown {
	margin-top: 10px;
	margin-bottom: 6px;
}

.ObjectList .TDPrice .Countdown span{
	padding: 2px 4px;	
	font-size: 12px;
	font-weight:normal;
}

.ObjectList .TDPrice .btn {  display: inline-block; width:139px; height: 26px; text-align: center;  white-space: nowrap; vertical-align: middle; cursor: pointer; }
.ObjectList .TDPrice .btn.btn-onlinesale { background: url(/images/btn_onlineverkoop.gif) no-repeat;}


/*------------ Sortering ------------*/

.Sortering_bg {
	background: url(images/Sortering.gif) repeat-x;
	background-position:bottom;
	height: 30px;
	border-right: 1px solid #aecf40;
	border-left: 1px solid #aecf40;	
	margin-bottom: 30px;
}

.Sortering_bg span {
	margin-left: 10px;
}

.Sortering_bg a:link,
.Sortering_bg a:hover,
.Sortering_bg a:active,
.Sortering_bg a:visited {
	padding: 0 14px;
}

.Sortering_Up  {
	background: url(images/Sortering_Up.gif) right center no-repeat;
	font-weight: bold;
}

.Sortering_Down  {
	background: url(images/Sortering_Down.gif) right center no-repeat;
	font-weight: bold;	
}

.Sortering_Prijs {
	float:right;
	margin-right: 40px;
}

.Oppervlakten {
	padding-top: 8px;
	display: block;
	line-height: 16px;
	color: #595151;
}


