/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, 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/Theming/API
 */

.PriceSlider{
    margin-top: 20px !important;
}
/* Component containers
----------------------------------*/
.filterSlider .ui-widget-content { background-color: #919191;  height: 3px; width: 90%; margin-left: 10px;}
.filterSlider .ui-widget-header { background-color: #02133E; color: #02133E; height: 2px;}

/* Interaction states
----------------------------------   */
.filterSlider .ui-state-default, .filterSlider .ui-widget-content .ui-state-default, .filterSlider .ui-widget-header .ui-state-default { 
  font-weight: normal; 
  background: #5f5f5f;
  height: 15px;
  width: 15px;
  top: -8px;
  border-radius: 3px; 
  text-decoration: none; 
}

.filterSlider .ui-state-default a, .filterSlider .ui-state-default a:hover, .filterSlider .ui-state-default a:link, .filterSlider .ui-state-default a:visited { 
  background: #395562;
  text-decoration: none; 
} 

.filterSlider a:hover{
    background: #395562;
}                               
                             
.filterSlider {
	position: relative;
	padding-bottom: 5px;
  overflow: hidden;
}

.filterSlider .from {
	position: absolute;
	left: 0px;
  border: 2px solid #cdcdcd;
}

.filterSlider .to {
	position: absolute;
	right: 0px;     
  border: 2px solid #cdcdcd;
}

.filterSlider .to input, .filterSlider .from input {
	color: #3C3C3B;
	text-align: center;
  border: none;      
  position: relative;  
  margin-left: 0px;
  width: 60px;
}

.filterSlider .until {
	position: absolute;
	bottom: 10px;
	left: 100px;
	font-weight: bold;
  display: none;
}

.filterSlider .from span, .filterSlider .to span{
    font-size: 15px;
    top: 2px;
}

/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, 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
 */
.ui-slider { position: relative; text-align: left; height: 8px; }
.ui-slider .ui-slider-handle { position: absolute !important; z-index: 2; width: 12px !important; height: 18px !important; padding: 0px !important; cursor: hand; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 2px; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 8px; margin: 45px 20px 10px; }
.ui-slider-horizontal .ui-slider-handle { top: -15px; margin-left: -6px !important; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }