Hi,
Have to admit CSS and HTML is not my strong point, but when creating the template you simply need to put the template keywords in place of the various items you want. So a starter for ten would be something like:
<div>
<h3><a href="%TEXT1%">%TITLE%</a></h3>
<div>
%LINK_OPEN%<img height=250 width=300 src="%IMAGE%">%LINK_CLOSE%
</div>
<div>
%TITLE - %TEXT%
<div style="float:left">
%PRICE%
</div>
<div style="float:left">
%LINK_OPEN%from Amazon%LINK_CLOSE%
</div>
<div style=float:right">
%LINK_OPEN% PUT BUTTON IMAGE HERE %LINK_CLOSE%
</div>
</div>
Then in the shortcode you would need to put the %TEXT% keywords, e.g.
[amazon asin=B00EZOVC4A&text1=/darth-vader-self-stirring-mug/&text=There is no need to stir yourself when you use the force.]
The plugin should retrieve the other items (PRICE, TITLE, etc.) from Amazon if you have entered your AWS keys.
Paul