html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
    outline: none;
}


/* MAIN
--------------------------------------------- */
html {
	min-height: 100%;
	min-width: 960px;
	color: #333;
    -webkit-font-smoothing: antialiased;
}

body {
	background: #f1f6f6;
	font-size: 15px; 
	font-family: "Segoe UI", "Arial", sans-serif;
}

a, a:visited {
    color: #1bbca0;
    text-decoration: none;
}

a:hover {
    color: #e3b500;
}

::selection {
    background: #8febea;
    color: #111;
}

::-moz-selection {
    background: #8febea;
    color: #111;
}

::-webkit-selection {
    background: #8febea;
    color: #111;
}

::-webkit-input-placeholder {
    color:    #bbb;
}
:-moz-placeholder {
    color:    #bbb;
    opacity:  1;
}
::-moz-placeholder {
    color:    #bbb;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #bbb;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
     border: 0;
     padding: 0;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
		    box-sizing: border-box;
       -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    background-color: #ffffff;
    border: 1px solid #ceccc8;
    color: #333;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 14px;
    padding: 8px 10px;
}

textarea {
    line-height: 19px;
	resize: vertical;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    border-color: #25d1b3;
}

.button,
button,
a.button {
	font-family: "Segoe UI", "Arial", sans-serif;
	border: 1px solid #25d1b3;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	background: #25d1b3;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
    text-align: center;
	text-decoration: none;
	line-height: 18px;
	outline: 0;
}

.button:hover,
button:hover,
a.button:hover {
	background: #8febea;
	color: #333;
}

.button.secondary,
button.secondary {
	color: #25d1b3;
	background: none;
	border: 1px solid #25d1b3;
}

.button.secondary:hover,
 button.secondary:hover {
	background: #8febea;
	color: #333;
    border-color: #8febea;
}

.button.secondary2,
button.secondary2 {
	color: #9b9692;
	background: none;
	border: 1px solid #ccc7c2;
}

.button.secondary2:hover,
 button.secondary2:hover {
	background: #8febea;
	color: #333;
    border-color: #8febea;
}

.button.secondary3,
button.secondary3 {
	color: #f43b3b;
	background: none;
	border: 1px solid #f43b3b;
}

.button.secondary3:hover,
 button.secondary3:hover {
	background: #f43b3b;
	color: #fff;
    border-color: #f43b3b;
}

.button.delete:hover,
 button.delete:hover{
    color: #fff;
    background-color: #f43b3b;
    border-color: #f43b3b;
}


ul.dashed { 
	padding-left: 1.5em;
}

ul.dashed li:first-child {
	margin-top: 0;
}

ul.dashed li { 
	margin-top: 0.4em;
	padding-left: 0px;
	position: relative;
}

ul.dashed li:before { 
	content: "—";
	cursor: default;
	margin-right: 0.5em;
	position: absolute;
	right: 100%;
	top: 0px;	
}



ul.disc { 
	margin: 10px 0;
	padding-left: 17px;
	list-style-type: disc;
}

ul.disc li:first-child {
	margin-top: 0;
}

ul.disc li { 
	margin-top: 0.4em;
	padding-left: 0px;
	position: relative;
	list-style-type: disc;
	display: list-item;	
}




.button.small,
button.small  {
	padding: 5px 12px;
}

.button.small2,
button.small2 {
    padding: 5px 12px;
    font-size: 13px;
}

.button.small3,
button.small3 {
    padding: 5px 12px;
    font-size: 13px;
    font-weight: normal;
}



.wrapper {
	margin: 0px auto;
	max-width: 1180px;
	min-width: 920px;
	padding: 0px 30px;
	position: relative;	
}




/* HEADER
--------------------------------------------- */
.header {
	background: url('../img/bg.jpg') 50% 0;
	height: 87px;
}

.header .logo {
	position: absolute;
	top: 17px;
	left: 30px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background: url('../img/logo.png') 0 0 no-repeat;
	width: 147px;
	height: 51px;
}

