body, td, th, p, input, submit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3A681A;
  line-height: 1.3em;
}

li {
  text-align: justify;
}


form {
 margin: 0px; /* Убираем отступы */
}


.clear {
  clear: both;
}


/*
Основные блоки
*/
.wrapper {
  width: 850px;
  margin-left: 0px;
  margin-right: 0px;
}


/*
Середина + верт. линия + сайдбар
*/
.main-block-wrapper {
  background-color: #FFFFFF;
  border-right: #5CA22E 6px solid;
  margin-right: 175px;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.main-block-wrapper:after {
  content: '';
  clear: both;
  display: block;
}

.main-block-wrapper .main-block {
  padding-right: 5px;
}

.main-block-wrapper .center,
.main-block-wrapper .left,
.main-block-wrapper .right {
  overflow: hidden;
  position: relative;
}

.main-block-wrapper .center {
  float: left;
  width: 100%;
}

.main-block-wrapper .left {
  float: right;
  margin-right: -170px;
  width: 6px;
  height: 100%;
}

.main-block-wrapper .right {
  float: right;
  margin-right: -175px;
  right: -5px;
  right: -11px !impotant;
  width: 170px;
}


/*
Нижний блок
*/
.bottom-block {
  clear: both;
  background: #999999;
  text-align: center;
  padding-top: 15px;
  background: url(/images/fon_niz.gif) repeat-x top;
}


/*
Верхний блок
*/

.top-block {
  clear: both;
}


.top-header {
  background: url(/images/bar_fon.jpg) no-repeat right;
  width: 100%;
  position: relative;
  display: table;
}


.left-banner {
  float: left;
  display: inline;
}

.right-banner {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}


.top-menu {
  clear: both;
  background:  url(/images/fon_menu.gif) repeat-x;
  height: 30px;
  padding-top: 14px;
}

/*
Кнопка меню
*/

#menu-button {
    float: left;
    cursor: pointer;
    padding-left: 11px;
    padding-right: 11px;
    color: #FFFFFF;
}

#menu-button div#left {
    float: left;
    display: inline;
    background: url(/images/button_left.gif) no-repeat top left;
    height: 21px;
    width: 9px;
}


#menu-button div#mid {
  float: left;
  display: inline;
  background: #5CA22E url(/images/button_back.gif) repeat-x top left;
  height: 21px;
  width: 90px;
  line-height: 1.7em;
  font-style: normal;
  text-align: center;
}

#menu-button div#right {
  float: left;
  display: inline;
  background: url(/images/button_right.gif) no-repeat top right;
  height: 21px;
  width: 9px;
}

#menu-button:link,
#menu-button:visited,
#menu-button:active {
     color: #FFFFFF;
}

#menu-button:hover {
  color: #DDDDDD;
  cursor: pointer;
}

.lng {
  float: right;
  display: inline;
  margin-top: -5px;
}


/*
    Заголовок в правой колонке
*/

.right-window {
}


#right-header {
    width: 100%;
    height: 21px;
    text-align: center;
}


#right-header span#left {
    float: left;
    display: inline;
    background: url(/images/button_left.gif) no-repeat top left;
    height: 100%;
    width: 9px;
}

#right-header span#mid {
  float: left;
  display: inline;
  background: #5CA22E url(/images/button_back.gif) repeat-x top left;
  height: 100%;
  width: 152px;
  line-height: 1.7em;
  font-style: normal;
  color: #FFFFFF;
}

#right-header span#right {
  float: right;
  display: inline;
  background: url(/images/button_right.gif) no-repeat top right;
  width: 9px;
  height: 100%;
}


/*
    Строки текста в правой колонке
*/

#right-text {
 border-bottom: 1px solid #C0C0C0;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #C0C0C0;
 text-align: right;
/*
 vertical-align: text-top;
*/
 padding: 4px;
}


#right-text p {
 padding-top: 3px;
 padding-bottom: 3px;
 margin: 0px;
}


a:link, a:visited, a:active {
  text-decoration: none;
  color: #3A681A;
}


a:hover {
  color: #5CA22E;
}

a.menu:link, a.menu:visited, a.menu:active {
  width: 85px;
  color: #FFFFFF;
}

a.menu:hover {
  width: 85px;
  color: #DDDDDD;
}


.ajax-response {
  text-align: center;
  height: 3.5em;
}

.loading {
  display: inline;
  visibility: hidden;
  text-align: center;
}

.ajax {
  color: #FF0000;
}


