/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 *
 * NOTES
 *
 * TODO
 *
 * HISTORY
 * 071117 CHANGE main bg is white
 * 070806 ADDED uploader
 * 070802 eerste versie
 *********************************************/
 
 
/****[ show vertical scrollbar ]*****************/   

html {
	overflow-y: scroll;
} 


/****[ clean all margins / padding ]*****************/   

* {
	margin: 0;
	padding: 0;
	}
 
/* Wrap */

#wrap {
	position:relative;
	top: 0px;
	padding: 0;
	margin:0 auto;
	text-align:left;
	width: 781px;
	background-color: transparent;
	height: 100%;
	min-height: 100%; height: auto !important; height: 100%;
}

body { text-align:center;
	 } /* IE Fix */

html, body { height: 100%;
}
	
/****[ header  ]*****************/
	
#header {
/*	background-color: blue;*/
/*  	display:block;*/
	width:781px;
/*	position: fixed;*/
	top: 0px;
/*	z-index:10000;*/
}

/*body>div#header {*/
/*	width:780px;*/
/*}*/
/**/
* html div#header {
/*	position:relative;*/
	clear:both;
	margin-top:0px; 
	width:auto;
}



.admin-block {
	position: absolute;
	top: 68px;
	right: 0;
	width: 770px;
/*	background-color: transparent;*/
/*	padding-right: 20px;*/
/*	padding: 0;*/
}

#nav {
/*	background-color: pink;*/
/*	padding:0px 38px 0px 0px;*/
	float: right;

}

#fakelogobut {
/*	float: left;*/
	top: 0px;
	clear: both;
	left: 0px;
	width: 150px;
	height: 70px;	
	background-color: transparent;
/*	background-color: pink;*/
/*	border: 1px solid green;*/
	}


/****[ content  ]*****************/
 
#content {
	/*float: left;*/ /*moet weg, anders staat hij links in Safari */
	position: absolute;
	top: 110px;
	width: 100%;
	height: 100%;
/*	background-color: white;*/
/*	border-top: 2px solid red;*/
/*		background-color: green;*/
	}

#main {
/*	float: left;*/
/*	padding-bottom: 150px; */
	padding-left: 10px;
/*	background-color: white;*/
	z-index: 1000;
	padding-bottom: 4em;

	}
	
.one-column #main {
	width: 780px;
	}
	
.two-column #main {
	width: 760px;
	}
	
.text #main {
/*	background-color: red;*/
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	width: 730px;

	}
	
#secondary {
	float: right;
	padding: 0px;
	padding-left: 2em;
	width: 220px;
	background-color: transparent;
	overflow: hidden;
}


/****[ Footer ]*****************/   

div#footer {
	clear: both;
/*  	display:block;*/
	width:760px;
/*	height: 100px;*/
	position: fixed;
  	bottom: 0px;
	padding: 6px 0 2px 21px;
/*	background-color: transparent;*/
	z-index:500;

}


body>div#footer {
	width:758px;
}

* html div#footer {
	clear: both;
/*	position: relative;*/
	position:absolute;
	bottom: 0;
/*	margin: 0 auto;*/
/*	clear:both;*/
	width: 760px;
	padding: 6px 0 6px 21px;
/*	min-height: 1%;*/
}



/****[ uploader ]*****************/   

.uploader {
	float: right;
	} 
	
/****[ testimonial ]*****************/   

.testimonial {
	float: right;
	padding-left: 2em;
	width: 300px;
	background-color: transparent;
}

/****************************************
 * Special Order bvba
 * webmaster@nethome.be
 * Background stylesheet
 * last update: 070117
 ****************************************/

body {
	background: #E0E0E0 url(../imgs/bg.jpg) center top repeat-x;
	background-attachment:fixed;
}


/* vertically tiled portion of the page background */
	
.one-column  {
	background: url(../imgs/bg_mid_1col.jpg) repeat-y top center;
	}
	