.header .menu {
	position: absolute;
	top: 25px;
	right: 30px;
}

.header .menu__item {
	display: inline-block;
	margin: 0 0 0 25px;
}

.header .menu__item a {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 8px 0;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.header .menu__item a:hover{
	color: #8febea;
}

.menu__item.primary a{
	padding: 8px 20px;
	border: 2px solid #fff;
}

.menu__item.primary a:hover{
	border-color: #8febea;
}

.menu__item.primary + .primary{
	margin-left: 5px;
}





.group:before,
.group:after {
    content: '';
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


.content {
	margin: 20px 0 40px 0;
}

.content.topNavigation {
	margin-bottom: 20px;
}

.content .mainContent {
	float: right;
	width: 100%;
}

.content .contentWrapper {
	margin-left: 220px;
}



.textContent {
	line-height: 22px;
}

.textContent p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
}

.textContent p:last-child{
	margin-bottom: 0;
}

.textContent h1{
	line-height: 32px;
}

.textContent h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}






.sidebar { 
	clear: left;
	width: 200px;
}

.narrow{
	display: block;
	position: relative;
	padding: 15px 15px;
	background: #fff;	
	font-size: 13px;
	margin: 0;
}

.narrow .narrowItem{
	display: block;
	margin: 0 0 20px;	
}

.narrow .narrowItemHeader{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	margin: 0 0 5px;
}

.narrow .narrowItemContent{
	position: relative;
}

.narrow .narrowItem:last-child .narrowItemContent{
	margin-bottom: 0;
}

.narrow .narrowItemContent label,
.narrowItem.single label{
	display: block;
	padding-left: 18px;
	position: relative;
	line-height: 18px;
	margin: 0 0 5px;
}

.narrowItem.bulletproof label{
	color: #7c53a8;
}

.narrow .narrowItemContent input,
.narrowItem.single input{
	position: absolute;
	margin-left: -18px;
	vertical-align: middle;
	margin-top: 3px;
}

.narrow .narrowItem.narrowSubmit{
	margin-bottom: 10px;
}

.narrow.narrowCategory{
	border-bottom: 1px solid #e3e2df;
}

.narrow.narrowCategory ul {
	display: block;
}

.narrow.narrowCategory .narrowItemContent {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #666;	
}

.narrow.narrowCategory .narrowItemContent li {
	display: block;
	margin-bottom: 6px;
}

.narrow.narrowCategory .narrowItemContent li:last-child{
	margin-bottom: 0;
}



input.error,
textarea.error,
ul.error {
	border-color: #e95050;
}

.errorContent {
	color: #e95050;
	display: block;
	font-size: 13px;
	margin: 3px 0 0 0;	
}

.successfulBlock {
	background: #CCF7E2;
	padding: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	vertical-align: middle;
	position: relative;
}

.successfulBlock .successfulText {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.successfulBlock .successfulText .share {
	font-weight: normal;
}

.successfulBlock .successfulText.editControls {
	position: absolute;
	display: block;
	right: 20px;
	margin-right: 0;
	top: 13px;
}

.successfulBlock .successfulText.editControls .button {
	display: block;
}

.successfulBlock .share42init{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -4px;
}

.errorBlock{
    background: red;
    border: 1px solid #f1b5b5;
    color: #e95050;
    background: #ffeeee;
    text-align: center;
    padding: 20px;
}

.errorBlock.profile{
	font-weight: bold;
	margin-bottom: 15px;
	vertical-align: middle;
	position: relative;
    border: none;
    text-align: left;
}



.sidebar .userMenuLabel{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9db3b3;
    margin: 0 0 10px 0;
}

.sidebar .userMenuList{
    display: block;
    margin-bottom: 20px;
}

.sidebar .userMenuList > li{
    display: block;
    margin: 0 0 3px 0;
}

.sidebar .userMenuList li a{
    position: relative;
    display: block;
    padding: 8px 8px 8px 30px;
}

.sidebar .userMenuList li i {
    vertical-align: top;
	display: inline-block;
    font-style: normal;
    background: #25d1b3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
		    box-sizing: border-box;
       -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    line-height: 20px;
    min-width: 19px;
    padding: 0 6px 0;
    border-radius: 18px;
    margin-left: 6px;
    margin-top: 1px;
}

.sidebar .userMenuList li.active i {
  
}

.sidebar .userMenuList li a:hover{
    background: #c1f3f2;
    color: #596e6e;
}

.sidebar .userMenuList li.active a{
    background: #8febea;
    color: #000;
}

.sidebar .userMenuList .icon a:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('/img/menu-icons.png?v=2') 0 0 no-repeat;
    top: 10px;
    left: 8px;
    position: absolute;
}


