I would like to change the trade, auction, etc icons on my user lookup, but I cannot figure it out...any suggestions?
You cannot change them. You can only put your own over the top of them. The coding behind that I don't know. I've never been good with coding.
Or rather, you make the #usercollections images not appear, and put your own image as a background to that table. So, first you use Code (Text): #usercollections .medText img{visibility:hidden;} to block Neo's default images from showing up. Then you use Code (Text): #usercollections .contentModuleContent{background:url("IMAGE") no-repeat;} to stick your own images in as a background for the #usercollections table, where IMAGE is the background image URL.