.two-column {
	background: url(../imgs/bg_mid_2col.jpg) repeat-y top center;
	}
	
/* top portion of the page background */
	
#header {
	background: url(../imgs/bg_top_2col.jpg) no-repeat top center;
/*	background-color: blue;*/
	}	
	
#footer {
	background: url(../imgs/bg_bot_2col.jpg) no-repeat bottom center;
	}


/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 *
 * NOTES
 *
 *
 * TODO
 * 
 * 
 * 
 *
 * HISTORY
 * 070808 ADDED spans
 * 070802 CHANGE font-size small ipv %
 *********************************************/
 
body {
	font-family: verdana, arial, helvetica, sans-serif;
/*	font-size: 62.5%; */
	font-size: small; 
	line-height: 1.6em;
	}
	
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#header {font-size:0.9em}
#nav {font-size:1.4em}
#main {font-size:1em; line-height: 1.6em;}
#secondary {font-size:1em; line-height:1.2em;}
#footer {font-size:75%; line-height: 1.9em;}

h1 {font-size:1.5em; line-height: 2em; margin: 1.5em 0 1em 0;}  
h2 {font-size:1em; line-height: 1em; margin: 1.25em 0 0.75em 0;} 
h3 {font-size:1em}  
h4 {font-size:2em; line-height: 3em;}  
h5 {font-size:0.8em}  
h6 {font-size:0.9em}  

.smalltext { font-size: 80%;}

input, select, th, td {font-size:1em; line-height: 1.6em;}

p, li li, ul, li p, td p, blockquote p {font-size:1em; line-height: 1.6em;}

p { margin: 1em 0; }


#main dt {font-size:0.8em; line-height: 3em;}
#main dd, dd, dt {font-size:1em; line-height: 1.6em;}
#main td, th {font-size:90%; }


tr.titel {font-size: 0.8em; }



#detail_adres {
	font-size: 100%;
	line-height: 3em;
	font-weight:bold;
	}
	
.admin-block {
	font-size: 80%;
	}
	

	
/****[ h1 img ]*****************/   

h1 img,
h2 img {
	padding-left: 0;
	}
	
/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 *
 * NOTES
 * te gebruiken als spans om extra info weer te geven
 *
 * TODO
 * 
 * 
 * 
 *
 * HISTORY
 * 080401 CHANGE font-size en line-height naar px gezet
 * 080111 absolute paths
 * 070808 first version
 *********************************************/

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 35px;
	margin: 15px 0;	
	font-size: 9px; line-height: 14px;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(http://nethome.be/_icons/fam_silk/exclamation.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(http://nethome.be/_icons/fam_silk/information.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(http://nethome.be/_icons/fam_silk/page-error.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(http://nethome.be/_icons/fam_silk/application-put.png) 10px 50% no-repeat;
}
/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose:
 *
 * NOTES
 *
 *
 * TODO
 *
 *
 *
 *
 * HISTORY
 * 100315 ADDED promotions
 * 100310 ADDED newcontracts
 * 090930 ADDED occupancy
 * 080215 ADDED agencyphotos
 * 080124 ADDED #content ul li
 * 071217 ADDED about_reservations
 * 071211 ADDED .contact (m01>
 * 071211 ADDED available now
 * 071203 ADDED flatfee
 * 071113 REMOVE form (>forms.css)
 * 070808 ADDED span img
 * 070808 moved dl > h3 in typography
 * 070808 ADDED admin img
 * 070802 ADDED clear
 * 070802 ADDED admin
 *********************************************/

/*****[ General Formatting ]*****************/

body {
	color: #000;
 	}

/****[ Main navigation ]*****************/

div#nav {
  border-top: 0px solid #000000;
  text-align:center;
  color: #aaa;
}

#nav li {
	float: right;
	margin: 0;
	padding: 0 12px 0 0px;
	background: none;
	}

#nav a {
	display: block;
	float: right;
	padding: 0px 0px 0 2px;
	letter-spacing : 0;
	word-spacing : 0;
	height: 1.7em;
	border: none;
	font-weight: normal;
	color: #E2007A;
/*	background: #dc8314 url(../imgs/arrow_light_orange.gif) no-repeat 15px 50%; */
	}

#nav a:link, #nav a:visited {
	color: #416D94;
			border-top: 1px solid #6D9731;
	}

#nav a:hover {
	color: #E2007A;
	border-top: 1px solid #FFFFFF;
	}

#nav a:active {
	color: #E2007A;
	border-top: 1px solid #6D9731;
	}

/****[ Language choice ]**************************/

#taal {
	list-style: none;
	text-align: center;
	text-align: right;
	}





ul {
	margin: 0px 0px 10px 0;
	font-size: 1em;
	line-height: 1.6em;
	list-style-type: disc;
	padding: 0 0 0 30px;
	/* prevent ie6/win from shifting page height when a list of links is moused over */
	padding-bottom: 1px;
	}

dd {
	margin: 0;
	padding: 0 0 0 18px;
	}

img{
	padding: 6px 0;


}

#content img {
 	margin-left: -6px; /* to compensate drop shadow offset */
 	}

#content h1 img,
#content h2 img {
	margin-left: 0;
	}

/****[ Footer ]*****************/

#footer {
	border-top: 0px solid #e0e0e0;
	bottom: 0px;
	text-align:left;
	color: #e0e0e0;
}

#footer a, a:link {
	border-bottom: 1px dotted #e0e0e0;
	color: #e0e0e0;
	}

#footer a:visited {
	border-bottom-style: dotted;
	}

#footer a:hover {
	border-bottom: 1px solid #e0e0e0;
	color: #e0e0e0;
	}

#footer a:active {
	border-bottom: none;
	color: #F5EACA;
	}

#footer img {
	border-bottom: 0px solid #bbb;
	color: #aaa;
	padding: 0px;
	}


/****************************************
 * Links
 ****************************************/

a, a:link, a:visited {
	border-bottom: 0px dotted #E2007A ;
	text-decoration: none;
	color: #3A9F00;
	}

a:hover {
	border-bottom: 0px solid #3A9F00;
	color: #58E600;
	}

a:active {
	border-bottom: none;
	border: none;
	color: #ff0000;
	}

a img, a:link img, a:visited img, a:hover img {
	text-decoration: none;
	border-bottom: 0px solid white;
	border: none;
	background-color: transparent;
	}

/***************
 *  FOTOS
 ***************/

.fotos a:link, .fotos a:visited {
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	background-color: transparent;
}
.fotos a:hover, .fotos a:active {
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

.fotos a img {
	border: none;

}



.losbeeld a:link, .losbeeld a:visited {
	text-decoration: none;
	color: #ff0000;
}
.losbeeld a:hover, .losbeeld a:active {
	text-decoration: none;
	color: #ff0000;
	background-color: transparent;
}

.losbeeld a img {
	border: none;
}



.error-message {
	padding-left: 20px;
	background: url(../imgs/layout/alert.gif) no-repeat 0 2px;
	}

.input-error {
	padding: 2px;
	border: 1px solid #f00;
	}

.noborder {
	border: 0
}


.noborderfloatright {
	float: right;
	border: 0;
}

.noborderfloatleft {
	float: left;
	border: 0;
}


/****[ Detail hoofding ]*****************/

#detail_hoofding ul {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e2e2;
	clear:both;
	float:left;
	margin:0 0 10px 0;
	padding:5px 0px;
	list-style: none;
	color:#709933;
	width:100%;

}
#detail_hoofding ul #bestemming {
	float:left;
	padding:5px;
}
#detail_hoofding ul #prijs {
	float:right;
	padding:5px;
}


/****[ Specs & bezichtigen ]*****************/


.specs {
	float:right;
	width:340px;
/*	background-color: #eee;*/
	font-size: 80%;
}

.specs dl {
	margin: 0;
	padding: 0;
	}

.specs dt, .specs th, .specs u, .specs h3 {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e5e2e2;
	text-align:left;
	padding: 0;
	margin: 0;
}

.specs dd {
	margin:0;
	padding: 0;
	font-weight:normal;
	line-height:125%;
}

.specs u,
.bezichtigen h3 {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e5e2e2;
	text-align:left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}

.specs table {
	width:100%;
	}

.bezichtigen {
	float: left;
	width: 400px;
/*	background-color: #eee;*/
	font-size: 80%;
	padding: 0;
	margin: 0;
	}

.bezichtingen dl, dt, dd {
	margin: 0;
	padding: 0;
	}

.bezichtigen dt {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #709933;
	text-align:left;
}

hr {
	clear: both;
	height: 1px;
	background: #e5e2e2;
	margin: 35px 0px 15px 0px;
	border: 0;
   }






/****[ anders zit google in de grond ]*****************/
.bezichtigen {
 margin-bottom: 40px;
 }

 /****[ admin - editeerbare tekst ]*****************/

.editable_txt {
	background-color: #f5f5f5;
	margin: 20px 0;
	padding: 8px;
	border: 1px solid #efefef
	}

/****[ admin-block ]*****************/

.admin-block {
 	background-color: #FFF8CF;
 	color: #ababab;
 	padding: 5px;
 	float: right;
 	}

.admin-block a:link {
	color: #666666;
	}

.admin-block a:hover {
	color: #000000;
	}

.admin-block img {
	padding: 0;
	}

/****[ admin ]*****************/

a.admin img, .huizen td a.admin img {
	border: 0;
	}

/****[ a zonder stippellijntjes ]*****************/

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

/****[ clear  ]*****************/

.clear {
	clear: both;
	}


/****[ span img  ]*****************/
span.alert img,
span.info img,
span.download img,
span.note img {
	padding: 0;
	}


/****[ flatfee ]*****************/

table.flatfee {
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	}

table.flatfee thead td {
	text-align: center;
	border-bottom: 1px solid #999;
	}

table.flatfee tr.total td {
	border-top: 1px solid #999;
	}

table.flatfee td {
	padding: 0.2em;
	}

table.flatfee td.fee {
	background-color: #B9DC86;
	}

table.flatfee tbody td.fee,
table.flatfee tbody td.normal {
	font-weight: bold;
	text-align: center;
	}


table.pricing {
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	}

table.pricing td {
	border-bottom: 1px solid #E6E6E6;
	padding: 0.25em 0 0.25em 1em;
	}

table.top td {
	vertical-align:top;
	}


/****[ img floats ]*****************/



img.float-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	}

img.float-right {
	float: right;
	margin: 0.5em 1em 0.5em 0;
	}

img.sidefit {
	margin: 0.5em 0;
	}

/****[ availablenow ]*****************/

.availablenow {
/*	color: #6D9731;*/
	color: #7DB600;
	font-weight: bold;
	text-decoration: blink;
	}


/****[ contact ]*****************/

.contact {
	border: 1px solid #999;
	padding: 0em 1em 1em 1em;
	background-color: #F9FFEB;
	float: left;
	}

/****[ about_reservations ]*****************/

.about_reservations {
	border: 1px solid #999;
	padding: 1em 1em 1em 1em;
	background-color: #F9FFEB;
	}


/****[ ul li ]*****************/

ul.button li {
	list-style-type: none;
	/* inline als je ze achter elkaar wil */
	display: inline;
	margin: 0;
	padding: 0px 20px;
	background: url(../imgs/140704_li-button_base1.gif) no-repeat 0 50%;
	}

ul.detail {
	padding-left: 0;
	}

ul.detail li {
	display: block;
	}

/****[ agencyphotos  ]*****************/

img.agencyphotos {
	padding: 5px;
	}

/****[ available  color bg tr  ]*****************/

