/* 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: Verdana, Arial, sans-serif;
    background: transparent url(../images/slider/scroller4e.jpg) 0 50% repeat-x;
    border: 0px solid #d3d3d3;
    /*height: .89em;*/
	height:11px;
    position: relative;
	margin-bottom:10px;
	width:176px;
	padding-top:6px;
}
.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: 1px;
    width: 17px;
	height: 16px;
    background: url(../images/slider/control.png) 0 50% repeat-x;
    border: 0px solid #dddddd;
}
.ui-slider-handle:hover {
    background: url(../images/slider/control.png) 0 50% repeat-x;
    border: 0px solid #ffffff;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background: url(../images/slider/control.png) 0 50% repeat-x;
    border: 0px solid #ffffff;
}
.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: #dadada url(/images/sliderjq/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
    position: absolute;
    /* border: 1px solid #d3d3d3; */
    border-left: 0;
    border-right: 0;
    top: -1px;
    z-index: 1;
}
.ui-slider-rating {
    /*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: #dadada url(/images/sliderjq/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
    position: absolute;
    /* border: 1px solid #d3d3d3; */
    border-left: 0;
    border-right: 0;
    top: -1px;
    z-index: 1;
}

div.price_filter {
    float: left;
    height: 55px;
    width: 205px;
	margin-top:10px;
	margin-left:10px;
}
div.colored_price_filter {
    float: left;
    height: 55px;
    width: 200px;
	margin-top:10px;
	margin-left:10px;
	
	background:#CCEBFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}
div#amount1 {
    float: left;
    text-align: left;
}
/*div#amount1, */div#amount2 {
    border: 0 none;
    color: #444;
    font-weight: normal;
    height: 16px;
    width: 190px;
	font-size:12px;
}
div#amount2 {text-align:right;}
div.price_all {
    height: 15px;
    width: 95px;
	float:left;
}
div.price_all2 {
    float: left;
    height: 15px;
    text-align: right;
    width: 100px;
}

input#rating1 {
    float: left;
    text-align: left;
}
input#rating1, input#rating2 {
    border: 0 none;
    color: #444;
    font-weight: normal;
    height: 16px;
    width: 97px;
	font-size:11px;
	background:none;
}
input#rating2 {text-align:right;}
