#cart-main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 9999998;
  cursor: pointer;
}
#cart-overlay {
  position: absolute;
  width: 100%;
  max-width: 500px;
  z-index: 9999999;
}
#cart-overlay > div > img {
  float: left;
  height: 100px;
  width: auto;
  margin-right: 10px;
}
#cart-overlay > div.cart-overlay-container {
  background: #ffffff;
  padding: 20px;
}
#cart-overlay-continue {
  cursor: pointer;
}
#cart-overlay-checkout {
  cursor: pointer;

}
.cart-clear {
  clear: both;
  margin-bottom: 10px;
}

