CREATE TABLE `ads` (
  `left_ads` longtext NOT NULL,
  `right_ads` longtext NOT NULL,
  `top_ads` longtext NOT NULL,
  `bottom_ads` longtext NOT NULL
) ;**####**

INSERT INTO `ads` VALUES 
('', '', '', '');**####**



CREATE TABLE `categories` (
  `title` varchar(255) NOT NULL default '',
  `keywords` varchar(255) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  `content` text NOT NULL,
  `id` int(11) NOT NULL auto_increment,
  `cat_id` int(11) NOT NULL default '0',
  `cat_name` varchar(255) NOT NULL default '',
  `file_name` varchar(255) NOT NULL default '',
  `parent_id` int(11) NOT NULL default '0',
  `query` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `cat_name` (`cat_name`)
) AUTO_INCREMENT=1000001 ;**####**


INSERT INTO `categories` VALUES 
('', '', '', '', 1000000, 0, 'eBay', 'eBay', 0, ''),
('', '', '', '', 353, 353, 'Antiques', 'Antiques', 0, ''),
('', '', '', '', 13851, 13851, 'Antique Clocks', 'Antique-Clocks', 353, ''),
('', '', '', '', 100904, 100904, 'Bracket Clocks', 'Bracket-Clocks', 13851, ''),
('', '', '', '', 66840, 66840, 'Pre-1900', 'Pre-1900', 100904, ''),
('', '', '', '', 96762, 96762, 'Post-1900', 'Post-1900', 100904, ''),
('', '', '', '', 13850, 13850, 'Cuckoo Clocks', 'Cuckoo-Clocks', 13851, ''),
('', '', '', '', 100905, 100905, 'Longcase/ Grandfather Clocks', 'Longcase-Grandfather-Clocks', 13851, ''),
('', '', '', '', 60249, 60249, 'Pre-1900', 'Pre-1900', 100905, ''),
('', '', '', '', 96763, 96763, 'Post-1900', 'Post-1900', 100905, ''),
('', '', '', '', 100906, 100906, 'Mantel/ Carriage Clocks', 'Mantel-Carriage-Clocks', 13851, ''),
('', '', '', '', 60248, 60248, 'Pre-1900', 'Pre-1900', 100906, ''),
('', '', '', '', 96764, 96764, 'Post-1900', 'Post-1900', 100906, ''),
('', '', '', '', 100907, 100907, 'Wall Clocks', 'Wall-Clocks', 13851, ''),
('', '', '', '', 60250, 60250, 'Pre-1900', 'Pre-1900', 100907, ''),
('', '', '', '', 96765, 96765, 'Post-1900', 'Post-1900', 100907, ''),
('', '', '', '', 112089, 112089, 'Clock Parts', 'Clock-Parts', 13851, ''),
('', '', '', '', 100908, 100908, 'Other Antique Clocks', 'Other-Antique-Clocks', 13851, ''),
('', '', '', '', 3929, 3929, 'Pre-1900', 'Pre-1900', 100908, ''),
('', '', '', '', 96766, 96766, 'Post-1900', 'Post-1900', 100908, ''),
('', '', '', '', 20091, 20091, 'Antique Furniture', 'Antique-Furniture', 353, ''),
('', '', '', '', 98436, 98436, 'Armoires/ Wardrobes', 'Armoires-Wardrobes', 20091, ''),
('', '', '', '', 98437, 98437, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98436, ''),
('', '', '', '', 60275, 60275, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98436, ''),
('', '', '', '', 121481, 121481, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98436, ''),
('', '', '', '', 66858, 66858, '20th Century', '20th-Century', 98436, ''),
('', '', '', '', 130929, 130929, 'Reproduction Arms./ Wardrobes', 'Reproduction-Arms-Wardrobes', 98436, ''),
('', '', '', '', 63549, 63549, 'Beds', 'Beds', 20091, ''),
('', '', '', '', 63552, 63552, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63549, ''),
('', '', '', '', 63550, 63550, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63549, ''),
('', '', '', '', 121473, 121473, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63549, ''),
('', '', '', '', 63551, 63551, '20th Century', '20th-Century', 63549, ''),
('', '', '', '', 130921, 130921, 'Reproduction Beds', 'Reproduction-Beds', 63549, ''),
('', '', '', '', 63553, 63553, 'Benches/ Stools', 'Benches-Stools', 20091, ''),
('', '', '', '', 63554, 63554, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63553, ''),
('', '', '', '', 63555, 63555, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63553, ''),
('', '', '', '', 121474, 121474, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63553, ''),
('', '', '', '', 63556, 63556, '20th Century', '20th-Century', 63553, ''),
('', '', '', '', 130922, 130922, 'Reproduction Benches/ Stools', 'Reproduction-Benches-Stools', 63553, ''),
('', '', '', '', 63557, 63557, 'Bookcases', 'Bookcases', 20091, ''),
('', '', '', '', 63558, 63558, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63557, ''),
('', '', '', '', 63559, 63559, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63557, ''),
('', '', '', '', 121475, 121475, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63557, ''),
('', '', '', '', 63560, 63560, '20th Century', '20th-Century', 63557, ''),
('', '', '', '', 130923, 130923, 'Reproduction Bookcases', 'Reproduction-Bookcases', 63557, ''),
('', '', '', '', 98430, 98430, 'Boxes/ Chests', 'Boxes-Chests', 20091, ''),
('', '', '', '', 98431, 98431, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98430, ''),
('', '', '', '', 66842, 66842, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98430, ''),
('', '', '', '', 121476, 121476, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98430, ''),
('', '', '', '', 66854, 66854, '20th Century', '20th-Century', 98430, ''),
('', '', '', '', 130924, 130924, 'Reproduction Boxes/ Chests', 'Reproduction-Boxes-Chests', 98430, ''),
('', '', '', '', 98432, 98432, 'Bureaux', 'Bureaux', 20091, ''),
('', '', '', '', 98433, 98433, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98432, ''),
('', '', '', '', 96755, 96755, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98432, ''),
('', '', '', '', 121477, 121477, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98432, ''),
('', '', '', '', 96758, 96758, '20th Century', '20th-Century', 98432, ''),
('', '', '', '', 130925, 130925, 'Reproduction Bureaux', 'Reproduction-Bureaux', 98432, ''),
('', '', '', '', 63561, 63561, 'Cabinets', 'Cabinets', 20091, ''),
('', '', '', '', 63562, 63562, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63561, ''),
('', '', '', '', 63563, 63563, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63561, ''),
('', '', '', '', 121478, 121478, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63561, ''),
('', '', '', '', 63564, 63564, '20th Century', '20th-Century', 63561, ''),
('', '', '', '', 130926, 130926, 'Reproduction Cabinets', 'Reproduction-Cabinets', 63561, ''),
('', '', '', '', 63565, 63565, 'Chairs', 'Chairs', 20091, ''),
('', '', '', '', 63566, 63566, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63565, ''),
('', '', '', '', 63567, 63567, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63565, ''),
('', '', '', '', 121479, 121479, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63565, ''),
('', '', '', '', 63568, 63568, '20th Century', '20th-Century', 63565, ''),
('', '', '', '', 130927, 130927, 'Reproduction Chairs', 'Reproduction-Chairs', 63565, ''),
('', '', '', '', 98434, 98434, 'Chests of Drawers', 'Chests-of-Drawers', 20091, ''),
('', '', '', '', 98435, 98435, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98434, ''),
('', '', '', '', 66844, 66844, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98434, ''),
('', '', '', '', 121480, 121480, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98434, ''),
('', '', '', '', 66857, 66857, '20th Century', '20th-Century', 98434, ''),
('', '', '', '', 130928, 130928, 'Reproduction Chests of Drawers', 'Reproduction-Chests-of-Drawers', 98434, ''),
('', '', '', '', 100925, 100925, 'Coffers', 'Coffers', 20091, ''),
('', '', '', '', 63569, 63569, 'Desks', 'Desks', 20091, ''),
('', '', '', '', 63570, 63570, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63569, ''),
('', '', '', '', 63571, 63571, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63569, ''),
('', '', '', '', 121482, 121482, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63569, ''),
('', '', '', '', 63572, 63572, '20th Century', '20th-Century', 63569, ''),
('', '', '', '', 130930, 130930, 'Reproduction Desks', 'Reproduction-Desks', 63569, ''),
('', '', '', '', 63577, 63577, 'Dressers', 'Dressers', 20091, ''),
('', '', '', '', 63578, 63578, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63577, ''),
('', '', '', '', 63579, 63579, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63577, ''),
('', '', '', '', 121483, 121483, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63577, ''),
('', '', '', '', 63580, 63580, '20th Century', '20th-Century', 63577, ''),
('', '', '', '', 130931, 130931, 'Reproduction Dressers', 'Reproduction-Dressers', 63577, ''),
('', '', '', '', 98438, 98438, 'Dressing Tables', 'Dressing-Tables', 20091, ''),
('', '', '', '', 98439, 98439, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98438, ''),
('', '', '', '', 96756, 96756, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98438, ''),
('', '', '', '', 121484, 121484, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98438, ''),
('', '', '', '', 96759, 96759, '20th Century', '20th-Century', 98438, ''),
('', '', '', '', 130932, 130932, 'Reproduction Dressing Tables', 'Reproduction-Dressing-Tables', 98438, ''),
('', '', '', '', 98440, 98440, 'Lamps', 'Lamps', 20091, ''),
('', '', '', '', 98441, 98441, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98440, ''),
('', '', '', '', 63547, 63547, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98440, ''),
('', '', '', '', 121488, 121488, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98440, ''),
('', '', '', '', 66861, 66861, '20th Century', '20th-Century', 98440, ''),
('', '', '', '', 130933, 130933, 'Reproduction Lamps', 'Reproduction-Lamps', 98440, ''),
('', '', '', '', 98442, 98442, 'Mirrors', 'Mirrors', 20091, ''),
('', '', '', '', 98443, 98443, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98442, ''),
('', '', '', '', 20089, 20089, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98442, ''),
('', '', '', '', 121489, 121489, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98442, ''),
('', '', '', '', 79951, 79951, '20th Century', '20th-Century', 98442, ''),
('', '', '', '', 130934, 130934, 'Reproduction Mirrors', 'Reproduction-Mirrors', 98442, ''),
('', '', '', '', 98444, 98444, 'Sideboards', 'Sideboards', 20091, ''),
('', '', '', '', 98445, 98445, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 98444, ''),
('', '', '', '', 66848, 66848, 'Victorian (1837-1901)', 'Victorian-1837-1901', 98444, ''),
('', '', '', '', 121490, 121490, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 98444, ''),
('', '', '', '', 66862, 66862, '20th Century', '20th-Century', 98444, ''),
('', '', '', '', 130935, 130935, 'Reproduction Sideboards', 'Reproduction-Sideboards', 98444, ''),
('', '', '', '', 63581, 63581, 'Sofas/ Chaises', 'Sofas-Chaises', 20091, ''),
('', '', '', '', 63582, 63582, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63581, ''),
('', '', '', '', 63583, 63583, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63581, ''),
('', '', '', '', 121485, 121485, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63581, ''),
('', '', '', '', 63584, 63584, '20th Century', '20th-Century', 63581, ''),
('', '', '', '', 130948, 130948, 'Reproduction Sofas/ Chaises', 'Reproduction-Sofas-Chaises', 63581, ''),
('', '', '', '', 96757, 96757, 'Stands', 'Stands', 20091, ''),
('', '', '', '', 63585, 63585, 'Tables', 'Tables', 20091, ''),
('', '', '', '', 63586, 63586, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63585, ''),
('', '', '', '', 63587, 63587, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63585, ''),
('', '', '', '', 121486, 121486, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63585, ''),
('', '', '', '', 63588, 63588, '20th Century', '20th-Century', 63585, ''),
('', '', '', '', 130949, 130949, 'Reproduction Tables', 'Reproduction-Tables', 63585, ''),
('', '', '', '', 63589, 63589, 'Other Antique Furniture', 'Other-Antique-Furniture', 20091, ''),
('', '', '', '', 63590, 63590, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 63589, ''),
('', '', '', '', 63591, 63591, 'Victorian (1837-1901)', 'Victorian-1837-1901', 63589, ''),
('', '', '', '', 121487, 121487, 'Edwardian (1901-1910)', 'Edwardian-1901-1910', 63589, ''),
('', '', '', '', 63592, 63592, '20th Century', '20th-Century', 63589, ''),
('', '', '', '', 130950, 130950, 'Other Reproduction Furniture', 'Other-Reproduction-Furniture', 63589, ''),
('', '', '', '', 37903, 37903, 'Antiquities', 'Antiquities', 353, ''),
('', '', '', '', 37908, 37908, 'Americas', 'Americas', 37903, ''),
('', '', '', '', 60201, 60201, 'British', 'British', 37903, ''),
('', '', '', '', 66833, 66833, 'Chinese', 'Chinese', 37903, ''),
('', '', '', '', 37905, 37905, 'Egyptian', 'Egyptian', 37903, ''),
('', '', '', '', 91100, 91100, 'European', 'European', 37903, ''),
('', '', '', '', 37906, 37906, 'Greek', 'Greek', 37903, ''),
('', '', '', '', 105882, 105882, 'Irish', 'Irish', 37903, ''),
('', '', '', '', 91101, 91101, 'Near Eastern', 'Near-Eastern', 37903, ''),
('', '', '', '', 66834, 66834, 'Prehistoric', 'Prehistoric', 37903, ''),
('', '', '', '', 37907, 37907, 'Roman', 'Roman', 37903, ''),
('', '', '', '', 91102, 91102, 'Russian', 'Russian', 37903, ''),
('', '', '', '', 91103, 91103, 'Scandinavian', 'Scandinavian', 37903, ''),
('', '', '', '', 73464, 73464, 'Other Antiquities', 'Other-Antiquities', 37903, ''),
('', '', '', '', 4707, 4707, 'Architectural Antiques', 'Architectural-Antiques', 353, ''),
('', '', '', '', 63516, 63516, 'Chandeliers', 'Chandeliers', 4707, ''),
('', '', '', '', 37910, 37910, 'Doors', 'Doors', 4707, ''),
('', '', '', '', 37912, 37912, 'Door Bells/ Knockers', 'Door-Bells-Knockers', 4707, ''),
('', '', '', '', 37914, 37914, 'Door Knobs/ Handles', 'Door-Knobs-Handles', 4707, ''),
('', '', '', '', 63518, 63518, 'Fireplaces', 'Fireplaces', 4707, ''),
('', '', '', '', 4708, 4708, 'Garden', 'Garden', 4707, ''),
('', '', '', '', 66637, 66637, 'Hardware/ Home', 'Hardware-Home', 4707, ''),
('', '', '', '', 37913, 37913, 'Hooks/ Brackets', 'Hooks-Brackets', 4707, ''),
('', '', '', '', 121472, 121472, 'Light Switches', 'Light-Switches', 4707, ''),
('', '', '', '', 37915, 37915, 'Locks/ Keys', 'Locks-Keys', 4707, ''),
('', '', '', '', 100901, 100901, 'Plaques', 'Plaques', 4707, ''),
('', '', '', '', 63519, 63519, 'Signs', 'Signs', 4707, ''),
('', '', '', '', 4771, 4771, 'Stained Glass', 'Stained-Glass', 4707, ''),
('', '', '', '', 112084, 112084, 'Stair/ Carpet Rods', 'Stair-Carpet-Rods', 4707, ''),
('', '', '', '', 37917, 37917, 'Tiles', 'Tiles', 4707, ''),
('', '', '', '', 37918, 37918, 'Weathervanes/ Lightning Rods', 'Weathervanes-Lightning-Rods', 4707, ''),
('', '', '', '', 63520, 63520, 'Windows/ Sashes/ Locks', 'Windows-Sashes-Locks', 4707, ''),
('', '', '', '', 1207, 1207, 'Other Architectural Antiques', 'Other-Architectural-Antiques', 4707, ''),
('', '', '', '', 20082, 20082, 'Asian/ Oriental Antiques', 'Asian-Oriental-Antiques', 353, ''),
('', '', '', '', 37919, 37919, 'Chinese', 'Chinese', 20082, ''),
('', '', '', '', 37920, 37920, 'Baskets', 'Baskets', 37919, ''),
('', '', '', '', 37921, 37921, 'Bowls', 'Bowls', 37919, ''),
('', '', '', '', 37922, 37922, 'Boxes', 'Boxes', 37919, ''),
('', '', '', '', 60190, 60190, 'Buddhas', 'Buddhas', 37919, ''),
('', '', '', '', 37923, 37923, 'Cabinets', 'Cabinets', 37919, ''),
('', '', '', '', 37924, 37924, 'Chairs', 'Chairs', 37919, ''),
('', '', '', '', 37925, 37925, 'Chests', 'Chests', 37919, ''),
('', '', '', '', 37926, 37926, 'Glasses/ Cups', 'Glasses-Cups', 37919, ''),
('', '', '', '', 37927, 37927, 'Necklaces/ Pendants', 'Necklaces-Pendants', 37919, ''),
('', '', '', '', 96754, 96754, 'Ornaments', 'Ornaments', 37919, ''),
('', '', '', '', 38124, 38124, 'Paintings/ Scrolls', 'Paintings-Scrolls', 37919, ''),
('', '', '', '', 37928, 37928, 'Plates', 'Plates', 37919, ''),
('', '', '', '', 37929, 37929, 'Pots', 'Pots', 37919, ''),
('', '', '', '', 37930, 37930, 'Snuff Bottles', 'Snuff-Bottles', 37919, ''),
('', '', '', '', 37931, 37931, 'Statues', 'Statues', 37919, ''),
('', '', '', '', 37932, 37932, 'Tables', 'Tables', 37919, ''),
('', '', '', '', 100902, 100902, 'Textiles', 'Textiles', 37919, ''),
('', '', '', '', 37933, 37933, 'Vases', 'Vases', 37919, ''),
('', '', '', '', 66836, 66836, 'Cloisonne', 'Cloisonne', 37919, ''),
('', '', '', '', 66837, 66837, 'Ivory', 'Ivory', 37919, ''),
('', '', '', '', 27312, 27312, 'Jade/ Hardstone', 'Jade-Hardstone', 37919, ''),
('', '', '', '', 27316, 27316, 'Porcelain', 'Porcelain', 37919, ''),
('', '', '', '', 66838, 66838, 'Woodenware', 'Woodenware', 37919, ''),
('', '', '', '', 73465, 73465, 'Other Chinese', 'Other-Chinese', 37919, ''),
('', '', '', '', 60209, 60209, 'Indian', 'Indian', 20082, ''),
('', '', '', '', 116556, 116556, 'Islamic/ Middle Eastern', 'Islamic-Middle-Eastern', 20082, ''),
('', '', '', '', 37934, 37934, 'Japanese', 'Japanese', 20082, ''),
('', '', '', '', 37935, 37935, 'Bowls', 'Bowls', 37934, ''),
('', '', '', '', 37936, 37936, 'Boxes', 'Boxes', 37934, ''),
('', '', '', '', 112088, 112088, 'Buddhas', 'Buddhas', 37934, ''),
('', '', '', '', 37937, 37937, 'Glasses/ Cups', 'Glasses-Cups', 37934, ''),
('', '', '', '', 37938, 37938, 'Netsuke', 'Netsuke', 37934, ''),
('', '', '', '', 38125, 38125, 'Paintings/ Scrolls', 'Paintings-Scrolls', 37934, ''),
('', '', '', '', 37939, 37939, 'Plates', 'Plates', 37934, ''),
('', '', '', '', 27317, 27317, 'Porcelain', 'Porcelain', 37934, ''),
('', '', '', '', 38126, 38126, 'Prints', 'Prints', 37934, ''),
('', '', '', '', 66841, 66841, 'Swords', 'Swords', 37934, ''),
('', '', '', '', 100903, 100903, 'Textiles', 'Textiles', 37934, ''),
('', '', '', '', 37940, 37940, 'Vases', 'Vases', 37934, ''),
('', '', '', '', 91104, 91104, 'Cloisonne', 'Cloisonne', 37934, ''),
('', '', '', '', 73466, 73466, 'Other Japanese', 'Other-Japanese', 37934, ''),
('', '', '', '', 20085, 20085, 'South-East Asian', 'South-East-Asian', 20082, ''),
('', '', '', '', 79947, 79947, 'Tibetan', 'Tibetan', 20082, ''),
('', '', '', '', 2194, 2194, 'Other Asian/ Oriental Antiques', 'Other-Asian-Oriental-Antiques', 20082, ''),
('', '', '', '', 73468, 73468, 'Carpets/ Rugs', 'Carpets-Rugs', 353, ''),
('', '', '', '', 1208, 1208, 'Decorative Arts', 'Decorative-Arts', 353, ''),
('', '', '', '', 2207, 2207, 'Ethnographic Antiques', 'Ethnographic-Antiques', 353, ''),
('', '', '', '', 4171, 4171, 'African', 'African', 2207, ''),
('', '', '', '', 4170, 4170, 'Latin American', 'Latin-American', 2207, ''),
('', '', '', '', 4173, 4173, 'Native American', 'Native-American', 2207, ''),
('', '', '', '', 4172, 4172, 'Oceanian/ Australasian', 'Oceanian-Australasian', 2207, ''),
('', '', '', '', 2204, 2204, 'Other Ethnographic Antiques', 'Other-Ethnographic-Antiques', 2207, ''),
('', '', '', '', 2218, 2218, 'Fabric/ Textiles', 'Fabric-Textiles', 353, ''),
('', '', '', '', 20117, 20117, 'Embroidery', 'Embroidery', 2218, ''),
('', '', '', '', 73469, 73469, 'Fabric', 'Fabric', 2218, ''),
('', '', '', '', 2219, 2219, 'Lace/ Crochet/ Doilies', 'Lace-Crochet-Doilies', 2218, ''),
('', '', '', '', 2220, 2220, 'Linens', 'Linens', 2218, ''),
('', '', '', '', 63624, 63624, 'Pillows', 'Pillows', 2218, ''),
('', '', '', '', 2221, 2221, 'Quilts', 'Quilts', 2218, ''),
('', '', '', '', 2223, 2223, 'Samplers', 'Samplers', 2218, ''),
('', '', '', '', 2224, 2224, 'Tapestries', 'Tapestries', 2218, ''),
('', '', '', '', 362, 362, 'Other Fabric/ Textiles', 'Other-Fabric-Textiles', 2218, ''),
('', '', '', '', 356, 356, 'Manuscripts', 'Manuscripts', 353, ''),
('', '', '', '', 37958, 37958, 'Maps', 'Maps', 353, ''),
('', '', '', '', 98446, 98446, 'UK', 'UK', 37958, ''),
('', '', '', '', 121491, 121491, 'England', 'England', 98446, ''),
('', '', '', '', 63614, 63614, 'Pre-1900', 'Pre-1900', 121491, ''),
('', '', '', '', 93118, 93118, 'Post-1900', 'Post-1900', 121491, ''),
('', '', '', '', 121492, 121492, 'Scotland', 'Scotland', 98446, ''),
('', '', '', '', 121493, 121493, 'Pre-1900', 'Pre-1900', 121492, ''),
('', '', '', '', 121494, 121494, 'Post-1900', 'Post-1900', 121492, ''),
('', '', '', '', 121495, 121495, 'Wales', 'Wales', 98446, ''),
('', '', '', '', 121496, 121496, 'Pre-1900', 'Pre-1900', 121495, ''),
('', '', '', '', 121497, 121497, 'Post-1900', 'Post-1900', 121495, ''),
('', '', '', '', 121498, 121498, 'Other UK Maps', 'Other-UK-Maps', 98446, ''),
('', '', '', '', 98448, 98448, 'Africa', 'Africa', 37958, ''),
('', '', '', '', 37959, 37959, 'Pre-1900', 'Pre-1900', 98448, ''),
('', '', '', '', 93119, 93119, 'Post-1900', 'Post-1900', 98448, ''),
('', '', '', '', 98450, 98450, 'Asia', 'Asia', 37958, ''),
('', '', '', '', 37960, 37960, 'Pre-1900', 'Pre-1900', 98450, ''),
('', '', '', '', 93120, 93120, 'Post-1900', 'Post-1900', 98450, ''),
('', '', '', '', 98452, 98452, 'Central America/ Caribbean', 'Central-America-Caribbean', 37958, ''),
('', '', '', '', 63596, 63596, 'Pre-1900', 'Pre-1900', 98452, ''),
('', '', '', '', 93123, 93123, 'Post-1900', 'Post-1900', 98452, ''),
('', '', '', '', 98454, 98454, 'Europe', 'Europe', 37958, ''),
('', '', '', '', 38325, 38325, 'Pre-1900', 'Pre-1900', 98454, ''),
('', '', '', '', 93121, 93121, 'Post-1900', 'Post-1900', 98454, ''),
('', '', '', '', 98456, 98456, 'India', 'India', 37958, ''),
('', '', '', '', 63597, 63597, 'Pre-1900', 'Pre-1900', 98456, ''),
('', '', '', '', 93122, 93122, 'Post-1900', 'Post-1900', 98456, ''),
('', '', '', '', 105883, 105883, 'Ireland', 'Ireland', 37958, ''),
('', '', '', '', 105884, 105884, 'Pre-1900', 'Pre-1900', 105883, ''),
('', '', '', '', 105885, 105885, 'Post-1900', 'Post-1900', 105883, ''),
('', '', '', '', 98458, 98458, 'Middle East', 'Middle-East', 37958, ''),
('', '', '', '', 63598, 63598, 'Pre-1900', 'Pre-1900', 98458, ''),
('', '', '', '', 93124, 93124, 'Post-1900', 'Post-1900', 98458, ''),
('', '', '', '', 98460, 98460, 'North America', 'North-America', 37958, ''),
('', '', '', '', 37962, 37962, 'Pre-1900', 'Pre-1900', 98460, ''),
('', '', '', '', 93125, 93125, 'Post-1900', 'Post-1900', 98460, ''),
('', '', '', '', 98462, 98462, 'Oceania/ Australasia', 'Oceania-Australasia', 37958, ''),
('', '', '', '', 37961, 37961, 'Pre-1900', 'Pre-1900', 98462, ''),
('', '', '', '', 93126, 93126, 'Post-1900', 'Post-1900', 98462, ''),
('', '', '', '', 98464, 98464, 'South America', 'South-America', 37958, ''),
('', '', '', '', 37963, 37963, 'Pre-1900', 'Pre-1900', 98464, ''),
('', '', '', '', 96767, 96767, 'Post-1900', 'Post-1900', 98464, ''),
('', '', '', '', 98466, 98466, 'World Maps', 'World-Maps', 37958, ''),
('', '', '', '', 2206, 2206, 'Pre-1900', 'Pre-1900', 98466, ''),
('', '', '', '', 93127, 93127, 'Post-1900', 'Post-1900', 98466, ''),
('', '', '', '', 98468, 98468, 'Globes', 'Globes', 37958, ''),
('', '', '', '', 63593, 63593, 'Pre-1900', 'Pre-1900', 98468, ''),
('', '', '', '', 93128, 93128, 'Post-1900', 'Post-1900', 98468, ''),
('', '', '', '', 98470, 98470, 'Other Maps', 'Other-Maps', 37958, ''),
('', '', '', '', 38326, 38326, 'Pre-1900', 'Pre-1900', 98470, ''),
('', '', '', '', 93129, 93129, 'Post-1900', 'Post-1900', 98470, ''),
('', '', '', '', 66638, 66638, 'Marine/ Maritime', 'Marine-Maritime', 353, ''),
('', '', '', '', 1211, 1211, 'Metalware', 'Metalware', 353, ''),
('', '', '', '', 4175, 4175, 'Brass', 'Brass', 1211, ''),
('', '', '', '', 1212, 1212, 'Bronze', 'Bronze', 1211, ''),
('', '', '', '', 20087, 20087, 'Cast Iron', 'Cast-Iron', 1211, ''),
('', '', '', '', 1213, 1213, 'Copper', 'Copper', 1211, ''),
('', '', '', '', 4176, 4176, 'Gold', 'Gold', 1211, ''),
('', '', '', '', 1214, 1214, 'Pewter', 'Pewter', 1211, ''),
('', '', '', '', 112090, 112090, 'Spelter', 'Spelter', 1211, ''),
('', '', '', '', 63548, 63548, 'Tin', 'Tin', 1211, ''),
('', '', '', '', 20088, 20088, 'Wrought Iron', 'Wrought-Iron', 1211, ''),
('', '', '', '', 358, 358, 'Other Metalware', 'Other-Metalware', 1211, ''),
('', '', '', '', 20094, 20094, 'Science/ Medicine', 'Science-Medicine', 353, ''),
('', '', '', '', 1210, 1210, 'Medical Instruments', 'Medical-Instruments', 20094, ''),
('', '', '', '', 361, 361, 'Scientific Instruments', 'Scientific-Instruments', 20094, ''),
('', '', '', '', 20095, 20095, 'Other Science/ Medicine', 'Other-Science-Medicine', 20094, ''),
('', '', '', '', 20096, 20096, 'Silver', 'Silver', 353, ''),
('', '', '', '', 2212, 2212, 'Silver Plate', 'Silver-Plate', 20096, ''),
('', '', '', '', 105886, 105886, 'Ash Trays', 'Ash-Trays', 2212, ''),
('', '', '', '', 105887, 105887, 'Bottles', 'Bottles', 2212, ''),
('', '', '', '', 37985, 37985, 'Bowls', 'Bowls', 2212, ''),
('', '', '', '', 105888, 105888, 'Boxes', 'Boxes', 2212, ''),
('', '', '', '', 20098, 20098, 'Candlesticks/ Candelabra', 'Candlesticks-Candelabra', 2212, ''),
('', '', '', '', 37986, 37986, 'Cups/ Goblets', 'Cups-Goblets', 2212, ''),
('', '', '', '', 2216, 2216, 'Cutlery Sets', 'Cutlery-Sets', 2212, ''),
('', '', '', '', 105889, 105889, 'Dishes/ Coasters', 'Dishes-Coasters', 2212, ''),
('', '', '', '', 105890, 105890, 'Forks', 'Forks', 2212, ''),
('', '', '', '', 105891, 105891, 'Knives', 'Knives', 2212, ''),
('', '', '', '', 105892, 105892, 'Ladles', 'Ladles', 2212, ''),
('', '', '', '', 105893, 105893, 'Miniatures', 'Miniatures', 2212, ''),
('', '', '', '', 112091, 112091, 'Mustard Pots', 'Mustard-Pots', 2212, ''),
('', '', '', '', 105894, 105894, 'Napkin Rings/ Clips', 'Napkin-Rings-Clips', 2212, ''),
('', '', '', '', 39437, 39437, 'Pitchers/ Jugs', 'Pitchers-Jugs', 2212, ''),
('', '', '', '', 39438, 39438, 'Plates/ Platters/ Trays', 'Plates-Platters-Trays', 2212, ''),
('', '', '', '', 105895, 105895, 'Salt & Pepper Cellars/ Shakers', 'Salt-and-Pepper-Cellars-Shakers', 2212, ''),
('', '', '', '', 105896, 105896, 'Sauce Boats', 'Sauce-Boats', 2212, ''),
('', '', '', '', 105897, 105897, 'Spoons', 'Spoons', 2212, ''),
('', '', '', '', 105898, 105898, 'Sugar Bowls/ Tongs', 'Sugar-Bowls-Tongs', 2212, ''),
('', '', '', '', 37988, 37988, 'Teapots & Sets', 'Teapots-and-Sets', 2212, ''),
('', '', '', '', 39439, 39439, 'Vases/ Urns', 'Vases-Urns', 2212, ''),
('', '', '', '', 1216, 1216, 'Other Silver Plate', 'Other-Silver-Plate', 2212, ''),
('', '', '', '', 2213, 2213, 'Solid Silver', 'Solid-Silver', 20096, ''),
('', '', '', '', 105908, 105908, 'Ash Trays', 'Ash-Trays', 2213, ''),
('', '', '', '', 105909, 105909, 'Bottles', 'Bottles', 2213, ''),
('', '', '', '', 37991, 37991, 'Bowls', 'Bowls', 2213, ''),
('', '', '', '', 37992, 37992, 'Boxes', 'Boxes', 2213, ''),
('', '', '', '', 105910, 105910, 'Brooches/ Jewellery', 'Brooches-Jewellery', 2213, ''),
('', '', '', '', 105911, 105911, 'Brushes/ Grooming Sets', 'Brushes-Grooming-Sets', 2213, ''),
('', '', '', '', 105912, 105912, 'Buckles', 'Buckles', 2213, ''),
('', '', '', '', 20103, 20103, 'Candlesticks/ Candelabra', 'Candlesticks-Candelabra', 2213, ''),
('', '', '', '', 105899, 105899, 'Card Cases', 'Card-Cases', 2213, ''),
('', '', '', '', 105900, 105900, 'Cigarette/ Vesta Cases', 'Cigarette-Vesta-Cases', 2213, ''),
('', '', '', '', 37993, 37993, 'Cups/ Goblets', 'Cups-Goblets', 2213, ''),
('', '', '', '', 60198, 60198, 'Cutlery Sets', 'Cutlery-Sets', 2213, ''),
('', '', '', '', 63620, 63620, 'Dishes/ Coasters', 'Dishes-Coasters', 2213, ''),
('', '', '', '', 105901, 105901, 'Forks', 'Forks', 2213, ''),
('', '', '', '', 105902, 105902, 'Frames', 'Frames', 2213, ''),
('', '', '', '', 105903, 105903, 'Knives', 'Knives', 2213, ''),
('', '', '', '', 105904, 105904, 'Ladles', 'Ladles', 2213, ''),
('', '', '', '', 63623, 63623, 'Miniatures', 'Miniatures', 2213, ''),
('', '', '', '', 105906, 105906, 'Mirrors', 'Mirrors', 2213, ''),
('', '', '', '', 113310, 113310, 'Mustard Pots', 'Mustard-Pots', 2213, ''),
('', '', '', '', 39440, 39440, 'Napkin Rings/ Clips', 'Napkin-Rings-Clips', 2213, ''),
('', '', '', '', 37995, 37995, 'Pitchers/ Jugs', 'Pitchers-Jugs', 2213, ''),
('', '', '', '', 39441, 39441, 'Plates/ Platters/ Trays', 'Plates-Platters-Trays', 2213, ''),
('', '', '', '', 105913, 105913, 'Pocket Watches/ Chains/ Fobs', 'Pocket-Watches-Chains-Fobs', 2213, ''),
('', '', '', '', 39442, 39442, 'Salt & Pepper Cellars/ Shakers', 'Salt-and-Pepper-Cellars-Shakers', 2213, ''),
('', '', '', '', 105914, 105914, 'Sauce Boats', 'Sauce-Boats', 2213, ''),
('', '', '', '', 105915, 105915, 'Shoe Horns', 'Shoe-Horns', 2213, ''),
('', '', '', '', 63621, 63621, 'Spoons', 'Spoons', 2213, ''),
('', '', '', '', 105907, 105907, 'Statues', 'Statues', 2213, ''),
('', '', '', '', 63622, 63622, 'Sugar Bowls/ Tongs', 'Sugar-Bowls-Tongs', 2213, ''),
('', '', '', '', 37998, 37998, 'Teapots & Sets', 'Teapots-and-Sets', 2213, ''),
('', '', '', '', 107440, 107440, 'Thimbles', 'Thimbles', 2213, ''),
('', '', '', '', 39443, 39443, 'Vases/ Urns', 'Vases-Urns', 2213, ''),
('', '', '', '', 107441, 107441, 'Vinaigrettes', 'Vinaigrettes', 2213, ''),
('', '', '', '', 1215, 1215, 'Other Solid Silver', 'Other-Solid-Silver', 2213, ''),
('', '', '', '', 37941, 37941, 'Woodenware', 'Woodenware', 353, ''),
('', '', '', '', 37942, 37942, 'Bowls', 'Bowls', 37941, ''),
('', '', '', '', 37943, 37943, 'Boxes', 'Boxes', 37941, ''),
('', '', '', '', 108817, 108817, 'Candlesticks', 'Candlesticks', 37941, ''),
('', '', '', '', 60330, 60330, 'Carved Figures/ Models', 'Carved-Figures-Models', 37941, ''),
('', '', '', '', 79948, 79948, 'Ornaments', 'Ornaments', 37941, ''),
('', '', '', '', 66850, 66850, 'Pots/ Jars', 'Pots-Jars', 37941, ''),
('', '', '', '', 108816, 108816, 'Stands', 'Stands', 37941, ''),
('', '', '', '', 112159, 112159, 'Tea Caddies', 'Tea-Caddies', 37941, ''),
('', '', '', '', 37944, 37944, 'Trays', 'Trays', 37941, ''),
('', '', '', '', 79949, 79949, 'Treen', 'Treen', 37941, ''),
('', '', '', '', 66851, 66851, 'Walking Sticks/ Canes', 'Walking-Sticks-Canes', 37941, ''),
('', '', '', '', 112160, 112160, 'Writing Slopes', 'Writing-Slopes', 37941, ''),
('', '', '', '', 1219, 1219, 'Other Woodenware', 'Other-Woodenware', 37941, ''),
('', '', '', '', 100927, 100927, 'Periods/ Styles', 'Periods-Styles', 353, ''),
('', '', '', '', 100928, 100928, 'Aesthetic Movement', 'Aesthetic-Movement', 100927, ''),
('', '', '', '', 69471, 69471, 'Art Deco', 'Art-Deco', 100927, ''),
('', '', '', '', 69472, 69472, 'Art Nouveau', 'Art-Nouveau', 100927, ''),
('', '', '', '', 96768, 96768, 'Arts & Crafts Movement', 'Arts-and-Crafts-Movement', 100927, ''),
('', '', '', '', 69473, 69473, 'Modernist', 'Modernist', 100927, ''),
('', '', '', '', 22608, 22608, 'Reproduction Antiques', 'Reproduction-Antiques', 353, ''),
('', '', '', '', 12, 12, 'Other Antiques', 'Other-Antiques', 353, ''),
('', '', '', '', 550, 550, 'Art', 'Art', 0, ''),
('', '', '', '', 60435, 60435, 'Artists (Self-Representing)', 'Artists-Self-Representing', 550, ''),
('', '', '', '', 121468, 121468, 'ACEO Art Cards', 'ACEO-Art-Cards', 60435, ''),
('', '', '', '', 72179, 72179, 'Digital Art', 'Digital-Art', 60435, ''),
('', '', '', '', 60436, 60436, 'Drawings', 'Drawings', 60435, ''),
('', '', '', '', 72180, 72180, 'New Media', 'New-Media', 60435, ''),
('', '', '', '', 60437, 60437, 'Paintings', 'Paintings', 60435, ''),
('', '', '', '', 60438, 60438, 'Acrylic', 'Acrylic', 60437, ''),
('', '', '', '', 60439, 60439, 'Oil', 'Oil', 60437, ''),
('', '', '', '', 100924, 100924, 'Pastel', 'Pastel', 60437, ''),
('', '', '', '', 60440, 60440, 'Watercolour/ Gouache', 'Watercolour-Gouache', 60437, ''),
('', '', '', '', 60441, 60441, 'Other Paintings', 'Other-Paintings', 60437, ''),
('', '', '', '', 72181, 72181, 'Photographs', 'Photographs', 60435, ''),
('', '', '', '', 72182, 72182, 'Prints', 'Prints', 60435, ''),
('', '', '', '', 60442, 60442, 'Sculptures', 'Sculptures', 60435, ''),
('', '', '', '', 20158, 20158, 'Other Media', 'Other-Media', 60435, ''),
('', '', '', '', 20147, 20147, 'Canvas/ Giclee Prints', 'Canvas-Giclee-Prints', 550, ''),
('', '', '', '', 20134, 20134, 'Contemporary Paintings', 'Contemporary-Paintings', 550, ''),
('', '', '', '', 20136, 20136, 'Abstract', 'Abstract', 20134, ''),
('', '', '', '', 69474, 69474, 'Experimental/ Alternative', 'Experimental-Alternative', 20134, ''),
('', '', '', '', 75295, 75295, 'Pop Art', 'Pop-Art', 20134, ''),
('', '', '', '', 67036, 67036, 'Traditional', 'Traditional', 20134, ''),
('', '', '', '', 551, 551, 'Other Contemporary Paintings', 'Other-Contemporary-Paintings', 20134, ''),
('', '', '', '', 20118, 20118, 'Digital Art', 'Digital-Art', 550, ''),
('', '', '', '', 20119, 20119, 'Drawings', 'Drawings', 550, ''),
('', '', '', '', 552, 552, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 20119, ''),
('', '', '', '', 20121, 20121, 'Modern (1900-1979)', 'Modern-1900-1979', 20119, ''),
('', '', '', '', 20120, 20120, 'Antique (Pre-1900)', 'Antique-Pre-1900', 20119, ''),
('', '', '', '', 357, 357, 'Folk Art', 'Folk-Art', 550, ''),
('', '', '', '', 554, 554, 'Mixed Media', 'Mixed-Media', 550, ''),
('', '', '', '', 72174, 72174, 'New Media', 'New-Media', 550, ''),
('', '', '', '', 20125, 20125, 'Paintings', 'Paintings', 550, ''),
('', '', '', '', 20132, 20132, 'Modern (1900-1979)', 'Modern-1900-1979', 20125, ''),
('', '', '', '', 20129, 20129, 'Antique (Pre-1900)', 'Antique-Pre-1900', 20125, ''),
('', '', '', '', 20138, 20138, 'Photographs', 'Photographs', 550, ''),
('', '', '', '', 66465, 66465, 'Contemporary (1991-Now)', 'Contemporary-1991-Now', 20138, ''),
('', '', '', '', 2211, 2211, 'Modern (1940-1990)', 'Modern-1940-1990', 20138, ''),
('', '', '', '', 20139, 20139, 'Antique (Pre-1940)', 'Antique-Pre-1940', 20138, ''),
('', '', '', '', 60432, 60432, 'Posters', 'Posters', 550, ''),
('', '', '', '', 28009, 28009, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 60432, ''),
('', '', '', '', 60434, 60434, 'Modern (1900-1979)', 'Modern-1900-1979', 60432, ''),
('', '', '', '', 60433, 60433, 'Antique (Pre-1900)', 'Antique-Pre-1900', 60432, ''),
('', '', '', '', 20140, 20140, 'Prints', 'Prints', 550, ''),
('', '', '', '', 20145, 20145, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 20140, ''),
('', '', '', '', 360, 360, 'Limited Editions', 'Limited-Editions', 20145, ''),
('', '', '', '', 20144, 20144, 'Open Editions', 'Open-Editions', 20145, ''),
('', '', '', '', 20142, 20142, 'Modern (1900-79)', 'Modern-1900-79', 20140, ''),
('', '', '', '', 20143, 20143, 'Limited Editions', 'Limited-Editions', 20142, ''),
('', '', '', '', 72175, 72175, 'Open Editions', 'Open-Editions', 20142, ''),
('', '', '', '', 10163, 10163, 'Antique (Pre-1900)', 'Antique-Pre-1900', 20140, ''),
('', '', '', '', 108799, 108799, 'Abstract', 'Abstract', 10163, ''),
('', '', '', '', 10165, 10165, 'Architecture', 'Architecture', 10163, ''),
('', '', '', '', 10166, 10166, 'Botanical/ Plants', 'Botanical-Plants', 10163, ''),
('', '', '', '', 22605, 22605, 'Cartoons & Caricatures', 'Cartoons-and-Caricatures', 10163, ''),
('', '', '', '', 10167, 10167, 'Costume/ Fashion', 'Costume-Fashion', 10163, ''),
('', '', '', '', 100922, 100922, 'Famous Paintings/ Painters', 'Famous-Paintings-Painters', 10163, ''),
('', '', '', '', 100923, 100923, 'Farming', 'Farming', 10163, ''),
('', '', '', '', 108800, 108800, 'Landscape', 'Landscape', 10163, ''),
('', '', '', '', 79956, 79956, 'Military', 'Military', 10163, ''),
('', '', '', '', 10168, 10168, 'Natural History/ Animals', 'Natural-History-Animals', 10163, ''),
('', '', '', '', 91133, 91133, 'Nautical/ Seascape', 'Nautical-Seascape', 10163, ''),
('', '', '', '', 10169, 10169, 'Portrait', 'Portrait', 10163, ''),
('', '', '', '', 20141, 20141, 'Religious', 'Religious', 10163, ''),
('', '', '', '', 90565, 90565, 'Science/ Medicine', 'Science-Medicine', 10163, ''),
('', '', '', '', 79957, 79957, 'Sporting', 'Sporting', 10163, ''),
('', '', '', '', 10170, 10170, 'Topographical', 'Topographical', 10163, ''),
('', '', '', '', 91134, 91134, 'Transportation / Travel', 'Transportation-Travel', 10163, ''),
('', '', '', '', 10164, 10164, 'Other Antique Prints', 'Other-Antique-Prints', 10163, ''),
('', '', '', '', 72176, 72176, 'Sculptures', 'Sculptures', 550, ''),
('', '', '', '', 553, 553, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 72176, ''),
('', '', '', '', 72177, 72177, 'Modern (1900-1979)', 'Modern-1900-1979', 72176, ''),
('', '', '', '', 72178, 72178, 'Antique (Pre-1900)', 'Antique-Pre-1900', 72176, ''),
('', '', '', '', 4174, 4174, 'Other Art', 'Other-Art', 550, ''),
('', '', '', '', 2984, 2984, 'Baby', 'Baby', 0, ''),
('', '', '', '', 20394, 20394, 'Baby Bathing/ Grooming', 'Baby-Bathing-Grooming', 2984, ''),
('', '', '', '', 20395, 20395, 'Baby Baths', 'Baby-Baths', 20394, ''),
('', '', '', '', 96772, 96772, 'Baby Bath Seats & Supports', 'Baby-Bath-Seats-and-Supports', 20394, ''),
('', '', '', '', 100968, 100968, 'Baby Bath Sets', 'Baby-Bath-Sets', 20394, ''),
('', '', '', '', 96777, 96777, 'Bath Toys', 'Bath-Toys', 20394, ''),
('', '', '', '', 100969, 100969, 'Brushes, Combs & Scissors', 'Brushes-Combs-and-Scissors', 20394, ''),
('', '', '', '', 96776, 96776, 'Dressing Gowns', 'Dressing-Gowns', 20394, ''),
('', '', '', '', 20398, 20398, 'Skin Care', 'Skin-Care', 20394, ''),
('', '', '', '', 96773, 96773, 'Soaps, Shampoos & Washes', 'Soaps-Shampoos-and-Washes', 20394, ''),
('', '', '', '', 96774, 96774, 'Sponges', 'Sponges', 20394, ''),
('', '', '', '', 96775, 96775, 'Thermometers', 'Thermometers', 20394, ''),
('', '', '', '', 45453, 45453, 'Towels/ Flannels', 'Towels-Flannels', 20394, ''),
('', '', '', '', 45454, 45454, 'Other Bathing', 'Other-Bathing', 20394, ''),
('', '', '', '', 53676, 53676, 'Baby Books', 'Baby-Books', 2984, ''),
('', '', '', '', 112158, 112158, 'Baby Names', 'Baby-Names', 53676, ''),
('', '', '', '', 121471, 121471, 'Baby Record Books', 'Baby-Record-Books', 53676, ''),
('', '', '', '', 53677, 53677, 'Early Reading', 'Early-Reading', 53676, ''),
('', '', '', '', 53678, 53678, 'Parenting Books', 'Parenting-Books', 53676, ''),
('', '', '', '', 87168, 87168, 'Pregnancy Books', 'Pregnancy-Books', 53676, ''),
('', '', '', '', 53679, 53679, 'Other Baby Books', 'Other-Baby-Books', 53676, ''),
('', '', '', '', 100982, 100982, 'Baby Carriers/ Backpacks', 'Baby-Carriers-Backpacks', 2984, ''),
('', '', '', '', 100984, 100984, 'Back Carriers/ Backpacks', 'Back-Carriers-Backpacks', 100982, ''),
('', '', '', '', 100983, 100983, 'Front Carriers', 'Front-Carriers', 100982, ''),
('', '', '', '', 137725, 137725, 'Slings/ Papooses', 'Slings-Papooses', 100982, ''),
('', '', '', '', 20412, 20412, 'Other Carriers/ Backpacks', 'Other-Carriers-Backpacks', 100982, ''),
('', '', '', '', 45455, 45455, 'Baby Changing & Nappies', 'Baby-Changing-and-Nappies', 2984, ''),
('', '', '', '', 66674, 66674, 'Changing Mats', 'Changing-Mats', 45455, ''),
('', '', '', '', 20424, 20424, 'Changing Tables & Units', 'Changing-Tables-and-Units', 45455, ''),
('', '', '', '', 26268, 26268, 'Nappies', 'Nappies', 45455, ''),
('', '', '', '', 15559, 15559, 'Disposable Nappies', 'Disposable-Nappies', 26268, ''),
('', '', '', '', 26269, 26269, 'Towelling/ Fabric/ Re-useable', 'Towelling-Fabric-Re-useable', 26268, ''),
('', '', '', '', 100970, 100970, 'Nappy Liners', 'Nappy-Liners', 26268, ''),
('', '', '', '', 100971, 100971, 'Nappy Pins/ Safety Pins', 'Nappy-Pins-Safety-Pins', 26268, ''),
('', '', '', '', 100222, 100222, 'Swim Nappies', 'Swim-Nappies', 26268, ''),
('', '', '', '', 121470, 121470, 'Other Nappies', 'Other-Nappies', 26268, ''),
('', '', '', '', 15558, 15558, 'Nappy Changing Bags', 'Nappy-Changing-Bags', 45455, ''),
('', '', '', '', 26267, 26267, 'Nappy Covers', 'Nappy-Covers', 45455, ''),
('', '', '', '', 20397, 20397, 'Nappy Sacks & Nappy Bins', 'Nappy-Sacks-and-Nappy-Bins', 45455, ''),
('', '', '', '', 121469, 121469, 'Nappy Stackers', 'Nappy-Stackers', 45455, ''),
('', '', '', '', 45456, 45456, 'Wipes, Creams & Cotton Wool', 'Wipes-Creams-and-Cotton-Wool', 45455, ''),
('', '', '', '', 20399, 20399, 'Other Baby Changing', 'Other-Baby-Changing', 45455, ''),
('', '', '', '', 14738, 14738, 'Baby Clothing', 'Baby-Clothing', 2984, ''),
('', '', '', '', 20400, 20400, 'Baby Feeding', 'Baby-Feeding', 2984, ''),
('', '', '', '', 20408, 20408, 'Bibs & Muslins', 'Bibs-and-Muslins', 20400, ''),
('', '', '', '', 112376, 112376, 'Booster Seats', 'Booster-Seats', 20400, ''),
('', '', '', '', 20402, 20402, 'Bottles', 'Bottles', 20400, ''),
('', '', '', '', 100976, 100976, 'Bottle Sterilising & Cleaning', 'Bottle-Sterilising-and-Cleaning', 20400, ''),
('', '', '', '', 100973, 100973, 'Bottle Teats', 'Bottle-Teats', 20400, ''),
('', '', '', '', 20404, 20404, 'Bottle Warmers & Coolers', 'Bottle-Warmers-and-Coolers', 20400, ''),
('', '', '', '', 100977, 100977, 'Breast Pads/ Nipple Protectors', 'Breast-Pads-Nipple-Protectors', 20400, ''),
('', '', '', '', 66676, 66676, 'Breast Pumps', 'Breast-Pumps', 20400, ''),
('', '', '', '', 20406, 20406, 'Breastshells & Sterilised Bags', 'Breastshells-and-Sterilised-Bags', 20400, ''),
('', '', '', '', 20409, 20409, 'Cups/ Dishes/ Utensils', 'Cups-Dishes-Utensils', 20400, ''),
('', '', '', '', 32872, 32872, 'Dummies, Pacifiers & Soothers', 'Dummies-Pacifiers-and-Soothers', 20400, ''),
('', '', '', '', 66675, 66675, 'Feeding Pillows & Supports', 'Feeding-Pillows-and-Supports', 20400, ''),
('', '', '', '', 100975, 100975, 'Feeding Sets', 'Feeding-Sets', 20400, ''),
('', '', '', '', 32866, 32866, 'Food/ Food Grinders', 'Food-Food-Grinders', 20400, ''),
('', '', '', '', 20403, 20403, 'Formula', 'Formula', 20400, ''),
('', '', '', '', 2986, 2986, 'High Chairs', 'High-Chairs', 20400, ''),
('', '', '', '', 121627, 121627, 'Teething', 'Teething', 20400, ''),
('', '', '', '', 20405, 20405, 'Other Baby Feeding', 'Other-Baby-Feeding', 20400, ''),
('', '', '', '', 66692, 66692, 'Car Seats', 'Car-Seats', 2984, ''),
('', '', '', '', 66693, 66693, 'Car Seat Accessories', 'Car-Seat-Accessories', 66692, ''),
('', '', '', '', 66696, 66696, 'Rear Facing (0-13kg)', 'Rear-Facing-0-13kg', 66692, ''),
('', '', '', '', 66695, 66695, 'Forward Facing (9-18kg)', 'Forward-Facing-9-18kg', 66692, ''),
('', '', '', '', 100990, 100990, 'Booster Seat/ Cushion (15kg+)', 'Booster-Seat-Cushion-15kg+', 66692, ''),
('', '', '', '', 2987, 2987, 'Other Car Seats', 'Other-Car-Seats', 66692, ''),
('', '', '', '', 100978, 100978, 'Christening & Gifts', 'Christening-and-Gifts', 2984, ''),
('', '', '', '', 100980, 100980, 'Baby Jewellery', 'Baby-Jewellery', 100978, ''),
('', '', '', '', 139760, 139760, 'Christening', 'Christening', 100978, ''),
('', '', '', '', 139761, 139761, 'Clothing & Shoes', 'Clothing-and-Shoes', 139760, ''),
('', '', '', '', 139762, 139762, 'Gowns & Suits', 'Gowns-and-Suits', 139761, ''),
('', '', '', '', 139763, 139763, 'Shoes', 'Shoes', 139761, ''),
('', '', '', '', 87166, 87166, 'Other Clothing', 'Other-Clothing', 139761, ''),
('', '', '', '', 100979, 100979, 'Gifts', 'Gifts', 139760, ''),
('', '', '', '', 139764, 139764, 'Silverware', 'Silverware', 139760, ''),
('', '', '', '', 139765, 139765, 'Other Christening', 'Other-Christening', 139760, ''),
('', '', '', '', 121628, 121628, 'Gift Baskets', 'Gift-Baskets', 100978, ''),
('', '', '', '', 100981, 100981, 'Ornaments', 'Ornaments', 100978, ''),
('', '', '', '', 32871, 32871, 'Other Gifts', 'Other-Gifts', 100978, ''),
('', '', '', '', 87167, 87167, 'Maternity/ Pregnancy', 'Maternity-Pregnancy', 2984, ''),
('', '', '', '', 121629, 121629, 'Baby Showers', 'Baby-Showers', 87167, ''),
('', '', '', '', 100985, 100985, 'Birthing Balls & Tens Machines', 'Birthing-Balls-and-Tens-Machines', 87167, ''),
('', '', '', '', 121631, 121631, 'Maternity Health', 'Maternity-Health', 87167, ''),
('', '', '', '', 87169, 87169, 'Monitors/ Dopplers', 'Monitors-Dopplers', 87167, ''),
('', '', '', '', 112377, 112377, 'Nursing Bras', 'Nursing-Bras', 87167, ''),
('', '', '', '', 100986, 100986, 'Pregnancy Testing Equipment', 'Pregnancy-Testing-Equipment', 87167, ''),
('', '', '', '', 121630, 121630, 'Support Belts', 'Support-Belts', 87167, ''),
('', '', '', '', 87170, 87170, 'Other Maternity/ Pregnancy', 'Other-Maternity-Pregnancy', 87167, ''),
('', '', '', '', 20416, 20416, 'Nursery Bedding', 'Nursery-Bedding', 2984, ''),
('', '', '', '', 20420, 20420, 'Bedding Sets', 'Bedding-Sets', 20416, ''),
('', '', '', '', 100987, 100987, 'Bed Guards', 'Bed-Guards', 20416, ''),
('', '', '', '', 3081, 3081, 'Blankets', 'Blankets', 20416, ''),
('', '', '', '', 20417, 20417, 'Cot Bumpers', 'Cot-Bumpers', 20416, ''),
('', '', '', '', 100988, 100988, 'Mattresses', 'Mattresses', 20416, ''),
('', '', '', '', 32868, 32868, 'Pillows & Pillow Covers', 'Pillows-and-Pillow-Covers', 20416, ''),
('', '', '', '', 20418, 20418, 'Quilts/ Duvets', 'Quilts-Duvets', 20416, ''),
('', '', '', '', 20419, 20419, 'Sheets & Waterproof Sheets', 'Sheets-and-Waterproof-Sheets', 20416, ''),
('', '', '', '', 100989, 100989, 'Sleeping Bags', 'Sleeping-Bags', 20416, ''),
('', '', '', '', 20421, 20421, 'Other Nursery Bedding', 'Other-Nursery-Bedding', 20416, ''),
('', '', '', '', 66697, 66697, 'Nursery Decoration & Furniture', 'Nursery-Decoration-and-Furniture', 2984, ''),
('', '', '', '', 20432, 20432, 'Chairs for Baby', 'Chairs-for-Baby', 66697, ''),
('', '', '', '', 53675, 53675, 'Chairs for Mum', 'Chairs-for-Mum', 66697, ''),
('', '', '', '', 2985, 2985, 'Cots & Cribs', 'Cots-and-Cribs', 66697, ''),
('', '', '', '', 100991, 100991, 'Cotbeds', 'Cotbeds', 66697, ''),
('', '', '', '', 100992, 100992, 'Inflatable Beds', 'Inflatable-Beds', 66697, ''),
('', '', '', '', 20428, 20428, 'Lamps/ Shades', 'Lamps-Shades', 66697, ''),
('', '', '', '', 37632, 37632, 'Mats/ Rugs', 'Mats-Rugs', 66697, ''),
('', '', '', '', 20423, 20423, 'Moses Baskets', 'Moses-Baskets', 66697, ''),
('', '', '', '', 33235, 33235, 'Picture/ Photo Frames', 'Picture-Photo-Frames', 66697, ''),
('', '', '', '', 2988, 2988, 'Play Pens', 'Play-Pens', 66697, ''),
('', '', '', '', 20430, 20430, 'Walls', 'Walls', 66697, ''),
('', '', '', '', 20431, 20431, 'Windows', 'Windows', 66697, ''),
('', '', '', '', 98473, 98473, 'Other Nursery Decoration', 'Other-Nursery-Decoration', 66697, ''),
('', '', '', '', 37631, 37631, 'Potty Training', 'Potty-Training', 2984, ''),
('', '', '', '', 66698, 66698, 'Pushchairs & Prams', 'Pushchairs-and-Prams', 2984, ''),
('', '', '', '', 66700, 66700, 'Pushchairs & Prams', 'Pushchairs-and-Prams', 66698, ''),
('', '', '', '', 116553, 116553, 'Aprons', 'Aprons', 66698, ''),
('', '', '', '', 112378, 112378, 'Buggy Boards', 'Buggy-Boards', 66698, ''),
('', '', '', '', 116554, 116554, 'Parasols/ Sun Canopies', 'Parasols-Sun-Canopies', 66698, ''),
('', '', '', '', 116555, 116555, 'Rain Covers', 'Rain-Covers', 66698, ''),
('', '', '', '', 121634, 121634, 'Pushchair & Pram Parts', 'Pushchair-and-Pram-Parts', 66698, ''),
('', '', '', '', 2989, 2989, 'Other Pushchairs & Prams', 'Other-Pushchairs-and-Prams', 66698, ''),
('', '', '', '', 20433, 20433, 'Safety', 'Safety', 2984, ''),
('', '', '', '', 20434, 20434, 'Babyproofing', 'Babyproofing', 20433, ''),
('', '', '', '', 121633, 121633, 'Bathing Safety', 'Bathing-Safety', 20433, ''),
('', '', '', '', 117029, 117029, 'Safety Gates/ Stair Gates', 'Safety-Gates-Stair-Gates', 20433, ''),
('', '', '', '', 116552, 116552, 'Safety Harnesses/ Reins', 'Safety-Harnesses-Reins', 20433, ''),
('', '', '', '', 20435, 20435, 'Monitors', 'Monitors', 20433, ''),
('', '', '', '', 121632, 121632, 'Swimming Aids', 'Swimming-Aids', 20433, ''),
('', '', '', '', 117026, 117026, 'Thermometers', 'Thermometers', 20433, ''),
('', '', '', '', 20436, 20436, 'Other Safety', 'Other-Safety', 20433, ''),
('', '', '', '', 77098, 77098, 'Shoes & Trainers', 'Shoes-and-Trainers', 2984, ''),
('', '', '', '', 19068, 19068, 'Toys & Activities', 'Toys-and-Activities', 2984, ''),
('', '', '', '', 131080, 131080, 'Mobiles', 'Mobiles', 19068, ''),
('', '', '', '', 131081, 131081, 'Rattles', 'Rattles', 19068, ''),
('', '', '', '', 131082, 131082, 'Playmats', 'Playmats', 19068, ''),
('', '', '', '', 131083, 131083, 'Shape Sorters', 'Shape-Sorters', 19068, ''),
('', '', '', '', 131084, 131084, 'Soft Toys', 'Soft-Toys', 19068, ''),
('', '', '', '', 2990, 2990, 'Swings/ Bouncers', 'Swings-Bouncers', 19068, ''),
('', '', '', '', 19070, 19070, 'Other Toys & Activities', 'Other-Toys-and-Activities', 19068, ''),
('', '', '', '', 53674, 53674, 'Travel Cots', 'Travel-Cots', 2984, ''),
('', '', '', '', 53681, 53681, 'Twins & Multiples', 'Twins-and-Multiples', 2984, ''),
('', '', '', '', 20413, 20413, 'Walkers', 'Walkers', 2984, ''),
('', '', '', '', 1261, 1261, 'Other Baby', 'Other-Baby', 2984, ''),
('', '', '', '', 267, 267, 'Books, Comics & Magazines', 'Books-Comics-and-Magazines', 0, ''),
('', '', '', '', 45110, 45110, 'Accessories', 'Accessories', 267, ''),
('', '', '', '', 45113, 45113, 'Book Covers', 'Book-Covers', 45110, ''),
('', '', '', '', 48831, 48831, 'Book Plates', 'Book-Plates', 45110, ''),
('', '', '', '', 45114, 45114, 'Bookmarks', 'Bookmarks', 45110, ''),
('', '', '', '', 45115, 45115, 'Other Book Accessories', 'Other-Book-Accessories', 45110, ''),
('', '', '', '', 21537, 21537, 'Antiquarian Books (Pre-1940)', 'Antiquarian-Books-Pre-1940', 267, ''),
('', '', '', '', 2226, 2226, 'Childrens', 'Childrens', 21537, ''),
('', '', '', '', 45105, 45105, 'Fiction', 'Fiction', 21537, ''),
('', '', '', '', 12568, 12568, 'Novels', 'Novels', 45105, ''),
('', '', '', '', 45107, 45107, 'Plays', 'Plays', 45105, ''),
('', '', '', '', 63666, 63666, 'Poetry', 'Poetry', 45105, ''),
('', '', '', '', 72280, 72280, 'Short Stories/ Essays', 'Short-Stories-Essays', 45105, ''),
('', '', '', '', 63667, 63667, 'Other Antiquarian Fiction', 'Other-Antiquarian-Fiction', 45105, ''),
('', '', '', '', 93463, 93463, 'Educational/ Textbooks', 'Educational-Textbooks', 21537, ''),
('', '', '', '', 11101, 11101, 'Illustrated', 'Illustrated', 21537, ''),
('', '', '', '', 98474, 98474, 'Non-Fiction', 'Non-Fiction', 21537, ''),
('', '', '', '', 90567, 90567, 'Architecture/ Design', 'Architecture-Design', 98474, ''),
('', '', '', '', 63668, 63668, 'Art', 'Art', 98474, ''),
('', '', '', '', 11098, 11098, 'Auto/ Biography', 'Auto-Biography', 98474, ''),
('', '', '', '', 101014, 101014, 'Books on Collecting', 'Books-on-Collecting', 98474, ''),
('', '', '', '', 98475, 98475, 'Crafts', 'Crafts', 98474, ''),
('', '', '', '', 101013, 101013, 'Economics', 'Economics', 98474, ''),
('', '', '', '', 98527, 98527, 'Entertainment', 'Entertainment', 98474, ''),
('', '', '', '', 82276, 82276, 'Food & Drink', 'Food-and-Drink', 98474, ''),
('', '', '', '', 98528, 98528, 'Games', 'Games', 98474, ''),
('', '', '', '', 90570, 90570, 'Gardening', 'Gardening', 98474, ''),
('', '', '', '', 101015, 101015, 'Geography', 'Geography', 98474, ''),
('', '', '', '', 101016, 101016, 'Health/ Fitness', 'Health-Fitness', 98474, ''),
('', '', '', '', 11100, 11100, 'History', 'History', 98474, ''),
('', '', '', '', 98529, 98529, 'Home', 'Home', 98474, ''),
('', '', '', '', 93464, 93464, 'Humour', 'Humour', 98474, ''),
('', '', '', '', 72281, 72281, 'Law/ Legal', 'Law-Legal', 98474, ''),
('', '', '', '', 101017, 101017, 'Literary Criticism', 'Literary-Criticism', 98474, ''),
('', '', '', '', 12573, 12573, 'Military/ War', 'Military-War', 98474, ''),
('', '', '', '', 12569, 12569, 'Natural History', 'Natural-History', 98474, ''),
('', '', '', '', 98530, 98530, 'Paranormal/ Supernatural', 'Paranormal-Supernatural', 98474, ''),
('', '', '', '', 98531, 98531, 'Pet/ Animal Care', 'Pet-Animal-Care', 98474, ''),
('', '', '', '', 72282, 72282, 'Philosophy', 'Philosophy', 98474, ''),
('', '', '', '', 101018, 101018, 'Photography', 'Photography', 98474, ''),
('', '', '', '', 90568, 90568, 'Politics/ Political Science', 'Politics-Political-Science', 98474, ''),
('', '', '', '', 12570, 12570, 'Reference', 'Reference', 98474, ''),
('', '', '', '', 12571, 12571, 'Religion/ Spirituality', 'Religion-Spirituality', 98474, ''),
('', '', '', '', 29222, 29222, 'Science/ Medicine', 'Science-Medicine', 98474, ''),
('', '', '', '', 82278, 82278, 'Sports', 'Sports', 98474, ''),
('', '', '', '', 79962, 79962, 'Topography/ Local Interest', 'Topography-Local-Interest', 98474, ''),
('', '', '', '', 90569, 90569, 'Transportation', 'Transportation', 98474, ''),
('', '', '', '', 12567, 12567, 'Travel/ Exploration', 'Travel-Exploration', 98474, ''),
('', '', '', '', 98532, 98532, 'Other Antiquarian Non-Fiction', 'Other-Antiquarian-Non-Fiction', 98474, ''),
('', '', '', '', 269, 269, 'Other Antiquarian Books', 'Other-Antiquarian-Books', 21537, ''),
('', '', '', '', 14878, 14878, 'Audio Books', 'Audio-Books', 267, ''),
('', '', '', '', 13528, 13528, 'Cassettes', 'Cassettes', 14878, ''),
('', '', '', '', 13530, 13530, 'Childrens', 'Childrens', 13528, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 13534, 13534, 'Educational/ Instructional', 'Educational-Instructional', 13528, ''),
('', '', '', '', 29144, 29144, 'Fiction', 'Fiction', 13528, ''),
('', '', '', '', 72283, 72283, 'Action/ Adventure', 'Action-Adventure', 29144, ''),
('', '', '', '', 63669, 63669, 'Classics', 'Classics', 29144, ''),
('', '', '', '', 90566, 90566, 'Crime/ Detective', 'Crime-Detective', 29144, ''),
('', '', '', '', 29145, 29145, 'Fantasy', 'Fantasy', 29144, ''),
('', '', '', '', 72284, 72284, 'Film/ TV Adaptations', 'Film-TV-Adaptations', 29144, ''),
('', '', '', '', 72285, 72285, 'Historical', 'Historical', 29144, ''),
('', '', '', '', 72286, 72286, 'Horror', 'Horror', 29144, ''),
('', '', '', '', 72287, 72287, 'Humour', 'Humour', 29144, ''),
('', '', '', '', 69475, 69475, 'Literary Fiction', 'Literary-Fiction', 29144, ''),
('', '', '', '', 100993, 100993, 'Mens Fiction', 'Mens-Fiction', 29144, ''),
('', '', '', '', 100994, 100994, 'Military/ War', 'Military-War', 29144, ''),
('', '', '', '', 29148, 29148, 'Romance', 'Romance', 29144, ''),
('', '', '', '', 29149, 29149, 'Science Fiction', 'Science-Fiction', 29144, ''),
('', '', '', '', 45109, 45109, 'Thrillers', 'Thrillers', 29144, ''),
('', '', '', '', 91135, 91135, 'Western/ Cowboy', 'Western-Cowboy', 29144, ''),
('', '', '', '', 100995, 100995, 'Womens Fiction', 'Womens-Fiction', 29144, ''),
('', '', '', '', 13531, 13531, 'Other Fiction Cassettes', 'Other-Fiction-Cassettes', 29144, ''),
('', '', '', '', 29150, 29150, 'Non-Fiction', 'Non-Fiction', 13528, ''),
('', '', '', '', 29151, 29151, 'Auto/ Biography', 'Auto-Biography', 29150, ''),
('', '', '', '', 13529, 13529, 'Business/ Management', 'Business-Management', 29150, ''),
('', '', '', '', 100996, 100996, 'Entertainment', 'Entertainment', 29150, ''),
('', '', '', '', 91136, 91136, 'Family/ Relationships', 'Family-Relationships', 29150, ''),
('', '', '', '', 91137, 91137, 'Health/ Fitness', 'Health-Fitness', 29150, ''),
('', '', '', '', 29153, 29153, 'History', 'History', 29150, ''),
('', '', '', '', 100997, 100997, 'Home', 'Home', 29150, ''),
('', '', '', '', 29154, 29154, 'Humour', 'Humour', 29150, ''),
('', '', '', '', 100998, 100998, 'Military/ War', 'Military-War', 29150, ''),
('', '', '', '', 100999, 100999, 'Nature/ Outdoors', 'Nature-Outdoors', 29150, ''),
('', '', '', '', 91138, 91138, 'Religious', 'Religious', 29150, ''),
('', '', '', '', 101000, 101000, 'Science', 'Science', 29150, ''),
('', '', '', '', 63670, 63670, 'Self-Help', 'Self-Help', 29150, ''),
('', '', '', '', 101001, 101001, 'Sports', 'Sports', 29150, ''),
('', '', '', '', 101002, 101002, 'Transportation', 'Transportation', 29150, ''),
('', '', '', '', 29155, 29155, 'Travel/ Exploration', 'Travel-Exploration', 29150, ''),
('', '', '', '', 1092, 1092, 'Other Non-Fiction Cassettes', 'Other-Non-Fiction-Cassettes', 29150, ''),
('', '', '', '', 13535, 13535, 'CDs', 'CDs', 14878, ''),
('', '', '', '', 29764, 29764, 'Childrens', 'Childrens', 13535, ''),
('', '', '', '', 13537, 13537, 'Educational/ Instructional', 'Educational-Instructional', 13535, ''),
('', '', '', '', 48832, 48832, 'Fiction', 'Fiction', 13535, ''),
('', '', '', '', 72288, 72288, 'Action/ Adventure', 'Action-Adventure', 48832, ''),
('', '', '', '', 63671, 63671, 'Classics', 'Classics', 48832, ''),
('', '', '', '', 90574, 90574, 'Crime/ Detective', 'Crime-Detective', 48832, ''),
('', '', '', '', 48833, 48833, 'Fantasy', 'Fantasy', 48832, ''),
('', '', '', '', 72289, 72289, 'Film/ TV Adaptations', 'Film-TV-Adaptations', 48832, ''),
('', '', '', '', 72290, 72290, 'Historical', 'Historical', 48832, ''),
('', '', '', '', 72291, 72291, 'Horror', 'Horror', 48832, ''),
('', '', '', '', 72292, 72292, 'Humour', 'Humour', 48832, ''),
('', '', '', '', 69476, 69476, 'Literary Fiction', 'Literary-Fiction', 48832, ''),
('', '', '', '', 101003, 101003, 'Mens Fiction', 'Mens-Fiction', 48832, ''),
('', '', '', '', 101004, 101004, 'Military/ War', 'Military-War', 48832, ''),
('', '', '', '', 48836, 48836, 'Romance', 'Romance', 48832, ''),
('', '', '', '', 48837, 48837, 'Science Fiction', 'Science-Fiction', 48832, ''),
('', '', '', '', 48835, 48835, 'Thrillers', 'Thrillers', 48832, ''),
('', '', '', '', 92503, 92503, 'Western/ Cowboy', 'Western-Cowboy', 48832, ''),
('', '', '', '', 101005, 101005, 'Womens Fiction', 'Womens-Fiction', 48832, ''),
('', '', '', '', 13536, 13536, 'Other Fiction CDs', 'Other-Fiction-CDs', 48832, ''),
('', '', '', '', 29157, 29157, 'Non-Fiction', 'Non-Fiction', 13535, ''),
('', '', '', '', 29158, 29158, 'Auto/ Biography', 'Auto-Biography', 29157, ''),
('', '', '', '', 29159, 29159, 'Business/ Management', 'Business-Management', 29157, ''),
('', '', '', '', 101006, 101006, 'Entertainment', 'Entertainment', 29157, ''),
('', '', '', '', 92504, 92504, 'Family/ Relationships', 'Family-Relationships', 29157, ''),
('', '', '', '', 92505, 92505, 'Health/ Fitness', 'Health-Fitness', 29157, ''),
('', '', '', '', 29161, 29161, 'History', 'History', 29157, ''),
('', '', '', '', 101007, 101007, 'Home', 'Home', 29157, ''),
('', '', '', '', 29162, 29162, 'Humour', 'Humour', 29157, ''),
('', '', '', '', 101008, 101008, 'Military/ War', 'Military-War', 29157, ''),
('', '', '', '', 101009, 101009, 'Nature/ Outdoors', 'Nature-Outdoors', 29157, ''),
('', '', '', '', 13539, 13539, 'Self-Help', 'Self-Help', 29157, ''),
('', '', '', '', 92506, 92506, 'Religious', 'Religious', 29157, ''),
('', '', '', '', 101010, 101010, 'Science', 'Science', 29157, ''),
('', '', '', '', 101011, 101011, 'Sports', 'Sports', 29157, ''),
('', '', '', '', 101012, 101012, 'Transportation', 'Transportation', 29157, ''),
('', '', '', '', 29718, 29718, 'Travel/ Exploration', 'Travel-Exploration', 29157, ''),
('', '', '', '', 11102, 11102, 'Other Non-Fiction CDs', 'Other-Non-Fiction-CDs', 29157, ''),
('', '', '', '', 121596, 121596, 'MP3/ Digital', 'MP3-Digital', 14878, ''),
('', '', '', '', 121597, 121597, 'Childrens', 'Childrens', 121596, ''),
('', '', '', '', 121598, 121598, 'Educational/ Instructional', 'Educational-Instructional', 121596, ''),
('', '', '', '', 121599, 121599, 'Fiction', 'Fiction', 121596, ''),
('', '', '', '', 41514, 41514, 'Non-Fiction', 'Non-Fiction', 121596, ''),
('', '', '', '', 29792, 29792, 'Other Audio Books', 'Other-Audio-Books', 14878, ''),
('', '', '', '', 1093, 1093, 'Childrens Books', 'Childrens-Books', 267, ''),
('', '', '', '', 91139, 91139, 'ABC & Numbers', 'ABC-and-Numbers', 1093, ''),
('', '', '', '', 11430, 11430, 'Activity/ Colouring Books', 'Activity-Colouring-Books', 1093, ''),
('', '', '', '', 63673, 63673, 'Annuals', 'Annuals', 1093, ''),
('', '', '', '', 22614, 22614, 'Blue Peter', 'Blue-Peter', 63673, ''),
('', '', '', '', 50176, 50176, 'Boys Interest', 'Boys-Interest', 63673, ''),
('', '', '', '', 50177, 50177, 'Girls Interest', 'Girls-Interest', 63673, ''),
('', '', '', '', 63674, 63674, 'TV Tie-Ins', 'TV-Tie-Ins', 63673, ''),
('', '', '', '', 63675, 63675, 'Other Childrens Annuals', 'Other-Childrens-Annuals', 63673, ''),
('', '', '', '', 1096, 1096, 'Early Readers', 'Early-Readers', 1093, ''),
('', '', '', '', 29170, 29170, 'Fiction', 'Fiction', 1093, ''),
('', '', '', '', 72293, 72293, 'Action/ Adventure', 'Action-Adventure', 29170, ''),
('', '', '', '', 29179, 29179, 'Animal Stories', 'Animal-Stories', 29170, ''),
('', '', '', '', 69477, 69477, 'Ballet Stories', 'Ballet-Stories', 29170, ''),
('', '', '', '', 1095, 1095, 'Classics', 'Classics', 29170, ''),
('', '', '', '', 90579, 90579, 'Crime/ Detective', 'Crime-Detective', 29170, ''),
('', '', '', '', 1097, 1097, 'Fairy Tales/ Mythology', 'Fairy-Tales-Mythology', 29170, ''),
('', '', '', '', 2227, 2227, 'Fantasy', 'Fantasy', 29170, ''),
('', '', '', '', 72294, 72294, 'Film/ TV Adaptations', 'Film-TV-Adaptations', 29170, ''),
('', '', '', '', 90575, 90575, 'Historical', 'Historical', 29170, ''),
('', '', '', '', 63672, 63672, 'Horror', 'Horror', 29170, ''),
('', '', '', '', 72295, 72295, 'Humour', 'Humour', 29170, ''),
('', '', '', '', 72296, 72296, 'Military/ War', 'Military-War', 29170, ''),
('', '', '', '', 90578, 90578, 'Poetry', 'Poetry', 29170, ''),
('', '', '', '', 64173, 64173, 'Popular Series/ Authors', 'Popular-Series-Authors', 29170, ''),
('', '', '', '', 101019, 101019, 'Animal Ark/ Lucy Daniels', 'Animal-Ark-Lucy-Daniels', 64173, ''),
('', '', '', '', 121600, 121600, 'Anne Fine', 'Anne-Fine', 64173, ''),
('', '', '', '', 64174, 64174, 'Asterix', 'Asterix', 64173, ''),
('', '', '', '', 64175, 64175, 'Beatrix Potter', 'Beatrix-Potter', 64173, ''),
('', '', '', '', 64176, 64176, 'Biggles', 'Biggles', 64173, ''),
('', '', '', '', 64177, 64177, 'Billy Bunter', 'Billy-Bunter', 64173, ''),
('', '', '', '', 64178, 64178, 'Chalet School', 'Chalet-School', 64173, ''),
('', '', '', '', 91141, 91141, 'Choose Your Own Adventure', 'Choose-Your-Own-Adventure', 64173, ''),
('', '', '', '', 72297, 72297, 'Disney', 'Disney', 64173, ''),
('', '', '', '', 1103, 1103, 'Enid Blyton', 'Enid-Blyton', 64173, ''),
('', '', '', '', 64179, 64179, 'Harry Potter', 'Harry-Potter', 64173, ''),
('', '', '', '', 101020, 101020, 'Jacqueline Wilson', 'Jacqueline-Wilson', 64173, ''),
('', '', '', '', 72298, 72298, 'Jennings', 'Jennings', 64173, ''),
('', '', '', '', 72299, 72299, 'Just William', 'Just-William', 64173, ''),
('', '', '', '', 64181, 64181, 'Lemony Snicket', 'Lemony-Snicket', 64173, ''),
('', '', '', '', 64182, 64182, 'Nancy Drew/ Hardy Boys', 'Nancy-Drew-Hardy-Boys', 64173, ''),
('', '', '', '', 64180, 64180, 'Philip Pullman/ Dark Materials', 'Philip-Pullman-Dark-Materials', 64173, ''),
('', '', '', '', 64183, 64183, 'Roald Dahl', 'Roald-Dahl', 64173, ''),
('', '', '', '', 105927, 105927, 'Sweet Valley', 'Sweet-Valley', 64173, ''),
('', '', '', '', 64184, 64184, 'Thomas the Tank Engine', 'Thomas-the-Tank-Engine', 64173, ''),
('', '', '', '', 64185, 64185, 'Tintin', 'Tintin', 64173, ''),
('', '', '', '', 64186, 64186, 'Wind in the Willows', 'Wind-in-the-Willows', 64173, ''),
('', '', '', '', 64187, 64187, 'Winnie the Pooh', 'Winnie-the-Pooh', 64173, ''),
('', '', '', '', 67197, 67197, 'School Stories', 'School-Stories', 29170, ''),
('', '', '', '', 72300, 72300, 'Science Fiction', 'Science-Fiction', 29170, ''),
('', '', '', '', 90576, 90576, 'Short Stories', 'Short-Stories', 29170, ''),
('', '', '', '', 1100, 1100, 'Thrillers', 'Thrillers', 29170, ''),
('', '', '', '', 1104, 1104, 'Young Adult', 'Young-Adult', 29170, ''),
('', '', '', '', 29182, 29182, 'Other Childrens Fiction', 'Other-Childrens-Fiction', 29170, ''),
('', '', '', '', 90577, 90577, 'Illustrated', 'Illustrated', 1093, ''),
('', '', '', '', 43741, 43741, 'Ladybird', 'Ladybird', 1093, ''),
('', '', '', '', 64188, 64188, 'Fiction', 'Fiction', 43741, ''),
('', '', '', '', 64189, 64189, 'Non-Fiction', 'Non-Fiction', 43741, ''),
('', '', '', '', 43743, 43743, 'Reading Schemes', 'Reading-Schemes', 43741, ''),
('', '', '', '', 79960, 79960, 'Other Ladybird', 'Other-Ladybird', 43741, ''),
('', '', '', '', 91143, 91143, 'Non-Fiction', 'Non-Fiction', 1093, ''),
('', '', '', '', 98545, 98545, 'Crafts', 'Crafts', 91143, ''),
('', '', '', '', 98543, 98543, 'Games', 'Games', 91143, ''),
('', '', '', '', 91144, 91144, 'Geography', 'Geography', 91143, ''),
('', '', '', '', 98544, 98544, 'History', 'History', 91143, ''),
('', '', '', '', 101021, 101021, 'Mathematics', 'Mathematics', 91143, ''),
('', '', '', '', 101022, 101022, 'Military/ War', 'Military-War', 91143, ''),
('', '', '', '', 98546, 98546, 'Nature/ Outdoors', 'Nature-Outdoors', 91143, ''),
('', '', '', '', 101023, 101023, 'Paranormal/ Supernatural', 'Paranormal-Supernatural', 91143, ''),
('', '', '', '', 91145, 91145, 'Reference', 'Reference', 91143, ''),
('', '', '', '', 91146, 91146, 'Science', 'Science', 91143, ''),
('', '', '', '', 91147, 91147, 'Sports', 'Sports', 91143, ''),
('', '', '', '', 91148, 91148, 'Transportation', 'Transportation', 91143, ''),
('', '', '', '', 98547, 98547, 'Travel/ Exploration', 'Travel-Exploration', 91143, ''),
('', '', '', '', 1098, 1098, 'Other Non-Fiction', 'Other-Non-Fiction', 91143, ''),
('', '', '', '', 91142, 91142, 'Nursery Rhymes', 'Nursery-Rhymes', 1093, ''),
('', '', '', '', 1102, 1102, 'Picture Books', 'Picture-Books', 1093, ''),
('', '', '', '', 12504, 12504, 'Pop-Up Books', 'Pop-Up-Books', 1093, ''),
('', '', '', '', 279, 279, 'Other Childrens Books', 'Other-Childrens-Books', 1093, ''),
('', '', '', '', 1105, 1105, 'Educational/ Textbooks', 'Educational-Textbooks', 267, ''),
('', '', '', '', 29767, 29767, 'Architecture', 'Architecture', 1105, ''),
('', '', '', '', 27322, 27322, 'Art & Design', 'Art-and-Design', 1105, ''),
('', '', '', '', 1106, 1106, 'Business/ Management', 'Business-Management', 1105, ''),
('', '', '', '', 1107, 1107, 'Computing/ IT/ Internet', 'Computing-IT-Internet', 1105, ''),
('', '', '', '', 121624, 121624, 'Crafts', 'Crafts', 1105, ''),
('', '', '', '', 105930, 105930, 'Driving/ Driving Tests', 'Driving-Driving-Tests', 1105, ''),
('', '', '', '', 29301, 29301, 'Economics', 'Economics', 1105, ''),
('', '', '', '', 121601, 121601, 'Education/ Teaching', 'Education-Teaching', 1105, ''),
('', '', '', '', 121602, 121602, 'Key Stage 1', 'Key-Stage-1', 121601, ''),
('', '', '', '', 121603, 121603, 'History', 'History', 121602, ''),
('', '', '', '', 121604, 121604, 'Language Study', 'Language-Study', 121602, ''),
('', '', '', '', 121605, 121605, 'Literacy/ English', 'Literacy-English', 121602, ''),
('', '', '', '', 121606, 121606, 'Numeracy/ Mathematics', 'Numeracy-Mathematics', 121602, ''),
('', '', '', '', 121607, 121607, 'Science', 'Science', 121602, ''),
('', '', '', '', 121608, 121608, 'Other Key Stage 1', 'Other-Key-Stage-1', 121602, ''),
('', '', '', '', 121609, 121609, 'Key Stage 2', 'Key-Stage-2', 121601, ''),
('', '', '', '', 121610, 121610, 'History', 'History', 121609, ''),
('', '', '', '', 121611, 121611, 'Language Study', 'Language-Study', 121609, ''),
('', '', '', '', 121612, 121612, 'Literacy/ English', 'Literacy-English', 121609, ''),
('', '', '', '', 121613, 121613, 'Numeracy/ Mathematics', 'Numeracy-Mathematics', 121609, ''),
('', '', '', '', 121614, 121614, 'Science', 'Science', 121609, ''),
('', '', '', '', 121615, 121615, 'Other Key Stage 2', 'Other-Key-Stage-2', 121609, ''),
('', '', '', '', 121616, 121616, 'Key Stage 3', 'Key-Stage-3', 121601, ''),
('', '', '', '', 121617, 121617, 'History', 'History', 121616, ''),
('', '', '', '', 121618, 121618, 'Language Study', 'Language-Study', 121616, ''),
('', '', '', '', 121619, 121619, 'Literacy/ English', 'Literacy-English', 121616, ''),
('', '', '', '', 121620, 121620, 'Numeracy/ Mathematics', 'Numeracy-Mathematics', 121616, ''),
('', '', '', '', 121621, 121621, 'Science', 'Science', 121616, ''),
('', '', '', '', 121622, 121622, 'Other Key Stage 3', 'Other-Key-Stage-3', 121616, ''),
('', '', '', '', 121623, 121623, 'Teaching Methods/ Principles', 'Teaching-Methods-Principles', 121601, ''),
('', '', '', '', 64190, 64190, 'Other Education/ Teaching', 'Other-Education-Teaching', 121601, ''),
('', '', '', '', 29302, 29302, 'English Language/ Grammar', 'English-Language-Grammar', 1105, ''),
('', '', '', '', 121638, 121638, 'English Literature', 'English-Literature', 1105, ''),
('', '', '', '', 27325, 27325, 'Exam/ Study Aids', 'Exam-Study-Aids', 1105, ''),
('', '', '', '', 101024, 101024, 'Geography', 'Geography', 1105, ''),
('', '', '', '', 27324, 27324, 'History', 'History', 1105, ''),
('', '', '', '', 11442, 11442, 'Language Study', 'Language-Study', 1105, ''),
('', '', '', '', 90580, 90580, 'Arabic', 'Arabic', 11442, ''),
('', '', '', '', 90581, 90581, 'Chinese', 'Chinese', 11442, ''),
('', '', '', '', 90582, 90582, 'Dutch', 'Dutch', 11442, ''),
('', '', '', '', 79961, 79961, 'East European/ Slavonic', 'East-European-Slavonic', 11442, ''),
('', '', '', '', 11443, 11443, 'French', 'French', 11442, ''),
('', '', '', '', 26184, 26184, 'German', 'German', 11442, ''),
('', '', '', '', 90583, 90583, 'Greek (Ancient)', 'Greek-Ancient', 11442, ''),
('', '', '', '', 90584, 90584, 'Greek (Modern)', 'Greek-Modern', 11442, ''),
('', '', '', '', 98549, 98549, 'Hindi/ Bengali/ Gujarati/ Urdu', 'Hindi-Bengali-Gujarati-Urdu', 11442, ''),
('', '', '', '', 105929, 105929, 'Irish Language (Gaeilge)', 'Irish-Language-Gaeilge', 11442, ''),
('', '', '', '', 46340, 46340, 'Italian', 'Italian', 11442, ''),
('', '', '', '', 29305, 29305, 'Japanese', 'Japanese', 11442, ''),
('', '', '', '', 98548, 98548, 'Korean', 'Korean', 11442, ''),
('', '', '', '', 29306, 29306, 'Latin', 'Latin', 11442, ''),
('', '', '', '', 98550, 98550, 'Polish', 'Polish', 11442, ''),
('', '', '', '', 66455, 66455, 'Portuguese', 'Portuguese', 11442, ''),
('', '', '', '', 46341, 46341, 'Russian', 'Russian', 11442, ''),
('', '', '', '', 121635, 121635, 'Scandinavian Languages', 'Scandinavian-Languages', 11442, ''),
('', '', '', '', 11444, 11444, 'Spanish', 'Spanish', 11442, ''),
('', '', '', '', 105928, 105928, 'TEFL/ Learning English', 'TEFL-Learning-English', 11442, ''),
('', '', '', '', 90585, 90585, 'Thai', 'Thai', 11442, ''),
('', '', '', '', 90586, 90586, 'Turkish', 'Turkish', 11442, ''),
('', '', '', '', 98551, 98551, 'Welsh', 'Welsh', 11442, ''),
('', '', '', '', 121636, 121636, 'Linguistics', 'Linguistics', 11442, ''),
('', '', '', '', 1110, 1110, 'Other Language Study', 'Other-Language-Study', 11442, ''),
('', '', '', '', 11445, 11445, 'Law/ Legal', 'Law-Legal', 1105, ''),
('', '', '', '', 11446, 11446, 'Mathematics', 'Mathematics', 1105, ''),
('', '', '', '', 105938, 105938, 'Media Studies', 'Media-Studies', 1105, ''),
('', '', '', '', 46339, 46339, 'Medical/ Nursing', 'Medical-Nursing', 1105, ''),
('', '', '', '', 121639, 121639, 'Music Theory', 'Music-Theory', 1105, ''),
('', '', '', '', 64191, 64191, 'Philosophy', 'Philosophy', 1105, ''),
('', '', '', '', 101026, 101026, 'Photography', 'Photography', 1105, ''),
('', '', '', '', 64192, 64192, 'Politics/ Political Science', 'Politics-Political-Science', 1105, ''),
('', '', '', '', 72301, 72301, 'Practical Skills', 'Practical-Skills', 1105, ''),
('', '', '', '', 1115, 1115, 'Psychology', 'Psychology', 1105, ''),
('', '', '', '', 101030, 101030, 'Religious Studies/ Theology', 'Religious-Studies-Theology', 1105, ''),
('', '', '', '', 64727, 64727, 'Science', 'Science', 1105, ''),
('', '', '', '', 105936, 105936, 'General Science', 'General-Science', 64727, ''),
('', '', '', '', 64728, 64728, 'Astronomy/ Cosmology', 'Astronomy-Cosmology', 64727, ''),
('', '', '', '', 101027, 101027, 'Biochemistry', 'Biochemistry', 64727, ''),
('', '', '', '', 69478, 69478, 'Biological Sciences', 'Biological-Sciences', 64727, ''),
('', '', '', '', 64193, 64193, 'Botany/ Zoology', 'Botany-Zoology', 64727, ''),
('', '', '', '', 64729, 64729, 'Chemistry', 'Chemistry', 64727, ''),
('', '', '', '', 69479, 69479, 'Electronics', 'Electronics', 64727, ''),
('', '', '', '', 11437, 11437, 'Engineering', 'Engineering', 64727, ''),
('', '', '', '', 64730, 64730, 'Geology/ Earth Sciences', 'Geology-Earth-Sciences', 64727, ''),
('', '', '', '', 121637, 121637, 'Meteorology/ Weather', 'Meteorology-Weather', 64727, ''),
('', '', '', '', 101029, 101029, 'Palaeontology/ Dinosaurs', 'Palaeontology-Dinosaurs', 64727, ''),
('', '', '', '', 64731, 64731, 'Physics', 'Physics', 64727, ''),
('', '', '', '', 64732, 64732, 'Technology', 'Technology', 64727, ''),
('', '', '', '', 101028, 101028, 'Veterinary Science', 'Veterinary-Science', 64727, ''),
('', '', '', '', 1114, 1114, 'Other Science Textbooks', 'Other-Science-Textbooks', 64727, ''),
('', '', '', '', 29769, 29769, 'Sociology/ Anthropology', 'Sociology-Anthropology', 1105, ''),
('', '', '', '', 101025, 101025, 'Special Needs', 'Special-Needs', 1105, ''),
('', '', '', '', 116516, 116516, 'Sports Science', 'Sports-Science', 1105, ''),
('', '', '', '', 105937, 105937, 'Vocational Skills', 'Vocational-Skills', 1105, ''),
('', '', '', '', 2228, 2228, 'Other Educational/ Textbooks', 'Other-Educational-Textbooks', 1105, ''),
('', '', '', '', 270, 270, 'Fiction Books', 'Fiction-Books', 267, ''),
('', '', '', '', 90591, 90591, 'Animal Stories', 'Animal-Stories', 270, ''),
('', '', '', '', 43759, 43759, 'Classics', 'Classics', 270, ''),
('', '', '', '', 64194, 64194, 'Ancient/ Medieval', 'Ancient-Medieval', 43759, ''),
('', '', '', '', 64195, 64195, '17th Century', '17th-Century', 43759, ''),
('', '', '', '', 64196, 64196, '18th Century', '18th-Century', 43759, ''),
('', '', '', '', 64197, 64197, '19th Century', '19th-Century', 43759, ''),
('', '', '', '', 29224, 29224, '20th Century', '20th-Century', 43759, ''),
('', '', '', '', 90595, 90595, 'Crime/ Detective', 'Crime-Detective', 270, ''),
('', '', '', '', 90596, 90596, 'Anthologies', 'Anthologies', 90595, ''),
('', '', '', '', 29228, 29228, 'Classic Crime/ Detective', 'Classic-Crime-Detective', 90595, ''),
('', '', '', '', 90597, 90597, 'Contemporary Crime/ Detective', 'Contemporary-Crime-Detective', 90595, ''),
('', '', '', '', 90598, 90598, 'Popular Series/ Authors', 'Popular-Series-Authors', 90595, ''),
('', '', '', '', 121640, 121640, 'Mark Billingham', 'Mark-Billingham', 90598, ''),
('', '', '', '', 121641, 121641, 'Sexton Blake', 'Sexton-Blake', 90598, ''),
('', '', '', '', 121642, 121642, 'Raymond Chandler', 'Raymond-Chandler', 90598, ''),
('', '', '', '', 90599, 90599, 'Agatha Christie', 'Agatha-Christie', 90598, ''),
('', '', '', '', 121643, 121643, 'Harlan Coben', 'Harlan-Coben', 90598, ''),
('', '', '', '', 90600, 90600, 'Martina Cole', 'Martina-Cole', 90598, ''),
('', '', '', '', 116524, 116524, 'Michael Connelly', 'Michael-Connelly', 90598, ''),
('', '', '', '', 90601, 90601, 'Patricia Cornwell', 'Patricia-Cornwell', 90598, ''),
('', '', '', '', 121644, 121644, 'John Creasey', 'John-Creasey', 90598, ''),
('', '', '', '', 90602, 90602, 'Colin Dexter', 'Colin-Dexter', 90598, ''),
('', '', '', '', 121645, 121645, 'Conan Doyle/ Sherlock Holmes', 'Conan-Doyle-Sherlock-Holmes', 90598, ''),
('', '', '', '', 121646, 121646, 'Janet Evanovich', 'Janet-Evanovich', 90598, ''),
('', '', '', '', 121647, 121647, 'Tess Gerritsen', 'Tess-Gerritsen', 90598, ''),
('', '', '', '', 90603, 90603, 'Sue Grafton', 'Sue-Grafton', 90598, ''),
('', '', '', '', 90604, 90604, 'P. D. James', 'P-D-James', 90598, ''),
('', '', '', '', 121648, 121648, 'Ed McBain', 'Ed-McBain', 90598, ''),
('', '', '', '', 116544, 116544, 'Val McDermid', 'Val-McDermid', 90598, ''),
('', '', '', '', 90605, 90605, 'James Patterson', 'James-Patterson', 90598, ''),
('', '', '', '', 121649, 121649, 'Ellis Peters/ Cadfael', 'Ellis-Peters-Cadfael', 90598, ''),
('', '', '', '', 90606, 90606, 'Ian Rankin', 'Ian-Rankin', 90598, ''),
('', '', '', '', 116548, 116548, 'Kathy Reichs', 'Kathy-Reichs', 90598, ''),
('', '', '', '', 90607, 90607, 'Ruth Rendell', 'Ruth-Rendell', 90598, ''),
('', '', '', '', 121650, 121650, 'Peter Robinson', 'Peter-Robinson', 90598, ''),
('', '', '', '', 116549, 116549, 'Karin Slaughter', 'Karin-Slaughter', 90598, ''),
('', '', '', '', 121651, 121651, 'Alexander McCall Smith', 'Alexander-McCall-Smith', 90598, ''),
('', '', '', '', 116550, 116550, 'Minette Walters', 'Minette-Walters', 90598, ''),
('', '', '', '', 90608, 90608, 'Other Crime/ Detective Fiction', 'Other-Crime-Detective-Fiction', 90595, ''),
('', '', '', '', 90593, 90593, 'Erotic Fiction', 'Erotic-Fiction', 270, ''),
('', '', '', '', 43763, 43763, 'Fantasy', 'Fantasy', 270, ''),
('', '', '', '', 64198, 64198, 'Anthologies', 'Anthologies', 43763, ''),
('', '', '', '', 69480, 69480, 'Classic Fantasy', 'Classic-Fantasy', 43763, ''),
('', '', '', '', 72302, 72302, 'Contemporary Fantasy', 'Contemporary-Fantasy', 43763, ''),
('', '', '', '', 64199, 64199, 'Popular Series/ Authors', 'Popular-Series-Authors', 43763, ''),
('', '', '', '', 64202, 64202, 'Dragonlance/ D&D', 'Dragonlance-DandD', 64199, ''),
('', '', '', '', 64203, 64203, 'Fighting Fantasy', 'Fighting-Fantasy', 64199, ''),
('', '', '', '', 90594, 90594, 'Forgotten Realms', 'Forgotten-Realms', 64199, ''),
('', '', '', '', 64204, 64204, 'Lone Wolf', 'Lone-Wolf', 64199, ''),
('', '', '', '', 91153, 91153, 'Warhammer', 'Warhammer', 64199, ''),
('', '', '', '', 64207, 64207, 'Terry Brooks/ Shannara', 'Terry-Brooks-Shannara', 64199, ''),
('', '', '', '', 72303, 72303, 'David Eddings', 'David-Eddings', 64199, ''),
('', '', '', '', 91152, 91152, 'Raymond E. Feist', 'Raymond-E-Feist', 64199, ''),
('', '', '', '', 72304, 72304, 'David Gemmell', 'David-Gemmell', 64199, ''),
('', '', '', '', 98553, 98553, 'Robert Jordan/ Wheel of Time', 'Robert-Jordan-Wheel-of-Time', 64199, ''),
('', '', '', '', 121660, 121660, 'Katharine Kerr', 'Katharine-Kerr', 64199, ''),
('', '', '', '', 64206, 64206, 'C. S. Lewis/ Narnia Chronicles', 'C-S-Lewis-Narnia-Chronicles', 64199, ''),
('', '', '', '', 64200, 64200, 'Anne McCaffrey', 'Anne-McCaffrey', 64199, ''),
('', '', '', '', 64201, 64201, 'Terry Pratchett/ Discworld', 'Terry-Pratchett-Discworld', 64199, ''),
('', '', '', '', 98552, 98552, 'Robert Rankin', 'Robert-Rankin', 64199, ''),
('', '', '', '', 64205, 64205, 'JRR Tolkien/ Lord of the Rings', 'JRR-Tolkien-Lord-of-the-Rings', 64199, ''),
('', '', '', '', 2229, 2229, 'Other Fantasy Fiction', 'Other-Fantasy-Fiction', 43763, ''),
('', '', '', '', 64208, 64208, 'Film/ TV Adaptations', 'Film-TV-Adaptations', 270, ''),
('', '', '', '', 64209, 64209, 'UK Films', 'UK-Films', 64208, ''),
('', '', '', '', 64210, 64210, 'US Films', 'US-Films', 64208, ''),
('', '', '', '', 64211, 64211, 'UK TV', 'UK-TV', 64208, ''),
('', '', '', '', 64212, 64212, 'US TV', 'US-TV', 64208, ''),
('', '', '', '', 50185, 50185, 'Other Film/ TV Adaptations', 'Other-Film-TV-Adaptations', 64208, ''),
('', '', '', '', 29225, 29225, 'Folklore/ Mythology', 'Folklore-Mythology', 270, ''),
('', '', '', '', 64213, 64213, 'Foreign Language', 'Foreign-Language', 270, ''),
('', '', '', '', 64234, 64234, 'Gay/ Lesbian Fiction', 'Gay-Lesbian-Fiction', 270, ''),
('', '', '', '', 7557, 7557, 'Historical', 'Historical', 270, ''),
('', '', '', '', 64215, 64215, 'Horror', 'Horror', 270, ''),
('', '', '', '', 69481, 69481, 'Anthologies', 'Anthologies', 64215, ''),
('', '', '', '', 64216, 64216, 'Classic Horror', 'Classic-Horror', 64215, ''),
('', '', '', '', 72305, 72305, 'Contemporary Horror', 'Contemporary-Horror', 64215, ''),
('', '', '', '', 72306, 72306, 'Ghost Stories', 'Ghost-Stories', 64215, ''),
('', '', '', '', 64217, 64217, 'Popular Series/ Authors', 'Popular-Series-Authors', 64215, ''),
('', '', '', '', 72307, 72307, 'Point Horror', 'Point-Horror', 64217, ''),
('', '', '', '', 64218, 64218, 'Clive Barker', 'Clive-Barker', 64217, ''),
('', '', '', '', 64219, 64219, 'James Herbert', 'James-Herbert', 64217, ''),
('', '', '', '', 64220, 64220, 'Stephen King', 'Stephen-King', 64217, ''),
('', '', '', '', 64221, 64221, 'Dean Koontz', 'Dean-Koontz', 64217, ''),
('', '', '', '', 64222, 64222, 'Richard Laymon', 'Richard-Laymon', 64217, ''),
('', '', '', '', 72308, 72308, 'Graham Masterton', 'Graham-Masterton', 64217, ''),
('', '', '', '', 64223, 64223, 'Christopher Pike', 'Christopher-Pike', 64217, ''),
('', '', '', '', 64224, 64224, 'Anne Rice', 'Anne-Rice', 64217, ''),
('', '', '', '', 116551, 116551, 'Dennis Wheatley', 'Dennis-Wheatley', 64217, ''),
('', '', '', '', 1116, 1116, 'Other Horror Fiction', 'Other-Horror-Fiction', 64215, ''),
('', '', '', '', 64225, 64225, 'Humour', 'Humour', 270, ''),
('', '', '', '', 64226, 64226, 'Cartoons', 'Cartoons', 64225, ''),
('', '', '', '', 67198, 67198, 'Giles', 'Giles', 64225, ''),
('', '', '', '', 64227, 64227, 'Joke Books', 'Joke-Books', 64225, ''),
('', '', '', '', 64228, 64228, 'Novels', 'Novels', 64225, ''),
('', '', '', '', 64229, 64229, 'Scripts', 'Scripts', 64225, ''),
('', '', '', '', 121652, 121652, 'Short Stories/ Anecdotes', 'Short-Stories-Anecdotes', 64225, ''),
('', '', '', '', 64230, 64230, 'TV Tie-Ins', 'TV-Tie-Ins', 64225, ''),
('', '', '', '', 101031, 101031, 'Verse/ Poetry', 'Verse-Poetry', 64225, ''),
('', '', '', '', 1117, 1117, 'Other Humorous Fiction', 'Other-Humorous-Fiction', 64225, ''),
('', '', '', '', 29226, 29226, 'Literary Collections', 'Literary-Collections', 270, ''),
('', '', '', '', 69482, 69482, 'Literary Fiction', 'Literary-Fiction', 270, ''),
('', '', '', '', 121653, 121653, 'African', 'African', 69482, ''),
('', '', '', '', 69483, 69483, 'American', 'American', 69482, ''),
('', '', '', '', 101032, 101032, 'Asian', 'Asian', 69482, ''),
('', '', '', '', 48838, 48838, 'British', 'British', 69482, ''),
('', '', '', '', 75331, 75331, 'European', 'European', 69482, ''),
('', '', '', '', 101033, 101033, 'Indian', 'Indian', 69482, ''),
('', '', '', '', 105948, 105948, 'Irish', 'Irish', 69482, ''),
('', '', '', '', 69484, 69484, 'Other Literary Fiction', 'Other-Literary-Fiction', 69482, ''),
('', '', '', '', 91151, 91151, 'Mens Fiction', 'Mens-Fiction', 270, ''),
('', '', '', '', 121654, 121654, 'Military/ War', 'Military-War', 270, ''),
('', '', '', '', 121655, 121655, 'Anthologies', 'Anthologies', 121654, ''),
('', '', '', '', 121656, 121656, 'Classic Military/ War', 'Classic-Military-War', 121654, ''),
('', '', '', '', 121657, 121657, 'Contemporary Military/ War', 'Contemporary-Military-War', 121654, ''),
('', '', '', '', 121658, 121658, 'Popular Series/ Authors', 'Popular-Series-Authors', 121654, ''),
('', '', '', '', 121659, 121659, 'Bernard Cornwell/ Sharpe', 'Bernard-Cornwell-Sharpe', 121658, ''),
('', '', '', '', 116545, 116545, 'Andy McNab', 'Andy-McNab', 121658, ''),
('', '', '', '', 121773, 121773, 'Patrick OBrian', 'Patrick-OBrian', 121658, ''),
('', '', '', '', 1118, 1118, 'Other Military/ War', 'Other-Military-War', 121654, ''),
('', '', '', '', 11431, 11431, 'Plays/ Screenplays', 'Plays-Screenplays', 270, ''),
('', '', '', '', 64231, 64231, 'Poetry', 'Poetry', 270, ''),
('', '', '', '', 64232, 64232, 'Anthologies', 'Anthologies', 64231, ''),
('', '', '', '', 2230, 2230, 'Single Authors', 'Single-Authors', 64231, ''),
('', '', '', '', 64233, 64233, 'Other Poetry', 'Other-Poetry', 64231, ''),
('', '', '', '', 75332, 75332, 'Pulps', 'Pulps', 270, ''),
('', '', '', '', 29234, 29234, 'Religious', 'Religious', 270, ''),
('', '', '', '', 29235, 29235, 'Romance', 'Romance', 270, ''),
('', '', '', '', 121774, 121774, 'Anthologies', 'Anthologies', 29235, ''),
('', '', '', '', 325, 325, 'Contemporary', 'Contemporary', 29235, ''),
('', '', '', '', 29237, 29237, 'Fantasy', 'Fantasy', 29235, ''),
('', '', '', '', 29238, 29238, 'Historical', 'Historical', 29235, ''),
('', '', '', '', 64242, 64242, 'Mills & Boon', 'Mills-and-Boon', 29235, ''),
('', '', '', '', 64243, 64243, 'Other Romantic Fiction', 'Other-Romantic-Fiction', 29235, ''),
('', '', '', '', 19460, 19460, 'Science Fiction', 'Science-Fiction', 270, ''),
('', '', '', '', 64245, 64245, 'Anthologies', 'Anthologies', 19460, ''),
('', '', '', '', 69485, 69485, 'Classic Science Fiction', 'Classic-Science-Fiction', 19460, ''),
('', '', '', '', 72309, 72309, 'Contemporary Science Fiction', 'Contemporary-Science-Fiction', 19460, ''),
('', '', '', '', 64254, 64254, 'Popular Series/ Authors', 'Popular-Series-Authors', 19460, ''),
('', '', '', '', 64255, 64255, 'Doctor Who', 'Doctor-Who', 64254, ''),
('', '', '', '', 64256, 64256, 'Star Trek', 'Star-Trek', 64254, ''),
('', '', '', '', 69435, 69435, 'Star Wars', 'Star-Wars', 64254, ''),
('', '', '', '', 72310, 72310, 'X-Files', 'X-Files', 64254, ''),
('', '', '', '', 64247, 64247, 'Douglas Adams', 'Douglas-Adams', 64254, ''),
('', '', '', '', 64248, 64248, 'Isaac Asimov', 'Isaac-Asimov', 64254, ''),
('', '', '', '', 72311, 72311, 'Iain M. Banks', 'Iain-M-Banks', 64254, ''),
('', '', '', '', 64249, 64249, 'Greg Bear', 'Greg-Bear', 64254, ''),
('', '', '', '', 64250, 64250, 'Arthur C. Clarke', 'Arthur-C-Clarke', 64254, ''),
('', '', '', '', 64251, 64251, 'Philip K. Dick', 'Philip-K-Dick', 64254, ''),
('', '', '', '', 72312, 72312, 'Alan Dean Foster', 'Alan-Dean-Foster', 64254, ''),
('', '', '', '', 121775, 121775, 'Harry Harrison', 'Harry-Harrison', 64254, ''),
('', '', '', '', 64252, 64252, 'Robert Heinlein', 'Robert-Heinlein', 64254, ''),
('', '', '', '', 72313, 72313, 'Frank Herbert', 'Frank-Herbert', 64254, ''),
('', '', '', '', 90592, 90592, 'Larry Niven', 'Larry-Niven', 64254, ''),
('', '', '', '', 64253, 64253, 'John Wyndham', 'John-Wyndham', 64254, ''),
('', '', '', '', 273, 273, 'Other Science Fiction', 'Other-Science-Fiction', 19460, ''),
('', '', '', '', 64244, 64244, 'Short Stories', 'Short-Stories', 270, ''),
('', '', '', '', 105949, 105949, 'Thrillers, Action & Adventure', 'Thrillers-Action-and-Adventure', 270, ''),
('', '', '', '', 131079, 131079, 'Action & Adventure', 'Action-and-Adventure', 105949, ''),
('', '', '', '', 105950, 105950, 'Anthologies', 'Anthologies', 105949, ''),
('', '', '', '', 116517, 116517, 'Popular Authors', 'Popular-Authors', 105949, ''),
('', '', '', '', 72314, 72314, 'Authors A-C', 'Authors-A-C', 116517, ''),
('', '', '', '', 116518, 116518, 'Jeffrey Archer', 'Jeffrey-Archer', 116517, ''),
('', '', '', '', 116519, 116519, 'Dan Brown', 'Dan-Brown', 116517, ''),
('', '', '', '', 116520, 116520, 'Lee Child', 'Lee-Child', 116517, ''),
('', '', '', '', 116521, 116521, 'Michael Crichton', 'Michael-Crichton', 116517, ''),
('', '', '', '', 116522, 116522, 'Tom Clancy', 'Tom-Clancy', 116517, ''),
('', '', '', '', 116526, 116526, 'Clive Cussler', 'Clive-Cussler', 116517, ''),
('', '', '', '', 105951, 105951, 'Authors D-F', 'Authors-D-F', 116517, ''),
('', '', '', '', 116527, 116527, 'Jeffrey Deaver', 'Jeffrey-Deaver', 116517, ''),
('', '', '', '', 116528, 116528, 'Len Deighton', 'Len-Deighton', 116517, ''),
('', '', '', '', 116529, 116529, 'Michael Dobbs', 'Michael-Dobbs', 116517, ''),
('', '', '', '', 121776, 121776, 'Ian Fleming', 'Ian-Fleming', 116517, ''),
('', '', '', '', 116530, 116530, 'Ken Follett', 'Ken-Follett', 116517, ''),
('', '', '', '', 116531, 116531, 'Colin Forbes', 'Colin-Forbes', 116517, ''),
('', '', '', '', 116532, 116532, 'Frederick Forsyth', 'Frederick-Forsyth', 116517, ''),
('', '', '', '', 116533, 116533, 'Dick Francis', 'Dick-Francis', 116517, ''),
('', '', '', '', 116534, 116534, 'John Francome', 'John-Francome', 116517, ''),
('', '', '', '', 116535, 116535, 'Nicci French', 'Nicci-French', 116517, ''),
('', '', '', '', 105952, 105952, 'Authors G-I', 'Authors-G-I', 116517, ''),
('', '', '', '', 116536, 116536, 'John Grisham', 'John-Grisham', 116517, ''),
('', '', '', '', 116537, 116537, 'Jack Higgins', 'Jack-Higgins', 116517, ''),
('', '', '', '', 116538, 116538, 'Mary Higgins Clark', 'Mary-Higgins-Clark', 116517, ''),
('', '', '', '', 105953, 105953, 'Authors J-L', 'Authors-J-L', 116517, ''),
('', '', '', '', 116539, 116539, 'Jonathan Kellerman', 'Jonathan-Kellerman', 116517, ''),
('', '', '', '', 116541, 116541, 'John Le Carre', 'John-Le-Carre', 116517, ''),
('', '', '', '', 116542, 116542, 'Robert Ludlum', 'Robert-Ludlum', 116517, ''),
('', '', '', '', 116543, 116543, 'Eric Lustbader', 'Eric-Lustbader', 116517, ''),
('', '', '', '', 105954, 105954, 'Authors M-O', 'Authors-M-O', 116517, ''),
('', '', '', '', 105955, 105955, 'Authors P-R', 'Authors-P-R', 116517, ''),
('', '', '', '', 105956, 105956, 'Authors S-U', 'Authors-S-U', 116517, ''),
('', '', '', '', 121779, 121779, 'Sidney Sheldon', 'Sidney-Sheldon', 116517, ''),
('', '', '', '', 121780, 121780, 'Wilbur Smith', 'Wilbur-Smith', 116517, ''),
('', '', '', '', 105957, 105957, 'Authors V-Z', 'Authors-V-Z', 116517, ''),
('', '', '', '', 1119, 1119, 'Western/ Cowboy', 'Western-Cowboy', 270, ''),
('', '', '', '', 105939, 105939, 'Womens Fiction', 'Womens-Fiction', 270, ''),
('', '', '', '', 105940, 105940, 'Anthologies', 'Anthologies', 105939, ''),
('', '', '', '', 116557, 116557, 'Popular Authors', 'Popular-Authors', 105939, ''),
('', '', '', '', 13540, 13540, 'Authors A-C', 'Authors-A-C', 116557, ''),
('', '', '', '', 116558, 116558, 'Catherine Alliot', 'Catherine-Alliot', 116557, ''),
('', '', '', '', 116559, 116559, 'Virginia Andrews', 'Virginia-Andrews', 116557, ''),
('', '', '', '', 116560, 116560, 'Judy Astley', 'Judy-Astley', 116557, ''),
('', '', '', '', 116561, 116561, 'Margaret Atwood', 'Margaret-Atwood', 116557, ''),
('', '', '', '', 116562, 116562, 'Maeve Binchy', 'Maeve-Binchy', 116557, ''),
('', '', '', '', 116563, 116563, 'Barbara Taylor Bradford', 'Barbara-Taylor-Bradford', 116557, ''),
('', '', '', '', 116564, 116564, 'Joan Collins', 'Joan-Collins', 116557, ''),
('', '', '', '', 116565, 116565, 'Jackie Collins', 'Jackie-Collins', 116557, ''),
('', '', '', '', 116566, 116566, 'Catherine Cookson', 'Catherine-Cookson', 116557, ''),
('', '', '', '', 116567, 116567, 'Jilly Cooper', 'Jilly-Cooper', 116557, ''),
('', '', '', '', 121777, 121777, 'Josephine Cox', 'Josephine-Cox', 116557, ''),
('', '', '', '', 105941, 105941, 'Authors D-F', 'Authors-D-F', 116557, ''),
('', '', '', '', 116568, 116568, 'Sarah Duncan', 'Sarah-Duncan', 116557, ''),
('', '', '', '', 116569, 116569, 'Helen Fielding', 'Helen-Fielding', 116557, ''),
('', '', '', '', 116570, 116570, 'Helen Forrester', 'Helen-Forrester', 116557, ''),
('', '', '', '', 105942, 105942, 'Authors G-I', 'Authors-G-I', 116557, ''),
('', '', '', '', 116571, 116571, 'Jane Green', 'Jane-Green', 116557, ''),
('', '', '', '', 105943, 105943, 'Authors J-L', 'Authors-J-L', 116557, ''),
('', '', '', '', 116572, 116572, 'Erica James', 'Erica-James', 116557, ''),
('', '', '', '', 116573, 116573, 'Joan Jonker', 'Joan-Jonker', 116557, ''),
('', '', '', '', 116574, 116574, 'Cathy Kelly', 'Cathy-Kelly', 116557, ''),
('', '', '', '', 116575, 116575, 'Marian Keyes', 'Marian-Keyes', 116557, ''),
('', '', '', '', 116576, 116576, 'Sophie Kinsella', 'Sophie-Kinsella', 116557, ''),
('', '', '', '', 105944, 105944, 'Authors M-O', 'Authors-M-O', 116557, ''),
('', '', '', '', 116577, 116577, 'Jill Mansell', 'Jill-Mansell', 116557, ''),
('', '', '', '', 116578, 116578, 'Sheila OFlanagan', 'Sheila-OFlanagan', 116557, ''),
('', '', '', '', 105945, 105945, 'Authors P-R', 'Authors-P-R', 116557, ''),
('', '', '', '', 116579, 116579, 'Adele Parks', 'Adele-Parks', 116557, ''),
('', '', '', '', 116580, 116580, 'Allison Pearson', 'Allison-Pearson', 116557, ''),
('', '', '', '', 121778, 121778, 'Jodi Picoult', 'Jodi-Picoult', 116557, ''),
('', '', '', '', 116581, 116581, 'Libby Purves', 'Libby-Purves', 116557, ''),
('', '', '', '', 105946, 105946, 'Authors S-U', 'Authors-S-U', 116557, ''),
('', '', '', '', 116582, 116582, 'Patricia Scanlan', 'Patricia-Scanlan', 116557, ''),
('', '', '', '', 116583, 116583, 'Anita Shreve', 'Anita-Shreve', 116557, ''),
('', '', '', '', 116584, 116584, 'Mary Jane Staples', 'Mary-Jane-Staples', 116557, ''),
('', '', '', '', 116585, 116585, 'Danielle Steel', 'Danielle-Steel', 116557, ''),
('', '', '', '', 116586, 116586, 'Arabella Weir', 'Arabella-Weir', 116557, ''),
('', '', '', '', 105947, 105947, 'Authors V-Z', 'Authors-V-Z', 116557, ''),
('', '', '', '', 377, 377, 'Other Fiction Books', 'Other-Fiction-Books', 270, ''),
('', '', '', '', 2231, 2231, 'First Editions', 'First-Editions', 267, ''),
('', '', '', '', 90957, 90957, 'Antiquarian Books (Pre-1940)', 'Antiquarian-Books-Pre-1940', 2231, ''),
('', '', '', '', 90958, 90958, 'Signed', 'Signed', 90957, ''),
('', '', '', '', 90959, 90959, 'Unsigned', 'Unsigned', 90957, ''),
('', '', '', '', 90960, 90960, 'Childrens Books', 'Childrens-Books', 2231, ''),
('', '', '', '', 90961, 90961, 'Signed', 'Signed', 90960, ''),
('', '', '', '', 90962, 90962, 'Unsigned', 'Unsigned', 90960, ''),
('', '', '', '', 64240, 64240, 'Fiction', 'Fiction', 2231, ''),
('', '', '', '', 2232, 2232, 'Signed', 'Signed', 64240, ''),
('', '', '', '', 20045, 20045, 'Unsigned', 'Unsigned', 64240, ''),
('', '', '', '', 64241, 64241, 'Non-Fiction', 'Non-Fiction', 2231, ''),
('', '', '', '', 13543, 13543, 'Signed', 'Signed', 64241, ''),
('', '', '', '', 20046, 20046, 'Unsigned', 'Unsigned', 64241, ''),
('', '', '', '', 69496, 69496, 'Modern Maps & Atlases', 'Modern-Maps-and-Atlases', 267, ''),
('', '', '', '', 121822, 121822, 'UK', 'UK', 69496, ''),
('', '', '', '', 121823, 121823, 'City A to Zs', 'City-A-to-Zs', 121822, ''),
('', '', '', '', 121824, 121824, 'Ordnance Survey/ Local Maps', 'Ordnance-Survey-Local-Maps', 121822, ''),
('', '', '', '', 121825, 121825, 'UK Road Atlases', 'UK-Road-Atlases', 121822, ''),
('', '', '', '', 69497, 69497, 'Other UK Maps', 'Other-UK-Maps', 121822, ''),
('', '', '', '', 69498, 69498, 'Africa', 'Africa', 69496, ''),
('', '', '', '', 69499, 69499, 'Asia', 'Asia', 69496, ''),
('', '', '', '', 69501, 69501, 'Central America/ Caribbean', 'Central-America-Caribbean', 69496, ''),
('', '', '', '', 69500, 69500, 'Europe', 'Europe', 69496, ''),
('', '', '', '', 105980, 105980, 'Ireland', 'Ireland', 69496, ''),
('', '', '', '', 69502, 69502, 'Middle East', 'Middle-East', 69496, ''),
('', '', '', '', 69503, 69503, 'North America', 'North-America', 69496, ''),
('', '', '', '', 69504, 69504, 'Oceania/ Australasia', 'Oceania-Australasia', 69496, ''),
('', '', '', '', 101053, 101053, 'South America', 'South-America', 69496, ''),
('', '', '', '', 91158, 91158, 'World', 'World', 69496, ''),
('', '', '', '', 27329, 27329, 'Atlases', 'Atlases', 69496, ''),
('', '', '', '', 112388, 112388, 'Other Modern Maps', 'Other-Modern-Maps', 69496, ''),
('', '', '', '', 274, 274, 'Non-Fiction Books', 'Non-Fiction-Books', 267, ''),
('', '', '', '', 21535, 21535, 'Architecture', 'Architecture', 274, ''),
('', '', '', '', 29282, 29282, 'Art & Design', 'Art-and-Design', 274, ''),
('', '', '', '', 7703, 7703, 'Art History/ Criticism', 'Art-History-Criticism', 29282, ''),
('', '', '', '', 75333, 75333, 'Artist-Illustrated', 'Artist-Illustrated', 29282, ''),
('', '', '', '', 121781, 121781, 'Design', 'Design', 29282, ''),
('', '', '', '', 7702, 7702, 'Fine Arts', 'Fine-Arts', 29282, ''),
('', '', '', '', 64262, 64262, 'Other Art Books', 'Other-Art-Books', 29282, ''),
('', '', '', '', 29285, 29285, 'Auto/ Biography', 'Auto-Biography', 274, ''),
('', '', '', '', 29287, 29287, 'Arts/ Literary', 'Arts-Literary', 29285, ''),
('', '', '', '', 29286, 29286, 'Business', 'Business', 29285, ''),
('', '', '', '', 121782, 121782, 'Childhood Memoir', 'Childhood-Memoir', 29285, ''),
('', '', '', '', 121783, 121783, 'Entertainment', 'Entertainment', 29285, ''),
('', '', '', '', 121784, 121784, 'Dance', 'Dance', 121783, ''),
('', '', '', '', 121785, 121785, 'Film', 'Film', 121783, ''),
('', '', '', '', 121786, 121786, 'Music', 'Music', 121783, ''),
('', '', '', '', 121787, 121787, 'Radio', 'Radio', 121783, ''),
('', '', '', '', 121788, 121788, 'Theatre/ Opera/ Ballet', 'Theatre-Opera-Ballet', 121783, ''),
('', '', '', '', 121789, 121789, 'TV', 'TV', 121783, ''),
('', '', '', '', 64263, 64263, 'Other Entertainment Biogs', 'Other-Entertainment-Biogs', 121783, ''),
('', '', '', '', 105959, 105959, 'Family/ Relationships', 'Family-Relationships', 29285, ''),
('', '', '', '', 64264, 64264, 'Historical Figures', 'Historical-Figures', 29285, ''),
('', '', '', '', 29288, 29288, 'Military', 'Military', 29285, ''),
('', '', '', '', 29291, 29291, 'Political', 'Political', 29285, ''),
('', '', '', '', 29292, 29292, 'Royalty', 'Royalty', 29285, ''),
('', '', '', '', 64265, 64265, 'Science', 'Science', 29285, ''),
('', '', '', '', 29293, 29293, 'Sports', 'Sports', 29285, ''),
('', '', '', '', 277, 277, 'Other Auto/ Biography', 'Other-Auto-Biography', 29285, ''),
('', '', '', '', 29271, 29271, 'Books on Collecting', 'Books-on-Collecting', 274, ''),
('', '', '', '', 46349, 46349, 'Antiques', 'Antiques', 29271, ''),
('', '', '', '', 46350, 46350, 'Art', 'Art', 29271, ''),
('', '', '', '', 121813, 121813, 'Bears', 'Bears', 29271, ''),
('', '', '', '', 29272, 29272, 'Books', 'Books', 29271, ''),
('', '', '', '', 29275, 29275, 'Ceramics', 'Ceramics', 29271, ''),
('', '', '', '', 101034, 101034, 'Clocks/ Watches', 'Clocks-Watches', 29271, ''),
('', '', '', '', 108870, 108870, 'Coins', 'Coins', 29271, ''),
('', '', '', '', 108871, 108871, 'Collectables', 'Collectables', 29271, ''),
('', '', '', '', 121814, 121814, 'Dolls', 'Dolls', 29271, ''),
('', '', '', '', 29274, 29274, 'Glass', 'Glass', 29271, ''),
('', '', '', '', 46351, 46351, 'Jewellery', 'Jewellery', 29271, ''),
('', '', '', '', 46352, 46352, 'Silver', 'Silver', 29271, ''),
('', '', '', '', 108872, 108872, 'Stamps', 'Stamps', 29271, ''),
('', '', '', '', 29276, 29276, 'Toys', 'Toys', 29271, ''),
('', '', '', '', 29277, 29277, 'Trading Cards', 'Trading-Cards', 29271, ''),
('', '', '', '', 278, 278, 'Other Books on Collecting', 'Other-Books-on-Collecting', 29271, ''),
('', '', '', '', 121790, 121790, 'Business & Finance', 'Business-and-Finance', 274, ''),
('', '', '', '', 121791, 121791, 'Accounting', 'Accounting', 121790, ''),
('', '', '', '', 121792, 121792, 'Business Entrepreneurship', 'Business-Entrepreneurship', 121790, ''),
('', '', '', '', 121793, 121793, 'Business Leadership', 'Business-Leadership', 121790, ''),
('', '', '', '', 121794, 121794, 'Careers/ Job Hunting', 'Careers-Job-Hunting', 121790, ''),
('', '', '', '', 121795, 121795, 'General Business', 'General-Business', 121790, ''),
('', '', '', '', 121796, 121796, 'HR & Personnel Management', 'HR-and-Personnel-Management', 121790, ''),
('', '', '', '', 121797, 121797, 'Marketing & Communications', 'Marketing-and-Communications', 121790, ''),
('', '', '', '', 121798, 121798, 'Personal Finance & Investing', 'Personal-Finance-and-Investing', 121790, ''),
('', '', '', '', 121799, 121799, 'Strategy & Business Planning', 'Strategy-and-Business-Planning', 121790, ''),
('', '', '', '', 121800, 121800, 'Taxation', 'Taxation', 121790, ''),
('', '', '', '', 64266, 64266, 'Other Business & Finance', 'Other-Business-and-Finance', 121790, ''),
('', '', '', '', 121801, 121801, 'Computing & IT', 'Computing-and-IT', 274, ''),
('', '', '', '', 121802, 121802, 'Certification & Study Guides', 'Certification-and-Study-Guides', 121801, ''),
('', '', '', '', 121803, 121803, 'Graphics & Design', 'Graphics-and-Design', 121801, ''),
('', '', '', '', 121804, 121804, 'Internet', 'Internet', 121801, ''),
('', '', '', '', 121805, 121805, 'Operating Systems', 'Operating-Systems', 121801, ''),
('', '', '', '', 121806, 121806, 'Linux', 'Linux', 121805, ''),
('', '', '', '', 121807, 121807, 'Macintosh', 'Macintosh', 121805, ''),
('', '', '', '', 121808, 121808, 'Microsoft Windows', 'Microsoft-Windows', 121805, ''),
('', '', '', '', 121809, 121809, 'Unix', 'Unix', 121805, ''),
('', '', '', '', 121810, 121810, 'Other Operating Systems', 'Other-Operating-Systems', 121805, ''),
('', '', '', '', 121811, 121811, 'Software Guides', 'Software-Guides', 121801, ''),
('', '', '', '', 121812, 121812, 'Web Development', 'Web-Development', 121801, ''),
('', '', '', '', 64267, 64267, 'Other Computing & IT', 'Other-Computing-and-IT', 121801, ''),
('', '', '', '', 29328, 29328, 'Crafts', 'Crafts', 274, ''),
('', '', '', '', 105960, 105960, 'Basket Making', 'Basket-Making', 29328, ''),
('', '', '', '', 96779, 96779, 'Bead Art', 'Bead-Art', 29328, ''),
('', '', '', '', 96780, 96780, 'Cake Decorating', 'Cake-Decorating', 29328, ''),
('', '', '', '', 105961, 105961, 'Candle & Soap Making', 'Candle-and-Soap-Making', 29328, ''),
('', '', '', '', 64288, 64288, 'Cardmaking/ Scrapbooking', 'Cardmaking-Scrapbooking', 29328, ''),
('', '', '', '', 96781, 96781, 'Ceramic & Pottery Making', 'Ceramic-and-Pottery-Making', 29328, ''),
('', '', '', '', 96782, 96782, 'Crochet', 'Crochet', 29328, ''),
('', '', '', '', 29331, 29331, 'Cross-Stitch', 'Cross-Stitch', 29328, ''),
('', '', '', '', 41517, 41517, 'Decorating', 'Decorating', 29328, ''),
('', '', '', '', 96783, 96783, 'Embroidery', 'Embroidery', 29328, ''),
('', '', '', '', 64289, 64289, 'Flower-Arranging', 'Flower-Arranging', 29328, ''),
('', '', '', '', 101042, 101042, 'Jewellery Making', 'Jewellery-Making', 29328, ''),
('', '', '', '', 29329, 29329, 'Knitting', 'Knitting', 29328, ''),
('', '', '', '', 64290, 64290, 'Lacemaking', 'Lacemaking', 29328, ''),
('', '', '', '', 64291, 64291, 'Modelling', 'Modelling', 29328, ''),
('', '', '', '', 41518, 41518, 'Painting', 'Painting', 29328, ''),
('', '', '', '', 101043, 101043, 'Paper Crafts', 'Paper-Crafts', 29328, ''),
('', '', '', '', 64292, 64292, 'Quilting/ Patchwork', 'Quilting-Patchwork', 29328, ''),
('', '', '', '', 105962, 105962, 'Rubber Stamping', 'Rubber-Stamping', 29328, ''),
('', '', '', '', 96784, 96784, 'Sewing', 'Sewing', 29328, ''),
('', '', '', '', 121821, 121821, 'Spinning & Weaving', 'Spinning-and-Weaving', 29328, ''),
('', '', '', '', 96785, 96785, 'Tapestry/ Needlepoint', 'Tapestry-Needlepoint', 29328, ''),
('', '', '', '', 29332, 29332, 'Woodworking', 'Woodworking', 29328, ''),
('', '', '', '', 1124, 1124, 'Other Hobbies/ Crafts Books', 'Other-Hobbies-Crafts-Books', 29328, ''),
('', '', '', '', 64268, 64268, 'Economics', 'Economics', 274, ''),
('', '', '', '', 29307, 29307, 'Entertainment', 'Entertainment', 274, ''),
('', '', '', '', 108875, 108875, 'Dance', 'Dance', 29307, ''),
('', '', '', '', 29309, 29309, 'Film', 'Film', 29307, ''),
('', '', '', '', 23923, 23923, 'Music', 'Music', 29307, ''),
('', '', '', '', 29310, 29310, 'Radio', 'Radio', 29307, ''),
('', '', '', '', 29312, 29312, 'Theatre/ Opera/ Ballet', 'Theatre-Opera-Ballet', 29307, ''),
('', '', '', '', 29311, 29311, 'TV', 'TV', 29307, ''),
('', '', '', '', 2234, 2234, 'Other Entertainment Books', 'Other-Entertainment-Books', 29307, ''),
('', '', '', '', 29313, 29313, 'Family/ Relationships', 'Family-Relationships', 274, ''),
('', '', '', '', 121817, 121817, 'Bereavement', 'Bereavement', 29313, ''),
('', '', '', '', 50396, 50396, 'Divorce', 'Divorce', 29313, ''),
('', '', '', '', 121818, 121818, 'Etiquette & Manners', 'Etiquette-and-Manners', 29313, ''),
('', '', '', '', 29317, 29317, 'Love/ Relationships', 'Love-Relationships', 29313, ''),
('', '', '', '', 25681, 25681, 'Marriage/ Weddings', 'Marriage-Weddings', 29313, ''),
('', '', '', '', 11113, 11113, 'Parenting/ Babycare', 'Parenting-Babycare', 29313, ''),
('', '', '', '', 29315, 29315, 'Pregnancy/ Childbirth', 'Pregnancy-Childbirth', 29313, ''),
('', '', '', '', 29316, 29316, 'Sexuality', 'Sexuality', 29313, ''),
('', '', '', '', 64271, 64271, 'Other Family/ Relationships', 'Other-Family-Relationships', 29313, ''),
('', '', '', '', 64261, 64261, 'Fashion/ Costume', 'Fashion-Costume', 274, ''),
('', '', '', '', 11104, 11104, 'Food & Drink', 'Food-and-Drink', 274, ''),
('', '', '', '', 11105, 11105, 'Asian', 'Asian', 11104, ''),
('', '', '', '', 121815, 121815, 'Beer', 'Beer', 11104, ''),
('', '', '', '', 72315, 72315, 'British', 'British', 11104, ''),
('', '', '', '', 11108, 11108, 'European/ Mediterranean', 'European-Mediterranean', 11104, ''),
('', '', '', '', 11106, 11106, 'Baking', 'Baking', 11104, ''),
('', '', '', '', 11107, 11107, 'Basic Cooking', 'Basic-Cooking', 11104, ''),
('', '', '', '', 64269, 64269, 'Celebrity Chefs/ TV Tie-Ins', 'Celebrity-Chefs-TV-Tie-Ins', 11104, ''),
('', '', '', '', 101035, 101035, 'Cocktails/ Spirits', 'Cocktails-Spirits', 11104, ''),
('', '', '', '', 72316, 72316, 'Desserts/ Puddings', 'Desserts-Puddings', 11104, ''),
('', '', '', '', 11109, 11109, 'Healthy/ Low-Fat', 'Healthy-Low-Fat', 11104, ''),
('', '', '', '', 64270, 64270, 'Microwave', 'Microwave', 11104, ''),
('', '', '', '', 121816, 121816, 'Restaurant Guides', 'Restaurant-Guides', 11104, ''),
('', '', '', '', 72317, 72317, 'Special Diets', 'Special-Diets', 11104, ''),
('', '', '', '', 72318, 72318, 'Specific Ingredients', 'Specific-Ingredients', 11104, ''),
('', '', '', '', 21534, 21534, 'Traditional', 'Traditional', 11104, ''),
('', '', '', '', 11111, 11111, 'Vegetarian', 'Vegetarian', 11104, ''),
('', '', '', '', 21691, 21691, 'Wine', 'Wine', 11104, ''),
('', '', '', '', 276, 276, 'Other Food & Drink Books', 'Other-Food-and-Drink-Books', 11104, ''),
('', '', '', '', 64272, 64272, 'Games & Puzzles', 'Games-and-Puzzles', 274, ''),
('', '', '', '', 64273, 64273, 'Board Games', 'Board-Games', 64272, ''),
('', '', '', '', 64274, 64274, 'Card Games', 'Card-Games', 64272, ''),
('', '', '', '', 121819, 121819, 'Crosswords', 'Crosswords', 64272, ''),
('', '', '', '', 101039, 101039, 'Party Games', 'Party-Games', 64272, ''),
('', '', '', '', 101040, 101040, 'Puzzles', 'Puzzles', 64272, ''),
('', '', '', '', 121820, 121820, 'Su Doku', 'Su-Doku', 64272, ''),
('', '', '', '', 64275, 64275, 'Video Games', 'Video-Games', 64272, ''),
('', '', '', '', 64276, 64276, 'Other Games Books', 'Other-Games-Books', 64272, ''),
('', '', '', '', 11112, 11112, 'Gardening', 'Gardening', 274, ''),
('', '', '', '', 64277, 64277, 'Gay/ Lesbian Interest', 'Gay-Lesbian-Interest', 274, ''),
('', '', '', '', 64287, 64287, 'Genealogy/ Family History', 'Genealogy-Family-History', 274, ''),
('', '', '', '', 58364, 58364, 'Geography', 'Geography', 274, ''),
('', '', '', '', 23234, 23234, 'Health/ Fitness', 'Health-Fitness', 274, ''),
('', '', '', '', 23238, 23238, 'Alternative Health', 'Alternative-Health', 23234, ''),
('', '', '', '', 23239, 23239, 'Beauty', 'Beauty', 23234, ''),
('', '', '', '', 23236, 23236, 'Diet/ Weight Loss', 'Diet-Weight-Loss', 23234, ''),
('', '', '', '', 11115, 11115, 'Exercise/ Fitness', 'Exercise-Fitness', 23234, ''),
('', '', '', '', 101038, 101038, 'First Aid', 'First-Aid', 23234, ''),
('', '', '', '', 29318, 29318, 'Illness/ Diseases', 'Illness-Diseases', 23234, ''),
('', '', '', '', 101036, 101036, 'Weight Training', 'Weight-Training', 23234, ''),
('', '', '', '', 101037, 101037, 'Yoga', 'Yoga', 23234, ''),
('', '', '', '', 64278, 64278, 'Other Health/ Fitness Books', 'Other-Health-Fitness-Books', 23234, ''),
('', '', '', '', 29319, 29319, 'History', 'History', 274, ''),
('', '', '', '', 64279, 64279, 'Great Britain', 'Great-Britain', 29319, ''),
('', '', '', '', 91154, 91154, 'Ancient (to c.500 AD)', 'Ancient-to-c500-AD', 64279, ''),
('', '', '', '', 64280, 64280, 'Medieval (c.500-c.1485)', 'Medieval-c500-c1485', 64279, ''),
('', '', '', '', 64281, 64281, 'Early Modern (c.1485-c.1700)', 'Early-Modern-c1485-c1700', 64279, ''),
('', '', '', '', 64282, 64282, '18th Century', '18th-Century', 64279, ''),
('', '', '', '', 64283, 64283, '19th Century', '19th-Century', 64279, ''),
('', '', '', '', 64284, 64284, '20th Century', '20th-Century', 64279, ''),
('', '', '', '', 69486, 69486, 'Local History', 'Local-History', 64279, ''),
('', '', '', '', 72319, 72319, 'Social History', 'Social-History', 64279, ''),
('', '', '', '', 64285, 64285, 'Other British History Books', 'Other-British-History-Books', 64279, ''),
('', '', '', '', 101041, 101041, 'Ireland', 'Ireland', 29319, ''),
('', '', '', '', 29320, 29320, 'Africa', 'Africa', 29319, ''),
('', '', '', '', 29321, 29321, 'Asia', 'Asia', 29319, ''),
('', '', '', '', 98554, 98554, 'Europe', 'Europe', 29319, ''),
('', '', '', '', 98555, 98555, 'Ancient/ Medieval (to c. 1500)', 'Ancient-Medieval-to-c-1500', 98554, ''),
('', '', '', '', 98556, 98556, 'Early Modern (c.1500-c.1800)', 'Early-Modern-c1500-c1800', 98554, ''),
('', '', '', '', 29324, 29324, 'Modern (c.1800-Now)', 'Modern-c1800-Now', 98554, ''),
('', '', '', '', 29326, 29326, 'Latin America/ Caribbean', 'Latin-America-Caribbean', 29319, ''),
('', '', '', '', 41516, 41516, 'Middle East', 'Middle-East', 29319, ''),
('', '', '', '', 29325, 29325, 'North America', 'North-America', 29319, ''),
('', '', '', '', 64286, 64286, 'Oceania/ Australasia', 'Oceania-Australasia', 29319, ''),
('', '', '', '', 75334, 75334, 'World', 'World', 29319, ''),
('', '', '', '', 90610, 90610, 'Archaeology', 'Archaeology', 29319, ''),
('', '', '', '', 1123, 1123, 'Other History Books', 'Other-History-Books', 29319, ''),
('', '', '', '', 29333, 29333, 'Home', 'Home', 274, ''),
('', '', '', '', 108873, 108873, 'Buying/ Selling Property', 'Buying-Selling-Property', 29333, ''),
('', '', '', '', 28666, 28666, 'DIY/ Tools', 'DIY-Tools', 29333, ''),
('', '', '', '', 91156, 91156, 'Feng Shui', 'Feng-Shui', 29333, ''),
('', '', '', '', 64293, 64293, 'Home Economics/ Cleaning', 'Home-Economics-Cleaning', 29333, ''),
('', '', '', '', 108874, 108874, 'House Building/ Restoration', 'House-Building-Restoration', 29333, ''),
('', '', '', '', 90611, 90611, 'House Plants', 'House-Plants', 29333, ''),
('', '', '', '', 64294, 64294, 'Interior Decorating', 'Interior-Decorating', 29333, ''),
('', '', '', '', 1125, 1125, 'Other Home Books', 'Other-Home-Books', 29333, ''),
('', '', '', '', 11432, 11432, 'Humour', 'Humour', 274, ''),
('', '', '', '', 2235, 2235, 'Instructional', 'Instructional', 274, ''),
('', '', '', '', 64299, 64299, 'Law/ Legal', 'Law-Legal', 274, ''),
('', '', '', '', 64300, 64300, 'Literary Criticism', 'Literary-Criticism', 274, ''),
('', '', '', '', 64734, 64734, 'Mathematics', 'Mathematics', 274, ''),
('', '', '', '', 29339, 29339, 'Military/ War', 'Military-War', 274, ''),
('', '', '', '', 64295, 64295, 'Army', 'Army', 29339, ''),
('', '', '', '', 64296, 64296, 'Campaigns/ Battles', 'Campaigns-Battles', 64295, ''),
('', '', '', '', 64297, 64297, 'Leaders/ Commanders', 'Leaders-Commanders', 64295, ''),
('', '', '', '', 64298, 64298, 'Specific Units', 'Specific-Units', 64295, ''),
('', '', '', '', 66456, 66456, 'Tanks/ Army Vehicles', 'Tanks-Army-Vehicles', 64295, ''),
('', '', '', '', 66457, 66457, 'Weapons/ Uniforms', 'Weapons-Uniforms', 64295, ''),
('', '', '', '', 45128, 45128, 'Other Army Books', 'Other-Army-Books', 64295, ''),
('', '', '', '', 64301, 64301, 'Navy', 'Navy', 29339, ''),
('', '', '', '', 64302, 64302, 'Campaigns/ Battles', 'Campaigns-Battles', 64301, ''),
('', '', '', '', 64303, 64303, 'Leaders/ Commanders', 'Leaders-Commanders', 64301, ''),
('', '', '', '', 64304, 64304, 'Ships/ Naval Vessels', 'Ships-Naval-Vessels', 64301, ''),
('', '', '', '', 64305, 64305, 'Specific Units', 'Specific-Units', 64301, ''),
('', '', '', '', 64306, 64306, 'Weapons/ Uniforms', 'Weapons-Uniforms', 64301, ''),
('', '', '', '', 45130, 45130, 'Other Navy Books', 'Other-Navy-Books', 64301, ''),
('', '', '', '', 69487, 69487, 'Air Force', 'Air-Force', 29339, ''),
('', '', '', '', 69488, 69488, 'Campaigns/ Battles', 'Campaigns-Battles', 69487, ''),
('', '', '', '', 69489, 69489, 'Leaders/ Commanders', 'Leaders-Commanders', 69487, ''),
('', '', '', '', 45127, 45127, 'Planes/ Aircraft', 'Planes-Aircraft', 69487, ''),
('', '', '', '', 69490, 69490, 'Specific Units', 'Specific-Units', 69487, ''),
('', '', '', '', 69491, 69491, 'Weapons/ Uniforms', 'Weapons-Uniforms', 69487, ''),
('', '', '', '', 69492, 69492, 'Other Air Force Books', 'Other-Air-Force-Books', 69487, ''),
('', '', '', '', 101044, 101044, 'Marines', 'Marines', 29339, ''),
('', '', '', '', 72320, 72320, 'By Country', 'By-Country', 29339, ''),
('', '', '', '', 72321, 72321, 'American', 'American', 72320, ''),
('', '', '', '', 72322, 72322, 'British', 'British', 72320, ''),
('', '', '', '', 90612, 90612, 'French', 'French', 72320, ''),
('', '', '', '', 72323, 72323, 'German', 'German', 72320, ''),
('', '', '', '', 105963, 105963, 'Irish', 'Irish', 72320, ''),
('', '', '', '', 72324, 72324, 'Japanese', 'Japanese', 72320, ''),
('', '', '', '', 72325, 72325, 'Russian', 'Russian', 72320, ''),
('', '', '', '', 72326, 72326, 'Other Country Military', 'Other-Country-Military', 72320, ''),
('', '', '', '', 1127, 1127, 'Other Military/ War Books', 'Other-Military-War-Books', 29339, ''),
('', '', '', '', 29261, 29261, 'Nature/ Outdoors', 'Nature-Outdoors', 274, ''),
('', '', '', '', 29262, 29262, 'Agriculture/ Farming', 'Agriculture-Farming', 29261, ''),
('', '', '', '', 29270, 29270, 'Animals/ Wildlife', 'Animals-Wildlife', 29261, ''),
('', '', '', '', 69494, 69494, 'Birds/ Birdwatching', 'Birds-Birdwatching', 29261, ''),
('', '', '', '', 12003, 12003, 'Ecology/ Environment', 'Ecology-Environment', 29261, ''),
('', '', '', '', 45132, 45132, 'Field Guides', 'Field-Guides', 29261, ''),
('', '', '', '', 91157, 91157, 'Survival', 'Survival', 29261, ''),
('', '', '', '', 69493, 69493, 'Trees/ Plants/ Flowers', 'Trees-Plants-Flowers', 29261, ''),
('', '', '', '', 101045, 101045, 'Walking/ Hiking/ Rambling', 'Walking-Hiking-Rambling', 29261, ''),
('', '', '', '', 2236, 2236, 'Other Nature/ Outdoors Books', 'Other-Nature-Outdoors-Books', 29261, ''),
('', '', '', '', 29348, 29348, 'Paranormal/ Supernatural', 'Paranormal-Supernatural', 274, ''),
('', '', '', '', 64310, 64310, 'Aliens/ UFOs', 'Aliens-UFOs', 29348, ''),
('', '', '', '', 29349, 29349, 'Astrology', 'Astrology', 29348, ''),
('', '', '', '', 121868, 121868, 'Dream Interpretation', 'Dream-Interpretation', 29348, ''),
('', '', '', '', 64311, 64311, 'Fortune-Telling/ Prophecy', 'Fortune-Telling-Prophecy', 29348, ''),
('', '', '', '', 64312, 64312, 'Ghosts', 'Ghosts', 29348, ''),
('', '', '', '', 64313, 64313, 'Magic', 'Magic', 29348, ''),
('', '', '', '', 121869, 121869, 'Tarot', 'Tarot', 29348, ''),
('', '', '', '', 72327, 72327, 'Unexplained Phenomena', 'Unexplained-Phenomena', 29348, ''),
('', '', '', '', 1128, 1128, 'Other Paranormal Books', 'Other-Paranormal-Books', 29348, ''),
('', '', '', '', 29265, 29265, 'Pet/ Animal Care', 'Pet-Animal-Care', 274, ''),
('', '', '', '', 29266, 29266, 'Birds', 'Birds', 29265, ''),
('', '', '', '', 29267, 29267, 'Cats', 'Cats', 29265, ''),
('', '', '', '', 29268, 29268, 'Dogs', 'Dogs', 29265, ''),
('', '', '', '', 64314, 64314, 'Fish', 'Fish', 29265, ''),
('', '', '', '', 41515, 41515, 'Horses', 'Horses', 29265, ''),
('', '', '', '', 75335, 75335, 'Reptiles/ Amphibians', 'Reptiles-Amphibians', 29265, ''),
('', '', '', '', 75336, 75336, 'Small Pets', 'Small-Pets', 29265, ''),
('', '', '', '', 11114, 11114, 'Other Pet/ Animal Care Books', 'Other-Pet-Animal-Care-Books', 29265, ''),
('', '', '', '', 7697, 7697, 'Philosophy', 'Philosophy', 274, ''),
('', '', '', '', 1121, 1121, 'Photography', 'Photography', 274, ''),
('', '', '', '', 7534, 7534, 'Politics/ Political Science', 'Politics-Political-Science', 274, ''),
('', '', '', '', 75337, 75337, 'Psychology', 'Psychology', 274, ''),
('', '', '', '', 11434, 11434, 'Reference', 'Reference', 274, ''),
('', '', '', '', 101046, 101046, 'Bibliographies/ Indexes', 'Bibliographies-Indexes', 11434, ''),
('', '', '', '', 64315, 64315, 'Biographical/ Whos Who', 'Biographical-Whos-Who', 11434, ''),
('', '', '', '', 11435, 11435, 'Dictionaries/ Thesauruses', 'Dictionaries-Thesauruses', 11434, ''),
('', '', '', '', 1108, 1108, 'Encyclopedias/ Almanacs', 'Encyclopedias-Almanacs', 11434, ''),
('', '', '', '', 50178, 50178, 'Guinness Book of Records', 'Guinness-Book-of-Records', 11434, ''),
('', '', '', '', 11436, 11436, 'Medical', 'Medical', 11434, ''),
('', '', '', '', 64316, 64316, 'Observers Guides', 'Observers-Guides', 11434, ''),
('', '', '', '', 1130, 1130, 'Price Guides', 'Price-Guides', 11434, ''),
('', '', '', '', 64317, 64317, 'Quiz/ Trivia Books', 'Quiz-Trivia-Books', 11434, ''),
('', '', '', '', 64318, 64318, 'Quotations', 'Quotations', 11434, ''),
('', '', '', '', 121870, 121870, 'Telephone Books', 'Telephone-Books', 11434, ''),
('', '', '', '', 1113, 1113, 'Other Reference Books', 'Other-Reference-Books', 11434, ''),
('', '', '', '', 29360, 29360, 'Religion/ Spirituality', 'Religion-Spirituality', 274, ''),
('', '', '', '', 29358, 29358, 'Buddhism', 'Buddhism', 29360, ''),
('', '', '', '', 29364, 29364, 'Christianity', 'Christianity', 29360, ''),
('', '', '', '', 72328, 72328, 'Hinduism', 'Hinduism', 29360, ''),
('', '', '', '', 29365, 29365, 'Islam', 'Islam', 29360, ''),
('', '', '', '', 29366, 29366, 'Judaism', 'Judaism', 29360, ''),
('', '', '', '', 29367, 29367, 'New Age', 'New-Age', 29360, ''),
('', '', '', '', 29368, 29368, 'Occult/ Witchcraft', 'Occult-Witchcraft', 29360, ''),
('', '', '', '', 29369, 29369, 'Spirituality', 'Spirituality', 29360, ''),
('', '', '', '', 1131, 1131, 'Other Religion/ Spirituality', 'Other-Religion-Spirituality', 29360, ''),
('', '', '', '', 29371, 29371, 'Science', 'Science', 274, ''),
('', '', '', '', 105977, 105977, 'General Science', 'General-Science', 29371, ''),
('', '', '', '', 7526, 7526, 'Astronomy/ Cosmology', 'Astronomy-Cosmology', 29371, ''),
('', '', '', '', 101047, 101047, 'Biochemistry', 'Biochemistry', 29371, ''),
('', '', '', '', 29372, 29372, 'Biological Sciences', 'Biological-Sciences', 29371, ''),
('', '', '', '', 101048, 101048, 'Botany/ Zoology', 'Botany-Zoology', 29371, ''),
('', '', '', '', 29373, 29373, 'Chemistry', 'Chemistry', 29371, ''),
('', '', '', '', 29375, 29375, 'Electronics', 'Electronics', 29371, ''),
('', '', '', '', 64733, 64733, 'Engineering', 'Engineering', 29371, ''),
('', '', '', '', 29374, 29374, 'Geology/ Earth Sciences', 'Geology-Earth-Sciences', 29371, ''),
('', '', '', '', 64735, 64735, 'Medical Sciences', 'Medical-Sciences', 29371, ''),
('', '', '', '', 121871, 121871, 'Meteorology/ Weather', 'Meteorology-Weather', 29371, ''),
('', '', '', '', 101049, 101049, 'Palaeontology/ Dinosaurs', 'Palaeontology-Dinosaurs', 29371, ''),
('', '', '', '', 1112, 1112, 'Physics', 'Physics', 29371, ''),
('', '', '', '', 36313, 36313, 'Technology', 'Technology', 29371, ''),
('', '', '', '', 101050, 101050, 'Veterinary Science', 'Veterinary-Science', 29371, ''),
('', '', '', '', 64736, 64736, 'Other Science Books', 'Other-Science-Books', 29371, ''),
('', '', '', '', 101056, 101056, 'Self-Help', 'Self-Help', 274, ''),
('', '', '', '', 101057, 101057, 'Sociology/ Anthropology', 'Sociology-Anthropology', 274, ''),
('', '', '', '', 30127, 30127, 'Sports', 'Sports', 274, ''),
('', '', '', '', 90618, 90618, 'American Football', 'American-Football', 30127, ''),
('', '', '', '', 90619, 90619, 'Archery', 'Archery', 30127, ''),
('', '', '', '', 30128, 30128, 'Athletics', 'Athletics', 30127, ''),
('', '', '', '', 90620, 90620, 'Badminton', 'Badminton', 30127, ''),
('', '', '', '', 105983, 105983, 'Baseball', 'Baseball', 30127, ''),
('', '', '', '', 105984, 105984, 'Basketball', 'Basketball', 30127, ''),
('', '', '', '', 105985, 105985, 'Bowling (Ten-Pin)', 'Bowling-Ten-Pin', 30127, ''),
('', '', '', '', 90621, 90621, 'Bowls', 'Bowls', 30127, ''),
('', '', '', '', 64737, 64737, 'Boxing', 'Boxing', 30127, ''),
('', '', '', '', 101058, 101058, 'Caving/ Potholing', 'Caving-Potholing', 30127, ''),
('', '', '', '', 30130, 30130, 'Climbing/ Mountaineering', 'Climbing-Mountaineering', 30127, ''),
('', '', '', '', 30129, 30129, 'Cricket', 'Cricket', 30127, ''),
('', '', '', '', 64738, 64738, 'Cycling', 'Cycling', 30127, ''),
('', '', '', '', 90622, 90622, 'Darts', 'Darts', 30127, ''),
('', '', '', '', 64739, 64739, 'Diving/ Scuba', 'Diving-Scuba', 30127, ''),
('', '', '', '', 64740, 64740, 'Equestrian', 'Equestrian', 30127, ''),
('', '', '', '', 105986, 105986, 'Fencing', 'Fencing', 30127, ''),
('', '', '', '', 1126, 1126, 'Fishing', 'Fishing', 30127, ''),
('', '', '', '', 30131, 30131, 'Football', 'Football', 30127, ''),
('', '', '', '', 105987, 105987, 'Gaelic Games', 'Gaelic-Games', 30127, ''),
('', '', '', '', 30132, 30132, 'Golf', 'Golf', 30127, ''),
('', '', '', '', 105988, 105988, 'Gymnastics', 'Gymnastics', 30127, ''),
('', '', '', '', 90623, 90623, 'Hockey', 'Hockey', 30127, ''),
('', '', '', '', 64741, 64741, 'Horse Racing', 'Horse-Racing', 30127, ''),
('', '', '', '', 64742, 64742, 'Hunting/ Shooting', 'Hunting-Shooting', 30127, ''),
('', '', '', '', 105989, 105989, 'Ice Hockey', 'Ice-Hockey', 30127, ''),
('', '', '', '', 105990, 105990, 'Ice Skating', 'Ice-Skating', 30127, ''),
('', '', '', '', 30133, 30133, 'Martial Arts', 'Martial-Arts', 30127, ''),
('', '', '', '', 30134, 30134, 'Motor Sports', 'Motor-Sports', 30127, ''),
('', '', '', '', 72329, 72329, 'Olympics', 'Olympics', 30127, ''),
('', '', '', '', 64743, 64743, 'Rowing/ Canoeing/ Kayaking', 'Rowing-Canoeing-Kayaking', 30127, ''),
('', '', '', '', 101059, 101059, 'Rugby League', 'Rugby-League', 30127, ''),
('', '', '', '', 64744, 64744, 'Rugby Union', 'Rugby-Union', 30127, ''),
('', '', '', '', 30136, 30136, 'Sailing/ Yachting', 'Sailing-Yachting', 30127, ''),
('', '', '', '', 91169, 91169, 'Skateboarding', 'Skateboarding', 30127, ''),
('', '', '', '', 29389, 29389, 'Skiing/ Snowboarding', 'Skiing-Snowboarding', 30127, ''),
('', '', '', '', 64745, 64745, 'Snooker/ Pool/ Billiards', 'Snooker-Pool-Billiards', 30127, ''),
('', '', '', '', 64746, 64746, 'Squash', 'Squash', 30127, ''),
('', '', '', '', 90624, 90624, 'Surfing/ Windsurfing/ Boarding', 'Surfing-Windsurfing-Boarding', 30127, ''),
('', '', '', '', 64747, 64747, 'Swimming', 'Swimming', 30127, ''),
('', '', '', '', 105991, 105991, 'Table Tennis', 'Table-Tennis', 30127, ''),
('', '', '', '', 30135, 30135, 'Tennis', 'Tennis', 30127, ''),
('', '', '', '', 101060, 101060, 'Wrestling', 'Wrestling', 30127, ''),
('', '', '', '', 2239, 2239, 'Other Sports Books', 'Other-Sports-Books', 30127, ''),
('', '', '', '', 72330, 72330, 'Topography/ Local Interest', 'Topography-Local-Interest', 274, ''),
('', '', '', '', 98557, 98557, 'England', 'England', 72330, ''),
('', '', '', '', 123873, 123873, 'All England', 'All-England', 98557, ''),
('', '', '', '', 98558, 98558, 'Bedfordshire', 'Bedfordshire', 98557, ''),
('', '', '', '', 98559, 98559, 'Berkshire', 'Berkshire', 98557, ''),
('', '', '', '', 98560, 98560, 'Bristol', 'Bristol', 98557, ''),
('', '', '', '', 98561, 98561, 'Buckinghamshire', 'Buckinghamshire', 98557, ''),
('', '', '', '', 98562, 98562, 'Cambridgeshire', 'Cambridgeshire', 98557, ''),
('', '', '', '', 98563, 98563, 'Cheshire', 'Cheshire', 98557, ''),
('', '', '', '', 98564, 98564, 'Cornwall/ Scilly Isles', 'Cornwall-Scilly-Isles', 98557, ''),
('', '', '', '', 98565, 98565, 'Cumberland/ Westmorland', 'Cumberland-Westmorland', 98557, ''),
('', '', '', '', 98566, 98566, 'Derbyshire', 'Derbyshire', 98557, ''),
('', '', '', '', 98567, 98567, 'Devon', 'Devon', 98557, ''),
('', '', '', '', 98568, 98568, 'Dorset', 'Dorset', 98557, ''),
('', '', '', '', 98569, 98569, 'Durham', 'Durham', 98557, ''),
('', '', '', '', 98570, 98570, 'Essex', 'Essex', 98557, ''),
('', '', '', '', 98571, 98571, 'Gloucestershire', 'Gloucestershire', 98557, ''),
('', '', '', '', 98572, 98572, 'Hampshire/ Isle of Wight', 'Hampshire-Isle-of-Wight', 98557, ''),
('', '', '', '', 98573, 98573, 'Herefordshire', 'Herefordshire', 98557, ''),
('', '', '', '', 98574, 98574, 'Hertfordshire', 'Hertfordshire', 98557, ''),
('', '', '', '', 98575, 98575, 'Kent', 'Kent', 98557, ''),
('', '', '', '', 98576, 98576, 'Lancashire', 'Lancashire', 98557, ''),
('', '', '', '', 98577, 98577, 'Leicestershire', 'Leicestershire', 98557, ''),
('', '', '', '', 98578, 98578, 'Lincolnshire', 'Lincolnshire', 98557, ''),
('', '', '', '', 98579, 98579, 'London', 'London', 98557, ''),
('', '', '', '', 98580, 98580, 'Middlesex', 'Middlesex', 98557, ''),
('', '', '', '', 98581, 98581, 'Norfolk', 'Norfolk', 98557, ''),
('', '', '', '', 98582, 98582, 'Northamptonshire', 'Northamptonshire', 98557, ''),
('', '', '', '', 98583, 98583, 'Northumberland', 'Northumberland', 98557, ''),
('', '', '', '', 98584, 98584, 'Nottinghamshire', 'Nottinghamshire', 98557, ''),
('', '', '', '', 98585, 98585, 'Oxfordshire', 'Oxfordshire', 98557, ''),
('', '', '', '', 98586, 98586, 'Shropshire', 'Shropshire', 98557, ''),
('', '', '', '', 98587, 98587, 'Somerset', 'Somerset', 98557, ''),
('', '', '', '', 98588, 98588, 'Staffordshire', 'Staffordshire', 98557, ''),
('', '', '', '', 98589, 98589, 'Suffolk', 'Suffolk', 98557, ''),
('', '', '', '', 98590, 98590, 'Surrey', 'Surrey', 98557, ''),
('', '', '', '', 98591, 98591, 'Sussex', 'Sussex', 98557, ''),
('', '', '', '', 98592, 98592, 'Warwickshire', 'Warwickshire', 98557, ''),
('', '', '', '', 98593, 98593, 'Wiltshire', 'Wiltshire', 98557, ''),
('', '', '', '', 98594, 98594, 'Worcestershire', 'Worcestershire', 98557, ''),
('', '', '', '', 98595, 98595, 'Yorkshire', 'Yorkshire', 98557, ''),
('', '', '', '', 98596, 98596, 'Unknown County', 'Unknown-County', 98557, ''),
('', '', '', '', 98597, 98597, 'Other English Local Interest', 'Other-English-Local-Interest', 98557, ''),
('', '', '', '', 98598, 98598, 'Channel Islands', 'Channel-Islands', 72330, ''),
('', '', '', '', 108876, 108876, 'Ireland', 'Ireland', 72330, ''),
('', '', '', '', 105978, 105978, 'Isle of Man', 'Isle-of-Man', 72330, ''),
('', '', '', '', 98599, 98599, 'Northern Ireland', 'Northern-Ireland', 72330, ''),
('', '', '', '', 98600, 98600, 'Scotland', 'Scotland', 72330, ''),
('', '', '', '', 98601, 98601, 'Wales', 'Wales', 72330, ''),
('', '', '', '', 98602, 98602, 'Overseas', 'Overseas', 72330, ''),
('', '', '', '', 64749, 64749, 'Other Local Interest', 'Other-Local-Interest', 72330, ''),
('', '', '', '', 29390, 29390, 'Transportation', 'Transportation', 274, ''),
('', '', '', '', 29391, 29391, 'Aircraft/ Aviation', 'Aircraft-Aviation', 29390, ''),
('', '', '', '', 69495, 69495, 'Bus/ Tram', 'Bus-Tram', 29390, ''),
('', '', '', '', 101051, 101051, 'Canals/ Narrowboats', 'Canals-Narrowboats', 29390, ''),
('', '', '', '', 1132, 1132, 'Cars/ Motoring', 'Cars-Motoring', 29390, ''),
('', '', '', '', 90616, 90616, 'Lorries/ Vans/ Trucks', 'Lorries-Vans-Trucks', 29390, ''),
('', '', '', '', 90617, 90617, 'Motorcycles/ Scooters', 'Motorcycles-Scooters', 29390, ''),
('', '', '', '', 2237, 2237, 'Nautical', 'Nautical', 29390, ''),
('', '', '', '', 7541, 7541, 'Rail', 'Rail', 29390, ''),
('', '', '', '', 105979, 105979, 'Traction Engines', 'Traction-Engines', 29390, ''),
('', '', '', '', 29392, 29392, 'Other Transportation Books', 'Other-Transportation-Books', 29390, ''),
('', '', '', '', 29394, 29394, 'Travel/ Exploration', 'Travel-Exploration', 274, ''),
('', '', '', '', 131326, 131326, 'Exploration', 'Exploration', 29394, ''),
('', '', '', '', 131327, 131327, 'Africa', 'Africa', 131326, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 131328, 131328, 'Asia', 'Asia', 131326, ''),
('', '', '', '', 131329, 131329, 'Central America/ Caribbean', 'Central-America-Caribbean', 131326, ''),
('', '', '', '', 131330, 131330, 'Europe', 'Europe', 131326, ''),
('', '', '', '', 131331, 131331, 'Middle East', 'Middle-East', 131326, ''),
('', '', '', '', 131332, 131332, 'North America', 'North-America', 131326, ''),
('', '', '', '', 131333, 131333, 'Oceania/ Australasia', 'Oceania-Australasia', 131326, ''),
('', '', '', '', 131334, 131334, 'Polar Regions', 'Polar-Regions', 131326, ''),
('', '', '', '', 131335, 131335, 'South America', 'South-America', 131326, ''),
('', '', '', '', 72332, 72332, 'World', 'World', 131326, ''),
('', '', '', '', 101052, 101052, 'Space Exploration', 'Space-Exploration', 29394, ''),
('', '', '', '', 64750, 64750, 'Travel Guides', 'Travel-Guides', 29394, ''),
('', '', '', '', 58365, 58365, 'UK', 'UK', 64750, ''),
('', '', '', '', 26478, 26478, 'Africa', 'Africa', 64750, ''),
('', '', '', '', 7692, 7692, 'Asia', 'Asia', 64750, ''),
('', '', '', '', 29398, 29398, 'Central America/ Caribbean', 'Central-America-Caribbean', 64750, ''),
('', '', '', '', 26476, 26476, 'Europe', 'Europe', 64750, ''),
('', '', '', '', 105981, 105981, 'Ireland', 'Ireland', 64750, ''),
('', '', '', '', 64751, 64751, 'Middle East', 'Middle-East', 64750, ''),
('', '', '', '', 29397, 29397, 'North America', 'North-America', 64750, ''),
('', '', '', '', 64752, 64752, 'Oceania/ Australasia', 'Oceania-Australasia', 64750, ''),
('', '', '', '', 101054, 101054, 'South America', 'South-America', 64750, ''),
('', '', '', '', 91159, 91159, 'World', 'World', 64750, ''),
('', '', '', '', 91160, 91160, 'Travel Writing', 'Travel-Writing', 29394, ''),
('', '', '', '', 58366, 58366, 'UK', 'UK', 91160, ''),
('', '', '', '', 91161, 91161, 'Africa', 'Africa', 91160, ''),
('', '', '', '', 91162, 91162, 'Asia', 'Asia', 91160, ''),
('', '', '', '', 91164, 91164, 'Central America/ Caribbean', 'Central-America-Caribbean', 91160, ''),
('', '', '', '', 91163, 91163, 'Europe', 'Europe', 91160, ''),
('', '', '', '', 105982, 105982, 'Ireland', 'Ireland', 91160, ''),
('', '', '', '', 91165, 91165, 'Middle East', 'Middle-East', 91160, ''),
('', '', '', '', 91166, 91166, 'North America', 'North-America', 91160, ''),
('', '', '', '', 91167, 91167, 'Oceania/ Australasia', 'Oceania-Australasia', 91160, ''),
('', '', '', '', 101055, 101055, 'South America', 'South-America', 91160, ''),
('', '', '', '', 91168, 91168, 'World', 'World', 91160, ''),
('', '', '', '', 275, 275, 'Other Travel/ Geography Books', 'Other-Travel-Geography-Books', 29394, ''),
('', '', '', '', 2240, 2240, 'True Crime', 'True-Crime', 274, ''),
('', '', '', '', 378, 378, 'Other Non-Fiction Books', 'Other-Non-Fiction-Books', 274, ''),
('', '', '', '', 63, 63, 'Comics', 'Comics', 267, ''),
('', '', '', '', 64755, 64755, 'US Comics', 'US-Comics', 63, ''),
('', '', '', '', 65, 65, '1897-1937 (Platinum Age)', '1897-1937-Platinum-Age', 64755, ''),
('', '', '', '', 67, 67, '1938-1955 (Golden Age)', '1938-1955-Golden-Age', 64755, ''),
('', '', '', '', 73, 73, '1956-1969 (Silver Age)', '1956-1969-Silver-Age', 64755, ''),
('', '', '', '', 32724, 32724, 'Aquaman', 'Aquaman', 73, ''),
('', '', '', '', 32725, 32725, 'Atom', 'Atom', 73, ''),
('', '', '', '', 32726, 32726, 'Avengers', 'Avengers', 73, ''),
('', '', '', '', 32727, 32727, 'Batman', 'Batman', 73, ''),
('', '', '', '', 32729, 32729, 'Captain America', 'Captain-America', 73, ''),
('', '', '', '', 108877, 108877, 'Charlton', 'Charlton', 73, ''),
('', '', '', '', 14007, 14007, 'Classics Illustrated', 'Classics-Illustrated', 73, ''),
('', '', '', '', 32730, 32730, 'Daredevil', 'Daredevil', 73, ''),
('', '', '', '', 32731, 32731, 'Fantastic Four', 'Fantastic-Four', 73, ''),
('', '', '', '', 32732, 32732, 'Flash', 'Flash', 73, ''),
('', '', '', '', 121884, 121884, 'Gold Key Comics', 'Gold-Key-Comics', 73, ''),
('', '', '', '', 32733, 32733, 'Green Lantern', 'Green-Lantern', 73, ''),
('', '', '', '', 76, 76, 'Horror/ Sci-Fi', 'Horror-Sci-Fi', 73, ''),
('', '', '', '', 32734, 32734, 'Incredible Hulk', 'Incredible-Hulk', 73, ''),
('', '', '', '', 32735, 32735, 'Iron Man', 'Iron-Man', 73, ''),
('', '', '', '', 32737, 32737, 'Justice League of America', 'Justice-League-of-America', 73, ''),
('', '', '', '', 32738, 32738, 'Silver Surfer', 'Silver-Surfer', 73, ''),
('', '', '', '', 32739, 32739, 'Spider-Man', 'Spider-Man', 73, ''),
('', '', '', '', 32740, 32740, 'Strange Tales', 'Strange-Tales', 73, ''),
('', '', '', '', 32742, 32742, 'Superboy', 'Superboy', 73, ''),
('', '', '', '', 75, 75, 'Superman', 'Superman', 73, ''),
('', '', '', '', 32744, 32744, 'Tales of Suspense', 'Tales-of-Suspense', 73, ''),
('', '', '', '', 32745, 32745, 'Tales to Astonish', 'Tales-to-Astonish', 73, ''),
('', '', '', '', 32746, 32746, 'Thor', 'Thor', 73, ''),
('', '', '', '', 32747, 32747, 'X-Men', 'X-Men', 73, ''),
('', '', '', '', 93469, 93469, 'DC Issues', 'DC-Issues', 73, ''),
('', '', '', '', 93470, 93470, 'Marvel Issues', 'Marvel-Issues', 73, ''),
('', '', '', '', 32748, 32748, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 73, ''),
('', '', '', '', 74, 74, 'Other Silver Age US Comic