#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: 316px;
  height: 485px;
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 1000;
  display: none;
  border: 2px solid gray;
  background-color: white !important;
  overflow-x: hidden;
}

#viewCheckout {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 140px;
  text-align: center;
  display: none;
  background-color: black;
}
#viewCheckout div {
  margin-top: 0px;
  padding: 3px 0px;
  color: white;
}

#viewCheckout div a {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

#ytItemsInCart {
  position: absolute;
  right: 28px;
  top: 16px;
  z-index: 1001;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  color: white;
  cursor: pointer;
}

#cart {
  position: absolute;
  top: -15px;
  right: 0px;
  background-color: transparent;
  height: 43px;
  width: 125px;
  cursor: pointer;
  z-index: 10002 !important;
  line-height: 43px;
}
