/* favorite.css */

#FavoriteBox {
  background: url(/images/content/favorite-box-background.jpg) no-repeat;
  font-family: arial;
  font-size: 11px;
  width: 544px;
  height: 300px;
  padding: 10px 0 10px 25px;
}
#FavoriteBox h3 {
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#FavoriteBox li{
  float: left;
  list-style-type: none;
}
#FavoriteBox .FavoriteAd {
  margin: 0 30px 0px 0px;
  width: 150px;
}
#FavoriteBox .FavoriteAd .photo a img{
  width: 150px;
  height: 100px;
  border: 2px solid #992D86;
}
#FavoriteBox .FavoriteAd table {
  width: 150px;
  height: 15px;
  overflow: hidden;
  margin-bottom: 8px;
}
#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: #992D86;
}

/* 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;
}
