﻿.help_left {
  float: left;
  width: 220px;
  background: #dcdcdc url(../images/help_bottom.jpg) no-repeat left bottom;
  padding-bottom: 120px;
}

.help_left h2 {
  color: #052c51;
  font-size: 30px;
  background: #dcdcdc url(../images/help_top.jpg) no-repeat 0 0;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: 100;
}

.help_left dt {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  background: #D8D8D8;
}

.help_left ul li {
  padding-left: 20px;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #F7F7F7;
}

.help_left ul li a {
  display: block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  color: #052c51;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.help_left ul li:hover {
  background: #F7F7F7;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #F7F7F7;
}

.help_left ul li:hover a {
  color: #052c51;
}

.help_left ul .active {
  background: #F7F7F7;
  height: 36px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #EEE;
}

.help_left ul .active a {
  color: #052c51;
}

.help_right {
  width: 760px;
  float: right;
  padding-bottom: 60px;
}

.help_right h2 {
  color: #052c51;
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-weight: 100;
  border-bottom: 8px solid #EEE;
}

.updown {
  height: 30px;
  line-height: 36px;
  text-align: right;
  margin-bottom: 50px;
}

.updown a {
  color: #F60;
}

.help_content {
  line-height: 22px;
}

.help_content img {
  max-width: 760px;
}

/*# sourceMappingURL=help.css.map */