/* YTIMES FLOATING CART STYLES */
.reglinks {
    float: left;
    height: 32px;
    line-height: 32px;
}
.sticky.fixed .reglinks {
    height: 43px;
    line-height: 43px;
}
#ytFloatingCart {
	position: relative;
	cursor: pointer;
	height: 32px;
	float:right;
}
.sticky.fixed #ytFloatingCart {
	height: 43px;
	margin-right: 78px;
}
.freeshipholder {
	clear:both;
}
.sticky.fixed .header-right-container {
    width: 66.7%;
    float: right;
    line-height: 40px;
}
.sticky.fixed .header-right-container a.blue {
    position: absolute;
    top: 0px;
    right: 0px;
}
#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;
	line-height: 50px;
}
#ytRunningCart {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 135px;
	min-height: 32px;
	background: url(https://lib.store.yahoo.net/lib/yhst-135249874549389/fc-cart-icon.png) left center no-repeat;
}
.sticky.fixed #ytRunningCart {
	min-height: 43px;
}
#ytimesRunningCart {
	width: 355px;
	height: 385px;
	position: absolute;
	top: 33px;
	z-index: 10000;
	display: none;
	border: 5px solid #e1af3a;
	background-color: white;
	right: 0px !important;
}
#ytItemsInCart {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1001;
	font: bold 13px arial;
	color: #fefefe;
	text-align: right;
	cursor: pointer !important;
	width: 105px;
	background: url(https://lib.store.yahoo.net/lib/yhst-135249874549389/fc-cart-arrow.png) left center no-repeat;
	height: 32px;
	line-height: 32px;
}
.sticky.fixed #ytItemsInCart {
	height: 43px;
	line-height: 43px;
}
