/* block top user information */
#header_user {
	text-transform: uppercase;
	clear:both;
	float: right;
	width: 300px;
	position: absolute;
	top: 85px;
	right: 0px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
#header_user #shopping_cart {
	z-index: 999999;
}
#shopping_cart{
background: #eaeaea;
overflow: hidden;
padding-right: 10px;
	}
#shopping_cart > a{float: left; margin-right: 10px;}
#shopping_cart > span{position: relative; top: 7px;}

a.cart_black{
display: block;
background: black;
color: white;
padding: 5px 10px 6px 10px;
color: #fff !important;
}

#header_user #shopping_cart .ajax_cart_total {  }

/* user infos */ 
#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	text-align: right;
	line-height: 20px;
}
#header_user_info a {
	display:inline-block;
	margin:0px;
	line-height: 11px;
}