#filter {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
  float: left;
  display: inline;
  width: 154px;
}

.filter-header {
  position: relative;
}

#filter h2 {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0 7px 0;
  margin: 0;
}

.filter-group {
  margin: 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000;
}

.filter-group-header {
  position: relative;
}  

.filter-group-header h3 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 11px;
  background: transparent url(../../images/catalogfilter/fold.gif) top left no-repeat;
  cursor: pointer;
  display: inline;
  clear: left;
  overflow: hidden;
}

.filter-clear{
	  /*background: transparent url(../../images/catalogfilter/clear.gif) top left no-repeat;*/
  width: 90px;
  height: 12px;
  position: absolute;
  top: 1px;
  left:78px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  color: #990000;
  display: none;
}

.filter-group-clear {
  background: transparent url(../../images/catalogfilter/clear.gif) top left no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
  display: none;
}

.filter-clear {
  top: 10px;
}

#filter.changed .filter-clear,
#filter .filter-group.changed .filter-group-clear {
  display: block;
} 

#filter ul {
  list-style-type: none;
  padding: 0;
  margin: 8px 0 0 1px;
  overflow: auto;
  width: 100%;
}

#filter ul.scrollable {
  height: 133px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin: 8px -2px 5px 0;
}

.filter-group.closed .filter-group-header h3 {
  background-position: bottom left;
}
.filter-group.closed .filter-group-body,
.filter-group.closed ul {
  display: none;
  padding: 0;
  margin: 0;
}

#filter ul li {
  color: #000;
  background: transparent url(../../images/catalogfilter/item.gif) top left no-repeat;
  background-position: 1px 4px;
  display: inline;
  cursor: pointer;
  float: left;
  clear: both;
  padding: 1px 0 0 14px;
  width: 120px;
}

#filter ul li:hover,
#filter ul .hover {
  color: #600030;
  text-decoration: underline;
}

#filter ul li.disabled {
  color: #ccc;
  background-position: 1px -85px;
  text-decoration: none;
  cursor: default;
}

#filter ul li.selected {
  color: #000;
  background-position: 1px -40px;
}

#filter ul li.disabled.selected {
  background-position: 1px -130px;
  color: #ccc;
}

#filter ul li.disabled.selected:hover {
  background-position: 1px -40px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}


/* IE6 */
* html #filter ul li.disabled.selected {
  color: #000;
  background-position: 1px -40px;
}
* html #filter ul li.disabled-selected {
  background-position: 1px -130px;
  color: #ccc;
  cursor: pointer;
}



/* slider */
.slider {
  width: 148px !important;
  width: 148px;
  margin: 10px 0;
  background: #ccc;
  border: 1px solid #000;
  padding: 2px;
  position: relative;
}

.slider .handle {
  width: 8px;
  height: 16px;
  background: transparent url(../../images/catalogfilter/slider-handle.gif) top left no-repeat;
  cursor: col-resize;
  position: absolute;
  top: -3px;
  margin-left: -1px;
  z-index: 10;
}


#filter-price-values {
  position: relative;
  clear: both;
  float: none;
  margin: 4px 0;
  height: 10px;
}

#filter-price-min-value {
  float: left;
}

#filter-price-max-value {
  float: right;
}

#filter-price-slider-rangetrack {
  background: #000;
  position: absolute;
  top: 0;
  height: 4px;
}

/*IE6*/
* html .slider {
  padding: 4px;
}
* html #filter-price-slider-rangetrack {
  overflow: hidden;
  margin-bottom: 4px;
}

#filter-is-active{
	position:absolute; 
	z-index:9000;
	top:46px; 
	left:168px; 
	width:125px; 
	height:32px; 

}


