ul.flFilters > li.flFilter > div.flImageFilter > a.flImageFilter > div.flImageFilterTitle > span.flFilterImageTitle {
	position:relative;
	left:5px;
}
div.left_nav > div.NavigationGroupFilter > div > div#flMainFilters > div.flFilterBox > div.flFilterBoxFilters {
		background-color:#fff;

	-moz-box-shadow: 0 1px 1px #d7d5ca;
	-webkit-box-shadow: 0 1px 1px #d7d5ca;
	box-shadow: 0 1px 1px #d7d5ca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border:none!important;
	height:auto!important;
	overflow:hidden!important;
	padding-bottom:0px!important;
	padding-right:5px!important;
	margin-bottom:15px!important;margin-top:15px!important;
}
.flChosenFilter > a:hover {
	background-color:transparent!important;
}
a.flRemoveAllFilters {
	color: #090d02!important;
}
.flChosenFilter > a {
	position:relative; 
	top:-5px;
}
.PlentyItemProducerFilterListItem, .CharacterFilterElement {
	padding-left:0px!important;
	padding-top:5px!important;
}
div#flMainFilters > div.flFilterBox > strong {
	margin-top:30px!important;
}
html > body > div#bg > div#wrapper > div#region_1 > div.inner.cf > div.main_column > div.column_box > div#flHeaderContainer > table#flSearchHeader > tbody > tr > td#flPoweredBy > a > img {
	display:none!important;
}
html > body > div#bg > div#wrapper > div#region_1 > div.inner.cf > div.main_column > div.column_box > h2.modHeader {
	line-height:2em;
}
div.flFilterBox {
		overflow:hidden!important;
}
div#flMainFilters li {
	margin-left:0px!important;
	width:185px!important;

}
div#flMainFilters > div.flFilterBox > div.flFilterBoxFilters > ul.flFilters > li.flFilter:last-child > div.flImageFilter {
border-bottom:none!important;
	margin-bottom:0px!Important;

}
div.flImageFilter {
	width:100%;
	margin-left:-10px!important;
		border-bottom:1px solid #f2f2f2;
	margin-top:-5px!important;
	width:185px!important;

}
ul.flFilters > li.flFilter > div.flImageFilter > a.flImageFilter {
	position:relative;
	left:10px;
}
div.flFilterBox > strong {
	font-size:17px!important;
	margin-top:25px!important;
	font-family: 'Bree Serif',serif;
	font-weight:normal!important;
}
html > body > div#bg > div#wrapper > div#region_1 > div.inner.cf > div.left_column > div.column_box > div.left_nav > div.NavigationGroupFilter > div > div#flMainFilters > div.flFilterBox > div.flFilterBoxFilters > ul.flFilters > li.flFilter {
	
}
div#flMainFilters > div.flFilterBox > div.flFilterBoxFilters > ul.flFilters > li.flFilter > div.flImageFilter > a.flImageFilter > img.flImageFilter,
div.flImageFilterTitle > span.flFilterImageTitle{ display:block!important;
float:left}

div#flMainFilters > div.flFilterBox > div.flFilterBoxFilters > ul.flFilters > li.flFilter > div.flImageFilter > a.flImageFilter > img.flImageFilter {
	background:#999;
	color:#fff!important;
	text-shadow:none!important;
	text-align:center!important;
}

flMoreFilters, flExpandMoreFilters {
	display:none!important;
}
flMoreFilters .flFilterBox{
	display:none!important
}
/* NEW ATTRIBUTE SELECT */
 
 
 
/* clear */
.clear {
clear: both;
}
 
/* wrapper */
.plentyAttributeSelectWrapper {
margin-bottom: 5px;
}
/* wrapper title */
.plentyAttributeSelectWrapperTitle { }
/* wrapper content */
.plentyAttributeSelectWrapperContent {
display: inline-block;
}
 
/* ul (all) */
 
/* ul */
.plentyAttributeSelectWrapperContent ul {
padding-left: 0;
}
/* li */
.plentyAttributeSelectWrapperContent ul > li {
list-style: none;
margin-left: 0;
overflow: hidden;
}
 
