Books & Media Cloud Store Template Example

Cloud Store Head Extension

<style type="text/css">
    body{margin:0; background-color:#a0e0ff;}
    #wrap{margin:auto;}
    #BrandedStore{font-weight:normal;text-align:left;width:748px;margin:auto;}
    #t{width:100%;}
    #t td{vertical-align:top;}
    #titlesb3,#titlesb3:active,#titlesb3:visited,titlesb3:hover{font-weight:bold;font-family:'Verdana',sans-serif;font-size:10pt;}
    div#amazoncontentsb3{height:510px;overflow:hidden;margin-bottom:15px;}
    div#amazoncontentop1 div#logoop1 a,div#amazoncontentop1 div#logoop1 a:active,div#amazoncontentop1 div#logoop1 a:visited,div#amazoncontentop1 div#logoop1 a:hover{font-weight:bold;font-family:'Verdana',sans-serif;font-size:10pt;}
    div#amazoncontentop1{height:526px;overflow:hidden;margin-bottom:15px;}
</style>

Custom Cloud Store Template

<table id="t" cellspacing="0" cellpadding="0">
    <tr>
	<th id="title">
	    <div style="width:924px;height:140px;margin:20px auto 0 auto;border:0 solid;">
		<div style="width:140px;height:140px;margin:0;border:0 solid;float:left;">
		    <a href="http://www.books-n-media.com" title="Books & Media store">
			<img src="/images/books-n-media.gif" alt="Books & Media store" height="140" width="140" style="border:0 solid;margin:0;" />
		    </a>
		</div>
		<div style="width:784px;height:140px;overflow:hidden;margin:0;border:0 solid;float:left;">
		    <script charset="utf-8" type="text/javascript" 
			src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/ecommsolutitc-20/8002/9cbd21f2-21a7-4d41-9d21-6c45af21035b"
			>
		    </script>
		</div>
	    </div>
	<th>
    </tr>
    <tr>
	<th>
	    <table id="BrandedStore" cellpadding="8" cellpadding="0">
		<tr>
		    <td>
			<BrandedStore/>
		    </td>
		    <td>
			<injectWidget
			    id="sb3"
			    size="14"
			    type="sb3"
			    borderColor="#597A8E"
			    linkColor="#31658B"
			    logoColor="#FFFFFF"
			    privacyColor="#FFFFFF"
			    allPrices="0"
			    showBorder="0"
			    showLogo="0"
			    showImages="1"
			    showDiscount="1"
			    title="On Sale Today"
			    />
			<injectWidget
			    id="op1"
			    size="14"
			    type="op1"
			    borderColor="#597A8E"
			    linkColor="#31658B"
			    logoColor="#FFFFFF"
			    privacyColor="#FFFFFF"
			    allPrices="1"
			    showBorder="0"
			    showLogo="0"
			    showImages="1"
			    showDiscount="1"
			    target="Amazon"
			    />
		    </td>
		</tr>
	    </table>
	</th>
    </tr>
</table>

Back