#FavoriteBox {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  background: #F3F3F5 url(/images/boxes/BoxesBackground) repeat-x bottom;
  font-family: arial;
  font-size: 11px;
}

#FavoriteBox {
  text-align: center;
  padding-left: 8px;
}

#FavoriteBox h2 {
  color: #023456;
  text-decoration: underline;
}

#FavoriteBox .FavoriteAd {
  padding: 5px;
  width: 110px;
}

#FavoriteBox .FavoriteAd .photo a img{
  width: 110px;
  height: 85px;
  border: 0
}

#FavoriteBox .FavoriteAd table {
  width: 110px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#FavoriteBox p {
  margin: 0;
  padding: 0;
}
#FavoriteBox .city{
  font-weight: bold;
  width: 110px;
  overflow: hidden;
  color: #0D1572;
}

#FavoriteBox .price{
  font-weight: bold;
  text-align: left;
}

#FavoriteBox .postalcode{
  font-weight: bold;
  text-align: right;
  color: #0E3192;
}