/*
$Id: main.css,v 1.0 2010/07/05 14:17:00 phoenix Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

.filterblock .menucontent {
    height: auto;
    padding-bottom: 2px;
}

.filterblock {
    /*float: left;
    margin: 0 3px 15px;
    width: 183px;*/
    border: 1px solid #eee;
    width: 100%;
}
.filterblock h4 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    line-height: 35px;
    padding: 0 7px 0 5px;
    text-transform: none;
}

div.adfil-color-container-not-selected {
  border: 1px solid #e0e0e0;
  margin: 2px;
  float: left;
}

div.adfil-color-container-selected {
  border: 1px solid #000;
  margin: 2px;
  float: left;
}

div.adfil-color {
  width: 15px;
  height: 15px;
}
.filter-col { float: left; }
.filter-col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.adfil-color { cursor: pointer; }
.adfil-var {float: left; width: 65px;}
.price-slider { padding: 5px; }
.price-slider input { text-align: center; width: 35px;}
.min-price { float: left; padding-top: 12px;}
.max-price { float: right; padding-top: 12px;}

/*
* ^DP: UNCOMMENT onderstaande als je geen checkboxes wilt tonen in het filter, maar alleen de tekst

.filter-col input[type="checkbox"] { display: none; }
.filter-col label:hover,
.filter-label-selected
{ 
	text-decoration: underline;
}

* End checkbox verbergen
*/

.filter-col input[type="checkbox"], 
.filter-col label,
.adfil-color
{ 
	cursor: pointer; 
}

.menublock-filter {
  clear: both;
}

.filter-menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.menu-collapsed {
  float: right;
  text-align: right;
}

.menu-collapsed a,
.menu-collapsed a:hover {
  font-weight: normal;
  text-decoration: none;
}