try putting on the box_right_holder sections
Code:
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_tags.tpl" />
full code should look like this
Code:
<div id="dynamic_box_right">
<div id="box_right_holder">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_tools.tpl" />
<div id="article_tags">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_tags.tpl" />
</div>
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_vote.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/related_news.tpl" />
</div>
</div>