.sidebar .userMenuList .icon.servers a:before{
    background-position: 0 0;
}

.sidebar .userMenuList .icon.billing a:before{
    background-position: 0 -21px;
}

.sidebar .userMenuList .icon.feedback a:before{
    background-position: 0 -42px;
}

.sidebar .userMenuList .icon.settings a:before{
    background-position: 0 -63px;
}

.sidebar .userMenuList .icon.logout a:before{
    background-position: 0 -84px;
}

.sidebar > .splitter{
	border-bottom: 1px solid #d8d7d5;
	margin: 10px 0 20px 0;
}


.button.loading,
button.loading{
	padding-left: 46px;
	background-repeat: no-repeat;
	background-image: url('/img/loading2.gif');
	background-position: 20px 10px;
}

.button.loading:hover,
button.loading:hover{
	background-image: url('/img/loading2.gif');
	background-position: 20px 10px;
    background-color: #25d1b3;
    background-repeat: no-repeat;
    color: #fff;
    border-color: #25d1b3;
}

.button.small2.loading,
button.small2.loading{
	padding-left: 36px;
	background-position: 15px 6px;
	background-image: url('/img/loading3.gif');
}

.button.small2.loading:hover,
button.small2.loading:hover{
	background-image: url('/img/loading2.gif');
}



.range{
	position: relative;
	padding: 26px 0 0;
}

.rangeLabel {
	display: inline-block;
	position: absolute;
	top: 0;
	font-size: 13px;
	color: #666;
}

.rangeLabel.from {
	left: 0;
}

.rangeLabel.to {
	right: 0;
}

.rangeBar {
	background: #cbcbcb;
    position: relative;
    border-radius: 4px;
}

.rangeControl {
    position: absolute;
    top: 50%;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    line-height: 1;
	background: #25d1b3;
    margin-top: -8px;
    width: 16px;
    height: 16px;
	border-radius: 50%;
}

.rangeControl:before {
	display: block;
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	left: 3px;
}

.rangeControl:hover {
    background: #8febea;
}

.rangeControl:active,
.rangeControl.active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.rangeControl.left {
    left: 0;
	margin-left: -4px;
}

.rangeControl.right {
    right: 0;
	margin-right: -4px;	
}

.rangeSelected {
    border-radius: 4px;
    height: 4px;
    background-color: #25d1b3;
}

.narrowItemContent .resetFilter{
    color: #25d1b3;
    cursor: pointer;
}

.narrowItemContent .resetFilter:hover{
    color: #E3B500;
}




/************* FOOTER *************/
.footer {
	background: #cfe8e8;
	color: #333;
    overflow: hidden;
}

.footerPayment{
	display: block;
	position: absolute;
	right: 0;
	width: 95px;
	height: 29px;
	background: url('/img/payment2.png') 0 0 no-repeat;
	top: 23px;
}

.footerWrapper{
    padding: 25px 0 0 0;
    position: relative;
}






/************* OVERLAY FORM *************/
.overlayForm {
	padding: 40px;
}

.overlayForm h2{
	font-weight: normal;
	font-size: 28px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 25px 0;
	color: #333;
}

.overlayForm .overlayHint{
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	
	line-height: 18px;
}

.overlayForm.loginForm button,
.overlayForm.registerForm button{
	margin-right: 15px;
}

