#resellers .black_title, #resellers .white_title {
  margin-bottom: 10px;
  padding-left: 80px;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/front/black_title.png) 0 1px no-repeat;
}

#resellers .white_title {
  padding-left: 70px;
  color: #fff;
  background-image: url(../images/front/white_title.png);
}

#resellers .fright {
  width: 525px;
}

#resellers .list {
  padding: 5px;
  width: 515px;
  color: #fff;
  background-color: #000;
}

#resellers .list div {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-right: 0;
}

#resellers .list p {
  margin: 5px 0;
}

#resellers .list span {
  font-weight: bold;
  color: #ff1a00;
}

#resellers .list em {
  float: right;
  font-style: normal;
}

#resellers .fleft {
  float: none;
  width: 325px;
}

#resellers .shadow {
  margin-top: 10px;
  height: 30px;
  background: url(../images/front/faded_shadow.png) 0 100% repeat-x;
}

#resellers .fleft .shadow {
  margin-bottom: 20px;
}

#resellers form {
  padding: 5px;
  background-color: #5b5b5b;
}

#resellers form p {
  padding: 10px;
  border: 1px solid #fff;
  border-right: 0;
}

#resellers form select {
  width: 290px;
}

