#FavoriteBox {
  background: url(/images/content/background-coup-de-coeur.gif) no-repeat;
  font-family: arial;
  font-size: 11px;
  width: 564px;
  height: 340px;
}

#FavoriteBox li{
  float: left;
  list-style-type: none;
}

#FavoriteBox .FavoriteAd {
  margin: 0 0 4px 30px;
  width: 150px;
}

#FavoriteBox .FavoriteAd .photo a img{
  width: 140px;
  height: 100px;
  margin-top: 5px;
  border: 2px solid #2b8bbb;
}

#FavoriteBox .FavoriteAd table {
  width: 150px;
  height: 25px;
  overflow: hidden;
  margin: 0 -5px;
  padding: 0;
}

#FavoriteBox p {
  padding: 0;
}
#FavoriteBox .city{
  font-weight: bold;
  width: 145px;
  overflow: hidden;
  color: black;
  font-size: 12px;
  height: 13px;
}

/* Hack ie6 and below */
*html #FavoriteBox .city{
  font-size: 11px;
}

#FavoriteBox .price{
  font-weight: bold;
  text-align: left;
  font-size: 11px;
  color: #2b8bbb;
}

/* hack ie6 and below */
*html #FavoriteBox .price,
*html #FavoriteBox .postalcode {
  font-size: 10px;
}

#FavoriteBox .postalcode{
  font-weight: bold;
  text-align: right;
  color: black;
  font-size: 11px;
  //font-size: 10px;
}