.overlayForm.loginForm .openRegisterForm,
.overlayForm.loginForm .forgotPassword{
	display: inline-block;
}

.overlayForm.loginForm.loginFormSocial .openRegisterForm{
	display: block;
}

.overlayForm.loginForm .forgotPassword{
	margin-right: 10px;
}


.overlayForm.loginForm input,
.overlayForm.registerForm input{
	width: 100%;
}

.overlayForm.loginForm{
	width: 310px;
}



.overlayForm.messageForm{
	width: 420px;
}

.overlayForm.messageForm textarea{
	width: 100%;
	height: 100px;
}

.overlayForm.messageForm .author {
	margin-bottom: 13px;
}

.overlayForm.messageForm .author img{
	width: 36px;
	height: auto;
}

.overlayForm.messageForm .avatarWrapper{
	display: inline-block;
	vertical-align: top;
}

.overlayForm.messageForm .userInfo{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.overlayForm.messageForm .authorName{
	font-weight: bold;
}

.overlayForm.messageForm .authorShop{
	color: #666666;
	font-size: 12px;
	margin-top: 3px;
}



.overlayForm.cropPhoto{
	width: 400px;
	text-align: center;
	padding: 0;
}

.overlayForm.cropPhoto .photo{
	text-align: center;
	display: inline-block;
}

.overlayForm.cropPhoto .photo img{
	max-width: 300px;
	max-height: 300px;
}

.overlayForm.cropPhoto .photoWrapper{
	padding: 30px 30px 0 30px;
}

.overlayForm.cropPhoto .controls{
	margin-top: 20px;
	padding: 15px 20px 20px 20px;
	border-top: 1px solid #ceccc8;
	text-align: center;
}

.overlayForm.cropPhoto .controls button:first-child{
	margin-right: 6px;
}



.overlayForm.addedToCart{
	padding: 0;
	width: 500px;
}

.overlayForm .addedToCartWrapper{
	padding: 40px 40px 0 40px;
}

.overlayForm.addedToCart .imageWrapper{
	text-align: center;
}

.overlayForm.addedToCart .imageWrapper img{
	width: 150px;
	height: auto;
}

.overlayForm.addedToCart .itemName{
	margin: 6px 0 2px 0;
	line-height: 18px;
	font-size: 15px;
	text-align: center;
}

.overlayForm.addedToCart .price{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}

.overlayForm.addedToCart .controls{
	margin-top: 20px;
	padding: 30px 40px 35px 40px;
	border-top: 1px solid #ceccc8;
	text-align: center;
}

.overlayForm.addedToCart .controls .button{
	margin-right: 20px;
}

.overlayForm.registerForm{
	width: 320px;
}

.overlayForm .formRules{
	color: #888;
	font-size: 11px;
	line-height: 16px;
	display: block;
}



/************* FORM *************/
.form{
	display: block;
}

.form > li{
	line-height: 18px;
	position: relative;
	display: block;
	margin: 0 0 17px 0;
}

.form > li:last-child{
	margin-bottom: 0;
}

.form label{
	padding: 0;
	line-height: 18px;
	display: block;
	margin: 0 0 7px 0;
}

.form input{
	margin: 0;
}



/************* FANCYBOX *************/
#fancybox-close {
	background: url("/img/close.png?v=3") 0 0 no-repeat;
	position: absolute;
	cursor: pointer;
	z-index: 1103;
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 0;
	margin-top: 0;
	right: 10px;
	top: 10px;
}

#fancybox-close:hover {
	background-position: -48px 0;
}

#fancybox-content{
	   -moz-box-shadow: 0 0 40px rgba(70, 144, 122, 0.7);
	-webkit-box-shadow: 0 0 40px rgba(70, 144, 122, 0.7);
			box-shadow: 0 0 40px rgba(70, 144, 122, 0.7);
}

#fancybox-left-ico, #fancybox-right-ico { 
	cursor: pointer;
	display: block;
	height: 30px;
	left: -9999px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 1102;
}

