#cartLink {
	position: relative;
}

#cartLink > * {
	position: absolute;
}

.badger-left
{
	left: 0;
}


.badger-right {
	right: 0;
}

.badger-outter
	{
	/*background:#fff;*/
	/*border:1px solid #ccc;*/
	/*min-width: 24px;
	height: 24px;*/
	/*border-radius: 9px;*/
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow:0px 1px 5px #ccc;
	-moz-box-shadow:0px 1px 5px #ccc;
	-webkit-box-shadow:0px 1px 5px #ccc;*/
	float:left;
	position:absolute;
	top:0px;
	left: 65px;
	z-index:9999;
	}
.badger-inner
	{
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f13c31;
	background: -moz-linear-gradient(100% 100% 90deg, #f13c31, #f79690);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79690), to(#f13c31));
  	background: -webkit-linear-gradient(#f79690, #f13c31);
    background: -o-linear-gradient(#f79690, #f13c31);
    margin:3px;
    z-index:99999;
	}
.badger-badge
	{
	color: #ffffff;
	/*padding:2px 5px;*/
	/*margin:0;*/
	text-align:center;
	text-shadow:0px 0px 0px #e01b0f;
	z-index:999999;
	}
.badger-text
	{ 
    font-size:12px;
    font-weight: bold;
}
.badger-number
	{ 
    font-size:12px; 
    font-weight: bold;
}