.pole {
  border: 1px solid #008000;
  width: 95px;
  font-size: 11px;
  background-color: #E7F2D7;
  color: #000000;
  height: 14px;
  vertical-align:  middle;
  line-height: 1.2em;
}

.pole2 {
  border: 1px solid #008000;
  font-size: 11px;
  background-color: #E7F2D7;
  height: 17px;
}


.button,
.button-long {
  width: 95px;
  color: #FFFFFF;
  background-color: #5CA22E;
}

.button-long {
  width: 115px;
}


.button2 {
  color: #FFFFFF;
  background-color: #5CA22E;
}


h1 {
  font-size: 13px;
  line-height: 1.5em;
  color: #000000;
  border: 3px double green;
  padding: 4px;
  width: 50%;
  background-color: #CEE7BD;
  text-align: center;
}

.list {
  text-align: justify;
  list-style-type: disc;
  list-style-position: inside;
}


.tableBRD {
  border: 1px solid #EBEBEB;
  padding-top: 1px;
  padding-bottom: 1px;
}



.input {
  border: 1px solid #008000;
  width: 70px;
  font-size: 11px;
  background-color: #E7F2D7;
  color: #000000;
  height: 14px;
  vertical-align:  middle;
}

.input-digit {
  text-align: right;
}


.C1,
.c1 {
  background-color: #E7E7E7;
}

.C2,
.c2 {
  background-color: #CEE7BD;
}

.verhSTR {
  border: 1px solid #008000;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #CEE7BD;
}


.textarea {
  border: 1px solid #008000;
  font-size: 13px;
  color: #000000;
  background-color: #E7F2D7;
  line-height: 1.2em;
}

.abzac {
  color: #3A681A;
  text-indent: 2em;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 0px;
}


.option {
  border: 1px solid #008000;
  width: 110px;
  font-size: 11px;
  background-color: #E7F2D7;
  color: #000000;
  vertical-align: middle;
}


.select {
  width: 110pt;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #5CA22E;
}



.tip {
   	position: relative;
}

.tip:hover {
    cursor: help;
}

.tip span {
	display: none;
}


.tooltip {
   	position: absolute;
	display: none;
    z-index: 100;
    text-align: justify;
    width: 19em;
   	padding: 5px;
    margin: 10px;
   	background: #F0F0F0;
    border: 1px dotted #008000;
	opacity: 0.9;
}


.testimonials-outer {
  border: 1px solid #EBEBEB;
  margin-top: 5px;
  text-align: center;
}

.testimonials {
  border: 1px solid #EBEBEB;
  margin-top: 5px;
  text-align: center;
  line-height: 1.7em;
  width: 80%;
  padding-left: 1em;
  padding-right: 1em;
}


.testimonials .column {
  text-align: left;
}

.testimonials .column .a {
  width: 10em;
  text-align: left;
}


.choose-outer {
  border: 1px solid #EBEBEB;
  text-align: center;
  overflow: auto;
}

.choose-inner {
  margin-left: 20%;
}

.choose-inner .choose1,
.choose-inner .choose2,
.choose-inner .choose3,
.choose-inner .selected1,
.choose-inner .selected2,
.choose-inner .selected3 {
  border: 1px solid white;
  #float: left;
  position: relative;
  display: table-cell;
  width: 10em;
  cursor: pointer;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

.choose-inner .selected1,
.choose-inner .selected2,
.choose-inner .selected3 {
  border: 1px solid red;
  background: #F4F4F4;
}


.indicator,
.indicator-error {
    display: none;
    width: 850px;
    position: absolute;
    left: 0;
    top: 340px;
    z-index: 200;
}


.indicator div,
.indicator-error div {
    width: 160px;
    margin: 0 auto;
    padding: 26px;
    border: solid 1px #C0C0C0;
    background: #FFFFFF;
    text-align: center;
}


.indicator img {
    margin-top: 5px;
}

/*
Table
*/

.bonus-outer {
  border: 1px solid #EBEBEB;
  text-align: center;
  width: 80%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.obmen-outer {
}

.column
{
  clear: both;
  padding-right: 1px;
  overflow: auto;
  display: table;
  text-align: left;
  line-height: 1.7em;
  padding-bottom: 3px;
  width: 100%;
}

.obmen-outer .column {
  line-height: 1.5em;
  padding-bottom: 1px;
}

.column .a,
.column .b {
  #float: left;
  position: relative;
  top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
  display: table-cell;
  vertical-align: middle;
}

.column .a {
  width: 19em;
  padding-right: 4px;
  text-align: right;
}

.bonus-outer .column .a {
  width: 50%;
}

/**/

