.ContextBox {
  float:right;
  width: 170px;
  padding: 0;
  margin: 0;
/*  border:1px solid #000099;*/
}
.ContextBoxHead {
  width: 170px;
  padding: 0;
  margin: 0;
  background:  #000099;
  line-height:20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.ContextBoxBody {
  clear: both;
  padding: 2px 4px 2px 10px;
  border: 0;
  margin-bottom: 1px;
  text-align: left;
  background: #dddddd;
}
.Price {
      text-align: right;
      white-space: nowrap;
      background: transparent !important;
      font-size: 12px;
      color: #000000;
      font-weight: bold;
      font-style: normal;
      text-align: right;
      font-weight: bold;
  }
a.Price {
      margin: 2px 2px 2px 2px;
      white-space: nowrap;
      font-size: 14px;
      color: #000000;
      font-weight: bold;
      font-style: normal;
  }
a.Price:hover {
      color: #000000;
      font-weight: bold;
  }


