Not a priority, but a few places the template path is hardcoded.
product.tpl: <a href="bookmark.php?item=<?php echo $this->product->ASIN; ?>&title=<?php echo urlencode($this->product->summary->title); ?>"><img src="templates/default/image/button-bookmark.png" width="170" /></a>
product.tpl: <a href="trackprice.php?item=<?php echo $this->product->ASIN; ?>"><img src="templates/default/image/button-pricetrack.png" width="170" /></a>
product.tpl: <a href="<?php echo $this->product->reviews->url; ?>"><img src="templates/default/image/button-review.png" width="170" /></a>