/* block top user information */

/*
#header_right #header_user {
	float: right;
	width: 535px;
	text-align: right;
	margin-right: 6px
}
*/
#header_user p { 
	color: #000000;
	position: absolute;
	top:21px;
	left:0px;
	width:540px;
	text-align:center;
	font-size: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif !important; 
 }
 
#header_user_info a { 
	color: black !important;
text-decoration: none;
font-style:italic;

 }
 
 #header_user_info a:hover { 
	color: white !important;

 }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
	position:absolute;
	top:-30px;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#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');
	position:fixed;
	top:0px;
	right:275px;
	z-index:1000;
	width:0px;
	overflow:hidden;
 }
#header_user #your_account a { 
	background-image: url('../../../img/icon/my-account.png');
	position:fixed;
	top:0px;
	right:305px;
	z-index:1000;
	width:0px;
	overflow:hidden;
}