Can someone show how to install this inline - compatible with FF and IE - with facebook, twitter, and share icons???? Here is my tpl_product_info_display.php file:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<!-- Pin It Button BEGIN -->
<a class="pinitButton">
<?php
if (PINTEREST_BUTTON_STATUS == 'true') {
require($template->get_template_dir('/tpl_modules_pin_it_button.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_pin_it_button.php');
}
?></a>
<!-- Pin It Button END -->
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_counter addthis_pill_style"></a>



</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cd1ec2b08cdcb12"></script>
<!-- AddThis Button END -->



Its not coming out right at all. For the pinitButton css I have:

/*pininterest*/
#pinitButton {margin-left:5em !important;}


Can someone help??? Thanks!!!!!!!!!