/* disabled */
li.plentyAttributeSelectDisabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default !important;
}
li.plentyAttributeSelectDisabled a {
cursor: default !important;
}
 
 
 
/* DROPDOWN */
 
/* dropdown container */
.plentyAttributeSelectHasDropdown {
position: relative;
}
/* height if dropdown closed */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasDropdown > .plentyAttributeSelectWrapperInnerClosed:hover {
height: 18px;
}
/* openable container */
.plentyAttributeSelectHasDropdown > div {
position: absolute;
/*width: 100%;*/ /*has conflict with parent clearfix*/
overflow: hidden;
background: #ffffff;
border: 1px solid #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* open dropdown if hovered */
.plentyAttributeSelectHasDropdown:hover > div {
height: auto;
z-index: 10000;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
 
/* selectet item */
 
/* value (all) */
.plentyAttributeSelectedValue,
.plentyAttributeSelectValue > a {
padding: 0 0 0 7px;
white-space: nowrap;
}
/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
position: relative;
padding-right: 20px;
}
/* arrow container */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
position: absolute;
right: 2px;
top: 2px;
width: 12px;
height: 12px;
}
/* arrow inner */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
display: inline-block;
border-style: solid;
border-width: 5px;
border-color: #999999 transparent transparent;
}
/* arrow hover */
.plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
border-color: #777777 transparent transparent;
}
 
 
/* list */
 
/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
max-height: 108px; /*adapt to height of li*/
overflow-y: auto;
overflow-x: hidden;
}
/* ul */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul {
}
/* li */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li {
height: 18px;
}
/* a */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
display: block;
padding-right: 20px;
white-space: nowrap;
}
/* li hover / a focus */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus {
background: #eeeeee;
color: #000000;
cursor: pointer;
}
/* reset li hover / a focus if disabled */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
background: transparent;
color: #000000;
}
/* li / a selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a {
background: #eeeeee;
}
/* value & markup */
.plentyAttributeSelectValueName {
/*float: left;*/
}
.plentyAttributeSelectValueMarkup {
padding-left: 5px;
/*float: right;*/
}
 
 
/* IMAGE GALLERY / TEXT BOX */
 
/* ul */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
margin: 0 -5px -5px 0;
}
/* ul image gallery / text boxes */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
line-height: 0;
}
/* ul text boxes */
.plentyAttributeSelectHasTextList ul > li {
line-height: 1.5em;
}
/* image box size */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasImageGallery ul > li > a {
width: 60px; /*adapt box dimension to image dimension*/
height: 60px;
}
/* li */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasTextList ul > li,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled:hover,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled:hover {
display: inline-block;
margin: 0 5px 5px 0;
border: 1px solid #DDDDDD;
border-radius: 3px;
padding: 3px;
}
/* li hover / selected */
.plentyAttributeSelectHasImageGallery ul > li:hover,
.plentyAttributeSelectHasTextList ul > li:hover,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected {
border-color: #999999;
cursor: pointer;
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/* li selected image gallery */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected {
background: #DDDDDD;
}
/* li selected text box */
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected {
background: #eeeeee;
}
/* reset li hover / selected if selected */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled:hover,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled:hover {
border-color: #DDDDDD;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* a */
.plentyAttributeSelectHasImageGallery ul > li > a {
display: block;
overflow: hidden;
}
/* img */
.plentyAttributeSelectHasImageGallery ul > li > a > img {
border: none;
}
/* a hover / a focus text box */
.plentyAttributeSelectHasTextList ul > li a:hover,
.plentyAttributeSelectHasTextList ul > li a:focus {
color: #000000;
}
/* value text boxes */
.plentyAttributeSelectHasTextList .plentyAttributeSelectValue {
padding-left: 5px;
}
/* value text boxes */
.plentyAttributeSelectHasTextList .plentyAttributeSelectValue {
padding-left: 5px;
padding-right: 5px;
}
 
 
/* UPDATE (FIX FOR ANY DOCTYPE) */
.plentyAttributeSelectedArrow > span {
position: absolute;
top: 5px;
}
 
 
/* DROPDOWN RESET FOR FARBFINAL OR OTHER LAYOUTS  */
 
.plentyAttributeSelectHasDropdown > div {
text-align: left;
line-height: 18px;
}
#ff01_maincontent .plentyAttributeSelectHasDropdown > div {
right: 0; /* use only if text-align of dropdown parent container is right */
}
.plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown ul {
margin: 0 !important;
padding: 0 !important;
} 
.column_box.singleArticle .PlentyWebAttributeTitle {
    float: none!important;
}


/* FINDOLOGIC CSS */

/* FINDOLOGIC start */

img {
	border: none;
}

#flOuterContainer {
	background: transparent;
	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	text-align: left;
}

