#promo_xmas
{
  background: #FF0000;
  border: #5057CB solid 2px;
  margin: 20px auto 0 auto;
  width: 178px;
  height: 160px;
}

#promo_xmas p
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin: 8px;
  text-align: center;
}

#promo_xmas div.title
{
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 18px;
  width: 100%;
  height: 20px;
}

#promo_xmas p.offer
{
  font-size: 12px;
  color: #FFF;  
}

#promo_xmas div.content
{
  text-align: center;	
  font-size: 12px;
  color: #000;
}

#promo_xmas div.infos
{
  text-align: right;
  margin: 15px 3px 0 0;
}

#promo_xmas div.infos a
{
  font-size: 9px;
  font-weight: normal;
  color: #000;
}

