I found the way to beautify the placement / display of AddThis plugin's toolbar relative to the GD Star Rating plugin's toolbar. Here is how:
add the following CSS insert (which was very easy since I use Atahualpa 3.4.6 theme):
div.addthis_container {/*AddThis toolbar*/
display:inline;
float:right;
}
To see how this hack works, check the image of GD Star Rating and AddThis toolbars "BEFORE" the change: http://img171.imageshack.us/img171/6923/addthisbeforechange.gif
... and "AFTER" the change: http://img705.imageshack.us/img705/8360/addthisafterchange.gif .
Much better to my eye :)
Credit goes to brotherjoy ( http://www.addthis.com/forum/viewtopic.php?f=3&t=5552&start=0 )