/* ATLAIDE */
.atlaide-container {
	text-align: center;
	font-size: 1em;
}
.atlaide-container .atlaide-ls {
	font-weight: bold;
	color: #68AECC;
}

.box .cena-container {
	font-size: 1.2em;
}
.box .atlaide-container {
	font-size: 0.8em;
}
.vps-calculator .cena-container {
	margin: 0.5em 0 0.5em 0;
	font-size: 2em;
}
.vps-calculator.box .atlaide-container {
	margin-top: 0.5em;
	font-size: 1.5em;
}


.vps-calculator .ui-slider .ui-slider-handle { height: 1.2em; width: 0.5em; cursor: pointer; }
.vps-calculator .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.25em; }

/*.vps-calculator form {font-size: 60%; }
.vps-calculator label {font-weight: bold; float: left; margin-right: .5em; font-size: 130%; white-space: nowrap;}
.vps-calculator select {margin-right: 1em; float: left;}
*/
.vps-calculator fieldset { margin: 1em 0 0 0; }
.vps-calculator .ui-slider {font-size: smaller; clear: both; margin: 4em 1em 4em 1em;}
.vps-calculator .ui-slider-handle.ui-state-active {background: transparent; }

.vps-calculator .vps-simple {
	width: 326px; /* 8 x 38 + 22*/
	height: 70px;
	padding-left: 22px;
	margin-left: 85px;
}

.vps-calculator .vps-simple .server {
	cursor: pointer;
	background: url(/img/vps/server-empty.png) no-repeat;
	width: 46px;
	height: 70px;
	float: left;
	display: inline;
	margin-left: -7px;
}
.vps-calculator .vps-simple .server-full {
	background: url(/img/vps/server-full.png?2) no-repeat;
}

.vps-calculator .vps-simple-details {
	margin-top: 1em;
	height: 4em;
}
.vps-calculator .vps-simple-details li {
	text-align: center;
	width: 125px;
	height: 3em;
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
}
.vps-calculator .vps-simple-details li.last {
	border: none;
}
.vps-calculator .vps-simple-details li p {
	text-align: center;
	margin: 0;
	padding: 0;
}

