@CHARSET "UTF-8";


div.body {
    background:url(/img/snow1.gif) left top no-repeat;
}
.info {
    height:120px;
}
.info td {
    padding-left:20px;
    padding-top:0px;
}

table.inner_table {
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
}

table.inner_table tr td.logo {
    padding-left:0px;
    padding-top:27px;
    padding-bottom:50px;
    width:205px;
}

table.head_line {
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
}

table.head_line tr td {
    background:transparent;
}

table.head_line tr td.functions {
    padding-left:57px;
}
b {
    color:#fe491a;
}

span.phone {
    color:#808080;
}
/* Круглые блоки на главной */

.rus, .eng {
  width:16px;
  height:11px;
  display:block;
  float:left;
  margin:3px 3px 0px 10px;
  overflow:hidden
}

.rus {
  background:url(/img/lang.gif) no-repeat 0 0;
}

.eng {
  background:url(/img/lang.gif) no-repeat 0 -11px;
}
/**
 * spechosting
 */
.spechosting-switcher {
    text-align:center;
    }
    .spechosting-switcher img {
        margin:1em;
    }
    
    
    

/** Начинается код, скопированный из sw.css
 * reset
 */
html,body,img,table,th,td,p,h1,h2,h3,h4,h5,h6,ul,ul li,form,fieldset,input,button,select,textarea,dl,dt,dd
	{
	margin: 0;
	padding: 0;
}
html,img,table,fieldset {
	border: 0;
}
form,div,p {
	display: block;
}
/**
 * elements
 */
body {
	background:url(img/ny/ny2009.gif) 50% 0 no-repeat;
	background:#fff;
	color:#333;
	font: 81.25%/1.5 Arial, Helvetica, sans-serif;
}
p {
	font-size: 100.01%;
	margin: .5em 0 1em;
}
a {
	color: #53B1DF;
	text-decoration: underline;
}
a:visited {
	color: #2080AF;
}
a:hover {
	color: #FF4B19;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: .7em 0 .35em;
}
h1.sitetitle {
	background: url(img/bg2.png) 0 0 no-repeat;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 80px 0 0;
	width: 100%;
}
h1 {
	border-bottom: 5px solid #80D5FF;
	font-size: 138%;
	font-weight: 700;
	margin-top: 0;
	margin-bottom:.8em;
	padding: 0 0 .2em;
}
h2 {font-size: 123%;}
h3 {font-size: 115%;}
h4 {font-size: 108%; font-weight:400;}
h5 {font-size: 100.01%;}
h6 {font-size:92.3%;text-transform: uppercase;}
ul {
	list-style: none;
	margin: .2em 0 1em 10px;
}
ul li {
	background: url(img/bull.gif) 0 .7em no-repeat;
	padding: 0 0 0 12px;
}
ol.cnto_list {
    padding-left:20px;
    margin-right:20px;
}
ol.cnto_list, ol.cnto_list li {
    font:normal 12px Arial,sans-serif;
    list-style-type:none;
    margin-top:3px;
    margin-bottom:3px;
}

ol.cnto_list li span {
    color:#FF4B19;
}

ol.cnto_list li ul.list_content, ol.cnto_list ul.content_list {
    padding-left:40px;
}
ul.readable_list li {
    margin-bottom:.7em;
}
ul.readable_list b {
    white-space:nowrap;
}
ul.simple_list {
	line-height:1.3;
    list-style:none;
    margin:1em 0;
    padding:0;
    }
    ul.simple_list li {
        background:none;
        margin:0 0 .1em;
        padding:0;
    }
hr {
	clear: both;
	display: block;
	border: solid #f0f0f0;
	border-width: 5px 0 0;
	height: 0;
	margin: 2em 0;
	width: 100%;
}
/**
 * forms
 */
.field_set_bg {
	margin-bottom:1em;
	margin-left:-10px;
	position: relative;
}
/**
 * usable_form
 */
.obertkaform {
	position: relative;
}
.usable_form {
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 1em 1em 1px;
}
.obertkaform .usable_form {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width:0 1px;
}
.usable_form .row {
	clear: both;
	margin: .5em 0;
}
.usable_form .row-btn {
	position: relative;
	text-align: right;
	z-index: 10;
}
.usable_form label {
	clear: none;
	display: block;
	/*font-size: 13px;*/
	margin: 0 0 .1em;
}
label.isAcceptedLabel {
	display: inline;
}
.isAccepted input {
	vertical-align: middle;
}
.usable_form fieldset {
	border-bottom: 1px dashed #ccc;
	display: block;
	margin: 0 0 1em;
	padding: .5em 1px;
	/*padding:10px;
     width:100%;*/
}
.obertkaform .usable_form fieldset {
	position: relative;
	z-index: 2;
}
.usable_form legend {
	background: none;
	border-bottom: 5px solid #ddd;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.eg-cell {
	float: right;
	font-size: 13px;
	width: 30%;
}
.f-cell {
	display: block;
	margin-bottom: .3em;
	padding: 0 10px 0 0;
	position: relative;
	width: 62%;
}
.full-name .last-child {margin-right: 0;}
.usable_form .text-field {width: 100%;}
.comment {
	clear: both;
	color: #777;
	display: block;
	font-size: 92%;
	margin: .1em 0 0;
	width: 100%;
}
.text-field,.usable_form textarea {
	background: #fff;
	border: 1px solid #ccc;
	/*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
	font: 100.01% Arial, sans-serif;
	padding: 3px 4px;
	width: 100%;
}
.usable_form textarea {height: 5em;}
.usable_form .text-field:focus,.usable_form textarea:focus {border-color: #6DC6F2;}
.usable_form .text-field.focused-field,.usable_form textarea.focused-field {//border-color: #6DC6F2;}
input.error,textarea.error {
	/*background: #ffe6df;*/
}
.usable_form label.error,.error_container {
	background: #fff;
	border: 1px solid red;
	color: red;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-radius-bottomleft: 0;
	top: 0;
	-moz-box-shadow: 1px 5px 15px #aaa;
	-webkit-box-shadow: 1px 5px 15px #aaa;
	box-shadow: 1px 5px 15px #aaa;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Glow(color=#cccccc,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=10)"
		;
	font-size: 90%;
	font-style: italic;
	left: 100%;
	margin: 0 0 0 1em;
	max-width: 220px;
	padding: 3px 5px;
	position: absolute;
	white-space: nowrap;
	//filter: progid : DXImageTransform.Microsoft.Glow ( color = #cccccc,
		strength = 5 ) progid : DXImageTransform.Microsoft.Shadow ( color =
		#aaaaaa, direction = 180, strength = 10 );
}
.checkradio {
	float: left;
	//margin: -3px 0 0 -3px;
}
.forcheckradio {
	display: block;
	line-height: 1.2;
	margin: 0 0 .2em 18px;
}
b.required {
	color: #6DC6F2;
	font: 700 14px Courier, monospace;
}
.disabledBtn {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 50);
}
.t-f-wrap {
	background: url("img/inp3.gif") 0 0 no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	height: 19px;
	padding: 0 0 0 7px;
	vertical-align:middle;
}
.t-f-wrap span {
	background: url("img/inp3.gif") 100% -19px no-repeat;
	display: -moz-inline-stack;
	display: block;
	_display: inline-block;
	height: 19px;
	padding: 0 7px 0 0;
}
.t-f-wrap span span {
	background-position: 0 -38px;
	background-repeat: repeat-x;
	height: 17px;
	padding: 1px;
}
.t-f-wrap .text-field {
	background: none;
	border: 0;
	margin: 0 -3px;
	padding: 2px 2px 0;
	vertical-align:top;
	width: auto;
}
/**
 * tables
 */
