/*
 * 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 {
	margin-top: 30px;
	width: 906px;
	clear: both;
}
.sliderbox {
	width: 873px;
	border:1px solid #cccccc;
	padding:0 15px 40px 15px;
}
.slider-container #slider {
	width: 870px;
	height: 15px;
	background: #e1e1e1;
	border-radius: 4px 0 0 4px;
	padding: 0;
	border: 0;
}
.slider-container #slider .ui-slider-range {
	background: #0c3c5f;
	border-radius: 4px 0 0 4px;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/selector.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 63px;
	height: 39px;
	margin-top: -9px;
	margin-left: -28px;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
	overflow:hidden;
	width: 890px;
	padding: 0 0 0 15px;
}
.price_rangetxt div.icon {
	float: left;
	width: 152px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin: 0 14px 0 0;
	padding:23px 0;
}
.price_rangetxt div.icon:last-child {
	margin: 0px;
}
.price_rangetxt div.current {
	color: #8c1411;
}
.price_content {
	width: 900px;
	text-align: center;
	overflow:hidden;
}
.smalbox1 {
	float: left;
	background:#0c3c5f url(../images/vps-grad.png) no-repeat;
	padding:0 0 7px;
	width:125px;
	margin:0 0 0 22px;
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	color: #fff;
	font-size: 13px;
}
.ram_box {background:url(../images/ram.png) no-repeat center 15px;padding:65px 0 0;}
.cpu_box {background:url(../images/cpu.png) no-repeat center 15px;padding:65px 0 0;}
.bw_box {background:url(../images/bandwidth.png) no-repeat center 17px;padding:65px 0 0;}
.space_box {background:url(../images/diskspace.png) no-repeat center 15px;padding:65px 0 0;}
.ip_box {background:url(../images/ip.png) no-repeat center 15px;padding:65px 0 0;}

.smalbox2 {
	float: left;
	background:#0c3c5f url(../images/vps-grad.png) no-repeat;
	width:125px;
	padding:11px 0 11px;
	border-radius:0;
	color: #fff;
	margin:0 0 0 22px;
	font-weight: 400;
	font-size:30px;
}
.smalbox2 small {
	font-size:20px;
}
.orderbtn {
	background:#272727;
	width:125px;
	height:24px;
	padding:6px 0 0 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	float:right;
	margin:0 18px 0 0;
	text-decoration:none;
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.orderbtn:hover {background:#f48120; color:#fff;}