#content .left-column {
  margin: 50px 0 55px 0;
  padding: 0;
  width: 625px !important;
}

#content .right-column {
  margin: 50px 0 55px 0;
  padding: 0 0 0 0;
  width: 525px !important; _width: 500px !important;
}

#content .left-column .block {
  margin-right: 0;
}

#content .right-column .block {
  margin-left: 0;
  margin-right: 20px;
}

#content .left-column h1, #content .right-column h1 {
  font-size: 16px;
  font-weight: normal;
}

#content ul {
  margin: 0 0 5px 0;
}

#content .news .date {
  display: block;
  width: 80px;
  float: left;
}

#content .news .desc {
  display: block;
  float: right;
  width: 425px;
}

#content .color {
  line-height: 1.8em;
  color: #ec008c;
}

#content .right-column p {
  margin-top: 12px;
}

#promo {
  margin-top: 15px;
  height: 265px;
}

#promo .left-column {
  float: left;
  width: 914px; height: 265px;
  margin-right: 15px;
  background: #ffbedf;
}

#flashcontent_banner {
  position: relative;
}

#flashcontent_banner .left,
#flashcontent_banner .right {
  position: absolute;
  top: 0;
  height: 265px;
  width: 100px;
  cursor: pointer;
}

#flashcontent_banner .left {
  left: 0;
  background: url(/img/arrow_left.gif) 50% 50% no-repeat;
}
#flashcontent_banner .right {
  right: 0;
  background: url(/img/arrow_right.gif) 50% 50% no-repeat;
}

#flashcontent_banner .pictures {
  height: 240px;
  width: 600px;
  margin: 0 auto;
  padding: 12px 0;
  overflow: hidden;
}

#flashcontent_banner .pictures a {
  display: none;
}

#flashcontent_banner .pictures a.active {
  display: block;
}

#promo .right-column {
  float: left;
  width: 271px; height: 265px;
  background: #ffbedf;
}

#promo .right-column .connect {
  margin-left: 1px; padding: 32px 0 0 50px;
  width: 220px; height: 88px;
  font-size: 20px;
  color: #fff;
  background: #d71488;
}

#promo .right-column .connect a {
  display: block;
  padding-top: 17px;
  width: 172px; height: 35px;
  color: #fff;
  text-decoration: none;
  background: url(/img/connect.png) right top no-repeat;
}

.connect-form {
  width: 170px;
  margin: 16px 0 0 52px;
}

.connect-form p {
  margin: 0;
  font-size: 11px;
  line-height: 1em;
  color: #d71488;
}

.connect-form form  {
  margin: 10px 0 0 0; padding: 0;
}

.connect-form input {
  padding: 2px 6px 0 9px;
  font-size: 11px;
  color: #7b7b7b;
}
.connect-form select {
  padding: 0 0 0 6px;
  font-size: 11px;
  color: #7b7b7b;
}

#connect-street {
  margin-bottom: 8px;
  width: 153px; height: 16px;
  border: 1px solid #f570bb;
}
.connect-city {
  margin-bottom: 8px;
  width: 170px; height: 20px;
  border: 1px solid #f570bb;
}

#connect-house {
  float: left;
  width: 53px; height: 16px;
  border: 1px solid #f570bb;
}

#connect-submit {
  float: right;
  width: 90px; height: 20px;
  background: #f570bb url(/img/check_bg.png) left top no-repeat;
  border: 0;
  cursor: pointer;
}


