DIV.subscribe A DIV.promotionButton, DIV.subscribe DIV.promotionButton {
  position: relative;
  background-image: url('../img/subscribe/promotionButtonBg.png');
  height: 79px;
  width: 660px;
  border: 0px;
}
DIV.subscribe A:hover DIV.promotionButton {
  background-image: url('../img/subscribe/promotionButtonBgOver.png');
}
  DIV.subscribe DIV.promotionButton DIV.promotionText {
    position: absolute; left:30px; top:18px;
    width: 600px;
    height: 86px;
    text-align: center;
    font-size: 22px;
    line-height: 180%;
  }
  
DIV.subscribe DIV.buyButtons {
  position: relative;
  background-image: url('../img/subscribe/buyButtonsBg.png');
  height: 253px;
  width: 660px;
  border: 0px;
}
  DIV.subscribe DIV.buyButtons DIV.buyButton_1, 
  DIV.subscribe DIV.buyButtons DIV.buyButton_2,
  DIV.subscribe DIV.buyButtons DIV.bigBuyButton_3,
  DIV.subscribe DIV.buyButtons DIV.buyButton_4 {
    position: absolute;
    text-align: center;
  }
  DIV.subscribe DIV.buyButtons DIV.buyButton_1, 
  DIV.subscribe DIV.buyButtons DIV.buyButton_2,
  DIV.subscribe DIV.buyButtons DIV.buyButton_4 {
    width: 155px;
    height: 195px;
  }
  DIV.subscribe DIV.buyButtons DIV.bigBuyButton_3 {
    width: 190px;
    height: 227px;
    left:313px; top:13px;
  }
  DIV.subscribe DIV.buyButtons DIV.buyButton_1 {
    left:1px; top:30px;
  }
  DIV.subscribe DIV.buyButtons DIV.buyButton_2 {
    left:157px; top:30px;
  }
  DIV.subscribe DIV.buyButtons DIV.buyButton_4 {
    left:504px; top:30px;
  }

  DIV.textPrice, DIV.bigTextPrice {
    display: inline;
    position: relative;
    font-family: 'impact'; 
    line-height: 120%;
    color: #074a7e;
    font-style: italic;
  }
  DIV.textPrice {
    font-size: 22px;
    top:8px;
  }
  DIV.bigTextPrice {
    font-size: 28px;
    top: 10px;
  }
  
  DIV.textMain, DIV.bigTextMain {
    display:inline;
    position: relative;
    color: #074a7e;
  }
  DIV.textMain {
    top:15px;
    font-size: 12px;
    width: 113px;
  }
  DIV.bigTextMain {
    top: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 152px;
  }
  DIV.bigTextMain SPAN.add {
    font-size: 16px;
    font-weight: bold;
    color: #fb7329;
  }

  
DIV.textName {
  position: absolute;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: white;
  left: 0px;
}
DIV.buyButton_1 DIV.textName,
DIV.buyButton_2 DIV.textName,
DIV.buyButton_4 DIV.textName {
  top: 154px;
  width: 155px;
  font-size: 14px;
}
DIV.bigBuyButton_3 DIV.textName {
  top: 183px;
  width: 190px;
  font-size: 15px;
  font-weight: bold;
}

A DIV.buyButton_1:hover,
A DIV.buyButton_2:hover,
A DIV.bigBuyButton_3:hover,
A DIV.buyButton_4:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}
A DIV.buyButton_1:hover {
  background-image: url('../img/subscribe/1monthOver.png');
}
A DIV.buyButton_2:hover {
  background-image: url('../img/subscribe/3monthOver.png');
}
A DIV.bigBuyButton_3:hover {
  background-color: transparent !important;
  background-image: url('../img/subscribe/6monthOver.png');
}
A DIV.buyButton_4:hover {
  background-image: url('../img/subscribe/12monthOver.png');
}
