/* #STICKY-BAG-CONTAINER
-----------------------------------------------------------------*/
#sticky-big {}

#sticky-bag-container {
	font-size: 12px;
	border-top: thin solid #848484;
	background-image: url('/og-core/global/backgrounds/sticky-back.png') !important;
	background: #293e56;
	position: fixed;
	z-index: 9999;
	bottom: 0;
}

#sticky-bag-bar {
	background: #293e56;
}

#sticky-bag-bar-left {
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	line-height: 25px;
	background: #293e56;
}

#sticky-bag-bar-right {
	height: 25px;
	line-height: 25px;
	background-color: #D1D1D1;
}

#sticky-bag-bar-left p, #sticky-bag-bar-right p {
	text-transform: uppercase;
	padding-left: 5px;
}

#sticky-bag-contents-right p {
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 5px;
}

#sticky-bag-contents {
	height: 0px;
}

#sticky-bag-contents-left{
	background-color: #ffffff;
	height: 130px;
}

#sticky-bag-contents-right {
	background-color: #F6F6F6;
	height: 130px;
}

.sticky-bag-button {
	background-image: url('/og-core/icons/arrows/sticky-expand-arrow.png');
	width: 15px;
	height: 10px;
	position: relative;
	top: -17px;
	left: 280px;
}