a.button {
  display: block;
  height: 25px;
  background: url("https://d1tp32r8b76g0z.cloudfront.net/images/buttons/buttonSpriteL_3.png") no-repeat left top;
  max-width: 250px;
  padding-left: 16px;
  margin-bottom: 3px;
  text-decoration: none;
  color: #5d1400 !important;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden;
  font: bold 14px/25px "Trebuchet MS", "Myriad Pro", Helvetica, Arial, sans-serif;
}
a.button span {
  display: block;
  background: url("https://d1tp32r8b76g0z.cloudfront.net/images/buttons/buttonSpriteR_3.png") no-repeat right 0;
  padding-right: 25px;
}
a.button:hover {
  background-position: 0 -26px;
}
a.button:hover span {
  background-position: right -26px;
}
a.button.lg {
  background-position: left -52px;
  line-height: 36px;
  height: 39px;
  padding-left: 16px;
}
a.button.lg span {
  background-position: right -52px;
  padding-right: 30px;
  height: 39px;
  font-size: 20px;
  padding-left: 3px;
}
a.button.lg:hover {
  background-position: left -91px;
}
a.button.lg:hover span {
  background-position: right -91px;
}
a.button.white,
a.button.green,
a.button.red {
  line-height: 18px;
  padding-left: 16px;
  height: 19px;
}
a.button.white span,
a.button.green span,
a.button.red span {
  padding-right: 15px;
  height: 39px;
  font-size: 12px;
  color: #360 !important;
}
a.button.white {
  background-position: left -130px;
}
a.button.white span {
  background-position: right -130px;
}
a.button.white:hover {
  background-position: left -149px;
}
a.button.white:hover span {
  background-position: right -149px;
}
a.button.green {
  background-position: left -169px;
}
a.button.green span {
  background-position: right -169px;
  color: #fff !important;
  text-shadow: #074d00 0 1px 2px;
}
a.button.green:hover {
  background-position: left -189px;
}
a.button.green:hover span {
  background-position: right -189px;
}
a.button.red {
  background-position: left -209px;
}
a.button.red span {
  background-position: right -209px;
  color: #fff !important;
  text-shadow: #4d0000 0 1px 2px;
}
a.button.red:hover {
  background-position: left -229px;
}
a.button.red:hover span {
  background-position: right -229px;
}
a.button.red.md {
  background-position: left -249px;
  height: 25px;
  font-family: "Trebuchet MS", "Myriad Pro", Helvetica, Arial, sans-serif;
  line-height: 25px;
  font-weight: bold;
}
a.button.red.md span {
  background-position: right -249px;
  color: #fff !important;
  text-shadow: #4d0000 0 1px 2px;
  padding-right: 20px;
  font-size: 14px;
}
a.button.red.md:hover {
  background-position: left -275px;
}
a.button.red.md:hover span {
  background-position: right -275px;
}
a.button.nofloat {
  float: none;
  text-align: center;
}
a.button.r {
  float: right;
}
a.buttonStatic {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
}
a.buttonStatic.addCart {
  width: 151px;
  background: url("https://d1tp32r8b76g0z.cloudfront.net/images/gbc2/buttons/buttonAddtoCart.png") no-repeat left top;
}
a.buttonStatic.secureCheckout {
  width: 201px;
  background: url("https://d1tp32r8b76g0z.cloudfront.net/images/gbc2/buttons/buttonSecureCheckout.png") no-repeat;
}
a.buttonStatic:hover {
  background-repeat: no-repeat;
  background-position: left -40px;
}
