	select {margin-right: 1em; float: left;}
	.ui-slider {clear: both; top: 55px;}
	
	/*NEW SLIDER STYLES FOR SCALE, ETC*/
	/* slider widget */
	.ui-slider  {
		text-decoration: none !important;
	}
	.ui-slider-tooltip {
		display: none;
	}
	.ui-slider-handle-active .ui-slider-tooltip {
		display: block;
		position: relative;
		top: -25px;
		text-align: center;
		padding: .2em;
		font-size: .9em;
		width: 3em;
		margin-left: -4em;
		text-decoration: none !important;
		color: #000000;
		border: 1px solid #666666; 
	}
	.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.ui-slider ol, .ui-slider dl {
		position: relative;
		top: 1.3em;
		width: 100%;
	}
	.ui-slider dt {
		top: 1.5em;
		position: absolute;
		padding-top: .2em;
		text-align: center;
		border-bottom: 1px dotted #ddd;
		height: .7em;
		color: #999;
	}
	.ui-slider dt span {
		background: #fff;
		padding: 0 .5em;
	}
	.ui-slider li, .ui-slider dd {
		position: absolute;
		overflow: visible;
		color: #666;
	}
	.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
		display: none;
	}
	.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
		display: block;
	}
	.ui-slider span.ui-slider-tic {
		position: absolute;
		left: 0;
		height: .8em;
		top: -1.3em;
	}
	.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
		border-right: 0;
		border-left-width: 1px;
		border-left-style: dotted;
		border-top: 0;
		border-bottom: 0;
	}
	.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
		display: none;
	}
	
	
	
	#zoeker-omschrijving {
		position:relative;
		padding-bottom:3px;
		margin: 4px 0 5px 0;
		padding-left: 5px;
		padding-top: 8px;
		height:130px;
		background: url(/images/top_product_site.gif) repeat-x;		
		font-size: 90%; font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;	
	}
	#zoeker-omschrijving h1 {
		height: 21px;
		color:#4e4e4e;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
		margin: 0 0 3px 0;
	}
	
		
	
	/*slider*/
	.ui-slider {
		/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
		font-family: segoe ui, Arial, sans-serif;
		background: #ffffff;
		border: 1px solid #E4E5E3;
		height: .8em;
		position: relative;
	}
	.ui-slider-handle {
		/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
		position: absolute;
		z-index: 2;
		top: -3px;
		width: 1.2em;
		height: 1.2em;
		background: #73c7ef 50%;
		border: 1px solid #c4c5c3;
	}
	.ui-slider-handle:hover {
		background: #73c7ef 100%;
		border: 1px solid #444444;
	}
	.ui-slider-handle-active, .ui-slider-handle-active:hover {
		background: #73c7ef 50%;
		border: 1px solid #73c7ef;
	}
	.ui-slider-range {
		/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
		height: .8em;
		background: #bbd976 50% ;
		position: absolute;
		border: 1px solid #E4E5E3;
		border-left: 0;
		border-right: 0;
		top: -1px;
		z-index: 1;
	}