@charset "utf-8";
/* CSS Document */
/***************************************************************************************************/
/***************************************************************************************************/
/*****  Afbeeldingen                                                           ****************/
/***************************************************************************************************/
/***************************************************************************************************/
.realestate_minithumb{
	display:inline;
	overflow:hidden;
	text-align:center;
}

.realestate_minithumb img{
	border:1px solid #CCCCCC;
}

.realestate_thumb{
	display:inline;
	text-align:center;
}

.realestate_thumb img{
}

.realestate_verkocht{
	position:absolute;
	border:0px;
}
/***************************************************************************************************/
/***************************************************************************************************/
/***** product_list.html LISTVIEW PRODUCTS                                                           ****************/
/***************************************************************************************************/
/***************************************************************************************************/

/*Default list view*/
#realestate_list_realestate .realestate_list_thumb, #realestate_list_groups .realestate_list_thumb{
	display:block;
	float:left;
	width:220px;
	height:220px;
	border:1px solid #000000;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
}

.realestate_list_default td{
	border-top:0px solid #FF0000;
	cursor:pointer;
}

.realestate_list_defaultflip{
	background-image: url(/images2/realestate_default_flip.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	/*background-color: #cfcfcf;*/
	height:110px;
}
.realestate_list_defaultflop{
	background-image: url(/images2/realestate_default_flip.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	/*background-color: #cfcfcf;*/
	height:110px;
}

#realestate_default td{
	padding-left:10px;
	padding-top:10px;
	border: 0px solid #ff0000;
}

#realestate_default .realestate_list_default_details td{
	padding-left:0px;
	padding-top:0px;
	border:0px solid;
}

/*Table view*/
.realestate_list_thumbTable{
	height:190px;
}

#realestate_list_default .shoptable_flip td,#realestate_list_default .shoptable_flop td {
	border-bottom:4px solid #FFFFFF;
	cursor:pointer;
}
#realestate_list_realestate th {
	border-bottom:1px solid #666666;
}
#realestate_list_realestate .shoptable_flip td {
	background-color:#F0F0F0;
	cursor:pointer;
}
#realestate_list_realestate .shoptable_flop td{
	background-color:#FEFEFE;
	cursor:pointer;
}
#realestate_list_realestate .sortSql,#realestate_list_realestate .sortSqlASC,#realestate_list_realestate .sortSqlDESC {padding-right:8px;}
#realestate_list_realestate .sortSqlASC,#realestate_list_realestate .sortSqlDESC{	background-repeat: no-repeat;background-position: right center;}
#realestate_list_realestate .sortSqlASC{background-image: url(/db/scripts/admin/sortSql/down.gif);}
#realestate_list_realestate .sortSqlDESC{background-image: url(/db/scripts/admin/sortSql/up.gif);}

.realestate_thumb{
	display:inline;
	text-align:center;
	cursor:pointer;
}
.tab_body_selected{
	display:block;
}
.tab_body_hidden{
	display:none;
}

#realestate_searchbox {
 width:270px;
 height:166px;
 border: 0px solid;
 padding:10px;
 padding-top:40px;
 padding-bottom:20px;
}

#realestate_searchbox td {
	padding:0px;
	color: #ffffff;
}


#searchWoonplaats {
	font-size: 10px;
	width:250px;
}

#searchMinPrice {
	font-size: 10px;
	width:120px;
}

#zoeken {
	font-size: 10px;
	width:120px;
}