/* block top user information */
#header_right #header_user {
	float: right;
	width: 535px;
	text-align: right;
	margin-right: 6px
}
#header_user p {
	color: #434343;
	font: 10px "Arial";
	text-decoration: none;
	text-transform: uppercase
}
#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 }
#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 6px;
	height: 20px;
	color: #434343;
	font: 10px "Arial";
	text-decoration: none;
	text-transform: uppercase;
}
/*#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') }*/
#header_user_info a {
	color: #434343;
	text-decoration:none
}
#shopping_cart span {
	color: #434343;
	font: 10px "Arial";
	text-decoration: none;
	text-transform: uppercase
}
#header_user #your_account a {
	border-right: 1px solid #DCDCDC;
	padding-right: 10px
}