/* 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 > .wkxuserinfo{float: left; margin-right: 10px; position:inherit; top:auto;}
#shopping_cart > span{position: relative; top: 7px;}

span.cart_black{
display: block;
background: #FF4D0F !important;
color: white;
padding: 5px 10px 6px 10px;
color: #fff !important;
cursor: pointer;
font-size: 14px;
line-height: 16px;
background-image: url('../../../../../modules/themeeditor/menu_background-s1.jpg') !important;
background-repeat: repeat-x !important;
border-radius: 3px;
}

span.cart_black:hover{
	text-decoration:underline !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 span {
	display:inline-block;
	margin:0px;
	line-height: 11px;
	cursor:pointer;
}

#header_user_info .wkxuserinfo:hover{
	text-decoration:underline !important;
	color: #FF4D0F;
	}