



#vpspriceslider .ui-slider {
    position: relative;
    text-align: left;
}
#vpspriceslider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
#vpspriceslider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0;
}

#vpspriceslider .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
#vpspriceslider .ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
#vpspriceslider .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
#vpspriceslider .price_rangetxt {
    float: left;
    width: 100%;
    margin: 0 0 45px;
    text-align: center;
}
#vpspriceslider .price_rangetxt div.icon {
    float: left;
    width: 16.66%;
    color: #333;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}


#vpspriceslider .price_rangetxt div.current {
    color: #333;
}
#vpspriceslider .price_rangetxt div.icon.current:after {
    background: #F80000;
}
#vpspriceslider .slider-container .headingbox {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    background: #232323;
    padding: 12px 4%;
}
#vpspriceslider .slider-container #slider {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: relative;
    z-index: 10;
    margin: 0 0 36px;
    background: #D3CCCC;
    border-radius: 10px;
}
#vpspriceslider .slider-container #slider .ui-slider-range {
    margin: 0;
    border-radius: 6px;
    background: #F80000;
}
#vpspriceslider .slider-container #slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    margin-top: -6px;
    margin-left: -12px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #F80000;
    box-shadow: 0px 6px 32px rgba(248, 0, 0, 0.32);
    -moz-box-shadow: 0px 6px 32px rgba(248, 0, 0, 0.32);
    -webkit-box-shadow: 0px 6px 32px rgba(248, 0, 0, 0.32);
}
#vpspriceslider .slider-container #slider .ui-slider-handle:hover {
    cursor: pointer;
}
#vpspriceslider .slider-container #slider .ui-slider-handle:focus{
    outline: none;
}
#vpspriceslider .price_content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#vpspriceslider .price_content .smalbox_1 {
    float: left;
    width: 12%;
    position: relative;
    margin-top: 13px;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
#vpspriceslider .price_content .smalbox_1:nth-child(7) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#vpspriceslider .price_content .heading {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}
#vpspriceslider .price_content .heading span {
    float: left;
    color: #393836;
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0;
    width: 12%;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
#vpspriceslider .price_content .heading span:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#vpspriceslider .price_content .smalbox_1 .numeric1 {
    color: #bb364c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
#vpspriceslider .price_content .smalbox_1 .price_txt {
    color: #40a219;
}
#vpspriceslider .price_content .smalbox_1 .price_txt span {
    font-size: 14px;
    font-weight: 700;
}
#vpspriceslider .slider_serverbox {
    float: right;
    width: 145px;
    height: 165px;
    position: relative;
}
