receipt-example-amazon

From Microformats Wiki
Revision as of 12:53, 16 January 2008 by AndyMabbett (talk | contribs) (moving)
Jump to navigation Jump to search

An Example Receipt from Amazon

http://upallnite.com/receipts/amazon.html


<style type="text/css">
<!--
.dimText {
color: #CCCCCC;
}
-->
</style>

<html>
<head>
<title>Amazon.com Checkout: Place Your Order</title>



<style type="text/css"><!--
BODY { font-family: verdana,arial,helvetica,sans-serif; font-size: small; background-color: #FFFFFF; color: #000000; margin-top: 0px; }
TD, TH { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }
a:link { font-family: verdana,arial,helvetica,sans-serif; color: #003399; }
a:visited { font-family: verdana,arial,helvetica,sans-serif; color: #996633; }
a:active { font-family: verdana,arial,helvetica,sans-serif; color: #FF9933; }
.serif { font-family: times,serif; font-size: medium; }
.sans { font-family: verdana,arial,helvetica,sans-serif; font-size: medium; }
.small { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }


.h1 { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: medium; }
.h3color { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: small; }
.tiny { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }
.listprice { font-family: arial,verdana,helvetica,sans-serif; text-decoration: line-through; }
.attention { background-color: #FFFFD5; }
.price { font-family: arial,verdana,helvetica,sans-serif; color: #990000; }
.tinyprice { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: x-small; }
.highlight { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: small; }
.alertgreen { color: #009900; font-weight: bold; }
.alert { color: #FF0000; font-weight: bold; }
.topnav { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; text-decoration: none; }
.topnav a:link, .topnav a:visited { text-decoration: none; color: #003399; }
.topnav a:hover { text-decoration: none; color: #CC6600; }
.topnav-active a:link, .topnav-active a:visited { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; color: #CC6600; text-decoration: none; }
.eyebrow { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold;text-transform: uppercase; text-decoration: none; color: #FFFFFF; }
.eyebrow a:link { text-decoration: none; }
.popover-tiny { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; }
.popover-tiny a, .popover-tiny a:visited { text-decoration: none; color: #003399; }
.popover-tiny a:hover { text-decoration: none; color: #CC6600; }
.tabon a:hover, .taboff a:hover { text-decoration: underline; }
.tabon div, .taboff div { margin-top: 7px; margin-left: 9px; margin-bottom: 5px; }
.tabon a, .tabon a:visited  { font-size: 10px; color: #FFCC66; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.taboff a, .taboff a:visited { font-size: 10px; color: #000000; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.indent { margin-left: 1em; }
.half { font-size: .5em; }
.list div { margin-bottom: 0.25em; text-decoration: none; }
.hr-center { margin: 15px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999; }
.horizontal-search { font-weight: bold; font-size: small; color: #FFFFFF; font-family: verdana,arial,helvetica,sans-serif; }
.horizontal-websearch { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; padding-left: 12px; }
.big { font-size: xx-large; font-family: verdana,arial,helvetica,sans-serif; }
.amabot_right .h1 { color: #c60; font-size: .92em; }
.amabot_right .amabot_widget .headline, .amabot_left .amabot_widget .headline { color: #c60; font-size: .92em; display: block; font-weight: bold; }
.amabot_widget .headline { color: #c60; font-size: medium; display: block; font-weight: bold; }
.amabot_left .h1 { color: #c60; font-size: .92em; }
.amabot_left .amabot_widget, .amabot_right .amabot_widget, .tigerbox {  padding-top: 8px;  padding-bottom: 8px;  padding-left: 8px;  padding-right: 8px;  border-bottom: 1px solid #ADD2E2;   border-left: 1px solid #ADD2E2;  border-right: 1px solid #ADD2E2;  border-top: 1px solid #ADD2E2; }
.amabot_center {  font-size: 12px; }
.amabot_right {  font-size: 12px; }
.amabot_left {  font-size: 12px; }
.rightArrow { color: #c60; font-weight: bold; padding-right: 6px; }
.nobullet { list-style-type: none }
.homepageTitle { font-size: 28pt; font-family: 'Arial Bold', Arial; font-weight: 800; font-variant: normal; font-style: bold; color: #80B6CE; }

--></style>
<script language="Javascript1.1" type="text/javascript">
<!--
function amz_js_PopWin(url,name,options){
  var ContextWindow = window.open(url,name,options);
  ContextWindow.focus();
  return false;
}
//-->
</script>


<script language="Javascript" type="text/javascript">
<!--
var isSubmitted = false;
function confirmPurchase_onSubmit()
{
  if (isSubmitted) {
    return false;
  }
  else {
    isSubmitted = true;
    return true;
  }
}
//-->
</script>
<style type="text/css">
<!--
.headerCell {
        padding: 4px;
        background-color: #EEEECC;
        border-color: #FFFFFF;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-width: 1px;
        border-right-style: solid;
}
.confirmGlobalHeaderCell { background-color: #4480DD; }
.confirmGlobalBorderCell { background-color: #D5D5B5; }
.confirmHeaderCell { background-color: #BBBB9E; }
.importantMessage { background-color: #FFFFCC;}
.errorMessage {color: #990000;}
.h1blue { font-family: verdana,helvetica,sans-serif; font-size: medium; color: #4480DD}
.clear { font-family: verdana,helvetica,sans-serif; color: #FFFFFF}
.blueboxmid {
	padding: 5px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	}
.blueboxtop {
	padding: 5px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #334477;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	}
.blueboxbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #334477;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	height: 15px;
	}
.customizedList {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
}
.customizedEntry {
        width: 180px;
        margin: 5px 10px 2px 0px;
        text-indent: -1.2em;
        padding-left: 3em;
        float: left;
}
-->
</style>

<script language="javascript1.1" type="text/javascript">
<!--

function fnFocus()
{
    if(document.signin.email.value == '' )
    {
      document.signin.email.focus();
    }
    else
    {
     document.signin.password.focus();
    }
}

//-->
</script>

</head>
<body bgcolor="#FFFFFF" text="#000000" link="#003399" vlink="#003399" alink="#FF9933">

<script type='text/javascript'>
  goN2Consts =
  {
    chEOL: String.fromCharCode(0x0A),
    chSQUOTE: String.fromCharCode(0x27),
    chDQUOTE: String.fromCharCode(0x22),
    chBACKSLASH: String.fromCharCode(0x5C),
    chYEN: String.fromCharCode(0xA5)
  };
</script>

<link href='https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-n2v1-57871.css' type='text/css' rel='stylesheet'>

<script type='text/javascript'>
//! ======= JSF Bootstrap (1) =======
// $Revision: #13 $
var gbN2Loaded = N2Loaded = false;
var n2LMStart = new Date();

var gaN2JSLibs = [];
var gaN2JSLibPaths = [];
var gaN2JSLibIds = [];
var gaN2CSSLibs = [];
var gaN2CSSLibPaths = [];
var n2sRTW1='onload';
var n2sRTWTBS='simplepopoverloaded';


var goN2Initializer = {
      aHandlers: [],
      aEventsRun: [],
      bCoreLoaded: false,

	runThisWhen: function (sWhen, fFn, sComment) {
	  if ( (typeof fFn != 'function') || fFn == null) return false;
	  sWhen = sWhen.toLowerCase();

	  this.aHandlers[this.aHandlers.length] = { sWhen: sWhen, fFn: fFn, sComment: sComment };
	  return true
	},
	run: function() {},
	isReady: function() {return false;}

};
goN2Initializer.initializeThis = goN2Initializer.runThisWhen;

function n2RunThisWhen(sWhen, fFn, sComment) {
  goN2Initializer.runThisWhen(sWhen, fFn, sComment);
}
function n2RunIfLoaded(sLibID, fFn, sComment) {
	goN2Initializer.runThisWhen(sLibID+'loaded', fFn, 'sequenced init of '+ sComment);
}

var goN2LibMon = {
	aLibs: {},
	nMONITORLOAD: -1,

	monitorLoad: function (sLibID) {
		this.aLibs[sLibID] = { sID: sLibID, nDuration: this.nMONITORLOAD };
	},

	stats: function() {}
};


//! ======= JSF Bootstrap (2) =======

gsN2ImageHost='https://images-na.ssl-images-amazon.com/images/G/01/';
var goJSFStringTableProperties = new Object();
var goJSFImageURLProperties = new Object();
goJSFStringTableProperties['loading_13548'] = 'Loading...';
goJSFStringTableProperties['no_addl_info_36017'] = 'No additional information is available at this time';
goJSFStringTableProperties['alt_text_click_to_expand_36018'] = 'click to expand this section and see more';
goJSFStringTableProperties['alt_text_click_to_collapse_36019'] = 'click to collapse this section and see less';
goJSFStringTableProperties['you_will_go_to_new_page_36022'] = '(You will go to a new page)';
goJSFStringTableProperties['you_will_stay_here_36023'] = '(You will stay right here)';
goJSFStringTableProperties['unable_to_get_info_36020'] = 'Unable to obtain necessary information. Please try again later';
goJSFStringTableProperties['more-info_8559'] = 'More Info';
goJSFStringTableProperties['less_info_36021'] = 'Less Info';
goJSFImageURLProperties['JSF-r-orange-arrow'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/arrow-r-orange-11x10._V46891478_.gif';
goJSFImageURLProperties['JSF-loading-bar'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/loading-bar._V46911781_.gif';
goJSFImageURLProperties['JSF-thumb-no-image'] = 'https://images-na.ssl-images-amazon.com/images/G/01/x-locale/detail/thumb-no-image._V47060337_.gif';
goJSFImageURLProperties['JSF-next-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm._V46865265_.gif';
goJSFImageURLProperties['JSF-next-tan-sm-dis'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm-dis._V46840264_.gif';
goJSFImageURLProperties['JSF-close-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/close-tan-sm._V46903531_.gif';
goJSFImageURLProperties['JSF-back-tan-sm-dis'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm-dis._V46863825_.gif';
goJSFImageURLProperties['JSF-close-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/close-tan-sm-dn._V46881222_.gif';
goJSFImageURLProperties['JSF-d-orange-arrow'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/arrow-d-orange-11x10._V46921829_.gif';
goJSFImageURLProperties['JSF-next-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm-dn._V46686641_.gif';
goJSFImageURLProperties['JSF-back-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm-dn._V46913462_.gif';
goJSFImageURLProperties['JSF-back-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm._V46922606_.gif';
var goCust = new Object();

goCust.isLoggedIn=function(){ return true; }
goCust.getName = function () { return 'Joseph'; }
n2RunThisWhen(n2sRTW1,
  function() {
}, "n2CoreLibsExt Init ");


gaN2JSLibPaths.push(
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-utilities-58503.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-events-18500.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-simplePopover-50175.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-staticPopover-23288.js');
gaN2JSLibIds.push(
    'utilities',
    'events',
    'simplePopover',
    'staticPopover');



(function()
{
  var i;
  var sTags = "";
  var bIsSafari = navigator.userAgent.match(/Safari/);
  for (i in gaN2CSSLibPaths)
  {
    sTags += '<lin'+'k hr'+'ef="'+gaN2CSSLibPaths[i]+'" type="text/css" rel="stylesheet">' + goN2Consts.chEOL;
  }
  for (i in gaN2JSLibPaths)
  {
    goN2LibMon.monitorLoad(gaN2JSLibIds[i]);
    var sScript = '<sc'+'ript s'+'rc="'+gaN2JSLibPaths[i]+'" type="text/javascript"></sc'+'ript>' + goN2Consts.chEOL;
    if (bIsSafari) document.write(sScript);
    else sTags += sScript;
  }
  document.write(sTags);
}());
gaN2CSSLibPaths.push(
  'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-n2v1-57871.css' );
n2LLStop = new Date();
//! ======= JSF Bootstrap (End) =======
</script>


<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><a name="top"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/confirm-banner._V47060449_.gif" width="559" alt="Amazon.com Checkout: Place Your Order" height="36" border="0" /></a></td>
</tr>

</table><br />

<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tr>
  <td>

<center>


<form name="amazonVisa" action="/gp/cobrandcard/select.html/102-3797430-0521721" method="POST">
<input type="hidden" name="isaPost" value="yes" />
<input type="hidden" name="useAmazonVisa" value="1" />
</form>
<form name="reload" action="/gp/checkout/confirm/select.html/102-3797430-0521721" method="POST">
<input type="hidden" name="reload" value="1" />
</form>

<form method="post" name="confirmPurchase" action="/gp/checkout/confirm/select.html/102-3797430-0521721" onSubmit="return(confirmPurchase_onSubmit());">
<table width="100%" border="0" cellspacing="6" cellpadding="0">
  <tr>
    <td>
      <a name="up"><b class="h1">Please review and submit your order</b></a><br />
      By placing your order, you agree to Amazon.com's privacy notice and conditions of use.<br /><br />If placing a Marketplace order you are also agreeing to the <a href="http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Marketplace Participation Agreement</a>


      <br />
    </td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalHeaderCell">
      <td align="left" valign="top" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-left-blue-corner._V42753693_.gif" width="17" height="17" border="0" /></td>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td valign="middle" align="center"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/click-place-your-order._V47060391_.gif" width="420" height="21" border="0" /></td>

          <td valign="middle" align="right"><input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/place-order._V47082141_.gif"  width="152" align="absmiddle" alt="Place your order" value="Place Your Order" name="placeYourOrder" height="37" border="0" /></td>
        </tr>
      </table>
    </td>
      <td valign="top" align="right" width="5%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-right-blue-corner._V42752352_.gif" width="17" height="17" border="0" /></td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="left" valign="bottom" colspan="5" class="confirmGlobalBorderCell">
    <table width="100%" cellspacing="17" cellpadding="0">
        <tr valign="top">
            <td class="confirmGlobalBorderCell" width="85%">

<table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr class="confirmGlobalBorderCell">
        <td class="confirmHeaderCell" valign="top" align="left" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tl-inside-drksnd._V47082015_.gif" width="6" height="20" border="0" /></td>
        <td width="98%" class="confirmHeaderCell" align="center"><b>Shipping Details</b></td>
        <td valign="top" align="right" width="1%" class="confirmHeaderCell"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tr-inside-drksnd._V47083196_.gif" width="6" height="20" border="0" /></td>
    </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
        <td bgcolor="#EEEEEE">

        <b>Shipping to:   </b>
        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change this Address" name="changeShippingAddressID.jlmjkohlq" height="14" border="0" />        </td>
    </tr>
</table>


<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
    <tr>
        <td>
Joseph Osowski<br />
Company<br />
Street Address<br />
City, State 19104-3319<br />
United States<br />Phone: 000 000 0000
        </td>
    </tr>


</table>



    <table width="100%" border="0" cellspacing="0" cellpadding="3">

        <tr>
            <td bgcolor="#EEEEEE">
            <b>Shipping Options:  </b>
            <span class="tiny">(<a href="http://www.amazon.com/gp/help/seller/shipping-popup.html/ref=shp_lrn_mr/102-3797430-0521721?ie=UTF8&seller=ATVPDKIKX0DER" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/gp/help/seller/shipping-popup.html/ref=shp_lrn_mr/102-3797430-0521721?ie=UTF8&seller=ATVPDKIKX0DER','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Learn more</a>)</span>
            </td>
        </tr>

    </table>


<script>
n2RunThisWhen('lastlibraryloaded',
  function() {
  primeAdPop = new N2StaticPopover();
  primeAdPop.getPane().setDefaultWidth(552);

  goN2Events.registerFeature('evtst',
                             'primeAdPop',
                             'n2MouseOverHotspotStatic',
                             'n2MouseOutHotspot');

  primeAdPop.initialize('primeAdPopDiv', // the name for your popup DIV. any unique name will do
                         'primeAdPop'    // the object you made up above
                         );
  },
  'init popover' );

</script>


<style type="text/css">
<!--
.adStripe1 {
background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/x-locale/subscriptions/primeclub/signup/prime-ad-grad01._V47062342_.gif);
background-repeat: repeat-x;
}
.adStripe2 {
color: #009900;
font-weight: bold;
}
.adStripe3 {
color: #000000;
}
.primeEmphasis {
font-weight: bold;
}

a.primeGreenAdLauncher:visited { color: #009900; }
a.primeGreenAdLauncher { color: #009900; }

a.primeAdLauncher:visited { color: #003399; }
a.primeAdLauncher { color: #003399; }
-->
</style>
<script type="text/javascript" language="JavaScript">
<!--
  document.write( ' <table bgcolor="#FFFFFF" class="adStripe2" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="padding:4px;"> <a class="primeAdLauncher" href="javascript:;" style="color:#cc6600; text-decoration:none;" name="evtst|he|primeAdContent">FREE UPGRADE:</a> You've been selected to receive a <a class="primeAdLauncher" href="javascript:;" style="color:#cc6600; text-decoration:none;" name="evtst|he|primeAdContent">FREE 1-month trial of Amazon Prime</a>. Sign up now and get unlimited Two-Day Shipping for FREE on over a million items sold by Amazon.com while your trial lasts -- starting with this order! <br />»  <a class="primeAdLauncher" href="javascript:;" name="evtst|he|primeAdContent"> Learn more </a> </td></tr> </table>' );
-->
</script>
<noscript>

  <table bgcolor="#FFFFFF" class="adStripe2" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="small" style="padding:4px;">Joseph,
    you have been selected to receive a
    <span style="color:#cc6600;">FREE 1-month trial of Amazon Prime</span>.<br />
    You can get unlimited Two-Day Shipping for FREE on over a million items
    sold by Amazon.com while your trial lasts.<br />
    Look for messages about Amazon Prime on product detail pages.
    </td>
  </tr>
</table>
</noscript>

    <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
        <tr>
            <td>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
    <tr>
        <td colspan="2">

        <b>Choose a shipping speed:</b>
        </td>
    </tr>

    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-on._V47082027_.gif"  width="14" alt="Standard Shipping" name="changeShippingSpeed.102:9383316912.std-us" height="14" border="0" />
        </td>
        <td valign="middle" width="99%">

        Standard Shipping


 (3-5 business days)

        </td>
    </tr>

    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="Two-Day Shipping" name="changeShippingSpeed.102:9383316912.second" height="14" border="0" />
        </td>
        <td valign="middle" width="99%">

        Two-Day Shipping <span class="alertgreen">--get it Monday, May 21!</span>

        </td>
    </tr>

   <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="One-Day Shipping" name="changeShippingSpeed.102:9383316912.next" height="14" border="0" />
        </td>

        <td valign="middle" width="99%">
        One-Day Shipping <span class="alertgreen"> --get it tomorrow Friday, May 18!</span>

        </td>
    </tr>

    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="Local Express Delivery" name="changeShippingSpeed.102:9383316912.same-us" height="14" border="0" />

        </td>
        <td valign="middle" width="99%">
        Local Express Delivery <span class="alertgreen"> --get it tomorrow Friday, May 18!</span>

        </td>
    </tr>

</table>
            </td>
        </tr>
    </table>

<table width="100%" border="0" cellspacing="0" cellpadding="3" class="confirmGlobalBorderCell">
    <tr>
        <td bgcolor="#EEEEEE">
        <b>
        The following items will arrive in 1 shipment:        </b>

        </td>
    </tr>
    <tr valign="top">
        <td bgcolor="#FFFFFF">
        <a name="shipments" class="tiny"></a>
        Need to <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/buttons/change-quantities-delete-sm._V47081743_.gif"  width="161" align="absmiddle" alt="Change quantities" name="changeQuantity" height="16" border="0" />?
                    </td>
    </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">

    <tr bgcolor="#FFFFFF">
        <td colspan="2">

                <b class="h3color">

    Estimated ship date for this item: May 18, 2007

                </b>

        </b>

        </td>
     </tr>

<tr>

  <td valign="top" align="center">

<img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/product-icons/small-blue/book_display_on_website-blue-icon._V47059317_.gif" width="18" align="absmiddle" height="18" border="0" />
  </td>
  <td valign="top">
    <span class="small">






<b>Harry Potter and the Half-Blood Prince (Book 6)</b>  - J.K. Rowling




<br /><b class="price">$9.99</b><span class="tiny"> - Quantity: 1 - In Stock




<script type="text/javascript"><!--
 document.write( '- <span class="alertgreen">Eligible for Amazon Prime shipping rates: <a href="javascript:;" name="evtst|he|primeAdContent">join now</a></span>' ); //--> </script>
<br />Condition: new
<br />Sold by: Amazon.com</span>

        <br />

        <input type="image" SRC="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/icons/sm-blue-gift._V47082459_.gif" ,alt="Edit Gift Info" name="changeGiftOptions.102:9383316912.ljmjruoutpmx.confirmPageChangeButton"/>
         <b>Gift options</b>
        <span class="tiny">None</span>

<input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Edit Gift Info" name="changeGiftOptions.102:9383316912.ljmjruoutpmx.confirmPageChangeButton" height="14" border="0" />

    </span>
    <span class="tiny">
    </span>


  </td>
</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr bgcolor="#FFFFFF">
        <td align="left" valign="bottom"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
        <td valign="bottom" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td></tr>
    <tr class="confirmGlobalBorderCell"><td colspan="2"> <br /></td></tr>
</table>
<input type="hidden" name="order.102:9383316912.ShippingSpeed" value="std-us" />
<input type="hidden" name="order.102:9383316912.ShipSplitPreference" value="shipWhenComplete" />



                </td><td width="15%">




<style type="text/css">
<!--
.membershipEnclosure {
	width: 100%;
	padding: 0px 1px;
	background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/detail/gradated-blue-thin._V46917074_.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
-->
</style>



<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalBorderCell">
    <td class="confirmHeaderCell" valign="top" align="left" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tl-inside-drksnd._V47082015_.gif" width="6" height="20" border="0" /></td>
    <td width="98%" class="confirmHeaderCell" align="center" nowrap="nowrap">
	  <b>
Order Summary	  </b>
	</td>

    <td valign="top" align="right" width="1%" class="confirmHeaderCell"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tr-inside-drksnd._V47083196_.gif" width="6" height="20" border="0" /></td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF">
    <tr>
        <td>
        <table width="100%" border="0" cellspacing="2" cellpadding="0">

            <tr>
                <td class="tiny">Items:</td>
                <td align="right" class="tiny" nowrap="nowrap">$9.99</td>

            </tr>
            <tr valign="top">
                <td nowrap="nowrap" class="tiny">
                Shipping & Handling:
                </td>
                <td align="right" class="tiny" nowrap="nowrap">$3.99</td>
            </tr>




            <tr>
                <td class="tiny"> </td>
                <td align="right" class="tiny"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/icons/pixel-grey._V47081715_.gif" vspace="0" width="100%" hspace="0" height="1" border="0" /></td>
            </tr>

            <tr>
                <td height="10" class="tiny" nowrap="nowrap">Total Before Tax:</td>

                <td align="right" height="10" class="tiny" nowrap="nowrap">
                $13.98
                </td>
            </tr>

            <tr valign="top"><td class="tiny">Estimated Tax:</td><td align="right" class="tiny" nowrap="nowrap">$0.00</td></tr>



            <tr>
                <td colspan="2" bgcolor="#000000"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="1" hspace="0" height="1" border="0" /></td>
            </tr>
            <tr align="center">
                <td height="20" colspan="2"><b class="price">

                Order Total:
		$13.98
                </td>
            </tr>
        </table>
        </td>
    </tr>
</table>

<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="white">
    <tr align="center">
        <td align="left" class="tiny"><b><a href="http://www.amazon.com/gp/checkout/common/super-saver.html/102-3797430-0521721?qualify=none" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/gp/checkout/common/super-saver.html/102-3797430-0521721?qualify=none','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Why didn't I qualify for FREE Super Saver Shipping?</a></b></td>
    </tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td align="left" valign="bottom" colspan="2" bgcolor="#EEEEEE">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr bgcolor="#FFFFFF">
                <td align="left" valign="bottom"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
                <td valign="bottom" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td>
            </tr>

        </table>
        </td>
    </tr>
</table>

                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr class="confirmGlobalBorderCell" align="center" valign="middle">

                        <td colspan="2" class="tiny"> </td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td>
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr bgcolor="#FFFFFF" align="center" valign="middle">
                        <td bgcolor="#FFFFFF" align="left" valign="top"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-left-grey-corner._V47081967_.gif" width="6" height="20" border="0" /></td>
                        <td valign="top" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-right-grey-corner._V47060437_.gif" width="6" height="20" border="0" /></td>
                    </tr>

                </table>

<table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
    <tr>
        <td>

        <b>Have any gift cards, gift certificates or promotional claim codes? </b>

 
<br />

        Enter them here (one at a time):<br />
        <input type="text" name="giftCertificateID" size="17"
/>
        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/apply._V47082042_.gif"  width="42" align="absmiddle" alt="Apply Gift Certificate" name="applyGiftCertificate" height="14" border="0" />
                </td>
    </tr>
      <tr><td class="confirmGlobalBorderCell" align="top" vspace="6"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="168" hspace="0" height="1" border="0" /></td></tr>
</table>



                <table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
                    <tr>
                        <td valign="top">
                        <a name="payment">
                        <b>Payment Method:</b><br />

                        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change Payment Method" value="1" name="changePayment" height="14" border="0" /><br />

                        MasterCard: <nobr>***-62339</nobr><br />Exp: 05/2009




                        </td>

                    </tr>
                </table>




<table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
    <tr>
        <td class="confirmGlobalBorderCell" align="top" vspace="6"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="168" hspace="0" height="1" border="0" /></td>
    </tr>
    <tr>
        <td valign="top">

        <b>Billing Address:</b>
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change this Address" name="changeBillingAddressID" height="14" border="0" />
            <br />










Joseph Osowski<br />Street<br />City, State Zip<br />United States<br />Phone: 000 000 0000

        </td>
    </tr>
</table>


                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                        <td align="left" valign="bottom" bgcolor="#FFFFFF"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
                        <td valign="bottom" align="right" bgcolor="#FFFFFF"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td>
                    </tr>
                </table>
		</td></tr></table>
                </td>

            </tr>
        </table>
    </td></tr></table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalHeaderCell">
      <td align="left" valign="bottom" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-blue-corner._V42752329_.gif" width="17" height="17" border="0" /></td>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>

          <td valign="middle" align="center"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/click-place-your-order-bottom._V47081856_.gif" width="420" height="21" border="0" /></td>

          <td valign="middle" align="right"><input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/place-order._V47082141_.gif"  width="152" align="absmiddle" alt="Place your order" value="Place Your Order" name="placeYourOrder" height="37" border="0" /></td>
        </tr>
      </table>
    </td>
      <td valign="bottom" align="right" width="5%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-blue-corner._V42752357_.gif" width="17" height="17" border="0" /></td>
  </tr>
</table>

</td></tr></table>




<input type="hidden" name="orderingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="payingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="canUsePromo" value="1" />
<input type="hidden" name="canUseGC" value="1" />
<input type="hidden" name="purchaseTotal" value="13.98" />
<input type="hidden" name="purchaseTotalCurrency" value="USD" />
<input type="hidden" name="isCAMPSAvailable" value="1" />
<input type="hidden" name="primeCoOptState" value="show_signup" />
<input type="hidden" name="paymentMethod" value="" />
<input type="hidden" name="primeAdIdentifier" value="" />





</form>






















<script>
function primeChangeDetails(myChoice) {
  switch(myChoice) {
    case 1:
      document.getElementById("primeAdBenefits").style.display = "block";
      document.getElementById("primeAdTermsAndConditions").style.display = "none";
      document.getElementById("primeAdLearnMore").style.display = "none";
      break;

    case 2:
      document.getElementById("primeAdBenefits").style.display = "none";
      document.getElementById("primeAdTermsAndConditions").style.display = "block";
      document.getElementById("primeAdLearnMore").style.display = "none";
      break;

    case 3:
      document.getElementById("primeAdBenefits").style.display = "none";
      document.getElementById("primeAdTermsAndConditions").style.display = "none";
      document.getElementById("primeAdLearnMore").style.display = "block";
      break;
  }
}
</script>





<div id="primeAdContent" style="display:none">
  <table border="0" cellspacing="0" cellpadding="0" style="border:0px dashed #999999;border-bottom-width:1px;" width="100%">
    <tr width="100%">
      <td valign="top" style="line-height:1.5; white-space:nowrap; padding:2px 10px;">
        <a href="javascript:;" onClick="primeChangeDetails(1)">Amazon Prime benefits</a><br />
        <a href="javascript:;" onClick="primeChangeDetails(2)">Terms and Conditions</a><br />
        <a href="javascript:;" onClick="primeChangeDetails(3)">Learn more</a> </td>

      <td valign="top" style="padding:2px;" width="100%">
        <div id="primeAdBenefits" class="showVerticalScrollbar" style="height:226; display:block" width="100%">





<strong class="h1">Amazon Prime Free Trial benefits</strong><br />
Enjoy Amazon Prime benefits starting with this order<br />
<strong>UNLIMITED EXPRESS SHIPPING</strong>
<ul style="margin:0px;margin-left:1.5em">

  <li><strong style="color:#008800;">FREE Two-Day Shipping</strong> on over a million in-stock items sold by Amazon.com</li>
  <li>Overnight Shipping for only $3.99 per item</li>
  <li>Order as late as 6:30 p.m. ET and still get it tomorrow</li>
  <li>Ship to any eligible address in the contiguous United States</li>
</ul>

<br />

<strong>EFFORTLESS SHOPPING</strong>
<ul style="margin:0px;margin-left:1.5em">
  <li><strong style="color:#008800;">No minimum purchase required</strong></li>
  <li>No need to consolidate items to save on shipping</li>
</ul>

<br />

<strong>CONVENIENT SHARING</strong>
<ul style="margin:0px;margin-left:1.5em">

  <li><strong style="color:#008800;">Share the benefits of your membership</strong> with up to four family members living in the same household</li>
</ul>
</%method>
	</div>
        <div id="primeAdTermsAndConditions" class="showVerticalScrollbar" style="height:226; display:none" width="100%">

<b class=sans><font color="#CC6600">Amazon Prime Terms & Conditions</font></b><br />
<p>Last updated February 27, 2006<br />

Welcome to the terms and conditions ("<b>Terms</b>")
for Amazon Prime. These Terms are between you and Amazon
Services, Inc. and/or its affiliates ("<b>Amazon.com</b>"
or "<b>Us</b>"), and govern our respective
rights and obligations.
The Terms, together with applicable terms and conditions
related to any promotional offers provided to you for use
with Prime, constitute the entire agreement
between you and Amazon.com related to the Prime shipping
membership program. Please note that your use of the
Amazon.com Web site and Prime membership are also governed
by our Conditions of Use and Privacy
Notice, as well as all other applicable terms, conditions,
limitations and requirements on the Amazon.com Web site,
all of which (as changed over time) are incorporated
into these Terms. If you register for membership, you
accept these terms, conditions, limitations and requirements.
Please read these Terms carefully.</p>

<b class="sans"><font color="#CC6600">Program Benefits</font></b><br />
<p>Prime members are entitled to free Two-Day shipping
and $3.99 per unit One-Day shipping on all eligible
purchases. If you purchase a Prime membership, you may
also invite up to four eligible family members living
in your household (at the same address) to register
for Prime membership at no extra cost. (Please note
that any member under age 18 may use the Amazon.com
Web site only with involvement of a parent or guardian.)
The purchaser can change and/or remove guests at any
time. A guest's membership will automatically
terminate if the purchaser of the membership ceases
to be a member or removes the guest. This program is
not available for Corporate Accounts or for customers
who purchase products for business or institutional
use or for the purpose of resale.</p>

<b class="sans"><font color="#CC6600">Eligible Purchases</font></b><br />

<p>This program is limited to certain products sold by
Amazon.com on www.amazon.com
that are shipped to continental United States addresses,
excluding Alaska, Hawaii, P.O. boxes, APO/FPO and U.S.
territories, possessions and protectorates. Though Two-Day
and One-Day shipping benefits do not apply to these
excluded addresses, members are entitled to free Standard
shipping on eligible items shipped to P.O. boxes in
the continental U.S. and APO/FPO addresses with U.S.
zip codes. We may exclude products in our discretion,
including, for example, oversize or heavy items, items
regulated as hazardous materials, and other items with
special shipping characteristics. Products are eligible
for Prime only if designated on the website. Products
sold by third parties, or through third-party areas
such as Marketplace, Auctions and/or zShops, are NOT
eligible for Prime.</p>

<b class="sans"><font color="#CC6600">Conditions</font></b><br />
<p>You must have an Amazon.com account to register for
and use Prime. We reserve the right to accept or refuse
membership in our discretion. You may not transfer or
assign your membership or these benefits, except as
part of our family member guest program described above.
Some special product, order, handling fees and/or taxes
may still apply to eligible purchases. If only some
items in your order are eligible for Prime, you will
pay applicable shipping charges for the ineligible items.
Changing or combining orders, or changing your shipping
address, speed, or preferences might affect Prime eligibility.
Please note:
<ul>
<li>One-Day and Two-Day shipping are options we use
to determine your estimated delivery date (these options
do not reflect product availability or our estimated
shipping date);</li>
<li>we may ship the products by ground or air at our
discretion (these options do not correspond to any
carrier-branded shipping services);</li>
<li>our carriers usually do not pick-up or deliver packages
on weekends or holidays;</li>
<li>we do not guaranty delivery of products within the
estimated transit time or by the estimated delivery
date.</li>
</ul></p>

<b class="sans"><font color="#CC6600">Fees; Renewal</font></b><br />
<p>The annual membership fee for Prime is $79.00. This
fee is non-refundable except as expressly set forth
below. Taxes may apply on either or both of the membership
fee and the reduced shipping charges for Prime. UNLESS
YOU NOTIFY US BEFORE RENEWAL THAT YOU WANT TO CANCEL, YOU
UNDERSTAND YOUR MEMBERSHIP WILL AUTOMATICALLY RENEW
AND YOU AUTHORIZE US (WITHOUT NOTICE TO YOU) TO COLLECT
THE THEN-APPLICABLE ANNUAL
MEMBERSHIP FEE AND ANY TAXES USING ANY PAYMENT METHOD
WE HAVE ON RECORD FOR YOU.</p>

<b class="sans"><font color="#CC6600">Membership Cancellation</font></b><br />
<p>If you cancel your membership before you or your registered
guests have made any eligible purchases, we will refund
your full membership fee. </p>

<b class="sans"><font color="#CC6600">Agreement Changes</font></b><br />
<p>We may in our discretion change these Terms, Amazon.com's
general Conditions of Use and Privacy Notice, or any
aspect of Prime membership, without notice to you. However,
any increase in the membership fee will not apply until
your membership is renewed. Also, if we increase the
shipping charges for Prime, or decrease the number of
family members who can be invited as guests, we will
notify you by email at least 30 days before the new
terms go into effect. If you cancel your membership
before the effective date of these changes, we will
give you a prorated refund of your membership fee based
on the number of full months remaining in your membership
period. This refund option does not apply to any other
changes we may make. If any change is found invalid,
void, or for any reason unenforceable, that change is
severable and does not affect the validity and enforceability
of any remaining changes or conditions. YOUR CONTINUED
MEMBERSHIP AFTER WE CHANGE THESE TERMS CONSTITUTES YOUR
ACCEPTANCE OF THE CHANGES. IF YOU DO NOT AGREE TO ANY
CHANGES, YOU MUST CANCEL YOUR MEMBERSHIP.</p>

<b class="sans"><font color="#CC6600">Termination by Us</font></b><br />

<p>We may terminate your membership at our discretion
without notice. If we do so, we will give you a prorated
refund based on the number of full months remaining
in your membership. However, we will not give any refund
for termination related to conduct that we determine,
in our discretion, violates these Terms or any applicable
law, involves fraud or misuse of this membership program
or any other Amazon.com services or features,
or is harmful to our interests or another user. Our
failure to insist upon or enforce your strict compliance
with these Terms will not constitute a waiver of any
of our rights. </p>

<b class="sans"><font color="#CC6600">Limitation of Liability</font></b><br />
<p> IN ADDITION TO OTHER LIMITATIONS AND EXCLUSIONS IN
AMAZON.COM'S CONDITIONS
OF USE, IN NO EVENT WILL WE OR OUR DIRECTORS, OFFICERS,
EMPLOYEES, AGENTS OR OTHER REPRESENTATIVES BE LIABLE
FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL,
OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND,
ARISING OUT OF OR RELATED TO PRIME. OUR TOTAL LIABILITY,
WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE)
OR OTHERWISE, WILL NOT EXCEED THE LAST ANNUAL MEMBERSHIP
FEE YOU PAID. THESE EXCLUSIONS AND LIMITATIONS OF LIABILITY
WILL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW AND
WILL SURVIVE CANCELLATION OR TERMINATION OF YOUR MEMBERSHIP.
CERTAIN STATE LAWS DO NOT ALLOW THE EXCLUSION OR LIMITATION
OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME
OR ALL OF THE ABOVE EXCLUSIONS OR LIMITATIONS MAY NOT
APPLY TO YOU, AND YOU MIGHT HAVE ADDITIONAL RIGHTS.</p>
	</div>
        <div id="primeAdLearnMore" class="showVerticalScrollbar" style="height:226; display:none" width="100%">





<b class="sans"><font color="#CC6600">What is Amazon Prime?</font></b><br />
<p>Amazon Prime is a membership program that gives you and your family "all-you-can-eat" fast shipping.
For an annual membership fee of $79 (which is waived during your 1-month free trial), you will enjoy:</p>

<p><b>Fast Shipping</b></p>
<ul>
  <li><b>Free Two-Day Shipping</b> on more than one million in-stock items sold by Amazon.com.</li>
  <li>Upgrades to <b>One-Day (Overnight) Shipping</b> for just $3.99 per item.</li>

  <li><b>Free standard shipping</b> for eligible items shipped to P.O. boxes in the continental United States
(excluding Alaska, Hawaii, and U.S. territories, possessions and protectorates) and APO/FPO addresses with U.S. zip codes.</li>
</ul>

<p><b>Simple Shopping</b></p>
<ul>
  <li>No minimum purchases required.</li>
  <li>Members-only 1-Click buttons on product pages.</li>
  <li>No need to think about shipping charges when you order.</li>

</ul>

<p><b>Convenient Sharing</b></p>
<ul>
  <li>Shared benefits with up to four family members living in the same household.</li>
</ul>

<b class="sans"><font color="#CC6600">How do I sign up for Amazon Prime?</font></b><br />
<p>You can sign up now by clicking the button below, and we'll apply your new shipping rates to this order.
If you don't wish to become a member of Amazon Prime now, you can still do so later by visiting our sign-up page:</p>

<p>www.amazon.com/prime</p>

<p>However, signing up later will mean that this order will not be eligible for Amazon Prime.</p>

<b class="sans"><font color="#CC6600">Can I order using 1-Click?</font></b><br />

<p>Amazon Prime works best when you use 1-Click Shopping. You'll see two members-only 1-Click buttons in the
member stripe on the top of product detail pages of eligible items. One button instantly orders the item with
<b>Free Two-Day Shipping</b>, and the other button orders the item with <b>One-Day (Overnight) Shipping</b>
for just $3.99 per item.</p>

<p>To get the most out of Amazon Prime and 1-Click, please check your 1-Click settings:</p>
<ul>
  <li><b>Is 1-Click turned on?</b> Members-only shopping buttons will not appear if 1-Click is disabled.</li>

  <li><b>Is your default shipping address a P.O. Box?</b> Make sure you provide a street address.
We cannot use expedited carrier services for P.O. Box deliveries.</li>
  <li><b>Is your payment information current?</b> You may want to update your default credit card number and expiration date.</li>
  <li><b>Is your default shipping method Two-Day?</b> If you use the standard 1-Click button on the
right-hand side of product detail pages, please verify the default shipping method for the shipping address.
You will need to change it from Standard Shipping to Free Two-Day Shipping to take full advantage of your Amazon Prime benefits.</li>
</ul>

<p>More information on using 1-Click is available on our Help pages.</p>
<b class="sans"><font color="#CC6600">Can I shop without using 1-Click?</font></b><br />

<p>If you prefer to use the Shopping Cart instead of 1-Click, simply place items in your Shopping Cart and proceed
to checkout as usual. On the order summary page, you will see:</p>
<ul>
  <li>Amazon Prime-eligible items are recognized and the shipping method defaults to <b>Free Two-Day Shipping</b>.</li>
  <li>The option to upgrade your shipment of eligible items to <b>One-Day (Overnight) Shipping</b> for $3.99 per item.</li>

  <li>Your shipping preferences default to "ship items as they become available" (at no additional cost to you) to
ensure your items arrive as soon as possible.</li>
</ul>

<b class="sans"><font color="#CC6600">Which items are eligible for Amazon Prime?</font></b><br />

<p>Eligible products will be designated on the product page, in the order pipeline, or at check-out.
The program is limited to products sold by Amazon.com. Gift certificates are not eligible for expedited
shipping under Amazon Prime. Some Amazon.com products are excluded, including, for example, oversize or
heavy items, items regulated as hazardous materials, and other items with special shipping characteristics.
Products sold by third parties, such as Toys"R" Us and Babies "R" Us, or through third-party areas such as,
Marketplace, Auctions and/or zShops, are NOT eligible.</p>

<b class="sans"><font color="#CC6600">How do I share Amazon Prime with members of my household?</font></b><br />

<p>Inviting family members to share your Amazon Prime membership is easy. Simply log into "Your Account"
and click on the link to "Your Amazon Prime Membership." There you will see a list of your current membership,
the status of all members linked to your Amazon Prime membership, and options to add or remove members.</p>

<ul>
  <li><b>To add a member:</b> Enter the person's name, relationship, e-mail address and birthday in the
appropriate fields and click "Invite." An invitation e-mail message automatically will be sent to the e-mail
address you entered. Note that invited members will need to know the month and day of your birthday to accept your invitation.</li>
  <li><b>To remove a member:</b> Click the "Remove" button next to the name of the person you wish to remove.
An e-mail message automatically will be sent to the person you remove.</li>
</ul>

<b class="sans"><font color="#CC6600">What else should I know about Amazon Prime?</font></b><br />
<ul>
  <li>Free Two-Day and per-unit One-Day shipping options apply only for shipments to continental U.S. addresses
(excluding Alaska, Hawaii, P.O. boxes, APO/FPO and U.S. territories, possessions and protectorates). Free standard
shipping is available for eligible items shipped to P.O. boxes in the continental United States (excluding Alaska,
Hawaii, U.S. territories, possessions and protectorates) and APO/FPO addresses with U.S. zip codes.</li>

  <li>This program is not available for Corporate Accounts or for customers who purchase products for business or
institutional use or for the purpose of resale.</li>
  <li>If only some items in your order are eligible for Amazon Prime you'll be charged applicable shipping fees for the ineligible items.</li>
  <li>Two-Day and One-Day shipping have no weekend pick-up or delivery and may require signature for items over $400. </li>
  <li>Items may be shipped using either ground or air shipping. These options do not correspond to any carrier-branded shipping services.</li>
</ul>

<b class="sans"><font color="#CC6600">Can I cancel my membership to Amazon Prime?</font></b><br />

<p>You can cancel your Amazon Prime membership and receive a refund of the membership fee if you or your registered
guests have not made any eligible purchases.</p>

<p>To cancel your membership to Amazon Prime, please visit the membership page in Your Account.</p>

<b class="sans"><font color="#CC6600">Does my membership renew automatically?</font></b><br />

<p>Yes, your membership is set up to automatically renew annually. You can use Your Account to choose not to renew or
to update your preferred payment method for membership renewals. If the preferred method is unavailable (for example,
a credit card has expired), for your convenience we will use another payment method we have on record for you. Your
initial sign-up is an authorization for us to use the preferred or other available payment methods.</p>
</%method>
	</div>
      </td>
    </tr>

  </table>
  <div align="center" style="padding:8px 0px;">

<div style="margin: 0px 40px; text-align:left;">As the 1-month free trial period ends, if you want to join Amazon Prime, do nothing. At that point we will enroll you in an annual membership and charge a $79 annual fee to the credit card listed below. If you are not interested in joining Amazon Prime after the free trial, that's okay, too. We make it easy to cancel online any time before the trial ends. We're hoping you'll like the membership and will want to continue.<br /><br /></div>    Preferred Payment Method:
        MasterCard
         ***-62339</br>

    Credit card expires: 05/2009
    <div style="margin: 5px 20px; text-align:left;">
    If the preferred method is unavailable (for example, a credit card has expired), for your convenience we will use another payment method we have on record for you. Your initial sign-up authorizes us to use the preferred or other available payment methods.
    </div>
  <div style="padding:10px 0px;">By clicking the button below, you acknowledge that you <br />have read and agree to the
  <a href="javascript:;" onClick="primeChangeDetails(2)">Terms and Conditions</a>.</div>

  <form method="post" name="confirmPurchase" action="/gp/checkout/confirm/select.html/102-3797430-0521721" onsubmit="return confirmPurchase_onSubmit();">


    <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/buttons/sign-me-up-free-on-white._V47081714_.gif" height="43" alt="Sign up for Amazon Prime" border="0" hspace="0" vspace="0" width="309" name="joinPrime" />




<input type="hidden" name="orderingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="payingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="canUsePromo" value="1" />
<input type="hidden" name="canUseGC" value="1" />
<input type="hidden" name="purchaseTotal" value="13.98" />
<input type="hidden" name="purchaseTotalCurrency" value="USD" />
<input type="hidden" name="isCAMPSAvailable" value="1" />
<input type="hidden" name="primeCoOptState" value="do_join" />
<input type="hidden" name="paymentMethod" value="" />
<input type="hidden" name="primeAdIdentifier" value="nocheckbox_spc_signup_popover_B000GY7AJ4" />







        <input type='hidden' name='subscriptionPlanID' value='B000GY7AJ4' />
      <input type='hidden' name='customerId' value='A2H3OODUMYTTWL' />
      <input type='hidden' name='messageTimeout' value='1179422274415' />
    <input type='hidden' name='verificationKeys' value='subscriptionPlanID,customerId,messageTimeout' />
    <input type='hidden' name='verificationToken' value='0f144ba6db9ec90560f92632ba03fd11' />

  <input type='hidden' name='prime_mss_msgid' value='spc_signup_stripe_AllItemsPrimeSamePromiseTrialUpgradeDurationExplanation_B000GY7AJ4|nocheckbox_spc_signup_popover_B000GY7AJ4' />
  <input type='hidden' name='prime_mss_mssid' value='a29ba10c-0ed0-4c21-9b8e-c03639b714d4' />


  </form>

    <br />
    <br />
    <strong class="sans"><a href="javascript:primeAdPop.hide();">No thanks</a></strong>
  </div>
</div>











<br /><br />If placing a Marketplace order you are also agreeing to the <a href="http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Marketplace Participation Agreement</a><br /><br />



<a name="ship"><!--ship--></a>

<table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
    <td class="tiny">
    Read Amazon.com's <a href="/exec/obidos/tg/browse/-/468502/pop-up/ref=ord_cnf_pri/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/468502/pop-up/ref=ord_cnf_pri/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">pricing policy</a>.<br /><br /><b>What happens when you place your order?</b><br><i>For an item sold by Amazon.com:</i> When you click the "Place your order" button, we'll send you an e-mail message acknowledging receipt of your order. Your contract to purchase an item will not be complete until we send you an e-mail notifying you that the item has been shipped. <p><b>Amazon.com Returns Policy:</b> Within 30 days of delivery, you may return new, unopened merchandise in its original condition. Exceptions and restrictions apply--read Amazon.com's complete <a href="/exec/obidos/tg/browse/-/548202/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/548202/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Returns Policy</a>.<br /><br /><span class="small">Go to the <a href="http://www.amazon.com/gp/homepage.html/102-3797430-0521721">Amazon.com home page</a> (without completing your order)</span>    </td>

  </tr>
</table>
</center>

<hr noshade="true" size="1" />
<p class="tiny" align="center">
<a href="/exec/obidos/tg/browse/-/508088/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/508088/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Conditions of Use</a> <a href="/exec/obidos/tg/browse/-/746460/pop-up/ref=ord_can_pri/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/746460/pop-up/ref=ord_can_pri/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Privacy Notice</a>  © 1996-2007, Amazon.com, Inc.<!-- whfh-3c1XPmDG403rTQj0pH8TkZeE3JpBq50r rid-0WC2M7FYJM5EXNK6AQAC -->
</p>

</td></tr>
</table>
</body>
</html>