#fancybox-right-ico { 
	background-image: url("/js/fancybox/fancybox.png");
	background-position: -40px -60px;
}

#fancybox-left-ico { 
	background-image: url("/js/fancybox/fancybox.png");
	background-position: -40px -30px;
}




.mainBrick {
    background-color: #fff;
}






html, body {
    height: 100%;
}
.pageWrapper {
    min-height: 100%;
    margin-bottom: -70px;
}
.pageWrapper:after {
    content: "";
    display: block;
}
.footer, .pageWrapper:after {
    height: 70px;
}


/*
html, body, .pageWrapper {height: 100%;}

body > .pageWrapper {height: auto; min-height: 100%;}

.content {padding-bottom: 150px;}

.footer {position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;}
*/



.Table{
	display: table;
	width: 100%;
}


.TarifsList .Table__row--main:hover .Table__cell{
	background: #cdfafa;
	cursor: pointer;
}

.Table__row--empty .Table__cell{
	text-align: center;
	font-size: 18px;
	color: #777;
	padding: 50px 0;
}

.Table__row + .Table__row .Table__cell{
	border-top: 1px solid #dbdbdb;
}

.Table__row--header  + .Table__row .Table__cell{
	border-top: none;
}

.Table__cell{
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 10px 10px;
}

.Table__cell + .Table__cell{
	border-left: 1px solid #dbdbdb;
}