#flProductBoxes {
	width:325px;
	float:right;
	margin-top:20px;
}

.flPages {
	text-align:right;
}

#flFilterContainer {
	margin: 0 auto 0 auto;
}

#flMainFilters .flFilterBox {
	float: left;
}

#flExpandMoreFilters, #flMoreFilters {
	clear: both;
}

#flExpandMoreFilter a {
	color: black;
}

#flMoreFilters .flFilterBox {
	float: left;
}

.flFilterBox {
	margin: 1%;
	width: 30%;
}

.flFilterBoxFilters, .flFilterBoxAttributes {
	height:120px;
	overflow:auto;
	border:thin solid #CACACA;
	-moz-border-radius:5px;
	margin-top:2px;
	padding:5px 10px;
	background-color:#f8f8f8;
}

.flFilterBoxAttributeName {
	cursor:pointer;
	background-image:url("../images/arrow-down.gif");
	background-repeat:no-repeat;
	background-position:right 6px;
	padding-right:12px;
}

.flBorder {
	border: 0px solid #ddd;
}

.flImageleft {
}

.flImageright {
}

.flSubTable {
	width: 100%;
}

.flFilterRedundant {
	margin-left: 5px;
}

.flCloudHeader {
	color: #000000;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

strong .flEmphasis {
	text-decoration: underline;
}

.flEmphasis {
}

.flFrequency {
	color: #0000FF;
}

.flOuterBorder {
	border-color: #D3D3D3;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 315px;
	float:left;
	border:none !important;
	margin-top:0px;
}

a.flResultTitle {
	font-family: arial;
	font-weight: bold;
}

a.flResultTitle .flEmphasis {
	text-decoration: underline;
}

.flShortDescription {
	font-size: 10px;
	background-color: #D2E6CB;
}

span.flPrice {
	font-weight: bold;
}

span.flOverriddenPrice {
	font-weight: normal;
	text-decoration: line-through;
}

span.flOverridingPrice {
	font-weight: bold;
	color: #FF0000;
}

.flFilterCloud a {
	color: #000000;
	font-family: arial;
	text-decoration: none;
}

.flFilterCloud a:hover {
	text-decoration: underline;
	color: #000000;
}

.flCloudHeader a:visited {
	color: #000000;
}

.flCloudSizeClass0 a {
	font-size: 9px;
}

.flCloudSizeClass1 a {
	font-size: 10px;
}

.flCloudSizeClass2 a {
	font-size: 11px;
}

.flCloudSizeClass3 a {
	font-size: 12px;
}

.flCloudSizeClass4 a {
	font-size: 13px;
}

.flCloudSizeClass5 a {
	font-size: 14px;
}


#flContentContainer a#flRemoveAllFilters {
	color: #FF8C00;
}

#flRemoveAllFilters:hover {
	text-decoration: underline;
}

#flCloudAreasTable {
}

#flCloudArea {
	background-color: #E8E8FF;
}

#flContentContainer {
	padding-top:10px;
}

#flSearchHeader {
	width: 100%;
	cellspacing: 0;
}

#flSearchInfo {
	font-size: 11px;
}