tr.available1 {
/*	background-color: #F0FFCF;*/
	background-color: #F5FFDF;
	}

tr.available2 {
/*	background-color: #FFF3DF;*/
	}

/************[ Occupancy ]**************/

table#occupancy th {
    background-image: none;
    padding: 0;
    text-align: center;
}

table#occupancy td {
    padding: 0 0.5em;
    height: 1em;
    text-align: right;
    border-right: 1px solid #efefef;
}


table#occupancy td.weird {
        background-color: blue;
        color: blue;
}

table#occupancy td.avail {
        background-color: #F5FFDF;
              color: #F5FFDF;
}

table#occupancy td.notavail {
    background-color: #efefef;
        color: #efefef;
}

table#occupancy td.nextyear {

}

table#occupancy td.error {
        background-color: red;
}


/************[ iarrive ]**************/

form#iarrive {
    display:none;
}


/************[ newcontract ]**************/


#newcontracts {
   	background-color: #F5FFDF;
   	font-size: 0.75em;
   	padding: 1px 2em 1em 2em;

}

#newcontract h1 {
    margin: 0;
    padding: 0;
}

#newcontracts ul {
        font-size: 0.875em;
}

#newcontracts ul {
	list-style-type: none;
	padding-left: 0;
}

/************[ promotions ]**************/

div#promotions {
    float: right;
    border: 0px solid red;
    padding: 0;

    }
/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose: forms css
 *
 * NOTES
 *
 *
 * TODO
 * select option spatie is te groot
 *
 *
 *
 * HISTORY
  * 091116 ADDED form #iarrive
 * 090804 ADDED form p.hidden { visibility: hidden; display: none; }
 * 071113 CHANGE kleuren voor Easylife
 * 071011 CHANGE legend
 * 0709009 ADDED sidebar whois
 * 070824 REMAKE lost all in ftp transfer
 *********************************************/


 /****[ general settings ]*****************/

form {
 	border: 0;
/* 	background-color: green;*/
/* 	background-color: white;*/
 	margin: 2em 0;
/* 	padding: 1px 8px 4px 1em;*/
 	}

legend {
 	margin: 0;
 	border-bottom: 1px solid #565164;
	background: #F8FAF5;
/*	border-top: 1px solid #555;*/
	color: #6D9731;
	font-weight: bold;
/*	font-family: georgia;*/
 	}

fieldset {
 	border: 0 solid transparent; /* zodat Opera 7 ze ook transparant zet */
 	margin: 1em 0;
 	clear: both;
/*	background-color: red;*/
/*	background-color: #F8FAF5;*/
	background-color: #F5F5F5;
	border: 0px solid #6D9731;
	padding: 1em 1em 1em 1.25em;
	}

fieldset legend {
 	margin: 0 0 1em -0.75em;
 	padding: 0.5em 0.75em;
 	border: 1px solid #6D9731;
/*	background-color: #322F3A;*/
	font-weight: bold;
 	}

fieldset p {
	margin: 1em 0;
	clear: both;
	}
fieldset option {
	padding-right: 1em;
	}

label.select,
label.textinput,
label.textarea {
	float: left;
 	width: 150px;
	}

fieldset label.radio {
	padding-left: 1em;
	}

input[type='text'],
input[type='password'],
textarea {
	float: left;
  	border: none;
  	margin-bottom: 1em;
  	padding: 3px;
  	border-left: 0.5em solid #F5F5F5; /*zodat hij van kleur kan verspringen */
  	margin-top: 1px;
  	font-family: Courier, "Courier New", monospace;
  	font-size: 100%; /* anders geeft hij textarea groter weer 0708 */
/*  	background: url(../imgs/input_bg.gif) top left;*/
  	border-bottom: 1px solid #6D9731;
 	}

 /****[ focus animation  ]*****************/

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	border-left: 0.5em solid #6D9731;
	background-color: #FEF6D8;
	}




/****[ buttons ]*****************/

input[type='submit'] {
/*	float: left;*/
	font-size: 0.8em;
	padding: 2px 1em;
	margin: 0 0 0 149px;
	clear: both;
/*	border: none;*/
	color: #565164;
	cursor: pointer; /* handje */
}


input[type='submit'].leftalign {
	margin-left: 0;
	}


 /****[ wide form ]*****************/

form.wide  fieldset label {
 	width: 30%;
 	}


form.wide input[type='submit']	{
	margin-left: 30%;
	}


form.wide fieldset input[type='text'],
form.wide fieldset input[type='password'],
form.wide fieldset textarea  {
	width: 65%;
	}

/****[ Refs whois form ]*****************/

from.whois fieldset input {
	width: 200px;
	}

/************[ Honeypot ]**************/

form p.hidden { visibility: hidden; 	display: none; }


/************[ form#iarrive ]**************/

form#iarrive {
    background-color: #F5FFDF;

/*    background-color: red;*/
        padding: 1em;

}

form#iarrive input[type='submit'] {
/*    background-color: green;*/
    clear: none !important;
/*    float: right;*/

}

form#iarrive input {
/*    background-color: blue;*/
    margin-left: 0.5em;
    float: none;
    margin: 0;
    clear: none;
}


.ui-widget-header {
    background-color: pink !important;

}

/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose:
 *
 * NOTES
 *
 *
 * TODO
 * 
 * 
 * 
 *
 * HISTORY
 * 080315 ADDE D tr.available2:hover
 * 071117 ADDED .quicksearch
 *********************************************/

table.tablesorter {
	width: 100%;
	border: 1px solid #f5f5f5;
	background: #ffffff;
}
table.tablesorter th,
table.tablesorter td  {
	text-align: left;
	padding: 5px;
/*	background-color: #6E6E6E;*/
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

table.tablesorter th {
	background: url(../imgs/table_blank.png) no-repeat left top;
	}

table.tablesorter td {
	height: 50px;
	}
	
table.tablesorter .even {
	background-color: #f5f5f5;
}
table.tablesorter .odd {
	background-color: #ffffff;
}
table.tablesorter .header {
/*	background: transparent url(../imgs/table_arrows.png) repeat-x;*/
	background: url(../imgs/table_both.png) no-repeat left top;
/*	border-left: 0px solid #FFF;*/
/*	border-right: 0px solid #000;*/
/*	border-top: 1px solid #FFF;*/
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	cursor: pointer;
}
table.tablesorter .headerSortUp {
	background: url(../imgs/table_up.png) no-repeat left top;
}
table.tablesorter .headerSortDown {
	background: url(../imgs/table_down.png) no-repeat left top;
}

table.tablesorter th.left,
table.tablesorter td.left {
	text-align: left;
	}


		
table.tablesorter tbody tr:hover {
	background: #DFF0C1;
	}

table.tablesorter tbody tr.available2:hover {
	background: #FFF3DF;
	}



	
.selected {
	padding-right: 15px;
	background: url(../imgs/arrowdown.gif) no-repeat 100% 50%;
	}
	
.huizen td img, .huizen td a img, .huizen td a:hover img {
	border: 1px solid #b5b5b5;
	padding: 0;
	margin: 0;
	}

table#huizen tbody tr {
	cursor: pointer;
	}
	
img.huizensml {
	background: url(../imgs/boom_50x50.gif);
	width: 50px;
	height: 50px;
	}

	
.huizen a {
	display: block;
	color: #000;
	}
	
.quicksearch {
	background-color: #F5F5F5;
	height: 2em;
	padding: 2px;
	padding-left: 20px;
	font-size: 90%;
	}/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose:
 *
 * NOTES
 *
 *
 * TODO
 * 
 * 
 * 
 *
 * HISTORY
 * 080319 first adaptation
 *********************************************/
 
div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager form {
	border: 1px solid red;
	}

div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	float: none;
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}


  