#test {
  margin: 80px 0 0 0;
  background: #cfcfcf url(../images/test-bg.png) left bottom repeat-x;
  zoom: 1;
}

#test-inner {
  padding: 60px 60px 60px 80px;
}

.question {
  position: relative;
  zoom: 1;
  display: none;
}

#question-1 {
  display: block;
}

h2.question-title {
  margin: 0 0 20px 0;
  padding: 0;
  font: 18px/1em 'Trebuchet MS',Arial,sans-serif;
  text-transform: none;
  color: #4b4b4b;
}

.question-content {
  margin: 0 0 20px 0;
}

.question-variants {
  margin: 0 0 20px 0;
}

/* Кнопка "Далее" */
.test-next-button {
  width: 126px;
  height: 32px;
  vertical-align: middle;
  background: transparent url(../images/buttons/button-test-next.png);
}

.test-next-button:hover, .test-start-button:active {
  background-position: left -32px;
}

/* Визуал "Чайный пакетик" */
#teabag {
  width: 392px;
  height: 408px;
  position: absolute;
  top: -160px;
  right: -200px;
  background: transparent url(../images/teabag.png);
}

/* Ссылка "Завари настоящее" */
#brewed-natural {
  position: absolute;
  top: 0;
  right: 0px;
}

/* Nice Radio */
.page-test .niceRadio {
  margin: 0 5px 0 0;
  position: absolute;
  left: -20px;
  top: 3px;
}

.page-test .form-item {
  margin: 0 0 10px 0;
  position: relative;
}

/* Блок "Понравился тест" */
#share-test-block, #share-result-block {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff url(../images/product-share-bg.png) left top repeat-x;
}

#share-test-title {
  margin: 0 0 10px 0;
}

#share-test {
  text-align: center;
}

/* Сообщения */
.question-msg {
  bottom: -30px;
  position: absolute;
  color: red;
}

/* Форма */
#test-form .form-text {
  display: none;
}

#test-form .form-submit {
  margin: 0;
  padding: 0;
  width: 126px;
  height: 32px;
  border: 0 none;
  background: transparent url(../images/buttons/button-test-submit.png);
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 7px #808080;
  -moz-box-shadow: 3px 3px 9px #8b8b8b;
  box-shadow: 3px 3px 9px #8b8b8b;
}

#test-form .form-submit:hover,
#test-form .form-submit:active {
  background-position: left -32px;
}

/* Результат теста */
.node-type-result #test-inner {
  padding-top: 20px;
  padding-left: 180px;
  min-height: 260px;
}

.node-type-result #result-label {
  margin: 0 0 20px 0;
  color: #686868;
}

.node-type-result .result-title {
  margin: 0 0 20px 0;
  padding: 0;
  font: 30px/1em 'Trebuchet MS',Arial,sans-serif;
  text-transform: none;
  color: #000;
}

.node-type-result .result-content {
  margin: 0 0 0 60px;
}

/* Блок "Расскажи друзьям" */
#share-result-block {
  text-align: center;
}

#share-result-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}

