/*
 * jQuery UI Slider 1.8.18
 *
 * 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
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.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;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.slider-container {
	float: left;
	width: 100%;
	border-radius: 6px;
}
.slider-container h3 {
	margin:0 0 10px;
	padding:0;
	color:#000;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
}
.slider-container h3 span {
	color:#ff9226;
	font-weight:700;
}
.slider-container p {
	margin:0;
	padding:0;
}
.sliderbox {
	display:inline-block;
	width: 85%;
	padding: 15px 29px;
	margin:0; background-color: #fff; box-shadow: 0 0 50px 0 rgba(0,0,0,.10);
	border-radius: 6px;
}
.slider-container #slider {
	width: 100%;
	height: 30px;
	padding: 0;
	border: 0;
	background:url("../images/slider_base.png")
}
.slider-container #slider .ui-slider-range {
	height: 5px;
	background: linear-gradient(to right, #e74c3c , #ffb401);
	top: 12px; border-radius: 15%;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/slider_handle.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 20px;
	height: 35px;
	margin: 0px 0 0 0px;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
	margin: 0 auto 39px;
	width: 90%;
	padding: 0;
	float: left;
	margin: 0 5%;
}
.price_rangetxt div.icon {
	width: 25%;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
	font-weight: 400;
	float: left;
	background:url(../images/slider_normal_node.png) no-repeat center top;
}
.heading{
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 20px;
	font-weight: 700;

}
.price_rangetxt div.icon span{
	margin:54px 0 0;
	display:block;
	text-transform: uppercase;
	color: #181818;
	font-size: 16px;
	font-weight: 400;
}
.price_rangetxt div.current {
	background:url(../images/slider_node01.png) no-repeat center top;
}
.price_rangetxt div#icon-1.current {
	background:url(../images/slider_node02.png) no-repeat center top;
}
.price_rangetxt div#icon-2.current {
	background:url(../images/slider_node03.png) no-repeat center top;
}
.price_rangetxt div#icon-3.current {
	background:url(../images/slider_node04.png) no-repeat center top;
}
.price_rangetxt div.current span{color: #e74c3c}
.price_content {
	width:100%;
	text-align:center;
	float: left;
	padding: 0 95px;
	margin-top: 50px;
}
.price_content .smallbox {
	float:left;
	width:15%;
	height: 60px;
	display: table;
}
.price_content .smallbox:last-child{
	border: none;
}
.price_content .image_holder {

margin-bottom: 22px;

}
.price_content .value_text {
	font-size: 18px;
	line-height: 20px;
	color:#666;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #cad3df;
}
.top_heading{float: left; width: 100%; padding: 0 55px}
.top_heading .text_value{

	line-height: 36px;
	padding:7px 0;
	color:#000;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.price_content .value {
	display: block;
	color:#000;
	margin: 3px 0 0;
	line-height:18px;
	font-weight: 700;
	font-size: 18px;
}

.price_txt {
	color:#666;
	font-size:18px;
	line-height:24px;
	font-weight: 400;
}
.price_txt .numeric1 {
	line-height:34px;
	font-size:42px;
	font-weight: 400;
	color: #e74c3c;
	display: inline-block;
	min-width: 180px;
	float: left;
}

.vps_btn {
	color:#fff;
	display:inline-block;
	font-size:18px;
	line-height:46px;
	background:#e74c3c;
	text-decoration:none;
	font-weight: 400;
	border-radius: 6px;
	padding: 5px 40px;
	border: 1px solid #e74c3c;
}
.tag{
	position:absolute;
	right:0;
	top:0;
}
.price-slider-section{
	padding: 0;
	float: left;
	width: 100%;
	border-radius: 6px;
}

.nomargin_rt{
	margin-right: 0 !important;
}
.price-box-section{
	float: left;
	width: 100%;
	border-radius: 6px
}