#addingItemToCartBack {display: none; z-index: 5000; background-color:#000; position: absolute; left: 0px; top: 0px; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4; cursor: wait; }
#addingItemToCart { color:#fff; font-family:arial; font-size:18px; line-height:40px; font-weight:bold; border-top:1px solid #fff; border-bottom:1px solid #fff; display:none; z-index:5001; position:absolute; left:0; top:25%; text-align: center; background-color:#000; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6; }
#ytimesRunningCart { width:395px; height:515px; position:fixed; right:15px; top:32px; padding-left: 10px;
    padding-right: 10px;z-index:1000; display:none; border:2px solid #b9b6ad; padding-top:18px; background-color: white; 
-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}
/*#viewCheckout { position:absolute; top:0; right:0; width:150px; text-align:center; display:none; } */
#viewCheckout {
  display: none;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 6px;
  width: 145px;
  z-index: 99;
}
#viewCheckout div { margin-top:21px; padding:3px 3px 5px; background-color:#72726f; color:#fff; font-size:12px; }
#viewCheckout div a { font-family:arial; font-weight:bold; font-size:12px; color:#fff; }

#rCartClose {position: fixed; right:17px; top:34px;z-index: 1100;_position: absolute;_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);}
#ytimesModalOverlay {
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.60;
	-moz-opacity: 0.60;
	cursor: wait;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#ytimesModalContainer {
	height:400px;
	width:600px;
	background-color: white;
	border:1px solid black;
	padding: 0px;
	z-index: 100001;
}
#ytimesModalClose {
	background:url(/lib/yhst-32204204442389/x.png) no-repeat;
	width:39px;
	height:39px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-24px;
	right:-24px;
	cursor:pointer;
	z-index: 100002;
}

#cart {
  border: 1px solid #f6b100;
  cursor: pointer;
  display: table-cell;
  float: right;
  height: 22px !important;
  padding-top: 3px;
  position: relative !important;
  right: 0 !important;
  top: auto !important;
  width: 143px !important;
}

#ytItemsInCart {
  color: #42444f;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 4px;
  position: relative;
  text-align: left;
  width: 111px;
  z-index: 99999;
}

#cartCheckout {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 4px;
  background-color: #f6b100;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}

#topLogo {
  margin-bottom: 15px;
}
#logoBand{position: relative;}