table {
	border-collapse: collapse;
	/* border-bottom: 4px solid #f0f0f0; */
	margin:0 0 1em;
	width: auto;
}
td,th {
	/* border-bottom: 1px solid #f0f0f0; */
	font-weight: 400;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
thead th {
	/* border: solid #f0f0f0; */
	border-width:4px 0;
	color:#FF4B19;
	font-weight: 700;
}
thead th span, thead th strong {
	color:#000;
}
caption {
	/*border-bottom: 4px solid #f0f0f0;*/
	font: 700 90% Arial, Helvetica, sans-serif;
	margin:1em 0 0;
	padding:0 0 5px;
	text-align: left;
	/*text-transform: uppercase;*/
}
/* аЂаАаБаЛаИб�б� аВ б�аОаДаЕб�аЖаАаНаИаИ */
.sw-data-cell {display:block;}
small.sw-data-cell {font-style:italic;}
table.swtable {
    margin-top:0;
    width:632px;
}
table.swtable caption a,
table.swtable caption .aaa {
    float:right;
    font-weight:400;
}
table.swtable caption .aaa a {
	float:none;
	font-weight:700;
}
thead.blue th {
	background:none;
    border-bottom-color:#80D5FF;
}
table.swtable thead td,
table.swtable thead th {
    text-align:right;
    color:#FF4B19;
}

table.swtable td,
table.swtable tbody th {
    text-align:right;
    padding:7px 10px;/*  7px 25px */
}
table.swtable tbody th {
    text-align:left;
}
table.swtable b {
    color:black;
}
table.swtable .swtablelabel {
    text-align:left;
    padding:7px 10px;
    width:250px;
    white-space:nowrap;
}
/*td.swtablelabel img {
    margin-left:10px;
}*/
.swtablelabel b {
    color:#FF4B19;
}
.endline td {
    padding:9px 0px;
}
.endline .swtablelabel {
    padding:9px 0px 9px 25px;
}
table.swtable tr.orangeline {
    background:url(/img/main_page/orange_str.gif) no-repeat;
}
/* аЗаАаКаАаЗб� */
.ordertitle {
  text-align:center !important
}
.footnote {color:#FF4B19;}
ul.footnote li {color:#808080;}
.swtable small {
    color:#555;
    display:block;
    font-size:11px;
    font-style:italic;
    margin-top:2px;
}
.tarif_table_ {margin-bottom:1em;}
.spec_hosting_table {
    width:100%;
}
.js_on .collapser {
    display:none;
}
.jslink {
    border-bottom:1px dotted #6DC6F2;
    outline:0;
    text-decoration:none!important;
}
.ico-help {
    cursor:pointer;
    margin-left:5px;
}
.ans_box {
    position:absolute;
}
.show_help {
    border:0;
    height:135px;
    width:150px;
}
.show_help td {
    border:0;
    padding:0;
    vertical-align:bottom;
}
.collapser .list_content {
    margin-top:1em;
    margin-bottom:1em;
}
#spec_hosting_list {
    margin-bottom:1.5em;
}
#spec_hosting_list li {
    margin-bottom:1em;
}
#spec_hosting_list li li {
    margin-bottom:0;
}
.collapser ul.list_content li, .collapser, .collapser p, .collapser div {
    color:#555;
}
.collapser ul.list_content, .collapser p {
    margin-bottom:0;
}
/**
 * form elements
 */
