.top_nav
{
	position: relative;
}
.top_right
{
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.cart_full, .cart_empty
{
	padding: 0px 3px 0px 19px;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
	color: #0C990D;
}
.cart_full a, .cart_empty a
{
	color: #0C990D;
	text-decoration: none;
}
.cart_full a:hover, .cart_emtpy a:hover {
	color: #0C990D;
	text-decoration: underline;
}
.cart_full
{
	background-image: url(http://gogreen.filter-outlet.com/images/gui/cart_full.gif);	
}
.cart_empty
{
	background-image: url(http://gogreen.filter-outlet.com/images/gui/cart_empty.gif);		
}