.h_title
{
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #800000;
}

.h_left
{
  float: left;
  width: 500px;
}

.h_left .h_steps
{
  position: relative;
  background: #ddd;
  padding: 20px 20px 0;
  margin: 0 0 20px 0;
}

.h_left .h_step
{
  position: relative;
  min-height: 25px;
  padding: 0 0 20px 45px;
}

.h_left .h_step a
{
  font-weight: bold;
}

.h_left .h_step a:hover
{
  text-decoration: underline;
}

.h_left .h_step .h_number
{
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/img/help/step_number.png);
  line-height: 25px;
  text-align: center;
  text-shadow: 0 1px 2px black;
  letter-spacing: -1px;
  font-weight: bold;
  color: white;
}

.h_right
{
  float: right;
  width: 370px;
  height: 600px;
  background: url(/img/help/infotext.png);
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