input.btn {
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	overflow: visible;
	padding: 2px 7px;
	text-transform: uppercase;
}
input.btn-s {
	background: #6dc6f2;
	border: 0;
}
input.btn-r {
	background: #ff4b19;
	border: 0;
}
.btn {
	display: -moz-inline-stack;
	display: inline-block;
	height: 17px;
	overflow: hidden;
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.btn span {
	display: block;
	_display: inline-block;
	height: 17px;
	padding: 0 10px 0 0;
}
.btn-s,.btn-s span {
	background: url("img/btn-s.png") 0 0 no-repeat;
}

* html .btn-s span,* html .btn-s {
	background-image: url("img/btn-s.gif");
}

.btn-r,.btn-r span {
	background: url("img/btnres.png") 0 0 no-repeat;
}

* html .btn-r span,* html .btn-r {
	background-image: url("img/btnres.gif");
}

.btn span {
	background-position: 100% -17px;
}

.btn span span {
	background-position: 0 -34px;
	background-repeat: repeat-x;
	padding: 0 1px;
}

.btn span span span {
	background: none;
	padding: 0;
}
.btn input {overflow:visible;}
.btn input,.btn a {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0 -10px;
	padding: 1px 25px 0 5px;
	//padding-top: 3px;
	position:relative;
	text-transform: uppercase;
	vertical-align: top;
}
.btn a,.btn a:visited {
	color: #fff;
	display: inline-block;
	padding-top: 2px;
	text-decoration: none;
}
/**
 * classes
 */
.not-definition-term dt {display:none;}
.k-section,.k-block {
	margin: 0 0 1em;
}

.k-s-title {
	color: #444;
	font: 400 85% Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.k-s-content {}
.k-s-date {}
.k-b-title {}
.k-b-content {}
.k-b-date {
	color: #777;
	font-size: 90%;
}
.pic-l {
	float: left;
	margin: 3px 1em 1em 0;
}
.pic-r {
	float: right;
	margin: 3px 0 1em 1em;
}
.num {
	text-align: right;
}
.bool {
	text-align: center;
}
* html .wie6 {
	margin-right: -999px;
	position: relative;
	width: 100%;
}
.more a {
	background: url("img/more.gif") 100% .45em no-repeat;
	display: inline-block;
	font-size: 90%;
	padding: 0 1em 0 0;
}
.note {
	color: #808080;
	font-size: 92%;
	margin: -.5em 0 1em;
	position: relative;
}
.note p {
	color: #555;
	margin: 0;
}
.note sup,sup.note {
	color: #FF4B19;
	font-size: 110%;
	font-weight: 700;
	margin-right: .35em;
	vertical-align: top;
}
sup.note {
	margin: 0 0 0 .35em;
}
.sw-important {
	color: #FE491A;
	margin-bottom: .1em;
}
.jslink {
	border-bottom: 1px dashed #53B1DF;
	line-height: 1.2;
	text-decoration: none;
}
.js_off {
	visibility: hidden;
}
.js_on .js_off {
	visibility: visible;
}
/**
 * ico
 */
.sw-ico {
	background-image: url("img/ico.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

* html .sw-ico {
	/*background-image: url("img/ico.gif");*/
}

.ico-home {
	background-position: -16px 0;
}

.ico-lupa {
	background-position: 0 0;
}

.ico-mail {
	background-position: 0 -16px;
}

.ico-map {
	background-position: -16px -16px;
}

/**
 * clearing
 */
.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0;
}

.clearall {
	zoom: 1;
}

.clearall:after {
	clear: both;
	content: ' ';
	display: block;
	height: 0;
}

/**
 * rounded
 */
.k-round-mask {
	position: relative;
}

.k-r {
	display: block;
	position: absolute;
	position: relative;
	width: 100%;
	z-index: 1;
}

.k-r b,.k-r i {
	background-image: url(/img/r20.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}

.k-r-20 .k-r b,.k-r-20 .k-r i {
	height: 20px;
	overflow: hidden;
	width: 20px;
}

.k-b .k-r-t {
	top: -1px;
}

.k-b .k-r b {
	left: -1px;
}

.k-r-t b {
	background-position: 0 0;
}

.k-r-b b {
	background-position: 0 -20px;
	margin-top: -19px;
}

.k-r i {
	left: -19px;
	margin-left: 100%;
}

.k-r-t i {
	background-position: -20px 0;
}

.k-r-b i {
	background-position: -20px -20px;
	margin-top: -19px;
}

.k-r-mask .k-r b, .k-r-mask .k-r i {
	background: url("img/r20mwh.png") 0 0 no-repeat;
	width: 40px;
	height: 72px;
}

.fff_bg .k-r-t b {
	clip: rect(0 20px 20px 0);
}

.fff_bg .k-r-t i {
	left: -40px;
	clip: rect(0 40px 20px 20px);
}
.fff_bg .k-r-b b {
    clip: rect(20px 20px 40px 0);
    margin-top:-40px;
}

.fff_bg .k-r-b i {
    left: -40px;
    clip: rect(20px 40px 40px 20px);
    margin-top:-40px;
}
/**
 * layouts
 */
html,body {
	height: 100%;
}
body {
	/*background:#fff url(img/ny/424.gif) 50% 0 no-repeat;*/
}
.sw-wrap {
	margin: 0 auto;
	padding: 0 20px;
	width: 882px;
}
.sw-inner {
	margin: 0 21px 1em;
	width: 840px;
}
#body {margin-top:1em;}
.sw-inner-index {
	margin: 0 0 1em;
}
#sweb_design {
	/*background:url(img/ny/sugrob.gif) 50% 0 repeat-y;*/
	min-height: 100%;
}
* html #sweb_design {
	height: 100%;
}
.sw-header {
	background:#fff;
	margin:0 auto;
	padding:1em 0;
}
.sw-pompon {
	background: #f0f0f0;
	border: solid #b8b8b8;
	border-width: 0 1px 1px;
	margin: 0 auto;
	width: 838px;
}
.sw-footer {
	color: #fff;
	height: 12em;
	margin-top: -12em;
}
.sw-section {
	float: left;
	margin: 0;
	padding: 0;
	width: 665px;
}
.sw-section .sw-sidebar {
	float: left;
}
.sw-section .sw-section {
	float: right;
	width: 495px;
}

.inner-page .page_content {
	padding-left: 20px;
	width: 635px;
}

.sw-sidebar {
	float: right;
	line-height: 1.3;
	width: 170px;
}

.sw-container {
	padding-bottom: 13em;
}

/**
 * sw-header
 */
.sw-pompon .k-r-b b {
	clip: rect(56px 16px 72px 0);
	left: -1px;
	top: -52px;
}

.sw-pompon .k-r-b i {
	clip: rect(56px 32px 72px 16px);
	left: -31px;
	top: -52px;
}

/**
 * float_search
 */
.float_search {
	display: none;
	position: absolute;
	width: 15em;
}

.float_search .k-r {
	background: #fff;
	height: 13px;
	width: auto;
}

.float_search .k-r-t {
	border-top: 1px solid #ccc;
	margin: 0 14px 0 4px;
}

.float_search .k-r-b {
	border-bottom: 1px solid #ccc;
	margin: 0 14px;
}

.float_search .k-r b,.float_search .k-r i {
	background-image: url(img/ico.png);
	background-repeat: no-repeat;
	clip: auto; height : 14px;
	margin: 0;
	position: absolute;
	height: 14px;
}

.float_search .k-r-t b {
	background-position: 0 -32px;
	height: 16px;
	left: -4px;
	top: -3px;
	width: 4px;
}

.float_search .k-r-t i {
	background-position: -16px -32px;
	height: 14px;
	left: 100%;
	top: -1px;
	width: 14px;
}

.float_search .k-r-b i {
	background-position: 0 -50px;
	height: 14px;
	left: 100%;
	top: 0;
	width: 14px;
}

.float_search .k-r-b b {
	background-position: -16px -50px;
	height: 14px;
	left: -14px;
	top: 0;
	width: 14px;
}

.float_search-content {
	background: #fff;
	border: solid #ccc;
	border-width: 0 1px;
	margin: -5px 0;
	overflow: hidden;
	padding: 3px 0 1px 5px;
	position: relative;
	z-index: 2;
}

.search_ico {
	background: url(/img/rounded/elements.gif) 0 -102px no-repeat;
	cursor: pointer;
	height: 10px;
	width: 10px;
}

.ico-nav {
	float: left;
	padding: 19px 0 0 4px;
}

.ico-nav .sw-ico {
	margin-left: 17px;
	vertical-align: middle;
}

.float_search label {
	color: #333;
	display: block;
	margin: 0 0 2px;
}

.float_search .text-field {
	background: none;
	border: 0;
	color: #555;
	font: 12px Arial, sans-serif;
	padding: 3px 6px 0;
	width: 145px;
}

.float_search .text-field-wrap {
	background: url(/img/rounded/sw_edit_white.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 19px;
	width: 150px;
}

.float_search .btn-s {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font: 700 13px monospace;
	height: auto; margin : 0 0 0 3px;
	overflow: visible;
	padding: 0;
	margin: 0 0 0 3px;
}

.fast_whois {
	color: #666;
	margin-left: 160px;
	padding: 5px 20px;
	text-align: right;
}

.fast_whois .sw-item {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.fast_whois .sw-label {
	color: #666;
	padding-right: 1em;
}

.fast_whois label span {
	color: #000;
}

.tlds-list {
	margin: 0 0 0 1em;
	width: 21em;
}

.tlds-list label {
	display: inline-block;
	position:relative;
	width: 4em;
}

.tlds-list label input,.tlds-list label span {
	vertical-align: middle;
}

.tlds-list label .sw-ico {
	background: url("img/ico.png") -16px -64px no-repeat;
	width: 10px;
	height: 10px;
}

.tlds-list .tldchecked .sw-ico {
	background-position: 0 -64px;
}

.js_on .tlds-list label input {
	position:absolute;
	top:-1000px;
	/*visibility: hidden;*/
}
.js_on .tlds-list label .sw-ico {display:inline-block;}
.tlds-list label .sw-ico {display:none;}
.fast_whois .text-field {
	width: 115px;
}

/**
 * login+logo+banners
 */
.sw-header .banners {
	padding: 0 0 0 180px;
	position: relative;
	width: 660px;
}

.sweb-logo {
	left: 0;
	position: absolute;
	top: 45px;
	width: 180px;
}

.true_webmaster .sweb-logo {
	top: 25px;
}

.login-form {
	float: right;
	font-size: 85%;
	padding: 10px 20px 0 0;
	text-align: right;
	width: 124px;
}

.login-form .k-s-title { /*font-size:100.01%;*/
	margin-bottom:.2em;
	text-align:left;
}

.login-form .k-s-content {
	background: #b9b9b9 url(img/login.gif) 0 0 no-repeat;
	margin-bottom: .3em;
	padding: 17px 0 0;
	text-align: left;
	width: 100%;
}

.login-form .text-field {
	background: none;
	border: 0;
	margin: 0 0 -100%;
	width: 108px;
}

.login-form .t-f-wrap {
	background-position: 0 -57px;
}

.login-form .t-f-wrap span {
	background-position: 100% -76px;
}

.login-form .t-f-wrap span span {
	background-position: 0 -95px;
}

.login-form .text-field.error {
	background: #FFE6DF;
}

.login-form label.error {
	-moz-border-radius: 7px 7px 7px 0;
	-webkit-border-radius: 7px 7px 7px 0;
	border-radius: 7px 7px 7px 0;
	-moz-box-shadow: 1px 5px 15px #AAAAAA;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid red;
	color: red;
	font-size: 90%;
	font-style: italic;
	left: 100%;
	margin: -5px 0 0 1em;
	max-width: 220px;
	padding: 1px 3px;
	position: absolute;
	white-space: nowrap;
}

.login-form p {
	display: block;
	line-height: 1;
	margin: 0 0 .5em;
}

.statsPanel {
	margin: 0;
	padding: .55em 0 0;
}

.statsPanel li {
	background: none;
	float: left;
	padding: 0 0 0 10px;
	width: 210px;
}

.statsPanel dt {
	font-weight: 700;
}

.logout_row {
	margin: .5em 0 .2em;
	text-align: right;
}

/**
 * 
 */
.sw-support {
	
}

.sw-sidebar .k-s-title {
	border-bottom: 1px solid #777;
	/*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;*/
	padding: 0 0 3px 10px;
}

.sw-location {
	display: block;
}
.sw-contacts dt {
	margin-bottom: .2em;
}
.phone-code {
	color:#888;
	font-weight:400;
}
.sw-contacts .sw-value {
	color: #FE491A;
	font-weight: 700;
}
.sw-support .k-block {}
.sw-news-archive {}
.sw-news-archive .k-block {}
.hall-of-fame {
	background: url("img/race.gif") 5% 0 no-repeat;
	padding: 125px 0 0;
}
.hall-of-fame .k-block {
	display: inline-block;
	margin: 0 10% 2em 0;
	vertical-align: top;
	width: 37%;
}
.hall-of-fame .k-block {
	//display: inline;
}
.hall-of-fame .k-b-title {
	color: #444;
	font: 400 85% Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	text-transform: uppercase;
}

.hall-of-fame table {
	width: 100%;
}

.hall-of-fame ul {
	margin: 0;
}

.hall-of-fame caption {
	white-space: nowrap;
}

.add_campaign {
	float: right;
}

.image_group table {
	width: 100%;
}

.image_group .dim {
	width: 25%;
}

.sw-banner-code fieldset {
	border-bottom: 0;
	padding-right: 11px;
}

.selector {
	display: none;
	float: right;
	margin-top: -1.8em;
}

.sw-banners-eg span,.sw-banners-eg div {
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: top;
}

.wallets_list {
	
}

.reg-data dt,.reg-data dd {
	display: inline;
}

.reg-data dd {
	font-weight: 700;
}

/**
 * tabs
 */
.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs-nav {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em;
	padding: 0;
}

.ui-tabs-nav li {
	background: none;
	/*-moz-border-radius:7px 7px 0 0;
        -webkit-border-radius:7px 7px 0 0;
        border-radius:7px 7px 0 0;*/
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.ui-tabs-nav a,.ui-tabs-nav a:visited {
	border: solid #ccc;
	border-width: 1px 1px 0;
	/*-moz-border-radius:7px 7px 0 0;
            -webkit-border-radius:7px 7px 0 0;
            border-radius:7px 7px 0 0;*/
	color: #000;
	display: block;
	margin: 0 -1px -1px 0;
	outline: none;
	padding: 3px 8px;
	text-decoration: none;
}

.ui-tabs-nav a:hover {
	border-color: #999;
}
.tarif-tabs .ui-tabs-nav a, .tarif-tabs .ui-tabs-nav a:visited {
	border:0;
} 
li.ui-state-default {
	background: #eee;
	color: #000;
}

li.ui-state-hover {
	background: #e9e9e9;
	z-index: 2;
}

.ui-tabs-selected a {
	background: #fff;
	color: #000;
}

.ui-tabs-panel {
	
}

/**
 * nav
 */
.nav {
	background: #000;
	font: 77%/ 37px Tahoma, Geneva, sans-serif;
	margin: 0 0 0 21px;
	min-height: 37px;
	padding: 0 10px;
	text-transform: uppercase;
	width: 820px;
}

div.nav {
	padding: 0;
	width: 840px;
}

.nav table {
	border: 0;
	height: 37px;
	line-height: normal;
	margin: 0 10px;
	position:relative;
	width: 820px;
	z-index:2;
}

.nav li {
	background: url(img/nav.gif) 100% 50% no-repeat;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 164px;
}

.nav th {
	border: 0;
	padding: 0;
	vertical-align: middle;
	width: 108px;
}

.nav td {
	border: 0;
	background: url(img/nav.gif) 50% 50% no-repeat;
	padding: 0;
	width: 10px;
}

.nav .last-child {
	background: none;
}

.nav a,.nav a:visited {
	color: #ddd;
	display:block;
	text-align: center;
	text-decoration: none;
}

.nav a:hover,.nav th:hover div a,.nav th.thover div a {
	color: #fff;
	text-decoration: underline;
}

/**
 * submenu
 */
.nav th div {
	position: relative;
	text-align:left;
	z-index: 1;
	_zoom:1;
}

.nav .submenu {
	background: url("img/sub_menu_top.gif") 0 0 no-repeat;
	display: none;
	left:0;
	padding: 12px 0 0;
	position: absolute;
	width: 194px;
}

.nav th:hover .submenu,.nav th.thover .submenu {
	display: block;
}

a.parent-item {
	padding: 0 0 0 10px;
}

a.parent-item,a.parent-item span {
	background: url("img/menu-bg.png") -1000px 0 no-repeat;
	display: block;
	text-align:center;
	_zoom:1;
}

a.parent-item span {
	padding: 2px 10px 2px 0;
}

th:hover a.parent-item,th.thover a.parent-item {
	background: #FF4B19 url("img/menu-bg.png") 0 0 no-repeat;
}

th:hover a.parent-item span,th.thover a.parent-item span {
	background-position: 100% 0;
}

.submenu ul {
	background: url("img/sub_menu_bot.gif") 0 100% no-repeat;
	margin: 0;
	padding: 0 0 12px;
}

.nav .submenu li {
	background: #FF4B19;
	float: none;
	margin: 0;
	padding: 0 15px;
	zoom: 1;
}

.nav div .submenu li a,.nav div .submenu li a:visited {
	background: none;
	color: #fff;
	display: block;
	padding: 3px 7px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	zoom: 1;
}

.nav div .submenu li a:hover {
	background: #FF815F;
}

/**
 * sw-footer
 */
.sw-footer .sw-bg {
	background:#6DC6F2;
	font-size: 10px;
	height: 100%;
	margin-bottom:0;
	position: relative;
}
.sw-footer  a, .sw-footer  a:visited {color: #fff;}
.sw-footer a:hover {text-decoration: none;}
.copy_n_counters {
	line-height: 1.3;
	padding: 12px 22px 0;
}
.sw-copyright {
	border-right: 1px solid #000;
	float: left;
	padding: 2px 20px 2px 0;
	width: 160px;
}
.sw-licences {
	display: block;
	margin-bottom: 2em;
}
.sw-services {
	margin: 0 0 1.5em;
}
.sw-services li {
	background: none;
	margin: 0;
	padding: 0;
}
.sw-footer .sw-contacts {
	border-left: 1px solid #000;
	float: left;
	margin: 0 0 0 -1px;
	padding: 2px 20px;
}
.sw-counters {
	float:right;
	text-align:right;
}
.bug_report {
	bottom: 0;
	height: 20px;
	left: 0;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0 0;
	/* position:absolute; */
	text-align: center;
	width: 100%;
}
.sw-sweb {
	bottom: 33px;
	position: absolute;
	right: 22px;
}
/**
 * breadpath
 */
.breadpath {
	font-size: 92%;
	margin-left:0;
	margin-top:0;
}
.breadpath li {
    background:url("/img/direction_right.gif") 100% .5em no-repeat;
    display:inline;
    font-weight:700;
    margin:0 0 .5em;
    padding:0 20px 0 0;
}
.breadpath li a {font-weight:400;}
.breadpath .current_page {background:none;color:#000;padding:0;}
/**
 * 
 */
.text-field.loading {
	background: #fff url(img/ajax.gif) 99% 50% no-repeat;
}

/**
 * 
 */
.text-overflow {
	background: url(img/sh33.png) 0 0 repeat-y;
	bottom: 0;
	display: block;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
}

* html .text-overflow {
	display: none;
}

/**
 * sweb
 */
#spinner_outer {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.js_on {
	
}

/*.nav.k-round-mask u {
	background-image:url("img/r20mwh.png");
}*/ /**
 * trinet+sweb
 */
span.pic-l {
	border: 1px solid #d2d2d2;
	margin-top: 6px;
}

.k-s-trinet {
	margin: 10px;
	//margin-bottom: 25px;
}

.k-s-trinet .k-b {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 13px 0;
	position: relative;
	width: 270px;
}

.k-s-trinet .k-b-content {
	min-height: 112px;
	padding: 7px 6px;
	position: relative;
	z-index: 2;
	_height: 112px;
}

.k-s-trinet .k-b-title {
	background: url(/img/title.png) 0 0 no-repeat;
	font: 400 16px/ 29px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 0;
	padding: 0 0 0 14px;
	text-transform: lowercase;
}

.k-s-trinet .k-b-title span {
	background: url(/img/title.png) 100% 0 no-repeat;
	display: block;
	height: 30px;
	padding: 0 14px 0 0;
}

.k-s-trinet .k-b-title span b {
	color: #fff;
	display: block;
	margin: 0 -3px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	zoom: 1;
}

.trinet-list {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 2px 14px 0;
	padding: 0;
	width: auto;
}

.trinet-list li {
	background: none;
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
	padding: 3px 0;
	width: 100%;
}

.trinet-list .last-child {
	border: 0;
}

.trinet-list b {
	color: #ff4b19;
}

.quirks-box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * index-page
 */
.index-tariff {
	border: 0; margin : 0 auto 1em;
	width: 450px;
	margin: 0 auto 1em;
}

.index-tariff a {
	text-decoration: none;
}

.js_on .index-tariff tbody td,.js_on .index-tariff tbody th {
	cursor: pointer;
	line-height: 1;
}

.index-tariff th,.index-tariff td {
	border: solid #fff;
	border-width:0 0 1px;
	font-weight: 400;
	height: 31px;
	text-align: right;
	vertical-align: middle;
}

.index-tariff thead th {
	color:#000;
	height: auto;
	padding-bottom: 0;
	vertical-align: bottom;
}

.index-tariff .first-child,.index-tariff tbody th {
	text-align: left;
}

.index-tariff tbody td,.index-tariff tbody th {
	color: #fff;
	font: 700 15px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.index-tariff tbody td {
	background: #80D5FE url(/img/main_page/tariffs_main.gif) -70px 0
		no-repeat;
	padding: 0 10px 0 0;
}

.index-tariff tbody th {
	background: #80D5FE url(/img/main_page/tariffs_main.gif) 0 0 no-repeat;
	padding: 0 0 0 15px;
}

.index-tariff tbody .last-child {
	background: #80D5FE url(/img/main_page/tariffs_main.gif) -360px 0
		no-repeat;
}
.index-tariff tbody tr:hover th, .index-tariff tbody tr:hover td {
    background: #a2b0c0 url(/img/main_page/tariffs_main.gif) -70px -33px
        no-repeat;
}
.index-tariff tbody tr:hover th {
	background-position: 0 -33px;
}

.index-tariff tbody tr:hover .last-child {
	background-position: -360px -33px;
}

div.b_price {
	background: url(/img/main_page/tariffs_main.gif) -452px 0 no-repeat;
	font-size: 12px;
	display: block;
	height: 31px;
	margin-right: 10px;
	overflow: hidden;
}

.index-tariff tbody tr:hover div.b_price {
	background-position: -452px -33px;
}

div.b_price b {
	color: #000;
	display: block;
	padding: 9px 0 0;
}

/**
 * main_info
 */
.main_info {
	border: 0;
	margin: 0 auto 1em;
	width: 450px;
}
.main_info td {
	padding: 28px 0 14px;
	padding:0;
	vertical-align: top;
	width: 50%;
}
.main_info .main_info_tariff-cell {
	height:169px;
}
.main_info_tariff-cell {
	border: 0;
}
.k-c-boxxx {
	display: block;
	margin: 0 20px 0 15px;
	padding:41px 0 0;
	position: relative;
	z-index: 1;
	zoom: 1;
}
.k-c-host-title {
	display: block;
	height: 28px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top:9px;
	width: 100%;
}
.vipblockh {
	background: url(/img/main_page/vip_hosting.gif) no-repeat !important;
}

.rentaserver {
	background: url(/img/main_page/servers.gif) no-repeat !important;
}

.vdscell {
	background: url(/img/main_page/vds.gif) no-repeat !important;
}

.cmscell {
	background: url(/img/main_page/cms.gif) no-repeat !important;
}

.k-c-boxxx table {
	border-bottom-width: 1px;
	margin-bottom: 3px;
}

.k-c-boxxx td {
	font-size: 11px;
	padding: 3px 3px 3px 0;
}

.k-c-boxxx .more {
	font-size: 11px;
	margin: 0;
}
#txtwhychusmore {}
.whyclch {
	display: block;
	margin:0 auto 1em;
	width: 450px;
}
.whyweblock {
    background:#f0f0f0;
    margin:0 auto 1em;
    width:450px;
}
.whyweblock .k-s-content {
	padding:10px 0 10px 10px;
}
.whyweblock .k-b-title {
	background-position:0 0;
	background-repeat:no-repeat;
	height:0;
	overflow:hidden;
	padding:20px 0 0;
}
.bystro .k-b-title {background-image:url("/img/iblocks/fast.gif");}
.nadezhno .k-b-title {background-image:url("/img/iblocks/rely.gif");background-position:0 4px;}
.udobno .k-b-title {background-image:url("/img/iblocks/comfort.gif");}
.whyweblock .k-block {
	display:inline-block;
	font-size:80%;
	margin:0;
	padding:0 15px 0 0;
	vertical-align:top;
	width:133px;
}
.whyweblock .last-child {padding:0;}
.whyweblock .k-block {//display:inline;}
.whyweblock .more a {
	background-image:url("/img/more_black.gif");
}
/**
 * sw-contacts 
 */
.sw-sidebar .sw-contacts {
	margin-left: 10px;
}
/**
 * sw-news
 */
.sw-news .k-s-content {
	margin-left: 10px;
	padding:0;
}
/**
 * .sw-advantages
 */
.sw-advantages .k-s-content {
	height:auto;
	padding:1px 15px .7em;
	width:auto;
	zoom:1;
}
.sw-advantages p {
	margin:0.2em 0;
}
.sw-advantages .more {
	line-height:1.4;
	margin-bottom:0;
	text-align:right;
}
.sw-advantages .more a {
	background-image:url("/img/blue_on_gray.gif");
	background-position:100% .5em;
}
/**
 * temp
 */
.field_set table, .gray_group table, .frame_table table, table.form_set {
	border:0;
	margin:0;
}
.gray_group .bgg .k-s-content {background:none;}
.gray_group .form-table {
	margin:20px 0 0 20px;
}
.field_set table td,
.field_set table th,
.field_set_bg table td,
.field_set_bg table th {
	border:0;
}
.frame_table {
	margin:1em 0;
}
.vdsoffer b {color:#000;}
body .ui-widget {font-family:Arial, Helvetica, sans-serif;}
.rounded_639x100 {
	 height:64px;
	 background:url(/img/blocks/order_switch.gif) no-repeat;
	 padding:35px 1px 1px;
	 text-align:center;
	 width:637px;
}
.rounded_639x100 .h2 {
	font-size:108%;
	font-weight:700;
}
.choose_domain {
	height:96px;
	padding:3px 10px 1px;
	text-align:left;
	width:619px;
}
.choose_domain h2 {
	margin:.5em 20px;
}
.rounded_639x100 .h2, .rounded_639x100 .t-f-wrap, .rounded_639x100 .btn-img {margin:0 .5em;vertical-align:middle;}
#in_domain {width:145px;}
input:focus, textarea:focus {
	outline:0;
}
/**
 * more_usable_i_hope
 */
.more_usable_i_hope {
    padding:1em 0;
}
.more_usable_i_hope .info_menu {
    height:auto!important;
    margin:-1em 0 0;
}
.more_usable_i_hope .row {
    clear:both;
    margin:.5em 0;
}
.more_usable_i_hope label {
    clear:none;
    display:block;
    font-size:13px;
    margin:0 0 .1em;
}
.more_usable_i_hope fieldset {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-bottom:1px dashed #ccc;
    display:block;
    margin:0 1em 1em;
    padding:.5em 1px;
    /*padding:10px;
    width:100%;*/
}
.more_usable_i_hope legend {
    background:none;
    border-bottom:5px solid #ddd;
    font-size:14px;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.eg-cell {
    float:right;
    font-size:13px;
    width:30%;
}
.f-cell {
    display:block;
    margin-bottom:.3em;
    position:relative;
    width:62%;
}
.full-name .last-child {
    margin-right:0;
}
.more_usable_i_hope .text-field {
    width:100%;
}
.birth-date .text-field {
}
.comment {
    clear:both;
    color:#777;
    display:block;
    font-size:11px;
    margin:.1em 0 0;
    width:100%;
}
.text-field, .more_usable_i_hope textarea {
    background:#fff;
    border:1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    font:12px Arial, sans-serif;
    padding:3px 4px;
    width:100%;
}
.more_usable_i_hope textarea {height:5em;}
.more_usable_i_hope .text-field:focus, .more_usable_i_hope textarea:focus {border-color:#6DC6F2;}
.more_usable_i_hope input.error,
.more_usable_i_hope textarea.error {background:#ffe6df;}
.field_set_bg .more_usable_i_hope label.error {
    background:#fff;
    border:1px solid red;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-radius-bottomleft:0;
    top:0;
    -moz-box-shadow:1px 5px 15px #aaa;
    -webkit-box-shadow:1px 5px 15px #aaa;
    box-shadow:1px 5px 15px #aaa;
    left:100%;
    margin:0 0 0 1em;
    max-width:220px;
    min-width:120px;
    padding:3px 5px;
    white-space:normal;
}
b.required {color:#6DC6F2;font:700 14px Courier, monospace;}
/**
 * .sw-banner
 */
span#details {border-bottom: 1px dotted #5EC9FF; color: #5EC9FF; cursor:pointer;}
.snowflakes {
	position: absolute;
}
#snowsky {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
/**
 * selects
 */
.js_on .t-f-wrap select {
	display:none;
}
.t-f-wrap .sw-select-wrap, .t-f-wrap .sw-select, .t-f-wrap .sw-select-body {
	background:none;
	height:auto;
	padding:0;
	position:relative;
	width:250px;
}
.t-f-wrap .sw-select-wrap {
	margin:0 -8px;
}
.t-f-wrap .sw-select {
	display:none;
	padding:9px 0 0;
	position:absolute;
	top:0;
    width:100%;
}
.sw-select-opened {position:relative;z-index:10;}
.sw-select-opened .sw-select {
	display:block;
}
.t-f-wrap .sw-select-body {
    background:#fff;
    border:solid #ccc;
    border-width:0 1px;
    padding:10px 0 1px;
    width:auto;
}
.t-f-wrap .sw-select-scroller {
	background:none;
    height:auto;
	max-height:150px;
    overflow:auto;
    padding:0;
    width:100%;
}
.sw-select-wrap a, .sw-select-wrap a:visited {
	color:#333;
	display:block;
	line-height:1.2;
	outline:0;
	padding:1px 9px;
	text-decoration:none;
}
.sw-select-wrap .nomatter {
	/*background:#fff;*/
	height:17px;
	line-height:16px;
	overflow:hidden;
	/*margin:0 9px;*/
	padding:0 9px;
	position:relative;
	white-space:nowrap;
	z-index:2;
}
.nomatter b {
	color:#333;
	font-weight:400;
}
.clicker {
	background:#fff url(img/s_ar.gif) 0 0 no-repeat;
	color:#777;
	font-style:normal;
	height:12px;
	_left:-13px;
	line-height:12px;
	_margin-left:100%;
	position:absolute;
	right:5px;
	_right:auto;
	text-align:center;
	top:3px;
	width:12px;
}
.sw-select-wrap a:hover .clicker {
	background-position:0 -12px;
}
.sw-select a:hover {
	background: #FE491A;
	color:#fff;
}
.sw-select-wrap .k-r-b {
	background:#fff;
	border-bottom:1px solid #ccc;
	display:block;
	height:10px;
	margin:-1px 10px 0;
	position:relative;
	width:auto;
}
.sw-select-wrap .k-r-b b,
.sw-select-wrap .k-r-b i {
	background-image:url(img/inp3.gif);
	background-repeat:no-repeat;
	height:10px;
	margin:0;
	position:absolute;
	top:1px;
	width:10px;
}
.sw-select-wrap .k-r-b b {
	background-position:0 -9px;
	left:-10px;
}
.sw-select-wrap .k-r-b i {
    background-position:-1px -28px;
    left:100%;
    _left:0;
    _margin-left:100%;
}
/**
 * temp
 */
.comment-info {
	color:#555;
	font-size:90%;
	white-space:normal;
}
.defaultText {
	color:#777;
}
.defaultTextFocused {
	color:#111;
}
.mega-th {
	border-right:1px solid #f0f0f0;
	vertical-align:middle;
}
.indented {
	text-indent:1.5em;
}
.sub-th {
	font-size:77%;
	font-style:italic;
}
.no-brdr td, .no-brdr th, .no-brdr {
	border-bottom:0;
}
.v-m td, .v-m th {
	line-height:1.3;
	vertical-align:middle;
}
table .tariff-body td,
table .tariff-body th {
	padding:2px 10px;
}
/**
 * contact
 */
.agreement-page {
                margin:1em 2%;
            }
            
            .agreement-page h1 {
                border: 0;
                font-size: 100.01%;
                text-align: center;
            }
            
            .agreement-page h1 span {
                display: block;
                font-size: 110%;
            }
            
            .agreement-page h2 {
                font-size: 100.01%;
                font-weight: 400;
            }
            
            .agreement-page h3,
            .agreement-page h4 {
                font-size: 100.01%;
                font-weight:700;
                text-transform: uppercase;
            }
            
            .agreement-page .k-s-date {
                float: right;
            }
            
            .agreement-page .location {
                float: left;
            }
            
            .agreement-page p {
                text-indent: 2em;
            }
            
            .quasiOL {
                list-style: none;
                margin: 0 0 0 2em;
            }
            
            .quasiOL li {
                background: none;
                padding-left: 0;
            }
            
            .quasiOL li ul {
                margin-left: 1em;
            }
            .signatures {
                zoom:1;
            }
            .signatures li {
                background:none;
                padding-left:0;
            }
            .signatures h4 {
            	position:relative;
                text-align:center;
				z-index:2;
            }
			img.stamps {
				margin-bottom:-55px;
				margin-top:-55px;
				position:relative;
				z-index:1;
			}
            .signatures .signature {
                border-bottom:1px solid #000;
				position:relative;
                text-align:right;
				z-index:2;
            }
			.signatures .k-date {
				position:relative;
                z-index:2;
			}
            .persons {
                width:40%;
            }
            .executor {
                float:left;
            }
            .client {
                float:right;
            }
            /*.nextprintpage {
                page-break-before: always;
                page-break-after:always;
            }*/
            .appendix {}
            .appendix .k-s-title, .appendix .k-sub-s-title {
                font-size:77%;
                font-style:italic;
                font-weight:400;
                margin:0;
                text-indent:0;
                text-transform:uppercase;
            }
            .appendix .k-sub-s-title {
            	margin-bottom:1em;
                text-align:right;
            }
            .appendix table {
                border:1px solid #000;
                margin:0 0 1em;
                width:100%;
            }
            .appendix table caption {
                font-size:110%;
                font-weight:700;
                text-align:right;
            }
            .appendix table th,
            .appendix table td {
                border:1px solid #000;
                color:#000;
                font-size:90%;
                padding:.5em 1em;
            }
            .appendix table thead th {
                background:#e5e5e5;
            }
            .appendix table .num {
                padding-right:2em;
            }
            .appendix table tbody td.num {
                font-weight:700;
            }
            .appendix .bonus-n-reg td.num {
                font-weight:400;
            }
            .counter {
                text-align:right;
                width:1em;
            }
            .sweb-rules h2 {
                font-weight:700;
                text-indent: 2em;
            }
            .agreement-page hr {
                page-break-after:always;
                visibility:hidden;
            }
/**
 * temp
 */
#errBox-sw, #errBox-sw2 {
	background:#f0f0f0;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:none;
	margin:1em auto;
	padding:1em;
	text-align:center;
	width:75%;
}
    