HTML:
Code:
<div id="header">
<div id="logo">
<img src="images/logo.png" style="border:none;"/>
</div>
<div id="shopping_trolley">
You have <b>0</b> items in your shopping trolley
</div>
<div id="search_bar">
<div id="search_form">
<form action="SimpleSearch.aspx" method="get" name="SiteSearch">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td><input type="text" name="q" accesskey="s" class="search_term" /></td>
<td><input type="image" name="searchSubmit" src="images/search_submit.png" alt="" class="search_submit"/></td>
</tr>
</table>
</form>
</div>
</div>
</div>
TIA

