/* 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 {  }
#header_user ul {  }
#header_user a {
	color: #6dbcdd;
}
#header_user li {
    color: #FFFFFF;
    float: right;
    margin: 0 15px 0 0;
}
#header_user #shopping_cart, #header_user #your_account { 
    padding: 0 0 0 20px;
    text-decoration: none;
}
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {

}
#header_user #shopping_cart {
    background: url("../../../img/icon/cart.gif") no-repeat scroll 0 0 transparent;
    margin-right: 0;
    padding-left: 25px;
}
#header_user #your_account { background: url('../../../img/icon/my-account.gif') no-repeat; }