#flSearchInfo input {
	border:thin solid #c6c6c6;
	margin:5px 5px 0 0;
}

#flPoweredBy {
	width: 90px;
}

#flRestrictHeader {
	border-spacing: 0;
	font-size: 12px;
	height: 17px;
}

.flContFilterRedundant {
	margin-left: 2px;
	margin-bottom: 5px;
}

.flChosenFilter {
	font-weight:bold;
}

.flChosenFilter img {
	border: none;
	margin-left: 5px;
}

.flFilterCloud {
	padding: 4px;
}

.flFilterCloud span {
	padding-right: 4px;
}

.flFilterRedundant span {
	padding-right: 3px;
}

.flPageCurrent {
	color: #ED222A;
	text-decoration: none;
	font-weight: bold;
}

.flPageResult {
	color: #5E5A5A;
}

.flClear {
	height: 20px;
	clear: both;
}

#flFilterContainer ul.flFilters, #flFilterContainer ul.flChosenFilters {
	margin:0;
	padding:0;
}

.flFilter a, .flChosenFilter a {
	color:#000;
	text-decoration:none;
	display: block;
	padding: 2px;
}

.flFilter, .flChosenFilter {
	margin-left:0 !important;
	list-style:none;
	font-size:11px;
}

.flFilter a:hover, .flChosenFilter a:hover {
	background-color:#cacaca;
}

.flChosenFilter span.flFilterName {
	display: block;
}

.flChosenFilter span.flFilterValue {
	font-weight: normal;
}

#flChosenFilters {
	font-size: smaller;
	padding-left:2px;
	padding-bottom:10px;
	padding-top:20px;
}

#flContentContainer  td {
	font-size: 11px;
}

#flContentContainer a {
	color: #464646;
}

.flFilter a:hover {
	color:#1A3E88;
}

ul#nav li.top-nav {
	width: 200px;
	text-align: center;
}

ul#nav li.top-nav ul {
	text-align: left;
	max-height: 250px;
	overflow: auto;
	width: 200px;
}

#flPaginator {
	clear: both
}

#flPaginator table {
	font-size:11px;
}

#flResults {
         margin-top: 10px;
	clear: both;
	width:100%;
}

.flResult {
	padding:25px;
	width:170px;
	text-align:center;
	vertical-align: top;
}

.fl_image {
	float: left;
}

.flRemoveAllFilters {
	color:#ff8c00 !important;
	text-decoration:underline !important;
}

.colorPickerElementWrapper {
	position:relative;
	text-align:center;
	width:25px;
	height:25px;
	border:1px solid #000;
}

.colorPicker {
	width:25px;
	height:25px;
	position:absolute;
	left:0; top:0;
}
.noColorFound {	padding-top:7px; } 

/* Beginn css-Styles fÃƒÂƒÃ‚Â¼r die Herstellerfilter mit Logo */

div.flImageFilter a.flImageFilter{
	text-decoration: none;
	display: inline-block;
}

div.flImageFilter {
	padding: 3px;
	display: inline-block;
	margin: 0 0 5px 0;
}

div.flImageFilter:hover {
	background-color: #cacaca;
}
img.flImageFilter {
	vertical-align: middle;
	text-decoration: none;
}

div.flImageFilterTitle {
	margin: 0 10px 0 5px;
	vertical-align: middle;
	display: inline-block;
}

span.flFilterImageTitle {
	color: #000000;
	text-decoration: none;
}

div.flPromotion {
	text-align: center;
}

/* Ende css-Styles fÃ¼r die Herstellerfilter mit Logo */

/* FINDOLOGIC Autocomplete Start */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	min-width:250px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: serif;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #F0F0F0;
}

.autocompletecount {
	color: #808080;
	float: right;
	font-size: 8pt;
}

.flHighlight {
	color: #3399FF;
	font-weight: normal;
	font-size: inherit;
}

/* FINDOLOGIC Autocomplete End */

/* FINDOLOGIC end */

/* Beginn css-Styles fÃ¼r den FINDOLOGIC Priceslider */
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
#fl-price-slider.ui-slider { position: relative; text-align: left; }

#fl-price-slider.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 23px; cursor: default; border: none;}
#fl-price-slider.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

#fl-price-slider.ui-slider-horizontal { height: .8em; }
#fl-price-slider.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
#fl-price-slider.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
#fl-price-slider.ui-slider-horizontal .ui-slider-range-min { left: 0; }
#fl-price-slider.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* Component containers
----------------------------------*/
#fl-price-slider.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
#fl-price-slider.ui-widget .ui-widget { font-size: 1em; }
#fl-price-slider.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
#fl-price-slider.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/images/slider/slider-bg_flat.png) 50% 50% repeat-x; color: #222222; margin-bottom: 10px; }
#fl-price-slider.ui-widget-content a { color: #222222; }
#fl-price-slider .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(http://www.stabilo-sanitaer.de/images/slider/slider-bg_highlight.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
#fl-price-slider .ui-widget-header a { color: #222222; }


/* Interaction states
----------------------------------*/
#fl-price-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: url(http://www.stabilo-sanitaer.de/images/slider/slider-handle.gif);  outline: none;}
#fl-price-slider .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
#fl-price-slider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-image: url(/images/slider/slider-handle-active.gif);  outline: none; }
#fl-price-slider .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
#fl-price-slider .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background-image: url(http://www.stabilo-sanitaer.de/images/slider/slider-handle-active.gif);  outline: none;}
#fl-price-slider .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
#fl-price-slider .ui-widget :active { outline: none; }

#flpricemax {float: right;}
#flChosenPriceFilter {margin-top: 20px;}
/* Ende css-Styles fÃ¼r den FINDOLOGIC Priceslider */


/*

    Begin NUMERIC SLIDER Style

*/
.flSlider.ui-slider { position: relative; text-align: left; }

.flSlider.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 23px; cursor: default; border: none;}
.flSlider.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.flSlider.ui-slider-horizontal { height: .8em; }
.flSlider.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.flSlider.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.flSlider.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.flSlider.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* Component containers
----------------------------------*/
.flSlider.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.flSlider.ui-widget .ui-widget { font-size: 1em; }
.flSlider.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.flSlider.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(http://www.stabilo-sanitaer.de/images/slider/slider-bg_flat.png) 50% 50% repeat-x; color: #222222; margin-bottom: 10px; }
.flSlider.ui-widget-content a { color: #222222; }
.flSlider .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(http://www.stabilo-sanitaer.de/images/slider/slider-bg_highlight.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.flSlider .ui-widget-header a { color: #222222; }


/* Interaction states
----------------------------------*/
.flSlider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: url(http://www.stabilo-sanitaer.de/images/slider/slider-handle.gif);  outline: none;}
.flSlider .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.flSlider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-image:url(http://www.stabilo-sanitaer.de/images/slider/slider-handle-active.gif);  outline: none; }
.flSlider .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.flSlider .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background-image: url(http://www.stabilo-sanitaer.de/images/slider/slider-handle-active.gif);  outline: none;}
.flSlider .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.flSlider .ui-widget :active { outline: none; }
.flSlider {
    clear:both;
}

.flRightValue {float: right;}

.flSliderWrapper {
    position:relative;
}

.flSliderWrapper .flLabels {
    margin-top:1em;
    margin-bottom:20px;
}

.flSliderToolTip {    
    position: absolute;
    padding:4px;
    background:#CCC;
    left:0; top:75px;
    text-align:center;
}

.flSlideMarker {
    position: absolute;
    left:0; top:0;
    background:#CCC;
    width:1px; height:16px;
}

.flSlideMarker .label {
    display:none;
    position:relative;
    left:-5px;
    font-size: 80%;
    color:#777;
}

.flSlideMarker .label.top {
    top: -12px;
}

.flSlideMarker .label.bottom {
    top: 22px;
}

.flSlideMarker .activeMarkerLabel {
    color:#000;
}
/* Ende css-Styles fÃ¼r den FINDOLOGIC NumericSlider */ 