/* block top user information */

#header_right #header_user {

	clear:both;

	float:right;

	height: 65px;

	text-align: right;

	margin-top:10px;

	color: #fff;

	min-width:350px;

}

#header_user a { color: #e77020; text-decoration:underline }

#header_user p { 

color: #fff; 

margin-top:20px;

margin-right: 5px;

padding-bottom:5px;

}



#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

}

#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em margin-right: 5px;}

#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: 5px 5px 5px 24px;

	height: 21px;

	text-decoration: none;

	color:  #fff;

}



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