/* block top user information */
#header_right #header_user {
	float: left;
	padding: 5px 0 0 0;
	width:160px;

}
#header_user p { color: #595a5e; display:none;}
#header_user span { font-weight: bold; color:#FFFFFF; font-size: 12px; font-family:Verdana;}
#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; position:relative;}
#header_user li#your_account { margin-left: 0; display:none;}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 0;
	height: 20px;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana;
}
#header_user #shopping_cart a { /*background-image: url('../../../img/icon/cart.gif')*/ }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }