/* Общие для всех методов
================================== */
.centerCol a:link, .centerCol a:visited {
  color: #8B4513;
  text-decoration: none;
}
.centerCol a:active, .centerCol a:hover {
  color: #FF0000;
  text-decoration:  none;
}
.centerCol .action {
  width: 100%;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
  font-weight: normal;
  padding: 10px 0px 10px 0px;
}
.centerCol .autor {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
}
.centerCol h2 {
  padding: 5px 0px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
}
.centerCol h3 {
  padding: 5px 0px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
}
.centerCol .commonTitle {
  padding: 5px 0px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.8rem;
}
.centerCol h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px 0px;
  margin: 15px 0px 10px 0px;
}
.centerCol p {
  padding: 5px 0px;
  text-align: justify;
  line-height: 18px;
}
.centerCol .centerTitleBox p {
  margin-top: 0px;
}
.listImgText h2 {
  font-size: 14px;
  padding: 10px 0px 5px 0px;
  font-weight: bold;
}

.centerCol .byMetod {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  font-style: italic;
  font-weight: normal;
  margin-top: -10px;
}

.mClick {
  font-size: 1.2rem;
  padding: 15px 0px 5px 0px;
  font-weight: normal;
}

.img_list_left {
  position: relative;
  float: left;
  padding: 9px 15px 5px 0px;
}

.errMsg {
  padding: 5px 10px 10px 10px;
  margin: 10px 0px;
  border: 1px dotted #cf142b;
  background-color: #FFFFFF;
}
.errMsg h4 {
  padding: 0px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  color: red;
  background-color: transparent;
  border-bottom: none;
}
.errMsg p {
  padding: 5px 0px;
  margin-top: -10px;
}

/* Руна одина
================================== */

.centerCol ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#runes-list {
  width: 165px;
  height: 231px;
  margin: 10px 0 10px 0;
}

#runes-list li {
  width: 165px;
  height: 211px;
  float: left;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

#runes-list li div {
  width: 165px;
  height: 211px;
  overflow: hidden;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

#runes-list li div.back {
  left: -999em;
  background: #999;
}

.ep {
  margin: 5px 0px 10px 40%;
  text-align: right;
  color: #A0522D;
  font-weight: bold
}

.rem {
  margin: 20px 0px 10px 0px;
  text-align: center;
  color: #A0522D;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px
}

#runesText {
  border: 1px solid #A9A9A9;
  padding: 0px 15px 10px 15px;
  display: block;
  margin: 5px 0px;
  background-color: #F0F0F0;
  border-radius: 5px;
}

#runesText h2 {
  margin: 15px 0px 5px 0px;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* Рунный жребий
================================== */

#runesImg img {
  cursor: pointer;
}
#runes4 {
  margin: 5px 0px;
}
#runes4Text {
  border: 1px solid #A9A9A9;
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 0px 15px 10px 15px;
  display: block;
  margin-top: 20px;
}
.runes4Box {
  max-width: 340;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.runes4Box figure {
  padding: 0px 0px 15px 0px;
}
.runes4Box figcaption {
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1rem;
}
.centerCol #runes4 h3 {
  text-align: center;
  padding: 10px 0px 15px 0px;

}

/* Форма
================================== */
.runesForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 25px 0px;
}
.runesForm .runesFormTitle {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #000000;
}
.runesForm input {
  padding: 4px 2px 4px 2px;
  margin-right: 15px;
}
.runesForm .numerSubmit {
  padding: 5px 10px 5px 10px;
  margin-top: 10px;
}
.runesForm select {
  padding: 4px 2px 4px 2px;
}
.runesForm .runesFormText {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: right;
  padding-right:10px;
}
.runesTitle {
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
}
.centerCol .runesText h3 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}
.runesText {
  margin-bottom: 10px;
}


/* Ссылки
================================== */
.zLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}
.centerCol .zLink h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
.zLink ul {
  margin: 0;
  padding-top: 10px;
  line-height: 18px;
}
.zLink li {
  padding-left: 0px;
  margin-left: 20px;
  list-style-image: url(/image/design/more/sidebar-bullet.gif);
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

