.hide {
	display: none;
}

.groupName {
	display: none;
}
.groupName a {
	text-decoration: none;
}
.propertyGroupWrapper {

}




#cnt_filter .cnt_eigenschap {
	margin-bottom: 10px;
}

#cnt_filter  .cnt_eigenschap .filter_naam {
	float: left;
	font-weight: bold;
    width: 35%;
}
#cnt_filter  .cnt_eigenschap .filter_omschrijving {
	float: left;
    min-height: 40px;
	width: 65%;
}
#cnt_filter  .cnt_eigenschap .filter_omschrijving select {
	

}
#cnt_filter  .cnt_eigenschap .filter_result {
	float: left;
    width: calc(100% - 15px);
	
}

#cnt_filter  .cnt_eigenschap .filter_reset {
	float: right;
	width: 15px;
    margin-top: 5px;

}

a.filter_reset:hover {
    border: none;
}





.productsWrapper {
	float: left;
	margin-left: 15px;
}
.productsWrapper h3 {
	clear: both;
}
.productsWrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.productsWrapper ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 201px;
	height: 170px;
	margin-right: 20px;
	text-align: center;
}
.productsWrapper ul li img {
	display: block;
	margin: 0 auto;
}
.productsWrapper ul li div {
	
}
.productsWrapper ul li div a {
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}





/* product */
.bestekSelection {

	clear: both;
}


#cnt_filter_bestek {

}

.dropdown-toggle{
    border-radius: 0;
}
.dropdown-menu.inner a {
    border: none;
}

.bestekSelection .cnt_eigenschap {
	min-height: 40px;
    margin-bottom: 5px;
}
.bestekSelection .cnt_eigenschap .filter_naam {
	float: left;
	font-weight: bold;
	width: 40%;

}
.bestekSelection .cnt_eigenschap .filter_omschrijving {
	float: left;
    min-height: 40px;
	width: 60%;

}
.bestekSelection .cnt_eigenschap .filter_omschrijving select {
	width: 100%;
	/*padding: 2px 5px;*/
}
.bestekSelection .filter_result {
	float: left;
	margin-right: 10px;
}

.bestekSelection .cnt_eigenschap .filter_reset {
	float: right;
	width: 15px;
    margin-top: 5px;

}

.cnt_eigenschap_thumbnailcontrol ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.cnt_eigenschap_thumbnailcontrol ul li {
   float: left;
   display: inline;
   margin: 0;
   padding: 0;
}
.cnt_eigenschap_thumbnailcontrol .valueWrapper a {
    color: #7c7c7c;
}

.cnt_eigenschap_thumbnailcontrol h6 {
    color: #536f82;
    text-transform: uppercase;
    font-size: 16px;
}
.cnt_eigenschap_thumbnailcontrol .valueWrapper {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}


.cnt_detail {
	float: left;
	clear: both;
    width: 100%;
	margin-top: 20px;
}

.button {

	margin: 10px 0 10px 0;
}


/* bestek */


.bestekPreview {
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
}

.txtGreen {
    color: forestgreen;
}

.txtBlack {
    color: #000;
}

.txtRed {
    color: darkred;
}
