sucker 1.0.0.beta.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. data/CHANGELOG.md +12 -2
  2. data/README.md +5 -2
  3. data/lib/sucker.rbc +341 -0
  4. data/lib/sucker/request.rb +1 -1
  5. data/lib/sucker/request.rbc +2481 -0
  6. data/lib/sucker/response.rb +19 -7
  7. data/lib/sucker/response.rbc +1554 -0
  8. data/lib/sucker/version.rb +2 -2
  9. data/lib/sucker/version.rbc +130 -0
  10. data/spec/fixtures/asins.txt +9406 -406
  11. data/spec/fixtures/cassette_library/integration/alternate_versions.yml +27 -0
  12. data/spec/fixtures/cassette_library/integration/errors.yml +27 -0
  13. data/spec/fixtures/cassette_library/integration/france.yml +27 -0
  14. data/spec/fixtures/cassette_library/integration/images.yml +27 -0
  15. data/spec/fixtures/cassette_library/integration/item_lookup/multiple.yml +27 -0
  16. data/spec/fixtures/cassette_library/integration/item_lookup/single.yml +27 -0
  17. data/spec/fixtures/cassette_library/integration/item_search.yml +27 -0
  18. data/spec/fixtures/cassette_library/integration/japan.yml +27 -0
  19. data/spec/fixtures/cassette_library/integration/keyword_search.yml +27 -0
  20. data/spec/fixtures/cassette_library/integration/kindle.yml +27 -0
  21. data/spec/fixtures/cassette_library/integration/kindle_2.yml +27 -0
  22. data/spec/fixtures/cassette_library/integration/multiple_locales.yml +157 -0
  23. data/spec/fixtures/cassette_library/integration/power_search.yml +27 -0
  24. data/spec/fixtures/cassette_library/integration/related_items/child.yml +27 -0
  25. data/spec/fixtures/cassette_library/integration/related_items/parent.yml +27 -0
  26. data/spec/fixtures/cassette_library/integration/seller_listings_search.yml +27 -0
  27. data/spec/fixtures/cassette_library/integration/twenty_items.yml +27 -0
  28. data/spec/fixtures/cassette_library/unit/sucker/request.yml +29 -0
  29. data/spec/fixtures/cassette_library/unit/sucker/response.yml +27 -0
  30. data/spec/integration/alternate_versions_spec.rb +28 -20
  31. data/spec/integration/alternate_versions_spec.rbc +843 -0
  32. data/spec/integration/errors_spec.rb +10 -6
  33. data/spec/integration/errors_spec.rbc +964 -0
  34. data/spec/integration/france_spec.rb +33 -25
  35. data/spec/integration/france_spec.rbc +1012 -0
  36. data/spec/integration/images_spec.rb +32 -24
  37. data/spec/integration/images_spec.rbc +1047 -0
  38. data/spec/integration/item_lookup_spec.rb +11 -3
  39. data/spec/integration/item_lookup_spec.rbc +1723 -0
  40. data/spec/integration/item_search_spec.rb +6 -2
  41. data/spec/integration/item_search_spec.rbc +926 -0
  42. data/spec/integration/japan_spec.rb +27 -19
  43. data/spec/integration/japan_spec.rbc +849 -0
  44. data/spec/integration/keyword_search_spec.rb +5 -0
  45. data/spec/integration/keyword_search_spec.rbc +838 -0
  46. data/spec/integration/kindle_spec.rb +13 -5
  47. data/spec/integration/kindle_spec.rbc +1425 -0
  48. data/spec/integration/multiple_locales_spec.rb +34 -26
  49. data/spec/integration/multiple_locales_spec.rbc +1090 -0
  50. data/spec/integration/power_search_spec.rb +5 -0
  51. data/spec/integration/power_search_spec.rbc +838 -0
  52. data/spec/integration/related_items_spec.rb +41 -29
  53. data/spec/integration/related_items_spec.rbc +1228 -0
  54. data/spec/integration/seller_listing_search_spec.rb +3 -0
  55. data/spec/integration/seller_listing_search_spec.rbc +852 -0
  56. data/spec/integration/twenty_items_spec.rb +41 -34
  57. data/spec/integration/twenty_items_spec.rbc +1166 -0
  58. data/spec/spec_helper.rbc +231 -0
  59. data/spec/support/amazon.yml +3 -0
  60. data/spec/support/amazon.yml.example +1 -0
  61. data/spec/support/amazon_credentials.rbc +154 -0
  62. data/spec/support/asins.rb +6 -1
  63. data/spec/support/asins.rbc +335 -0
  64. data/spec/support/vcr.rbc +360 -0
  65. data/spec/unit/sucker/request_spec.rb +57 -23
  66. data/spec/unit/sucker/request_spec.rbc +4031 -0
  67. data/spec/unit/sucker/response_spec.rb +100 -26
  68. data/spec/unit/sucker/response_spec.rbc +3787 -0
  69. data/spec/unit/sucker_spec.rb +5 -1
  70. data/spec/unit/sucker_spec.rbc +299 -0
  71. metadata +94 -12
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&Operation=ItemSearch&Power=author:lacan%20or%20deleuze%20and%20not%20fiction&SearchIndex=Books&Service=AWSECommerceService&Signature=RmBCtkmbQQ6hoZYkaCZlGC10az3KYKSuX+GSmr22roM=&Sort=relevancerank&Timestamp=2010-10-28T05:38:11Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:11 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: "<?xml version=\"1.0\" ?><ItemSearchResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><RequestId>e51f847e-3669-4ed0-b731-08db1f905817</RequestId><Arguments><Argument Name=\"Operation\" Value=\"ItemSearch\"></Argument><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"Signature\" Value=\"RmBCtkmbQQ6hoZYkaCZlGC10az3KYKSuX+GSmr22roM=\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument><Argument Name=\"Sort\" Value=\"relevancerank\"></Argument><Argument Name=\"Power\" Value=\"author:lacan or deleuze and not fiction\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"1KQ3TQHXVQ54ZSYSCVG2\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-10-28T05:38:11Z\"></Argument><Argument Name=\"SearchIndex\" Value=\"Books\"></Argument></Arguments><RequestProcessingTime>0.2816950000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><MerchantId>Amazon</MerchantId><Power>author:lacan or deleuze and not fiction</Power><ResponseGroup>Small</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Books</SearchIndex><Sort>relevancerank</Sort></ItemSearchRequest></Request><TotalResults>530</TotalResults><TotalPages>53</TotalPages><Item><ASIN>048511335X</ASIN><DetailPageURL>http://www.amazon.com/Thousand-Plateaus-Contemporary-European-Thinkers/dp/048511335X%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D048511335X</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Thousand-Plateaus-Contemporary-European-Thinkers/dp/tech-data/048511335X%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D048511335X%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D048511335X%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D048511335X%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/048511335X%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/048511335X%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/048511335X%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D048511335X</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>Felix Guattari</Author><Manufacturer>The Athlone Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>Thousand Plateaus (Athlone Contemporary European Thinkers)</Title></ItemAttributes></Item><Item><ASIN>0143105825</ASIN><DetailPageURL>http://www.amazon.com/Anti-Oedipus-Capitalism-Schizophrenia-Penguin-Classics/dp/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0143105825</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Anti-Oedipus-Capitalism-Schizophrenia-Penguin-Classics/dp/tech-data/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>Felix Guattari</Author><Creator Role=\"Translator\">Robert Hurley</Creator><Creator Role=\"Translator\">Mark Seem</Creator><Creator Role=\"Introduction\">Mark Seem</Creator><Creator Role=\"Translator\">Helen Lane</Creator><Creator Role=\"Preface\">Michel Foucault</Creator><Manufacturer>Penguin Classics</Manufacturer><ProductGroup>Book</ProductGroup><Title>Anti-Oedipus: Capitalism and Schizophrenia (Penguin Classics)</Title></ItemAttributes></Item><Item><ASIN>0485113600</ASIN><DetailPageURL>http://www.amazon.com/Difference-Repetition-Contemporary-European-Thinkers/dp/0485113600%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0485113600</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Difference-Repetition-Contemporary-European-Thinkers/dp/tech-data/0485113600%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0485113600%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0485113600%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0485113600%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0485113600%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0485113600%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0485113600%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0485113600</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>Paul Patton</Author><Manufacturer>Continuum</Manufacturer><ProductGroup>Book</ProductGroup><Title>Difference and Repetition (Athlone Contemporary European Thinkers)</Title></ItemAttributes></Item><Item><ASIN>0393329259</ASIN><DetailPageURL>http://www.amazon.com/Ecrits-Complete-English-Jacques-Lacan/dp/0393329259%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0393329259</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Ecrits-Complete-English-Jacques-Lacan/dp/tech-data/0393329259%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0393329259%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0393329259%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0393329259%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0393329259%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0393329259%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0393329259%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393329259</URL></ItemLink></ItemLinks><ItemAttributes><Author>Jacques Lacan</Author><Creator Role=\"Translator\">Bruce Fink</Creator><Manufacturer>W. W. Norton &amp; Company</Manufacturer><ProductGroup>Book</ProductGroup><Title>Ecrits: The First Complete Edition in English</Title></ItemAttributes></Item><Item><ASIN>0816616779</ASIN><DetailPageURL>http://www.amazon.com/Cinema-2-Time-Image-Gilles-Deleuze/dp/0816616779%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816616779</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Cinema-2-Time-Image-Gilles-Deleuze/dp/tech-data/0816616779%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816616779%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816616779%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816616779%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816616779%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816616779%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816616779%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816616779</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Creator Role=\"Translator\">Hugh Tomlinson</Creator><Manufacturer>University of Minnesota Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>Cinema 2: The Time-Image</Title></ItemAttributes></Item><Item><ASIN>0816614008</ASIN><DetailPageURL>http://www.amazon.com/Cinema-1-Movement-Image-Gilles-Deleuze/dp/0816614008%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816614008</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Cinema-1-Movement-Image-Gilles-Deleuze/dp/tech-data/0816614008%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816614008%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816614008%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816614008%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816614008%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816614008%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816614008%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614008</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Manufacturer>University of Minnesota Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>Cinema 1: The Movement-Image</Title></ItemAttributes></Item><Item><ASIN>0231079893</ASIN><DetailPageURL>http://www.amazon.com/What-Philosophy-Gilles-Deleuze/dp/0231079893%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0231079893</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/What-Philosophy-Gilles-Deleuze/dp/tech-data/0231079893%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0231079893%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0231079893%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0231079893%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0231079893%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0231079893%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0231079893%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0231079893</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>F\xC3\x83\xC2\xA9lix Guattari</Author><Creator Role=\"Translator\">Janis Tomlinson</Creator><Creator Role=\"Translator\">Graham Burchell III</Creator><Manufacturer>Columbia University Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>What Is Philosophy?</Title></ItemAttributes></Item><Item><ASIN>0816615152</ASIN><DetailPageURL>http://www.amazon.com/Kafka-Toward-Literature-Theory-History/dp/0816615152%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816615152</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Kafka-Toward-Literature-Theory-History/dp/tech-data/0816615152%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816615152%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816615152%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816615152%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816615152%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816615152%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816615152%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816615152</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Creator Role=\"Contributor\">Felix Guattari</Creator><Manufacturer>Univ Of Minnesota Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>Kafka: Toward a Minor Literature (Theory and History of Literature)</Title></ItemAttributes></Item><Item><ASIN>0816643423</ASIN><DetailPageURL>http://www.amazon.com/Francis-Bacon-Sensation-Gilles-Deleuze/dp/0816643423%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816643423</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Francis-Bacon-Sensation-Gilles-Deleuze/dp/tech-data/0816643423%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816643423%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816643423%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816643423%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816643423%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816643423%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816643423%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816643423</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Manufacturer>Univ Of Minnesota Press</Manufacturer><ProductGroup>Book</ProductGroup><Title>Francis Bacon: The Logic of Sensation</Title></ItemAttributes></Item><Item><ASIN>0393317757</ASIN><DetailPageURL>http://www.amazon.com/Fundamental-Concepts-Psychoanalysis-Seminar-Jacques/dp/0393317757%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0393317757</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Fundamental-Concepts-Psychoanalysis-Seminar-Jacques/dp/tech-data/0393317757%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0393317757%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0393317757%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0393317757%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0393317757%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0393317757%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0393317757%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0393317757</URL></ItemLink></ItemLinks><ItemAttributes><Author>Jacques Lacan</Author><Creator Role=\"Editor\">Jacques-Alain Miller</Creator><Creator Role=\"Translator\">Alan Sheridan</Creator><Manufacturer>W. W. Norton &amp; Company</Manufacturer><ProductGroup>Book</ProductGroup><Title>The Four Fundamental Concepts of Psychoanalysis (The Seminar of Jacques Lacan , Book 11)</Title></ItemAttributes></Item></Items></ItemSearchResponse>"
27
+ http_version: "1.1"
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&IdType=ASIN&ItemId=0415246334&Operation=ItemLookup&RelationshipType=AuthorityTitle&ResponseGroup=RelatedItems&Service=AWSECommerceService&Signature=YY4kBgfLZq7SpIxZYX9Tmngu+XIWhwDMflT8Pf7aShw=&Timestamp=2010-10-28T05:38:12Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:12 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-09-01"><OperationRequest><HTTPHeaders><Header Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>1367XC7068X8VD170ZY6</RequestId><Arguments><Argument Name="RelationshipType" Value="AuthorityTitle"></Argument><Argument Name="ItemId" Value="0415246334"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature" Value="YY4kBgfLZq7SpIxZYX9Tmngu+XIWhwDMflT8Pf7aShw="></Argument><Argument Name="ResponseGroup" Value="RelatedItems"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument Name="IdType" Value="ASIN"></Argument><Argument Name="AWSAccessKeyId" Value="1KQ3TQHXVQ54ZSYSCVG2"></Argument><Argument Name="Version" Value="2010-09-01"></Argument><Argument Name="Timestamp" Value="2010-10-28T05:38:12Z"></Argument></Arguments><RequestProcessingTime>0.0272970199584961</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>0415246334</ItemId><ResponseGroup>RelatedItems</ResponseGroup><RelationshipType>AuthorityTitle</RelationshipType></ItemLookupRequest></Request><Item><ASIN>0415246334</ASIN><RelatedItems><Relationship>Parents</Relationship><RelationshipType>AuthorityTitle</RelationshipType><RelatedItemCount>1</RelatedItemCount><RelatedItemPageCount>1</RelatedItemPageCount><RelatedItemPage>1</RelatedItemPage><RelatedItem><Item><ASIN>B000ASPUES</ASIN></Item></RelatedItem></RelatedItems></Item></Items></ItemLookupResponse>
27
+ http_version: "1.1"
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&IdType=ASIN&ItemId=B000ASPUES&Operation=ItemLookup&RelationshipType=AuthorityTitle&ResponseGroup=RelatedItems&Service=AWSECommerceService&Signature=11shorPsYpnuPaKdBxWS0QX06gQt30au036TW8kXeqw=&Timestamp=2010-10-28T05:38:12Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:12 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-09-01"><OperationRequest><HTTPHeaders><Header Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0BYSB9GZJ78JPZSYMS48</RequestId><Arguments><Argument Name="ItemId" Value="B000ASPUES"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument Name="ResponseGroup" Value="RelatedItems"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument Name="IdType" Value="ASIN"></Argument><Argument Name="Version" Value="2010-09-01"></Argument><Argument Name="Timestamp" Value="2010-10-28T05:38:12Z"></Argument><Argument Name="RelationshipType" Value="AuthorityTitle"></Argument><Argument Name="Signature" Value="11shorPsYpnuPaKdBxWS0QX06gQt30au036TW8kXeqw="></Argument><Argument Name="AWSAccessKeyId" Value="1KQ3TQHXVQ54ZSYSCVG2"></Argument></Arguments><RequestProcessingTime>0.0397050380706787</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>B000ASPUES</ItemId><ResponseGroup>RelatedItems</ResponseGroup><RelationshipType>AuthorityTitle</RelationshipType></ItemLookupRequest></Request><Item><ASIN>B000ASPUES</ASIN><RelatedItems><Relationship>Children</Relationship><RelationshipType>AuthorityTitle</RelationshipType><RelatedItemCount>11</RelatedItemCount><RelatedItemPageCount>2</RelatedItemPageCount><RelatedItemPage>1</RelatedItemPage><RelatedItem><Item><ASIN>B003QGCMFG</ASIN></Item></RelatedItem><RelatedItem><Item><ASIN>B000FA5YU6</ASIN></Item></RelatedItem><RelatedItem><Item><ASIN>0415246334</ASIN></Item></RelatedItem><RelatedItem><Item><ASIN>020307291X</ASIN></Item></RelatedItem></RelatedItems></Item></Items></ItemLookupResponse>
27
+ http_version: "1.1"
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&Operation=SellerListingSearch&SellerId=A2JYSO6W6KEP83&Service=AWSECommerceService&Signature=IYebvBS5y+N7Jg7MwdD0Uzy3UPU3WnAilD/L+ckUM9w=&Timestamp=2010-10-28T05:38:12Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:12 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SellerListingSearchResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><HTTPHeaders><Header Name=\"UserAgent\" Value=\"Jakarta Commons-HttpClient/3.0.1\"></Header></HTTPHeaders><RequestId>177E22WDT55TNMCG14WJ</RequestId><Arguments><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"SellerId\" Value=\"A2JYSO6W6KEP83\"></Argument><Argument Name=\"Operation\" Value=\"SellerListingSearch\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-10-28T05:38:12Z\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument><Argument Name=\"Signature\" Value=\"IYebvBS5y+N7Jg7MwdD0Uzy3UPU3WnAilD/L+ckUM9w=\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"1KQ3TQHXVQ54ZSYSCVG2\"></Argument></Arguments><RequestProcessingTime>1.36767387390137</RequestProcessingTime></OperationRequest><SellerListings><Request><IsValid>True</IsValid><SellerListingSearchRequest><SellerId>A2JYSO6W6KEP83</SellerId></SellerListingSearchRequest></Request><TotalResults>4836</TotalResults><TotalPages>484</TotalPages><SellerListing><ExchangeId>Y13M5413869M5405518</ExchangeId><ASIN>1568981538</ASIN><SKU>823651_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Oppositions Reader: Selected Essays 1973-1984 [Paperback] by K. Michael Hays</Title><Price><Amount>4998</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.98</FormattedPrice></Price><StartDate>2007-12-17</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M6867156M8489830</ExchangeId><ASIN>0121746402</ASIN><SKU>823810_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Nucleophilic Aromatic Substitution of Hydrogen [Hardcover] by Chupakhin, Oleg N.</Title><Price><Amount>14995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$149.95</FormattedPrice></Price><StartDate>2007-12-17</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M5946957M7631650</ExchangeId><ASIN>0934718490</ASIN><SKU>823560_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Hasanlu I: Hajji Firuz Tepe, Iran--The Neolithic Settlement (University Museu...</Title><Price><Amount>7995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$79.95</FormattedPrice></Price><StartDate>2007-12-17</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M6099402M0812120</ExchangeId><ASIN>0884021076</ASIN><SKU>831621_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Letters of Gregory Akindynos (Dumbarton Oaks Texts) (v. 7) [Hardcover]</Title><Price><Amount>12500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$125.00</FormattedPrice></Price><StartDate>2007-12-17</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M6179050M1921217</ExchangeId><ASIN>0471254576</ASIN><SKU>825461_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Play Diagnosis and Assessment [Hardcover] by Gitlin-Weiner, Karen</Title><Price><Amount>4098</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$40.98</FormattedPrice></Price><StartDate>2007-12-18</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M6212750M8658314</ExchangeId><ASIN>1402516274</ASIN><SKU>818573_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>The Lord of the Rings Trilogy Gift Set [Unabridged] by J.R.R. Tolkien</Title><Price><Amount>13098</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$130.98</FormattedPrice></Price><StartDate>2007-12-18</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M6568831M4276639</ExchangeId><ASIN>1568982178</ASIN><SKU>823293_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Edward Fella: Letters on America [Hardcover] by Blackwell, Lewis; Lorraine Wild</Title><Price><Amount>2098</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.98</FormattedPrice></Price><StartDate>2007-12-18</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M4157939M6785819</ExchangeId><ASIN>0375752633</ASIN><SKU>144331_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>The Broken Estate: Essays on Literature and Belief (Modern Library Paperbacks)</Title><Price><Amount>1298</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.98</FormattedPrice></Price><StartDate>2007-12-19</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M4107917M9407318</ExchangeId><ASIN>1577180089</ASIN><SKU>643165_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Debating the Middle Ages: Issues and Readings [Paperback] by Little, Lester K.</Title><Price><Amount>3298</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$32.98</FormattedPrice></Price><StartDate>2007-12-22</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing><SellerListing><ExchangeId>Y13M4163383M6933901</ExchangeId><ASIN>0262132753</ASIN><SKU>99467_1</SKU><WillShipExpedited>0</WillShipExpedited><WillShipInternational>0</WillShipInternational><Title>Charles Garnier's Paris Opera: Architectural Empathy and the Renaissance of F...</Title><Price><Amount>3398</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$33.98</FormattedPrice></Price><StartDate>2007-12-19</StartDate><Status>Open</Status><Quantity>0</Quantity><Condition>new</Condition><SubCondition>new</SubCondition><Seller><SellerId>A2JYSO6W6KEP83</SellerId><Nickname>deleuze11</Nickname></Seller></SellerListing></SellerListings></SellerListingSearchResponse>"
27
+ http_version: "1.1"
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&ItemLookup.1.ItemId=0816614024,0143105825,0485113600,0816616779,0942299078,0816614008,144006654X,0486400360,0486417670,087220474X&ItemLookup.2.ItemId=0486454398,0268018359,1604246014,184467598X,0312427182,1844674282,0745640974,0745646441,0826489540,1844672972&ItemLookup.Shared.Condition=All&ItemLookup.Shared.IdType=ASIN&ItemLookup.Shared.MerchantId=All&ItemLookup.Shared.ResponseGroup=OfferFull&Operation=ItemLookup&Service=AWSECommerceService&Signature=hg3AgheTNWu7dDG0wmVSS8ZEVtELl6wdiPQRQODS3ps=&Timestamp=2010-10-28T05:38:14Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:14 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: "<?xml version=\"1.0\" ?><ItemLookupResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><RequestId>40d6056b-213c-45cd-9b11-eb4233b14ca7</RequestId><Arguments><Argument Name=\"Operation\" Value=\"ItemLookup\"></Argument><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"ItemLookup.Shared.MerchantId\" Value=\"All\"></Argument><Argument Name=\"ItemLookup.1.ItemId\" Value=\"0816614024,0143105825,0485113600,0816616779,0942299078,0816614008,144006654X,0486400360,0486417670,087220474X\"></Argument><Argument Name=\"ItemLookup.Shared.ResponseGroup\" Value=\"OfferFull\"></Argument><Argument Name=\"Signature\" Value=\"hg3AgheTNWu7dDG0wmVSS8ZEVtELl6wdiPQRQODS3ps=\"></Argument><Argument Name=\"ItemLookup.Shared.Condition\" Value=\"All\"></Argument><Argument Name=\"ItemLookup.Shared.IdType\" Value=\"ASIN\"></Argument><Argument Name=\"ItemLookup.2.ItemId\" Value=\"0486454398,0268018359,1604246014,184467598X,0312427182,1844674282,0745640974,0745646441,0826489540,1844672972\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"1KQ3TQHXVQ54ZSYSCVG2\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-10-28T05:38:14Z\"></Argument></Arguments><RequestProcessingTime>1.0074680000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>All</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>All</MerchantId><OfferPage>1</OfferPage><ItemId>0816614024</ItemId><ItemId>0143105825</ItemId><ItemId>0485113600</ItemId><ItemId>0816616779</ItemId><ItemId>0942299078</ItemId><ItemId>0816614008</ItemId><ItemId>144006654X</ItemId><ItemId>0486400360</ItemId><ItemId>0486417670</ItemId><ItemId>087220474X</ItemId><ResponseGroup>OfferFull</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>0816614024</ASIN><OfferSummary><LowestNewPrice><Amount>1800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1399</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.99</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>5000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$50.00</FormattedPrice></LowestCollectiblePrice><TotalNew>25</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>48</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>AZV4W4SLLCOHZ</MerchantId><Name>pmlbooklover</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AZV4W4SLLCOHZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>4</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Some dogears, otherwise in good shape</ConditionNote></OfferAttributes><OfferListing><OfferListingId>vHUOvyZYTFlgJCh2kL9NAnXCbJUR21xf01FHPTEvybY6CnbhWG8SYc7fMeYs7gtxxIzTH19m3thn0hpiTAjNXvXLGSZLh0991%2Ft4fKD45n5jfogifVGWwdKzLJbncSmFh71wkzjzlzg%3D</OfferListingId><ExchangeId>Y12M5120746M5892009</ExchangeId><Price><Amount>1399</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.99</FormattedPrice></Price><AmountSaved><Amount>1101</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.01</FormattedPrice></AmountSaved><PercentageSaved>44</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3U1PMIFSYWIJX</MerchantId><Name>Null Set Books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3U1PMIFSYWIJX</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>This copy is in brand new condition.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mlaz9AJwUqxdLz45VnpZ%2F3nlgOVAwZNfONDE%2Fle9iiF0ArZhKuhCpwoJsSCmXnYhGu%2BnPpsG8ZmlMsHqVyUfQGnzbo7SVYIE8cu6YBWZ2yjADWD2CoKp70Ck49vAY%2FjSSPm8m2oiZ84%3D</OfferListingId><ExchangeId>Y17M3800498M8759864</ExchangeId><Price><Amount>1400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.00</FormattedPrice></Price><AmountSaved><Amount>1100</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.00</FormattedPrice></AmountSaved><PercentageSaved>44</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2L77EE7U53NWQ</MerchantId><Name>Warehouse Deals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2L77EE7U53NWQ</GlancePage><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>172209</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>All purchases eligible for Amazon customer service and a 30-day return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>QY%2F6%2Ba1GbcBfmaNKPC6krM2ePvbaLaClWTcyndWV99UIL2pgegFt898VC6MNsf0sMh9a1KzJJILvwjWdE23ucqvAcEixUyve6Jdl%2F8HpA%2BW14tdjSxWWo%2BiWw4wYcYlE0UGQZoShoVo%3D</OfferListingId><ExchangeId>Y12M6611111M2504376</ExchangeId><Price><Amount>1499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.99</FormattedPrice></Price><AmountSaved><Amount>1001</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.01</FormattedPrice></AmountSaved><PercentageSaved>40</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A18OZMH8UQINVM</MerchantId><Name>betterworldbooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A18OZMH8UQINVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>187949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Shows definite wear, and perhaps considerable marking on inside. 100% Money Back Guarantee. Shipped to over one million happy customers. Your purchase benefits world literacy!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>xWp%2BRk10a1P2xOeF8tv%2BZzNodFnGIEwepMMaS6zaiTlp46%2FNG%2FnQhrdgKXidiLWh92q%2FXbwYCgGvrmijUmbBX9k21e1bKBGNSHvAu7Z%2BinkR6XZPOtSvhEL%2FQr5gliRyPt%2F6RRoghZU%3D</OfferListingId><ExchangeId>Y18M1583729M8817691</ExchangeId><Price><Amount>1709</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.09</FormattedPrice></Price><AmountSaved><Amount>791</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.91</FormattedPrice></AmountSaved><PercentageSaved>32</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2ENLOCYXEFS31</MerchantId><Name>-bearbooks-</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2ENLOCYXEFS31</GlancePage><Location><CountryCode>US</CountryCode><StateCode>RI</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>44385</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>USED book, some wear from reading and creases. Qualifies for PRIME and FREE SHIPPING!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Lp2J6SAbHOWKT1oDHfWT5N7vAe%2FT4Rl2KtnJOeurMgd7YNIOJQy9ijDYf71lcx15NawbwZT5W7fXwrbGrTIfdmBHDqcsvJzbL9QxRaTBzXF%2FWWFe1QrS6XDgVm14Pb0V</OfferListingId><ExchangeId>Y13M1026295M5275797</ExchangeId><Price><Amount>1799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.99</FormattedPrice></Price><AmountSaved><Amount>701</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.01</FormattedPrice></AmountSaved><PercentageSaved>28</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>duWG%2B72jppCp%2FdUXpHvgsSOAKxvIsPxTTSpe%2FUDkWma17Y%2BniXQ7n%2B0M%2FeCJOaHrFiDcbuXnl1tQM7HrMYx2iA%3D%3D</OfferListingId><Price><Amount>1800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.00</FormattedPrice></Price><AmountSaved><Amount>700</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.00</FormattedPrice></AmountSaved><PercentageSaved>28</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3IS4K0BDHACV8</MerchantId><Name>Apollo-Books90</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3IS4K0BDHACV8</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>143</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Trade PB. 8vo. University of Minnesota Press. 1987. 610 pgs. Wrappers in excellent shape, with no wear present. Binding tight and solid. Book is free of ownership marks. Text is clean and free of marks. Photos sent upon request. 772</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Tj7h%2B7JJCxW95F84dTmd8g3ZqyygHr23eHtJEx%2FDv5oqhFrKSBeoIybvOaZ1CHv2srkpzEJxiz7Oe%2BILJjBOhBj8lrV8MwCz14Hzsl%2FE1KML7i%2B16gEixk8xVNFBaIwu9t6DPtRKoHM%3D</OfferListingId><ExchangeId>Y12M1273632M5652898</ExchangeId><Price><Amount>1995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.95</FormattedPrice></Price><AmountSaved><Amount>505</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.05</FormattedPrice></AmountSaved><PercentageSaved>20</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2Z2CSK1PH6GOI</MerchantId><Name>bordeebook</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2Z2CSK1PH6GOI</GlancePage><Location><CountryCode>US</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>21308</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Used but in nice shape with normal surface &amp; edge wear. Accessories may not be included. Fast shipping!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>JRsxF2wkwoQVH3n14gXSXtlT%2FjbD%2BUc3RSo49f5PdwhDtBF3Z01rSDvLVqPOwaqrvdBWpoPPqHiKswxXQg02jIqSXRljbI8Q%2BUZgGWiTecLebOLFMTfKPna0KIlqf5w5NNBa5jH91ig%3D</OfferListingId><ExchangeId>Y12M0105825M2752161</ExchangeId><Price><Amount>2016</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.16</FormattedPrice></Price><AmountSaved><Amount>484</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.84</FormattedPrice></AmountSaved><PercentageSaved>19</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A277HPYTPT87RM</MerchantId><Name>southbrooklyntexts</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A277HPYTPT87RM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1036</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new, perfect condition.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>JmO7z2f9OsvYvkHSI4WOlL4k5lwHQozrkoZZPO4ACRHLHuwlELlZ9mbO4EIhkyNGo6MM8HcOXFDqPQjotysQYBCq2TRCsB2L4IOB0kAKWwjUt6b7JHBpBp%2F%2Ffh7UrSwVT9eqxZkdmCM%3D</OfferListingId><ExchangeId>Y17M3367741M4220014</ExchangeId><Price><Amount>2151</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.51</FormattedPrice></Price><AmountSaved><Amount>349</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.49</FormattedPrice></AmountSaved><PercentageSaved>14</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2SUF7Y73WB371</MerchantId><Name>Quick_N_Easy Marketplace</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2SUF7Y73WB371</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>7554</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Multiple copies available. Same day shipping. Expedited and Two Days delivery options. Support small business!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>CSQyN3ppR%2BAucc30EZuFT%2BFOHFJQgic0lh0au78vLA7rzmf%2BpDhbj2YQlc4qAckfnO5%2F%2BotY9telUtha%2FP9DicqmZ7cHpNeYIU0vy4UfSEFCPN0BzyMkj9SwQ7WzS1i5R05cqwhIn7tQDMkjQRxRew%3D%3D</OfferListingId><ExchangeId>Y13M2255528M9001393</ExchangeId><Price><Amount>2152</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.52</FormattedPrice></Price><AmountSaved><Amount>348</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.48</FormattedPrice></AmountSaved><PercentageSaved>14</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0143105825</ASIN><OfferSummary><LowestNewPrice><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>15000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$150.00</FormattedPrice></LowestCollectiblePrice><TotalNew>27</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>41</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>A20EWB51R9YBPO</MerchantId><Name>---greatbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A20EWB51R9YBPO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>35989</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Absolutely Brand New &amp; In Stock. 100% 30-Day Money Back. Direct from our warehouse. Ships by USPS. 1+ million customers served-In business since 1986. Happy Customers is Our #1 Goal. Toll Free Support</ConditionNote></OfferAttributes><OfferListing><OfferListingId>vkXzjeArXPLwL3VgX80SNDhrqCZW5ZouKAAjoTM2HAmv90YPKnbjCwqwDHaZCumqBt1kAah7bSUnVM3HWzeDdxsXCje8D2vJ8gICulU3hqrv8Lfezpirhv1h4lx0HxurLfavMmQltD0%3D</OfferListingId><ExchangeId>Y11M3848980M3444090</ExchangeId><Price><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></Price><AmountSaved><Amount>1008</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.08</FormattedPrice></AmountSaved><PercentageSaved>46</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>499</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A20EWB51R9YBPO</MerchantId><Name>---greatbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A20EWB51R9YBPO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>35989</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Absolutely Brand New &amp; In Stock. 100% 30-Day Money Back. Direct from our warehouse. 5+ million customers served-In business since 1997. Happy Customers is Our #1 Goal. Toll Free Support. 4 to 14 business day Delivery Time by US Post Office.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>hkcNdnVKp1EQIEGxLXMhhvRUqWrFo9W4y7xS%2BfUl2zSEWV057UoIcASkg7POw0WmFyS%2BgXvXJMVz9GEvsFhc5WGzxSzsEc2X53vXTjqr3OXZC%2FyiflCzDTgdbKze%2F7%2BLZ1Xr6ECL8mE%3D</OfferListingId><ExchangeId>Y11M1567708M8523810</ExchangeId><Price><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></Price><AmountSaved><Amount>1008</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.08</FormattedPrice></AmountSaved><PercentageSaved>46</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>499</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Ob3cAf9FUu72aV8W4YeVXm%2Fcyp86GTGm4uu1ZjhHwuNNFSJGqBJXevyEp%2B7HLauAlWhVxq1uTZ%2BzxVXqht6Kud%2BVTsWtKBjhVHyrA4d3IGOgl%2B%2B8LdU0LM04J6Gz1DmWlqbdWu0zwMY%3D</OfferListingId><ExchangeId>Y12M1181029M9303018</ExchangeId><Price><Amount>1252</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.52</FormattedPrice></Price><AmountSaved><Amount>948</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.48</FormattedPrice></AmountSaved><PercentageSaved>43</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>9</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>g62iHZ5CiqNtiQ3cdd5bRzkCSdNnoDGTpWmetgUDbEdpTVNpeW4CrEgetrppixS6RwE3kxGTyBAJt9tIoXlRVR4VqIK5C8Lj1JoWk8GbutrQr%2FE3%2BCJMKX%2B3HwKefis%2B8x3Gr54SVtICPAQ70a2u4Q%3D%3D</OfferListingId><ExchangeId>Y11M3981673M7711499</ExchangeId><Price><Amount>1252</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.52</FormattedPrice></Price><AmountSaved><Amount>948</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.48</FormattedPrice></AmountSaved><PercentageSaved>43</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>10</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1KIF2Y9A1PQYE</MerchantId><Name>allnewbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KIF2Y9A1PQYE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17522</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>q0sLpUBM7Fx78Yq6OwGh4%2F%2BBI3DJroON6vqWzxhHUHSQ6g7v1L56LQ5yrecFBbZkA1IDr0sHZAxX8eNJrHzB%2FINH5HLzSbirSNis3WJOSNkjVEloh3vukBOyLvjqyLY%2BpYzcghscg0Q%3D</OfferListingId><ExchangeId>Y11M1470360M3110989</ExchangeId><Price><Amount>1280</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.80</FormattedPrice></Price><AmountSaved><Amount>920</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.20</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3HY4G4FBZK8H4</MerchantId><Name>BuriedintheSand</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3HY4G4FBZK8H4</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CO</StateCode></Location><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>DGhn39PO28oIrOhzpC6fXKJeShEErg9uSUQ3ivKSX7EvZ%2Bf3LOeRPB0EdyjY%2BU0PffXpqofaO0bu1wmcU8PGvBsQe9hqtCZkMUZSD0tZq3nZk3KSU5Sh4TNUdvUUvHkIXSTT3NQucEqNiPMx6%2FV5vA%3D%3D</OfferListingId><ExchangeId>Y19M6577051M0679616</ExchangeId><Price><Amount>1300</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.00</FormattedPrice></Price><AmountSaved><Amount>900</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.00</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1KIF2Y9A1PQYE</MerchantId><Name>allnewbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KIF2Y9A1PQYE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17522</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>sgGiedQ5C1DdFa2OUCB6WppjhTDtNvJT0QcbWog3GQsffjG5xfYSUVsOsTTCofTIf10dJu4wi9%2BMezG4uwrJDErTT1cNfhbLEimpOpcWU8Isp0nZxw9UgtXrI5D8waS4692B%2BDhna9E%3D</OfferListingId><ExchangeId>Y11M0209708M5718954</ExchangeId><Price><Amount>1329</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.29</FormattedPrice></Price><AmountSaved><Amount>871</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.71</FormattedPrice></AmountSaved><PercentageSaved>40</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A15AOQYSLLO2CF</MerchantId><Name>thermite-media</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A15AOQYSLLO2CF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>56752</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW. 30 Day Satisfaction Guarantee. Quick International Airmail!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mLnYKqSIPxMYwoglpSIRXruXOAiVRiCizpphQDv1foATExszrgPZD4buy28%2BS0i%2FoiCHrIyC%2Fw%2FWhsu3Ki5zzeP1yIwrKVcNL7LmVBi2rrnjvsfUS%2B05DTA4qGK7MLN5jffw8HqskDt5WwBzMn4Rtw%3D%3D</OfferListingId><ExchangeId>Y11M4816761M6624986</ExchangeId><Price><Amount>1375</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.75</FormattedPrice></Price><AmountSaved><Amount>825</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.25</FormattedPrice></AmountSaved><PercentageSaved>38</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>6</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1SSUO20DOKMFO</MerchantId><Name>BooKnackrh</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1SSUO20DOKMFO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>SC</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>23235</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>-/-INTERNATIONAL SHIPPING-\\- SHIPS from 5 locations based on your Zip Code and availability! (PA TN IN OR SC) *-* Gift Quality *-* Orders Processed Immediately! - We get your book to you Very Quickly! 53.16</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mIuAQ5kSdhQEipFtVYz9NQraISD0vv5q4vra17n%2BQAOfp%2FMT%2B3gauGJE0y%2Bjkbqijwa%2FvQFsiAifLk7%2FmK4%2BABUM5Q1GZMNpi5sXfU%2BEd6IlawUiwluiS4aMmcIq0iGz%2FDN5vR47f3Y%3D</OfferListingId><ExchangeId>Y11M6412880M6527837</ExchangeId><Price><Amount>1376</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.76</FormattedPrice></Price><AmountSaved><Amount>824</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.24</FormattedPrice></AmountSaved><PercentageSaved>37</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>12</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>4MOOmCQaAxzhV%2FL14nG50LRbVIhvarAuk3dwXA9WKZJY2O%2FPm1zsB7puy8BiNnMwWL2x0NEiIH%2BP6Vj44w47rVVUzt2GwWenx2enGXghvsgHtTDLv4O0Ca6kZUygEOmQDkF7vvSj6YU3h3xH6wlcWQ%3D%3D</OfferListingId><ExchangeId>Y11M0530231M5949393</ExchangeId><Price><Amount>1386</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.86</FormattedPrice></Price><AmountSaved><Amount>814</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.14</FormattedPrice></AmountSaved><PercentageSaved>37</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0485113600</ASIN><OfferSummary><LowestNewPrice><Amount>14780</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$147.80</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>14914</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$149.14</FormattedPrice></LowestUsedPrice><TotalNew>9</TotalNew><TotalUsed>4</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>13</TotalOffers><TotalOfferPages>2</TotalOfferPages><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>d8FnskqTA1TwrLbEldB8zLXFFJ35Fv%2F1SkK9L0n4tHtYIAaZ5IDF6Hxyo4a4IEuMuZOTtw0tSKBrSDd6ci9MaDjz5zu1VLzc1G6W3f6znqtnOG9bqiUTiMWSrexCvBbc9hIxZ3yoxK6Rr1bNiIJuJQ%3D%3D</OfferListingId><ExchangeId>Y11M4365232M6719268</ExchangeId><Price><Amount>14780</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$147.80</FormattedPrice></Price><AmountSaved><Amount>3220</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$32.20</FormattedPrice></AmountSaved><PercentageSaved>18</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New printed-on-demand paperback delivered from the UK in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>yoKmlrgBQTkgff6zrOadNkHFvlOYgABbOghsuAmeq4IVp6Y4cCHyD%2Bh4ojK2hbPRbNxxyrD%2FZ9yX6F7rYBP%2B1IsyKh6qL4bfqeKYmWD488LsD1bfHRibdigkTbmCYAdmF2Eenl%2Fxu%2Fo%3D</OfferListingId><ExchangeId>Y12M2288863M8160573</ExchangeId><Price><Amount>14781</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$147.81</FormattedPrice></Price><AmountSaved><Amount>3219</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$32.19</FormattedPrice></AmountSaved><PercentageSaved>18</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>500</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>lgCOcxxcc3XvY513SHl5UyCtYOnr7Us4IkujyQmO8844LSoaZ0Ljch2lOsYQCazvOga%2BTMABM4xtmdjGfaiXaWgXwnqaJtx%2BwiZZK9%2F68wQaNTelIRixJ4S0TOXd2AD0dP%2BZkTx%2FuAx3zYQ3UlNFLw%3D%3D</OfferListingId><ExchangeId>Y11M1459563M9029263</ExchangeId><Price><Amount>14914</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$149.14</FormattedPrice></Price><AmountSaved><Amount>3086</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$30.86</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2H6NH4SQYFZ4M</MerchantId><Name>Livrenoir</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2H6NH4SQYFZ4M</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>4685</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Specializing in rare and out-of-print titles. Dispatched from London via Royal Mail, with an average delivery timeframe of 7 to 15 working days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>MFmPNyvTEb3tVcG6whWQYk3uQ15Gnbj8hv20hhGCm7QZ4ZlXel%2FPYAmFIlJmE8qhcBug%2BkFiH5cLfEz3KAKUMfqWvtyLsTjrpPDWM%2BpovarhfeSzRsMF1CJSBQ8s7bQRozV9dgkLdB4%3D</OfferListingId><ExchangeId>Y11M5189197M8248869</ExchangeId><Price><Amount>14915</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$149.15</FormattedPrice></Price><AmountSaved><Amount>3085</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$30.85</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>pntfFJffiSdXwPlvMjErlY9MumyZBwPyDhCFs8dgB5Zvm2aMwRg1XpGQffwGz2vIKFZ4XQDDlk3%2FFTmZNgrIMw%3D%3D</OfferListingId><Price><Amount>16200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$162.00</FormattedPrice></Price><AmountSaved><Amount>1800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.00</FormattedPrice></AmountSaved><PercentageSaved>10</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New book. Shipped within the US in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>3Jlh4UpTyklMSQeJEg%2FWDvg5ziaKLaGh6xK0nB%2Be0ZUFUzkP2uXe1PYbcjfOq61TIdxKnRr3HyiqhC59ds9cASCyGfVN9XX8bEHN%2Fmu3fxnXK5FEl60%2FYdVwyWzAA3vRxNy15U8IJ8mMD3XHX4iMhw%3D%3D</OfferListingId><ExchangeId>Y11M0369747M8900270</ExchangeId><Price><Amount>16854</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$168.54</FormattedPrice></Price><AmountSaved><Amount>1146</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.46</FormattedPrice></AmountSaved><PercentageSaved>6</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1HJEZ4YKOLDSH</MerchantId><Name>Net Treasure</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1HJEZ4YKOLDSH</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1252</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Shipped By Priority Airmail From Our UK Warehouse. New and in stock.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>WeOPIlfJPDRW6s%2BSEd4hzpbgfavpNXX7BDFcc9EQ1qD1x6Dx02Tdp6uHiVWNz9P3zx9zrYwqiNgdgJ40FkVR%2FmgYF12Kz8cTYJ9RFLBex%2FeLMQVg6qKiU1gmT6aOfSgwT75tZlGBjL0%3D</OfferListingId><ExchangeId>Y18M4953289M3349182</ExchangeId><Price><Amount>17193</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$171.93</FormattedPrice></Price><AmountSaved><Amount>807</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.07</FormattedPrice></AmountSaved><PercentageSaved>4</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1VWB59GK2JKNN</MerchantId><Name>AnyEdition</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1VWB59GK2JKNN</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1300</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Dispatched from USA. Expedited and International shipping available. Tracking facility available on request for US Destinations. Exceptional customer service.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>h%2Blo0UkkOTGjaD2Bkv3FUg%2BUuDxp8TmDUu6yhwnjxQuwrXm1D0ei%2FnutnrCDCVcs9qVLFeHRZzvmSCgwHV7lJyZVoO4EM0keC4sSpY1py0i%2Fww2DPeXaRmRs%2Bm0HUex%2F7GwBQ3XqTtk%3D</OfferListingId><ExchangeId>Y17M2565894M6422580</ExchangeId><Price><Amount>19044</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$190.44</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>9le%2Bl2dwOTbGovAhXqpYlzcpzSPdY9j9b%2Bk0vUBM68uI%2Fp5s%2BgWppXZ284%2BjmysQ8yj8%2BUjlKDsM0CiHzyAZSeLAGvdVjS8l4RsKxgCzmlP6Uo98u%2FLruZsaE%2BSnKQmcgPJwV3hUCV8%3D</OfferListingId><ExchangeId>Y19M2200427M8918745</ExchangeId><Price><Amount>19149</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$191.49</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New! Huge seller with millions of transactions! Satisfaction Guaranteed.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>t8BS6dCNLvdXg2M7yiX%2BRrBQglNn5C%2B3EN05UVijD2Cp7aDIbIKx%2B90gTYDtbYB7ZKzQBYMs4hkTsVRSwsDTGe3oYKM%2BmhTPah%2BLhJtc%2FqAyxcp4i%2FNwZwBMnHrc%2F7g4JtmDa9iNfzM%3D</OfferListingId><ExchangeId>Y12M4658581M0635177</ExchangeId><Price><Amount>22148</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$221.48</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0816616779</ASIN><OfferSummary><LowestNewPrice><Amount>1710</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.10</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1464</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.64</FormattedPrice></LowestUsedPrice><TotalNew>17</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>33</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>AF1Q8Z7T8PCWA</MerchantId><Name>swinehartbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AF1Q8Z7T8PCWA</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TN</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>1498</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>underlining and highlighting</ConditionNote></OfferAttributes><OfferListing><OfferListingId>CtPrghYN1dItDKUoB4%2B%2FcgWGTHJeURMlvEHWht%2FLdLTdDRlo68DMWhnVBOHJPmD7wV1FHWlJHuwCtICRqcF%2B%2BbaEu8vsnlk4qLdpLkfi61W%2F%2BV68l0GfnvwkE%2BkjXtUaDuTnum3cOgQ%3D</OfferListingId><ExchangeId>Y12M6674941M1073664</ExchangeId><Price><Amount>1464</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.64</FormattedPrice></Price><AmountSaved><Amount>536</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.36</FormattedPrice></AmountSaved><PercentageSaved>27</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2LZ1YBC293Q1G</MerchantId><Name>balancingmind</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2LZ1YBC293Q1G</GlancePage><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>523</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>some pages have pencil underlighting, just be honest,guaranteed.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>WDoRNlUN4snxw2k2k8EolT1R4dI%2BmJNo1XEGS19Cs3WhzVkewK%2BcWhueyU7%2F6DLr%2BzXkLSBQGKO9oNONIPC8ckkFgdRnTvwm6t3%2BtUKkoOSfBQnv3j%2BE%2F5h43tjaWgwfh%2FQDR05ua1U%3D</OfferListingId><ExchangeId>Y11M2717219M3389810</ExchangeId><Price><Amount>1464</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.64</FormattedPrice></Price><AmountSaved><Amount>536</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.36</FormattedPrice></AmountSaved><PercentageSaved>27</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A315ZFP8WROB82</MerchantId><Name>rdickon3</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A315ZFP8WROB82</GlancePage><Location><CountryCode>US</CountryCode><StateCode>VA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>1908</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>cover has minor wear, name on inside cover, pages are clean and easy to read, ships next day</ConditionNote></OfferAttributes><OfferListing><OfferListingId>qEZWFx27OCEtbxXGYj0yzdlYY7ntpAbMyEPBKHCEt3shEbMbT85hVeAIXgDLzSh9znw26IWP2ALMzg0Hb0KU%2FqQplFkfhAOQ4ta0WbY3Ga0ZKFG5zVRVU%2Fw5xvdZ5n4UV4zV%2BFDfmgU%3D</OfferListingId><ExchangeId>Y14M5158412M7153095</ExchangeId><Price><Amount>1468</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.68</FormattedPrice></Price><AmountSaved><Amount>532</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.32</FormattedPrice></AmountSaved><PercentageSaved>27</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A18OZMH8UQINVM</MerchantId><Name>betterworldbooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A18OZMH8UQINVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>187949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Shows some signs of wear, and may have some markings on the inside. 100% Money Back Guarantee. Shipped to over one million happy customers. Your purchase benefits world literacy!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>n8kUtZIlU4yNiRS4INMycODUz46WM5tijDgpOuy8w7tJhBoPmThpXIKrNx%2BNfmG3OzITGOamvw1bvoEEG%2FENk%2FecJaBoILrhJkPajAd9XvK3poXCYgB02iplaaGG4Blu8MzyD730ZPk%3D</OfferListingId><ExchangeId>Y18M3168220M0088751</ExchangeId><Price><Amount>1473</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.73</FormattedPrice></Price><AmountSaved><Amount>527</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.27</FormattedPrice></AmountSaved><PercentageSaved>26</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1TMIDDJTF7G07</MerchantId><Name>booksmartmpls</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1TMIDDJTF7G07</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MN</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>427</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Publisher: Univ of Minnesota Pr&lt;br&gt;Date of Publication: 1989&lt;br&gt;Binding: trade paperback&lt;br&gt;Edition: &lt;br&gt;Condition: Good&lt;br&gt;Description: 8vo - over 7\xC2\xBE\" - 9\xC2\xBE\" tall 0816616779 This book is in Good condition w/ only minor reading wear; text has light pencil underlining/annotation to first chapter. Some shelf wear, edge wear.&lt;br&gt;</ConditionNote></OfferAttributes><OfferListing><OfferListingId>gdbn79%2Fk5gj5E3YzZxRqjEDbS4YSNMjvbVTS%2FRHu3tGGQS%2BwtgZvyinPqctZQzQ8eZldsDYnNTQ%2BBz1%2FJFQlQVCgfha1h8E5Ts44K8sC7zFCEX2rsgsgQH%2FASczrs1Ja9A3gmNs6UCrLnGpe4R4gFw%3D%3D</OfferListingId><ExchangeId>Y13M2020965M8709637</ExchangeId><Price><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></Price><AmountSaved><Amount>401</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.01</FormattedPrice></AmountSaved><PercentageSaved>20</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>C9%2BIEQ5Txo2I4yEGAa0nfUT%2FIHEE2R7dKjg%2BoYfXzsyfCmRA7FK%2FjA21joGx10UHSlLSSGYE9tu765CYmijYDA%3D%3D</OfferListingId><Price><Amount>1710</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.10</FormattedPrice></Price><AmountSaved><Amount>290</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.90</FormattedPrice></AmountSaved><PercentageSaved>14</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3RK6YG2WKDLIU</MerchantId><Name>bookcultureny</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3RK6YG2WKDLIU</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2388</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Shipped from a real independent book store in Manhattan.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>M%2F7WT4nv9Eg4HgJ2cXyn9ppofbRsSj2cuxUc2Ied3tT3i2sju%2BN2yF%2BeBNGhanqARDzVjE4Ni7yZ1OVAjem1FtfjNOHi7m6puB0uPJR64NJOFTG20KTyPVSNEUi%2BuTvtwlAUBszWxJytZd4OSq7qQg%3D%3D</OfferListingId><ExchangeId>Y13M1639332M6423183</ExchangeId><Price><Amount>2000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.00</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AZPQKLIWQKVZ</MerchantId><Name>powells_books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AZPQKLIWQKVZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>26276</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Legendary independent bookstore online since 1994. Reliable customer service and no-hassle return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>a1CGHjA3Y6rTIUlO9IodI7ByZssUVBMDwSzFTzGq1gsXOUGz9QTZIhP7GfKYEmEUAOHr9bBeFEnEXA%2B1ZQn4OXgq%2F%2Bj3En8yIZr7bvzu9gKdae2Io4tXVPzAXlJeQ%2B0Kzfu72e70nGQ%3D</OfferListingId><ExchangeId>Y11M7035835M4471622</ExchangeId><Price><Amount>2000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.00</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>fm3UYlLSd%2FLO6o5A9ubU2nn%2FdiUyq5I0MOptFxrDlgR%2Ft2OgFpI15t88aHHx8itHGcDsk5DFrca18ak8rpnJUHAFN9yDe7i%2Fhn28o%2BxMvb5%2BZL1UbPgmmsYPAscLjtbE5khwnFxI72NEcDm49LNqVg%3D%3D</OfferListingId><ExchangeId>Y11M2896323M4895612</ExchangeId><Price><Amount>2053</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.53</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>7</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>qevivPPIfUAVtTzBF6SlbL8HyDq0rksIBtK1qv1iVPjLHj9f4PYxbjzuXSMfM%2BEGBzyl%2FwBg3e7l4LepHU6M2%2FrJxXiWc2dwNChNbW10y3XD14aSeaQyNy2cUiuLNr8J7sp6ia9XC00%3D</OfferListingId><ExchangeId>Y12M2588216M0049864</ExchangeId><Price><Amount>2053</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.53</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>7</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0942299078</ASIN><OfferSummary><LowestNewPrice><Amount>1298</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.98</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>776</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.76</FormattedPrice></LowestUsedPrice><TotalNew>22</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>44</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>A1KU5VMU83Q22A</MerchantId><Name>--textbooksrus--</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KU5VMU83Q22A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OH</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>75739</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping, receive in 2-5 business days. See our member profile for customer support contact info. We have an easy return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>87zaCJ0eE15%2FGZj7gEJJlEqfJZhJO0sYfoS%2BmoMwwX56cgfSh9vk6ZRWwyuFDgHwv4lo9GOcwV7nF%2FpQkN1svGHQtCItXVEqFuLAXhlTUdVE3x4h6ei%2BhpXmxcojmOVw5C8cvAzb2bU%3D</OfferListingId><ExchangeId>Y18M0392728M8578367</ExchangeId><Price><Amount>776</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.76</FormattedPrice></Price><AmountSaved><Amount>1419</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.19</FormattedPrice></AmountSaved><PercentageSaved>65</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AWVN796AQL3W7</MerchantId><Name>airmail_from_england</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AWVN796AQL3W7</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Clean and tight copy with some reading wear. A respectable second hand copy. Some reading wear but essentially clean and tight. Dispatched Priority Airmail from our UK warehouse six days a week. Delivery normally within a week, but may take up to ten days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ohrtPJnTgGlWUELCrJWokfcQdy4eceCjKtZlnqRzWDse7V0sQxexkSgQcVmMCp%2BD%2B%2BttXTC6gSqinpRnKTx7Ew%2BWqbRR00J%2BLrHcFkdbX6IGkQ7x6NjtDaYu3cu8wR3lMGgLcaYjJtU%3D</OfferListingId><ExchangeId>Y17M1368737M6271991</ExchangeId><Price><Amount>777</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.77</FormattedPrice></Price><AmountSaved><Amount>1418</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.18</FormattedPrice></AmountSaved><PercentageSaved>65</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1W9YO40S7WJUH</MerchantId><Name>txtbroker</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1W9YO40S7WJUH</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TN</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>4208</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Used - Good. Choose EXPEDITED shipping for faster delivery!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>GFQqppd1bg1zwezmEc%2FUlRvSOmgw8cvTTP38EGBZkOMn3QOpvbxFWqPEZDX%2Fc9foQx3DwSp%2BrGNpyQj6O2pUWxX3jPrCPW9YCZIo%2BPM8QGJJn6H5hwhHMGoK0tPNhf2pnuVYal9%2FN1VE2NI0GgEZ2A%3D%3D</OfferListingId><ExchangeId>Y11M6497792M6359929</ExchangeId><Price><Amount>778</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.78</FormattedPrice></Price><AmountSaved><Amount>1417</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.17</FormattedPrice></AmountSaved><PercentageSaved>65</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1T7WKCVD6AAFY</MerchantId><Name>bookrackmedia</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1T7WKCVD6AAFY</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>361</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Paperback, cover bright and clean, no damage to spine, tight binding, inside clean and white - no marks, back cover has hairline closed slit, light shelf wear to cover/corners/edges, we ship quickly, delivery confirmation</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ozm4CQhLzfDwcZPsLYFNurxuG%2FcIYCqGg3WkmdQc71WL3aJT8VWKCaLL8tqcnhdVQHcH6t6sMmbXm3qI325gP9ic68SMZhFmRzEeCfsAilCyj5%2F%2Bg9giPQuON7dg4qWRneUNVsRLdIob6ODg2XEMrQ%3D%3D</OfferListingId><ExchangeId>Y13M4332760M1444827</ExchangeId><Price><Amount>899</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.99</FormattedPrice></Price><AmountSaved><Amount>1296</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.96</FormattedPrice></AmountSaved><PercentageSaved>59</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A145U086SR2CTZ</MerchantId><Name>midtownscholarbookstore</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A145U086SR2CTZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>PA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>32319</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Crisp, clean, unmarked and unread paperback with light shelfwear to the covers, remainder mark to one edge- NICE</ConditionNote></OfferAttributes><OfferListing><OfferListingId>oRTqiLncq1NE1OYzp7CbU9EMUZ0lAwChba4xlcXmAN1yxPyYcnEXl16xGDxNF8PzmnxIIfIhNX5wE0P2sGFLU3NrAJ3aC7uct%2BcCXFeaFq9dxM1v2YvpEYnUTzfDVAKU</OfferListingId><ExchangeId>Y17M1195138M1315076</ExchangeId><Price><Amount>975</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.75</FormattedPrice></Price><AmountSaved><Amount>1220</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.20</FormattedPrice></AmountSaved><PercentageSaved>56</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>4</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Used book delivered from our UK warehouse in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>f%2FZwH1nHTGpsOdveTVhWz%2BquKUB%2BTJJE7MMwYRVOBKcJKjoVvCz2P9u2mVLVqLXqJYOXC3hrSouCDykiPchpVFTOTuZ9uICZQM0KxDWOWRKyMK8eJnaHPcOTu9gcw%2FlKSICLAX1ILMY%3D</OfferListingId><ExchangeId>Y12M2652803M1435155</ExchangeId><Price><Amount>1098</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.98</FormattedPrice></Price><AmountSaved><Amount>1097</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.97</FormattedPrice></AmountSaved><PercentageSaved>50</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1GC74QVSCFI8G</MerchantId><Name>SYMPOSIUM_BOOKS</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1GC74QVSCFI8G</GlancePage><Location><CountryCode>US</CountryCode><StateCode>RI</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>4105</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>New unread book in stock and on sale - some books may have remainder mark. We often have multiple copies per title - and have over 20,000 discounted titles available. Symposium Books is an Independent Bookstore with locations near Boston University and Brown University &amp; RISD. We are dedicated to providing our customers with the widest selection of scholarly, literary and quality art books. Expedited shipping is available, and we include free delivery confirmation. Reliable customer service, and a no hassle return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>xhl7q%2BEURYrskPQIRB9eyIgMhxxFN3uW29CblQJbUsnao9qqQjumCxkIBpw1W8XiQCbL7NInFVL%2BLH0MJyEjWu4%2B%2BnJ5W7Zh8oPL1hYb423UW%2BR%2BEgK4sxwvU31mURBMWkoTw%2Bfm7bU%3D</OfferListingId><ExchangeId>Y12M1198373M4072107</ExchangeId><Price><Amount>1198</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.98</FormattedPrice></Price><AmountSaved><Amount>997</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.97</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2CYKJTASJZWPY</MerchantId><Name>Bookworm_Bookseller</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2CYKJTASJZWPY</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>5</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Great condition- no highlighting or underlining- small fold on front cover. Satisfaction guaranteed. Reduce, Reuse, Recycle!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>jqpDS7jXAtVXNvYpfIA%2FTAC7lBQJnGKjCtDA1lUHJ06rB7ijr0B9PCzx2Lvl8bslCNlpsh0AwRLLccEcpxUkEoUYMYGci3LHH9C3LeMSVV812cuhMiRbOD3%2BmJntibAGWH%2BvGtPRwkpIRb33ya53qw%3D%3D</OfferListingId><ExchangeId>Y19M3729649M2168203</ExchangeId><Price><Amount>1245</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.45</FormattedPrice></Price><AmountSaved><Amount>950</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.50</FormattedPrice></AmountSaved><PercentageSaved>43</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3RK6YG2WKDLIU</MerchantId><Name>bookcultureny</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3RK6YG2WKDLIU</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2388</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Shipped from a real independent book store in Manhattan.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ZHW9wtaImGHuuPZJ0xQhkYD26tyQp6t6qlqfe%2F0NTlkAG4nVpuAbuxCjqacG1BzA2h9Kxj4aZF4HmaBf2fnwFjlAup8b6%2B3eIGpWrcSp18XGwPgU1iIPDqIW%2B5Cjn1WNl0GR78ok5lfPlr0LCbNnQg%3D%3D</OfferListingId><ExchangeId>Y13M1426130M0714704</ExchangeId><Price><Amount>1275</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.75</FormattedPrice></Price><AmountSaved><Amount>920</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.20</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1SPGR9KL3GLVD</MerchantId><Name>amm30</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1SPGR9KL3GLVD</GlancePage><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>2</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>b1%2B%2BeuoqpKWwwAYp9E40BBHud3J1DPjWwjz4lJMhkyazRJDBjs8lvV5aIGsbWIAvSPthydJOkpyUfw%2B2l6qJTqGS%2F4eZJ8YM9NAu3bCcS9aoruDufC3WX8iqYoXe9Wo%2FoAF0DGQVgI8%3D</OfferListingId><ExchangeId>Y13M6896885M7671681</ExchangeId><Price><Amount>1298</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.98</FormattedPrice></Price><AmountSaved><Amount>897</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.97</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0816614008</ASIN><OfferSummary><LowestNewPrice><Amount>1710</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.10</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1590</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.90</FormattedPrice></LowestUsedPrice><TotalNew>17</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>33</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>A18OZMH8UQINVM</MerchantId><Name>betterworldbooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A18OZMH8UQINVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>187949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Shows some signs of wear, and may have some markings on the inside. 100% Money Back Guarantee. Shipped to over one million happy customers. Your purchase benefits world literacy!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>J8Ddmb7gUvYBGlp%2BASdg4hUyePUPBZgynvurrC6aZQACdoTk6wKGArzq0s70B4KLHwlXWjCGTosVJGeUtNvSaSZIkIUhKKHWuGO1%2FsudM3Y%2ForCbJW6SmVJdGsD95qr4WKDPKzqpKlc%3D</OfferListingId><ExchangeId>Y18M1560369M5407180</ExchangeId><Price><Amount>1590</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.90</FormattedPrice></Price><AmountSaved><Amount>410</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.10</FormattedPrice></AmountSaved><PercentageSaved>20</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AKVVYLOU46F22</MerchantId><Name>Yankee_Clipper_Books_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AKVVYLOU46F22</GlancePage><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>23333</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Book shows a small amount of wear to cover and binding. Some pages show signs of use. Sail the Seas of Value.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>O6n%2FXQoJtPObTdbO3XIiFrc%2B1XOw%2FY9mMD%2FQsdRG0KPSo80Ej9UOuxBavTGbrVB8RGAByzc22bFJHZdEMPou%2BQh1UtuQkUthWhgfmCuFT9l%2BX%2Bx%2BWaX6hIuNtBGTkKGGoud4cvW1WD8%3D</OfferListingId><ExchangeId>Y15M2260152M9698311</ExchangeId><Price><Amount>1636</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.36</FormattedPrice></Price><AmountSaved><Amount>364</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.64</FormattedPrice></AmountSaved><PercentageSaved>18</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AA14RCOPGJQ7W</MerchantId><Name>ram_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AA14RCOPGJQ7W</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>800</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>We will ship best available copy. Please note CD's, InfoTrac, extras may not be included. Choose expedited to receive in 3-5 business days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>f7qygJkXk6%2BWskTJtdD5O%2BFtNUa%2FlOG5nxk%2B2669nxUF7D25BiZwu%2FSajabEgNnV5v0bGA4p0zzaJUc0XfL%2FMNO7k1P4M5CWh1ky0Ls818Pk2XEg9Ch4xsqPUTktKYx%2BkLcUSxtIyLE%3D</OfferListingId><ExchangeId>Y11M1961833M4476388</ExchangeId><Price><Amount>1650</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.50</FormattedPrice></Price><AmountSaved><Amount>350</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.50</FormattedPrice></AmountSaved><PercentageSaved>18</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AI59RG8G0OAP0</MerchantId><Name>Books &amp; Music on Demand</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AI59RG8G0OAP0</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>1185</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Will ship within 24 hours weekdays with delivery confirmation and email notification of shipment.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>O%2Ba3P3XFciVXxCSm1ZfgGugCYPLjF6SN19f0SboC5U0xDCVvBKoz9mpBoRcMI86b1l%2FiFRTBOjOD8SoFlGyVDEfpCyEIBqkAViJQ4B7OydIH1O1RWqryqyVFuz4g9XuzfD%2BncdJf9k3jrQBjyzH8sQ%3D%3D</OfferListingId><ExchangeId>Y11M1486428M5497342</ExchangeId><Price><Amount>1668</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.68</FormattedPrice></Price><AmountSaved><Amount>332</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.32</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A33AYO0FZG6YH</MerchantId><Name>textbooksrus-fba</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A33AYO0FZG6YH</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OH</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>16984</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition></OfferAttributes><OfferListing><OfferListingId>ul40sV1xptX%2F4booNYBvepnmjGINQRLf4wsFuSoPzG%2FZu8SvEidAJhlykrsvU9YbAXrZAWxwYGDKqVbYdAifBo%2B1Pq82C4igNh8s%2BsMQmnptJ%2B6rtTJ%2Boc6MoJFXy9Wo</OfferListingId><ExchangeId>Y20M3938081M0624188</ExchangeId><Price><Amount>1709</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.09</FormattedPrice></Price><AmountSaved><Amount>291</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.91</FormattedPrice></AmountSaved><PercentageSaved>15</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>xGypLNTITcPxrbxBeY9CO73%2BmKSLRd3BU5JEGTj3NxBckvS1o%2BWBzf7%2FmVruwCnfSYG5lpIeaLRzDU9bVdCmeQ%3D%3D</OfferListingId><Price><Amount>1710</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.10</FormattedPrice></Price><AmountSaved><Amount>290</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.90</FormattedPrice></AmountSaved><PercentageSaved>14</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A8YH2ECKGA9RN</MerchantId><Name>short-and-long-books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A8YH2ECKGA9RN</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>120</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Publisher: Univ of Minnesota Pr&lt;br&gt;Date of Publication: 1986&lt;br&gt;Binding: Soft Cover&lt;br&gt;Condition: Good&lt;br&gt;Description: 0816614008 PB/Gd. condition/250 pages - A work in philosophy about cinema. (vK1206HR3)</ConditionNote></OfferAttributes><OfferListing><OfferListingId>r9ivd%2BKlqnUVCx77rj5jUp%2FOoRYA%2FdfKOfgrzjx8FritVqkBWIzgcZkJ9LO75NtizCS8oVAZsi%2B%2FXg5s4FheJRPf77YnXqpwO3RtJKmfCGXgKbVtgiJ%2BjlT6nF9UdNkPbsT7Ra7Fa%2Fw8YgVcNBpvmg%3D%3D</OfferListingId><ExchangeId>Y11M0969082M8248018</ExchangeId><Price><Amount>1969</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.69</FormattedPrice></Price><AmountSaved><Amount>31</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.31</FormattedPrice></AmountSaved><PercentageSaved>2</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A277HPYTPT87RM</MerchantId><Name>southbrooklyntexts</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A277HPYTPT87RM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1036</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new, perfect condition.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>NT7HZsHt9fF%2FEOk6b9ECmG8w1%2FhfOZicbr2UUStgQdbIeoDGslizySDUUZVI035NxxTiXwc4dnamZI7AR1OZ0Q9XHU02AB1V0MSKIcCJb1VfWS7eSJsZNj9ryEoCxNh5BUm7UU0zgkE%3D</OfferListingId><ExchangeId>Y17M3380551M5778203</ExchangeId><Price><Amount>1999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.99</FormattedPrice></Price><AmountSaved><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></AmountSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>14</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3RK6YG2WKDLIU</MerchantId><Name>bookcultureny</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3RK6YG2WKDLIU</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2388</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Shipped from a real independent book store in Manhattan.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Cs4msTiNJCs5cJUdFpi2AGHFRRMeim7x%2B0X8B%2Bqf%2Bs3rbJqxCdl42hV0uQYcbtRP7KN3Rl6OQXhobVNyiby%2F%2BTU64Mp8u8IPaolGAZUM74p8RMYK1bFGIuCTysOZd9WRwNQVzQRoY8gEA0jWe9d1Kg%3D%3D</OfferListingId><ExchangeId>Y13M0795271M2306505</ExchangeId><Price><Amount>2000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.00</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AZPQKLIWQKVZ</MerchantId><Name>powells_books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AZPQKLIWQKVZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>26276</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Legendary independent bookstore online since 1994. Reliable customer service and no-hassle return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>X9QwzFALUAoi2GxnEW%2FJhCFEip9S6bkp6IVkTK6SoTI%2FfKurfbhBg08CT3R%2BC%2BQkkNnH%2BW%2FLBu3dVC09WExi3N%2FAyfDZiBJ%2BdIMeG45W76JQsBaWxXpL8I%2F6K5RixToQXIA0khBVV3s%3D</OfferListingId><ExchangeId>Y11M5833399M2034806</ExchangeId><Price><Amount>2000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.00</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>144006654X</ASIN><OfferSummary><LowestNewPrice><Amount>1036</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.36</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>3190</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$31.90</FormattedPrice></LowestUsedPrice><TotalNew>3</TotalNew><TotalUsed>2</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>5</TotalOffers><TotalOfferPages>1</TotalOfferPages><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>xPYudUgQFTZrjPxQQkVC9lgNoP14KZXBHuVSdj0wEattLAgcOdG646ywoXftk%2F%2B983MWwPxErGGyYptcRQpXgMtjKOklHncq</OfferListingId><Price><Amount>1036</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.36</FormattedPrice></Price><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>24</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><QuantityRestriction><QuantityLimit>3</QuantityLimit></QuantityRestriction><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Huge seller with millions of transactions! Satisfaction Guaranteed.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Ziiq%2FUNq0sawlIm%2FgFMM4hTTp2khVx2LeHNKtofZI5oYggOKEbfwyo57uAqm8NEm7cBuIuHjk5GCXK2gyRqlKcw3uRXIFEuEzQbodsE8fdR8%2BoX0R0wwaVV0gi3WCsMb38upaamkBqs%3D</OfferListingId><ExchangeId>Y12M6238358M4220821</ExchangeId><Price><Amount>3190</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$31.90</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>New or Like new condition. Huge seller with millions of transactions! Satisfaction Guaranteed.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>XjuQBhgkvhwTtL1ZrSw%2F%2Bnh87WrCGocDakCk4mlf1NwWbfiXRZP27hYUxQQgs7xlay1fDfs2eWjNTYsafruOfHAurCMhOuKkJmiuxh%2BUjg25bwEcKxnAvtlrj2eZi4jHdl5w3PIhNNA%3D</OfferListingId><ExchangeId>Y12M3488323M5069715</ExchangeId><Price><Amount>3255</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$32.55</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New! Huge seller with millions of transactions! Satisfaction Guaranteed.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ls%2Fr%2FBgf6Yn7ehlXBriOL7ooRvuQPDxcHQiL8Qaxh2XgxMymKRHilRocxrNPTL%2FWKVQYF9cNOcOtQkUGMCBDj6rE56ySLJeBF0rCdDVfpNIKKSBP%2BSQPMKrEDDZKCw0U%2FmLMARdU5Xo%3D</OfferListingId><ExchangeId>Y12M6229004M3662072</ExchangeId><Price><Amount>3255</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$32.55</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3R9UOUN7H2N38</MerchantId><Name>THE_MEIRIN_USA</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3R9UOUN7H2N38</GlancePage><Location><CountryCode>JP</CountryCode></Location><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>7</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Items will ship from our purchasing office in France via JAPAN, Please allow 3-4 weeks for delivery. Your credit card will charge when your item shipped from France. Duties and taxes are responsibility of purchaser. Brand New./(ecrit en Franponais)Les articles transporteront de notre bureau achetant en France par JAPON, veuillez accorder 3-4 semaines pour livraison. Votre carte de credit chargera quand votre article a transporte de France. Les devoirs et impots sont responsabilite d'acheteur. Tout nouveau.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>0e6wvrW2nncfwa%2BqbGhyMoG%2BbtpFs1YEsAuE0LdJHUUaoQVj%2Fa3oMgQr%2BXbkGAjY7iDqglbMTzzB%2Bc02cTODvAW%2FNK6Vkx2Uc4Q9BoOsTxjCZ875ALQ1xYK5OfLAf2I0lVu8od7DAZI%3D</OfferListingId><ExchangeId>Y15M4614282M1376256</ExchangeId><Price><Amount>8200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$82.00</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0486400360</ASIN><OfferSummary><LowestNewPrice><Amount>775</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.75</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></LowestUsedPrice><TotalNew>20</TotalNew><TotalUsed>23</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>43</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>A284ATJANYDQPU</MerchantId><Name>cbauer96</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A284ATJANYDQPU</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IL</StateCode></Location><AverageFeedbackRating>3.0</AverageFeedbackRating><TotalFeedback>2</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition></OfferAttributes><OfferListing><OfferListingId>L7V4RbO09r3osMOY9RJzEiwvwCh01oPbefQLk5pF2q7UaukHCcVSRzTgaDRiG6Wj8EaxHPfYFKroMqtMNfhslpnAzJI72vLCR%2FvtsapUZ4lTau%2F5Ja6cl95%2B3LgZeaiXZhp6Ka8neKAUiMdKm5kB0A%3D%3D</OfferListingId><ExchangeId>Y14M5128478M3128742</ExchangeId><Price><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></Price><AmountSaved><Amount>1295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.95</FormattedPrice></AmountSaved><PercentageSaved>76</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2VS6A6X5QM016</MerchantId><Name>_beaglebooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2VS6A6X5QM016</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>29624</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Visible shelf wear -- may have some notes/markings on pages</ConditionNote></OfferAttributes><OfferListing><OfferListingId>09uPi8tnJ%2FcEdJ992URxfO7%2BOYCajzVfVYJD%2FPBWTWpowF3hKQoYwgS8I1YV3szaUi5rTVeukQ8BuZRRISKgMoqiUDqqwYIOLDpQQP3aI522bo0mLTrYUjYruAZaBSNwSE0yqc7wg64%3D</OfferListingId><ExchangeId>Y17M1180402M2697931</ExchangeId><Price><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></Price><AmountSaved><Amount>1295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.95</FormattedPrice></AmountSaved><PercentageSaved>76</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1WAG3K51RNA7A</MerchantId><Name>atlanta-book-company</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1WAG3K51RNA7A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>70054</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>A tradition of southern quality and service. All books guaranteed at the Atlanta Book Company. Our mailers are 100% recyclable.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>heyD8Oy47EYOY27x8DGN4LvP7TTK0CgAdED%2BdEvX1kQZbhyTZPL2Yt0Iy%2BEMdhZNMlQLXgRyiAG6%2Fizdldzy9ij7zvqkLuTSLEDFIAt3ZpDkCJKBlTTZl%2Bvcmy4gv8TDoMlhJT%2BAv74TZr58w6Nx1A%3D%3D</OfferListingId><ExchangeId>Y13M4301219M6045846</ExchangeId><Price><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></Price><AmountSaved><Amount>1295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.95</FormattedPrice></AmountSaved><PercentageSaved>76</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A29W1G2K20EIHN</MerchantId><Name>CDC Books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A29W1G2K20EIHN</GlancePage><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>1630</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Passages have been highlighted. Sticker is on the cover. Great reading copy, may show some signs of wear. Ships Fast! Satisfaction Guaranteed!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>iJ96ZWCMvqEldE2kZlTt0tLeSWzhPou96sA8PaWHToUofRcMWyvMkxoygcMgxSNBT6F3dbvo89N8pAPytmG3%2BkNnR6l0kjaJEmstQ3JYbaQreFdA3Sb9K153TI7XuTUyWdtdSj3Yz1vMiw9HdE6BSg%3D%3D</OfferListingId><ExchangeId>Y19M4806126M7803385</ExchangeId><Price><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></Price><AmountSaved><Amount>1295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.95</FormattedPrice></AmountSaved><PercentageSaved>76</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASWK2P83YYFWO</MerchantId><Name>textbooksnow-</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASWK2P83YYFWO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>40929</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Inventory subject to prior sale. Used items have varying degrees of wear, highlighting, etc. and may not include supplements such as infotrac or other web access codes. Expedited orders cannot be sent to PO Box. Sorry, not able to ship to APO, FPO, Alaska, and Hawaii.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>9YkioQOFmoyEnNAOavQktyFgIzm0eRjxe4aC2opg8GTiFi9yU9lj0dW10POsE2l1e0fH%2BLHMDi2tTh569k69LAAWW%2B%2BW%2FZ5gXlCKv%2FudiYjCKWNf6g4A1Sfxo52%2Br6kwXJbdAo6dJAI%3D</OfferListingId><ExchangeId>Y19M0299465M0843500</ExchangeId><Price><Amount>678</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.78</FormattedPrice></Price><AmountSaved><Amount>1017</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.17</FormattedPrice></AmountSaved><PercentageSaved>60</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2R7XNPZ1DDRC0</MerchantId><Name>pinchotbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2R7XNPZ1DDRC0</GlancePage><Location><CountryCode>US</CountryCode><StateCode>WY</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>170</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition></OfferAttributes><OfferListing><OfferListingId>YQT1aq3Cq4JwQjSqp6TTlXGVoctRucTqbSG2frN9gSqZsc6fxG46f7Cb3Op%2FxtjLnSsS5V2HjsLySq6BGlATxc6MOXKR3GebwZ2v6thfVVs3on4Y3FbzTfdz%2B6m5G3pVwM%2BrQ3gK6PSSEW3irCZCew%3D%3D</OfferListingId><ExchangeId>Y14M2802529M4064698</ExchangeId><Price><Amount>688</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.88</FormattedPrice></Price><AmountSaved><Amount>1007</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.07</FormattedPrice></AmountSaved><PercentageSaved>59</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AK1FBJ148AJGG</MerchantId><Name>lynns-bookhouse</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AK1FBJ148AJGG</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>60</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Used clean softcover. Pencil underlines between pages 1 thru 23, then completely stops. Book tightly bound, square &amp; straight.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>djJjp3B6ffSeuaoXTf3Iozoe2xwhLvC8C0trEnhH2U3hmlqidrZVdIIK05z0%2F6VkzvnmBet7DQHBFqNb3QeU0YIFDmFjDXXT6un6wpWca4ITqfCwnjHeHPlwQF88frP%2BiovCjOVIfE693JoDH%2FufRQ%3D%3D</OfferListingId><ExchangeId>Y12M4040917M7685190</ExchangeId><Price><Amount>695</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.95</FormattedPrice></Price><AmountSaved><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></AmountSaved><PercentageSaved>59</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A132NLRQNXP57R</MerchantId><Name>olimpianbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A132NLRQNXP57R</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OH</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>1801</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>1998 Paperback Dover Publishing. Brand new, pages bright and crisp, covers shinny, pencil remainder mark on top edge. Satisfaction guaranteed. Thank you for your interest. 30 days money back guaranteed unconditional return. We ship same day in bubble mailer. Please consider expedited shipping( when offered), standard shipping may take up to 14 days. wllck</ConditionNote></OfferAttributes><OfferListing><OfferListingId>3nz0IeQxn%2FqKxswOGAaOVEy%2FInzlXqAIsHK22AaW45xIKkVc4kRuJXmam525kSW%2FbExuYXqul7IVtrXJaBygZ9b%2BKjFHkJ2tFKut7l7rQdHrbyZFolRW7mLaJD%2BfiaSOdS2%2FYKxIs9cZKhaPWpnD9Q%3D%3D</OfferListingId><ExchangeId>Y14M2501607M0601946</ExchangeId><Price><Amount>775</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.75</FormattedPrice></Price><AmountSaved><Amount>920</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.20</FormattedPrice></AmountSaved><PercentageSaved>54</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1F7NVSFGK0J1R</MerchantId><Name>ecampus_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1F7NVSFGK0J1R</GlancePage><Location><CountryCode>US</CountryCode><StateCode>KY</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>5495</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New - Never Opened. Fast, reliable delivery. Exceptional customer service. Selling books online since 1999. Standard shipping is USPS. Expedited shipping is UPS Ground. Expedited shipping will NOT deliver to HI, AK, PR, PO Boxes, APO/FPO.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>M0CoihqwvKstRE9s%2BVWaBTh83GalMqoNKWJiaWHowvAO5zYtI7s5pVh3xMYV1zXRD7RoPAk%2BoIkeBtFb6ewyP%2BHyako2Qybk62avSRxyKDUUxcvWyQsHboK5nfVrSIgeImOXG0uU1xU%3D</OfferListingId><ExchangeId>Y16M0065044M5351584</ExchangeId><Price><Amount>777</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.77</FormattedPrice></Price><AmountSaved><Amount>918</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.18</FormattedPrice></AmountSaved><PercentageSaved>54</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AMV51XPU4FVBI</MerchantId><Name>allychunk</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AMV51XPU4FVBI</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>3</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>uT7%2Bp9yo%2FckuP09J9V3mqloXp8WzbufbUgLdmqGY1bBU%2FfI%2BQzVBrncmn7MUeDhUKeU3%2F%2F3kpJelPtetFzAPdfBNXxUs8jWaJwKegQhVeb79DaFNA3ArSQTsU6o5v19J7fyhva0NgTc%3D</OfferListingId><ExchangeId>Y11M5844944M1233361</ExchangeId><Price><Amount>787</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.87</FormattedPrice></Price><AmountSaved><Amount>908</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.08</FormattedPrice></AmountSaved><PercentageSaved>54</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0486417670</ASIN><OfferSummary><LowestNewPrice><Amount>772</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.72</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.94</FormattedPrice></LowestUsedPrice><TotalNew>18</TotalNew><TotalUsed>18</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>36</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>A2UXMHC8QUWMTS</MerchantId><Name>BookBoys</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2UXMHC8QUWMTS</GlancePage><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>1051</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Item has been read but is in clean condition, and cover and pages are intact. Pages may include limited notes and highlighting. Supplemental material not guaranteed to be included. BookBoys is dedicated to our customers' satisfaction. We look forward to your order and ship our items quickly!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>V9AZUG8toUxcG05YV8iKqwJVwImh%2BygVhS4PXf3tCUO7fFBqJXWYYvRCqxmMp3HvwsavGTJ4%2B8qIE%2FPhjheqcEW%2B8Lw%2BoIpQCtAM5mNIh%2B9rDQe%2FpezGZhGL%2FT4Juvk7F8NafODVt7w%3D</OfferListingId><ExchangeId>Y12M2493252M8831019</ExchangeId><Price><Amount>394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.94</FormattedPrice></Price><AmountSaved><Amount>901</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.01</FormattedPrice></AmountSaved><PercentageSaved>70</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1C4P8JOIRV737</MerchantId><Name>tacoma_goodwill</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C4P8JOIRV737</GlancePage><Location><CountryCode>US</CountryCode><StateCode>WA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>7651</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>100% of your purchase helps Goodwill create jobs and change lives. All pages are intact, and the spine and cover are also intact. May have some usage wear, missing or damaged dust jacket, stickers, cover creases, bumped corners, bent pages, remainder mark, previous owner label or name, inscription, notes, underlining and/or highlighting. Text only; no CDs, InfoTrac, Access Codes, Activation Keys, or other inclusions.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>kTnSRJFL72kdPAA6GCH2RTK97gR02BLJmuRTKisd%2FizXDRjJbBinUWq5dkTgoVSMDazOoYdf7upLD2bcdTBKFKxwtaZnzLM%2F4XxMndHPUah63OyVfSYcltDZHuq1VzZAajvdx1D2nBg%3D</OfferListingId><ExchangeId>Y11M5161854M1053087</ExchangeId><Price><Amount>394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.94</FormattedPrice></Price><AmountSaved><Amount>901</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.01</FormattedPrice></AmountSaved><PercentageSaved>70</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A32UWF11CYXVV6</MerchantId><Name>Goodwill Southern California</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A32UWF11CYXVV6</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>2224</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Great reading copy! Donated books in good or better condition. Ships within 1 to 2 business days! Satisfaction Guaranteed!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>CMDWOocwduBA2Iw%2FZ7gCJuVj8vSqIcAM8aBytTpcBv59Zt1Rry2Pw8g8eZPVZH54OIiS4GffIkcFmEVovgokfCAxbb8atuejJ89NkhxF2TeHPtLNqSUhwp0iDCEgiGn%2F3T5mFrjzoLhwCMDJmMcMWQ%3D%3D</OfferListingId><ExchangeId>Y20M4525064M0604599</ExchangeId><Price><Amount>394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.94</FormattedPrice></Price><AmountSaved><Amount>901</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.01</FormattedPrice></AmountSaved><PercentageSaved>70</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1E55PRDFYON3D</MerchantId><Name>zomanybooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1E55PRDFYON3D</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>591</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>minor shelf wear to covers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mCXSgE21a%2BKxGORvRrXjnVdq7wBrHuECNxAEmRGNwGFHdVKKyBIQ2DHjciN34wNV%2FPPOs%2BLH%2Bb5nNIfFy%2Bka06x5%2FF7vzQaC%2F3O80v%2FvVEJp3NkvU82tHqvACyF%2B4%2Fcm9B3FF8vwR04%3D</OfferListingId><ExchangeId>Y12M5341141M2225345</ExchangeId><Price><Amount>397</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.97</FormattedPrice></Price><AmountSaved><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></AmountSaved><PercentageSaved>69</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A4P64Y9KHNAFU</MerchantId><Name>Nago</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A4P64Y9KHNAFU</GlancePage><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>2</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition></OfferAttributes><OfferListing><OfferListingId>whVYA1AomsnZbI1Dik5vcV3yTcdvZXJYK8mCqvXH2CMQcrCb117ZfVcqVhHCywALa47lRK%2BdmqD3xiYhgDD2wZTmGfBZQ%2Fj87cMvqwE%2BDZ4Z0Mgb7%2Frp2Cv5%2FH0MiHkaqUHf1xQDXaw%3D</OfferListingId><ExchangeId>Y16M7018909M7648232</ExchangeId><Price><Amount>412</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.12</FormattedPrice></Price><AmountSaved><Amount>883</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.83</FormattedPrice></AmountSaved><PercentageSaved>68</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A22US64FFNKK65</MerchantId><Name>frecksfictionandmore</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A22US64FFNKK65</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MD</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>2467</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Dover trade paperback. As new.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>tv%2BESktwRYV4wOK1ZDaMbAnttJ0kCZalSi2J8P%2BfOvLMP7umG4XvzwuyEOKXWmJxCLTS39TpnRI3id2yk4FHEhKXFSwZUBmoluNXJrWsv5x%2Fj5K7NpmRIN7vnqC10H7BfOxCg5GbjBE%3D</OfferListingId><ExchangeId>Y11M5109829M5659988</ExchangeId><Price><Amount>450</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.50</FormattedPrice></Price><AmountSaved><Amount>845</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.45</FormattedPrice></AmountSaved><PercentageSaved>65</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ANKWP86F8JTES</MerchantId><Name>Studentsales358</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ANKWP86F8JTES</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Very good condition. No underling/highlighting. Only damage is very minor-small tears and bending on binding and cover.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Wr78ouU%2FQm%2FY9JikylfSYSEUUxY4SavwBOqtfozd8XhKBISnrYVt586oHfK08Pbsnmg4GfGj048iuIkDi77Fb0iNMZYNf60LqvL8EJKrjAtR7FBhPqBfLTR6pL7YA0FU%2FoPzVmNAm8U%3D</OfferListingId><ExchangeId>Y17M2674225M3764446</ExchangeId><Price><Amount>699</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.99</FormattedPrice></Price><AmountSaved><Amount>596</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.96</FormattedPrice></AmountSaved><PercentageSaved>46</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3FCFCEMF5S0OE</MerchantId><Name>AlwaysAPleasure</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3FCFCEMF5S0OE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>rare underlining; read</ConditionNote></OfferAttributes><OfferListing><OfferListingId>SQ6aB%2BBa4ZKNe0ljs58Df3L%2FqtxjO87qnJPMdK7kaPCD4ar4%2ByWdn3Fq5CbMFX6SwpQ0FBYTz6GqbFPjh9tmrI%2FfNtVBEfXraE1g11kRKIQfGr2lZIR20EHBZAxZaGU8%2Bwr5V3ltIfY%3D</OfferListingId><ExchangeId>Y20M5658760M7783364</ExchangeId><Price><Amount>700</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.00</FormattedPrice></Price><AmountSaved><Amount>595</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.95</FormattedPrice></AmountSaved><PercentageSaved>46</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A30Y434SYD4538</MerchantId><Name>bookbin2</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A30Y434SYD4538</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>409</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Publisher: DOVERPUB&lt;br&gt;Date of Publication: 2001&lt;br&gt;Binding: trade paper&lt;br&gt;Edition: &lt;br&gt;Condition: Good+&lt;br&gt;Description: 9780486417677 Some shelf wear. Remainder-mark.&lt;br&gt;</ConditionNote></OfferAttributes><OfferListing><OfferListingId>KE3x6i5PChbnaVgIyZAvV304YSk1rhVrIM2NWq2St9hA07lPCedlg2Ta57oWzQWlA6Jp7kHoe0lJAMJPqnm6CyJo2HQPb0r7tx8maJvhDtKOyHYDjV9BZI3taOstS7lcI249iUV%2F8vI%3D</OfferListingId><ExchangeId>Y11M5569872M7565859</ExchangeId><Price><Amount>750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.50</FormattedPrice></Price><AmountSaved><Amount>545</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.45</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>lqZ970RsiurH2zo%2BkUwRL4ItRRKP%2FUcTL12C8bwGKot%2B5%2BE37rcL8NrNPubhdqfCs3UA5WNLb%2FuO8j9bhFM%2BEpvgJNVfuFZJnBYbgF8VoYbqgWk3HwVnDuo9tdQLP5X5PII1QMGE5JbSQUSBIPfqyA%3D%3D</OfferListingId><ExchangeId>Y11M6082772M6451106</ExchangeId><Price><Amount>772</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.72</FormattedPrice></Price><AmountSaved><Amount>523</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.23</FormattedPrice></AmountSaved><PercentageSaved>40</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>087220474X</ASIN><OfferSummary><LowestNewPrice><Amount>583</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.83</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>337</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.37</FormattedPrice></LowestUsedPrice><TotalNew>11</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>27</TotalOffers><TotalOfferPages>3</TotalOfferPages><Offer><Merchant><MerchantId>A1XT3HWNV29MDM</MerchantId><Name>belltowerbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1XT3HWNV29MDM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>PA</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>48274</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Standard shipping arrives within 6-8 business days. This item does not include any CDs, Infotracks, Access cards or other supplementary material. Includes BROKEN SPINE, LOOSE PAGES, underlining, cover wear, edge wear</ConditionNote></OfferAttributes><OfferListing><OfferListingId>74rQSKPYkuxQeUsV%2Bovz1fk8b4VcdeiTTp567tZsQcFqC5wx2BFcfJukweDB0cgK6gV9AvhtoVZVe5QpVPNLi%2BAekSSNP8tBH5lEUnhI84p61tyWrjKnA8cWHg90VfWxH34PbeWOJF3D08pBZE3LAg%3D%3D</OfferListingId><ExchangeId>Y14M2127095M8104628</ExchangeId><Price><Amount>337</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.37</FormattedPrice></Price><AmountSaved><Amount>413</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.13</FormattedPrice></AmountSaved><PercentageSaved>55</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1XT3HWNV29MDM</MerchantId><Name>belltowerbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1XT3HWNV29MDM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>PA</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>48274</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Standard shipping arrives within 6-8 business days. This item does not include any CDs, Infotracks, Access cards or other supplementary material. Includes edge wear</ConditionNote></OfferAttributes><OfferListing><OfferListingId>sKKsjjU4HNrv7n7fUKbwD0bz3VAkRcTunCwtFri%2BjC5vksu5jaOa4ayE04gGMz1KyrOuRyjdQMUR1ZQXFyxkP0%2FyJp1%2BUD2o6JWJxIuvhvHN%2BmKDChVfkTj0x%2Bsi9oRx94hvnJY5CRLk9iyuvH%2B95g%3D%3D</OfferListingId><ExchangeId>Y14M6026820M7954533</ExchangeId><Price><Amount>339</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.39</FormattedPrice></Price><AmountSaved><Amount>411</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.11</FormattedPrice></AmountSaved><PercentageSaved>55</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AZPQKLIWQKVZ</MerchantId><Name>powells_books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AZPQKLIWQKVZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>26276</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Legendary independent bookstore online since 1994. Reliable customer service and no-hassle return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>aPMg7ZmYthqXt74Bl3nsbBgKghq%2BzfCfpJRZ5DqNI7MJz35B7fZMbBaiZOmLnMJmqLf%2FhAmOP6inKUkfUtiLnlzs5zXX1YRUDg858XsNIK5iBbckjc0FPYuboPG8Xe7bCU1SobJi%2Bzg%3D</OfferListingId><ExchangeId>Y11M0242611M9340334</ExchangeId><Price><Amount>350</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.50</FormattedPrice></Price><AmountSaved><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></AmountSaved><PercentageSaved>53</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1RUONF711UVXD</MerchantId><Name>BestIranianDotCom</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1RUONF711UVXD</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TX</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>22</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>very clean</ConditionNote></OfferAttributes><OfferListing><OfferListingId>SfuZHdgTcZxUIWjuvv21r17Y5vo7rECiH%2BZav5d6kw1nnVQx8b9UiTla9cCo%2BUtlUHjo%2BrNJZ8NsKXwP6KhxOc410UbIcsLyjXRnv5SYtNs%2BNlQgJKDPVmb704qzt0ag1aC1hLCw4jw%3D</OfferListingId><ExchangeId>Y20M4524326M0631420</ExchangeId><Price><Amount>399</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.99</FormattedPrice></Price><AmountSaved><Amount>351</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.51</FormattedPrice></AmountSaved><PercentageSaved>47</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1TEE8TAXD33WK</MerchantId><Name>eds828</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1TEE8TAXD33WK</GlancePage><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>10</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>in great condition, has some underlining in pencil</ConditionNote></OfferAttributes><OfferListing><OfferListingId>D9uNqp3OGL9E6kFW62GoKMkhEQ5CbAju7%2F5cNkshQ5uIwpcel8v5Apq3ET0oviTa27WB3tnn0OD%2B8C0Dt7zdOlQ6UCQ4aSPUeYYJB6fBID%2F5aPPCjyoHN9m4iB5n1rHDbtPmkK3U65A%3D</OfferListingId><ExchangeId>Y14M6250826M0437206</ExchangeId><Price><Amount>400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.00</FormattedPrice></Price><AmountSaved><Amount>350</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.50</FormattedPrice></AmountSaved><PercentageSaved>47</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1FN97TIA51BN1</MerchantId><Name>textbooks_source</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1FN97TIA51BN1</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MO</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>10951</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>SHIPS FAST! via UPS(AK/HI Priority Mail) within 24 hours/ used sticker on back/some highlighting</ConditionNote></OfferAttributes><OfferListing><OfferListingId>as2YZ30lI%2F9goInswG5de%2BF4yDwXkXY5ZNwKBIRxXgvMdnWSCGB11rs1f4ln53qIU%2BbOzptRk%2FOD2WtAzhX5xCur4DinYjPYkHxn8E1YnSBI1l4%2BbTp%2BFjz2c3B4%2Fbrps4%2F85dZKqxI%3D</OfferListingId><ExchangeId>Y16M1769210M8330307</ExchangeId><Price><Amount>420</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.20</FormattedPrice></Price><AmountSaved><Amount>330</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.30</FormattedPrice></AmountSaved><PercentageSaved>44</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1BWKRMU9P0GNY</MerchantId><Name>JWP</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1BWKRMU9P0GNY</GlancePage><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>2</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>highlighting</ConditionNote></OfferAttributes><OfferListing><OfferListingId>FCVCOoOoAfbWpxTCZTWe8Us6XIEXsanYuN%2FZ%2B9KTlPqM9YPTr0shr%2B31ZWFkWbhZzd9a3iGVGyiCS2i6XRLKyzUlPd63nKsways4nF0c%2BAt%2Bam3fW6ZQhBrt%2FJZE5zMRj%2F57MF3Fyr4%3D</OfferListingId><ExchangeId>Y14M5502705M8388170</ExchangeId><Price><Amount>500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.00</FormattedPrice></Price><AmountSaved><Amount>250</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.50</FormattedPrice></AmountSaved><PercentageSaved>33</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3GNLV3FPFLNN</MerchantId><Name>lariece</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3GNLV3FPFLNN</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MS</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>79</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Fast shipping!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>pEOC8x5sU0Vj2Fi7lo8hQoYi6YMrxyyHzs1VJwBTi4yxJk%2BcrWf3S89MuL1%2Fx8DrN94ojO5npKdLqzipvq8rUn5N0PXzwC0zMEqNxOprCkPHzurLU6r1cP7F8Zr5LhLggPyyL5sv5bA%3D</OfferListingId><ExchangeId>Y13M4168541M0588952</ExchangeId><Price><Amount>500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.00</FormattedPrice></Price><AmountSaved><Amount>250</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.50</FormattedPrice></AmountSaved><PercentageSaved>33</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AR913EZJR6MLO</MerchantId><Name>the_book_community</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AR913EZJR6MLO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>7330</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Customer oriented seller. Shipped promptly and packaged carefully. Delivery in 7-11 business days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>FxGUI5g%2BIwXuQiPyee%2Fc26hJB6vYFpz%2BUl6pxLJ8sVmYcf%2FxYq0rqN1a9b46NdVvQxupPFFanCEzLUXMq%2BqqQqqXNFMtTdxPmbvCcaXioDQ%2Fjz%2Fsr4BZn0o%2Bu4C%2BnJDXB%2BFWBrsid3XcPE%2Bb0wP8cg%3D%3D</OfferListingId><ExchangeId>Y11M5324522M3075494</ExchangeId><Price><Amount>583</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.83</FormattedPrice></Price><AmountSaved><Amount>167</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.67</FormattedPrice></AmountSaved><PercentageSaved>22</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>%2BP8hKMyi03Fqvz0bPbHGwCDRn8WKw9j58z9L54tptCOPoI1PV2ur6bun1snWOhqzfNk8qfSHL9RDApSJS2OQDp8ag77eAYlFxorxVzj4iYVU56ZQh0gYDILVVvRUvZQG</OfferListingId><ExchangeId>Y19M0429031M3162984</ExchangeId><Price><Amount>584</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.84</FormattedPrice></Price><AmountSaved><Amount>166</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.66</FormattedPrice></AmountSaved><PercentageSaved>22</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item></Items><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>All</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>All</MerchantId><OfferPage>1</OfferPage><ItemId>0486454398</ItemId><ItemId>0268018359</ItemId><ItemId>1604246014</ItemId><ItemId>184467598X</ItemId><ItemId>0312427182</ItemId><ItemId>1844674282</ItemId><ItemId>0745640974</ItemId><ItemId>0745646441</ItemId><ItemId>0826489540</ItemId><ItemId>1844672972</ItemId><ResponseGroup>OfferFull</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>0486454398</ASIN><OfferSummary><LowestNewPrice><Amount>703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.03</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>549</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.49</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>3800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$38.00</FormattedPrice></LowestCollectiblePrice><TotalNew>6</TotalNew><TotalUsed>11</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>18</TotalOffers><TotalOfferPages>2</TotalOfferPages><Offer><Merchant><MerchantId>A7NURDFZCFCC7</MerchantId><Name>hallstreetbookstore</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A7NURDFZCFCC7</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>22859</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>2010 - Paperback - - - - Used - Good - Hall Street Books proudly ships from Brooklyn, NY. All orders are processed and shipped within 24 hours, M-F. 100% money back No-Worry guarantee with expedited delivery and delivery confirmation available.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ma9ReNJVpML6DTo%2BV3RZaqQtjFPvdDXf8HX%2BABKik8he5CqZE5SqlQZDN93uwV5l1kXwJdmcoQD%2BD7%2FmfF17eLBO0tAeP7FVhJ04VBQyG%2F05bME8DcO4F6E8UwN4dJi6vEbT%2Fnnuhcc%3D</OfferListingId><ExchangeId>Y12M5936487M8702348</ExchangeId><Price><Amount>549</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.49</FormattedPrice></Price><AmountSaved><Amount>546</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.46</FormattedPrice></AmountSaved><PercentageSaved>50</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1BMJBJ5IWWS37</MerchantId><Name>mckenziebooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1BMJBJ5IWWS37</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>38185</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Slight wear to the cover and pages. Pages appear unmarked. Slight odor. Ships the next business day, with tracking and delivery confirmation sent to your email.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Ycc0JRRn8TS2WGi3qZzi3FfseT8vIzbdOzxTNx9cK6p40gE4uwzXTrwZYgpFPoClt9EuoNl%2BLppyPKCxTafiMDQuC58FCWVttU6dxdZz7J16eXOiUDbetqZdQO%2BGHjUTxLsL95Zd6T33%2BnF%2FZc7pbg%3D%3D</OfferListingId><ExchangeId>Y20M3235194M0495977</ExchangeId><Price><Amount>549</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.49</FormattedPrice></Price><AmountSaved><Amount>546</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.46</FormattedPrice></AmountSaved><PercentageSaved>50</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3DJ73N4RS43P8</MerchantId><Name>ibusa</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3DJ73N4RS43P8</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2580</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Delivered from the UK in 10-14 business days</ConditionNote></OfferAttributes><OfferListing><OfferListingId>7VxfmITLpzwgD62c9jS8N9MYaCDUFvtzo9kUCjklyZgCefDCMlUDLq6%2FwtKPhp%2F5y2oF%2FrHznPAEpDKe2bSVW%2FiIIhOGy%2Ff%2Brw44wOwlgi8Azj7WPpO7APikFSA7gsUHNmU7BcyMgl7pn61oTWm4nw%3D%3D</OfferListingId><ExchangeId>Y12M6470098M8765413</ExchangeId><Price><Amount>700</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.00</FormattedPrice></Price><AmountSaved><Amount>395</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.95</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2PH0OU9DK0NPM</MerchantId><Name>fantastic_shopping</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2PH0OU9DK0NPM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>14687</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Absolutely Brand New &amp; In Stock. 100% 30-Day Money Back. Direct from our warehouse. Ships by USPS. 1+ million customers served-In business since 1986. Happy Customers is Our #1 Goal. Toll Free Support</ConditionNote></OfferAttributes><OfferListing><OfferListingId>QW2TNeeNDBC51H5CfuyIKW50kAzOeaEVcaS3p7lLLEyEPTQe2Gp6T1Mj8g3lAJhusFn2ZhBTG62wTV%2BzthwDyN0ieVn9X1KljPJdXsTaWrqP2iQdUpOgJabAFWJHmLFIJ%2B%2BayvWbMnk%3D</OfferListingId><ExchangeId>Y12M3833487M8586847</ExchangeId><Price><Amount>703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.03</FormattedPrice></Price><AmountSaved><Amount>392</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.92</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>499</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2PH0OU9DK0NPM</MerchantId><Name>fantastic_shopping</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2PH0OU9DK0NPM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>14687</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Absolutely Brand New &amp; In Stock. 100% 30-Day Money Back. Direct from our warehouse. Ships by USPS. 1+ million customers served-In business since 1986. Happy Customers is Our #1 Goal. Toll Free Support</ConditionNote></OfferAttributes><OfferListing><OfferListingId>xVN33aK%2BC%2B%2Bno%2Fq8MCu59Jbq4Ltdy6CVN4%2BXT%2FdY1rCDwC9okt3X12adVEp%2Ftip3e12xeIc%2BezvrYfvGzLl33A4ZYJXZ1DCdWvz7ki%2BeRDuE%2BQEGhLXbxN1JDWBvFsimFSLUt2mCSLA%3D</OfferListingId><ExchangeId>Y12M3822845M3124130</ExchangeId><Price><Amount>703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.03</FormattedPrice></Price><AmountSaved><Amount>392</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.92</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>499</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1BMJBJ5IWWS37</MerchantId><Name>mckenziebooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1BMJBJ5IWWS37</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>38185</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Slight wear to the cover and pages. Slight markings on outside page edges. Text appears unmarked. Ships the next business day, with tracking and delivery confirmation sent to your email.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>5gAlRLJEHeb%2BezkJ%2BG9yhVmvty%2BZ6Gv1J0wwRITfRz3XZgC6e46%2FWQXkoOPTK5PpI0%2Bta6nyjJgMf7kkQHk5u%2FuxayhE8jCAhOHaP5A2nu8VrIcyDH9L1pFwJowqC%2FEG%2FoPXXONDYhN2c1AwwT9BSA%3D%3D</OfferListingId><ExchangeId>Y20M0235553M8247423</ExchangeId><Price><Amount>811</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.11</FormattedPrice></Price><AmountSaved><Amount>284</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.84</FormattedPrice></AmountSaved><PercentageSaved>26</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>EPL8%2FoKnZzF6UB11ClU8qmmzajs%2BWLw4JoHolsn%2BTnrQqixJmqDzo8O76u6ZgWxDBLhSPwcq6ca%2FWXNRtjtJDg%3D%3D</OfferListingId><Price><Amount>911</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.11</FormattedPrice></Price><AmountSaved><Amount>184</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.84</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2W95CON5IXOAS</MerchantId><Name>textcellar</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2W95CON5IXOAS</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MI</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1390</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Book is Practically New. Choose Expedited shipping instead of Standard for only $3.00 more and get SUPER FAST SHIPPING. Get it QUICK! Check Our Ratings. We sell U.S. Editions only.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>bb03dg0UTXHqC%2FZTK%2B39bMyDBNh%2F7WNZEY0x7K3BeT%2F42n9aiGZopsM7pXegSbzuxcXWr3aBThyLMvXYQsnp5OS1Kvn6D94%2Fa7uEKXqxG94Kx4PHqyMPDdr7EGgJmyKXCMcsJLOrkVs%3D</OfferListingId><ExchangeId>Y12M0965993M3129718</ExchangeId><Price><Amount>1071</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.71</FormattedPrice></Price><AmountSaved><Amount>24</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.24</FormattedPrice></AmountSaved><PercentageSaved>2</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>8</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3BQMAL8XVEZWF</MerchantId><Name>bflobookexchange</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3BQMAL8XVEZWF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>559</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>aBblg5HT2%2FAmFL2eW1V7NEXr88cSxb1jaDr35oIUpA37r1Hi%2B9T9vN1rQGSMMkLOfroWBxQHAcyGMXN%2BhXZVRXAHV%2FM5RTu%2B8FNQRF9gLHi5bDjdTb7HAOjeKPgmOIeMaNkoevl5Cl4s14a5mj7GTg%3D%3D</OfferListingId><ExchangeId>Y14M1677954M1620128</ExchangeId><Price><Amount>1166</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.66</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3AFXBWOHVI0FB</MerchantId><Name>woodys-books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3AFXBWOHVI0FB</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>12336</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Excellent customer service. May ship from alternate location depending on your zip code and availability. Satisfaction guaranteed!!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>5l8eoftoHQ6Ptktek9KxlQLpQy%2BChtrEsMP0tesZkuweMceyZcASkvbOGxbOhGENKx2GsyoXzF2bRtsxYzkouAbv9v0Cpc6CaXsqOZwY5G5PDus3tPjvyxnAoEAmUXoTQdeNop3VcmY%3D</OfferListingId><ExchangeId>Y12M0303961M2481600</ExchangeId><Price><Amount>1649</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.49</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0268018359</ASIN><OfferSummary><LowestNewPrice><Amount>1299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>279</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.79</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>1449</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.49</FormattedPrice></LowestCollectiblePrice><TotalNew>18</TotalNew><TotalUsed>25</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>44</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>AJTN9PBJ4QQ6F</MerchantId><Name>books_beyond_borders_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AJTN9PBJ4QQ6F</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TX</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>4107</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Good. Used/worn. Library stickers and stamps. May have plastic library dust cover. May have light hilighting/underlinings within the text. Some signs of wear but still OK condition. Used - Good Former Library book.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>E1nVnq8gzSfLWgasJAzz1d4QdWbQBLoQSSN9i8li2p3Mwt6M1scvJyAlxMioBYthWgSeVO3tZog2xE8f0UjXhzGe168tRpuICvpHsEact9GMqyFEYECJRRpne74EoJp4FVIjrGkoQW4%3D</OfferListingId><ExchangeId>Y12M3797237M8171969</ExchangeId><Price><Amount>279</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.79</FormattedPrice></Price><AmountSaved><Amount>1821</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.21</FormattedPrice></AmountSaved><PercentageSaved>87</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A26DFFMQWR3LDG</MerchantId><Name>gr8lakesbooks1</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A26DFFMQWR3LDG</GlancePage><Location><CountryCode>US</CountryCode><StateCode>MI</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>14066</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Used - Good Default Text</ConditionNote></OfferAttributes><OfferListing><OfferListingId>P%2F5gYp26b75Hurpwxp69vBdZuACbNLOQ4VRu0KIdEPFT%2BiIgDUghePd67TtahSHrWXQBndKwWitamCDE5%2FZG7Wd35KnQzKkqBzE5L5jfrf%2F%2FLMmO%2FswcD3aZpDNB8fpPLiSWbXkh24s%3D</OfferListingId><ExchangeId>Y16M6563210M0492361</ExchangeId><Price><Amount>280</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.80</FormattedPrice></Price><AmountSaved><Amount>1820</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.20</FormattedPrice></AmountSaved><PercentageSaved>87</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3V5FWKMOUR32R</MerchantId><Name>booksandamission</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3V5FWKMOUR32R</GlancePage><Location><CountryCode>US</CountryCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>802</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>other edition, tight copy, ink underlining/notation</ConditionNote></OfferAttributes><OfferListing><OfferListingId>gof2l3lJO%2FvHwv9Tj%2B9uqKv6Ocpao6zDC36DECsewg6ZrgjZKMTkRDdurvi80GPI6WtWqtupoivDcVLgNV9cOM7SjLgihTdpTsmzx9VRDo7mT%2BU%2FK7QlERCkYwI39Vnl</OfferListingId><ExchangeId>Y11M4206018M1105191</ExchangeId><Price><Amount>295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.95</FormattedPrice></Price><AmountSaved><Amount>1805</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.05</FormattedPrice></AmountSaved><PercentageSaved>86</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2M0UO9G59CG7P</MerchantId><Name>brit-books-usa</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2M0UO9G59CG7P</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>6473</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>BRIT BOOKS MAKES DONATION TO CHARITIES FOR EVERY BOOK SOLD.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>B9MUCv1xSZUG7EJdVBi2zCkD3bvLdysflNT5BhjalowQVohfKDxcl4lDm2hrETSEMSpdkf5qEXEOfGBP4eExX%2Bm17YFw46%2F91YTrvKjLyv%2B811LURRWaIIHasHjwQNE5rtVX2A%2BmA4Q%3D</OfferListingId><ExchangeId>Y15M1234743M2115296</ExchangeId><Price><Amount>398</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.98</FormattedPrice></Price><AmountSaved><Amount>1702</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.02</FormattedPrice></AmountSaved><PercentageSaved>81</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1KGH758WVMRRF</MerchantId><Name>Bennett Books Ltd</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KGH758WVMRRF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IL</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1161</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>A good condition item. Contains many instances of marking, highlighting and wear. Looks like an interesting title! We ship daily, provide personalized customer service and want you to have a great experience purchasing from us. Thank you for your consideration.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>jziip49hDyKm2KPkV59LWC9FhloRcIKK7Qy8QZEiOs650bKAQCSOoYO97zKtbv6kYbi4iK2CT6sb8exZPbmOkh0YE63V%2BUFkEUlSj8E5y3IgjD7lFnHavVS5zkQ7vz%2F71BIwcqGCe2U%3D</OfferListingId><ExchangeId>Y12M4709654M7589331</ExchangeId><Price><Amount>500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.00</FormattedPrice></Price><AmountSaved><Amount>1600</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.00</FormattedPrice></AmountSaved><PercentageSaved>76</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2MU9ZILHNPP6L</MerchantId><Name>quality7</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2MU9ZILHNPP6L</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>46480</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Excellent customer service. Order inquiries handled promptly.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>8Mujy5wCjdhgb6%2Bdst2%2FSLrrqfH4WWM1aHIzglf37DMn7JqRG2urRxQsllZvvl7R4r974GMrOAj5Ql3QZGA%2Bu33zI5WcV0HOryjSS4vUrJtnYUMo%2FDvs4Sc0WaSxZma4</OfferListingId><ExchangeId>Y17M0974534M5771428</ExchangeId><Price><Amount>610</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.10</FormattedPrice></Price><AmountSaved><Amount>1490</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.90</FormattedPrice></AmountSaved><PercentageSaved>71</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2Z2CSK1PH6GOI</MerchantId><Name>bordeebook</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2Z2CSK1PH6GOI</GlancePage><Location><CountryCode>US</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>21308</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Used but in nice shape with normal surface &amp; edge wear. Accessories may not be included. Fast shipping!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mEhql8%2F2J39yjmeeFukvTzDm0gj0I6lTxISuzdPCSdvc0nAcYniId1itAzpuQpLwWLASFSAkYXh6QxA6n6LDG51lUOYKaTJA9FKTqsV4yZ2yJfINoBad8LYp9WJdHyzl0SYS%2Bw0jWN8%3D</OfferListingId><ExchangeId>Y12M4106584M2762731</ExchangeId><Price><Amount>617</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.17</FormattedPrice></Price><AmountSaved><Amount>1483</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.83</FormattedPrice></AmountSaved><PercentageSaved>71</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2J3YH9X4B5HRY</MerchantId><Name>charis01</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2J3YH9X4B5HRY</GlancePage><Location><CountryCode>US</CountryCode><StateCode>WA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>221</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>acceptable</SubCondition><ConditionNote>Cover and first 52 pages slightly curled. Some writing/underlining first 50 pages. Cover stained, creased.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>66PSMQ66TWD5BdzkHfQWaYkfnxZuExPbNTLOQYPi2ETNJ6Qz4Zry96TI8jI4dGyLd7%2B400I%2BgUW6Q%2F3OVWVE%2FkInfgsxYZUg9LPmX7ysi0J76F1EJKMxtP3mdzS4C17LUAohAyeZx35AuKf7o%2FKxww%3D%3D</OfferListingId><ExchangeId>Y12M4646650M5455288</ExchangeId><Price><Amount>795</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.95</FormattedPrice></Price><AmountSaved><Amount>1305</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.05</FormattedPrice></AmountSaved><PercentageSaved>62</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2YB26M9YU3O3D</MerchantId><Name>Pedicab Press</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2YB26M9YU3O3D</GlancePage><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>70</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Fast Shipping-Paperback,Clean Pages,Minor Flaws</ConditionNote></OfferAttributes><OfferListing><OfferListingId>IAixTG0e1n6QcSaZ%2FB6nGrljgyJGVaTHYW7ZD0VGKMqi6lI22BEiAKwhGcpwTHrrC7s%2B96KcICPKj1497GKJRKUWevG7wZgpaqJ60FH6SpODEsBbTfDmYqEfh8iUSqOcfAC1nCLLQSU%3D</OfferListingId><ExchangeId>Y16M3153235M6610712</ExchangeId><Price><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></Price><AmountSaved><Amount>1100</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.00</FormattedPrice></AmountSaved><PercentageSaved>52</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3F520SPPBRU3E</MerchantId><Name>shawnee_books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3F520SPPBRU3E</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IL</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>22</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Very good condition.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>sjgeVVSnlB8TyQPGREoWWCFbgikAZpqqTaIQLuh0yarqqDgTO7NNKotEPwelgCtQqmuPdpsWPvf86mh2NnZUIUOcAQBniX4jTYVv5mif8ZpXU9iyeGY51Q5uDXVap3qFl2xrvRoXLR8%3D</OfferListingId><ExchangeId>Y14M6118110M4887296</ExchangeId><Price><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></Price><AmountSaved><Amount>1100</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.00</FormattedPrice></AmountSaved><PercentageSaved>52</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>1604246014</ASIN><OfferSummary><LowestNewPrice><Amount>994</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1417</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.17</FormattedPrice></LowestUsedPrice><TotalNew>9</TotalNew><TotalUsed>6</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>15</TotalOffers><TotalOfferPages>2</TotalOfferPages><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New book. Shipped within the US in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>zCMIAIzA5g%2Bz1lHH4BLgekOvi261%2BfzrpCsAL87iG9dsKIW6%2BB%2FIgDkuO88eqI8T7VtvL6nRZrWOdB2LGrO8fXLM7U0zrsQw9%2FZfNfI0jv61IiKdokqVK3csiK4f5IdDKceRmX0XWh%2BdDG%2B1J%2FU9RA%3D%3D</OfferListingId><ExchangeId>Y11M6131120M3151829</ExchangeId><Price><Amount>994</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.94</FormattedPrice></Price><AmountSaved><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></AmountSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>5gv2FiQOkA8MPIHX7g9BVMWlv9sph7rIK9H14ap6u7N%2FzY9bzUERHrU2UTy2wEso1utoYebCHV%2Be%2FDucINU6Hw%3D%3D</OfferListingId><Price><Amount>995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.95</FormattedPrice></Price><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A15AOQYSLLO2CF</MerchantId><Name>thermite-media</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A15AOQYSLLO2CF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>56752</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW. 30 Day Satisfaction Guarantee. Quick International Airmail!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Ej02RbjM5DyUJltRgKngYF8mFo1RIimawuMSSXfYuITxbcHy4Rt%2Bdr8U5%2FZ2SBSbLgdv%2B2ElsuWDxo%2BwxBxb%2F0f7ze96ZcITuBuhXnzdbqIEbGRTCN8sWcOhv1NrqJN8H69KmtrZSBuiutcD3vwpsA%3D%3D</OfferListingId><ExchangeId>Y11M3890553M9568609</ExchangeId><Price><Amount>1084</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.84</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>50</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>SgclWgeBKRIOVJDiiFJJ3xb7UL08ai5a6ItOCXMoO6lvxvH3fhkakRZE5jInwxVNR%2BrYLhrKNkgVA80s2%2B55FDJzhMeidVLlcYkxVTPkayZxLEM9t8NtFsledivJpk%2B4bNMXaZtke6Q%3D</OfferListingId><ExchangeId>Y19M2779821M0842714</ExchangeId><Price><Amount>1085</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.85</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3ADN03F2ABAVW</MerchantId><Name>sbd-</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3ADN03F2ABAVW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>43182</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>KcyWhbD4fZ5yObmfxAL84AroI7YGhpZNMSaO83gaAqGoNl%2BSQQGGq5D968wKYg7ICTLdDr1xOsUJtSsQWSI6NIxNzKcWcxzYKbm4lEkQpGfSJxRsIfy0dpNxVhwHs58ZQmsdYRbIm%2Bc%3D</OfferListingId><ExchangeId>Y11M3396354M0526219</ExchangeId><Price><Amount>1135</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.35</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3FHD0R6JB0VL8</MerchantId><Name>alibris</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3FHD0R6JB0VL8</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NV</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>27186</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New</ConditionNote></OfferAttributes><OfferListing><OfferListingId>8OvorxKJl6R64bx62z69jR%2BHO9c1WtMxlucpGypae%2FGq5IbvQoQdXJhatx45J0RSAwKpC1Q6E3a1zk%2FwbEwjIOSzyxO6QtXtLtnF1SDfOGbE4VQ0T5166o8ZETaRWEQDjnUSjd9EmCc%3D</OfferListingId><ExchangeId>Y12M0289158M6535941</ExchangeId><Price><Amount>1194</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.94</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New printed-on-demand paperback delivered from the UK in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>fUMT8FSipQoHOhPtTU7kK3QvEuivoA3jRV5ty1kTLrpdQS9EZNmewp3ZWCkiaDi78s5vJv6LYpNqEg4IZ%2BdsWBUjvBPUHH%2Fhh5ON6aqOuL1IZ5z4A9reX9pB9jVLe5NI00amxRo13v8%3D</OfferListingId><ExchangeId>Y12M4504267M1808597</ExchangeId><Price><Amount>1229</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.29</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>500</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AEEFKXIOPEVMK</MerchantId><Name>brandnewgoodsus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AEEFKXIOPEVMK</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1124</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>All items are BRAND NEW from the manufacturer! Tracking provided. 8 warehouses located in GA, IL, IN, NV, NJ, OR, PA, and TN.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Sbm7pXP2KsUAGDl%2B1gpZs3GFcOvlvdcU2r2eua%2BCWAb2C1wh8uOxVjm5syghwaoHjG5JHfabW6TTXSsUbuDc%2FyHb%2BxMheUPRp5szRZLL4%2BFCVe5RUGwAw3RXVtgit5tFfdbZChaowTdy2G2Q3yfZEQ%3D%3D</OfferListingId><ExchangeId>Y11M2352189M0721252</ExchangeId><Price><Amount>1342</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.42</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3ADN03F2ABAVW</MerchantId><Name>sbd-</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3ADN03F2ABAVW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>43182</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>i87nO1eZr%2FdX2E8SKwkwfX92kCTe%2FoCw99Lz6%2Bf%2BYQxzUPzxW1cHc3t2eJNYVGvyzzZv%2FrEuqKqvToXWT3MhSSXyh9J5GpCqJPr6BycWowsp9lUX7l85lriciwA9%2BUROrtEbCr0apxo%3D</OfferListingId><ExchangeId>Y11M5798119M8612319</ExchangeId><Price><Amount>1417</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.17</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A15AOQYSLLO2CF</MerchantId><Name>thermite-media</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A15AOQYSLLO2CF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>56752</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Like NEW. 30 Day Satisfaction Guarantee. Quick International Airmail!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>xcKc5aqCl131DNXdWDagBnhjiIgug6WE%2B638JapAqAFPlpOClp6hLUH3OJg%2BS7Hk%2FTEUhqKYpcnHjemAz33IZu2U9eDS8PNfBzsMeiibvaezf8XrS9HbQjrQRsB4anqXdxzqqpdt0n%2B0SlmuWY34ww%3D%3D</OfferListingId><ExchangeId>Y11M3901196M4963730</ExchangeId><Price><Amount>1418</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.18</FormattedPrice></Price><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>49</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>184467598X</ASIN><OfferSummary><LowestNewPrice><Amount>1927</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.27</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1919</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.19</FormattedPrice></LowestUsedPrice><TotalNew>33</TotalNew><TotalUsed>9</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>42</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>uLsFMSlsqv7%2BE38ybE0Q72XLGdWwG4aT42wP0coodwdAkeVyYk8ajTz2PzXcb4TMlmdVch0jNYMI5xh2dj6548XyCbOCVEDmsZS2jRC96TNwC%2FxXIxb2KxOuo5cLldSo0DpJ9c6XL8AuzNAo0cCpug%3D%3D</OfferListingId><ExchangeId>Y11M5116701M9963853</ExchangeId><Price><Amount>1919</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.19</FormattedPrice></Price><AmountSaved><Amount>1076</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.76</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>CEF4zNiVy%2FzD%2Bvvscw%2Bl05cJZtFmlt6mgH8m1iRwkUg8y%2FQYcVnkY%2Bkbi43p8hb5BvqjkjVgEUORe1xiZtCnMdx0zdYm3WuU8zC2rWhNzX6%2BhvR1Yo7o3z4cq9GJhasz0fB8vwOn678%3D</OfferListingId><ExchangeId>Y18M5040466M8639965</ExchangeId><Price><Amount>1920</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.20</FormattedPrice></Price><AmountSaved><Amount>1075</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.75</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>%2FRXw1NAUseU4A6eaG9AokRa%2FKt6rgwPKi3PjjofzDAkL2gFFf8JNLKTi4GkylyNaskQzjGe8pHAjwqD%2FhXj%2Bi%2FrCgNUV1TKaTn9jaB4DpDXpMRuzOlx%2BGQOudZN7E388Mb%2B0vRdW6%2FxmYkcxY7vRfw%3D%3D</OfferListingId><ExchangeId>Y11M5165887M1386826</ExchangeId><Price><Amount>1927</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.27</FormattedPrice></Price><AmountSaved><Amount>1068</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.68</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2MKIV2KLLJKF8</MerchantId><Name>beschloo_books</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2MKIV2KLLJKF8</GlancePage><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>15</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Perfect Condition</ConditionNote></OfferAttributes><OfferListing><OfferListingId>YGLkqll5%2FaWVpsJ56t3uQZPWMzxJtEYON4f3Q0Q9TvBsZT3Z9g%2FF2BAd5SmLupDft%2B8DPR75BsK6qWCuXeN9qNgsKyhwFTPbkTwh43D%2BZQAyW7YLJ6Wfr7X3pCDjhPEAnVgWPGpOajo%3D</OfferListingId><ExchangeId>Y15M5950754M5245220</ExchangeId><Price><Amount>1928</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.28</FormattedPrice></Price><AmountSaved><Amount>1067</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.67</FormattedPrice></AmountSaved><PercentageSaved>36</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2OMGVG4337Z2A</MerchantId><Name>booksXpress</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2OMGVG4337Z2A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>7419</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand NEW over 200k titles In Stock..100% Money Back Guarantee..Tracking and Delivery Notification sent to your email</ConditionNote></OfferAttributes><OfferListing><OfferListingId>8qTldC3JUzzbBjUqH614abAOBrImrFciqpHoiy5ezH9v6k7yUR3PNPTsXbvGVO0Xuvzb4AmAew0tbo5atbSDyAjqOyP%2FJL5hK1RllZkawUtvU54GTXKquRAgD1yGckcseMAjWfQ2UAd%2BW0BoOivKpA%3D%3D</OfferListingId><ExchangeId>Y11M5094537M3933200</ExchangeId><Price><Amount>1940</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.40</FormattedPrice></Price><AmountSaved><Amount>1055</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.55</FormattedPrice></AmountSaved><PercentageSaved>35</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>14</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>100% BRAND NEW - FLAWLESS - BOOKSTORE QUALITY - SHIPS WITH TRACKING! Huge seller with millions of transactions. Money back guarantee.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>9t2dOB4QyW7fq1KWKzRcHCWP0ac4qRfCUO%2BE3qVlRH7Ehw7IPlpiMqkNzmpdxDoUcDD1uS4l71Mbg6kMlB7WtLjT%2Bf%2Fpd58P%2B7n%2BkAqcVzuqoWqsGpPX4VkD%2F4yLFx52bol3F7QNKfo%3D</OfferListingId><ExchangeId>Y12M0380442M6877458</ExchangeId><Price><Amount>1944</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.44</FormattedPrice></Price><AmountSaved><Amount>1051</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.51</FormattedPrice></AmountSaved><PercentageSaved>35</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>7</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1SSUO20DOKMFO</MerchantId><Name>BooKnackrh</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1SSUO20DOKMFO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>SC</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>23235</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>-/-INTERNATIONAL SHIPPING-\\- SHIPS from 5 locations based on your Zip Code and availability! (PA TN IN OR SC) *-* Gift Quality *-* Orders Processed Immediately! - We get your book to you Very Quickly! 55.2</ConditionNote></OfferAttributes><OfferListing><OfferListingId>u2fJeHI%2FsMokRgxBSgPgLXnrfhNIbvLUazY0EY0hIyCtvOBG26nE2eQEBJjXGb6zkEF7hHOxc1k9eVDkZ7sDzjIzcp%2FwRXCEgQczUK96B4Vg1phg%2FLI0aCyoI904aSVLgP6ejKXFX0s%3D</OfferListingId><ExchangeId>Y11M5715932M3305358</ExchangeId><Price><Amount>1945</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.45</FormattedPrice></Price><AmountSaved><Amount>1050</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.50</FormattedPrice></AmountSaved><PercentageSaved>35</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>50</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ASYDZOX0HKBSE</MerchantId><Name>any_book</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ASYDZOX0HKBSE</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>57051</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>100% BRAND NEW - FLAWLESS - BOOKSTORE QUALITY - SHIPS WITH TRACKING! Huge seller with millions of transactions. Money back guarantee.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>gPEI3TLWy4dNkLBA4epEsFemDae%2F8ekb0mOvEFx%2FKqejhonsvmUBjYE7B6kI%2BAoMtR1gMRWR5IAsiSV%2BK0fMpKbYGrgCY64AFSURmxSWW%2BHx8I1TrzS33h6bqLeU5WvHGjzNtHq77yU%3D</OfferListingId><ExchangeId>Y12M0379059M4351503</ExchangeId><Price><Amount>1968</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.68</FormattedPrice></Price><AmountSaved><Amount>1027</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.27</FormattedPrice></AmountSaved><PercentageSaved>34</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>7</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AC1ERI9LVV4H6</MerchantId><Name>Mediaseller</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AC1ERI9LVV4H6</GlancePage><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>27</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>brand new, ships next day</ConditionNote></OfferAttributes><OfferListing><OfferListingId>dJUuC%2B2nr38TxzChLoudgu8%2FROPq5sKW7IYbYGH%2BNhGCNn6mQNh%2F6qEeqHDsAbyB8EPoLGMZlfRf7kWVOZF32sN0sLYIiJnQ57fg06o1WfFG%2BMET16QFDUXNbPYMrCx%2BvkXCIKiLKXA%3D</OfferListingId><ExchangeId>Y14M4969377M6428762</ExchangeId><Price><Amount>1974</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.74</FormattedPrice></Price><AmountSaved><Amount>1021</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.21</FormattedPrice></AmountSaved><PercentageSaved>34</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>Cm2QORgcU1wAt8jZsqBCKrop7n2w1m%2FpGOlkAFdP%2BybIcKkgSqQqOv0ndKbPZCXTVDjzSWedVQ%2FIFTTjQ9vDt9vSnF1OIrMq</OfferListingId><Price><Amount>1977</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.77</FormattedPrice></Price><AmountSaved><Amount>1018</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.18</FormattedPrice></AmountSaved><PercentageSaved>34</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0312427182</ASIN><OfferSummary><LowestNewPrice><Amount>820</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.20</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>699</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.99</FormattedPrice></LowestUsedPrice><TotalNew>33</TotalNew><TotalUsed>33</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>66</TotalOffers><TotalOfferPages>7</TotalOfferPages><Offer><Merchant><MerchantId>A1KU5VMU83Q22A</MerchantId><Name>--textbooksrus--</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KU5VMU83Q22A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OH</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>75739</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping, receive in 2-5 business days. See our member profile for customer support contact info. We have an easy return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ob%2BFD6WZrxzM99DUmmgcJZM%2FpazmobcDOex6p8sOw6YmcnhtXbRy3nAZqYGHCSFWs7SELey08QPOY5NxE%2Faze82ElaA5u1QX4QrLTMjpYeja1o%2FVW5lcMacpwXkMAIPWkSItV%2B3BJGI%3D</OfferListingId><ExchangeId>Y18M5560342M8386762</ExchangeId><Price><Amount>699</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.99</FormattedPrice></Price><AmountSaved><Amount>801</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.01</FormattedPrice></AmountSaved><PercentageSaved>53</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A8W6HV6FDFJP3</MerchantId><Name>Salesbyjg</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A8W6HV6FDFJP3</GlancePage><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>4</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition></OfferAttributes><OfferListing><OfferListingId>ohJS58Eegvux5agX8J90iAHWll44ibNaCMpodrIoeDnXDPpClAZ7BjTKr5iXAnoRsKnMpXzgXVo64uye3Dx2wmSnqJ180vBr4cZutLqmdfZwySLBTShLtzvEUB%2F6ISOSqEqkQxoAqMU%3D</OfferListingId><ExchangeId>Y20M3681656M6737633</ExchangeId><Price><Amount>700</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.00</FormattedPrice></Price><AmountSaved><Amount>800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.00</FormattedPrice></AmountSaved><PercentageSaved>53</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A19YKKNYJIXUO6</MerchantId><Name>weirdbooks</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A19YKKNYJIXUO6</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>864</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Ships with US tracking number. Ex-library with usual stamps and labels/pocket. May have discard stamp or blacked-out library info to cover or endpages. Heavy laminate cover protector.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>%2FauVP0I5lX%2F6zGdRE3vNQ9xaiDeYyPbhrfl88tqyuHdbra63wj8vG%2FODjyoNo5OUdiEJheEc%2BTlCF5Jm0sn8CSDE4H3mBW2eskJCm%2B0cjZGBOS41CwZ9%2BTyYJzF0%2BaqIDXQXqj0tl5I%3D</OfferListingId><ExchangeId>Y11M4936322M7374224</ExchangeId><Price><Amount>760</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.60</FormattedPrice></Price><AmountSaved><Amount>740</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.40</FormattedPrice></AmountSaved><PercentageSaved>49</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AD7XW6QWV8KVF</MerchantId><Name>cheep thrills</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AD7XW6QWV8KVF</GlancePage><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>82</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>nice clean copy, ships same day from NYC. I sell books to help my mom.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>j0rzxDs%2B%2FSIPEiVOWJ2%2FsVqsXGgxdRPVc79oLMd49MfpRte%2BjdC%2FMB%2F4l3obhGyknhHlh7LA3Yj49cHmb8Awxo8Dk7JZGzHViVH6ezrq%2BHHqTsKJSwWZOIcNhVMTK5rEJRppAnqfpg4%3D</OfferListingId><ExchangeId>Y19M0348603M3090791</ExchangeId><Price><Amount>760</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.60</FormattedPrice></Price><AmountSaved><Amount>740</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.40</FormattedPrice></AmountSaved><PercentageSaved>49</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A18OZMH8UQINVM</MerchantId><Name>betterworldbooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A18OZMH8UQINVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>187949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>Shows some signs of wear, and may have some markings on the inside. 100% Money Back Guarantee. Shipped to over one million happy customers. Your purchase benefits world literacy!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>xhIABsxHJbsjMw%2FSP53v6c2ezu5XGoqUuUTyHON50tN7F%2FGKzoh%2Fcw8DW7DgJpAav91X5mUxWKUhINArY57ZIvdsRE12PgdIzqVqA2ttZ%2BIJrf7ariRh2IAc2JF%2Flk3JGJ%2BYOrlVpqU%3D</OfferListingId><ExchangeId>Y18M3323303M7005040</ExchangeId><Price><Amount>762</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.62</FormattedPrice></Price><AmountSaved><Amount>738</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.38</FormattedPrice></AmountSaved><PercentageSaved>49</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1E5GGXPSB9BHZ</MerchantId><Name>sammy's_bookshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1E5GGXPSB9BHZ</GlancePage><Location><CountryCode>US</CountryCode><StateCode>VA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>87</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Amazing condition! Great customer service, with discount prices. We ship daily with tracking number.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>TuvNj9PjlK3u4jRS%2FdosRt0gXw3j%2BmDiE9j2qpbeQaYYSEBbZ0V4iWhzYEolh8nVHdgzl0PEQrZyv5NE7lpdw5UtAdw4uaWKOCmYluPFAuoopD3Wl2Fkz5Fv2gL87lUlv5YiYGrzG%2Fk%3D</OfferListingId><ExchangeId>Y16M1115897M4791211</ExchangeId><Price><Amount>799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.99</FormattedPrice></Price><AmountSaved><Amount>701</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.01</FormattedPrice></AmountSaved><PercentageSaved>47</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1RKP2F8HLEIOR</MerchantId><Name>Golden Bough Bookstore, Macon, GA</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1RKP2F8HLEIOR</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>233</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>once read, light wear, unmarked.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>eAgyLS3oK3HIRDvAoiG35D%2BG2gprz91eWkYgjgvCOaDqVnaMHJBQeRSHNSCELyzMRduoQI3SSAMoP%2FhJOK%2F%2Fd2%2F8x0dXTMIIzBissleG8O%2BAPURzqlkjYQHdX95GGYXy</OfferListingId><ExchangeId>Y11M1622899M2870557</ExchangeId><Price><Amount>799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.99</FormattedPrice></Price><AmountSaved><Amount>701</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.01</FormattedPrice></AmountSaved><PercentageSaved>47</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ANHO6GKB06FTF</MerchantId><Name>a_hula_girl_at_heart</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ANHO6GKB06FTF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>FL</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>79</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>an interesting read indeed~Thanks for stopping by :)</ConditionNote></OfferAttributes><OfferListing><OfferListingId>V44sjylOjyz7t5hmyME%2FrTDvh9I1WZClRMmuEbsKNLvghruwg6zxteqRmC1i7panFb9FFu921mbF%2FphjnmOjn2G8PvJnA0VAJK0doafBJ%2FrrZzzOmr9%2F6qPvgB6zUYkbLtDXHQ6p32k%3D</OfferListingId><ExchangeId>Y14M5933116M6237706</ExchangeId><Price><Amount>799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.99</FormattedPrice></Price><AmountSaved><Amount>701</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.01</FormattedPrice></AmountSaved><PercentageSaved>47</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A246IP3XX4IMPL</MerchantId><Name>frenchiej09</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A246IP3XX4IMPL</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TX</StateCode></Location><AverageFeedbackRating>4.1</AverageFeedbackRating><TotalFeedback>7</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Fast shipping!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ezwAgMhul4N%2Fa6M14YqZPhnQxbuQfN%2BYd89ASyolBXgrwDC8a773zlZOeQ5qBg45yOE6kk3dOhClH8oBHZ2KB6W%2FhQNO2ZB9Z%2BY%2Fa2JG%2BxVxQQx28TIgOYHci91C0ojfFHq5DNgTh4YKiec8wz88Uw%3D%3D</OfferListingId><ExchangeId>Y13M0015688M0774040</ExchangeId><Price><Amount>820</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.20</FormattedPrice></Price><AmountSaved><Amount>680</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.80</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1JKVWH22E85VP</MerchantId><Name>supermoviedeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1JKVWH22E85VP</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>16078</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>mHeTI4RwZVKZW7oki2UX1iIf%2FT8NnBzq%2BC48KCLh2u3jXajv7CHAOnnsQn13hsqpPBXr4bxv0%2Bb%2FOMdUcdiepztUGQudZakHY2UBPLz9DfyaNKclYvrZpL9Z%2BttRk5fZEPKeN4zXxOI%3D</OfferListingId><ExchangeId>Y11M1467240M8837375</ExchangeId><Price><Amount>825</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.25</FormattedPrice></Price><AmountSaved><Amount>675</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.75</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>996</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>1844674282</ASIN><OfferSummary><LowestNewPrice><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></LowestUsedPrice><TotalNew>42</TotalNew><TotalUsed>11</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>53</TotalOffers><TotalOfferPages>6</TotalOfferPages><Offer><Merchant><MerchantId>A18OZMH8UQINVM</MerchantId><Name>betterworldbooks_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A18OZMH8UQINVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>187949</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Great condition for a used book! Minimal wear. 100% Money Back Guarantee. Shipped to over one million happy customers. Your purchase benefits world literacy!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>iu0ct6Fj8oIkfDds0eYyYlHmZJ4W7TEX6df7VdJHsDa2OXQNPd4cZgLvi5F95bXkNaBw1TBkwYdK8XgebiuRRCTtaimr9cZx8ZixFgjkoANCNIn9%2BMN5CrCbXdgVDLXWE7XmISYNYzw%3D</OfferListingId><ExchangeId>Y18M6227524M1875770</ExchangeId><Price><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></Price><AmountSaved><Amount>587</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.87</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>DXLqXbVZf%2FzpaHJssxOhovd2LHLwFePv8OLgAlmSI6TCO%2B3Up1XQa3gslb8O%2F3buC%2FgigB9wncMuzGpb22iATamf2%2FAsdK0PFC1hr5akWpuW4gwmw5Gm0cnIC3noPOjyBHg8YM%2FBcu%2BAWV%2F6JrQiPQ%3D%3D</OfferListingId><ExchangeId>Y11M4706619M2687814</ExchangeId><Price><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></Price><AmountSaved><Amount>587</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.87</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>37</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>XyPqXA3qNtoeWW4igVRN7RzhTCzkelDeHKj2V1d3L6napOtMxmwV5YkoHeCuAytekl%2BInxejuXrAEnRzlWD6zUKHLKOutsKf%2BtrU1axsaxV2KShoU2eLIiU7oGMn2Z3ZnvTidymCF2w%3D</OfferListingId><ExchangeId>Y12M4804583M3245569</ExchangeId><Price><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></Price><AmountSaved><Amount>587</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.87</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>37</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book delivered from the UK in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>V7K9hVVpyKC%2BQrM8YGecHAdWHVrx5QvRF9GcPwSk9AjMZLgL3GoAwIPYwDJfeW9sIe%2Fz21q89QAEDKMC8wPlj%2FgqXOHqfgiyUYHvLQHmFwYVfP4vKy483Iq12E8FCUQD6pMznqexVgg%3D</OfferListingId><ExchangeId>Y12M0098712M0414557</ExchangeId><Price><Amount>709</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.09</FormattedPrice></Price><AmountSaved><Amount>586</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.86</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>42</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A15AOQYSLLO2CF</MerchantId><Name>thermite-media</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A15AOQYSLLO2CF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>56752</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW. 30 Day Satisfaction Guarantee. Quick International Airmail!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>1MHep6w2sGsT%2FbERJF2sHbs43963KSuxnJhoPoC%2Ftk%2FsYzIA9ldC9iX5zAhVIaoAvJTeaVMGHJo8%2FiyPKGcLVGfub8B%2FWshGEy7%2BbSdO%2FqYrxmqDB0tWJwWNh9yqtVgBwXhTAkQKUP%2FlA4I6cOYK2w%3D%3D</OfferListingId><ExchangeId>Y11M4528452M6959982</ExchangeId><Price><Amount>709</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.09</FormattedPrice></Price><AmountSaved><Amount>586</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.86</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>40</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1SSUO20DOKMFO</MerchantId><Name>BooKnackrh</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1SSUO20DOKMFO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>SC</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>23235</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>-/-INTERNATIONAL SHIPPING-\\- SHIPS from 5 locations based on your Zip Code and availability! (PA TN IN OR SC) *-* Gift Quality *-* Orders Processed Immediately! - We get your book to you Very Quickly! 46.8</ConditionNote></OfferAttributes><OfferListing><OfferListingId>A11SDg27AQeN3SYcJTI0YMi12Kw4F3VxMToZmJJN04rgvm1g6dBtEy2sMQ7eV6XF%2FS46URNWGp5VvN96TzA3UMsJfp0b9Uq3ea%2FzxG0IEOLxdGmsFm9wF%2BP%2BBH0Ty1Rg2gczHn3s7Qs%3D</OfferListingId><ExchangeId>Y11M6412371M0143068</ExchangeId><Price><Amount>713</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.13</FormattedPrice></Price><AmountSaved><Amount>582</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.82</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>75</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3LVSQM04S5WC1</MerchantId><Name>aphrohead_books_uk</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3LVSQM04S5WC1</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>4619</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International delivery is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>WPOEUrwoDjWOmIgfcGo5Z1gRwemE3Yz2oCUPrI9GTqlw%2BI%2Fwj8nNNdODqXOpYmILA%2BNrwJEDKm10YrY2ujowVaqRX9l2IU%2FqefEs640lWWItnTQ1K%2BC3078NUh76k8qaKKT09czdR0N9cAkaXweu6Q%3D%3D</OfferListingId><ExchangeId>Y11M1485459M5135905</ExchangeId><Price><Amount>715</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.15</FormattedPrice></Price><AmountSaved><Amount>580</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.80</FormattedPrice></AmountSaved><PercentageSaved>45</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>WZdW1xbzzwCfAZOaQA564%2FV8ZhpvrAmjUBbsc9nV0XF0bYazY4U8MOuiHLDGiA1nMX0h5tVA2MXXl3cEyw8ANVLwOmyvU5mWjeIA9zVgMVrKFdRtXot70nQE7SWsaDEKmi6s%2FLnZq9s%3D</OfferListingId><ExchangeId>Y19M3003935M2195132</ExchangeId><Price><Amount>732</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.32</FormattedPrice></Price><AmountSaved><Amount>563</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.63</FormattedPrice></AmountSaved><PercentageSaved>43</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>30</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A15AOQYSLLO2CF</MerchantId><Name>thermite-media</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A15AOQYSLLO2CF</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NC</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>56752</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Like NEW. 30 Day Satisfaction Guarantee. Quick International Airmail!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>yOokY3ipp%2Bot2cU54fsr9R%2FPAjRUgWvV35i5Au7uHZPh3lPJXE5YfsunpmnSpB7%2F79m%2FNpFNCdZx2lDd5Xo4WTkpSRTyfwNCWLRcK4oXBGKhzNBNGoXcH1jLUQWsW0nGlFFSe6Lt3dlJIZQ6MV9tog%3D%3D</OfferListingId><ExchangeId>Y11M4524928M7902491</ExchangeId><Price><Amount>752</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.52</FormattedPrice></Price><AmountSaved><Amount>543</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.43</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>40</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>UeliePmvofZNwHWEIMROiqtCh0C6RhzRZveCLUA0IFLobO9FuVEEQpEYQVG0g8Kn7NojyV%2Fa%2BcUSqYtQooIZjiRf3CEHJ17nfP1cf2JWTck%2F%2BVE8sRvHfIuUeXz3VVdfOPJKJelSeNKrkcy9TYI%2BqQ%3D%3D</OfferListingId><ExchangeId>Y11M0938068M9983739</ExchangeId><Price><Amount>753</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.53</FormattedPrice></Price><AmountSaved><Amount>542</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.42</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0745640974</ASIN><OfferSummary><LowestNewPrice><Amount>995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.95</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1707</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.07</FormattedPrice></LowestUsedPrice><TotalNew>31</TotalNew><TotalUsed>9</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>40</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>UUJXmCtW5g5%2BO4UxJIgm6uO7tw0PtX4opAWS3bU%2FI18CFakcNc7GyiIsNMyFd2bF8tQX2UA9hYkJc5RLpP%2Bu82xO4lPQryiVxEYrYrlKQW%2FyFD3GPXh4v%2BSMwxklFgoP4iG2SiZNcZ0%3D</OfferListingId><ExchangeId>Y18M4393745M0158730</ExchangeId><Price><Amount>995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.95</FormattedPrice></Price><AmountSaved><Amount>300</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.00</FormattedPrice></AmountSaved><PercentageSaved>23</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A279YKJYTUG4H8</MerchantId><Name>agf237</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A279YKJYTUG4H8</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>5.0</AverageFeedbackRating><TotalFeedback>3</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>%2FGPzYh5gCtxT6N0i9AT5zIDL27x%2F7GvGSGhaR315qzeInn6g%2BibiS1wgT9Zz2FWSxEyxsQRHJy8ZRwZ8RT%2ByZDvuGv%2FmyCza56pKectC4rYOKi1DFCb1oGxD8M6yDQGLyerHwI0GZikKi0lyHJ5UXw%3D%3D</OfferListingId><ExchangeId>Y12M3872213M1653112</ExchangeId><Price><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></Price><AmountSaved><Amount>295</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.95</FormattedPrice></AmountSaved><PercentageSaved>23</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>62Y6V2l98i7xkgX3iPKa%2F4ioz1yKx4vLdNzgKnwwRSObSIlst1JLKl1mtEFEXNRCwSGFcZSR1vSbSnk2b5BdIEtgfwDKQgIdKHmlbwvP2Sj2U2QEXupVQh55zoCYMFolaLfVfM2pJ9s%3D</OfferListingId><ExchangeId>Y19M5249701M6387360</ExchangeId><Price><Amount>1058</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.58</FormattedPrice></Price><AmountSaved><Amount>237</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.37</FormattedPrice></AmountSaved><PercentageSaved>18</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>0BuGWYPbkmBn1deFo%2ByIGrMezKgQPtuojvmwN5Q6Gh7w%2BGA3wMcKUjOBD%2Bjg3yGY%2BYziDh3xuhVapEgUEUGVE3fNLUvCDVFDApKAmpLZE9rqgc%2FXDSOaq7isGObpNDRlCJkpfX0FkVM%3D</OfferListingId><ExchangeId>Y19M6189751M4838755</ExchangeId><Price><Amount>1070</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.70</FormattedPrice></Price><AmountSaved><Amount>225</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.25</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>c%2BB59aBvV32M4LV3zt9nIQ2KFbEtRaclJyb1T1CZApQii%2Bk2nLcARSpeWRA67WAHioUke9WNDLFnMmd56mOFaQ0E1uDuWXH%2FoU%2FMLNDBuphgLYCvJ51oUWYtH5sIS%2FB536aBolbBiqbmT1Xf1Pg6bw%3D%3D</OfferListingId><ExchangeId>Y11M0767619M5527842</ExchangeId><Price><Amount>1078</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.78</FormattedPrice></Price><AmountSaved><Amount>217</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.17</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>373</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ltwBtt%2B1NYAul%2BECuXQKDQEB5vwd2nMniHkoD3ZjlsLGWVnPptjhM5iJqxpGl0%2BvHBU560FaqAtQECFZISEInW4tCa%2Flz5Ax8V5Rf1yj%2FlE03aTr3PcbXlRR4OGFjIzarTfr%2BAAu3kk%3D</OfferListingId><ExchangeId>Y12M6601172M2891609</ExchangeId><Price><Amount>1078</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.78</FormattedPrice></Price><AmountSaved><Amount>217</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.17</FormattedPrice></AmountSaved><PercentageSaved>17</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>387</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>LqxF7Fn2KbnJ8q4%2BKYu2wtG2NpdVvkwZx4iHs9X85gn%2F1SLBtaneZ%2BlYxsYLUZiYTgUDAUTTICLC%2BfuT8QvAzgotWcmwKQ9k</OfferListingId><Price><Amount>1107</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.07</FormattedPrice></Price><AmountSaved><Amount>188</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.88</FormattedPrice></AmountSaved><PercentageSaved>15</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1JKVWH22E85VP</MerchantId><Name>supermoviedeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1JKVWH22E85VP</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>16078</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>OzttX9D5SBP%2F8jWa8KHGVms6r3VykQ4GrUl9Gur9Be%2Bgi%2Bi900EY1Wi%2BSWRFUqYiDQ%2F%2BK1VaT3bHemSFFUMtgNaprvCs4oqIOx7tvzi7RGWKa5ILloli1FoY%2FNL46USB0LedBaZm35U%3D</OfferListingId><ExchangeId>Y11M3876035M7649929</ExchangeId><Price><Amount>1132</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.32</FormattedPrice></Price><AmountSaved><Amount>163</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.63</FormattedPrice></AmountSaved><PercentageSaved>13</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AR913EZJR6MLO</MerchantId><Name>the_book_community</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AR913EZJR6MLO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>7330</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Customer oriented seller. Shipped promptly and packaged carefully. Delivery in 7-10 business days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>rDjLSHxr5qiD8ASJ2TfllQA9ceitf6nPDjcgnY7JuoVa4m6penKgSly57pr4QnZaw7wO2xE5q6480EStuCRjCaniD7mQ7g5nePdKzRqn%2Fhdpd7e5sx0TF6vX8WCJLLp9QDwXQU8yPk3a5MDxUsWK9Q%3D%3D</OfferListingId><ExchangeId>Y11M2147302M2441759</ExchangeId><Price><Amount>1135</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.35</FormattedPrice></Price><AmountSaved><Amount>160</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.60</FormattedPrice></AmountSaved><PercentageSaved>12</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3F1HT7YHE7OXG</MerchantId><Name>strandbookstore</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3F1HT7YHE7OXG</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>10592</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. 100% money back guarantee. All books shipped from Strand Bookstore, New York City, USA.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>NOfCI3B9hgrjoYJCvm9uat4RhtlP3lOXxJroisWl6FZoRqWckqs%2BVvAKgI2KqR4hAI6RXbdueNkcjjQyTAVu33Z9Ca2NRjvIbRibpS0ibnpi4D4qn55z9WM3XDkikCnqi%2BBlxYsXFuY%3D</OfferListingId><ExchangeId>Y18M1698666M7736337</ExchangeId><Price><Amount>1165</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.65</FormattedPrice></Price><AmountSaved><Amount>130</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.30</FormattedPrice></AmountSaved><PercentageSaved>10</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0745646441</ASIN><OfferSummary><LowestNewPrice><Amount>935</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.35</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1193</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.93</FormattedPrice></LowestUsedPrice><TotalNew>29</TotalNew><TotalUsed>8</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>37</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>eklXvn%2BhI2m0uj5E06yZlioZi3%2FECcmiXxQeDJVXZPIZ09BfeIScb38cMHQMqvuj%2BNBy8LHkqUylJuocjxJ3nxSMjIbvo9xTxfEuZX5Mv8qmduKVq5dnU4Qg6aaXITg5FUk6y20fnh4%3D</OfferListingId><ExchangeId>Y18M4375523M2180691</ExchangeId><Price><Amount>935</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.35</FormattedPrice></Price><AmountSaved><Amount>360</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.60</FormattedPrice></AmountSaved><PercentageSaved>28</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>YytfTeyQaI7gAXu6r%2ByTgQ5odTGdLIxDZwzRreYn5rElfpwmGADgfj78OgKf1OBGQt7A8%2BO9GSVodfMGN38JwiFM0qL7a9HFZyRAXTo53LDDrIZx9V2SkH%2BPrF%2FBqBmPaSauD9ntI78%3D</OfferListingId><ExchangeId>Y19M0074268M1087243</ExchangeId><Price><Amount>940</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.40</FormattedPrice></Price><AmountSaved><Amount>355</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.55</FormattedPrice></AmountSaved><PercentageSaved>27</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>10</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>GP6dsl7xRpQNT0g983LOrQ8m0woVqdnyMJ9rr2nGbCoyupGW0dW8gGF%2FzmmsKgg5UgRykxQWuhfte3YeyG%2FK2vW%2F8u4%2FMYrW%2FbKzx2XHb9XVMvDWc88GSTmwqcbjym8Bg1aiv5urcJ8%3D</OfferListingId><ExchangeId>Y19M1731596M9494442</ExchangeId><Price><Amount>1041</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.41</FormattedPrice></Price><AmountSaved><Amount>254</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.54</FormattedPrice></AmountSaved><PercentageSaved>20</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>oeLkijrC2YP3ktEDhUiye1VMTRGGU6zUV%2FtcF%2BOarG291rigNlrLaWtolgVEPeI%2FZLi7hQi4N8jCb70a5nzW%2FyCo9f9pdo1KrOXlz3uZ3vRaktU3iTQPgwfJ5yyjEq1sIOOCNGo1dnlq2XX0%2FND49Q%3D%3D</OfferListingId><ExchangeId>Y11M6780203M6288386</ExchangeId><Price><Amount>1098</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.98</FormattedPrice></Price><AmountSaved><Amount>197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.97</FormattedPrice></AmountSaved><PercentageSaved>15</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>56%2BDgAeT2gAc3Lai5sCZQWvkLHbKGX6nbbMP9m2FtjVACGSoyo%2Be8Vr7iYwusDD%2BWYyj7jbkcifRtmwe75W5lXrRN%2F%2B0DkLIt5%2Fq4wx%2BL8bRslAIKp4xmv11QnddswTcBZtiZoyjFvM%3D</OfferListingId><ExchangeId>Y12M6472395M6959810</ExchangeId><Price><Amount>1099</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.99</FormattedPrice></Price><AmountSaved><Amount>196</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.96</FormattedPrice></AmountSaved><PercentageSaved>15</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>156</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>7tiyLugnpHrEoemSJ44PNENV2or1AxSb7WOOl6dlckEH0rxGZ%2BEcDE978KTAG5eAKUmvqUUXOtcwtSeAWauAtYTT7KKZl6m2</OfferListingId><Price><Amount>1107</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.07</FormattedPrice></Price><AmountSaved><Amount>188</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.88</FormattedPrice></AmountSaved><PercentageSaved>15</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AR913EZJR6MLO</MerchantId><Name>the_book_community</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AR913EZJR6MLO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>7330</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Customer oriented seller. Shipped promptly and packaged carefully. Delivery in 7-10 business days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>OUOT01lrZzo7CmqbD3GEb5c%2BC0hl0P7BEuYsRldRA106WJrinQI4d8Jw%2BEhF5jYlpC78dA6x11MEgnvb73FuuzLZK%2BbLcgwvao2Vn55J4o0pimZnIEgyEY695y1quqJwmhpWHY1q63oKe%2F2K3fnQ%2Bw%3D%3D</OfferListingId><ExchangeId>Y11M2150396M7711587</ExchangeId><Price><Amount>1135</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.35</FormattedPrice></Price><AmountSaved><Amount>160</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.60</FormattedPrice></AmountSaved><PercentageSaved>12</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>OSisI16XIPpF07j%2FEkCDifkgexklYPaulEhhfDrb8HMuTXzB7Mv5CthZpLKajUEyonBQl7s7p6WdC92XkAYA159PQ3G6%2Bzg6lkLYQwC11oF5IO0hmG5Ns8P5QuOawJDTHbm%2BW6kXjZA%3D</OfferListingId><ExchangeId>Y18M5588542M8286287</ExchangeId><Price><Amount>1193</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.93</FormattedPrice></Price><AmountSaved><Amount>102</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.02</FormattedPrice></AmountSaved><PercentageSaved>8</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AHNEEZ9CVAP3Q</MerchantId><Name>---superbookdeals</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AHNEEZ9CVAP3Q</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IN</StateCode></Location><AverageFeedbackRating>4.6</AverageFeedbackRating><TotalFeedback>47055</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>26IGjW6YM5QyeaCmUUyMHa%2By4b0wmzlKkRbVLGmafw54wPHyCE1dt5AHqyPM1eCw3iSAYfrE1ts9CNVG0tSz7MrQUXS86eIBX%2BtgOC4EzcMVZSJVBfBk%2Bct%2F5R1U6Z8f77j1Om96NzLXQpFksmS5gg%3D%3D</OfferListingId><ExchangeId>Y11M3628721M8586579</ExchangeId><Price><Amount>1198</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.98</FormattedPrice></Price><AmountSaved><Amount>97</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.97</FormattedPrice></AmountSaved><PercentageSaved>7</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2SUF7Y73WB371</MerchantId><Name>Quick_N_Easy Marketplace</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2SUF7Y73WB371</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>7554</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New. Multiple copies available. Same day shipping. Expedited and Two Days delivery options. Support small business!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>limKV8RIZz6ua0pxpDeO5trQHJRGvrGvAgxl2Axw8uCYvC3ZJVb8YCwXTUSnwNTLD03E43VM27sH3ndWRh%2BmijnBmKfgPMFSTfMlSTTWh7wT41IqxhaK6fsU0plQ2lI9EJq5vwd4eP4e%2BivL3XrKng%3D%3D</OfferListingId><ExchangeId>Y13M0885074M9402993</ExchangeId><Price><Amount>1261</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.61</FormattedPrice></Price><AmountSaved><Amount>34</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.34</FormattedPrice></AmountSaved><PercentageSaved>3</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0826489540</ASIN><OfferSummary><LowestNewPrice><Amount>1077</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.77</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>420</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.20</FormattedPrice></LowestUsedPrice><TotalNew>25</TotalNew><TotalUsed>14</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>39</TotalOffers><TotalOfferPages>4</TotalOfferPages><Offer><Merchant><MerchantId>A2T89KHH6G5UD9</MerchantId><Name>TEXTBOOKFETCHER!</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2T89KHH6G5UD9</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2637</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>good</SubCondition><ConditionNote>This is a used item.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>Fp4SQQctbFEtKCLztcSsFgya9euVVEXsQyaUkGNjFOt3TPQRPnvgxroOQ5ni5HlJHjuPRIPKP2QPyzS5KAWIOFrkjgzPdPvxqsgzHoXHQT7XfxlUo%2BDil6AZ6knhLpOIgQv8%2BSciQZYdmAAWTVZebQ%3D%3D</OfferListingId><ExchangeId>Y14M0917729M4343327</ExchangeId><Price><Amount>420</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.20</FormattedPrice></Price><AmountSaved><Amount>1375</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.75</FormattedPrice></AmountSaved><PercentageSaved>77</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1KU5VMU83Q22A</MerchantId><Name>--textbooksrus--</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1KU5VMU83Q22A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OH</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>75739</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping, receive in 2-5 business days. See our member profile for customer support contact info. We have an easy return policy.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>URSye72XriX52OBrPjI4vSwT2Gv0OHMGaEpqsw33mzvAhgQxNfThfRg5yXJGyoxB73AohF3nkpbxARTRJxSJvRPpsOZ1vpm8zUvaK%2B4nIleARHagVG8TAUZmGRI5W5uB8t020nr5L%2FU%3D</OfferListingId><ExchangeId>Y18M5057090M9956076</ExchangeId><Price><Amount>1077</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.77</FormattedPrice></Price><AmountSaved><Amount>718</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.18</FormattedPrice></AmountSaved><PercentageSaved>40</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>spYtXJ1ZeFN4NpiGRUr1%2F8X%2Fl66lZARxvkkGnKIn6YQixjR4w7%2F3UEdGtE19tGWlywu%2FFwWoM0CHZOAMYrJjOjbjp2fE9oj9</OfferListingId><Price><Amount>1078</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.78</FormattedPrice></Price><AmountSaved><Amount>717</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.17</FormattedPrice></AmountSaved><PercentageSaved>40</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>KmAqXcCJB0mve1sR54MVPlVV86BIXE%2FOCE3lunizXyba3y8FLPnHZZgKnU6hB%2FjqmKZ9MKh4EWvBmCyNfCcrFHvxwfXQ93mpC6TdZXYW3z7QZljnT90OVNhyUZecofMPusBV7O7KtIM%3D</OfferListingId><ExchangeId>Y19M4298768M9193250</ExchangeId><Price><Amount>1105</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.05</FormattedPrice></Price><AmountSaved><Amount>690</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.90</FormattedPrice></AmountSaved><PercentageSaved>38</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2T89KHH6G5UD9</MerchantId><Name>TEXTBOOKFETCHER!</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2T89KHH6G5UD9</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NY</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>2637</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>This is a new item.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>uj0b89qfM95rYpeYK4tvTYiC2eHM3Q9COQnNeIxUgXfa9A9dBAQT9eW9fIr8boyZmhm3FN%2B6Vt3TLI0d%2Bw1Rj%2FLT9F9rQA%2B%2FjzpqD0OL3osO10gHrXKI69yJq7wbRG1pLRa7x5XAqDBxcI48sTTiHA%3D%3D</OfferListingId><ExchangeId>Y14M6365064M7135133</ExchangeId><Price><Amount>1115</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.15</FormattedPrice></Price><AmountSaved><Amount>680</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.80</FormattedPrice></AmountSaved><PercentageSaved>38</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3TJVJMBQL014A</MerchantId><Name>the_book_depository_</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3TJVJMBQL014A</GlancePage><Location><CountryCode>US</CountryCode><StateCode>DE</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>111238</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>a2adNq%2Br9LqX4DRAJzAPDTOokw1rZIx2Yn4n8OObFdJmHUZf6uhQ4iR3%2BDDEJbCo%2BJrg5Gjr05pHCJcOcQi28P61KOfKPsQ026w0ahF6qgSBomOrIzTPsHKmqIsgoMRaVkaZ2uaDFrI%3D</OfferListingId><ExchangeId>Y19M4150201M9755004</ExchangeId><Price><Amount>1133</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.33</FormattedPrice></Price><AmountSaved><Amount>662</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.62</FormattedPrice></AmountSaved><PercentageSaved>37</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AR913EZJR6MLO</MerchantId><Name>the_book_community</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AR913EZJR6MLO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>OR</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>7330</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Customer oriented seller. Shipped promptly and packaged carefully. Delivery in 7-10 business days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>6bi%2FOvMjFxE2eFWS%2Fef1v9gEMZ5mZkpiR7EByV4IPDYzl3QnapzzD4JWWKJlvNCaJM7y7GL03%2Fkb3o3ZGWWAbFbEoL3TPBBEUvyIqAPG9j%2F%2BpxV0pVb7tKjuaSCGjZ%2F0QbMnAI3p9cVz4GS10w1sbw%3D%3D</OfferListingId><ExchangeId>Y11M0997586M4204524</ExchangeId><Price><Amount>1181</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.81</FormattedPrice></Price><AmountSaved><Amount>614</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.14</FormattedPrice></AmountSaved><PercentageSaved>34</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2SUF7Y73WB371</MerchantId><Name>Quick_N_Easy Marketplace</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2SUF7Y73WB371</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>7554</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Brand New. Multiple copies available. Same day shipping. Expedited and Two Days delivery options. Support small business!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>ZsRJtKbQtdvphYsh1abbgmDJVY0WA8u3DWQL9HKGdS%2Fqdl2qhhpw2Zq6SH6bB3iKHBj9%2Fm278yoWBf%2BMnRlsAzNaFrsxAfabZfKf0krOWGV365rMJrWaZSkxJ0Y2ixvUAWkgDNyEpz1GgQx9kRtJyw%3D%3D</OfferListingId><ExchangeId>Y13M5126997M4345644</ExchangeId><Price><Amount>1232</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.32</FormattedPrice></Price><AmountSaved><Amount>563</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.63</FormattedPrice></AmountSaved><PercentageSaved>31</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2SUF7Y73WB371</MerchantId><Name>Quick_N_Easy Marketplace</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2SUF7Y73WB371</GlancePage><Location><CountryCode>US</CountryCode><StateCode>GA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>7554</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Multiple copies available. Same day shipping. Expedited and Two Days delivery options. Support small business!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>rYrfJCSWNVau5dMiZMpXFiuiudm5UUE6bz4RxEDoEmdazyEZx0jh8BJbEZZiRlwzff0dss%2BmPUxUqYXbDRpDVmasnDFZ1Heeik2%2FxkBzFgqMT%2FHu%2B2uw3oCpGky4ViVUy5WvHsQByGCkkrx9fJ39NQ%3D%3D</OfferListingId><ExchangeId>Y13M5139358M0658520</ExchangeId><Price><Amount>1232</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.32</FormattedPrice></Price><AmountSaved><Amount>563</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.63</FormattedPrice></AmountSaved><PercentageSaved>31</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1SSUO20DOKMFO</MerchantId><Name>BooKnackrh</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1SSUO20DOKMFO</GlancePage><Location><CountryCode>US</CountryCode><StateCode>SC</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>23235</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>-/-INTERNATIONAL SHIPPING-\\- SHIPS from 5 locations based on your Zip Code and availability! (PA TN IN OR SC) *-* Gift Quality *-* Orders Processed Immediately! - We get your book to you Very Quickly! 60.94</ConditionNote></OfferAttributes><OfferListing><OfferListingId>kbaQgl4eaSuK8Z%2BkbG0zeNV7S3k6nGvEJT6qgbcUFQzUW6MLQBAk4XOoby0Qjlb6AEi88%2Fhc%2B66f01fHCPLkS4m9dTE8ifGhvmGPmfLrvP%2FIQVoyenzM%2BOcJg6LNBuhtyOm8QYqE490%3D</OfferListingId><ExchangeId>Y11M5325252M4353822</ExchangeId><Price><Amount>1287</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.87</FormattedPrice></Price><AmountSaved><Amount>508</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.08</FormattedPrice></AmountSaved><PercentageSaved>28</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>1844672972</ASIN><OfferSummary><LowestNewPrice><Amount>987</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.87</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>975</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.75</FormattedPrice></LowestUsedPrice><TotalNew>30</TotalNew><TotalUsed>18</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>48</TotalOffers><TotalOfferPages>5</TotalOfferPages><Offer><Merchant><MerchantId>A3GS6VF0V48H8D</MerchantId><Name>SouthernBookhounds</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3GS6VF0V48H8D</GlancePage><Location><CountryCode>US</CountryCode><StateCode>TN</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>1164</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>Great condition book. Ships within 24hrs.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>d2vqC3wc%2BxVgHzdt%2B7rqLKA99oPColxNkpCik9VXoGR6tV%2FowTd2RsRrq7D8h3iD%2BY1HxbkcojxsIyQxGH83IeWDkyRljUYdlnFS42uJoXRRy5WZkKkt%2BEnkBe3JFdAKz%2FiuqlTolFs%3D</OfferListingId><ExchangeId>Y11M3503293M5123318</ExchangeId><Price><Amount>975</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.75</FormattedPrice></Price><AmountSaved><Amount>720</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.20</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1N9ZK8WVSOK3M</MerchantId><Name>BOOK ALLEY</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1N9ZK8WVSOK3M</GlancePage><Location><CountryCode>US</CountryCode><StateCode>CA</StateCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>1549</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Lightly used if at all. NO markings. Pasadena's finest new and used bookstore.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>s%2BuzOAFDPdcIz8ZfiRJeQlcJSQIK6qxDx%2FHCM6y8QWcvmAewR0fNO5h9QXQT83EWXFSvmyb1%2F9JoOGqnALAPZSZM%2FNCR02f7Urg5Z39R0aklwz5XS5aqnOvOjC2Kg374HnkqJAakwVU%3D</OfferListingId><ExchangeId>Y11M1565555M1956049</ExchangeId><Price><Amount>983</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.83</FormattedPrice></Price><AmountSaved><Amount>712</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.12</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book delivered from the UK in 10-14 days.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>tKjF8V7qxTdsAFGPAf0E%2BSa4fOTgDnmXCqT7PjlJQF2U2V%2FYcIg7Umo8bLZcX7HLh%2BEO4YlbXU1fyJ0TkIgwlKPQtC9uTc8V8WJK8l5ryevlImpfNGHP9VsRDMqDJjAcnbYMHPn45HY%3D</OfferListingId><ExchangeId>Y12M0066185M2024725</ExchangeId><Price><Amount>987</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.87</FormattedPrice></Price><AmountSaved><Amount>708</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.08</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>9</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>sUzVZGHcd1ZFf8660Y8IEQZA68VuoYCYGjF8N0TqoAYjumXfToC59EEYmryEybztoiefCz5Zk5AdQg6Kk3aVSl1o8GABsBL1sO3MXn%2BmB4zOzj44HSCvMUbkAxIyN2tkKwb%2F9Jl1EfE%3D</OfferListingId><ExchangeId>Y18M5157090M5074825</ExchangeId><Price><Amount>988</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.88</FormattedPrice></Price><AmountSaved><Amount>707</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.07</FormattedPrice></AmountSaved><PercentageSaved>42</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1C3QU77DDT2KW</MerchantId><Name>indoobestsellers</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1C3QU77DDT2KW</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>17792</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>BRAND NEW</ConditionNote></OfferAttributes><OfferListing><OfferListingId>17spyAhragQOYTT537jhGgYRW0rIzh2%2Fg8SiNCHuBrNE55HWxJ6BCAXFJciL9qFklaWUuR1Igt%2FpyYChY25meJBXJqq5Jbcgbv%2FBxDf0ntQJfooDXajYPILWE6olffQiroU58irUN2I%3D</OfferListingId><ExchangeId>Y18M6004066M1787332</ExchangeId><Price><Amount>993</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.93</FormattedPrice></Price><AmountSaved><Amount>702</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.02</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>100</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2E9OWRCF7T08Y</MerchantId><Name>pbshopus</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A2E9OWRCF7T08Y</GlancePage><Location><CountryCode>US</CountryCode><StateCode>NJ</StateCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>25344</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important!</ConditionNote></OfferAttributes><OfferListing><OfferListingId>8Z8EUrHseK2OXxnbFCGPM5%2BzGQLW4SFmkgBJMYwOC0951lDMWgKGbgJy4AlU74Uzp9k6I%2BMAiNsHL6hNlnKKAOVLUCFXaNCADSflMDfauaFtX0r9BBjY8g%2FiT6loB1RNAF5tTsOwhzoZcqi%2BaQJ15w%3D%3D</OfferListingId><ExchangeId>Y11M6401986M6190414</ExchangeId><Price><Amount>997</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.97</FormattedPrice></Price><AmountSaved><Amount>698</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.98</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>AGLPMRINU0Q3T</MerchantId><Name>pbshop</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=AGLPMRINU0Q3T</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>30926</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers</ConditionNote></OfferAttributes><OfferListing><OfferListingId>rCFvDRzGu7ooz6YASv%2F9MGdCo1Q46D9ov1N3Rfz1g78qmbrLuHZvJJXN8Sqq6VQiw282hF5ixC9QxY7byH28nmlsP%2FXgAXAewIknU52SabJ3Z60bkvQZ0LDAVhnMFob24MG8dTR5pb4%3D</OfferListingId><ExchangeId>Y12M4558819M4014906</ExchangeId><Price><Amount>997</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.97</FormattedPrice></Price><AmountSaved><Amount>698</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.98</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>2</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A34GBZHLAMDW0D</MerchantId><Name>MMwash</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A34GBZHLAMDW0D</GlancePage><AverageFeedbackRating>4.7</AverageFeedbackRating><TotalFeedback>26</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>NEW, prompt shipment</ConditionNote></OfferAttributes><OfferListing><OfferListingId>7xmbIJuoAPNOvDWF7z%2BNdKEHSr8ESHtnKM5Sq%2BhEPtlGJDNt4mVPqF8dNClTh9l52EMiTHPGfJAByszgKxMC%2BzasFLynyfa0c1YlTJJXdH9qO7adg4WuYi6Kxdq9HWLHEezXoXyU7JyECGJXQZMH1g%3D%3D</OfferListingId><ExchangeId>Y12M5573190M9921547</ExchangeId><Price><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></Price><AmountSaved><Amount>695</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.95</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1X8TJ71LHXNVM</MerchantId><Name>lisa327</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A1X8TJ71LHXNVM</GlancePage><Location><CountryCode>US</CountryCode><StateCode>IA</StateCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>117</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>verygood</SubCondition><ConditionNote>Underlining in pencil on a couple of pages; light edge/cover wear from shelf</ConditionNote></OfferAttributes><OfferListing><OfferListingId>yoh%2FiAIKje%2FeoNtn9bOb2jArh3eAkt7FlN5UO%2F5f5rdcD16D8J7mUmoTLoAiQdAo9ezQR7c%2FiqOhQjiosegzUR0Gb3gVNsgMoSrtSxHpZv%2Fht9K3jBtmwN%2BdNh3rTsF8Vt3BoikdINE%3D</OfferListingId><ExchangeId>Y13M1045844M1801658</ExchangeId><Price><Amount>1000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.00</FormattedPrice></Price><AmountSaved><Amount>695</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.95</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3LVSQM04S5WC1</MerchantId><Name>aphrohead_books_uk</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=A3LVSQM04S5WC1</GlancePage><Location><CountryCode>GB</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>4619</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Brand New. Delivery is usually 5 - 8 working days from order, International delivery is by Royal Mail Airmail</ConditionNote></OfferAttributes><OfferListing><OfferListingId>x0ofdmz28bldW1GXyx7ejgAVmSFJYNS6PH04%2FZVxzZ1CMB2oggrT%2BMlEGUP8nNWKDYv3b1QHND020m2d1qD6yOLaPyDMDDKEtubLXUb%2BHuKSoBlaKM1UqtSgm3g%2F3jWAhebZ54537NjM4WtqC1Sz5w%3D%3D</OfferListingId><ExchangeId>Y11M3150505M6447029</ExchangeId><Price><Amount>1003</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.03</FormattedPrice></Price><AmountSaved><Amount>692</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$6.92</FormattedPrice></AmountSaved><PercentageSaved>41</PercentageSaved><Availability>Usually ships in 1-2 business days</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>5</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item></Items></ItemLookupResponse>"
27
+ http_version: "1.1"
@@ -0,0 +1,29 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=key&IdType=ASIN&ItemId=0816614024&Operation=ItemLookup&Service=AWSECommerceService&Signature=Plsr1mdJQ8rusdaixiqMfT9jPvFcdAGgyO29v9gGqz4=&Timestamp=2010-10-28T05:39:09Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 403
12
+ message: Forbidden
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:39:09 GMT
16
+ server:
17
+ - Server
18
+ vary:
19
+ - Accept-Encoding,User-Agent
20
+ cneonction:
21
+ - close
22
+ transfer-encoding:
23
+ - chunked
24
+ content-type:
25
+ - text/plain
26
+ body: |-
27
+ <?xml version="1.0"?>
28
+ <ItemLookupErrorResponse xmlns="http://ecs.amazonaws.com/doc/2010-09-01/"><Error><Code>InvalidClientTokenId</Code><Message>The AWS Access Key Id you provided does not exist in our records.</Message></Error><RequestID>4fdf3068-0c16-4f35-8eed-049f6b5b2c60</RequestID></ItemLookupErrorResponse>
29
+ http_version: "1.1"
@@ -0,0 +1,27 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=1KQ3TQHXVQ54ZSYSCVG2&IdType=ASIN&ItemId=0816614024,0143105825&Operation=ItemLookup&ResponseGroup=ItemAttributes,OfferFull&Service=AWSECommerceService&Signature=NnZnEI1fzEIty7lLTgwCpidv/B1PVPnJ6kgXWuUBoQQ=&Timestamp=2010-10-28T05:38:19Z&Version=2010-09-01
6
+ body:
7
+ headers: {}
8
+
9
+ response: !ruby/struct:VCR::Response
10
+ status: !ruby/struct:VCR::ResponseStatus
11
+ code: 200
12
+ message: OK
13
+ headers:
14
+ date:
15
+ - Thu, 28 Oct 2010 05:38:19 GMT
16
+ server:
17
+ - Server
18
+ content-type:
19
+ - text/xml;charset=UTF-8
20
+ vary:
21
+ - Accept-Encoding,User-Agent
22
+ nncoection:
23
+ - close
24
+ transfer-encoding:
25
+ - chunked
26
+ body: "<?xml version=\"1.0\" ?><ItemLookupResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><RequestId>87c40af4-57d8-46bf-b3b2-00a385a3fcdf</RequestId><Arguments><Argument Name=\"Operation\" Value=\"ItemLookup\"></Argument><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"Signature\" Value=\"NnZnEI1fzEIty7lLTgwCpidv/B1PVPnJ6kgXWuUBoQQ=\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument><Argument Name=\"ItemId\" Value=\"0816614024,0143105825\"></Argument><Argument Name=\"IdType\" Value=\"ASIN\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"1KQ3TQHXVQ54ZSYSCVG2\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-10-28T05:38:19Z\"></Argument><Argument Name=\"ResponseGroup\" Value=\"ItemAttributes,OfferFull\"></Argument></Arguments><RequestProcessingTime>0.0451670000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>Amazon</MerchantId><OfferPage>1</OfferPage><ItemId>0816614024</ItemId><ItemId>0143105825</ItemId><ResponseGroup>ItemAttributes</ResponseGroup><ResponseGroup>OfferFull</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>0816614024</ASIN><DetailPageURL>http://www.amazon.com/Thousand-Plateaus-Capitalism-Schizophrenia/dp/0816614024%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816614024</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Thousand-Plateaus-Capitalism-Schizophrenia/dp/tech-data/0816614024%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816614024%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816614024%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816614024%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>Felix Guattari</Author><Author>Brian Massumi</Author><Binding>Paperback</Binding><DeweyDecimalNumber>194</DeweyDecimalNumber><EAN>9780816614028</EAN><ISBN>0816614024</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>University of Minnesota Press</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$25.00</FormattedPrice></ListPrice><Manufacturer>University of Minnesota Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>610</NumberOfPages><PackageDimensions><Height Units=\"hundredths-inches\">135</Height><Length Units=\"hundredths-inches\">899</Length><Weight Units=\"hundredths-pounds\">183</Weight><Width Units=\"hundredths-inches\">608</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>1987-12</PublicationDate><Publisher>University of Minnesota Press</Publisher><Studio>University of Minnesota Press</Studio><Title>A Thousand Plateaus: Capitalism and Schizophrenia</Title><TradeInValue><Amount>722</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.22</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1399</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.99</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>5000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$50.00</FormattedPrice></LowestCollectiblePrice><TotalNew>25</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>1</TotalOffers><TotalOfferPages>1</TotalOfferPages><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>8o1FWSCTfA8jU%2FkXRnG6zDOYOFpc6jpTKGmMlyY7Zejv6sxW1tUPiWVTBz%2BhZ%2BRHM4iNFuvJ4ggzo8X%2BiXzlHw%3D%3D</OfferListingId><Price><Amount>1800</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.00</FormattedPrice></Price><AmountSaved><Amount>700</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.00</FormattedPrice></AmountSaved><PercentageSaved>28</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item><Item><ASIN>0143105825</ASIN><DetailPageURL>http://www.amazon.com/Anti-Oedipus-Capitalism-Schizophrenia-Penguin-Classics/dp/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0143105825</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Anti-Oedipus-Capitalism-Schizophrenia-Penguin-Classics/dp/tech-data/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0143105825%26SubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0143105825%3FSubscriptionId%3D1KQ3TQHXVQ54ZSYSCVG2%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0143105825</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Author>Felix Guattari</Author><Binding>Paperback</Binding><Creator Role=\"Translator\">Robert Hurley</Creator><Creator Role=\"Translator\">Mark Seem</Creator><Creator Role=\"Introduction\">Mark Seem</Creator><Creator Role=\"Translator\">Helen Lane</Creator><Creator Role=\"Preface\">Michel Foucault</Creator><DeweyDecimalNumber>616</DeweyDecimalNumber><EAN>9780143105824</EAN><Feature>ISBN13: 9780143105824</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND NEW FROM PUBLISHER! BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed</Feature><ISBN>0143105825</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Penguin Classics</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.00</FormattedPrice></ListPrice><Manufacturer>Penguin Classics</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>432</NumberOfPages><PackageDimensions><Height Units=\"hundredths-inches\">118</Height><Length Units=\"hundredths-inches\">819</Length><Weight Units=\"hundredths-pounds\">79</Weight><Width Units=\"hundredths-inches\">543</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-05-26</PublicationDate><Publisher>Penguin Classics</Publisher><Studio>Penguin Classics</Studio><Title>Anti-Oedipus: Capitalism and Schizophrenia (Penguin Classics)</Title><TradeInValue><Amount>260</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.60</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1192</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$11.92</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>15000</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$150.00</FormattedPrice></LowestCollectiblePrice><TotalNew>27</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>1</TotalOffers><TotalOfferPages>1</TotalOfferPages><Offer><Merchant><MerchantId>ATVPDKIKX0DER</MerchantId><Name>Amazon.com</Name><GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>BXlNHZ1bH7l8JOcNdfhmYz%2FMK1r1TYPNGW62wsXU9WiBxz9GBEqDVXYNuXz86ZBjyoh%2Bt%2FLB5qrNJVUfUBI3Sg%3D%3D</OfferListingId><Price><Amount>1496</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.96</FormattedPrice></Price><AmountSaved><Amount>704</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.04</FormattedPrice></AmountSaved><PercentageSaved>32</PercentageSaved><Availability>Usually ships in 24 hours</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item></Items></ItemLookupResponse>"
27
+ http_version: "1.1"
@@ -1,27 +1,35 @@
1
1
  require "spec_helper"
