/* block top user information */
#header_user {
	position: absolute;
	top: 14px;
	right: 50px;
	color: #344045;
}
#header_user p { display: inline; padding-right: 30px }
#header_user span { font-weight: bold }
#header_user ul { display: inline }
#header_user li { display: block; float: right }
#header_user a { color: #344045 }
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user #your_account a {
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none
}
#header_user #shopping_cart a {
	background: url('../../../img/icon/cart.gif') no-repeat top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none
}
