/* block top user information */

#top-right #header_user {

	float: right;

	text-align: left;
    margin-top:20px;


}

#header_user p { color: #595a5e; float:left; padding:3px 10px 0px 0px; }

#header_user span { font-weight: bold  }

#header_user ul { margin-top: 0.3em; float: left; }

#header_user li {

	float: left;

	line-height: 2em;

	margin-right:0px;

	list-style-type:none;

	white-space: nowrap

}

#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.png') }

#header_user #your_account a { background-image: url('../../../img/icon/my-account.png') }