/*
* jQuery Mobile Framework 1.1.0 db342b1f315c282692791aa870455901fdb46a55
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.priceRangeInfo{
    position: relative;
    height: 30px;
    margin-top: 60px;
}
.priceRangeInfo label{
    position: absolute;
    top: -30px;
    left: 10px;
}                            /* moves label field */
.priceRangeInfo #NatureSpotMini{
    top: -40px;
    position: absolute;
    left: 100px;
}       /* moves first input field */
.priceRangeInfo #NatureSpotMaxi{
    top: -40px;
    position: absolute;
    left: 170px;
}      /* move second input field */
.priceRangeInfo #NiveauRequisMini{
    top: -40px;
    position: absolute;
    left: 100px;
}       /* moves first input field */
.priceRangeInfo #NiveauRequisMaxi{
    top: -40px;
    position: absolute;
    left: 170px;
}      /* move second input field */
.priceRangeInfo #SlideMini{
    top: -40px;
    position: absolute;
    left: 100px;
}       /* moves first input field */
.priceRangeInfo #SlideMaxi{
    top: -40px;
    position: absolute;
    left: 170px;
}      /* move second input field */
.priceRangeInfo div.ui-slider{
    position: absolute;
}                   /* move both sliders - adressing 1st slider with CSS is hard */
.priceRangeInfo div:last-child{
    position: absolute;
    left: 0px;
}
