/* block top user information */
#header_right #header_user {
	clear: both;
    float: right;
    margin-right: 6px;
    margin-top: 25px;
    text-align: right;
    width: 535px;

}
#header_user p { color: #333 }
#header_user span { font-weight: normal }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}

#header_user li a{
		text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#817f7f;
}

#header_user #shopping_cart a { background: url('../../../img/icon/cart.gif') no-repeat ; padding:5px 0 5px 24px; color:#58CACE !important; font-size:10px; }
#header_user #shopping_cart span { font-size:10px; color:#58CACE !important; font-family:Arial, Helvetica, sans-serif; }
#header_user #your_account a { }