2
2
 
3
3
  module Sucker
4
- describe "Alternate versions" do
5
- use_vcr_cassette "integration/alternate_versions", :record => :new_episodes
6
-
7
- let(:worker) do
8
- worker = Sucker.new(
9
- :locale => "uk",
10
- :key => amazon["key"],
11
- :secret => amazon["secret"])
12
- worker << {
13
- "Operation" => "ItemLookup",
14
- "IdType" => "ASIN",
15
- "ResponseGroup" => "AlternateVersions",
16
- "ItemId" => "0141044012" }
17
- worker
18
- end
19
4
 
20
- it "returns alternate versions" do
21
- response = worker.get
22
- alternate_versions = response.find("AlternateVersion")
23
- alternate_versions.should be_an_instance_of Array
24
- alternate_versions.first.should have_key "ASIN"
5
+ describe "Item lookup" do
6
+
7
+ context "when response group includes alternate versions" do
8
+
9
+ use_vcr_cassette "integration/alternate_versions", :record => :new_episodes
10
+
11
+ let(:worker) do
12
+ worker = Sucker.new(
13
+ :locale => "uk",
14
+ :key => amazon["key"],
15
+ :secret => amazon["secret"])
16
+ worker << {
17
+ "Operation" => "ItemLookup",
18
+ "IdType" => "ASIN",
19
+ "ResponseGroup" => "AlternateVersions",
20
+ "ItemId" => "0141044012" }
21
+ worker
22
+ end
23
+
24
+ it "returns alternate versions" do
25
+ response = worker.get
26
+ alternate_versions = response.find("AlternateVersion")
27
+ alternate_versions.should be_an_instance_of Array
28
+ alternate_versions.first.should have_key "ASIN"
29
+ end
30
+
25
31
  end
32
+
26
33
  end
34
+
27
35
  end
@@ -0,0 +1,843 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 37
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 65
26
+ 49
27
+ 3
28
+ 2
29
+ 13
30
+ 99
31
+ 12
32
+ 7
33
+ 4
34
+ 12
35
+ 7
36
+ 5
37
+ 12
38
+ 65
39
+ 12
40
+ 49
41
+ 6
42
+ 4
43
+ 15
44
+ 49
45
+ 4
46
+ 0
47
+ 15
48
+ 2
49
+ 11
50
+ I
51
+ 6
52
+ I
53
+ 0
54
+ I
55
+ 0
56
+ I
57
+ 0
58
+ n
59
+ p
60
+ 7
61
+ s
62
+ 11
63
+ spec_helper
64
+ x
65
+ 7
66
+ require
67
+ x
68
+ 6
69
+ Sucker
70
+ x
71
+ 11
72
+ open_module
73
+ x
74
+ 15
75
+ __module_init__
76
+ M
77
+ 1
78
+ n
79
+ n
80
+ x
81
+ 6
82
+ Sucker
83
+ i
84
+ 13
85
+ 5
86
+ 66
87
+ 5
88
+ 7
89
+ 0
90
+ 64
91
+ 56
92
+ 1
93
+ 47
94
+ 50
95
+ 2
96
+ 1
97
+ 11
98
+ I
99
+ 3
100
+ I
101
+ 0
102
+ I
103
+ 0
104
+ I
105
+ 0
106
+ n
107
+ p
108
+ 3
109
+ s
110
+ 11
111
+ Item lookup
112
+ M
113
+ 1
114
+ p
115
+ 2
116
+ x
117
+ 9
118
+ for_block
119
+ t
120
+ n
121
+ x
122
+ 6
123
+ Sucker
124
+ i
125
+ 11
126
+ 5
127
+ 7
128
+ 0
129
+ 64
130
+ 56
131
+ 1
132
+ 47
133
+ 50
134
+ 2
135
+ 1
136
+ 11
137
+ I
138
+ 4
139
+ I
140
+ 0
141
+ I
142
+ 0
143
+ I
144
+ 0
145
+ I
146
+ -2
147
+ p
148
+ 3
149
+ s
150
+ 47
151
+ when response group includes alternate versions
152
+ M
153
+ 1
154
+ p
155
+ 2
156
+ x
157
+ 9
158
+ for_block
159
+ t
160
+ n
161
+ x
162
+ 6
163
+ Sucker
164
+ i
165
+ 46
166
+ 5
167
+ 7
168
+ 0
169
+ 64
170
+ 44
171
+ 43
172
+ 1
173
+ 79
174
+ 49
175
+ 2
176
+ 1
177
+ 13
178
+ 7
179
+ 3
180
+ 7
181
+ 4
182
+ 49
183
+ 5
184
+ 2
185
+ 15
186
+ 47
187
+ 49
188
+ 6
189
+ 2
190
+ 15
191
+ 5
192
+ 7
193
+ 7
194
+ 56
195
+ 8
196
+ 47
197
+ 50
198
+ 9
199
+ 1
200
+ 15
201
+ 5
202
+ 7
203
+ 10
204
+ 64
205
+ 56
206
+ 11
207
+ 47
208
+ 50
209
+ 12
210
+ 1
211
+ 11
212
+ I
213
+ 7
214
+ I
215
+ 0
216
+ I
217
+ 0
218
+ I
219
+ 0
220
+ I
221
+ -2
222
+ p
223
+ 13
224
+ s
225
+ 30
226
+ integration/alternate_versions
227
+ x
228
+ 4
229
+ Hash
230
+ x
231
+ 16
232
+ new_from_literal
233
+ x
234
+ 6
235
+ record
236
+ x
237
+ 12
238
+ new_episodes
239
+ x
240
+ 3
241
+ []=
242
+ x
243
+ 16
244
+ use_vcr_cassette
245
+ x
246
+ 6
247
+ worker
248
+ M
249
+ 1
250
+ p
251
+ 2
252
+ x
253
+ 9
254
+ for_block
255
+ t
256
+ n
257
+ x
258
+ 6
259
+ Sucker
260
+ i
261
+ 188
262
+ 45
263
+ 0
264
+ 1
265
+ 13
266
+ 71
267
+ 2
268
+ 47
269
+ 9
270
+ 71
271
+ 47
272
+ 49
273
+ 3
274
+ 0
275
+ 13
276
+ 44
277
+ 43
278
+ 4
279
+ 4
280
+ 3
281
+ 49
282
+ 5
283
+ 1
284
+ 13
285
+ 7
286
+ 6
287
+ 7
288
+ 7
289
+ 64
290
+ 49
291
+ 8
292
+ 2
293
+ 15
294
+ 13
295
+ 7
296
+ 9
297
+ 5
298
+ 48
299
+ 10
300
+ 7
301
+ 11
302
+ 64
303
+ 49
304
+ 12
305
+ 1
306
+ 49
307
+ 8
308
+ 2
309
+ 15
310
+ 13
311
+ 7
312
+ 13
313
+ 5
314
+ 48
315
+ 10
316
+ 7
317
+ 14
318
+ 64
319
+ 49
320
+ 12
321
+ 1
322
+ 49
323
+ 8
324
+ 2
325
+ 15
326
+ 47
327
+ 49
328
+ 15
329
+ 1
330
+ 15
331
+ 8
332
+ 124
333
+ 44
334
+ 43
335
+ 4
336
+ 4
337
+ 3
338
+ 49
339
+ 5
340
+ 1
341
+ 13
342
+ 7
343
+ 6
344
+ 7
345
+ 7
346
+ 64
347
+ 49
348
+ 8
349
+ 2
350
+ 15
351
+ 13
352
+ 7
353
+ 9
354
+ 5
355
+ 48
356
+ 10
357
+ 7
358
+ 11
359
+ 64
360
+ 49
361
+ 12
362
+ 1
363
+ 49
364
+ 8
365
+ 2
366
+ 15
367
+ 13
368
+ 7
369
+ 13
370
+ 5
371
+ 48
372
+ 10
373
+ 7
374
+ 14
375
+ 64
376
+ 49
377
+ 12
378
+ 1
379
+ 49
380
+ 8
381
+ 2
382
+ 15
383
+ 49
384
+ 2
385
+ 1
386
+ 19
387
+ 0
388
+ 15
389
+ 20
390
+ 0
391
+ 44
392
+ 43
393
+ 4
394
+ 4
395
+ 4
396
+ 49
397
+ 5
398
+ 1
399
+ 13
400
+ 7
401
+ 16
402
+ 64
403
+ 7
404
+ 17
405
+ 64
406
+ 49
407
+ 8
408
+ 2
409
+ 15
410
+ 13
411
+ 7
412
+ 18
413
+ 64
414
+ 7
415
+ 19
416
+ 64
417
+ 49
418
+ 8
419
+ 2
420
+ 15
421
+ 13
422
+ 7
423
+ 20
424
+ 64
425
+ 7
426
+ 21
427
+ 64
428
+ 49
429
+ 8
430
+ 2
431
+ 15
432
+ 13
433
+ 7
434
+ 22
435
+ 64
436
+ 7
437
+ 23
438
+ 64
439
+ 49
440
+ 8
441
+ 2
442
+ 15
443
+ 49
444
+ 24
445
+ 1
446
+ 15
447
+ 20
448
+ 0
449
+ 11
450
+ I
451
+ 9
452
+ I
453
+ 1
454
+ I
455
+ 0
456
+ I
457
+ 0
458
+ I
459
+ -2
460
+ p
461
+ 25
462
+ x
463
+ 6
464
+ Sucker
465
+ n
466
+ x
467
+ 3
468
+ new
469
+ x
470
+ 8
471
+ allocate
472
+ x
473
+ 4
474
+ Hash
475
+ x
476
+ 16
477
+ new_from_literal
478
+ x
479
+ 6
480
+ locale
481
+ s
482
+ 2
483
+ uk
484
+ x
485
+ 3
486
+ []=
487
+ x
488
+ 3
489
+ key
490
+ x
491
+ 6
492
+ amazon
493
+ s
494
+ 3
495
+ key
496
+ x
497
+ 2
498
+ []
499
+ x
500
+ 6
501
+ secret
502
+ s
503
+ 6
504
+ secret
505
+ x
506
+ 10
507
+ initialize
508
+ s
509
+ 9
510
+ Operation
511
+ s
512
+ 10
513
+ ItemLookup
514
+ s
515
+ 6
516
+ IdType
517
+ s
518
+ 4
519
+ ASIN
520
+ s
521
+ 13
522
+ ResponseGroup
523
+ s
524
+ 17
525
+ AlternateVersions
526
+ s
527
+ 6
528
+ ItemId
529
+ s
530
+ 10
531
+ 0141044012
532
+ x
533
+ 2
534
+ <<
535
+ p
536
+ 33
537
+ I
538
+ 0
539
+ I
540
+ b
541
+ I
542
+ 0
543
+ I
544
+ c
545
+ I
546
+ e
547
+ I
548
+ f
549
+ I
550
+ 17
551
+ I
552
+ d
553
+ I
554
+ 21
555
+ I
556
+ e
557
+ I
558
+ 31
559
+ I
560
+ f
561
+ I
562
+ 50
563
+ I
564
+ d
565
+ I
566
+ 5a
567
+ I
568
+ e
569
+ I
570
+ 6a
571
+ I
572
+ f
573
+ I
574
+ 7f
575
+ I
576
+ 10
577
+ I
578
+ 81
579
+ I
580
+ 14
581
+ I
582
+ 8a
583
+ I
584
+ 11
585
+ I
586
+ 95
587
+ I
588
+ 12
589
+ I
590
+ a0
591
+ I
592
+ 13
593
+ I
594
+ ab
595
+ I
596
+ 14
597
+ I
598
+ b9
599
+ I
600
+ 15
601
+ I
602
+ bc
603
+ x
604
+ 66
605
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
606
+ p
607
+ 1
608
+ x
609
+ 6
610
+ worker
611
+ x
612
+ 3
613
+ let
614
+ s
615
+ 26
616
+ returns alternate versions
617
+ M
618
+ 1
619
+ p
620
+ 2
621
+ x
622
+ 9
623
+ for_block
624
+ t
625
+ n
626
+ x
627
+ 6
628
+ Sucker
629
+ i
630
+ 51
631
+ 5
632
+ 48
633
+ 0
634
+ 49
635
+ 1
636
+ 0
637
+ 19
638
+ 0
639
+ 15
640
+ 20
641
+ 0
642
+ 7
643
+ 2
644
+ 64
645
+ 49
646
+ 3
647
+ 1
648
+ 19
649
+ 1
650
+ 15
651
+ 20
652
+ 1
653
+ 5
654
+ 45
655
+ 4
656
+ 5
657
+ 47
658
+ 49
659
+ 6
660
+ 1
661
+ 49
662
+ 7
663
+ 1
664
+ 15
665
+ 20
666
+ 1
667
+ 49
668
+ 8
669
+ 0
670
+ 5
671
+ 7
672
+ 9
673
+ 64
674
+ 47
675
+ 49
676
+ 10
677
+ 1
678
+ 49
679
+ 7
680
+ 1
681
+ 11
682
+ I
683
+ 6
684
+ I
685
+ 2
686
+ I
687
+ 0
688
+ I
689
+ 0
690
+ I
691
+ -2
692
+ p
693
+ 11
694
+ x
695
+ 6
696
+ worker
697
+ x
698
+ 3
699
+ get
700
+ s
701
+ 16
702
+ AlternateVersion
703
+ x
704
+ 4
705
+ find
706
+ x
707
+ 5
708
+ Array
709
+ n
710
+ x
711
+ 17
712
+ be_an_instance_of
713
+ x
714
+ 6
715
+ should
716
+ x
717
+ 5
718
+ first
719
+ s
720
+ 4
721
+ ASIN
722
+ x
723
+ 8
724
+ have_key
725
+ p
726
+ 11
727
+ I
728
+ 0
729
+ I
730
+ 18
731
+ I
732
+ 0
733
+ I
734
+ 19
735
+ I
736
+ 9
737
+ I
738
+ 1a
739
+ I
740
+ 14
741
+ I
742
+ 1b
743
+ I
744
+ 22
745
+ I
746
+ 1c
747
+ I
748
+ 33
749
+ x
750
+ 66
751
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
752
+ p
753
+ 2
754
+ x
755
+ 8
756
+ response
757
+ x
758
+ 18
759
+ alternate_versions
760
+ x
761
+ 2
762
+ it
763
+ p
764
+ 9
765
+ I
766
+ 0
767
+ I
768
+ 7
769
+ I
770
+ 0
771
+ I
772
+ 9
773
+ I
774
+ 19
775
+ I
776
+ b
777
+ I
778
+ 23
779
+ I
780
+ 18
781
+ I
782
+ 2e
783
+ x
784
+ 66
785
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
786
+ p
787
+ 0
788
+ x
789
+ 7
790
+ context
791
+ p
792
+ 5
793
+ I
794
+ 0
795
+ I
796
+ 5
797
+ I
798
+ 0
799
+ I
800
+ 7
801
+ I
802
+ b
803
+ x
804
+ 66
805
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
806
+ p
807
+ 0
808
+ x
809
+ 8
810
+ describe
811
+ p
812
+ 3
813
+ I
814
+ 2
815
+ I
816
+ 5
817
+ I
818
+ d
819
+ x
820
+ 66
821
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
822
+ p
823
+ 0
824
+ x
825
+ 13
826
+ attach_method
827
+ p
828
+ 5
829
+ I
830
+ 0
831
+ I
832
+ 1
833
+ I
834
+ 9
835
+ I
836
+ 3
837
+ I
838
+ 25
839
+ x
840
+ 66
841
+ /Users/snl/code/sucker/spec/integration/alternate_versions_spec.rb
842
+ p
843
+ 0