#body {
  width: 620px;
	padding: 15px 40px 40px 40px;
  text-align: center;
}
#body p {
  text-align: left;
  line-height: 1.2em;
  padding-left: 0;
}
#body h1 {
  text-align: center;
  margin: 0px;
}
#body h2 {
  text-align: center;
  color: #a8a8a8;
  font-style: italic;
  font-weight: bold;
  margin-top: 5px;
}
#body h3 {
  text-align: left;
  line-height: 120%;
  font-size: 1.1em;
}
.red_button {
  float: right;
  margin-left: 20px;
}
.red_button a {
  font-weight: bold;
  padding-top: 15px;
  height: 35px;
}
.posterSize  {
  position: relative;
  margin-bottom: 20px;
}
.posterSize h1 {
  background-color: #585859;
}
.posterSize .subtitle {
  color: #dcdcdc;
  font-weight: normal;
}
.posterSize p {
  margin-left: 10px;
  margin-right: 150px;
  margin-bottom: 10px;
}
.posterSize .dimensions {
  font-style: italic;
  color: #000;
  text-align: left;
  padding-left: 10px;
}
.priceBubble {
  position: absolute;
  background-repeat: no-repeat;
  right: 5px;
  top: 0;
  height: 106px;
  width: 143px;
}
.pricing {
  position: absolute;
  font-weight: bold;
  color: #780100;
}
.msrp {
  position: absolute;
  color: #fff;
  font-weight: normal;
  width: 100%;
}
.strike {
  text-decoration:line-through;
}
.currencySymbol {
  font-weight: normal;
  font-size: 0.6em;
  position: relative;
  top: -0.35em;
}
#large h1 {
  height: 24px;
  font-size: 18px;
  color: white;
  padding-top: 4px;
  margin-bottom: 10px;
}
#large .pricing {
  top: 22px;
  left: 21px;
  width: 98px;
  padding-top: 4px;
  font-size: 15px;
}
#large .msrp {
  font-size: 14px;
  top: -19px;
  left: 0;
}
#large .salesPrice {
  font-size: 25px;
  line-height: 26px;
}
#large .priceBubble {
  background-image: url('/images/poster-price-large.gif');
}
#super h1 {
  height: 28px;
  font-size: 22px;
  color: white;
  padding-top: 6px;
  margin-bottom: 10px;
}
#super .pricing {
  top: 28px;
  left: 16px;
  width: 108px;
  padding-top: 4px;
  font-size: 17px;
}
#super .msrp {
  font-size: 15px;
  top: -23px;
  left: 0;
}
#super .salesPrice {
  font-size: 28px;
  line-height: 32px;
}
#super .priceBubble {
  background-image: url('/images/poster-price-super.gif');
}
#huge h1 {
  height: 37px;
  font-size: 26px;
  color: white;
  padding-top: 6px;
  margin-bottom: 10px;
}
#huge .pricing {
  top: 36px;
  left: 10px;
  width: 121px;
  padding-top: 3px;
  font-size: 18px;
}
#huge .msrp {
  font-size: 16px;
  top: -26px;
  left: 0;
}
#huge .salesPrice {
  font-size: 32px;
  line-height: 36px;
}
#huge .priceBubble {
  background-image: url('/images/poster-price-huge.gif');
}