/*** --- Checkbox list --- ***/
.b-checkbox-list__item {
	padding-bottom:0.2em;
}
.b-checkbox-list__label {
	padding:2px 5px;
	vertical-align:middle;
	cursor:pointer;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-checkbox-list__item_checked .b-checkbox-list__label {
	background:#4082c2;
	color:#FFF;
}
.b-checkbox-list__checkbox {
	vertical-align:middle;
	cursor:pointer;
}


/*** --- Domains registration --- ***/
.b-domains-registration__column {
	float:none;
}
.b-domains-registration__texts {
	width:435px;
}
.b-domains-registration__texts .b-field {
	width:422px;
}
.b-domains-registration__texts .b-field_error_text {
	width: 422px;
}
.b-domains-registration__domains {
	width:435px;
}
.b-domains-registration__domains__title {
	display:block;
	font-size:14px;
	line-height:1.1;
	font-weight:normal;
	padding-bottom:1em;
}
.b-domains-registration__domains .b-checkbox-list {
	float: left;
	padding-bottom:1em;
	padding-right: 0.8em;
}

.b-reg_finished {
	background: #f5f5f5 url('../images/b-reg_finished.png') no-repeat 10px 10px;
	margin-bottom: 22px;
	padding: 15px 17px 17px 50px;
}
.b-reg_finished .b-reg_finished__status {
	font-size: 12px;
	vertical-align: text-bottom;
}
.b-reg_finished .b-reg_finished__domain_name {
	color: #222222;
	font-size: 16px;
}
.b-reg_finished .b-reg_finished__services {
	padding: 0;
}


/*** --- Domain transfer --- ***/
.b-domain-transfer__domain-field {
	width:423px;
	display:block;
	margin-bottom:12px;
}
.b-domain-transfer .b-text {
	margin-bottom:5px;
}
.b-field_error_text.b-field_error_text__domain-transfer {
	width: 423px;
}

/*** --- Links list --- ***/
.b-links-list .b-link {
	display:block;
	overflow:hidden;
	margin:0 -10px;
	padding:5px 10px;
	/* border-radius */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.b-links-list .b-link:hover {
	background:#4082c2;
	color:#FFF;
	-webkit-box-shadow:inset 0 1px 0 #3C6996;
	-moz-box-shadow:inset 0 1px 0 #3C6996;
	box-shadow:inset 0 1px 0 #3C6996;
}


/*** --- Service --- ***/
.b-service__label {
	color:#9e9e9e;
}
.b-service__status {
	display:block;
	padding-bottom:0.7em;
	font:normal 25px/1 'Display Bold', Arial, Helvetica, sans-serif;
}


/*** --- Finances --- ***/
.b-service__operations {
	padding-bottom:1em;
}
.b-service__operations__title {
	padding-bottom:3px;
}
.b-service__operations__item {
	vertical-align:middle;
	padding:1px 0;
	background:no-repeat 0 50%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/*** --- label --- ***/
.b-label {
	display:inline-block;
	background:#e02f00;
	height:1.25em;
	min-width:0.75em;
	padding:0 0.25em;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	/* border-radius */
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.b-label_theme_green {
	background-color:#8fc206;
}


/*** --- Plates --- ***/
.b-plates {
	margin:0 -20px 30px 0;
	overflow:hidden;
}
.b-plates__item {
	float:left;
	width:304px;
	margin-right:14px;
	background:#8aadd2;
	background:rgba(233,233,233, 0.45);
	-pie-background:rgba(233,233,233, 0.45);
	/* border-radius */
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.b-plates__item:hover {
	background:#1d3e63;
	background:rgba(0,0,0, 0.45);
	-pie-background:rgba(0,0,0, 0.45);
}
.b-plates__item__content {
	margin:12px;
	padding:30px;
	background:#FFF;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-plates .b-separator {
	margin-left:-30px;
	margin-right:-30px;
}
.b-content .b-plates__item {
	width:235px;
}
.b-content .b-plates__item__content {
	padding:20px;
}


/*** --- Campaign --- ***/
.b-campaign .b-plates__item__content {
	min-height:200px;
}
.b-campaign__icon {
	display:block;
	height:45px;
	margin-bottom:10px;
}
.b-campaign__description {
	min-height:70px;
	padding:0 0 0.7em;
	font:normal 14px/1.2 'Display Bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.b-campaign__status {
	display:block;
	padding-bottom:0.7em;
	font:normal 23px/1 'Display Bold', Arial, Helvetica, sans-serif;
}


/*** --- Posters --- ***/
.b-posters {
	overflow:hidden;
	margin:0 -10px;
	padding-left:10px;
}
.b-posters__item {
	position:relative;
	float:left;
	width:334px;
	height:75px;
	padding:7px;
	margin:0 10px 10px 0;
	border:7px solid #e4e4e4;
	background:#FFF;
	text-decoration:none;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-section .b-posters__item {
	width:314px;
}
.b-posters__item:hover {
	border-color:#3673b7;
	background-color:#3673b7;
	color:#FFF;
	text-decoration:none;
	/* box-shadow */
	-webkit-box-shadow:0 3px 3px #888;
	-moz-box-shadow:0 3px 3px #888;
	box-shadow:0 3px 3px #888;
}
.b-posters__item__image {
	float:right;
	margin-left:7px;
}
.b-posters__item__text {
	display:block;
	height:64px;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:5px;
}
.b-posters__item__description {
	display:block;
	font-weight: normal;
	padding:5px;
}
.b-posters__hosting .b-posters__item {
	height: 160px;
}
.b-posters__hosting .b-posters__item__text {
	height: auto;
}


/*** --- Servers --- ***/
.b-servers__list {
	overflow:hidden;
	margin:0 -10px 1.5em;
	padding:2px 0 0 10px;
}
.b-servers__item {
	float:left;
	width:322px;
	height:200px;
	margin-right:10px;
}
.b-servers__item__title {
	display:block;
	overflow:hidden;
	padding-bottom:0.7em;
	font:normal 21px/1 'Display Bold', Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.b-servers__item__features {
	display:block;
	overflow:hidden;
	height:108px;
	margin-bottom:1em;
	font-size:14px;
	line-height:18px;
	white-space:nowrap;
}
.b-servers__item__features__title, .b-servers__item__features__value {
	float:left;
	overflow:hidden;
	height:18px;
}
.b-servers__item__features__title {
	width:80px;
	margin-right:5px;
}
.b-servers__item__features__value {
	width:235px;
}
.b-servers__item__cost {
	vertical-align:middle;
	font:normal 24px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-servers__item .b-button {
	margin-right:10px;
}
.b-servers__item__cost__currency {
	font-size:16px;
}
.b-servers .b-text {
	font-size:14px;
}
.b-servers .b-text .b-link {
	color:#222;
	text-decoration:none;
}
.b-servers .b-text .b-link:hover {
	color:#0f629e;
	text-decoration:underline;
}


/*** --- Prices --- ***/
.b-prices {
	overflow:hidden;
	margin:0 -10px 1.5em;
	padding:2px 0 0 10px;
}
.b-prices__item {
	float:left;
	width:302px;
	padding:23px 30px;
	margin-right:10px;
}
.b-prices__item__flags {
	float:right;
}
.b-prices__item .b-stretch {
	margin:0 -30px;
}
.b-prices__item .b-table__cell_first {
	padding-left:30px;
}
.b-prices__item .b-table__cell_last {
	padding-right:30px;
}
.b-prices__item__title {
	display:block;
	padding-bottom:20px;
	font:normal 19px/24px 'Display Bold', Arial, Helvetica, sans-serif;
}


/*** --- Hero unit --- ***/
.b-hero-unit {
	margin-bottom:50px;
	overflow:hidden;
	height:110px;
	color:#99d1fb;
	font-weight:bold;
	font-size:16px;
	line-height:1.25;
}


/*** --- Whois --- ***/
.b-whois {
	padding:0;
	overflow:hidden;
}
.b-whois .b-separator {
	margin:0;
	background-position:-1px 0;
}
.b-whois__item {
	float:left;
	padding:5px 6px 5px 5px;
	background:url(../images/b-separator_vertical_bg.gif) repeat-y 100% -2px;
}
.b-whois__item_last {
	background:none;
}
.b-whois__item__content {
	overflow:hidden;
	width:252px;
	height:200px;
	padding:25px;
}
.b-whois__item:hover .b-whois__item__content {
	background-color:#3e7dc0;
	color:#FFF;
}
.b-whois__item__text {
	overflow:hidden;
	height:113px;
	margin-bottom:10px;
	line-height:18px;
}
.b-whois__item__title {
	display:block;
	padding-bottom:11px;
	font:normal 23px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-whois__item .b-field {
	display:block;
	width:230px;
}
.b-whois__item .b-button {
	display: block;
	margin-top: 12px;
	width: 252px;
}
.b-whois__item_submit .b-whois__item__text {
	font-size:14px;
	padding-top:57px;
	height:56px;
}
.b-whois__item_submit .b-button {
	width:100%;
	font-size:22px;
	line-height:50px;
}
.b-whois__comment {
	margin: 10px 0;
}


/*** --- Remove link --- ***/
.b-remove-link {
	display:inline-block;
	padding-right:20px;
	height:15px;
	line-height:15px;
	background:url(../images/b-remove-link_bg.gif) no-repeat 100% 0;
	color:#222;
	text-decoration:none;
}
.b-remove-link:hover {
	background-position:100% -40px;
	color:#0f629e;
	text-decoration:underline;
}
.b-remove-link_compact {
	overflow:hidden;
	text-indent:-200px;
	padding-right:0;
	width:15px;
}


/*** --- Profiles --- ***/
.b-profiles .b-table__cell {
	padding-top: 10px;
	padding-bottom: 10px;
	/*vertical-align: top;*/
}
.b-profiles .b-table__cell .b-remove-link {
	float:right;
}


/*** --- Pagination --- ***/
.b-pagination {
	margin:0 -10px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
/* Pages */
.b-pagination__pages {
	overflow:hidden;
	padding:3px 0;
	margin-left:-7px;
}
.b-pagination__pages__item {
	float:left;
	height:18px;
	text-decoration:none;
	margin-right:1px;
	padding:0 2px;
	border:2px solid #FFF;
	background:#FFF url(../images/b-pagination__pages__item_bg.gif) repeat-x 0 200px;
	color:#222;
	line-height:18px;
	/* border-radius */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.b-pagination__pages__item:hover {
	color:#0f629e;
	text-decoration:underline;
}
.b-pagination__pages__item_active, .b-pagination__pages__item_active:hover {
	color:#2e2e2e;
	text-decoration:none;
	background-color:#bcbebf;
	background-position:0 0;
/* 	border-color:#3673b7; */
	border-color:#8cac2f;
}
.b-pagination__pages__item__skip:hover {
	color: #222;
	text-decoration: none;
}
.b-pagination__pages__previous, .b-pagination__pages__next {
	padding: 0 2px;
}
/* Count */
.b-pagination__count {
	float:right;
	line-height:21px;
}
.b-pagination__count__title {
	float:left;
	padding:3px;
	margin-right:5px;
}
.b-pagination__count__items {
	float:left;
	padding:3px;
	height:21px;
	background:#e3e4e5;
	/* box-shadow */
	-webkit-box-shadow:inset 0 1px 0 #c7cbcf;
	-moz-box-shadow:inset 0 1px 0 #c7cbcf;
	box-shadow:inset 0 1px 0 #c7cbcf;
	/* border-radius */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.b-pagination__count__item {
	float:left;
	height:21px;
	padding:0 10px;
	color:#303137;
	text-decoration:none;
}
.b-pagination__count__item:hover {
	color:#0f629e;
	text-decoration:underline;
}
.b-pagination__count__item_less {
	background:#3673b7;
	color:#FFF;
}
.b-pagination__count__item_less:hover {
	color:#bdf2aa;
}
.b-pagination__count__item_first-less {
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-radius:4px 0 0 4px;
}
.b-pagination__count__item_last-less {
	padding-right:14px;
	margin-right:-4px;
}
.b-pagination__count__item_active, .b-pagination__count__item_active:hover {
	position:relative;
	background:#babbbd url(../images/b-pagination__count__item_active_bg.gif) repeat-x 0 0;
	color:#303137;
	text-decoration:none;
	cursor:default;
	/* box-shadow */
	-webkit-box-shadow:0 1px 0 #666;
	-moz-box-shadow:0 1px 0 #666;
	box-shadow:0 1px 0 #666;
	/* border-radius */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


/*** --- Helper --- ***/
.b-helper {
	margin-bottom:1.5em;
}
.b-helper__arrow {
	position:relative;
	margin-bottom:-1px;
	height:26px;
	background:url(../images/b-helper__arrow_bg.png) no-repeat 20px 100%;
}
.b-helper__content {
	padding:15px 20px;
	background:#FFF;
	border:1px solid #c9c9c9;
	font-style:italic;
	/* border-radius */
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*** --- Support --- ***/
.b-support {
	display:inline-block;
	width:20px;
	height:17px;
	background:no-repeat 0 0;
	overflow:hidden;
	text-indent:-200px;
}
.b-support_yes {
	background-image:url(../images/b-support_yes_bg.png);
}
.b-support_no {
	background-image:url(../images/b-support_no_bg.png);
}
.b-table__cell .b-support {
	display:block;
	margin:0 auto;
}



/*** --- Operations --- ***/
.b-operations .b-title {
	padding-bottom:0.5em;
}


/*** --- Filter --- ***/
.b-filter {
	overflow:hidden;
	padding-bottom:1em;
	padding-top: 1px;
	font:normal 23px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-filter a, .b-filter .b-link {
	color:#222;
	text-decoration:none;
}
.b-filter a:hover, .b-filter .b-link:hover {
	text-decoration:underline;
	color:#0f629e;
}
.b-filter .b-link:hover {
	text-decoration:none;
}
.b-filter .b-link__text {
	text-decoration:none;
}
.b-filter .b-link:hover .b-link__text {
	text-decoration:underline;
}
.b-filter__item {
	float:left;
	margin-right:30px;
	padding-top: 10px;
}
.b-filter .b-filter__item_active {
	color:#b2b2b2;
}
.b-filter__item__arrow {
	background: url(../images/b-filter__item__arrow_bg.png) no-repeat;
	display: inline-block;
	height: 5px;
	vertical-align: middle;
	width: 9px;
}

/*** --- Sets --- ***/
.b-sets {
	width:715px;
	overflow:hidden;
	margin-right:20px;
}
.b-sets__item {
	float:left;
	overflow:hidden;
	width:218px;
	height:34px;
	margin:0 20px 10px 0;
	color:#222;
	text-decoration:none;
}
.b-sets__item:hover {
	color:#0f629e;
	text-decoration:underline;
}
.b-sets__item__icon {
	float:left;
	margin-right:10px;
}
.b-sets__item__text {
	display:block;
	overflow:hidden;
	padding:2px 0;
	height:30px;
}


/*** --- Reset link --- ***/
.b-reset-link, .b-clear-link {
	display:inline-block;
	font-weight:bold;
}


/*** --- Search --- ***/
.b-search {
	overflow:hidden;
	width:240px;
}
.b-search .b-legend {
	line-height:1;
}
.b-search .b-field {
	width:208px;
	display:block;
	margin-bottom:14px;
}
.b-search__fieldset {
	margin-bottom:1em;
}
.b-search .b-checkbox-list {
	padding-bottom:14px;
}
.b-search .b-reset-link, .b-search .b-clear-link {
	float:right;
	line-height:50px;
}


/*** --- Form switcher --- ***/
.b-form-switcher {
	overflow:hidden;
}
.b-form-switcher__input {
	position:absolute;
	left:-10000px;
}
.b-form-switcher__label {
	float:left;
	color:#222;
	padding:4px 7px;
	margin:0 2px 2px 0;
	white-space:nowrap;
	cursor:pointer;
	text-align:center;
}
.b-form-switcher__label__text {
	border-bottom:1px dotted #666;
}
.b-form-switcher__label:hover {
	color:#0f629e;
}
.b-form-switcher__label:hover .b-form-switcher__label__text {
	border-bottom-color:#0f629e;
}
.b-form-switcher__label_active, .b-form-switcher__label_active:hover {
	color:#FFF;
	background:#4082c2;
	text-decoration:none;
	/* box-shadow */
	-webkit-box-shadow:inset 0 1px 0 #3C6996;
	-moz-box-shadow:inset 0 1px 0 #3C6996;
	box-shadow:inset 0 1px 0 #3C6996;
	/* border-radius */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.b-form-switcher__label_active .b-form-switcher__label__text {
	border-bottom:none;
}
/* Horizontal */
.b-form-switcher_horizontal {
	overflow:auto;
	width:100%;
	font-size:14px;
}
.b-form-switcher_horizontal .b-form-switcher__title {
	vertical-align:middle;
	text-align:left;
}
.b-form-switcher_horizontal .b-form-switcher__item {
	vertical-align:middle;
	padding-left:20px;
}
.b-form-switcher_horizontal .b-form-switcher__label {
	float:none;
	display:block;
}


/*** --- Quick search --- ***/
/* Domain */
.b-quick-search__domain .b-field {
	float:left;
	width:272px;
	margin-right:10px;
}
.b-quick-search__domain .b-select {
	float:left;
	width:141px;
}
/* Parameters */
.b-quick-search__parameters {
	margin-right:-10px;
	margin-bottom:0;
	padding-bottom:1em;
}
.b-quick-search__parameters .b-form__column {
	float:left;
	width:141px;
	margin-right:10px;
	padding-bottom:1em;
}
.b-quick-search__parameters .b-form__column .b-select {
	display:block;
	width:141px;
}
/* Rubrics */
.b-quick-search__rubrics {
	margin-left:-7px;
	margin-right:-7px;
}
/* Alphabet */
.b-quick-search__alphabet {
	overflow:hidden;
}
.b-quick-search__alphabet .b-button {
	float:left;
	width:60px;
	margin:5px 7px 0 0;
}
.b-quick-search__alphabet .b-form-switcher {
	float:left;
	width:378px;
}
.b-quick-search__alphabet__set {
	padding:0;
	overflow:hidden;
}
.b-quick-search__alphabet .b-form-switcher__label {
	float:left;
	padding:2px 3px;
	margin-right:0;
}


/*** --- Updatable domains --- ***/
.b-updatable-domains__update-button {
	background-color:transparent;
	background-position:0 100px;
	color:#3f92ce;
	text-shadow:0 1px #FFF;
}


/*** --- Check list --- ***/
.b-text .b-check-list > li {
	margin-left:0;
	padding:0.1em 0 1em 30px;
	background:url(../images/b-check-list_item_bg.gif) no-repeat 0 0;
	list-style:none;
}


/*** --- Tabs --- ***/
.b-tabs {
	width:100%;
	border-bottom:5px solid #3673b7;
}
.b-tabs__item {
	width:25%;
	padding:15px 20px;
	vertical-align:top;
	color:#222;
	font:normal 14px/1 'Display Medium', Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.b-tabs__item__text {
	border-bottom:1px dashed #222;
}
.b-tabs__item:hover {
	color:#0f629e;
}
.b-tabs__item:hover .b-tabs__item__text {
	border-bottom-color:#0f629e;
}
.b-tabs__item_active, .b-tabs__item_active:hover {
	background:#3673b7;
	color:#FFF;
}
.b-tabs__item_active .b-tabs__item__text {
	border-bottom:none;
}


/*** --- Domains choose --- ***/
.b-domains-choose {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
}


/*** --- Keyword search --- ***/
.b-keyword-search__words {
	margin-right:-20px;
}
.b-keyword-search__words .b-field {
	width:285px;
}
.b-keyword-search__words .b-field_error_text {
	width: 285px;
}


/*** --- Epilogue --- ***/
.b-epilogue {
	overflow:hidden;
}
.b-epilogue_narrow {
	padding-left:20px;
	padding-right:20px;
}
.b-epilogue__column {
	float:left;
	width:347px;
	margin-right:20px;
}
.b-epilogue_narrow .b-epilogue__column {
	width:327px;
}


/*** --- Details --- ***/
.b-details__content {
	float:left;
	width:445px;
	margin-right:10px;
}
.b-details__notes {
	float:left;
	padding-top:40px;
	width:240px;
}
.b-details__note__cost {
	display:block;
	font:normal 25px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
/* Note */
.b-details__note {
	position:relative;
	left:40px;
	padding:20px;
	margin-bottom:30px;
}
.b-details__note__arrow {
	position:absolute;
	left:-15px;
	top:15px;
	width:20px;
	height:20px;
}
/* Blue */
.b-details__note_theme_blue {
	color:#FFF;
	background:#3e7dc0;
}
.b-details__note_theme_blue a,
.b-details__note_theme_blue .b-link {
	color:#FFF;
}
.b-details__note_theme_blue a:hover,
.b-details__note_theme_blue .b-link:hover {
	color:#bdf2aa;
}
.b-details__note_theme_blue .b-details__note__arrow {
	background:url(../images/b-server__parameters__arrow_bg.gif) no-repeat;
}
/* Bordered */
.b-details__note_theme_bordered {
	padding:15px;
	border:5px solid #edf6fc;
	background:#FFF;
}
.b-details__note_theme_bordered .b-details__note__arrow  {
	top:10px;
	left:-20px;
	background:url(../images/b-server__services__arrow_bg.gif) no-repeat;
}
/* Documents */
.b-details__documents__title {
	display:block;
	padding-bottom:10px;
	font:normal 23px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-details__documents__item {
	font-size:14px;
	padding:5px 15px 0;
	margin:5px -15px 0;
	border-top:1px dotted #999;
}
.b-details__documents__item__link {
	background: url(../images/b-details__documents__item__link_bg.gif) no-repeat 0 50%;
	display: block;
	padding: 5px 0 5px 25px;
	text-decoration: none;
}
.b-details__documents__item__subtitle {
	border-bottom: 1px dotted #3F92CE;
}
.b-details__documents__sublist {
	display: none;
	line-height: 17px;
	list-style-image: url('../images/b-marker_blue.png');
	margin-top: -5px;
	margin-bottom: 8px;
	padding: 0 22px;
}
.b-details__documents__subitem {
	margin-top: 5px;
	padding-left: 3px;
}
.b-details__documents__subitem a {
	vertical-align: text-top;
}

/*** --- Server --- ***/
/* Parameters */
.b-server__parameters__item {
	margin:0 -20px 1em;
	padding:0 20px 1em;
	border-bottom:1px dotted #FFF;
}
.b-server__parameters__item__title {
	font-weight:bold;
}
/* Services */
.b-server__services__title {
	display:block;
	padding:0 15px 12px;
	margin:0 -15px 12px;
	border-bottom:1px dotted #999;
	color:#4b4f58;
	font:normal 18px/1.2 'Display Bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.b-server__services__item {
	font-size:14px;
	padding:0 15px 12px;
	margin:0 -15px 12px;
	border-bottom:1px dotted #AAA;
}
.b-server__services .b-details__note__cost {
	padding-bottom:12px;
}


/*** --- Options --- ***/
.b-options {
	padding:0;
}
.b-options .b-table__cell {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.b-options_compact .b-table__cell {
	padding-left:5px;
	padding-right:5px;
}
.b-options_compact .b-table__cell_last {
	padding-right:10px;
}
.b-options .b-table__cell_first {
	text-align:left;
	vertical-align:top;
	padding-left:30px;
}
.b-options__title .b-table__cell {
	padding-top:25px;
	font:normal 18px/1 'Display Bold', Arial, Helvetica, sans-serif;
	border-bottom:5px solid #3673b7;
}
.b-options__title .b-table__cell_first {
	border-bottom-color:#f5f5f5;
}
.b-options__cost {
	display:block;
	padding-bottom:8px;
	font:normal 24px/1 'Display Bold', Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.b-options__cost__currency {
	font-size:12px;
	padding-left:2px;
}
.b-options .b-button {
	display:block;
	margin-bottom:8px;
}
.b-options .b-button:last-child {
	margin-bottom:0;
}
.b-options .b-table__cell_hovered {
	background:#3673b7;
	color:#FFF;
}
.b-options .b-table__row_even .b-table__cell_hovered {
	background-color:#346eb0;
}
.b-options__title .b-table__cell_hovered {
	border-bottom-color:#FFF;
}
.b-options .b-table__cell_hovered .b-support {
	background-position:0 -50px;
}
.b-options__advice {
	display:block;
	overflow:hidden;
	width:76px;
	height:43px;
	margin:0 auto;
	padding:43px 5px 0;
	background:url(../images/b-options__advice_bg.png) no-repeat;
	font:normal 12px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-options .b-table__cell_hovered .b-options__advice {
	background-position:0 -100px;
}
.b-options .b-table__cell_hovered .b-link {
	color:#FFF;
}
.b-options .b-table__cell_hovered .b-link:hover {
	color:#bdf2aa;
}


/*** --- Benefits --- ***/
.b-benefits .b-posters__item {
	width:210px;
}


/*** --- Cabinet --- ***/
.b-cabinet-plates .b-plates__item__content {
	min-height:380px;
}


/*** --- Check form --- ***/
.b-check-form {
	overflow:hidden;
	padding-bottom:1em;
}
.b-check-form .b-field {
	float:left;
	width:698px;
	margin-right:10px;
}
.b-check-form .b-button {
	float:left;
	width:210px;
}


/*** --- Multibuy form --- ***/
.b-multibuy-form__buy {
	display:block;
	margin:0 auto;
}


/*** --- Empty --- ***/
.b-empty {
	padding:50px 70px 50px 240px;
	background-image:url(../images/b-empty_bg.png);
	background-repeat:no-repeat;
	background-position:70px 55px;
	font-size:14px;
}


/*** --- Plates size large --- ***/
.b-plates_size_large .b-plates__item {
	margin-right:20px;
	width:460px;
}
.b-plates_size_large .b-plates__item__content {
	height:350px;
}
.b-plates_size_large .b-title {
	font-size:33px;
	text-transform:uppercase;
}
.b-plates_size_large .b-check-form .b-form__fieldset {
	margin-bottom:1em;
}
.b-plates_size_large .b-check-form .b-field {
	width:354px;
}


/*** --- Posters size large --- ***/
.b-posters_size_large {
	margin-right:-20px;
}
.b-posters_size_large .b-posters__item {
	width:432px;
	margin-right:20px;
	color:#757575;
}
.b-posters_size_large .b-posters__item:hover {
	color:#99d3fe;
}
.b-posters_size_large .b-posters__item__image {
	float:left;
	margin-left:0;
	margin-right:10px;
}
.b-posters_size_large .b-posters__item__title {
	display:block;
	padding:9px 0 5px;
	color:#2b2a2a;
	font:normal 23px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-posters_size_large .b-posters__item:hover .b-posters__item__title {
	color:#FFF;
}
.b-posters_size_large .b-posters__item__text {
	font-weight:normal;
	font-size:12px;
	line-height:1.25;
}


/*** --- Zones list --- ***/
.b-zones-list {
	color:#3f3f3f;
	overflow:hidden;
	margin-right:-20px;
}
.b-zones-list__column {
	float:left;
	width:122px;
	margin-right:8px;
	overflow:hidden;
}
.b-zones-list__item {
	padding:2px 0;
}
.b-zones-list__item__zone {
	font-weight:bold;
	font-size:14px;
}


/*** --- Options list --- ***/
.b-options-list {
	margin-left:-30px;
	margin-right:-30px;
}
.b-plates .b-options-list {
	margin-bottom:-10px;
}
.b-options-list__item {
	position:relative;
	overflow:hidden;
	padding:9px 30px 8px;
	background:url(../images/b-separator_bg.gif) repeat-x 0 0;
}
.b-options-list__item:first-child {
	padding-top:0;
	background:none;
}
.b-options-list__item:last-child {
	padding-bottom:0;
}
.b-options-list__cost {
	float:left;
	width:105px;
	padding-top:21px;
	margin-right:20px;
	font:normal 15px/1 'Display Bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.b-options-list__cost__prefix {
	color:#a0a0a0;
}
.b-options-list__cost__number {
	font-size:45px;
}
.b-options-list__item__content {
	float:left;
	width:215px;
}
.b-options-list__item__title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:0.2em;
}
.b-options-list__item__param {
	padding:1px 0;
}
.b-options-list__item__arrow {
	position:absolute;
	right:30px;
	top:0;
	width:32px;
	height:100%;
	background:url(../images/b-options-list__item__arrow_bg.png) no-repeat 0 50%;
}
.b-options-list__item__title a:hover .b-options-list__item__arrow {
	background-position:-32px 50%;
}


/*** --- Banners --- ***/
.b-banners {
	overflow:hidden;
	margin-right:-10px;
}
.b-banners__item {
	float:left;
	overflow:hidden;
	width:230px;
	height:120px;
	margin:0 7px 7px 0;
}


/*** --- Benefits list --- ***/
.b-benefits-list {
	margin-right:-5px;
	overflow:hidden;
}
.b-benefits-list__item {
	float:left;
	width:160px;
	min-height:30px;
	padding-left:24px;
	margin:0 5px 5px 0;
	background:url(../images/b-check-list_item_bg.gif) no-repeat 0 6px;
}


/*** --- News list  --- ***/
.b-news-list {
	overflow:hidden;
}
.b-news-list__item {
	float:left;
	width:233px;
	padding:0 20px 10px 0;
	font-size:13px;
}
.b-news-list__item__date {
	display:block;
	color:#757575;
	font-size:11px;
	padding-bottom:1px;
}


/*** --- Intro --- ***/
.b-intro {
	overflow:hidden;	
}
.b-intro__header {
	float:left;
	width:200px;
	padding-bottom:15px;
	font-size:11px;
}
.b-intro__header .b-title {
	padding-bottom:0;
	text-transform:uppercase;
}
.b-intro_news {
	margin-right:-20px;
}
.b-intro_news .b-news-list {
	float:left;
	width:760px;
}
.b-intro_news .b-intro__header {
	padding-top:15px;
}
.b-intro__item {
	float:right;
	min-height:40px;
	padding:0 0 15px 40px;
	color:#2b2a2a;
}
.b-intro__item__icon {
	float:left;
	margin-right:7px;
}
.b-intro__item__text {
	float:left;
	font:normal 14px/1 'Display Bold', Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.b-intro__item .b-link__text {
	text-decoration:none;
}
.b-intro__item__status_yes {
	color:#90cc0a;
}
.b-intro__item__status_no {
	color:#C00;
}

/*** --- News --- ***/
.b-menu__subitem {
	margin-left: 10px;
}
/*** --- Billing --- ***/
.b-content__billing_minus {
	color: #e02f00;
	font-weight: bold;
}
.b-content__billing_plus {
	color: #8fc206;
	font-weight: bold;
}
/*** --- Domains --- ***/
.b-domain_info {
	width: 400px;
}
.b-domain_info ul li {
	margin-top: 10px;
}
.b-table__need_renew .b-table__cell {
	/*background: #ffdbae;*/
	background: #E2D0CC;
}
.b-table__chup .b-table__cell {
	background: #CAE5F3;
}
.b-content__success {
	color: green;
}
.b-content__warning {
	color: red;
}
.b-content__important {
	font-weight: bold;
}
.b-content__help_box {
	background: url('../images/b-question.png') no-repeat 20px 20px;
	border: 1px solid #d7d7d7;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 15px 10px 15px 70px;
}
.b-content__tips_box {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	color: #d7d7d7;
	font-style: italic;
	padding: 0 8px 8px 8px;
	text-indent: -15px;
}
.b-content__tips_box:before {
	background: url('../images/b-tips_box_bg.png') no-repeat;
	content: ' ';
	display: inline-block;
	height: 16px;
	position: relative;
	top: -16px;
	right: -100%;
	width: 15px;
}
.b-content__tips_title {
	color: #222222;
	font-style: normal;
	font-weight: bold;
}
.b-content__info_box {
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	padding: 20px 20px 10px;
}
/*** --- Profiles --- ***/
.b-form__profiles .b-field {
	width: 365px;
}
.b-form__profiles .b-field_error_text {
	width: 365px;
}
.b-form__profiles .b-select {
	width: 387px;
}
.b-form__profiles .b-button {
	font-size: 14px;
}
.b-form__profiles .b-button_size_large {
	font-size: 22px;
	width: 387px;
	padding-left: 0;
	padding-right: 0;
}
.b-form__column__main {
	float: left;
	width: 400px;
	margin-right: 10px;
	padding-bottom: 1em;
}
.b-form__column__help {
	/* color: #999; */
	float: left;
	font-size: 11px;
	padding-bottom: 1em;
	padding-top: 19px;
	width: 285px;
}
.b-form__profiles .b-select__days, .b-form__profiles .b-select__monthes {
	margin-right: 15px;
	width: 80px;
}
.b-form__profiles .b-select__years {
	width: 191px;
}
/*** --- Released domains --- ***/
.b-form__released_domains .b-form-switcher__item {
	padding-left: 10px;
}
.b-subsection__released-filter {
	background: #f5f5f5;
	margin-bottom: 8px;
}
.b-subsection__released-filter .b-table__cell {
	padding: 10px 5px;
	vertical-align: top;
}
.b-subsection__released-filter .b-table__cell_submit {
	text-align: right;
}
.b-table__cell__domains .b-field, .b-table__cell__keywords .b-field {
	width: 315px;
}
.b-table__cell__domains .b-field_error_text, .b-table__cell__keywords .b-field_error_text {
	width: 315px;
}
/*** --- Zone control --- ***/
.b-field__subdomain_name {
	width: 120px;
}
.b-field_error_text.b-field_error_text__subdomain_name {
	width: 150px;
}
.b-select__record_type {}
.b-field__record_data {
	width: 150px;
}
.b-field_error_text.b-field_error_text__record_data {
	width: 150px;
}
.b-field__mx_priority {
	width: 40px;
}
.b-field__srv_service, .b-field__srv_destination {
	width: 150px;
}
.b-field_error_text.b-field_error_text__srv_service, .b-field_error_text.b-field_error_text__srv_destination {
	width: 150px;
}
.b-field__srv_priority,
.b-field__srv_weight,
.b-field__srv_port {
	width: 40px;
}
/*** --- FAQ --- ***/
.b-content__faq {
	width: 940px;
}
.b-section__faq {
	margin: 0 10px 0 0;
	width: 695px;
}
.b-section__faq_intro .b-section__faq_question {
	padding-top: 0;
	padding-bottom: 0;
}
.b-section__faq_intro .b-section__faq_answer {
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}
.b-section__faq_even {
	background: #f5f5f5;
}
.b-section__faq_question,
.b-section__faq_answer {
	float: left;
	padding: 25px 20px;
	width: 327px;
}
.b-text__faq_date {
	color: #757575;
	font-size: 11px;
}
.b-form__faq .b-field__error-box {
/* 	width: 430px; */
}
.b-form__faq .b-field_error_text {
	width: 420px;
}
.b-form__faq_add .b-field_textarea {
	width: 420px;
}
.b-form__faq_add .b-button {
	margin-top: 10px;
}
.b-form__faq_add .b-text__faq_add_tips {
	color: #757575;
	margin-left: 145px;
}
/*** --- Hosting order --- ***/
/* first edition */
.b-table .b-options__title .b-hosting__tafirs {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.b-hosting__control_panel {
	margin: 0 30px;
}
.b-table__hosting_order .b-table__cell_hovered {
	background:#ffffff;
	color: #222222;
}
.b-table__hosting_order .b-table__row_even .b-table__cell_hovered {
	background-color:#f5f5f5;
}
.b-table__hosting_order .b-table__cell_hovered {
	border-bottom-color:#FFF;
}
.b-table__hosting_order .b-table__row_hover .b-table__cell_hovered {
	background: #3673b7;
	color: #FFF;
}
.b-table__hosting_order .b-table__row_hover.b-table__row_even .b-table__cell_hovered {
	background-color: #346eb0;
}
.b-table__hosting_order .b-table__row_hover .b-table__cell_hovered {
	border-bottom-color:#FFF;
}
.b-table__hosting_order .b-table__cell_hovered .b-support {
	background-position:0 0;
}
.b-table__hosting_order .b-table__cell_hovered .b-options__advice {
	background-position:0 0;
}
.b-table__hosting_order .b-table__row_hover_arrow .b-table__cell_hovered {
	background: url('../images/b-table__cell_arrow_bg.png') no-repeat 50% -6px;

}
.b-table__hosting_order .b-table__row_tips,
.b-section__hosting_order_vps .b-table__row_tips {
	color: #6b6a6a;
}
/* second edition */
.b-section__hosting_order .b-benefits .b-posters {
	height: 80px;
	overflow: hidden;
}
.b-section__hosting_order .b-benefits .b-posters__item {
	color: #222222;
	height: 45px;
	width: 196px;
}
.b-section__hosting_order .b-posters__item:hover {
	color: #fff;
}
.b-section__hosting_order .b-posters__item__image {
	margin-top: -5px;
}
.b-section__hosting_order .b-table__row_hosting_special .b-table__cell {
	padding-top: 0;
}
.b-section__hosting_order_vps .b-table__row_hosting_special .b-table__cell {
	padding-top: 0;
}
.b-section__hosting_order .b-table__cell_last {
	padding-right: 9px;
}
.b-section__hosting_order .b-hosting__icons,
.b-section__hosting_order_vps .b-hosting__icons {
	background-repeat: no-repeat;
	background-position: 15px 16px;
	padding-left: 50px;
}
.b-section__hosting_order .b-hosting__disk_space,
.b-section__hosting_order_vps .b-hosting__disk_space {
	background-image: url('../images/b-hosting/icon-disk_space.png');
}
.b-section__hosting_order_vps .b-hosting__disk_space {
	background-position: 15px 10px;
}
.b-section__hosting_order_vps .b-hosting__cpu {
	background-image: url('../images/b-hosting/icon-cpu.png');
	background-position: 15px 10px;
}
.b-section__hosting_order_vps .b-hosting__ram {
	background-image: url('../images/b-hosting/icon-ram.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__panel,
.b-section__hosting_order_vps .b-hosting__panel {
	background-image: url('../images/b-hosting/icon-panel.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__antispam {
	background-image: url('../images/b-hosting/icon-antispam.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__traffic,
.b-section__hosting_order_vps .b-hosting__traffic {
	background-image: url('../images/b-hosting/icon-traffic.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__mailbox {
	background-image: url('../images/b-hosting/icon-mailbox.png');
}
.b-section__hosting_order .b-hosting__data_storage,
.b-section__hosting_order_vps .b-hosting__data_storage {
	background-image: url('../images/b-hosting/icon-data_storage.png');
}
.b-section__hosting_order_vps .b-hosting__data_storage {
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__sites {
	background-image: url('../images/b-hosting/icon-sites.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__php {
	background-image: url('../images/b-hosting/icon-php.png');
}
.b-section__hosting_order .b-hosting__antispam {
	background-image: url('../images/b-hosting/icon-antispam.png');
}
.b-section__hosting_order .b-hosting__apple_iweb {
	background-image: url('../images/b-hosting/icon-apple_iweb.png');
}
.b-section__hosting_order .b-hosting__dnsdomains {
	background-image: url('../images/b-hosting/icon-dnsdomains.png');
}
.b-section__hosting_order .b-hosting__dns_hosting,
.b-section__hosting_order_vps .b-hosting__dns_hosting {
	background-image: url('../images/b-hosting/icon-dns_hosting.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__mail_redirects {
	background-image: url('../images/b-hosting/icon-mail_redirects.png');
}
.b-section__hosting_order .b-hosting__webmail {
	background-image: url('../images/b-hosting/icon-webmail.png');
}
.b-section__hosting_order .b-hosting__mail_responders {
	background-image: url('../images/b-hosting/icon-mail_responders.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__yamail {
	background-image: url('../images/b-hosting/icon-yamail.png');
}
.b-section__hosting_order .b-hosting__mysql {
	background-image: url('../images/b-hosting/icon-mysql.png');
}
.b-section__hosting_order .b-hosting__phpmyadmin {
	background-image: url('../images/b-hosting/icon-phpmyadmin.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__eaccelerator {
	background-image: url('../images/b-hosting/icon-eaccelerator.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__zend {
	background-image: url('../images/b-hosting/icon-zend.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__ioncube {
	background-image: url('../images/b-hosting/icon-ioncube.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__cgi_bin {
	background-image: url('../images/b-hosting/icon-cgi_bin.png');
}
.b-section__hosting_order .b-hosting__ssi {
	background-image: url('../images/b-hosting/icon-ssi.png');
}
.b-section__hosting_order .b-hosting__channels {
	background-image: url('../images/b-hosting/icon-channels.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__linux {
	background-image: url('../images/b-hosting/icon-linux.png');
}
.b-section__hosting_order .b-hosting__uptime {
	background-image: url('../images/b-hosting/icon-uptime.png');
}
.b-section__hosting_order .b-hosting__ftp {
	background-image: url('../images/b-hosting/icon-ftp.png');
}
.b-section__hosting_order .b-hosting__ssh {
	background-image: url('../images/b-hosting/icon-ssh.png');
}
.b-section__hosting_order .b-hosting__web_email {
	background-image: url('../images/b-hosting/icon-web_email.png');
}
.b-section__hosting_order .b-hosting__cron {
	background-image: url('../images/b-hosting/icon-cron.png');
}
.b-section__hosting_order .b-hosting__log_files {
	background-image: url('../images/b-hosting/icon-log_files.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__isp {
	background-image: url('../images/b-hosting/icon-isp.png');
}
.b-section__hosting_order .b-hosting__cpanel {
	background-image: url('../images/b-hosting/icon-cpanel.png');
}
.b-section__hosting_order .b-hosting__plesk_sitebuilder {
	background-image: url('../images/b-hosting/icon-plesk_sitebuilder.png');
}
.b-section__hosting_order .b-hosting__firewall {
	background-image: url('../images/b-hosting/icon-firewall.png');
	background-position: 15px 10px;
}
.b-section__hosting_order .b-hosting__protected_dir {
	background-image: url('../images/b-hosting/icon-protected_dir.png');
}
.b-section__hosting_order .b-hosting__backup {
	background-image: url('../images/b-hosting/icon-backup.png');
}
.b-section__hosting_order .b-hosting__support,
.b-section__hosting_order_vps .b-hosting__support {
	background-image: url('../images/b-hosting/icon-support.png');
}
.b-section__hosting_order_vps .b-hosting__support {
	background-position: 15px 10px;
}
.b-section__hosting_order_vps .b-hosting__ip {
	background-image: url('../images/b-hosting/icon-ip.png');
	background-position: 15px 10px;
}
.b-hosting__control_panel {
	margin: 0 15px;
}
.b-section__hosting_order .b-hosting__special_box {
	border: 1px solid #d2e1eb;
	color: #3673b7;
	font: normal 14px/1 'Display Bold', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 10px;
}
.b-section__hosting_order_vps .b-hosting__special_box {
	border: 1px solid #d2e1eb;
	color: #3673b7;
	font: normal 14px/1 'Display Bold', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 10px;
}
.b-section__hosting_order .b-hosting__specs {
	display: none;
}
.b-table__hosting_order .b-table__row_tips .b-table__cell_last {
	padding-right: 30px;
	text-align: right;
}
.b-section__hosting_order .b-show_all_specs, .b-section__hosting_order .b-show_main_specs {
	border-bottom: 1px dashed;
	color: #3f92ce;
	cursor: pointer;
	text-decoration: none;
}
.b-section__hosting_order .b-show_all_specs:hover, .b-section__hosting_order .b-show_main_specs:hover {
	color: #0f629e;
}
.b-section__hosting_order .b-show_main_specs {
	display: none;
}


/*** --- Hosting order VPS --- ***/
.b-tabs.b-table__hosting_order {
	width:100%;
	border: 0;
}
.b-table__hosting_order .b-tabs__item {
	background: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	color:#222;
	cursor:pointer;
	font:normal 16px/1 'Display Medium', Arial, Helvetica, sans-serif;
	padding:15px 20px;
	text-align: center;
	vertical-align: middle;
	width:33%;
}
.b-table__hosting_order .b-tabs__item_deactive {
	background: #f5f5f5;
	cursor: default;
}
.b-table__hosting_order .b-tabs__item__text {
	border: 0;
}
.b-table__hosting_order .b-tabs__item:hover {
/* 	color:#0f629e; */
}
.b-table__hosting_order .b-tabs__item:hover .b-tabs__item__text {
	border-bottom-color:#0f629e;
}
.b-table__hosting_order .b-tabs__item_active, .b-table__hosting_order .b-tabs__item_active:hover {
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #fff;
}
.b-table__hosting_order .b-tabs__item_active .b-tabs__item__text {
	border-bottom: none;
}

.b-table__hosting_add .b-table__cell {
	width: 12.5%;
}
.b-table__hosting_add .b-table__row_hover_arrow .b-table__cell_hovered {
	background: url('../images/b-table__cell_arrow_bg.png') no-repeat 50% -6px;

}

.b-table__hosting_vps_add .b-table__cell {
	width: 12.5%;
}
.b-table__hosting_vps_add .b-table__row_hover_arrow .b-table__cell_hovered {
	background: url('../images/b-table__cell_arrow_bg.png') no-repeat 50% -6px;

}

.b-hosting_panels {
	margin-bottom: 40px;
}
.b-hosting_panels .b-hosting_panels__item {
	float: left;
	width: 25%;
}
.b-hosting_panels .b-hosting_panels__item_select {
	background: #e6e4e4;
	cursor: pointer;
	display: block;
	margin-bottom: 8px;
	padding: 6px;
	width: 147px;
}
.b-hosting_panels .b-hosting_panels__item_select:hover {
	background: #3673b7;
	color: #ffffff;
}


/*** --- Domains DNS --- ***/
.b-form__domain_dns_order {
	background: #f5f5f5;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.b-form__domain_dns_order .b-table__cell {
	padding: 6px;
}
.b-form__domain_dns_order .i-lightbox-link {
	border-bottom: 1px dashed #3f92ce;
	text-decoration: none;
}
.b-form__domain_dns_order .b-field {
	width: 190px;
}
.b-form__domain_dns_order .b-select {
	width: 130px;
}
.b-domain_dns_info {
	width: 600px;
}


/*** --- Domains DNS Edit --- ***/
.b-form__dns .b-table .b-table__row_title .b-table__cell {
	padding-bottom: 2px;
}
.b-form__dns .b-field {
	width: 150px;
}
.b-form__dns .b-checkbox-list .b-checkbox-list__item {
	list-style-type: none;
}


/*** --- Domains get sertificate --- ***/
.b-sertificate_view {
	color: #989898;
	float: right;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: center;
}
.b-sertificate_view__box {
	border-top: 1px solid #fff;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #e5e6e6;
	border-left: 1px solid #f7f7f7;
	margin-bottom: 10px;
}
.b-sertificate_view__box_inner {
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #e5e6e6;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #e5e6e6;
	width: 184px;
}


/*** --- Domains reg wizard --- ***/
.b-price_box {
	background: #f7f7f7 url('../images/b-price_box_bg.png') repeat-x;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #f2f2f2;
	float: right;
	height: 75px;
	overflow: hidden;
	padding: 15px 9px 14px 10px;
	position: relative;
	top: -32px;
	width: 220px;
}
.b-price_box__inner {
	border-top: 1px dotted #989898;
	border-bottom: 1px dotted #989898;
	color: #000;
	font-family: 'Display Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0;
	text-align: left;
	vertical-align: bottom;
}
.b-price_box__inner_total {
	display: block;
	float: left;
	padding-top: 0px;
}
.b-price_box__inner_sum {
	display: block;
	float: right;
	font-size: 24px;
}


/*** --- Dedicated --- ***/
.b-servers__list__dedicated .b-servers__item {
	border: 7px solid #e6e4e4;
	height: auto;
	margin-bottom: 10px;
	padding: 15px 20px 0;
	width: 391px;
}
.b-servers__list__dedicated .b-servers__item__title {
	border-bottom: 1px solid #e6e4e4;
	line-height: 30px;
	margin-bottom: 6px;
	padding-bottom: 0.2em;
}
.b-servers__list__dedicated .b-servers__item__price {
	font-size: 28px;
	float: right;
}
.b-servers__item__price_table {
	display: inline-table;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
}
.b-servers__item__price_table .b-table__cell {
	padding: 0;
}
.b-servers__item__price_table .b-table__cell_first {
	border-bottom: 1px solid #222222;
	padding-bottom: 2px;
}
.b-servers__list__dedicated .b-servers__item__features {
	display: block;
	font-size: 14px;
	height: 108px;
	line-height: 18px;
	margin-bottom: 1em;
	overflow: hidden;
	white-space: nowrap;
}
.b-servers__list__dedicated .b-servers__item__features__title, .b-servers__item__features__value {
	float: left;
	height: 18px;
	overflow: hidden;
}
.b-servers__list__dedicated .b-servers__item__features__title {
	margin-right: 5px;
	width: 80px;
}
.b-servers__list__dedicated .b-servers__item__features__value {
	width: 235px;
}
.b-servers__list__dedicated .b-servers__list__dedicated__submit {
	height: 0;
	padding: 0;
	text-align: right;
}
.b-servers__list__dedicated .b-button {
	margin: 0;
	position: relative;
	left: 0;
	top: -60px;
}
.b-servers__list__dedicated .b-servers__item:hover {
	border-color:#3673b7;
	background-color:#3673b7;
	color:#FFF;
	text-decoration:none;
}
.b-servers__list__dedicated .b-servers__item:hover a {
	color: #fff;
}
.b-servers__list__dedicated .b-servers__item:hover .b-servers__item__price_table .b-table__cell_first {
	border-bottom: 1px solid #fff;
}
.b-servers__list__dedicated .b-servers__item:hover .b-button {
	background-color: #d6d6d6;
	background-image: url(../images/b-button_size_large_theme_gray_bg.gif);
	color: #393939;
	text-shadow: 0 1px 0 #DDD;
}
.b-servers__list__dedicated .b-servers__item:hover .b-button_theme_gray:hover {
	background-color: #CCC;
	color: #393939;
	text-shadow: 0 1px 0 #DDD;
}
.b-content__sidebar__dedicated .b-section {
	padding: 8px;
}
.b-content__sidebar__dedicated .b-section .b-legend {
	color: #222222;
	font-family: 'Display Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.b-content__sidebar__read_more {
	margin-top: 15px;
	padding-left: 28px;
}
.b-dedicated_popup {
	width: 300px;
}


/*** --- Antispam --- ***/
.b-field_error_text__antispam {
	margin-top: 0;
	margin-bottom: 12px;
}


.b-hosting_os {
	background: url('../images/b-hosting/os.png') no-repeat 0 0;
	height: 24px;
	margin: 30px auto 0 auto;
	width: 153px;
}
.b-posters__item:hover .b-hosting_os {
	background-position: 0 -24px;
}
.b-vps_advantages, .b-popup {
	width: 750px;
}
.b-popup_width_thinner {
	width:550px;
}
.b-list__green_marker {
	list-style-image: url('../images/b-marker_green.png');
	padding-left: 28px;
}
.b-stretch-vertical {
	margin-top: -20px;
}
.b-code {
	font-family:monospace;
	display:block;
	padding:5px;
	margin:3px -5px;
	background:#E5EEF9;
}

/*** --- Banner --- ***/
.b-banner {
	background: #fff;
	border: 1px solid #c8c8c8;
	color: #000;
	display: block;
	margin: 40px 11px 0 -5px;
	padding: 23px 10px 11px;
	text-decoration: none;
}
.b-banner__title {
	color: #000;
	font: normal 18px/1.16 'Display Bold', Arial, Helvetica, sans-serif;
	padding-left: 18px;
}
.b-banner__list {
	padding: 8px 0 0;
}
.b-banner__list_item {
	background: url('../images/b-marker_green__small.png') no-repeat;
	line-height: 15px;
	margin-top: 10px;
	padding-left: 18px;
}
.b-banner__price {
	background: url('../images/b-price_label.png') no-repeat;
	color: #fff;
	font: normal 30px/1 'Display Bold', Arial, Helvetica, sans-serif;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	overflow: hidden;
	padding: 0 0 0 10px;
	position: relative;
	right: 1px;
	white-space: nowrap;
	width: 190px;
}
.b-banner__price_details {
	font-size: 18px;
}
.b-banner_price_label {
	position: relative;
	top: 0;
	right: -9px;
	z-index: 1;
}


/*** --- Template Monster --- ***/
.b-templates_filter {
	float: left;
	width: 337px;
}
.b-templates_filter + .b-templates_filter {
	margin-left: 21px;
}
.b-templates_filter__check_all {
	border-bottom: 1px dotted #097ce7;
	color: #097ce7;
	float: right;
	text-decoration: none;
}
.b-templates_filter__title {
	font-size: 14px;
}
.b-templates_filter__wrap {
	background: url(../images/b-templates_filter__wrap_bg.png) repeat-x;
	border: 1px solid #bcbcbc;
	border-top: 0;
	border-left: 1px solid #d0d0d0;
	-webkit-border-radius: 5px/7px;
	-moz-border-radius: 5px/7px;
	border-radius: 5px/7px;
	margin: 4px 0 15px;
	padding: 4px 1px 0;
}
.b-templates_filter__inner {
	height: 199px;
	overflow-y: auto;
	padding: 11px 12px 15px;
}
.b-section__templates_monster .b-title__pagination {
	float: left;
}
.b-section__templates_monster .b-pagination {
	float: right;
	padding-top: 0;
}
.b-templates_filter__item {
	line-height: 16px;
}
.b-templates_list {
	margin-left: -20px;
}
.b-templates_list__item {
	background: #fff;
	border: 7px solid #e6e4e4;
	float: left;
	height: 320px;
	margin: 0 0 20px 20px;
	padding: 15px;
	position: relative;
	width: 174px;
}
.b-templates_list__item:hover {
	background: #3673b7;
	border: 7px solid #3673b7;
}
.b-templates_list__preview {
	height: 150px;
	width: 174px;
}
.b-templates_list__zoom {
	background: url(../images/b-icon_zoom_plus.png) no-repeat 0 0;
	display: block;
	height: 37px;
	position: absolute;
	right: 14px;
	top: 130px;
	width: 37px;
}
.b-templates_list__item:hover .b-templates_list__zoom {
	background-position: 0 -37px;
}
.b-templates_list__price {
	border-bottom: 1px solid #e6e4e4;
	display: block;
	font: normal 18px/1 'Display Medium', Arial, Helvetica, sans-serif;
	margin: 15px 0 17px;
	padding-bottom: 17px;
}
.b-templates_list__item:hover .b-templates_list__price {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.b-templates_list__type, .b-templates_list__type_link {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;;
}
.b-templates_list__item:hover .b-templates_list__type, .b-templates_list__item:hover .b-templates_list__type_link {
	color: #fff;
}
.b-templates_list__type_link:hover {
	color: #fff;
	text-decoration: none;
}
.b-templates_list__details {
	display: block;
	margin-top: 6px;
}
.b-templates_list__item:hover .b-templates_list__details, .b-templates_list__item:hover .b-templates_list__details_link {
	color: #fff;
}
.b-templates_list__buttons {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.b-templates_list__button {
	padding: 0 10px;
}
.b-templates_list__button_cart {
	margin-left: 4px;
}
.b-templates_list__subtitle {
	font-weight: bold;
	padding-top: 6px;
}
.b-section__templates_monster .b-field__error-box {
	background-position: 20px 12px;
	margin-top: 14px;
}
.b-templates_type__column {
	float: left;
	margin-bottom: 10px;
	width: 33%;
}
.b-templates_type__item {
	margin-top: 4px;
}
.b-templates_list__preview_popup {
	background: rgba(66, 80, 93, 0.94);
	border: 0;
	left: -9999px;
	padding: 10px;
	position: fixed;
	top: -9999px;
	z-index: 105;
}
.b-templates_list__preview_popup_image {
	border: 8px solid #d9d9d9;
	border-right-width: 16px;
	border-left-width: 16px;
	z-index: 105;
}

.b-title__back_link {
	background: url(../images/b-title__back_link.png) no-repeat 0 3px;
	color: #009ee0;
	display: inline-block;
	float: right;
	font: 14px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-left: 20px;
	text-decoration: none;
}
.b-title__back_link:hover {
	color: #009ee0;
}
.b-templates_details__gallery {
	float: left;
	width: 456px;
}
.b-templates_details__gallery_full_wrap {
	border-bottom: 1px solid #e6e4e4;
	margin-bottom: 29px;
	padding-bottom: 20px;
}
.b-templates_details__gallery_preview_list {
	margin-left: -7px;
}
.b-templates_details__gallery_preview {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 7px;
	vertical-align: top;
}
.b-templates_details__info {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 219px;
}
.b-templates_details__info_price {
	background: url(../images/b-price_label_long.png) no-repeat;
	color: #fff;
	font: normal 18px/50px 'Display Bold', Arial, Helvetica, sans-serif;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 30px 0 15px;
	width: 198px;
}
.b-templates_details__info .b-button_theme_gray {
	margin-right: 29px;
}
.b-templates_details__info_price_sum {
	font-size: 30px;
}
.b-templates_details__info_list {
	margin-top: 20px;
}
.b-templates_details__info_list_key {
	display: block;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin: 5px 0 2px;
}
.b-templates_details__info_list_value {
	font: normal 14px Arial, Helvetica, sans-serif;
}
.b-templates_list__similar_link {
	color: #009ee0;
	float: right;
	font-size: 14px;
	margin-top: 8px;
	text-decoration: underline;
}
.b-templates_list__similar_link:hover {
	color: #009ee0;
	text-decoration: none;
}

/*** --- Domains choice --- ***/
.b-form__domain_d_choice_order {
	background: #f5f5f5;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.b-form__domain_d_choice_order .b-table__cell {
	padding: 6px;
}
.b-form__domain_d_choice_order .i-lightbox-link {
	border-bottom: 1px dashed #3f92ce;
	text-decoration: none;
}
.b-form__domain_d_choice_order .b-field {
	width: 190px;
}
.b-form__domain_d_choice_order .b-select {
/*	width: 350px; */
}
.b-domain_d_choice_info {
	width: 600px;
}

/*** --- Domains premium --- ***/
.d_premium_sel_cat0 {
	background:#4082c2;
	color:#FFF;
	padding: 2px 5px 2px 5px;
	vertical-align:middle;
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.d_premium_sel_cat0:hover {
	color: #fff;  
}

div.progress {
	display: none;
	width: 300px;
	margin-left: -150px;
	top: 45%;
	left: 50%;
	position: fixed;
	z-index: 101;
	text-align: center;
}

div.progress div {
	background-color: #efefef;
	border: 4px solid #bbc0c4;
	padding: 9px 45px 9px 45px;
} 

span.link_status {
	display: block;
	background: url('../images/navigation_sprite.png') no-repeat;
	width: 26px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 5px;
	z-index: 10;
	text-indent: -9999px;
}

span.new_menu {
	background-position: -200px -144px !important;
}

span.best_menu {
	background-position: -200px -129px !important;
}

span.idn_zone {
	background-position: -200px -100px !important;
}

/*** --- Hosting Unlim --- ***/
.b-hosting-plan__left-side {
	float: left;
	padding: 12px 28px 14px 0px;
	width: 507px;
}
.b-hosting-plan .b-support {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}
.b-hosting-plan .b-table__cell__unlim {
	padding-left: 32px;
	text-align: left;
}
.b-hosting-plan__right-side {
	float: right;
	padding: 12px 30px 12px 0px;
	width: 170px;
}
.b-hosting-plan__form {
	margin: 0px;
}
.b-hosting-plan__price-wrapper {
	border: 7px solid #e4e4e4;
	margin-bottom: 24px;
	padding: 12px 12px 27px 12px;
}
.b-hosting-plan__button {
	margin: 0 auto;
}
.b-hosting-plan__price {
	color: #000;
	display: block;
	font: bold 44px/18px Arial, 'DejaVu Sans', sans-serif;
	padding-top: 37px;
	padding-bottom: 9px;
	text-align: center;
	white-space: nowrap;
}
.b-hosting-plan__price-tag {
	word-spacing: -10px;
}
.b-hosting-plan__price-currency {
	color: #000;
	font: bold 26px/18px Arial, 'DejaVu Sans', sans-serif;
}
.b-hosting-plan__price-term {
	color: #555;
	display: block;
	font: 18px/20px Arial, 'DejaVu Sans', sans-serif;
	font-style: normal;
	padding-bottom: 12px;
	text-align: center;
}
.b-hosting-plan__price-term_display_inline {
	display: inline;
	line-height: 0px;
	padding-bottom: 0px;
}
.b-hosting-plan__price-desc {
	color: #37331e;
	display: block;
	font: 10px/14px Arial, 'DejaVu Sans', sans-serif;
	margin: 0px auto 0px auto;
	padding: 29px 0px 0px 0px;
	width: 119px;
}
.b-counter-buttons {
	text-align: center;
}
.b-counter-buttons__title {
	display: block;
}
.b-counter-buttons .b-button {
	display: inline;
	margin-top: 8px;
}
.b-counter-buttons .b-button:last-child {
	margin-bottom: 8px;
}
.b-counter-buttons .b-field {
	margin: 0 10px;
	text-align: center;
	width: auto;
}

/*** --- Domain Registration --- ***/
.b-domains-result {
	margin-bottom: 19px;
	padding: 15px 12px;
}
.b-domains-result_status_available {
	background: #e5f7e1;
}
.b-domains-result_status_unavailable {
	background: #f7e3eb;
}
.b-domains-result__list {
	font-size: 14px;
	margin-bottom: 12px;
}
.b-domains-result__item {
	border-bottom: 1px solid #c6e4bf;
	padding: 2px 0;
}
.b-domains-result__item_mode_unavail {
	border-bottom: 1px solid #e4ccbf;
}
.b-domains-result__item_order_last {
	border-bottom: none;
}
.b-domains-result__checkbox {
	margin-left: 0;
}
.b-domains-result__item-details {
	display: block;
	float: right;
}
.b-domains-result__price {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
}