.Table__row--header .Table__cell{
	background: #25d1b3;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.Table__cell a,
.Table__cell a:hover,
.Table__cell a:visited{
	color: #333;
}

.Table__row--header .Table__cell + .Table__cell{
	border-left: 1px solid #fff;
}

.Table__cell.price,
.Table__cell.ram,
.Table__cell.hdd{
	white-space: nowrap;
}

.Table__cell.price,
.Table__cell.ram,
.Table__cell.hdd{
	text-align: right;
}

.Table__cell.price:before{
	content: '$';
}

.Table__cell.ram:after,
.Table__cell.hdd:after{
	content: ' Gb';
}

.Table__cell.ssd:before{
	content: 'SSD ';
}

.Table__cell.term:after{
	content: ' month';
}

.Table__cell.term2:after{
	content: ' months';
}

.ConfigList__value.ssd:before{
	content: 'SSD ';
}

.TarifsList .cellheader{
	background-image: url(../img/sorting.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.TarifsList .headerSortUp {
	background-image: url(../img/sorting_asc.png);
}

.TarifsList .headerSortDown {
	background-image: url(../img/sorting_desc.png);
}

.TarifsList .headerSortDown,
.TarifsList .headerSortUp {
	background-color: #8febea;
	color: #333;
}

.TarifsWrapper{
	position: relative;
}

.TarifsOverlay{
	position: absolute;
	background: #fff;
	opacity: 0.8;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.TarifsOverlay__loader{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/loading4.gif);
	position: absolute;
	left: 50%;
	top: 50%;
}

.TarifsList th.Table__cell:hover{
	background-color: #32e0c2;
	color: #fff;
}

th.Table__cell.headerSortDown:hover,
th.Table__cell.headerSortUp:hover{
	background-color: #8febea;
	color: #333;
}

.MainInfo{
	position: relative;
}

.MainInfo__title{
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 6px;
	padding: 0;
}

.MainInfo__content{
	font-size: 16px;
	color: #768888;
}

.MainInfo__payment{
	width: 125px;
	height: 38px;
	background: url('/img/payment.png') 0 0 no-repeat;
	right: 0;
	top: 12px;
	position: absolute;
}

.content.contentHeader{
	margin-bottom: 20px;
}


.Table__cell--cpu{
/*	width: 25%;*/
}

.Table__cell--ram{
	width: 10%;
}

.Table__cell--hdd{
	width: 10%;
}

.Table__cell--virtualization{

}

.Table__cell--bandwidth{
	width: 16%;
}

.Table__cell--location{
	width: 15%;
}

.Table__cell--billingterm{
	width: 12%;
}

.Table__cell--permonth{
	width: 10%;
}




.content .singleFormWrapper h1{
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	color: #666;
	margin: 0 0 25px 0;
}

.content .singleFormWrapper input {
	width: 100%;
}

.content .singleFormWrapper button {
	margin-right: 20px;
}

.content .singleFormWrapper{
	background: #fff;
	padding: 30px;
	margin: 20px auto 40px auto;
	border: 1px solid #e3e2df;
}

.content.login .singleFormWrapper,
.content.register .singleFormWrapper{
	width: 370px;
}

.login .forgotPassword {
  color: #777777;
  font-size: 12px;
  position: absolute;
  right: 0px;
}

.login .forgotPassword:hover {
    color: #2BB678;
}

.register .formRules{
	color: #777;
	font-size: 12px;
	line-height: 16px;
	display: block;
}




.checkoutFinishWrapper{
    display: block;
    text-align: center;
    margin: 60px 0 60px 0;
}

.checkoutFinish{
    display: inline-block;
    width: 555px;
}

.checkoutFinish h1{
	font-size: 20px;
    margin: 13px 0 25px 0;
}

.checkoutFinish .checkoutFinishHint{
    color: #45413d;
    line-height: 19px;
    margin-bottom: 35px;
}








.profileWrapper .profileContent{
    background: #fff;
    border-bottom: 1px solid #E3E2DF;
    padding: 20px;
}

.profileWrapper .profileContent.socialAccounts .controlsWrapper .button{
	display: inline-block;
}

.profileWrapper .profileContent:last-child{
    border: none;
}

.profileWrapper h2{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.profileWrapper .profileAvatar img{
    width: 150px;
    height: 150px;
}

.profileWrapper .profileContent .controlsWrapper{
    margin-top: 15px;
}

.profileWrapper .profileContent .controlsWrapper:first-child{
    margin-top: 0;
}

.profileWrapper .profileContent .inputWrapper{
    margin-bottom: 20px;
}

.profileWrapper .profileContent .splashWrapper{
	position: relative;
	border: 1px solid #DDDDDD;
	min-height: 100px;
	line-height: 0;
}

.profileWrapper .profileContent .splashWrapper.error{
	background: #FFF3F3;
}

.profileWrapper .profileContent .splashWrapper img{
    width: 100%;
    height: auto;
}

.profileWrapper .profileContent .bannerHint{
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	color: #888;
}

.profileWrapper .profileContent .inputWrapper:last-child{
    margin-bottom: 0;
}

.profileWrapper .profileAvatar{
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
}

.profileWrapper .optionsList{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.profileWrapper .optionsList ul{
	display: block;
}

.profileWrapper .optionsList li{
	display: block;
	margin-bottom: 8px;
}

.profileWrapper .optionsList input{
	position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.profileWrapper .domainName { 
	display: inline-block;
	margin-left: 5px;
}

.profileWrapper .profileContent .shortInput input { 
	width: 220px;
}

.profileWrapper .optionsList li:last-child{
	margin-bottom: 0;
}

.profileWrapper .profileAvatar.loading:before,
.profileWrapper .splashWrapper.loading:before{
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: url('/img/loading.gif') 0 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    top: 50%;
}

.profileWrapper .contentHint{
	color: #777;
	margin: 0 0 15px 0;
}

.profileWrapper textarea{
	width: 100%;
	height: 150px;
}

.profileWrapper .profileAvatarLabel{
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.profileWrapper .profileAvatarLabel .avatarHint{
    display: block;
    color: #888;
    margin-top: 8px;
    font-size: 13px;
}

.profileWrapper .uploadAvatar,
.profileWrapper .uploadBanner{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.profileWrapper .uploadAvatar input,
.profileWrapper .uploadBanner input {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
    z-index: 99;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .profileWrapper .uploadAvatar input,
    .profileWrapper .uploadBanner input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.mainTitle{
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 25px;
}

.Checkout{
	display: table;
	width: 100%;
}

.Checkout__cell{
	display: table-cell;
	vertical-align: top;
}

.Checkout__cell--Info{
	width: 30%;
	padding-left: 20px;
}

.Checkout__config{
	background: #fff;
	padding: 20px;
}

.Checkout__info{
	background: #d2e8e5;
	padding: 20px;
}

.Checkout__header{
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 30px;
}

.Checkout__columns{
	display: table;
	width: 100%
}

.Checkout__column{
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.Checkout__comment{
	margin-top: 20px;
}

.Checkout__commentTitle{
	display: block;
	margin-bottom: 6px;
}

.Checkout__commentTextarea{
	width: 100%;
	height: 65px;
}



.ConfigList__label{
	font-weight: bold;
	margin-bottom: 2px;
}

.ConfigList--bordered{
	border-left: 1px solid #ddd;
	height: 100%;
}

.ConfigList__item + .ConfigList__item{
	margin-top: 15px;
}

.ConfigList__item--bulletproof{
	background: #F6EEFF; /* e5d9f2 */
	padding: 5px 10px;
	border-radius: 5px;
}

.List{

}

.List__item{
	margin: 0 0 2px 0;
}

.List__radio{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.Checkout__column--invoice,
.Checkout__column--customize{
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.Checkout__column--invoice{
	width: 30%;
}

.Checkout__column--customize{
	width: 35%;
}

.Checkout__column--config{
	min-width: 140px;
}

.noborder{
	border-color: transparent;
}

.Checkout__total{
	font-size: 24px;
}

.Checkout__total:before{
	content: '$';
}

.Checkout__months{
	height: 35px;
	margin-top: 3px;
	line-height: 35px;
	padding: 0 5px;
}

.Checkout__quantity{
	width: 60px;
	height: 35px;
	margin-top: 3px;
}

.Checkout__controls{
	padding: 20px 0 10px 0;
	text-align: right;
}

.Checkout__submit{
	padding-left: 40px;
	padding-right: 40px;
}

.Checkout__comment p{
	margin: 0;
}

.Checkout__comment p + p{
	margin-top: 5px;
}

.ServersList .Table__cell {
	vertical-align: top;
}

.Invoice__details{
	margin: 20px 0 0 0;
	padding: 20px 20px 30px 20px;
	font-size: 17px;
	text-align: center;
	background: #d8f4f2 url('/img/loading5.gif') repeat-x 0 100%;
}

.Invoice__label{
	margin-bottom: 3px;
}

.Invoice__value{
		font-weight: bold;
}

.Invoice__value + .Invoice__label{
	margin-top: 15px;
}

.Invoice__label--comment{
	font-size: 12px;
	margin-bottom: 0;
}


.Invoice__controls{
	text-align: center;
	padding: 25px 0 10px 0;
}

.button.secondary.Invoice__payButton{
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	position: relative;
	padding-left: 50px;
}

.Invoice__payButton:before{
	top: 8px;
	left: 20px;
	position: absolute;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url('/img/payment-icon.png') no-repeat 0 0;
}

.InvoicesList .Table__cell.in{
	color: green;
}

.InvoicesList .Table__cell.in:before{
	content: '+';
}

.InvoicesList .Table__cell.out{
	color: red;
}

.InvoicesList .Table__cell.out:before{
	content: '-';
}

.Table__row.status0 .Table__cell{
	background: #fff;
}

.Table__row.status1 .Table__cell{
	background: #fbfaeb;
}

.Table__row.status2 .Table__cell{
	background: #e7ffef;
}

.Table__row.status3 .Table__cell{
	background: #ffe7e7;
}


.noSidebar .mainContent{
	float: none;
	max-width: 960px;
}

.content.noSidebar .contentWrapper{
	margin-left: 0;
}

.mainContent.plainText p{
	margin: 0;
	line-height: 21px;
}

.mainContent.plainText p + p {
	margin-top: 10px;
}

.plainText h2{
	color: #0C7966;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
}

.plainText p + h2{
	margin-top: 30px;
}

.Checkout__login{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.form > li.Checkout__loginLabel{
	margin: 10px 0;
}

.Checkout__login .form input[type="email"],
.Checkout__login .form input[type="password"]{
	width: 350px;
}

.Checkout__loginLabel label{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

.Checkout.step2 .ConfigList__item + .ConfigList__item{
	margin-top: 8px;
}

.Server{
	margin-top: 20px;
	background: #fff;
	font-size: 13px;
	line-height: 16px;
}

.Server__group{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.Server__cell{
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
}

.Server__toolbar{
	background: #dce5e5;
}

.Server__toolbarBox{
	display: inline-block;
	border-right: 1px solid #bbc9c9;
	font-size: 13px;
	color: #3f4545;
	padding: 0 10px;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}

.Server__toolbar--notice{
		padding: 5px 20px;
		text-align: center;
		color: #fff;
		background: #FF4D4D;
}

.Server__cell--config{
	padding-left: 10px;
}

.Server__cell--status{
	text-align: center;
	width: 100px;
	padding-left: 0;
	padding-right: 0;
}

.Server__monthsSelect{
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}

.Server__label{
	font-weight: bold;
	display: block;
}

.Server__label .button{
	display: inline-block;
	vertical-align: middle;
}

.Server__tip{
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	color: #888;
}

.Server__value{
	margin-top: 5px;
	display: block;
}

.Server__value + .Server__label{
	margin-top: 10px;
}

.Server__rename{
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

.Server__labelRename{
	display: none;
}

.Server__labelRename input{
	padding: 5px 10px;
	width: 300px;
}

.Server__labelRename button{
	display: inline-block;
}

.Server__labelRename button + button{
	margin-left: 6px;
}

.Server__labelRename input + button{
	margin-left: 10px;
}

.Server__additionalStatus{
	color: #ef751b;
}

.Server__additionalStatus .button{
	display: inline-block;
}

.Server__label--secondary{
	font-weight: normal;
}

.Server__status{
	display: block;
	text-align: center;
}

.Server__status:before{
	display: block;
	height: 29px;
	margin-bottom: 3px;
	background: url('/img/status-icons.png') 50% 0 no-repeat;
	content: '';
}

.status0 .Server__status:before{
	background-position: 50% 0;
}

.status1 .Server__status:before{
	background-position: 50% -39px;
}

.status2 .Server__status:before{
	background-position: 50% -78px;
}

.status3 .Server__status:before{
	background-position: 50% -117px;
}



.status0 .Server__status{
	color: #ef751b;
}

.status1 .Server__status{
	color: #aa800d;
}

.status2 .Server__status{
	color: #7db438;
}

.status3 .Server__status{
	color: #e12929;
}

.Server__autorenew.off{
	color: #9f2727;
}

.Feedback__from{
	font-weight: bold;
	margin-bottom: 3px;
}

.Feedback__from-support{
	color: #1bbca0;
}

.content.contacts .form input,
.content.contacts .form textarea{
	width: 600px;
}

.content.contacts .form textarea{
	height: 160px;
}

.EmptyState{
	font-size: 22px;
	color: #777;
	padding: 40px 0;
	text-align: center;
}



.Table__row--bulletproof .Table__cell{
	border-color: #DED7E6;
	background: #F6EEFF;
}

.Table__row--bulletproof .Table__cell:first-child{
	border-left: 1px solid #DED7E6;
}

.Table__row--bulletproof .Table__cell:last-child{
	border-right: 1px solid #DED7E6;
}

.Table__row--bulletproof + .Table__row--bulletproof .Table__cell{
	
}

.Bulletproof{
	display: none;
	position: absolute;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #e5d9f2;
	text-align: center;
	font-weight: bold;
	top: 39px;
	left: 0;
	z-index: 30;	
}


.Table__cell a.resetLink, 
.Table__cell a.resetLink:visited{
	color: #1bbca0;
}

.Table__cell a.resetLink:hover {
    color: #e3b500;
}