/* block top user information */
#header_right #header_user {
	/*float: right;*/
	width: 535px;
	    position: absolute;
    right: 0;
    text-align: right;
    top: 40px;
	margin-right: 6px
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 1em }
#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;  }
#header_user li#your_account { margin-left: 0; line-height:2em; }
#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: url('../../../img/icon/cart_CDM.png') no-repeat top left;padding: 8px 0 3px 25px;}
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }


ul#header_user_info {
margin-top:30px;
}

ul#header_user_info  li{
float:none;
display:inline;
}