/* block top user information */
#header_right #header_user {
    float: right;
    margin-top: 10px;
    text-align: left;
    width: 500px;
}
#header_user p { color: #fff }
#header_user span { font-weight: normal }
#header_user ul {  }
#header_user a {
	color: #5ba5d8;
}
#header_user li {
	color: #525548;
	font-size: 11px;
	float: right;
	margin: 0 15px 0 0;
	font-weight: bold;
}

#header_user a{
    color: #525548;
	font-size: 11px;
	font-weight: normal;
}

#header_user #shopping_cart, #header_user #your_account { 
    padding: 0 0 0 20px;
    text-decoration: none;
}
#header_user li#your_account { margin-left: 0; height: 16px }
#header_user #shopping_cart a, #header_user #your_account a {

}
#header_user #shopping_cart {
    background: url("../../../img/icon/cart.png") no-repeat scroll 0 0 transparent;
	height: 16px;
    margin-right: 0;
    padding-left: 25px;
}
#header_user #your_account { background: url('../../../img/icon/my-account.png') no-repeat; }