.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: 99%;
	padding: 15px 0;
	margin:0;
	border-radius: 6px;
}
.slider-container #slider {
	width: 94%;
	height: 25px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background:url("../images/slider_bar.png")
}
.slider-container #slider .ui-slider-range {
	height: 24px;
	background: url("../images/slider_active.png");
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/slider_handle.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 40px;
	height: 40px;
	margin: -4px 0 0 -7px;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
	width: 100%;
	padding: 20px 47px;
	float: left; background-color: #424357;
}
.price_rangetxt div.icon {
	width: 20%;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
	font-weight: 400;
	float: left;}
.heading{
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 20px;
	font-weight: 700;

}
.price_rangetxt div.icon span{
	display:block;
	text-transform: uppercase;
	color: #878892;
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
}

.price_rangetxt div.current span{color: #fff}
.price_content {
	width:100%;
	text-align:center;
	position: relative;
}
.price_content .smallbox {
	float:left;
	width:15%;
	height: 60px;
	display: table;
}
.price_content .smallbox:last-child{
	border: none;
}
.price_content .image_holder {
position: relative;
}


.price_content .value_text {
	font-size: 18px;
	line-height: 20px;
	color:#fff;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
}
.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:#fff;
	margin: 3px 0 0;
	line-height:18px;
	font-weight: 500;
	font-size: 20px;
}
.promotion_area{text-align: left; padding: 45px 15px}
.coupon_code span{font-size: 24px; line-height: 36px; color: #454545; font-weight: 500}
.slider_detail{padding: 30px 47px; background-color: #fff}
.price_txt {
	color:#424357;
	font-size:40px;
	line-height:36px;
	font-weight: 500;
	min-width: 190px;
}
.price_txt .numeric1 {
	line-height:36px;
	font-size:40px;
	font-weight: 500;
	color: #424357;
}
.cutted_price{font-size: 20px; font-weight: 500; color: #454545; line-height: 36px; text-align: left}
.vps_btn {
	color:#fff;
	display:inline-block;
	font-size:20px;
	line-height:46px;
	background:#424357;
	text-decoration:none;
	font-weight: 400;
	padding: 10px 55px;
	border: 2px solid #424357;
	border-radius: 10px;
	transition: all ease-in-out 0.4s;
	margin-left: 135px;
}
.vps_btn:hover{border: 2px solid #ff5e62; background-color: #ff5e62; color: #fff}
.tag{
	position:absolute;
	right:0;
	top:0;
}
.price-slider-section{
	padding: 0 47px;
	float: left;
	width: 100%;
	border-radius: 6px;
}

.nomargin_rt{
	margin-right: 0 !important;
}
.price-box-section{
	float: left;
	width: 100%;
	border-radius: 6px
}
.inner_price_content{
	background: #ff5e62; /* Old browsers */
	background: -moz-linear-gradient(left, #ff5e62 0%, #ff9966 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff5e62 0%,#ff9966 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff5e62 0%,#ff9966 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e62', endColorstr='#ff9966',GradientType=1 ); /* IE6-9 */
	padding: 25px;
}