html, body, div, td, input, select, textarea {
	color: #111111;
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	}

td {
	text-align: left;
	vertical-align: top;
}


body, div, td{
	line-height: 1.2;
	}

p {
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

sup {
	font-size: small;
	font-weight: bold;
	color: red;
}

textarea{
	font-family: Tahoma;
	line-height: 1.3;
	height: 100px; 
	padding: 3px; 
	width: 380px; 
	border: 1px solid #d6d6d6;
	}

h1, h2, h3, h4, h5 {
	font-size: medium;
	color: #9f4590;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

h1 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: x-large;
	font-weight: normal;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
	letter-spacing: 0.1em;
	color: #111111;
	text-transform: none;

}

hr {
	border: 0px;
	border-top: 6px dotted #989898;
	text-align: left;
	height: 6px;
	width: 85%;
	float: left;
}

.zoekcriteria {
	border: 1px solid #dbbbd5;
	padding: 2px;
	background-color: #efe4ef;
	white-space: nowrap;
	float: left;
	position: relative;
	margin-right: 8px;
}

img {
	border-color: #84663f;
}

.inputKleineLetters {
	height: 50px;
	width: 100%;
	color: #666666;
	padding: 3px; 
	border: 1px solid #efe4ef;
	overflow: auto;	
}

.input { 
	height: 16px; 
	padding: 3px; 
	width: 180px; 
	border: 1px solid #000000;
	}

.input_aantal {
	width: 24px;
	}

.button {
	height: 41px;
	padding-left: 10px; 
	padding-right: 10px;
	background-color: #963b86;
	border: 1px solid #d19fc9;
	font-weight: bold;
	color: #ffffff;
	}

.buttonSmall {
	height: 20px;
	padding: 0px;
	padding-left: 5px; 
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #9f4590;
	font-weight: normal;
	color: #000000;
	}

.div_titel {
	padding: 4px; 
	background-color:#b1af83; 
	text-align: left;
	border-bottom: 1px solid #e6e4ab;
}

.BoxBorder {
	border: 1px solid #b1af83;
}

#aanbiedingen-box a, #qvselection-box a { color: #000000; font-size: small; text-decoration:none}
#aanbiedingen-box a:hover, #qvselection-box a:hover {color:#9f4590; font-size: small;  text-decoration: underline}

a { color: #9f4590; font-size: small; text-decoration:none}
a:hover {color:#9f4590; font-size: small;  text-decoration: underline}

a.menu {font-size: small; font-weight: bold; color:#FFFFFF;text-decoration:none}
a.menu:hover {color:#3e4844;text-decoration:none }

a.white {font-size: small; font-weight: bold; color:#FFFFFF;text-decoration:none}
a.white:hover {color:#FFFFFF;text-decoration:underline }

a.footer {font-size: x-small; font-weight: bold; color:#FFFFFF;text-decoration:none}
a.footer:hover {color:#FFFFFF;text-decoration:underline }

a.submenu {  font-size: small; color:#000000; text-decoration:none;}
a.submenu:hover { color:#9f4590; text-decoration:none}


a.crums { font-size: x-small; color:#666666; text-decoration:none; }
a.crums:hover { color:#000000;}

a.fontGrey { font-size: small; color:#666666; text-decoration:none; }
a.fontGrey:hover { color:#000000;}


.fontGrey { font-size: small; color:#666666; text-decoration:none; text-transform: none;		letter-spacing: 0px;}
.smallGrey { font-size: 10px; color:#666666; text-decoration:none; text-transform: none;		letter-spacing: 0px;}


.ds_header { padding: 4px; margin: 2px; background-color:#cacaca; text-align: left; }
.ds_label { width: 250px; padding: 4px; margin: 2px; background-color:#ebebeb; text-align: left; }
.ds_label2 { padding: 4px; margin: 2px; background-color:#ebebeb; text-align: left; }
.ds_data { padding: 4px; margin: 2px; text-align: left; }

.productTable {
	border: 1px solid #ffffff;
	width: 770px;
	background-image:URL(../images/overzicht_product_bg.jpg);
	background-position: top left;	
	background-repeat: repeat-x;
}

table.product_specs {	
	border: 1px solid #cacaca; 
	width: 100%;
	margin-top: 5px;
	}


.tablediv {
display:  table;
width:100%;
border-collapse:separate;
}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:auto;
vertical-align: middle;
}
.rowdiv  {
display:  table-row;
width:auto;

}


/* :: Module { klantenportaal } :: */

table.overzicht {
	position: relative;
	float: left;
	clear: right;
	height: auto;
	padding: 10px;
	border: 1px solid #d6d6d6;
	background-color: #f7f7f7;
	}

td.td_header {
	text-align: left;
	vertical-align: middle;
	background-color: #cacaca;
	font-weight: bold;
	}

tr.row1 {
	background-color: #fbf9f2;

}

tr.row2 {
	background-color: #ffffff;

}

tr.rowOver {
	background-color: #d6d6d6;

}

td.row1 {
	text-align: left;
	vertical-align: middle;
	}
td.row2 {
	text-align: left;
	vertical-align: middle;
	}


/* :: Module { formulieren } :: */
.FormDiv {
	position: relative;
	float: left;
	clear: both;
	height: auto;
	width: auto;
	min-width: 80%;
	/*padding: 10px;*/
	border: 1px solid #d6d6d6;
	background-color: #f7f7f7;
	/*background-color: #f7f7f7;*/
	text-align: left;
	z-index: 10;
	}

.FormLabelDiv {
	position: relative;
	float: left;
	width: 40%;
	height: 16px;
	margin: 5px 0px 0px 5px;
	text-align: left;
	clear: left;
	}
 
.FormInputDiv {
	position: relative;
	float: left;
	clear: right;
	z-index: 10;
	width: 55%;
	display: inline-block;
	}

.FormInputField { 
	background: none;
	margin: 2px 2px 5px 2px;
	padding: 3px;
	height: 16px; 
	width: 140px; 
	border: 0px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	z-index: +1;
	}


.FormCheckboxDiv {
	position: relative;
	clear: right;
	width: 55%;
	height: auto;
	margin: 0px 0px 5px 0px;
	}

.FormSelectDiv {
	position: relative;
	float: left;
	clear: right;
	z-index: 10;
	width: 55%;
	display: inline-block;
	}

.FormSelect { 
	background: none;
	margin: 2px 2px 5px 2px;
	padding: 3px;
	height: 26px; 
	min-width: 140px; 
	border: 0px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	z-index: +1;
	}

.FormTextareaDiv {
	position: relative;
	width: 55%;
	height: auto;
	clear: right;
	}

.FormTextarea { 
	border: 1px solid #d6d6d6;
	background: none;
	height: 100px; 
	width: 140px;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
	}

.FormButtonDiv {
	float: left;
	position: relative;
	clear: right;
	width: 55%;
	height: auto;
	width: 140px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	}

.FormButton {

	margin: 2px;
	height: 26px;
	padding-left: 10px; 
	padding-right: 10px;
	background-color: #963b86;
	border: 1px solid #d19fc9;
	color: #ffffff;
	}
/*:: Module { formulieren } :: */
