#addingItemToCartBack {
  display: none;
  z-index: 5000;
  background-color: gray;
  position: absolute;
  left: 0px;
  top: 0px;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: wait;
}
#addingItemToCart {
  color: white;
  font-family: arial;
  font-size: 34pt;
  font-weight: bold;
  display: none;
  z-index: 5001;
  position: absolute;
  left: 0px;
  top: 50%;
  text-align: center;
}

#ytimesRunningCart {
  width: 300px;
  height: 430px;
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 1000;
  display: none;
  border: 2px solid #015FB6;
}

#viewCheckout {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  text-align: center;
  display: none;
}
#viewCheckout div {
  margin-top: 85px;
  background-color: white;
  padding: 3px;
  background-color: yellow;
}

#viewCheckout div a {
  font-family: arial;
  font-weight: bold;
  font-size: 16pt;
}

#ytItemsInCart {
  position: absolute;
  right: 45px;
  top: 20px;
  z-index: 1001;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}

