/* block top user information */
#header_right #header_user {
	width: 220px;
	text-align: right;
	margin: 20px 0 0 800px;
	position: absolute;
}
#header_user p { 
	color: #595a5e;
	visibility:hidden;
}

#header_user span { 
	font-weight: normal;
	font-size:11px;
	color:#0079bc; }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { 
	font-size: 0.9em;
	margin-bottom: 5px;
}
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none
}
#header_user #shopping_cart a { 
	background-image: url('../../../img/icon/cart.gif');
	padding-top: 7px;
	font-size:11px;
}
#header_user #your_account a { 
	background-image: url('../../../img/icon/my-account.gif');
	padding-top: 7px;
	font-size:11px;
}