.proddesc {
  min-height: 8ex;
}

/* Leave some room for the images */
#prodgallery, #cart {
  margin-left: 0;
  margin-right: 60px;
  position: relative;
}

#showcart {
  background: transparent url(../images/cart.png) no-repeat;
  background-position: right top;
  margin: 0;
  padding: 0;
  border-style: none;
  width: 64px;
  height: 64px;
  position: absolute;
  right: -64px;
  top: 10px;
  overflow: hidden;
}

#showcart a {
  position: absolute;
  top: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  text-decoration: none;
}

#showcart a span {
  display: none;
}

#chkoutbtn {
  background: transparent url(../images/cashreg.png) no-repeat;
  background-position: right top;
  margin: 0;
  padding: 0;
  border-style: none;
  width: 64px;
  height: 64px;  
  position: absolute;
  right: -64px;
  top: 66px;
  overflow: hidden;
}

#chkoutbtn a {
  position: absolute;
  top: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  text-decoration: none;
}

#chkoutbtn a span {
  display: none;
}

#resetbtn {
  background: transparent url(../images/reset.png) no-repeat;
  background-position: right top;
  margin: 0;
  padding: 0;
  border-style: none;
  width: 64px;
  height: 64px;  
  position: absolute;
  right: -64px;
  top: 122px;
  overflow: hidden;
}

#resetbtn a {
  position: absolute;
  top: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  text-decoration: none;
}

#resetbtn a span {
  display: none;
}

#chkoutbtn a:hover span, #showcart a:hover span, #resetbtn a:hover span{
  position: absolute;
  top: 30px;
  right: 0;
  text-align: center;
  display: block;
  font-size: 7pt;
  background: yellow;
  padding: 2px;
  border: 1px solid green;
}

#showcart a:focus, #chkoutbtn a:focus {
  outline: none;
}

#prodgallery div.leftthumb h2 {
  text-align: left;
}

#prodgallery div.leftthumb img {
  float: left;
  margin: 1ex 1em .5ex 0;
}

#prodgallery div.leftthumb p.price {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
}

#prodgallery div.rightthumb h2 {
  text-align: right;
}

#prodgallery div.rightthumb img {
  float: right;
  margin: 1ex 0 .5ex 1em;
}

#prodgallery div.rightthumb p.price {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}

#prodgallery p.price span.cartbtn a {
  text-decoration: none;
  background-color: green;
  color: white;
  border: 1px solid black;
  padding: 2px;
}

#prodgallery p.price span.cartbtn a:hover {
  background-color: white;
  color: green;
}

p.shopfooter {
  position: relative;
  top: 1ex;
  font-weight: bold;
  color: #FFFFFF;
  margin: 3ex 0 1ex 0;
}

fieldset {
  margin-top: 1.5ex;
  border: none;
}

