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 Comics', 'Other-Silver-Age-US-Comics', 73, ''),
('', '', '', '', 12590, 12590, '1970-1979 (Bronze Age)', '1970-1979-Bronze-Age', 64755, ''),
('', '', '', '', 33807, 33807, 'Avengers', 'Avengers', 12590, ''),
('', '', '', '', 33808, 33808, 'Batman', 'Batman', 12590, ''),
('', '', '', '', 33810, 33810, 'Captain America', 'Captain-America', 12590, ''),
('', '', '', '', 33811, 33811, 'Conan', 'Conan', 12590, ''),
('', '', '', '', 33812, 33812, 'Daredevil', 'Daredevil', 12590, ''),
('', '', '', '', 33813, 33813, 'Fantastic Four', 'Fantastic-Four', 12590, ''),
('', '', '', '', 33814, 33814, 'Flash', 'Flash', 12590, ''),
('', '', '', '', 82487, 82487, 'Ghost Rider', 'Ghost-Rider', 12590, ''),
('', '', '', '', 121885, 121885, 'Gold Key Comics', 'Gold-Key-Comics', 12590, ''),
('', '', '', '', 33815, 33815, 'Green Lantern', 'Green-Lantern', 12590, ''),
('', '', '', '', 12592, 12592, 'Horror/ Sci-Fi', 'Horror-Sci-Fi', 12590, ''),
('', '', '', '', 33816, 33816, 'Incredible Hulk', 'Incredible-Hulk', 12590, ''),
('', '', '', '', 33817, 33817, 'Iron Man', 'Iron-Man', 12590, ''),
('', '', '', '', 33818, 33818, 'Justice League of America', 'Justice-League-of-America', 12590, ''),
('', '', '', '', 33819, 33819, 'Spider-Man', 'Spider-Man', 12590, ''),
('', '', '', '', 33820, 33820, 'Star Wars', 'Star-Wars', 12590, ''),
('', '', '', '', 33821, 33821, 'Superboy', 'Superboy', 12590, ''),
('', '', '', '', 33822, 33822, 'Superman', 'Superman', 12590, ''),
('', '', '', '', 33823, 33823, 'Thor', 'Thor', 12590, ''),
('', '', '', '', 33825, 33825, 'Wonder Woman', 'Wonder-Woman', 12590, ''),
('', '', '', '', 33826, 33826, 'X-Men', 'X-Men', 12590, ''),
('', '', '', '', 93471, 93471, 'DC Issues', 'DC-Issues', 12590, ''),
('', '', '', '', 93472, 93472, 'Marvel Issues', 'Marvel-Issues', 12590, ''),
('', '', '', '', 72333, 72333, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 12590, ''),
('', '', '', '', 12589, 12589, 'Other Bronze Age US Comics', 'Other-Bronze-Age-US-Comics', 12590, ''),
('', '', '', '', 900, 900, '1980-Now (Modern Age)', '1980-Now-Modern-Age', 64755, ''),
('', '', '', '', 112401, 112401, 'Aliens', 'Aliens', 900, ''),
('', '', '', '', 82488, 82488, 'Alpha Flight', 'Alpha-Flight', 900, ''),
('', '', '', '', 32750, 32750, 'Avengers', 'Avengers', 900, ''),
('', '', '', '', 17076, 17076, 'Batman', 'Batman', 900, ''),
('', '', '', '', 112402, 112402, 'Buffy', 'Buffy', 900, ''),
('', '', '', '', 32751, 32751, 'Captain America', 'Captain-America', 900, ''),
('', '', '', '', 32752, 32752, 'Catwoman', 'Catwoman', 900, ''),
('', '', '', '', 17077, 17077, 'Conan', 'Conan', 900, ''),
('', '', '', '', 112403, 112403, 'Constantine', 'Constantine', 900, ''),
('', '', '', '', 32753, 32753, 'Daredevil', 'Daredevil', 900, ''),
('', '', '', '', 66506, 66506, 'Darkness', 'Darkness', 900, ''),
('', '', '', '', 73492, 73492, 'Deathlok', 'Deathlok', 900, ''),
('', '', '', '', 73493, 73493, 'Dr. Strange', 'Dr-Strange', 900, ''),
('', '', '', '', 112404, 112404, 'Elektra', 'Elektra', 900, ''),
('', '', '', '', 32754, 32754, 'Fantastic Four', 'Fantastic-Four', 900, ''),
('', '', '', '', 73494, 73494, 'Fathom', 'Fathom', 900, ''),
('', '', '', '', 32755, 32755, 'Flash', 'Flash', 900, ''),
('', '', '', '', 82489, 82489, 'Ghost Rider', 'Ghost-Rider', 900, ''),
('', '', '', '', 35762, 35762, 'GI Joe', 'GI-Joe', 900, ''),
('', '', '', '', 66507, 66507, 'Green Arrow', 'Green-Arrow', 900, ''),
('', '', '', '', 32756, 32756, 'Green Lantern', 'Green-Lantern', 900, ''),
('', '', '', '', 112405, 112405, 'Hellblazer', 'Hellblazer', 900, ''),
('', '', '', '', 3981, 3981, 'Horror/ Sci-Fi', 'Horror-Sci-Fi', 900, ''),
('', '', '', '', 32757, 32757, 'Incredible Hulk', 'Incredible-Hulk', 900, ''),
('', '', '', '', 73495, 73495, 'Iron Man', 'Iron-Man', 900, ''),
('', '', '', '', 32758, 32758, 'Justice League of America', 'Justice-League-of-America', 900, ''),
('', '', '', '', 32759, 32759, 'Phantom', 'Phantom', 900, ''),
('', '', '', '', 112406, 112406, 'Predator', 'Predator', 900, ''),
('', '', '', '', 32760, 32760, 'Punisher', 'Punisher', 900, ''),
('', '', '', '', 82494, 82494, 'Sandman', 'Sandman', 900, ''),
('', '', '', '', 82495, 82495, 'Secret Wars', 'Secret-Wars', 900, ''),
('', '', '', '', 32761, 32761, 'Silver Surfer', 'Silver-Surfer', 900, ''),
('', '', '', '', 64754, 64754, 'Simpsons', 'Simpsons', 900, ''),
('', '', '', '', 112400, 112400, 'Sin City', 'Sin-City', 900, ''),
('', '', '', '', 17079, 17079, 'Spawn', 'Spawn', 900, ''),
('', '', '', '', 17082, 17082, 'Spider-Man', 'Spider-Man', 900, ''),
('', '', '', '', 32762, 32762, 'Star Wars', 'Star-Wars', 900, ''),
('', '', '', '', 17084, 17084, 'Superman', 'Superman', 900, ''),
('', '', '', '', 82496, 82496, 'Swamp Thing', 'Swamp-Thing', 900, ''),
('', '', '', '', 17081, 17081, 'Teen Titans', 'Teen-Titans', 900, ''),
('', '', '', '', 17080, 17080, 'Thor', 'Thor', 900, ''),
('', '', '', '', 32763, 32763, 'Tomb Raider', 'Tomb-Raider', 900, ''),
('', '', '', '', 32764, 32764, 'Transformers', 'Transformers', 900, ''),
('', '', '', '', 32765, 32765, 'Ultimates', 'Ultimates', 900, ''),
('', '', '', '', 112407, 112407, 'Vampirella', 'Vampirella', 900, ''),
('', '', '', '', 32766, 32766, 'Witchblade', 'Witchblade', 900, ''),
('', '', '', '', 32767, 32767, 'Wolverine', 'Wolverine', 900, ''),
('', '', '', '', 32768, 32768, 'Wonder Woman', 'Wonder-Woman', 900, ''),
('', '', '', '', 17085, 17085, 'X-Men', 'X-Men', 900, ''),
('', '', '', '', 101079, 101079, 'Dark Horse Issues', 'Dark-Horse-Issues', 900, ''),
('', '', '', '', 93473, 93473, 'DC Issues', 'DC-Issues', 900, ''),
('', '', '', '', 93474, 93474, 'Image Issues', 'Image-Issues', 900, ''),
('', '', '', '', 93475, 93475, 'Marvel Issues', 'Marvel-Issues', 900, ''),
('', '', '', '', 32769, 32769, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 900, ''),
('', '', '', '', 77, 77, 'Other Modern US Comics', 'Other-Modern-US-Comics', 900, ''),
('', '', '', '', 3979, 3979, 'Alternative/ Underground', 'Alternative-Underground', 64755, ''),
('', '', '', '', 64756, 64756, 'Other US Comics', 'Other-US-Comics', 64755, ''),
('', '', '', '', 50179, 50179, 'UK Comics/ Annuals', 'UK-Comics-Annuals', 63, ''),
('', '', '', '', 67199, 67199, '2000AD/ Judge Dredd', '2000AD-Judge-Dredd', 50179, ''),
('', '', '', '', 67200, 67200, '2000AD Annuals/ Yearbooks', '2000AD-Annuals-Yearbooks', 67199, ''),
('', '', '', '', 50182, 50182, '2000AD Progs', '2000AD-Progs', 67199, ''),
('', '', '', '', 108879, 108879, '2000AD Specials', '2000AD-Specials', 67199, ''),
('', '', '', '', 108880, 108880, 'Judge Dredd Annuals/ Yearbooks', 'Judge-Dredd-Annuals-Yearbooks', 67199, ''),
('', '', '', '', 108881, 108881, 'Judge Dredd Comics', 'Judge-Dredd-Comics', 67199, ''),
('', '', '', '', 108882, 108882, 'Mixed Lots', 'Mixed-Lots', 67199, ''),
('', '', '', '', 108883, 108883, 'Other 2000AD/ Judge Dredd', 'Other-2000AD-Judge-Dredd', 67199, ''),
('', '', '', '', 64760, 64760, 'Battle', 'Battle', 50179, ''),
('', '', '', '', 64762, 64762, 'Beano', 'Beano', 50179, ''),
('', '', '', '', 22612, 22612, 'Annuals', 'Annuals', 64762, ''),
('', '', '', '', 50184, 50184, 'Comics', 'Comics', 64762, ''),
('', '', '', '', 22613, 22613, 'Beezer', 'Beezer', 50179, ''),
('', '', '', '', 64763, 64763, 'Bunty', 'Bunty', 50179, ''),
('', '', '', '', 64764, 64764, 'Buster', 'Buster', 50179, ''),
('', '', '', '', 121887, 121887, 'Classics Illustrated', 'Classics-Illustrated', 50179, ''),
('', '', '', '', 64765, 64765, 'Commando', 'Commando', 50179, ''),
('', '', '', '', 72334, 72334, 'Dandy', 'Dandy', 50179, ''),
('', '', '', '', 72335, 72335, 'Annuals', 'Annuals', 72334, ''),
('', '', '', '', 50180, 50180, 'Comics', 'Comics', 72334, ''),
('', '', '', '', 50181, 50181, 'Eagle/ Dan Dare', 'Eagle-Dan-Dare', 50179, ''),
('', '', '', '', 64757, 64757, 'Hotspur', 'Hotspur', 50179, ''),
('', '', '', '', 121886, 121886, 'Jack & Jill', 'Jack-and-Jill', 50179, ''),
('', '', '', '', 101080, 101080, 'Judy', 'Judy', 50179, ''),
('', '', '', '', 72336, 72336, 'Lion', 'Lion', 50179, ''),
('', '', '', '', 101081, 101081, 'Magnet', 'Magnet', 50179, ''),
('', '', '', '', 64758, 64758, 'Oor Wullie/ The Broons', 'Oor-Wullie-The-Broons', 50179, ''),
('', '', '', '', 64759, 64759, 'Rover/ Wizard', 'Rover-Wizard', 50179, ''),
('', '', '', '', 22623, 22623, 'Roy of The Rovers', 'Roy-of-The-Rovers', 50179, ''),
('', '', '', '', 101083, 101083, 'Rupert', 'Rupert', 50179, ''),
('', '', '', '', 22624, 22624, 'Annuals', 'Annuals', 101083, ''),
('', '', '', '', 101084, 101084, 'Comics', 'Comics', 101083, ''),
('', '', '', '', 121888, 121888, 'Sparky', 'Sparky', 50179, ''),
('', '', '', '', 105996, 105996, 'Starblazer', 'Starblazer', 50179, ''),
('', '', '', '', 64753, 64753, 'Thunderbirds/ Stingray', 'Thunderbirds-Stingray', 50179, ''),
('', '', '', '', 72337, 72337, 'Tiger/ Speed/ Scorcher', 'Tiger-Speed-Scorcher', 50179, ''),
('', '', '', '', 64766, 64766, 'Topper', 'Topper', 50179, ''),
('', '', '', '', 112409, 112409, 'Transformers', 'Transformers', 50179, ''),
('', '', '', '', 64767, 64767, 'Twinkle', 'Twinkle', 50179, ''),
('', '', '', '', 72338, 72338, 'UK Marvel Issues', 'UK-Marvel-Issues', 50179, ''),
('', '', '', '', 101082, 101082, 'Valiant', 'Valiant', 50179, ''),
('', '', '', '', 22632, 22632, 'Victor', 'Victor', 50179, ''),
('', '', '', '', 50183, 50183, 'Viz', 'Viz', 50179, ''),
('', '', '', '', 72339, 72339, 'Warlord', 'Warlord', 50179, ''),
('', '', '', '', 112408, 112408, 'War Picture Library', 'War-Picture-Library', 50179, ''),
('', '', '', '', 64761, 64761, 'Whizzer & Chips', 'Whizzer-and-Chips', 50179, ''),
('', '', '', '', 72340, 72340, 'Whoopee', 'Whoopee', 50179, ''),
('', '', '', '', 72341, 72341, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 50179, ''),
('', '', '', '', 3964, 3964, 'Other UK Comics/ Annuals', 'Other-UK-Comics-Annuals', 50179, ''),
('', '', '', '', 78, 78, 'Comic Magazines', 'Comic-Magazines', 63, ''),
('', '', '', '', 121889, 121889, 'European Comics', 'European-Comics', 63, ''),
('', '', '', '', 3954, 3954, 'Graphic Novels', 'Graphic-Novels', 63, ''),
('', '', '', '', 8575, 8575, 'Manga', 'Manga', 63, ''),
('', '', '', '', 79, 79, 'Newspaper Comics', 'Newspaper-Comics', 63, ''),
('', '', '', '', 972, 972, 'Original Comic Art', 'Original-Comic-Art', 63, ''),
('', '', '', '', 64, 64, 'Other Comics', 'Other-Comics', 63, ''),
('', '', '', '', 607, 607, 'Magazines', 'Magazines', 267, ''),
('', '', '', '', 1138, 1138, 'Antiques/ Collectables', 'Antiques-Collectables', 607, ''),
('', '', '', '', 29240, 29240, 'Architecture/ Design', 'Architecture-Design', 607, ''),
('', '', '', '', 29241, 29241, 'Art', 'Art', 607, ''),
('', '', '', '', 1137, 1137, 'Business/ Management', 'Business-Management', 607, ''),
('', '', '', '', 609, 609, 'Childrens', 'Childrens', 607, ''),
('', '', '', '', 2243, 2243, 'Computing/ IT/ Internet', 'Computing-IT-Internet', 607, ''),
('', '', '', '', 1140, 1140, 'Crafts', 'Crafts', 607, ''),
('', '', '', '', 64789, 64789, 'Entertainment', 'Entertainment', 607, ''),
('', '', '', '', 2242, 2242, 'Celebrity', 'Celebrity', 64789, ''),
('', '', '', '', 1145, 1145, 'Film', 'Film', 64789, ''),
('', '', '', '', 64790, 64790, 'Music', 'Music', 64789, ''),
('', '', '', '', 98609, 98609, 'Pre-1960', 'Pre-1960', 64790, ''),
('', '', '', '', 98610, 98610, '1960s', '1960s', 64790, ''),
('', '', '', '', 69505, 69505, '1970s', '1970s', 64790, ''),
('', '', '', '', 98607, 98607, '1980s', '1980s', 64790, ''),
('', '', '', '', 98608, 98608, '1990s', '1990s', 64790, ''),
('', '', '', '', 2245, 2245, '2000s', '2000s', 64790, ''),
('', '', '', '', 101063, 101063, 'Radio', 'Radio', 64789, ''),
('', '', '', '', 101064, 101064, 'Theatre/ Opera/ Ballet', 'Theatre-Opera-Ballet', 64789, ''),
('', '', '', '', 64799, 64799, 'TV', 'TV', 64789, ''),
('', '', '', '', 64800, 64800, 'Video Games', 'Video-Games', 64789, ''),
('', '', '', '', 64801, 64801, 'Other Entertainment Magazines', 'Other-Entertainment-Magazines', 64789, ''),
('', '', '', '', 1139, 1139, 'Food & Drink', 'Food-and-Drink', 607, ''),
('', '', '', '', 101067, 101067, 'Games', 'Games', 607, ''),
('', '', '', '', 101068, 101068, 'Gardening', 'Gardening', 607, ''),
('', '', '', '', 101069, 101069, 'Geography', 'Geography', 607, ''),
('', '', '', '', 91176, 91176, 'Health/ Fitness', 'Health-Fitness', 607, ''),
('', '', '', '', 72342, 72342, 'History', 'History', 607, ''),
('', '', '', '', 1141, 1141, 'Home', 'Home', 607, ''),
('', '', '', '', 1142, 1142, 'Horror/ Monster', 'Horror-Monster', 607, ''),
('', '', '', '', 1143, 1143, 'Humour', 'Humour', 607, ''),
('', '', '', '', 91177, 91177, 'Literary', 'Literary', 607, ''),
('', '', '', '', 91178, 91178, 'Medical / Nursing', 'Medical-Nursing', 607, ''),
('', '', '', '', 21701, 21701, 'Mens', 'Mens', 607, ''),
('', '', '', '', 64782, 64782, 'Arena', 'Arena', 21701, ''),
('', '', '', '', 91173, 91173, 'Esquire', 'Esquire', 21701, ''),
('', '', '', '', 64783, 64783, 'FHM', 'FHM', 21701, ''),
('', '', '', '', 64784, 64784, 'Front', 'Front', 21701, ''),
('', '', '', '', 64785, 64785, 'Gay Interest', 'Gay-Interest', 21701, ''),
('', '', '', '', 29244, 29244, 'GQ', 'GQ', 21701, ''),
('', '', '', '', 64786, 64786, 'Loaded', 'Loaded', 21701, ''),
('', '', '', '', 29245, 29245, 'Maxim', 'Maxim', 21701, ''),
('', '', '', '', 91172, 91172, 'Mens Health', 'Mens-Health', 21701, ''),
('', '', '', '', 101061, 101061, 'Nuts', 'Nuts', 21701, ''),
('', '', '', '', 64787, 64787, 'Parade (Pre-1980)', 'Parade-Pre-1980', 21701, ''),
('', '', '', '', 64788, 64788, 'Sky', 'Sky', 21701, ''),
('', '', '', '', 101062, 101062, 'Zoo', 'Zoo', 21701, ''),
('', '', '', '', 4945, 4945, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 21701, ''),
('', '', '', '', 611, 611, 'Other Mens Magazines', 'Other-Mens-Magazines', 21701, ''),
('', '', '', '', 101070, 101070, 'Military/ War', 'Military-War', 607, ''),
('', '', '', '', 608, 608, 'Nature/ Outdoors', 'Nature-Outdoors', 607, ''),
('', '', '', '', 612, 612, 'News/ Current Affairs', 'News-Current-Affairs', 607, ''),
('', '', '', '', 72343, 72343, 'Paranormal/ Supernatural', 'Paranormal-Supernatural', 607, ''),
('', '', '', '', 72344, 72344, 'Pet/ Animal Care', 'Pet-Animal-Care', 607, ''),
('', '', '', '', 101066, 101066, 'Photography', 'Photography', 607, ''),
('', '', '', '', 1146, 1146, 'Pulp', 'Pulp', 607, ''),
('', '', '', '', 72345, 72345, 'Religion/ Spirituality', 'Religion-Spirituality', 607, ''),
('', '', '', '', 1147, 1147, 'Science', 'Science', 607, ''),
('', '', '', '', 1148, 1148, 'Science Fiction', 'Science-Fiction', 607, ''),
('', '', '', '', 105967, 105967, 'Sports', 'Sports', 607, ''),
('', '', '', '', 139820, 139820, 'Boxing', 'Boxing', 105967, ''),
('', '', '', '', 105968, 105968, 'Cricket', 'Cricket', 105967, ''),
('', '', '', '', 116597, 116597, 'Cycling', 'Cycling', 105967, ''),
('', '', '', '', 105969, 105969, 'Fishing', 'Fishing', 105967, ''),
('', '', '', '', 105970, 105970, 'Football', 'Football', 105967, ''),
('', '', '', '', 105971, 105971, 'Golf', 'Golf', 105967, ''),
('', '', '', '', 105972, 105972, 'Horse Racing', 'Horse-Racing', 105967, ''),
('', '', '', '', 105973, 105973, 'Martial Arts', 'Martial-Arts', 105967, ''),
('', '', '', '', 105974, 105974, 'Motor Sport', 'Motor-Sport', 105967, ''),
('', '', '', '', 105975, 105975, 'Rugby', 'Rugby', 105967, ''),
('', '', '', '', 105976, 105976, 'Tennis', 'Tennis', 105967, ''),
('', '', '', '', 139821, 139821, 'Wrestling', 'Wrestling', 105967, ''),
('', '', '', '', 614, 614, 'Other Sports Magazines', 'Other-Sports-Magazines', 105967, ''),
('', '', '', '', 64802, 64802, 'Transportation', 'Transportation', 607, ''),
('', '', '', '', 64803, 64803, 'Aircraft', 'Aircraft', 64802, ''),
('', '', '', '', 91174, 91174, 'Bicycles', 'Bicycles', 64802, ''),
('', '', '', '', 91175, 91175, 'Buses/ Coaches', 'Buses-Coaches', 64802, ''),
('', '', '', '', 46329, 46329, 'Cars', 'Cars', 64802, ''),
('', '', '', '', 98603, 98603, 'Pre-1960', 'Pre-1960', 46329, ''),
('', '', '', '', 98604, 98604, '1960s', '1960s', 46329, ''),
('', '', '', '', 72039, 72039, '1970s', '1970s', 46329, ''),
('', '', '', '', 98605, 98605, '1980s', '1980s', 46329, ''),
('', '', '', '', 98606, 98606, '1990s', '1990s', 46329, ''),
('', '', '', '', 2241, 2241, '2000s', '2000s', 46329, ''),
('', '', '', '', 21533, 21533, 'Motorcycles', 'Motorcycles', 64802, ''),
('', '', '', '', 101065, 101065, 'Nautical', 'Nautical', 64802, ''),
('', '', '', '', 64804, 64804, 'Rail', 'Rail', 64802, ''),
('', '', '', '', 91183, 91183, 'Vans/ Trucks/ Lorries', 'Vans-Trucks-Lorries', 64802, ''),
('', '', '', '', 64805, 64805, 'Other Transportation Magazines', 'Other-Transportation-Magazines', 64802, ''),
('', '', '', '', 1150, 1150, 'Travel/ Exploration', 'Travel-Exploration', 607, ''),
('', '', '', '', 1160, 1160, 'True Crime', 'True-Crime', 607, ''),
('', '', '', '', 108869, 108869, 'Urban/ Street Life', 'Urban-Street-Life', 607, ''),
('', '', '', '', 101071, 101071, 'Womens', 'Womens', 607, ''),
('', '', '', '', 101072, 101072, 'Cosmopolitan', 'Cosmopolitan', 101071, ''),
('', '', '', '', 101073, 101073, 'Elle', 'Elle', 101071, ''),
('', '', '', '', 101074, 101074, 'Glamour', 'Glamour', 101071, ''),
('', '', '', '', 101075, 101075, 'Harpers & Queen', 'Harpers-and-Queen', 101071, ''),
('', '', '', '', 101076, 101076, 'Marie Claire', 'Marie-Claire', 101071, ''),
('', '', '', '', 101077, 101077, 'Vogue', 'Vogue', 101071, ''),
('', '', '', '', 121867, 121867, 'Womans Own', 'Womans-Own', 101071, ''),
('', '', '', '', 101078, 101078, 'Womans Weekly', 'Womans-Weekly', 101071, ''),
('', '', '', '', 615, 615, 'Other Womens Magazines', 'Other-Womens-Magazines', 101071, ''),
('', '', '', '', 280, 280, 'Other Magazines', 'Other-Magazines', 607, ''),
('', '', '', '', 12576, 12576, 'Business, Office & Industrial', 'Business-Office-and-Industrial', 0, ''),
('', '', '', '', 11748, 11748, 'Agriculture/ Farming', 'Agriculture-Farming', 12576, ''),
('', '', '', '', 11752, 11752, 'Farm Implements & Equipment', 'Farm-Implements-and-Equipment', 11748, ''),
('', '', '', '', 11751, 11751, 'Livestock Supplies', 'Livestock-Supplies', 11748, ''),
('', '', '', '', 58177, 58177, 'Stationary Engines', 'Stationary-Engines', 11748, ''),
('', '', '', '', 147793, 147793, 'Storage Tanks', 'Storage-Tanks', 11748, ''),
('', '', '', '', 147794, 147794, 'Tractors', 'Tractors', 11748, ''),
('', '', '', '', 11757, 11757, 'Antique Tractors', 'Antique-Tractors', 147794, ''),
('', '', '', '', 92021, 92021, 'Modern Tractors', 'Modern-Tractors', 147794, ''),
('', '', '', '', 147798, 147798, 'Tractor Manuals & Publications', 'Tractor-Manuals-and-Publications', 147794, ''),
('', '', '', '', 147799, 147799, 'David Brown', 'David-Brown', 147794, ''),
('', '', '', '', 147800, 147800, 'Ford', 'Ford', 147794, ''),
('', '', '', '', 147801, 147801, 'John Deere', 'John-Deere', 147794, ''),
('', '', '', '', 147802, 147802, 'Leyland', 'Leyland', 147794, ''),
('', '', '', '', 147803, 147803, 'Massey Ferguson', 'Massey-Ferguson', 147794, ''),
('', '', '', '', 11756, 11756, 'Other Tractor Publications', 'Other-Tractor-Publications', 147794, ''),
('', '', '', '', 147796, 147796, 'Tractor Parts', 'Tractor-Parts', 11748, ''),
('', '', '', '', 121875, 121875, 'Antique Tractor Parts & Accs', 'Antique-Tractor-Parts-and-Accs', 147796, ''),
('', '', '', '', 121876, 121876, 'Modern Tractor Parts & Accs', 'Modern-Tractor-Parts-and-Accs', 147796, ''),
('', '', '', '', 148440, 148440, 'Trailers', 'Trailers', 11748, ''),
('', '', '', '', 1269, 1269, 'Other Agriculture/ Farming', 'Other-Agriculture-Farming', 11748, ''),
('', '', '', '', 41498, 41498, 'Building Materials & Supplies', 'Building-Materials-and-Supplies', 12576, ''),
('', '', '', '', 112389, 112389, 'Bricks', 'Bricks', 41498, ''),
('', '', '', '', 72346, 72346, 'Building Regulations & Courses', 'Building-Regulations-and-Courses', 41498, ''),
('', '', '', '', 147790, 147790, 'Carpentry & Woodwork', 'Carpentry-and-Woodwork', 41498, ''),
('', '', '', '', 58148, 58148, 'Carpentry Tools & Equipment', 'Carpentry-Tools-and-Equipment', 147790, ''),
('', '', '', '', 147791, 147791, 'Timber/ Wood', 'Timber-Wood', 147790, ''),
('', '', '', '', 147792, 147792, 'Other Carpentry & Woodwork', 'Other-Carpentry-and-Woodwork', 147790, ''),
('', '', '', '', 105994, 105994, 'Ceilings', 'Ceilings', 41498, ''),
('', '', '', '', 63893, 63893, 'Doors & Door Fixtures', 'Doors-and-Door-Fixtures', 41498, ''),
('', '', '', '', 50200, 50200, 'Electrical', 'Electrical', 41498, ''),
('', '', '', '', 147804, 147804, 'Cables & Connectors', 'Cables-and-Connectors', 50200, ''),
('', '', '', '', 41499, 41499, 'Electrical Fittings', 'Electrical-Fittings', 50200, ''),
('', '', '', '', 121872, 121872, 'Sockets', 'Sockets', 50200, ''),
('', '', '', '', 121873, 121873, 'Switches', 'Switches', 50200, ''),
('', '', '', '', 3188, 3188, 'Other Electrical', 'Other-Electrical', 50200, ''),
('', '', '', '', 105992, 105992, 'Flooring', 'Flooring', 41498, ''),
('', '', '', '', 63894, 63894, 'Insulation', 'Insulation', 41498, ''),
('', '', '', '', 58145, 58145, 'Lights & Lighting', 'Lights-and-Lighting', 41498, ''),
('', '', '', '', 63891, 63891, 'Locks & Keys', 'Locks-and-Keys', 41498, ''),
('', '', '', '', 41500, 41500, 'Nuts/ Bolts/ Nails/ Screws', 'Nuts-Bolts-Nails-Screws', 41498, ''),
('', '', '', '', 72347, 72347, 'Painting', 'Painting', 41498, ''),
('', '', '', '', 121874, 121874, 'Plastering', 'Plastering', 41498, ''),
('', '', '', '', 63896, 63896, 'Plumbing', 'Plumbing', 41498, ''),
('', '', '', '', 105993, 105993, 'Boilers & Tanks', 'Boilers-and-Tanks', 63896, ''),
('', '', '', '', 63898, 63898, 'Pipes', 'Pipes', 63896, ''),
('', '', '', '', 63900, 63900, 'Pipe Fittings', 'Pipe-Fittings', 63896, ''),
('', '', '', '', 86173, 86173, 'Radiators & Towel Rails', 'Radiators-and-Towel-Rails', 63896, ''),
('', '', '', '', 63897, 63897, 'Taps', 'Taps', 63896, ''),
('', '', '', '', 63907, 63907, 'Valves', 'Valves', 63896, ''),
('', '', '', '', 63905, 63905, 'Other Plumbing', 'Other-Plumbing', 63896, ''),
('', '', '', '', 66945, 66945, 'Roofing', 'Roofing', 41498, ''),
('', '', '', '', 55806, 55806, 'Scaffolding & Ladders', 'Scaffolding-and-Ladders', 41498, ''),
('', '', '', '', 105995, 105995, 'Walls', 'Walls', 41498, ''),
('', '', '', '', 41501, 41501, 'Windows & Glass', 'Windows-and-Glass', 41498, ''),
('', '', '', '', 26197, 26197, 'Other Building Materials', 'Other-Building-Materials', 41498, ''),
('', '', '', '', 11759, 11759, 'Businesses For Sale', 'Businesses-For-Sale', 12576, ''),
('', '', '', '', 46689, 46689, 'Internet Businesses/ Websites', 'Internet-Businesses-Websites', 11759, ''),
('', '', '', '', 11760, 11760, 'Manufacturing', 'Manufacturing', 11759, ''),
('', '', '', '', 46690, 46690, 'Marketing', 'Marketing', 11759, ''),
('', '', '', '', 11761, 11761, 'Retailing', 'Retailing', 11759, ''),
('', '', '', '', 11762, 11762, 'Service Businesses', 'Service-Businesses', 11759, ''),
('', '', '', '', 11764, 11764, 'Wholesaling', 'Wholesaling', 11759, ''),
('', '', '', '', 2992, 2992, 'Other Businesses For Sale', 'Other-Businesses-For-Sale', 11759, ''),
('', '', '', '', 121878, 121878, 'Business Services', 'Business-Services', 12576, ''),
('', '', '', '', 121879, 121879, 'Courier & Delivery Services', 'Courier-and-Delivery-Services', 121878, ''),
('', '', '', '', 121880, 121880, 'Marketing Services', 'Marketing-Services', 121878, ''),
('', '', '', '', 147805, 147805, 'Secretarial & Writing Services', 'Secretarial-and-Writing-Services', 121878, ''),
('', '', '', '', 121881, 121881, 'Training Services', 'Training-Services', 121878, ''),
('', '', '', '', 121882, 121882, 'Other Business Services', 'Other-Business-Services', 121878, ''),
('', '', '', '', 92074, 92074, 'Electrical & Test Equipment', 'Electrical-and-Test-Equipment', 12576, ''),
('', '', '', '', 26215, 26215, 'Circuit Breakers', 'Circuit-Breakers', 92074, ''),
('', '', '', '', 4659, 4659, 'Components & Supplies', 'Components-and-Supplies', 92074, ''),
('', '', '', '', 36323, 36323, 'Assemblies/ EM Devices', 'Assemblies-EM-Devices', 4659, ''),
('', '', '', '', 4662, 4662, 'Capacitors', 'Capacitors', 4659, ''),
('', '', '', '', 26212, 26212, 'Cables & Connectors', 'Cables-and-Connectors', 4659, ''),
('', '', '', '', 4667, 4667, 'Cables & Wiring', 'Cables-and-Wiring', 26212, ''),
('', '', '', '', 7285, 7285, 'Connectors & Sockets', 'Connectors-and-Sockets', 26212, ''),
('', '', '', '', 4663, 4663, 'ICs & Processors', 'ICs-and-Processors', 4659, ''),
('', '', '', '', 66954, 66954, 'LEDs', 'LEDs', 4659, ''),
('', '', '', '', 26209, 26209, 'Motors & Servos', 'Motors-and-Servos', 4659, ''),
('', '', '', '', 36333, 36333, 'Passive Components', 'Passive-Components', 4659, ''),
('', '', '', '', 7286, 7286, 'Crystals & Oscillators', 'Crystals-and-Oscillators', 36333, ''),
('', '', '', '', 26205, 26205, 'Fuses', 'Fuses', 36333, ''),
('', '', '', '', 7288, 7288, 'Inductors/ Coils/ Filters', 'Inductors-Coils-Filters', 36333, ''),
('', '', '', '', 4664, 4664, 'Resistors', 'Resistors', 36333, ''),
('', '', '', '', 36338, 36338, 'Other Passive Components', 'Other-Passive-Components', 36333, ''),
('', '', '', '', 36328, 36328, 'Relays', 'Relays', 4659, ''),
('', '', '', '', 36332, 36332, 'Semiconductors & Actives', 'Semiconductors-and-Actives', 4659, ''),
('', '', '', '', 58169, 58169, 'Switches', 'Switches', 4659, ''),
('', '', '', '', 72349, 72349, 'Testing Instruments', 'Testing-Instruments', 4659, ''),
('', '', '', '', 4665, 4665, 'Transformers', 'Transformers', 4659, ''),
('', '', '', '', 58174, 58174, 'Tubes & Acoustics', 'Tubes-and-Acoustics', 4659, ''),
('', '', '', '', 4660, 4660, 'Other Components & Supplies', 'Other-Components-and-Supplies', 4659, ''),
('', '', '', '', 42899, 42899, 'Industrial Automation/ Control', 'Industrial-Automation-Control', 92074, ''),
('', '', '', '', 4676, 4676, 'Test & Measurement Equipment', 'Test-and-Measurement-Equipment', 92074, ''),
('', '', '', '', 36316, 36316, 'Attenuators', 'Attenuators', 4676, ''),
('', '', '', '', 50953, 50953, 'Broadcast Measurement', 'Broadcast-Measurement', 4676, ''),
('', '', '', '', 25399, 25399, 'Calibrators & Standards', 'Calibrators-and-Standards', 4676, ''),
('', '', '', '', 25401, 25401, 'Counters & Timers', 'Counters-and-Timers', 4676, ''),
('', '', '', '', 50964, 50964, 'Electrical Power Measurement', 'Electrical-Power-Measurement', 4676, ''),
('', '', '', '', 25410, 25410, 'Meters', 'Meters', 4676, ''),
('', '', '', '', 25411, 25411, 'Amp & Voltmeters', 'Amp-and-Voltmeters', 25410, ''),
('', '', '', '', 121877, 121877, 'Insulation Testers & Meggers', 'Insulation-Testers-and-Meggers', 25410, ''),
('', '', '', '', 58277, 58277, 'Multimeters & Flukes', 'Multimeters-and-Flukes', 25410, ''),
('', '', '', '', 116598, 116598, 'PAT Testers', 'PAT-Testers', 25410, ''),
('', '', '', '', 147825, 147825, 'pH Meters', 'pH-Meters', 25410, ''),
('', '', '', '', 147826, 147826, 'TDS Meters', 'TDS-Meters', 25410, ''),
('', '', '', '', 4678, 4678, 'Other Meters', 'Other-Meters', 25410, ''),
('', '', '', '', 45008, 45008, 'Oscilloscopes', 'Oscilloscopes', 4676, ''),
('', '', '', '', 25414, 25414, 'Parts & Accessories', 'Parts-and-Accessories', 4676, ''),
('', '', '', '', 58288, 58288, 'Power Supplies', 'Power-Supplies', 4676, ''),
('', '', '', '', 112391, 112391, 'Scales', 'Scales', 4676, ''),
('', '', '', '', 97198, 97198, 'Signal Generators', 'Signal-Generators', 4676, ''),
('', '', '', '', 50974, 50974, 'Thermometers', 'Thermometers', 4676, ''),
('', '', '', '', 77985, 77985, 'Weather Instruments', 'Weather-Instruments', 4676, ''),
('', '', '', '', 40004, 40004, 'Other Test Equipment', 'Other-Test-Equipment', 4676, ''),
('', '', '', '', 25409, 25409, 'Manuals & Publications', 'Manuals-and-Publications', 92074, ''),
('', '', '', '', 92078, 92078, 'Other Electrical/ Test Eqpt', 'Other-Electrical-Test-Eqpt', 92074, ''),
('', '', '', '', 148462, 148462, 'Containers & Pre-Fab Buildings', 'Containers-and-Pre-Fab-Buildings', 12576, ''),
('', '', '', '', 55805, 55805, 'Pre-Fabricated Buildings', 'Pre-Fabricated-Buildings', 148462, ''),
('', '', '', '', 112422, 112422, 'Shipping & Storage Containers', 'Shipping-and-Storage-Containers', 148462, ''),
('', '', '', '', 148463, 148463, 'Other Pre-Fab Buildings', 'Other-Pre-Fab-Buildings', 148462, ''),
('', '', '', '', 46576, 46576, 'Hand Tools', 'Hand-Tools', 12576, ''),
('', '', '', '', 20762, 20762, 'Chisels', 'Chisels', 46576, ''),
('', '', '', '', 66916, 66916, 'Clamps', 'Clamps', 46576, ''),
('', '', '', '', 42254, 42254, 'Crowbars', 'Crowbars', 46576, ''),
('', '', '', '', 147806, 147806, 'Files', 'Files', 46576, ''),
('', '', '', '', 63914, 63914, 'Hammers', 'Hammers', 46576, ''),
('', '', '', '', 121891, 121891, 'Hand/ Foot Pumps', 'Hand-Foot-Pumps', 46576, ''),
('', '', '', '', 147816, 147816, 'Knives & Cutters', 'Knives-and-Cutters', 46576, ''),
('', '', '', '', 147817, 147817, 'Army Knives', 'Army-Knives', 147816, ''),
('', '', '', '', 147818, 147818, 'Bolt Cutters', 'Bolt-Cutters', 147816, ''),
('', '', '', '', 147819, 147819, 'Knife Sharpening', 'Knife-Sharpening', 147816, ''),
('', '', '', '', 147820, 147820, 'Scalpels', 'Scalpels', 147816, ''),
('', '', '', '', 147821, 147821, 'Stanley Knives', 'Stanley-Knives', 147816, ''),
('', '', '', '', 147822, 147822, 'Tin Snips', 'Tin-Snips', 147816, ''),
('', '', '', '', 147823, 147823, 'Utility Knives', 'Utility-Knives', 147816, ''),
('', '', '', '', 147824, 147824, 'Wire Strippers & Cutters', 'Wire-Strippers-and-Cutters', 147816, ''),
('', '', '', '', 20764, 20764, 'Other Knives & Cutters', 'Other-Knives-and-Cutters', 147816, ''),
('', '', '', '', 147807, 147807, 'Measuring Tools', 'Measuring-Tools', 46576, ''),
('', '', '', '', 147808, 147808, 'Calipers', 'Calipers', 147807, ''),
('', '', '', '', 147809, 147809, 'Laser Measurers', 'Laser-Measurers', 147807, ''),
('', '', '', '', 147810, 147810, 'Measuring Wheels', 'Measuring-Wheels', 147807, ''),
('', '', '', '', 147811, 147811, 'Micrometers', 'Micrometers', 147807, ''),
('', '', '', '', 147812, 147812, 'Rulers', 'Rulers', 147807, ''),
('', '', '', '', 147813, 147813, 'Spirit Levels & Plumb Bobs', 'Spirit-Levels-and-Plumb-Bobs', 147807, ''),
('', '', '', '', 147814, 147814, 'Squares', 'Squares', 147807, ''),
('', '', '', '', 147815, 147815, 'Tape Measures', 'Tape-Measures', 147807, ''),
('', '', '', '', 63915, 63915, 'Other Measuring Tools', 'Other-Measuring-Tools', 147807, ''),
('', '', '', '', 50205, 50205, 'Multitools', 'Multitools', 46576, ''),
('', '', '', '', 11701, 11701, 'Painting & Decorating Tools', 'Painting-and-Decorating-Tools', 46576, ''),
('', '', '', '', 29526, 29526, 'Planes', 'Planes', 46576, ''),
('', '', '', '', 20767, 20767, 'Pliers', 'Pliers', 46576, ''),
('', '', '', '', 20768, 20768, 'Saws', 'Saws', 46576, ''),
('', '', '', '', 63917, 63917, 'Screwdrivers', 'Screwdrivers', 46576, ''),
('', '', '', '', 20774, 20774, 'Spanners', 'Spanners', 46576, ''),
('', '', '', '', 20765, 20765, 'Spirit Levels', 'Spirit-Levels', 46576, ''),
('', '', '', '', 116637, 116637, 'Tool Belts', 'Tool-Belts', 46576, ''),
('', '', '', '', 63918, 63918, 'Tool Kits & Sets', 'Tool-Kits-and-Sets', 46576, ''),
('', '', '', '', 147827, 147827, 'Trowels', 'Trowels', 46576, ''),
('', '', '', '', 147828, 147828, 'Vices', 'Vices', 46576, ''),
('', '', '', '', 42337, 42337, 'Other Hand Tools', 'Other-Hand-Tools', 46576, ''),
('', '', '', '', 1266, 1266, 'Industrial Supply/ MRO', 'Industrial-Supply-MRO', 12576, ''),
('', '', '', '', 43015, 43015, 'Cleaning Equipment & Supplies', 'Cleaning-Equipment-and-Supplies', 1266, ''),
('', '', '', '', 42912, 42912, 'HVAC', 'HVAC', 1266, ''),
('', '', '', '', 48718, 48718, 'Hydraulics & Pneumatics', 'Hydraulics-and-Pneumatics', 1266, ''),
('', '', '', '', 11899, 11899, 'Industrial Fire Protection', 'Industrial-Fire-Protection', 1266, ''),
('', '', '', '', 147829, 147829, 'Magnets', 'Magnets', 1266, ''),
('', '', '', '', 26224, 26224, 'Material Handling', 'Material-Handling', 1266, ''),
('', '', '', '', 11897, 11897, 'Protective & Safety Gear', 'Protective-and-Safety-Gear', 1266, ''),
('', '', '', '', 141064, 141064, 'Dust Masks', 'Dust-Masks', 11897, ''),
('', '', '', '', 141065, 141065, 'Ear Plugs/ Ear Defenders', 'Ear-Plugs-Ear-Defenders', 11897, ''),
('', '', '', '', 141066, 141066, 'Gloves & Gauntlets', 'Gloves-and-Gauntlets', 11897, ''),
('', '', '', '', 141067, 141067, 'Hard Hats & Helmets', 'Hard-Hats-and-Helmets', 11897, ''),
('', '', '', '', 141068, 141068, 'High-Visibility Jackets', 'High-Visibility-Jackets', 11897, ''),
('', '', '', '', 141069, 141069, 'Knee-Pads', 'Knee-Pads', 11897, ''),
('', '', '', '', 53151, 53151, 'Overalls & Trousers', 'Overalls-and-Trousers', 11897, ''),
('', '', '', '', 141084, 141084, 'Safety Glasses & Goggles', 'Safety-Glasses-and-Goggles', 11897, ''),
('', '', '', '', 141085, 141085, 'Safety Shoes & Boots', 'Safety-Shoes-and-Boots', 11897, ''),
('', '', '', '', 36347, 36347, 'Warning & Safety Signs', 'Warning-and-Safety-Signs', 11897, ''),
('', '', '', '', 11900, 11900, 'Other Protective/ Safety Gear', 'Other-Protective-Safety-Gear', 11897, ''),
('', '', '', '', 46547, 46547, 'Pumps', 'Pumps', 1266, ''),
('', '', '', '', 141071, 141071, 'Security Equipment', 'Security-Equipment', 1266, ''),
('', '', '', '', 53145, 53145, 'Alarm Systems & Accessories', 'Alarm-Systems-and-Accessories', 141071, ''),
('', '', '', '', 67031, 67031, 'Locks/ Safes/ Locksmith Gear', 'Locks-Safes-Locksmith-Gear', 141071, ''),
('', '', '', '', 141086, 141086, 'Other Security Equipment', 'Other-Security-Equipment', 141071, ''),
('', '', '', '', 1267, 1267, 'Other Industrial Supply', 'Other-Industrial-Supply', 1266, ''),
('', '', '', '', 64808, 64808, 'Industrial Tools', 'Industrial-Tools', 12576, ''),
('', '', '', '', 22662, 22662, 'Compressors', 'Compressors', 64808, ''),
('', '', '', '', 112392, 112392, 'Construction Tools', 'Construction-Tools', 64808, ''),
('', '', '', '', 112393, 112393, 'Breakers', 'Breakers', 112392, ''),
('', '', '', '', 50903, 50903, 'Cement Mixers', 'Cement-Mixers', 112392, ''),
('', '', '', '', 147830, 147830, 'Compactors & Wacker Plates', 'Compactors-and-Wacker-Plates', 112392, ''),
('', '', '', '', 95493, 95493, 'Diggers', 'Diggers', 112392, ''),
('', '', '', '', 112394, 112394, 'Dumpers', 'Dumpers', 112392, ''),
('', '', '', '', 97122, 97122, 'Excavators', 'Excavators', 112392, ''),
('', '', '', '', 147831, 147831, 'Scaffolding', 'Scaffolding', 112392, ''),
('', '', '', '', 64810, 64810, 'Other Construction Tools', 'Other-Construction-Tools', 112392, ''),
('', '', '', '', 112395, 112395, 'Cutting & Sawing Tools', 'Cutting-and-Sawing-Tools', 64808, ''),
('', '', '', '', 46578, 46578, 'Cutters', 'Cutters', 112395, ''),
('', '', '', '', 57048, 57048, 'Guillotines', 'Guillotines', 112395, ''),
('', '', '', '', 97230, 97230, 'Lathes', 'Lathes', 112395, ''),
('', '', '', '', 42296, 42296, 'Saws', 'Saws', 112395, ''),
('', '', '', '', 147832, 147832, 'Saw Blades', 'Saw-Blades', 112395, ''),
('', '', '', '', 64811, 64811, 'Other Cutting & Sawing', 'Other-Cutting-and-Sawing', 112395, ''),
('', '', '', '', 147833, 147833, 'Drilling Tools', 'Drilling-Tools', 64808, ''),
('', '', '', '', 147834, 147834, 'Drills', 'Drills', 147833, ''),
('', '', '', '', 147835, 147835, 'Drill Bits', 'Drill-Bits', 147833, ''),
('', '', '', '', 147836, 147836, 'Drill Chucks', 'Drill-Chucks', 147833, ''),
('', '', '', '', 147837, 147837, 'Drill Sets', 'Drill-Sets', 147833, ''),
('', '', '', '', 64812, 64812, 'Other Drilling Tools', 'Other-Drilling-Tools', 147833, ''),
('', '', '', '', 116670, 116670, 'Dust Extractors', 'Dust-Extractors', 64808, ''),
('', '', '', '', 121893, 121893, 'Engineering Tools', 'Engineering-Tools', 64808, ''),
('', '', '', '', 46412, 46412, 'Generators', 'Generators', 64808, ''),
('', '', '', '', 112396, 112396, 'Lifting Tools', 'Lifting-Tools', 64808, ''),
('', '', '', '', 25253, 25253, 'Cranes', 'Cranes', 112396, ''),
('', '', '', '', 97185, 97185, 'Forklifts', 'Forklifts', 112396, ''),
('', '', '', '', 63939, 63939, 'Hoists', 'Hoists', 112396, ''),
('', '', '', '', 147838, 147838, 'Jacks', 'Jacks', 112396, ''),
('', '', '', '', 26222, 26222, 'Pallet Trucks', 'Pallet-Trucks', 112396, ''),
('', '', '', '', 147839, 147839, 'Sack Trucks & Trolleys', 'Sack-Trucks-and-Trolleys', 112396, ''),
('', '', '', '', 66938, 66938, 'Winches', 'Winches', 112396, ''),
('', '', '', '', 64813, 64813, 'Other Lifting Tools', 'Other-Lifting-Tools', 112396, ''),
('', '', '', '', 147840, 147840, 'Measuring Tools', 'Measuring-Tools', 64808, ''),
('', '', '', '', 147841, 147841, 'Calipers', 'Calipers', 147840, ''),
('', '', '', '', 147842, 147842, 'Laser Measurers', 'Laser-Measurers', 147840, ''),
('', '', '', '', 147843, 147843, 'Measuring Wheels', 'Measuring-Wheels', 147840, ''),
('', '', '', '', 147844, 147844, 'Micrometers', 'Micrometers', 147840, ''),
('', '', '', '', 147845, 147845, 'Rulers', 'Rulers', 147840, ''),
('', '', '', '', 147846, 147846, 'Spirit Levels & Plumb Bobs', 'Spirit-Levels-and-Plumb-Bobs', 147840, ''),
('', '', '', '', 147847, 147847, 'Squares', 'Squares', 147840, ''),
('', '', '', '', 147848, 147848, 'Tape Measures', 'Tape-Measures', 147840, ''),
('', '', '', '', 64814, 64814, 'Other Measuring Tools', 'Other-Measuring-Tools', 147840, ''),
('', '', '', '', 121894, 121894, 'Painting', 'Painting', 64808, ''),
('', '', '', '', 64816, 64816, 'Plumbing Tools', 'Plumbing-Tools', 64808, ''),
('', '', '', '', 46536, 46536, 'Pressure Washers', 'Pressure-Washers', 64808, ''),
('', '', '', '', 26204, 26204, 'Surveying Tools', 'Surveying-Tools', 64808, ''),
('', '', '', '', 633, 633, 'Other Industrial Tools', 'Other-Industrial-Tools', 64808, ''),
('', '', '', '', 147849, 147849, 'Manufacturing & Woodworking', 'Manufacturing-and-Woodworking', 12576, ''),
('', '', '', '', 26258, 26258, 'Plastics Equipment & Materials', 'Plastics-Equipment-and-Materials', 147849, ''),
('', '', '', '', 11809, 11809, 'Process Equipment', 'Process-Equipment', 147849, ''),
('', '', '', '', 45036, 45036, 'Textile/ Clothes Manufacturing', 'Textile-Clothes-Manufacturing', 147849, ''),
('', '', '', '', 42938, 42938, 'Woodworking', 'Woodworking', 147849, ''),
('', '', '', '', 92150, 92150, 'Other Manufacturing', 'Other-Manufacturing', 147849, ''),
('', '', '', '', 11804, 11804, 'Metalworking/ Milling/ Welding', 'Metalworking-Milling-Welding', 12576, ''),
('', '', '', '', 112398, 112398, 'Anvils', 'Anvils', 11804, ''),
('', '', '', '', 25292, 25292, 'Chucks', 'Chucks', 11804, ''),
('', '', '', '', 147850, 147850, 'Folders', 'Folders', 11804, ''),
('', '', '', '', 12578, 12578, 'Guillotines', 'Guillotines', 11804, ''),
('', '', '', '', 112399, 112399, 'Lathes', 'Lathes', 11804, ''),
('', '', '', '', 98641, 98641, 'Metalworking Supplies', 'Metalworking-Supplies', 11804, ''),
('', '', '', '', 12584, 12584, 'Milling', 'Milling', 11804, ''),
('', '', '', '', 147851, 147851, 'Rollers', 'Rollers', 11804, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 34095, 34095, 'Welding', 'Welding', 11804, ''),
('', '', '', '', 67052, 67052, 'Helmets & Safety Gear', 'Helmets-and-Safety-Gear', 34095, ''),
('', '', '', '', 113743, 113743, 'Welders', 'Welders', 34095, ''),
('', '', '', '', 11774, 11774, 'Welding Supplies & Accessories', 'Welding-Supplies-and-Accessories', 34095, ''),
('', '', '', '', 64818, 64818, 'Other Welding', 'Other-Welding', 34095, ''),
('', '', '', '', 64819, 64819, 'Other Metalworking Tools', 'Other-Metalworking-Tools', 11804, ''),
('', '', '', '', 11815, 11815, 'Medical/ Lab Equipment', 'Medical-Lab-Equipment', 12576, ''),
('', '', '', '', 26231, 26231, 'Lab Equipment', 'Lab-Equipment', 11815, ''),
('', '', '', '', 26230, 26230, 'Analytical Equipment', 'Analytical-Equipment', 26231, ''),
('', '', '', '', 26232, 26232, 'Centrifuges', 'Centrifuges', 26231, ''),
('', '', '', '', 26234, 26234, 'Heating & Cooling', 'Heating-and-Cooling', 26231, ''),
('', '', '', '', 26233, 26233, 'Incubators', 'Incubators', 26231, ''),
('', '', '', '', 48725, 48725, 'Lab Scales & Balances', 'Lab-Scales-and-Balances', 26231, ''),
('', '', '', '', 48741, 48741, 'Microscopes', 'Microscopes', 26231, ''),
('', '', '', '', 26235, 26235, 'Mixers/ Stirrers/ Shakers', 'Mixers-Stirrers-Shakers', 26231, ''),
('', '', '', '', 78222, 78222, 'Pumps', 'Pumps', 26231, ''),
('', '', '', '', 26237, 26237, 'Other Lab Equipment', 'Other-Lab-Equipment', 26231, ''),
('', '', '', '', 26413, 26413, 'Lab Supplies', 'Lab-Supplies', 11815, ''),
('', '', '', '', 104233, 104233, 'Chemicals', 'Chemicals', 26413, ''),
('', '', '', '', 26414, 26414, 'Disposables', 'Disposables', 26413, ''),
('', '', '', '', 26415, 26415, 'Filtration Supplies', 'Filtration-Supplies', 26413, ''),
('', '', '', '', 26416, 26416, 'Frames/ Supports/ Clamps', 'Frames-Supports-Clamps', 26413, ''),
('', '', '', '', 11812, 11812, 'Lab Glassware', 'Lab-Glassware', 26413, ''),
('', '', '', '', 48742, 48742, 'Lab Safety', 'Lab-Safety', 26413, ''),
('', '', '', '', 26417, 26417, 'Pipettes', 'Pipettes', 26413, ''),
('', '', '', '', 26418, 26418, 'Slides/ Covers', 'Slides-Covers', 26413, ''),
('', '', '', '', 26420, 26420, 'Other Lab Supplies', 'Other-Lab-Supplies', 26413, ''),
('', '', '', '', 11817, 11817, 'Medical Equipt. & Instruments', 'Medical-Equipt-and-Instruments', 11815, ''),
('', '', '', '', 31480, 31480, 'Anatomical Models', 'Anatomical-Models', 11817, ''),
('', '', '', '', 48722, 48722, 'Autoclaves & Sterilisers', 'Autoclaves-and-Sterilisers', 11817, ''),
('', '', '', '', 148442, 148442, 'Blood Pressure Testing', 'Blood-Pressure-Testing', 11817, ''),
('', '', '', '', 112390, 112390, 'Crutches', 'Crutches', 11817, ''),
('', '', '', '', 31458, 31458, 'Dental Equipment', 'Dental-Equipment', 11817, ''),
('', '', '', '', 31459, 31459, 'Disinfection/ Sterilisation', 'Disinfection-Sterilisation', 11817, ''),
('', '', '', '', 31461, 31461, 'Emergency/ EMT', 'Emergency-EMT', 11817, ''),
('', '', '', '', 31472, 31472, 'Examination/ Diagnostic', 'Examination-Diagnostic', 11817, ''),
('', '', '', '', 31460, 31460, 'Endoscopy/ Laparoscopy', 'Endoscopy-Laparoscopy', 11817, ''),
('', '', '', '', 11821, 11821, 'Furniture', 'Furniture', 11817, ''),
('', '', '', '', 31463, 31463, 'Home Care', 'Home-Care', 11817, ''),
('', '', '', '', 64000, 64000, 'Imaging/ X-Ray Equipment', 'Imaging-X-Ray-Equipment', 11817, ''),
('', '', '', '', 31464, 31464, 'IV/ Fluid Administration', 'IV-Fluid-Administration', 11817, ''),
('', '', '', '', 31465, 31465, 'Monitors/Pulse/Blood Pressure', 'Monitors/Pulse/Blood-Pressure', 11817, ''),
('', '', '', '', 11824, 11824, 'Stethoscopes', 'Stethoscopes', 11817, ''),
('', '', '', '', 19327, 19327, 'Surgical', 'Surgical', 11817, ''),
('', '', '', '', 72351, 72351, 'Tens Machines', 'Tens-Machines', 11817, ''),
('', '', '', '', 148441, 148441, 'Thermometers', 'Thermometers', 11817, ''),
('', '', '', '', 11816, 11816, 'Other Medical Equipment', 'Other-Medical-Equipment', 11817, ''),
('', '', '', '', 92073, 92073, 'Medical Specialisations', 'Medical-Specialisations', 11815, ''),
('', '', '', '', 31457, 31457, 'Alternative Medicine', 'Alternative-Medicine', 92073, ''),
('', '', '', '', 105997, 105997, 'Chiropody/ Podiatry', 'Chiropody-Podiatry', 92073, ''),
('', '', '', '', 31466, 31466, 'Ophthalmology/ Optometry', 'Ophthalmology-Optometry', 92073, ''),
('', '', '', '', 31467, 31467, 'Orthopedic', 'Orthopedic', 92073, ''),
('', '', '', '', 31468, 31468, 'Physiotherapy/ Rehabilitation', 'Physiotherapy-Rehabilitation', 92073, ''),
('', '', '', '', 11819, 11819, 'Respiratory', 'Respiratory', 92073, ''),
('', '', '', '', 31469, 31469, 'Surgical', 'Surgical', 92073, ''),
('', '', '', '', 31470, 31470, 'Veterinary', 'Veterinary', 92073, ''),
('', '', '', '', 98678, 98678, 'Other Medical Specialisations', 'Other-Medical-Specialisations', 92073, ''),
('', '', '', '', 31473, 31473, 'Medical Supplies/ Disposables', 'Medical-Supplies-Disposables', 11815, ''),
('', '', '', '', 31478, 31478, 'Bandages/ Plasters', 'Bandages-Plasters', 31473, ''),
('', '', '', '', 67201, 67201, 'First Aid', 'First-Aid', 31473, ''),
('', '', '', '', 31474, 31474, 'Gloves', 'Gloves', 31473, ''),
('', '', '', '', 72350, 72350, 'Scissors', 'Scissors', 31473, ''),
('', '', '', '', 31477, 31477, 'Sutures', 'Sutures', 31473, ''),
('', '', '', '', 31476, 31476, 'Syringes/ Needles', 'Syringes-Needles', 31473, ''),
('', '', '', '', 31479, 31479, 'Other Supplies/ Disposables', 'Other-Supplies-Disposables', 31473, ''),
('', '', '', '', 3179, 3179, 'Other Medical/ Lab Equipment', 'Other-Medical-Lab-Equipment', 11815, ''),
('', '', '', '', 25298, 25298, 'Office Equipment & Supplies', 'Office-Equipment-and-Supplies', 12576, ''),
('', '', '', '', 25301, 25301, 'Copiers & Copier Supplies', 'Copiers-and-Copier-Supplies', 25298, ''),
('', '', '', '', 3296, 3296, 'Copiers', 'Copiers', 25301, ''),
('', '', '', '', 67075, 67075, 'Copier Parts & Accessories', 'Copier-Parts-and-Accessories', 25301, ''),
('', '', '', '', 29405, 29405, 'Copier Toner & Supplies', 'Copier-Toner-and-Supplies', 25301, ''),
('', '', '', '', 25307, 25307, 'Fax Machines & Supplies', 'Fax-Machines-and-Supplies', 25298, ''),
('', '', '', '', 3298, 3298, 'Fax Machines', 'Fax-Machines', 25307, ''),
('', '', '', '', 148456, 148456, 'Fax Parts & Accesories', 'Fax-Parts-and-Accesories', 25307, ''),
('', '', '', '', 29796, 29796, 'Fax Toner & Supplies', 'Fax-Toner-and-Supplies', 25307, ''),
('', '', '', '', 61673, 61673, 'Microfilm & Microfiche', 'Microfilm-and-Microfiche', 25298, ''),
('', '', '', '', 50203, 50203, 'Office Equipment', 'Office-Equipment', 25298, ''),
('', '', '', '', 112411, 112411, 'Binding', 'Binding', 50203, ''),
('', '', '', '', 9972, 9972, 'Calculators', 'Calculators', 50203, ''),
('', '', '', '', 62036, 62036, 'Dictation/ Stenography', 'Dictation-Stenography', 50203, ''),
('', '', '', '', 112412, 112412, 'Drawing Boards', 'Drawing-Boards', 50203, ''),
('', '', '', '', 148455, 148455, 'Executive Toys', 'Executive-Toys', 50203, ''),
('', '', '', '', 105998, 105998, 'Flipcharts/ Whiteboards', 'Flipcharts-Whiteboards', 50203, ''),
('', '', '', '', 112410, 112410, 'Guillotines', 'Guillotines', 50203, ''),
('', '', '', '', 25348, 25348, 'Labels & Label Makers', 'Labels-and-Label-Makers', 50203, ''),
('', '', '', '', 25317, 25317, 'Laminators', 'Laminators', 50203, ''),
('', '', '', '', 61773, 61773, 'Laminating Pouches', 'Laminating-Pouches', 50203, ''),
('', '', '', '', 58264, 58264, 'Mailing Equipment', 'Mailing-Equipment', 50203, ''),
('', '', '', '', 62048, 62048, 'Mousemats', 'Mousemats', 50203, ''),
('', '', '', '', 67097, 67097, 'Shredders', 'Shredders', 50203, ''),
('', '', '', '', 25343, 25343, 'Staplers', 'Staplers', 50203, ''),
('', '', '', '', 25326, 25326, 'Typewriters/ Word Processors', 'Typewriters-Word-Processors', 50203, ''),
('', '', '', '', 116674, 116674, 'Water Coolers', 'Water-Coolers', 50203, ''),
('', '', '', '', 98714, 98714, 'Other Office Equipment', 'Other-Office-Equipment', 50203, ''),
('', '', '', '', 11828, 11828, 'Office Furniture', 'Office-Furniture', 25298, ''),
('', '', '', '', 11829, 11829, 'Bookshelves', 'Bookshelves', 11828, ''),
('', '', '', '', 11831, 11831, 'Computer Desks & Workstations', 'Computer-Desks-and-Workstations', 11828, ''),
('', '', '', '', 61681, 61681, 'Cubicles & Partitions', 'Cubicles-and-Partitions', 11828, ''),
('', '', '', '', 3299, 3299, 'Filing Cabinets', 'Filing-Cabinets', 11828, ''),
('', '', '', '', 148457, 148457, 'Floor Mats', 'Floor-Mats', 11828, ''),
('', '', '', '', 61677, 61677, 'Office Chairs', 'Office-Chairs', 11828, ''),
('', '', '', '', 11832, 11832, 'Office Desks', 'Office-Desks', 11828, ''),
('', '', '', '', 121895, 121895, 'Office Tables', 'Office-Tables', 11828, ''),
('', '', '', '', 3300, 3300, 'Other Office Furniture', 'Other-Office-Furniture', 11828, ''),
('', '', '', '', 50204, 50204, 'Office Supplies & Stationery', 'Office-Supplies-and-Stationery', 25298, ''),
('', '', '', '', 148459, 148459, 'Binding', 'Binding', 50204, ''),
('', '', '', '', 20161, 20161, 'Business Cards', 'Business-Cards', 50204, ''),
('', '', '', '', 61752, 61752, 'Calendars', 'Calendars', 50204, ''),
('', '', '', '', 148458, 148458, 'Diaries', 'Diaries', 50204, ''),
('', '', '', '', 11834, 11834, 'Filing & Storage', 'Filing-and-Storage', 50204, ''),
('', '', '', '', 3305, 3305, 'Paper Products', 'Paper-Products', 50204, ''),
('', '', '', '', 11835, 11835, 'Pens & Writing Instruments', 'Pens-and-Writing-Instruments', 50204, ''),
('', '', '', '', 3295, 3295, 'Organisers & Filofaxes', 'Organisers-and-Filofaxes', 50204, ''),
('', '', '', '', 148460, 148460, 'Raffle & Bingo Tickets', 'Raffle-and-Bingo-Tickets', 50204, ''),
('', '', '', '', 40001, 40001, 'Other Supplies & Stationery', 'Other-Supplies-and-Stationery', 50204, ''),
('', '', '', '', 25319, 25319, 'Presentation/ AV/ Projectors', 'Presentation-AV-Projectors', 25298, ''),
('', '', '', '', 148461, 148461, 'Lecterns & Podiums', 'Lecterns-and-Podiums', 25319, ''),
('', '', '', '', 25320, 25320, 'Microphones/ Speakers', 'Microphones-Speakers', 25319, ''),
('', '', '', '', 67094, 67094, 'Projectors', 'Projectors', 25319, ''),
('', '', '', '', 25323, 25323, 'Screens', 'Screens', 25319, ''),
('', '', '', '', 105999, 105999, 'Video-Conferencing', 'Video-Conferencing', 25319, ''),
('', '', '', '', 3307, 3307, 'Other Presentation', 'Other-Presentation', 25319, ''),
('', '', '', '', 1304, 1304, 'Trade Show Displays/ Stands', 'Trade-Show-Displays-Stands', 25298, ''),
('', '', '', '', 302, 302, 'Other Office Eqpt & Supplies', 'Other-Office-Eqpt-and-Supplies', 25298, ''),
('', '', '', '', 19273, 19273, 'Packing & Posting Supplies', 'Packing-and-Posting-Supplies', 12576, ''),
('', '', '', '', 148449, 148449, 'Address Labels', 'Address-Labels', 19273, ''),
('', '', '', '', 20163, 20163, 'Blank Labels', 'Blank-Labels', 148449, ''),
('', '', '', '', 148450, 148450, 'Pre-Printed Labels', 'Pre-Printed-Labels', 148449, ''),
('', '', '', '', 19278, 19278, 'Boxes', 'Boxes', 19273, ''),
('', '', '', '', 109700, 109700, 'Bubble/ Foam Wrap', 'Bubble-Foam-Wrap', 19273, ''),
('', '', '', '', 131336, 131336, 'Roll Length less than 10m', 'Roll-Length-less-than-10m', 109700, ''),
('', '', '', '', 131338, 131338, 'Roll Width 300mm', 'Roll-Width-300mm', 131336, ''),
('', '', '', '', 131339, 131339, 'Roll Width 500mm', 'Roll-Width-500mm', 131336, ''),
('', '', '', '', 131340, 131340, 'Roll Width 750mm', 'Roll-Width-750mm', 131336, ''),
('', '', '', '', 131344, 131344, 'Roll Length 10m', 'Roll-Length-10m', 109700, ''),
('', '', '', '', 131346, 131346, 'Roll Width 300mm', 'Roll-Width-300mm', 131344, ''),
('', '', '', '', 19274, 19274, 'Roll Width 500mm', 'Roll-Width-500mm', 131344, ''),
('', '', '', '', 131348, 131348, 'Roll Width 750mm', 'Roll-Width-750mm', 131344, ''),
('', '', '', '', 131352, 131352, 'Roll Length 20m', 'Roll-Length-20m', 109700, ''),
('', '', '', '', 131354, 131354, 'Roll Width 300mm', 'Roll-Width-300mm', 131352, ''),
('', '', '', '', 131355, 131355, 'Roll Width 500mm', 'Roll-Width-500mm', 131352, ''),
('', '', '', '', 131356, 131356, 'Roll Width 750mm', 'Roll-Width-750mm', 131352, ''),
('', '', '', '', 131360, 131360, 'Roll Length 30m', 'Roll-Length-30m', 109700, ''),
('', '', '', '', 131362, 131362, 'Roll Width 300mm', 'Roll-Width-300mm', 131360, ''),
('', '', '', '', 131363, 131363, 'Roll Width 500mm', 'Roll-Width-500mm', 131360, ''),
('', '', '', '', 131364, 131364, 'Roll Width 750mm', 'Roll-Width-750mm', 131360, ''),
('', '', '', '', 131368, 131368, 'Roll Length 40m', 'Roll-Length-40m', 109700, ''),
('', '', '', '', 131370, 131370, 'Roll Width 300mm', 'Roll-Width-300mm', 131368, ''),
('', '', '', '', 131371, 131371, 'Roll Width 500mm', 'Roll-Width-500mm', 131368, ''),
('', '', '', '', 131375, 131375, 'Roll Width 750mm', 'Roll-Width-750mm', 131368, ''),
('', '', '', '', 131376, 131376, 'Roll Length 50m', 'Roll-Length-50m', 109700, ''),
('', '', '', '', 131378, 131378, 'Roll Width 300mm', 'Roll-Width-300mm', 131376, ''),
('', '', '', '', 131379, 131379, 'Roll Width 500mm', 'Roll-Width-500mm', 131376, ''),
('', '', '', '', 131380, 131380, 'Roll Width 750mm', 'Roll-Width-750mm', 131376, ''),
('', '', '', '', 131381, 131381, 'Roll Width 1000mm/ 1m', 'Roll-Width-1000mm-1m', 131376, ''),
('', '', '', '', 131382, 131382, 'Roll Width 1500mm/ 1.5m', 'Roll-Width-1500mm-15m', 131376, ''),
('', '', '', '', 131384, 131384, 'Roll Length 75m', 'Roll-Length-75m', 109700, ''),
('', '', '', '', 131386, 131386, 'Roll Width 300mm', 'Roll-Width-300mm', 131384, ''),
('', '', '', '', 131387, 131387, 'Roll Width 500mm', 'Roll-Width-500mm', 131384, ''),
('', '', '', '', 131388, 131388, 'Roll Width 750mm', 'Roll-Width-750mm', 131384, ''),
('', '', '', '', 131390, 131390, 'Roll Width 1500mm/ 1.5m', 'Roll-Width-1500mm-15m', 131384, ''),
('', '', '', '', 131392, 131392, 'Roll Length 100m', 'Roll-Length-100m', 109700, ''),
('', '', '', '', 131393, 131393, 'Roll Width under 300mm', 'Roll-Width-under-300mm', 131392, ''),
('', '', '', '', 131394, 131394, 'Roll Width 300mm', 'Roll-Width-300mm', 131392, ''),
('', '', '', '', 131395, 131395, 'Roll Width 500mm', 'Roll-Width-500mm', 131392, ''),
('', '', '', '', 131396, 131396, 'Roll Width 750mm', 'Roll-Width-750mm', 131392, ''),
('', '', '', '', 131397, 131397, 'Roll Width 1000mm/ 1m', 'Roll-Width-1000mm-1m', 131392, ''),
('', '', '', '', 131398, 131398, 'Roll Width 1500mm/ 1.5m', 'Roll-Width-1500mm-15m', 131392, ''),
('', '', '', '', 131400, 131400, 'Roll Length more than 100m', 'Roll-Length-more-than-100m', 109700, ''),
('', '', '', '', 131402, 131402, 'Roll Width under 300mm', 'Roll-Width-under-300mm', 131400, ''),
('', '', '', '', 131401, 131401, 'Roll Width 300mm', 'Roll-Width-300mm', 131400, ''),
('', '', '', '', 131403, 131403, 'Roll Width 500mm', 'Roll-Width-500mm', 131400, ''),
('', '', '', '', 131404, 131404, 'Roll Width 750mm', 'Roll-Width-750mm', 131400, ''),
('', '', '', '', 131405, 131405, 'Roll Width 1000mm/ 1m', 'Roll-Width-1000mm-1m', 131400, ''),
('', '', '', '', 131406, 131406, 'Roll Width 1500mm/ 1.5m', 'Roll-Width-1500mm-15m', 131400, ''),
('', '', '', '', 109703, 109703, 'Other Bubble Wrap', 'Other-Bubble-Wrap', 109700, ''),
('', '', '', '', 46699, 46699, 'Carrier Bags', 'Carrier-Bags', 19273, ''),
('', '', '', '', 148444, 148444, 'Envelopes', 'Envelopes', 19273, ''),
('', '', '', '', 148445, 148445, 'Board-Backed Envelopes', 'Board-Backed-Envelopes', 148444, ''),
('', '', '', '', 72356, 72356, 'Padded Envelopes', 'Padded-Envelopes', 148444, ''),
('', '', '', '', 72357, 72357, 'Small (up to 170×250mm)', 'Small-up-to-170×250mm', 72356, ''),
('', '', '', '', 19277, 19277, 'Medium (171×251 to 220×340mm)', 'Medium-171×251-to-220×340mm', 72356, ''),
('', '', '', '', 72358, 72358, 'Large (220×340mm+)', 'Large-220×340mm+', 72356, ''),
('', '', '', '', 78043, 78043, 'Assorted Sizes', 'Assorted-Sizes', 72356, ''),
('', '', '', '', 106438, 106438, 'Plain Paper Envelopes', 'Plain-Paper-Envelopes', 148444, ''),
('', '', '', '', 148446, 148446, 'Other Envelopes', 'Other-Envelopes', 148444, ''),
('', '', '', '', 112423, 112423, 'Franking Machines', 'Franking-Machines', 19273, ''),
('', '', '', '', 72352, 72352, 'Mailing Bags, Pouches & Sacks', 'Mailing-Bags-Pouches-and-Sacks', 19273, ''),
('', '', '', '', 72354, 72354, 'Small (up to 170×250mm)', 'Small-up-to-170×250mm', 72352, ''),
('', '', '', '', 50209, 50209, 'Medium (171×251 to 220×340mm)', 'Medium-171×251-to-220×340mm', 72352, ''),
('', '', '', '', 72355, 72355, 'Large (220×340mm+)', 'Large-220×340mm+', 72352, ''),
('', '', '', '', 78042, 78042, 'Assorted Sizes', 'Assorted-Sizes', 72352, ''),
('', '', '', '', 19275, 19275, 'Packing Peanuts', 'Packing-Peanuts', 19273, ''),
('', '', '', '', 148451, 148451, 'Packing Tape', 'Packing-Tape', 19273, ''),
('', '', '', '', 148452, 148452, '30m Roll Length', '30m-Roll-Length', 148451, ''),
('', '', '', '', 19276, 19276, '50m Roll Length', '50m-Roll-Length', 148451, ''),
('', '', '', '', 148453, 148453, '66m Roll Length', '66m-Roll-Length', 148451, ''),
('', '', '', '', 148454, 148454, 'Other Packing Tape', 'Other-Packing-Tape', 148451, ''),
('', '', '', '', 148443, 148443, 'Paper Bags & Gift Bags', 'Paper-Bags-and-Gift-Bags', 19273, ''),
('', '', '', '', 86174, 86174, 'Polythene Grip Seal Bags', 'Polythene-Grip-Seal-Bags', 19273, ''),
('', '', '', '', 148447, 148447, 'Postal Scales', 'Postal-Scales', 19273, ''),
('', '', '', '', 148448, 148448, 'Digital/ Electronic Scales', 'Digital-Electronic-Scales', 148447, ''),
('', '', '', '', 50954, 50954, 'Mechanical Scales', 'Mechanical-Scales', 148447, ''),
('', '', '', '', 116673, 116673, 'Postal Tubes', 'Postal-Tubes', 19273, ''),
('', '', '', '', 86176, 86176, 'Record/ CD/ DVD Mailers', 'Record-CD-DVD-Mailers', 19273, ''),
('', '', '', '', 50955, 50955, 'Shrink Wrap', 'Shrink-Wrap', 19273, ''),
('', '', '', '', 72360, 72360, 'Tape Guns', 'Tape-Guns', 19273, ''),
('', '', '', '', 86175, 86175, 'Tissue Paper', 'Tissue-Paper', 19273, ''),
('', '', '', '', 72359, 72359, 'Wrapping Paper', 'Wrapping-Paper', 19273, ''),
('', '', '', '', 1290, 1290, 'Other Packing Supplies', 'Other-Packing-Supplies', 19273, ''),
('', '', '', '', 61573, 61573, 'Power Tools', 'Power-Tools', 12576, ''),
('', '', '', '', 22664, 22664, 'Air Tools', 'Air-Tools', 61573, ''),
('', '', '', '', 20794, 20794, 'Batteries/ Chargers', 'Batteries-Chargers', 61573, ''),
('', '', '', '', 28057, 28057, 'Combo Kits/ Packs', 'Combo-Kits-Packs', 61573, ''),
('', '', '', '', 149315, 149315, 'Drills', 'Drills', 61573, ''),
('', '', '', '', 20775, 20775, 'Drills', 'Drills', 149315, ''),
('', '', '', '', 20776, 20776, 'Corded Drills', 'Corded-Drills', 20775, ''),
('', '', '', '', 20777, 20777, 'Cordless Drills', 'Cordless-Drills', 20775, ''),
('', '', '', '', 50208, 50208, 'Hammer Drills', 'Hammer-Drills', 20775, ''),
('', '', '', '', 50207, 50207, 'Other Drills', 'Other-Drills', 20775, ''),
('', '', '', '', 148466, 148466, 'Drill Bits & Accessories', 'Drill-Bits-and-Accessories', 149315, ''),
('', '', '', '', 67240, 67240, 'Drill Bits', 'Drill-Bits', 148466, ''),
('', '', '', '', 148467, 148467, 'Other Accessories', 'Other-Accessories', 148466, ''),
('', '', '', '', 149316, 149316, 'Other Drills', 'Other-Drills', 149315, ''),
('', '', '', '', 149317, 149317, 'Grinders', 'Grinders', 61573, ''),
('', '', '', '', 20778, 20778, 'Grinders', 'Grinders', 149317, ''),
('', '', '', '', 148465, 148465, 'Grinder Blades/ Discs', 'Grinder-Blades-Discs', 149317, ''),
('', '', '', '', 149318, 149318, 'Other Grinders', 'Other-Grinders', 149317, ''),
('', '', '', '', 149319, 149319, 'Nail Guns', 'Nail-Guns', 61573, ''),
('', '', '', '', 20779, 20779, 'Nail Guns', 'Nail-Guns', 149319, ''),
('', '', '', '', 148468, 148468, 'Nails/ Nail Cartridges', 'Nails-Nail-Cartridges', 149319, ''),
('', '', '', '', 149320, 149320, 'Other Nail Guns', 'Other-Nail-Guns', 149319, ''),
('', '', '', '', 149321, 149321, 'Planers', 'Planers', 61573, ''),
('', '', '', '', 42283, 42283, 'Planers', 'Planers', 149321, ''),
('', '', '', '', 148469, 148469, 'Planer Blades', 'Planer-Blades', 149321, ''),
('', '', '', '', 149322, 149322, 'Other Planers', 'Other-Planers', 149321, ''),
('', '', '', '', 29528, 29528, 'Rotary Tools', 'Rotary-Tools', 61573, ''),
('', '', '', '', 149309, 149309, 'Routers', 'Routers', 61573, ''),
('', '', '', '', 20781, 20781, 'Routers', 'Routers', 149309, ''),
('', '', '', '', 67243, 67243, 'Router Bits', 'Router-Bits', 149309, ''),
('', '', '', '', 149310, 149310, 'Other Routers', 'Other-Routers', 149309, ''),
('', '', '', '', 149311, 149311, 'Sanders', 'Sanders', 61573, ''),
('', '', '', '', 20782, 20782, 'Sanders', 'Sanders', 149311, ''),
('', '', '', '', 148470, 148470, 'Sanding Belts', 'Sanding-Belts', 149311, ''),
('', '', '', '', 148471, 148471, 'Sanding Discs', 'Sanding-Discs', 149311, ''),
('', '', '', '', 148472, 148472, 'Sanding Sheets', 'Sanding-Sheets', 149311, ''),
('', '', '', '', 149312, 149312, 'Other Sanders', 'Other-Sanders', 149311, ''),
('', '', '', '', 149313, 149313, 'Saws', 'Saws', 61573, ''),
('', '', '', '', 20783, 20783, 'Saws', 'Saws', 149313, ''),
('', '', '', '', 20784, 20784, 'Band Saws', 'Band-Saws', 20783, ''),
('', '', '', '', 20785, 20785, 'Circular Saws', 'Circular-Saws', 20783, ''),
('', '', '', '', 121892, 121892, 'Hole Saws', 'Hole-Saws', 20783, ''),
('', '', '', '', 20786, 20786, 'Jig Saws', 'Jig-Saws', 20783, ''),
('', '', '', '', 106000, 106000, 'Mitre Saws', 'Mitre-Saws', 20783, ''),
('', '', '', '', 116672, 116672, 'Radial Arm Saws', 'Radial-Arm-Saws', 20783, ''),
('', '', '', '', 55812, 55812, 'Reciprocating Saws', 'Reciprocating-Saws', 20783, ''),
('', '', '', '', 117253, 117253, 'Scroll Saws', 'Scroll-Saws', 20783, ''),
('', '', '', '', 20789, 20789, 'Table Saws', 'Table-Saws', 20783, ''),
('', '', '', '', 20790, 20790, 'Tile Saws', 'Tile-Saws', 20783, ''),
('', '', '', '', 20791, 20791, 'Other Saws', 'Other-Saws', 20783, ''),
('', '', '', '', 20797, 20797, 'Saw Blades', 'Saw-Blades', 149313, ''),
('', '', '', '', 149314, 149314, 'Other Saws', 'Other-Saws', 149313, ''),
('', '', '', '', 20792, 20792, 'Screwdrivers', 'Screwdrivers', 61573, ''),
('', '', '', '', 106001, 106001, 'Soldering Equipment', 'Soldering-Equipment', 61573, ''),
('', '', '', '', 46574, 46574, 'Staple Guns', 'Staple-Guns', 61573, ''),
('', '', '', '', 11705, 11705, 'Tool Parts & Accessories', 'Tool-Parts-and-Accessories', 61573, ''),
('', '', '', '', 148464, 148464, 'Wall Chasers', 'Wall-Chasers', 61573, ''),
('', '', '', '', 61574, 61574, 'Other Power Tools', 'Other-Power-Tools', 61573, ''),
('', '', '', '', 26238, 26238, 'Printing & Graphic Arts', 'Printing-and-Graphic-Arts', 12576, ''),
('', '', '', '', 26244, 26244, 'Binding & Finishing Equipment', 'Binding-and-Finishing-Equipment', 26238, ''),
('', '', '', '', 57065, 57065, 'Heat Presses', 'Heat-Presses', 26238, ''),
('', '', '', '', 57061, 57061, 'Hot Foil', 'Hot-Foil', 26238, ''),
('', '', '', '', 46695, 46695, 'Ink/ Plates/ Film', 'Ink-Plates-Film', 26238, ''),
('', '', '', '', 108885, 108885, 'Letterpresses', 'Letterpresses', 26238, ''),
('', '', '', '', 57058, 57058, 'Pre-Press Equipment', 'Pre-Press-Equipment', 26238, ''),
('', '', '', '', 46734, 46734, 'Printing & Graphic Essentials', 'Printing-and-Graphic-Essentials', 26238, ''),
('', '', '', '', 46747, 46747, 'Screen/ Speciality Printing', 'Screen-Speciality-Printing', 26238, ''),
('', '', '', '', 46742, 46742, 'Sign-Making', 'Sign-Making', 26238, ''),
('', '', '', '', 46741, 46741, 'Vinyl Cutters', 'Vinyl-Cutters', 26238, ''),
('', '', '', '', 3180, 3180, 'Other Printing & Graphic Arts', 'Other-Printing-and-Graphic-Arts', 26238, ''),
('', '', '', '', 11874, 11874, 'Restaurant & Catering', 'Restaurant-and-Catering', 12576, ''),
('', '', '', '', 25362, 25362, 'Bar/ Drinks Equipment', 'Bar-Drinks-Equipment', 11874, ''),
('', '', '', '', 67141, 67141, 'Beer Equipment', 'Beer-Equipment', 25362, ''),
('', '', '', '', 67124, 67124, 'Blenders/ Mixers/ Juicers', 'Blenders-Mixers-Juicers', 25362, ''),
('', '', '', '', 148474, 148474, 'Chillers', 'Chillers', 25362, ''),
('', '', '', '', 53306, 53306, 'Coffee Machines', 'Coffee-Machines', 25362, ''),
('', '', '', '', 148475, 148475, 'Glass Washers', 'Glass-Washers', 25362, ''),
('', '', '', '', 148476, 148476, 'Ice Makers', 'Ice-Makers', 25362, ''),
('', '', '', '', 57068, 57068, 'Soft Drinks Equipment', 'Soft-Drinks-Equipment', 25362, ''),
('', '', '', '', 148473, 148473, 'Tea/ Hot Water Urns', 'Tea-Hot-Water-Urns', 25362, ''),
('', '', '', '', 11876, 11876, 'Other Bar/ Drinks Equipment', 'Other-Bar-Drinks-Equipment', 25362, ''),
('', '', '', '', 46590, 46590, 'Catering Trailers', 'Catering-Trailers', 11874, ''),
('', '', '', '', 11885, 11885, 'Clothing/ Aprons', 'Clothing-Aprons', 11874, ''),
('', '', '', '', 25359, 25359, 'Cookware/ Cutlery/ Utensils', 'Cookware-Cutlery-Utensils', 11874, ''),
('', '', '', '', 57104, 57104, 'Food Storage', 'Food-Storage', 11874, ''),
('', '', '', '', 57096, 57096, 'Furniture/ Decor', 'Furniture-Decor', 11874, ''),
('', '', '', '', 67167, 67167, 'Ice-Cream Machines', 'Ice-Cream-Machines', 11874, ''),
('', '', '', '', 72361, 72361, 'Insect Killers', 'Insect-Killers', 11874, ''),
('', '', '', '', 25367, 25367, 'Kitchen Equipment & Units', 'Kitchen-Equipment-and-Units', 11874, ''),
('', '', '', '', 148478, 148478, 'Bowl Cutters', 'Bowl-Cutters', 25367, ''),
('', '', '', '', 148479, 148479, 'Bun Dividers/ Moulders', 'Bun-Dividers-Moulders', 25367, ''),
('', '', '', '', 148480, 148480, 'Burners/ Cookers', 'Burners-Cookers', 25367, ''),
('', '', '', '', 53216, 53216, 'Char Grills/ Broilers', 'Char-Grills-Broilers', 25367, ''),
('', '', '', '', 106015, 106015, 'Contact Grills', 'Contact-Grills', 25367, ''),
('', '', '', '', 53222, 53222, 'Dough Mixers', 'Dough-Mixers', 25367, ''),
('', '', '', '', 67154, 67154, 'Fryers', 'Fryers', 25367, ''),
('', '', '', '', 67148, 67148, 'Lamps/ Warmers', 'Lamps-Warmers', 25367, ''),
('', '', '', '', 148477, 148477, 'Meat Grinders', 'Meat-Grinders', 25367, ''),
('', '', '', '', 53219, 53219, 'Ovens', 'Ovens', 25367, ''),
('', '', '', '', 148481, 148481, 'Potato Peelers', 'Potato-Peelers', 25367, ''),
('', '', '', '', 53230, 53230, 'Sinks/ Dishwashers', 'Sinks-Dishwashers', 25367, ''),
('', '', '', '', 25374, 25374, 'Slicers', 'Slicers', 25367, ''),
('', '', '', '', 55840, 55840, 'Tables/ Work Surfaces', 'Tables-Work-Surfaces', 25367, ''),
('', '', '', '', 67159, 67159, 'Toasters', 'Toasters', 25367, ''),
('', '', '', '', 25370, 25370, 'Other Kitchen Equipment', 'Other-Kitchen-Equipment', 25367, ''),
('', '', '', '', 53226, 53226, 'Refrigeration', 'Refrigeration', 11874, ''),
('', '', '', '', 25384, 25384, 'Supplies', 'Supplies', 11874, ''),
('', '', '', '', 25388, 25388, 'Tableware/ Tabletop', 'Tableware-Tabletop', 11874, ''),
('', '', '', '', 1271, 1271, 'Other Restaurant & Catering', 'Other-Restaurant-and-Catering', 11874, ''),
('', '', '', '', 11890, 11890, 'Retail & Shop Fitting', 'Retail-and-Shop-Fitting', 12576, ''),
('', '', '', '', 93477, 93477, 'Advertising/ Shop Signs', 'Advertising-Shop-Signs', 11890, ''),
('', '', '', '', 11891, 11891, 'Cash Registers & Supplies', 'Cash-Registers-and-Supplies', 11890, ''),
('', '', '', '', 116675, 116675, 'Carpet Tiles', 'Carpet-Tiles', 11890, ''),
('', '', '', '', 106016, 106016, 'Hair/ Beauty Salon Equipment', 'Hair-Beauty-Salon-Equipment', 11890, ''),
('', '', '', '', 50951, 50951, 'Mannequins', 'Mannequins', 11890, ''),
('', '', '', '', 91185, 91185, 'Market Stalls', 'Market-Stalls', 11890, ''),
('', '', '', '', 71465, 71465, 'Point of Sale (POS) Equipment', 'Point-of-Sale-POS-Equipment', 11890, ''),
('', '', '', '', 11892, 11892, 'Credit Card Terminals', 'Credit-Card-Terminals', 71465, ''),
('', '', '', '', 71469, 71469, 'Money Handling/ Counting', 'Money-Handling-Counting', 71465, ''),
('', '', '', '', 48744, 48744, 'POS Hardware', 'POS-Hardware', 71465, ''),
('', '', '', '', 71474, 71474, 'Other POS Equipment', 'Other-POS-Equipment', 71465, ''),
('', '', '', '', 46701, 46701, 'Retail Display', 'Retail-Display', 11890, ''),
('', '', '', '', 71482, 71482, 'Security/ Surveillance/ CCTV', 'Security-Surveillance-CCTV', 11890, ''),
('', '', '', '', 46704, 46704, 'Shelving & Racking', 'Shelving-and-Racking', 11890, ''),
('', '', '', '', 25380, 25380, 'Signs', 'Signs', 11890, ''),
('', '', '', '', 25391, 25391, 'Vending Machines/ Dispensers', 'Vending-Machines-Dispensers', 11890, ''),
('', '', '', '', 1272, 1272, 'Other Retail & Shop Fitting', 'Other-Retail-and-Shop-Fitting', 11890, ''),
('', '', '', '', 34165, 34165, 'Telephone & Answering Systems', 'Telephone-and-Answering-Systems', 12576, ''),
('', '', '', '', 26261, 26261, 'Other Business & Industrial', 'Other-Business-and-Industrial', 12576, ''),
('', '', '', '', 9800, 9800, 'Cars, Parts & Vehicles', 'Cars-Parts-and-Vehicles', 0, ''),
('', '', '', '', 121902, 121902, 'Aircraft & Aviation', 'Aircraft-and-Aviation', 9800, ''),
('', '', '', '', 32635, 32635, 'Aircraft', 'Aircraft', 121902, ''),
('', '', '', '', 121903, 121903, 'Aircraft Accessories', 'Aircraft-Accessories', 121902, ''),
('', '', '', '', 2983, 2983, 'Aircraft Parts', 'Aircraft-Parts', 121902, ''),
('', '', '', '', 14024, 14024, 'Automobilia', 'Automobilia', 9800, ''),
('', '', '', '', 27371, 27371, 'Advertising', 'Advertising', 14024, ''),
('', '', '', '', 13559, 13559, 'American', 'American', 27371, ''),
('', '', '', '', 13565, 13565, 'Asian', 'Asian', 27371, ''),
('', '', '', '', 13566, 13566, 'British', 'British', 27371, ''),
('', '', '', '', 3869, 3869, 'Austin/ Morris', 'Austin-Morris', 13566, ''),
('', '', '', '', 1319, 1319, 'Ford', 'Ford', 13566, ''),
('', '', '', '', 4400, 4400, 'Jaguar', 'Jaguar', 13566, ''),
('', '', '', '', 36084, 36084, 'Lotus', 'Lotus', 13566, ''),
('', '', '', '', 3873, 3873, 'MG', 'MG', 13566, ''),
('', '', '', '', 43045, 43045, 'Rover/ Land Rover', 'Rover-Land-Rover', 13566, ''),
('', '', '', '', 3878, 3878, 'Triumph', 'Triumph', 13566, ''),
('', '', '', '', 43046, 43046, 'Vauxhall/ Opel', 'Vauxhall-Opel', 13566, ''),
('', '', '', '', 3872, 3872, 'Other British Advertising', 'Other-British-Advertising', 13566, ''),
('', '', '', '', 13582, 13582, 'European', 'European', 27371, ''),
('', '', '', '', 1314, 1314, 'Other Advertising', 'Other-Advertising', 27371, ''),
('', '', '', '', 72183, 72183, 'Badges & Mascots', 'Badges-and-Mascots', 14024, ''),
('', '', '', '', 72184, 72184, 'Automotive Club Badges', 'Automotive-Club-Badges', 72183, ''),
('', '', '', '', 72185, 72185, 'Car Badges', 'Car-Badges', 72183, ''),
('', '', '', '', 72186, 72186, 'Mascots', 'Mascots', 72183, ''),
('', '', '', '', 72187, 72187, 'Motorcycle & Scooter Badges', 'Motorcycle-and-Scooter-Badges', 72183, ''),
('', '', '', '', 14025, 14025, 'Other Badges & Mascots', 'Other-Badges-and-Mascots', 72183, ''),
('', '', '', '', 72188, 72188, 'Branded Automotive Merchandise', 'Branded-Automotive-Merchandise', 14024, ''),
('', '', '', '', 72189, 72189, 'Bags', 'Bags', 72188, ''),
('', '', '', '', 14028, 14028, 'Clothing', 'Clothing', 72188, ''),
('', '', '', '', 72190, 72190, 'Caps & Hats', 'Caps-and-Hats', 72188, ''),
('', '', '', '', 108805, 108805, 'DVDs & Videos', 'DVDs-and-Videos', 72188, ''),
('', '', '', '', 72191, 72191, 'Keyrings & Keyfobs', 'Keyrings-and-Keyfobs', 72188, ''),
('', '', '', '', 72193, 72193, 'Umbrellas', 'Umbrellas', 72188, ''),
('', '', '', '', 72194, 72194, 'Wallets', 'Wallets', 72188, ''),
('', '', '', '', 72195, 72195, 'Watches', 'Watches', 72188, ''),
('', '', '', '', 72192, 72192, 'Other Branded Merchandise', 'Other-Branded-Merchandise', 72188, ''),
('', '', '', '', 35938, 35938, 'Mugs, Cups & Dishes', 'Mugs-Cups-and-Dishes', 14024, ''),
('', '', '', '', 43047, 43047, 'Models', 'Models', 14024, ''),
('', '', '', '', 10957, 10957, 'Motorcycle Memorabilia', 'Motorcycle-Memorabilia', 14024, ''),
('', '', '', '', 14044, 14044, 'Lapel Pins', 'Lapel-Pins', 14024, ''),
('', '', '', '', 14046, 14046, 'Press Kits & Press Photos', 'Press-Kits-and-Press-Photos', 14024, ''),
('', '', '', '', 62194, 62194, 'Prints & Posters', 'Prints-and-Posters', 14024, ''),
('', '', '', '', 72197, 72197, 'Car Art Posters', 'Car-Art-Posters', 62194, ''),
('', '', '', '', 72198, 72198, 'Motorcycle & Scooter Posters', 'Motorcycle-and-Scooter-Posters', 62194, ''),
('', '', '', '', 72199, 72199, 'Prints', 'Prints', 62194, ''),
('', '', '', '', 72196, 72196, 'Schematic & Cutaway Posters', 'Schematic-and-Cutaway-Posters', 62194, ''),
('', '', '', '', 14045, 14045, 'Other Prints & Posters', 'Other-Prints-and-Posters', 62194, ''),
('', '', '', '', 14048, 14048, 'Signage', 'Signage', 14024, ''),
('', '', '', '', 31347, 31347, 'Vintage Tools', 'Vintage-Tools', 14024, ''),
('', '', '', '', 418, 418, 'Other Automobilia', 'Other-Automobilia', 14024, ''),
('', '', '', '', 1293, 1293, 'Boats & Watercraft', 'Boats-and-Watercraft', 9800, ''),
('', '', '', '', 15263, 15263, 'Accessories', 'Accessories', 1293, ''),
('', '', '', '', 56422, 56422, 'Boat Engines & Motors', 'Boat-Engines-and-Motors', 1293, ''),
('', '', '', '', 15271, 15271, 'Boats Parts & Maintenance', 'Boats-Parts-and-Maintenance', 1293, ''),
('', '', '', '', 1295, 1295, 'Jet Skis', 'Jet-Skis', 1293, ''),
('', '', '', '', 121900, 121900, 'Narrowboats/ Canalboats', 'Narrowboats-Canalboats', 1293, ''),
('', '', '', '', 1296, 1296, 'Power Boats', 'Power-Boats', 1293, ''),
('', '', '', '', 1297, 1297, 'Sailing Boats', 'Sailing-Boats', 1293, ''),
('', '', '', '', 121901, 121901, 'Manuals & Literature', 'Manuals-and-Literature', 1293, ''),
('', '', '', '', 36797, 36797, 'Other Boat & Watercraft Parts', 'Other-Boat-and-Watercraft-Parts', 1293, ''),
('', '', '', '', 121904, 121904, 'Campers, Caravans & Motorhomes', 'Campers-Caravans-and-Motorhomes', 9800, ''),
('', '', '', '', 76066, 76066, 'Accessories', 'Accessories', 121904, ''),
('', '', '', '', 76072, 76072, 'Awnings', 'Awnings', 121904, ''),
('', '', '', '', 14256, 14256, 'Campervans & Motorhomes', 'Campervans-and-Motorhomes', 121904, ''),
('', '', '', '', 36798, 36798, 'Campervan & Motorhome Parts', 'Campervan-and-Motorhome-Parts', 121904, ''),
('', '', '', '', 121905, 121905, 'Caravans', 'Caravans', 121904, ''),
('', '', '', '', 32633, 32633, 'Mobile/ Touring Caravans', 'Mobile-Touring-Caravans', 121905, ''),
('', '', '', '', 108843, 108843, 'Static Caravans', 'Static-Caravans', 121905, ''),
('', '', '', '', 121906, 121906, 'Caravan Parts', 'Caravan-Parts', 121904, ''),
('', '', '', '', 108845, 108845, 'Mobile/ Touring Caravan Parts', 'Mobile-Touring-Caravan-Parts', 121906, ''),
('', '', '', '', 108844, 108844, 'Static Caravan Parts', 'Static-Caravan-Parts', 121906, ''),
('', '', '', '', 121907, 121907, 'Manuals & Literature', 'Manuals-and-Literature', 121904, ''),
('', '', '', '', 108846, 108846, 'Other Camper & Caravan Parts', 'Other-Camper-and-Caravan-Parts', 121904, ''),
('', '', '', '', 9801, 9801, 'Cars', 'Cars', 9800, ''),
('', '', '', '', 9834, 9834, 'Alfa Romeo', 'Alfa-Romeo', 9801, ''),
('', '', '', '', 116503, 116503, 'Aston Martin', 'Aston-Martin', 9801, ''),
('', '', '', '', 9835, 9835, 'Audi', 'Audi', 9801, ''),
('', '', '', '', 9837, 9837, 'BMW', 'BMW', 9801, ''),
('', '', '', '', 18306, 18306, 'Chrysler', 'Chrysler', 9801, ''),
('', '', '', '', 18174, 18174, 'Citroen', 'Citroen', 9801, ''),
('', '', '', '', 18179, 18179, 'Daewoo', 'Daewoo', 9801, ''),
('', '', '', '', 30164, 30164, 'Daihatsu', 'Daihatsu', 9801, ''),
('', '', '', '', 18180, 18180, 'Ferrari', 'Ferrari', 9801, ''),
('', '', '', '', 9843, 9843, 'Fiat', 'Fiat', 9801, ''),
('', '', '', '', 9844, 9844, 'Ford', 'Ford', 9801, ''),
('', '', '', '', 18206, 18206, 'Honda', 'Honda', 9801, ''),
('', '', '', '', 116504, 116504, 'Hummer', 'Hummer', 9801, ''),
('', '', '', '', 18183, 18183, 'Hyundai', 'Hyundai', 9801, ''),
('', '', '', '', 52636, 52636, 'Isuzu', 'Isuzu', 9801, ''),
('', '', '', '', 18185, 18185, 'Jaguar', 'Jaguar', 9801, ''),
('', '', '', '', 116505, 116505, 'Jeep', 'Jeep', 9801, ''),
('', '', '', '', 50541, 50541, 'Kia', 'Kia', 9801, ''),
('', '', '', '', 116507, 116507, 'Lada', 'Lada', 9801, ''),
('', '', '', '', 116506, 116506, 'Lamborghini', 'Lamborghini', 9801, ''),
('', '', '', '', 18186, 18186, 'Lancia', 'Lancia', 9801, ''),
('', '', '', '', 29748, 29748, 'Land Rover/ Range Rover', 'Land-Rover-Range-Rover', 9801, ''),
('', '', '', '', 50175, 50175, 'Lexus', 'Lexus', 9801, ''),
('', '', '', '', 43114, 43114, 'Lotus', 'Lotus', 9801, ''),
('', '', '', '', 18187, 18187, 'Maserati', 'Maserati', 9801, ''),
('', '', '', '', 18211, 18211, 'Mazda', 'Mazda', 9801, ''),
('', '', '', '', 9855, 9855, 'Mercedes-Benz', 'Mercedes-Benz', 9801, ''),
('', '', '', '', 38708, 38708, 'Mini', 'Mini', 9801, ''),
('', '', '', '', 18230, 18230, 'Mitsubishi', 'Mitsubishi', 9801, ''),
('', '', '', '', 18238, 18238, 'Nissan', 'Nissan', 9801, ''),
('', '', '', '', 121975, 121975, 'Perodua', 'Perodua', 9801, ''),
('', '', '', '', 9859, 9859, 'Peugeot', 'Peugeot', 9801, ''),
('', '', '', '', 9860, 9860, 'Porsche', 'Porsche', 9801, ''),
('', '', '', '', 108779, 108779, 'Proton', 'Proton', 9801, ''),
('', '', '', '', 121976, 121976, 'Reliant', 'Reliant', 9801, ''),
('', '', '', '', 9861, 9861, 'Renault', 'Renault', 9801, ''),
('', '', '', '', 121977, 121977, 'Rolls Royce & Bentley', 'Rolls-Royce-and-Bentley', 9801, ''),
('', '', '', '', 18262, 18262, 'Rover/ MG', 'Rover-MG', 9801, ''),
('', '', '', '', 18263, 18263, 'Saab', 'Saab', 9801, ''),
('', '', '', '', 18270, 18270, 'Seat', 'Seat', 9801, ''),
('', '', '', '', 18275, 18275, 'Skoda', 'Skoda', 9801, ''),
('', '', '', '', 18276, 18276, 'Smart', 'Smart', 9801, ''),
('', '', '', '', 121978, 121978, 'Ssangyong', 'Ssangyong', 9801, ''),
('', '', '', '', 18277, 18277, 'Subaru', 'Subaru', 9801, ''),
('', '', '', '', 18283, 18283, 'Suzuki', 'Suzuki', 9801, ''),
('', '', '', '', 18290, 18290, 'Toyota', 'Toyota', 9801, ''),
('', '', '', '', 108780, 108780, 'TVR', 'TVR', 9801, ''),
('', '', '', '', 9858, 9858, 'Vauxhall & Opel', 'Vauxhall-and-Opel', 9801, ''),
('', '', '', '', 9873, 9873, 'Volkswagen', 'Volkswagen', 9801, ''),
('', '', '', '', 9872, 9872, 'Volvo', 'Volvo', 9801, ''),
('', '', '', '', 29750, 29750, 'Kit Cars', 'Kit-Cars', 9801, ''),
('', '', '', '', 18308, 18308, 'Other Cars', 'Other-Cars', 9801, ''),
('', '', '', '', 9884, 9884, 'Car Accessories', 'Car-Accessories', 9800, ''),
('', '', '', '', 72200, 72200, 'Car Care', 'Car-Care', 9884, ''),
('', '', '', '', 108782, 108782, 'Air Fresheners', 'Air-Fresheners', 72200, ''),
('', '', '', '', 72201, 72201, 'Cleaning, Waxing & Valeting', 'Cleaning-Waxing-and-Valeting', 72200, ''),
('', '', '', '', 72202, 72202, 'Car Covers', 'Car-Covers', 72200, ''),
('', '', '', '', 72203, 72203, 'Touch Up Materials', 'Touch-Up-Materials', 72200, ''),
('', '', '', '', 28641, 28641, 'Other Car Care', 'Other-Car-Care', 72200, ''),
('', '', '', '', 75328, 75328, 'Security & Electrical', 'Security-and-Electrical', 9884, ''),
('', '', '', '', 75329, 75329, 'Car Alarms & Immobilisers', 'Car-Alarms-and-Immobilisers', 75328, ''),
('', '', '', '', 14935, 14935, 'Radar & Laser Detectors', 'Radar-and-Laser-Detectors', 75328, ''),
('', '', '', '', 75330, 75330, 'Reversing Sensors', 'Reversing-Sensors', 75328, ''),
('', '', '', '', 121979, 121979, 'Steering Wheel Locks', 'Steering-Wheel-Locks', 75328, ''),
('', '', '', '', 121980, 121980, 'Wheel Clamps', 'Wheel-Clamps', 75328, ''),
('', '', '', '', 15329, 15329, 'Other Security & Electrical', 'Other-Security-and-Electrical', 75328, ''),
('', '', '', '', 121981, 121981, 'Touring & Travel', 'Touring-and-Travel', 9884, ''),
('', '', '', '', 108784, 108784, 'Animal/ Dog Guards', 'Animal-Dog-Guards', 121981, ''),
('', '', '', '', 121982, 121982, 'Car Trailers', 'Car-Trailers', 121981, ''),
('', '', '', '', 121983, 121983, 'First Aid Equipment', 'First-Aid-Equipment', 121981, ''),
('', '', '', '', 121984, 121984, 'Roof Boxes', 'Roof-Boxes', 121981, ''),
('', '', '', '', 33651, 33651, 'Roof Racks', 'Roof-Racks', 121981, ''),
('', '', '', '', 121985, 121985, 'Safety Beacons/ Lights', 'Safety-Beacons-Lights', 121981, ''),
('', '', '', '', 33653, 33653, 'Tow Bars', 'Tow-Bars', 121981, ''),
('', '', '', '', 121986, 121986, 'Warning Triangles', 'Warning-Triangles', 121981, ''),
('', '', '', '', 9885, 9885, 'Other Touring & Travel', 'Other-Touring-and-Travel', 121981, ''),
('', '', '', '', 9895, 9895, 'Other Car Accessories', 'Other-Car-Accessories', 9884, ''),
('', '', '', '', 36085, 36085, 'Car Manuals & Literature', 'Car-Manuals-and-Literature', 9800, ''),
('', '', '', '', 121909, 121909, 'Alfa Romeo', 'Alfa-Romeo', 36085, ''),
('', '', '', '', 18717, 18717, 'Alfa Romeo Brochures', 'Alfa-Romeo-Brochures', 121909, ''),
('', '', '', '', 121910, 121910, 'Alfa Romeo Handbooks', 'Alfa-Romeo-Handbooks', 121909, ''),
('', '', '', '', 121911, 121911, 'Alfa Romeo Parts Catalogues', 'Alfa-Romeo-Parts-Catalogues', 121909, ''),
('', '', '', '', 18407, 18407, 'Alfa Romeo Workshop Manuals', 'Alfa-Romeo-Workshop-Manuals', 121909, ''),
('', '', '', '', 121912, 121912, 'Other Alfa Romeo Literature', 'Other-Alfa-Romeo-Literature', 121909, ''),
('', '', '', '', 121913, 121913, 'Alvis', 'Alvis', 36085, ''),
('', '', '', '', 121914, 121914, 'Aston Martin', 'Aston-Martin', 36085, ''),
('', '', '', '', 72258, 72258, 'Aston Martin Brochures', 'Aston-Martin-Brochures', 121914, ''),
('', '', '', '', 121915, 121915, 'Aston Martin Handbooks', 'Aston-Martin-Handbooks', 121914, ''),
('', '', '', '', 121916, 121916, 'Aston Martin Parts Catalogues', 'Aston-Martin-Parts-Catalogues', 121914, ''),
('', '', '', '', 100935, 100935, 'Aston Martin Workshop Manuals', 'Aston-Martin-Workshop-Manuals', 121914, ''),
('', '', '', '', 121917, 121917, 'Other Aston Martin Literature', 'Other-Aston-Martin-Literature', 121914, ''),
('', '', '', '', 121918, 121918, 'Audi', 'Audi', 36085, ''),
('', '', '', '', 18718, 18718, 'Audi Brochures', 'Audi-Brochures', 121918, ''),
('', '', '', '', 121919, 121919, 'Audi Handbooks', 'Audi-Handbooks', 121918, ''),
('', '', '', '', 121920, 121920, 'Audi Parts Catalogues', 'Audi-Parts-Catalogues', 121918, ''),
('', '', '', '', 18334, 18334, 'Audi Workshop Manuals', 'Audi-Workshop-Manuals', 121918, ''),
('', '', '', '', 121921, 121921, 'Other Audi Literature', 'Other-Audi-Literature', 121918, ''),
('', '', '', '', 121922, 121922, 'Austin', 'Austin', 36085, ''),
('', '', '', '', 72259, 72259, 'Austin Brochures', 'Austin-Brochures', 121922, ''),
('', '', '', '', 121923, 121923, 'Austin Handbooks', 'Austin-Handbooks', 121922, ''),
('', '', '', '', 121924, 121924, 'Austin Parts Catalogues', 'Austin-Parts-Catalogues', 121922, ''),
('', '', '', '', 36087, 36087, 'Austin Workshop Manuals', 'Austin-Workshop-Manuals', 121922, ''),
('', '', '', '', 121925, 121925, 'Other Austin Literature', 'Other-Austin-Literature', 121922, ''),
('', '', '', '', 121926, 121926, 'Bedford', 'Bedford', 36085, ''),
('', '', '', '', 121927, 121927, 'BMW', 'BMW', 36085, ''),
('', '', '', '', 40235, 40235, 'BMW Brochures', 'BMW-Brochures', 121927, ''),
('', '', '', '', 121928, 121928, 'BMW Handbooks', 'BMW-Handbooks', 121927, ''),
('', '', '', '', 121929, 121929, 'BMW Parts Catalogues', 'BMW-Parts-Catalogues', 121927, ''),
('', '', '', '', 18409, 18409, 'BMW Workshop Manuals', 'BMW-Workshop-Manuals', 121927, ''),
('', '', '', '', 121930, 121930, 'Other BMW Literature', 'Other-BMW-Literature', 121927, ''),
('', '', '', '', 121931, 121931, 'Chrysler', 'Chrysler', 36085, ''),
('', '', '', '', 72261, 72261, 'Chrysler Brochures', 'Chrysler-Brochures', 121931, ''),
('', '', '', '', 121932, 121932, 'Chrysler Handbooks', 'Chrysler-Handbooks', 121931, ''),
('', '', '', '', 121933, 121933, 'Chrysler Parts Catalogues', 'Chrysler-Parts-Catalogues', 121931, ''),
('', '', '', '', 100934, 100934, 'Chrysler Workshop Manuals', 'Chrysler-Workshop-Manuals', 121931, ''),
('', '', '', '', 121934, 121934, 'Other Chrysler Literature', 'Other-Chrysler-Literature', 121931, ''),
('', '', '', '', 121935, 121935, 'Citroën', 'Citroën', 36085, ''),
('', '', '', '', 18720, 18720, 'Citroën Brochures', 'Citroën-Brochures', 121935, ''),
('', '', '', '', 121937, 121937, 'Citroën Handbooks', 'Citroën-Handbooks', 121935, ''),
('', '', '', '', 121938, 121938, 'Citroën Parts Catalogues', 'Citroën-Parts-Catalogues', 121935, ''),
('', '', '', '', 18410, 18410, 'Citroën Workshop Manuals', 'Citroën-Workshop-Manuals', 121935, ''),
('', '', '', '', 121936, 121936, 'Other Citroën Literature', 'Other-Citroën-Literature', 121935, ''),
('', '', '', '', 121939, 121939, 'Daewoo', 'Daewoo', 36085, ''),
('', '', '', '', 100960, 100960, 'Daewoo Brochures', 'Daewoo-Brochures', 121939, ''),
('', '', '', '', 121940, 121940, 'Daewoo Handbooks', 'Daewoo-Handbooks', 121939, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 121941, 121941, 'Daewoo Parts Catalogues', 'Daewoo-Parts-Catalogues', 121939, ''),
('', '', '', '', 100936, 100936, 'Daewoo Workshop Manuals', 'Daewoo-Workshop-Manuals', 121939, ''),
('', '', '', '', 121942, 121942, 'Other Daewoo Literature', 'Other-Daewoo-Literature', 121939, ''),
('', '', '', '', 121943, 121943, 'Daihatsu', 'Daihatsu', 36085, ''),
('', '', '', '', 100961, 100961, 'Daihatsu Brochures', 'Daihatsu-Brochures', 121943, ''),
('', '', '', '', 121944, 121944, 'Daihatsu Handbooks', 'Daihatsu-Handbooks', 121943, ''),
('', '', '', '', 121945, 121945, 'Daihatsu Parts Catalogues', 'Daihatsu-Parts-Catalogues', 121943, ''),
('', '', '', '', 100937, 100937, 'Daihatsu Workshop Manuals', 'Daihatsu-Workshop-Manuals', 121943, ''),
('', '', '', '', 121946, 121946, 'Other Daihatsu Literature', 'Other-Daihatsu-Literature', 121943, ''),
('', '', '', '', 121947, 121947, 'Daimler', 'Daimler', 36085, ''),
('', '', '', '', 72262, 72262, 'Daimler Brochures', 'Daimler-Brochures', 121947, ''),
('', '', '', '', 121948, 121948, 'Daimler Handbooks', 'Daimler-Handbooks', 121947, ''),
('', '', '', '', 121949, 121949, 'Daimler Parts Catalogues', 'Daimler-Parts-Catalogues', 121947, ''),
('', '', '', '', 100938, 100938, 'Daimler Workshop Manuals', 'Daimler-Workshop-Manuals', 121947, ''),
('', '', '', '', 121950, 121950, 'Other Daimler Literature', 'Other-Daimler-Literature', 121947, ''),
('', '', '', '', 121951, 121951, 'Datsun', 'Datsun', 36085, ''),
('', '', '', '', 121952, 121952, 'Dodge', 'Dodge', 36085, ''),
('', '', '', '', 121953, 121953, 'Ferrari', 'Ferrari', 36085, ''),
('', '', '', '', 18722, 18722, 'Ferrari Brochures', 'Ferrari-Brochures', 121953, ''),
('', '', '', '', 121954, 121954, 'Ferrari Handbooks', 'Ferrari-Handbooks', 121953, ''),
('', '', '', '', 121955, 121955, 'Ferrari Parts Catalogues', 'Ferrari-Parts-Catalogues', 121953, ''),
('', '', '', '', 100939, 100939, 'Ferrari Workshop Manuals', 'Ferrari-Workshop-Manuals', 121953, ''),
('', '', '', '', 121956, 121956, 'Other Ferrari Literature', 'Other-Ferrari-Literature', 121953, ''),
('', '', '', '', 121957, 121957, 'Fiat', 'Fiat', 36085, ''),
('', '', '', '', 18723, 18723, 'Fiat Brochures', 'Fiat-Brochures', 121957, ''),
('', '', '', '', 121958, 121958, 'Fiat Handbooks', 'Fiat-Handbooks', 121957, ''),
('', '', '', '', 121959, 121959, 'Fiat Parts Catalogues', 'Fiat-Parts-Catalogues', 121957, ''),
('', '', '', '', 18413, 18413, 'Fiat Workshop Manuals', 'Fiat-Workshop-Manuals', 121957, ''),
('', '', '', '', 121960, 121960, 'Other Fiat Literature', 'Other-Fiat-Literature', 121957, ''),
('', '', '', '', 121961, 121961, 'Ford', 'Ford', 36085, ''),
('', '', '', '', 72263, 72263, 'Ford Brochures', 'Ford-Brochures', 121961, ''),
('', '', '', '', 121962, 121962, 'Ford Handbooks', 'Ford-Handbooks', 121961, ''),
('', '', '', '', 121963, 121963, 'Ford Parts Catalogues', 'Ford-Parts-Catalogues', 121961, ''),
('', '', '', '', 18414, 18414, 'Ford Workshop Manuals', 'Ford-Workshop-Manuals', 121961, ''),
('', '', '', '', 121964, 121964, 'Other Ford Literature', 'Other-Ford-Literature', 121961, ''),
('', '', '', '', 121965, 121965, 'Hillman', 'Hillman', 36085, ''),
('', '', '', '', 100954, 100954, 'Hillman Brochures', 'Hillman-Brochures', 121965, ''),
('', '', '', '', 121966, 121966, 'Hillman Handbooks', 'Hillman-Handbooks', 121965, ''),
('', '', '', '', 121967, 121967, 'Hillman Parts Catalogues', 'Hillman-Parts-Catalogues', 121965, ''),
('', '', '', '', 72271, 72271, 'Hillman Workshop Manuals', 'Hillman-Workshop-Manuals', 121965, ''),
('', '', '', '', 121968, 121968, 'Other Hillman Literature', 'Other-Hillman-Literature', 121965, ''),
('', '', '', '', 121969, 121969, 'Honda', 'Honda', 36085, ''),
('', '', '', '', 100955, 100955, 'Honda Brochures', 'Honda-Brochures', 121969, ''),
('', '', '', '', 121970, 121970, 'Honda Handbooks', 'Honda-Handbooks', 121969, ''),
('', '', '', '', 121971, 121971, 'Honda Parts Catalogues', 'Honda-Parts-Catalogues', 121969, ''),
('', '', '', '', 100940, 100940, 'Honda Workshop Manuals', 'Honda-Workshop-Manuals', 121969, ''),
('', '', '', '', 121972, 121972, 'Other Honda Literature', 'Other-Honda-Literature', 121969, ''),
('', '', '', '', 121973, 121973, 'Humber', 'Humber', 36085, ''),
('', '', '', '', 121974, 121974, 'Hummer', 'Hummer', 36085, ''),
('', '', '', '', 121998, 121998, 'Hyundai', 'Hyundai', 36085, ''),
('', '', '', '', 100956, 100956, 'Hyundai Brochures', 'Hyundai-Brochures', 121998, ''),
('', '', '', '', 121999, 121999, 'Hyundai Handbooks', 'Hyundai-Handbooks', 121998, ''),
('', '', '', '', 122000, 122000, 'Hyundai Parts Catalogues', 'Hyundai-Parts-Catalogues', 121998, ''),
('', '', '', '', 100941, 100941, 'Hyundai Workshop Manuals', 'Hyundai-Workshop-Manuals', 121998, ''),
('', '', '', '', 122001, 122001, 'Other Hyundai Literature', 'Other-Hyundai-Literature', 121998, ''),
('', '', '', '', 122002, 122002, 'Isuzu', 'Isuzu', 36085, ''),
('', '', '', '', 100957, 100957, 'Isuzu Brochures', 'Isuzu-Brochures', 122002, ''),
('', '', '', '', 122003, 122003, 'Isuzu Handbooks', 'Isuzu-Handbooks', 122002, ''),
('', '', '', '', 122004, 122004, 'Isuzu Parts Catalogues', 'Isuzu-Parts-Catalogues', 122002, ''),
('', '', '', '', 100942, 100942, 'Isuzu Workshop Manuals', 'Isuzu-Workshop-Manuals', 122002, ''),
('', '', '', '', 122005, 122005, 'Other Isuzu Literature', 'Other-Isuzu-Literature', 122002, ''),
('', '', '', '', 122006, 122006, 'Jaguar', 'Jaguar', 36085, ''),
('', '', '', '', 18727, 18727, 'Jaguar Brochures', 'Jaguar-Brochures', 122006, ''),
('', '', '', '', 122007, 122007, 'Jaguar Handbooks', 'Jaguar-Handbooks', 122006, ''),
('', '', '', '', 122008, 122008, 'Jaguar Parts Catalogues', 'Jaguar-Parts-Catalogues', 122006, ''),
('', '', '', '', 18417, 18417, 'Jaguar Workshop Manuals', 'Jaguar-Workshop-Manuals', 122006, ''),
('', '', '', '', 122009, 122009, 'Other Jaguar Literature', 'Other-Jaguar-Literature', 122006, ''),
('', '', '', '', 122010, 122010, 'Jensen', 'Jensen', 36085, ''),
('', '', '', '', 122011, 122011, 'Jeep', 'Jeep', 36085, ''),
('', '', '', '', 122012, 122012, 'Kia', 'Kia', 36085, ''),
('', '', '', '', 122013, 122013, 'Lada', 'Lada', 36085, ''),
('', '', '', '', 108803, 108803, 'Lamborghini', 'Lamborghini', 36085, ''),
('', '', '', '', 122014, 122014, 'Lancia', 'Lancia', 36085, ''),
('', '', '', '', 122015, 122015, 'Land Rover', 'Land-Rover', 36085, ''),
('', '', '', '', 72264, 72264, 'Land Rover Brochures', 'Land-Rover-Brochures', 122015, ''),
('', '', '', '', 122016, 122016, 'Land Rover Handbooks', 'Land-Rover-Handbooks', 122015, ''),
('', '', '', '', 122017, 122017, 'Land Rover Parts Catalogues', 'Land-Rover-Parts-Catalogues', 122015, ''),
('', '', '', '', 36088, 36088, 'Land Rover Workshop Manuals', 'Land-Rover-Workshop-Manuals', 122015, ''),
('', '', '', '', 122018, 122018, 'Other Land Rover Literature', 'Other-Land-Rover-Literature', 122015, ''),
('', '', '', '', 122019, 122019, 'Lexus', 'Lexus', 36085, ''),
('', '', '', '', 100958, 100958, 'Lexus Brochures', 'Lexus-Brochures', 122019, ''),
('', '', '', '', 122020, 122020, 'Lexus Handbooks', 'Lexus-Handbooks', 122019, ''),
('', '', '', '', 122021, 122021, 'Lexus Parts Catalogues', 'Lexus-Parts-Catalogues', 122019, ''),
('', '', '', '', 100943, 100943, 'Lexus Workshop Manuals', 'Lexus-Workshop-Manuals', 122019, ''),
('', '', '', '', 122022, 122022, 'Other Lexus Literature', 'Other-Lexus-Literature', 122019, ''),
('', '', '', '', 122023, 122023, 'Lotus', 'Lotus', 36085, ''),
('', '', '', '', 72265, 72265, 'Lotus Brochures', 'Lotus-Brochures', 122023, ''),
('', '', '', '', 122024, 122024, 'Lotus Handbooks', 'Lotus-Handbooks', 122023, ''),
('', '', '', '', 122025, 122025, 'Lotus Parts Catalogues', 'Lotus-Parts-Catalogues', 122023, ''),
('', '', '', '', 100944, 100944, 'Lotus Workshop Manuals', 'Lotus-Workshop-Manuals', 122023, ''),
('', '', '', '', 122026, 122026, 'Other Lotus Literature', 'Other-Lotus-Literature', 122023, ''),
('', '', '', '', 122027, 122027, 'Marlin', 'Marlin', 36085, ''),
('', '', '', '', 122028, 122028, 'Maserati', 'Maserati', 36085, ''),
('', '', '', '', 122029, 122029, 'Mazda', 'Mazda', 36085, ''),
('', '', '', '', 18730, 18730, 'Mazda Brochures', 'Mazda-Brochures', 122029, ''),
('', '', '', '', 122030, 122030, 'Mazda Handbooks', 'Mazda-Handbooks', 122029, ''),
('', '', '', '', 122031, 122031, 'Mazda Parts Catalogues', 'Mazda-Parts-Catalogues', 122029, ''),
('', '', '', '', 18420, 18420, 'Mazda Workshop Manuals', 'Mazda-Workshop-Manuals', 122029, ''),
('', '', '', '', 122032, 122032, 'Other Mazda Literature', 'Other-Mazda-Literature', 122029, ''),
('', '', '', '', 122033, 122033, 'Mercedes-Benz', 'Mercedes-Benz', 36085, ''),
('', '', '', '', 18731, 18731, 'Mercedes-Benz Brochures', 'Mercedes-Benz-Brochures', 122033, ''),
('', '', '', '', 122034, 122034, 'Mercedes-Benz Handbooks', 'Mercedes-Benz-Handbooks', 122033, ''),
('', '', '', '', 122035, 122035, 'Mercedes-Benz Parts Catalogues', 'Mercedes-Benz-Parts-Catalogues', 122033, ''),
('', '', '', '', 18421, 18421, 'Mercedes-Benz Workshop Manuals', 'Mercedes-Benz-Workshop-Manuals', 122033, ''),
('', '', '', '', 122036, 122036, 'Other Mercedes-Benz Literature', 'Other-Mercedes-Benz-Literature', 122033, ''),
('', '', '', '', 122037, 122037, 'MG', 'MG', 36085, ''),
('', '', '', '', 100962, 100962, 'MG Brochures', 'MG-Brochures', 122037, ''),
('', '', '', '', 122038, 122038, 'MG Handbooks', 'MG-Handbooks', 122037, ''),
('', '', '', '', 122039, 122039, 'MG Parts Catalogues', 'MG-Parts-Catalogues', 122037, ''),
('', '', '', '', 36089, 36089, 'MG Workshop Manuals', 'MG-Workshop-Manuals', 122037, ''),
('', '', '', '', 122040, 122040, 'Other MG Literature', 'Other-MG-Literature', 122037, ''),
('', '', '', '', 122041, 122041, 'Mini', 'Mini', 36085, ''),
('', '', '', '', 72266, 72266, 'Mini Brochures', 'Mini-Brochures', 122041, ''),
('', '', '', '', 122043, 122043, 'Mini Handbooks', 'Mini-Handbooks', 122041, ''),
('', '', '', '', 122044, 122044, 'Mini Parts Catalogues', 'Mini-Parts-Catalogues', 122041, ''),
('', '', '', '', 72272, 72272, 'Mini Workshop Manuals', 'Mini-Workshop-Manuals', 122041, ''),
('', '', '', '', 122042, 122042, 'Other Mini Literature', 'Other-Mini-Literature', 122041, ''),
('', '', '', '', 122045, 122045, 'Mitsubishi', 'Mitsubishi', 36085, ''),
('', '', '', '', 100959, 100959, 'Mitsubishi Brochures', 'Mitsubishi-Brochures', 122045, ''),
('', '', '', '', 122046, 122046, 'Mitsubishi Handbooks', 'Mitsubishi-Handbooks', 122045, ''),
('', '', '', '', 122047, 122047, 'Mitsubishi Parts Catalogues', 'Mitsubishi-Parts-Catalogues', 122045, ''),
('', '', '', '', 18422, 18422, 'Mitsubishi Workshop Manuals', 'Mitsubishi-Workshop-Manuals', 122045, ''),
('', '', '', '', 122048, 122048, 'Other Mitsubishi Literature', 'Other-Mitsubishi-Literature', 122045, ''),
('', '', '', '', 108802, 108802, 'Morgan', 'Morgan', 36085, ''),
('', '', '', '', 122049, 122049, 'Morris', 'Morris', 36085, ''),
('', '', '', '', 72267, 72267, 'Morris Brochures', 'Morris-Brochures', 122049, ''),
('', '', '', '', 122050, 122050, 'Morris Handbooks', 'Morris-Handbooks', 122049, ''),
('', '', '', '', 122051, 122051, 'Morris Parts Catalogues', 'Morris-Parts-Catalogues', 122049, ''),
('', '', '', '', 72273, 72273, 'Morris Workshop Manuals', 'Morris-Workshop-Manuals', 122049, ''),
('', '', '', '', 122052, 122052, 'Other Morris Literature', 'Other-Morris-Literature', 122049, ''),
('', '', '', '', 122053, 122053, 'Nissan', 'Nissan', 36085, ''),
('', '', '', '', 18733, 18733, 'Nissan Brochures', 'Nissan-Brochures', 122053, ''),
('', '', '', '', 122054, 122054, 'Nissan Handbooks', 'Nissan-Handbooks', 122053, ''),
('', '', '', '', 122055, 122055, 'Nissan Parts Catalogues', 'Nissan-Parts-Catalogues', 122053, ''),
('', '', '', '', 72274, 72274, 'Nissan Workshop Manuals', 'Nissan-Workshop-Manuals', 122053, ''),
('', '', '', '', 122056, 122056, 'Other Nissan Literature', 'Other-Nissan-Literature', 122053, ''),
('', '', '', '', 122057, 122057, 'Perodua', 'Perodua', 36085, ''),
('', '', '', '', 122058, 122058, 'Peugeot', 'Peugeot', 36085, ''),
('', '', '', '', 18735, 18735, 'Peugeot Brochures', 'Peugeot-Brochures', 122058, ''),
('', '', '', '', 122059, 122059, 'Peugeot Handbooks', 'Peugeot-Handbooks', 122058, ''),
('', '', '', '', 122060, 122060, 'Peugeot Parts Catalogues', 'Peugeot-Parts-Catalogues', 122058, ''),
('', '', '', '', 18425, 18425, 'Peugeot Workshop Manuals', 'Peugeot-Workshop-Manuals', 122058, ''),
('', '', '', '', 122061, 122061, 'Other Peugeot Literature', 'Other-Peugeot-Literature', 122058, ''),
('', '', '', '', 122062, 122062, 'Porsche', 'Porsche', 36085, ''),
('', '', '', '', 18736, 18736, 'Porsche Brochures', 'Porsche-Brochures', 122062, ''),
('', '', '', '', 122063, 122063, 'Porsche Handbooks', 'Porsche-Handbooks', 122062, ''),
('', '', '', '', 122064, 122064, 'Porsche Parts Catalogues', 'Porsche-Parts-Catalogues', 122062, ''),
('', '', '', '', 100945, 100945, 'Porsche Workshop Manuals', 'Porsche-Workshop-Manuals', 122062, ''),
('', '', '', '', 122065, 122065, 'Other Porsche Literature', 'Other-Porsche-Literature', 122062, ''),
('', '', '', '', 122066, 122066, 'Proton', 'Proton', 36085, ''),
('', '', '', '', 122067, 122067, 'Range Rover', 'Range-Rover', 36085, ''),
('', '', '', '', 122068, 122068, 'Reliant', 'Reliant', 36085, ''),
('', '', '', '', 100963, 100963, 'Reliant Brochures', 'Reliant-Brochures', 122068, ''),
('', '', '', '', 122069, 122069, 'Reliant Handbooks', 'Reliant-Handbooks', 122068, ''),
('', '', '', '', 122070, 122070, 'Reliant Parts Catalogues', 'Reliant-Parts-Catalogues', 122068, ''),
('', '', '', '', 100946, 100946, 'Reliant Workshop Manuals', 'Reliant-Workshop-Manuals', 122068, ''),
('', '', '', '', 122071, 122071, 'Other Reliant Literature', 'Other-Reliant-Literature', 122068, ''),
('', '', '', '', 122072, 122072, 'Renault', 'Renault', 36085, ''),
('', '', '', '', 18737, 18737, 'Renault Brochures', 'Renault-Brochures', 122072, ''),
('', '', '', '', 122073, 122073, 'Renault Handbooks', 'Renault-Handbooks', 122072, ''),
('', '', '', '', 122074, 122074, 'Renault Parts Catalogues', 'Renault-Parts-Catalogues', 122072, ''),
('', '', '', '', 18427, 18427, 'Renault Workshop Manuals', 'Renault-Workshop-Manuals', 122072, ''),
('', '', '', '', 122075, 122075, 'Other Renault Literature', 'Other-Renault-Literature', 122072, ''),
('', '', '', '', 122076, 122076, 'Riley', 'Riley', 36085, ''),
('', '', '', '', 72260, 72260, 'Rolls-Royce/ Bentley', 'Rolls-Royce-Bentley', 36085, ''),
('', '', '', '', 122077, 122077, 'Rover/ MGF', 'Rover-MGF', 36085, ''),
('', '', '', '', 18739, 18739, 'Rover Brochures', 'Rover-Brochures', 122077, ''),
('', '', '', '', 122078, 122078, 'Rover Handbooks', 'Rover-Handbooks', 122077, ''),
('', '', '', '', 122079, 122079, 'Rover Parts Catalogues', 'Rover-Parts-Catalogues', 122077, ''),
('', '', '', '', 18429, 18429, 'Rover Workshop Manuals', 'Rover-Workshop-Manuals', 122077, ''),
('', '', '', '', 122080, 122080, 'Other Rover Literature', 'Other-Rover-Literature', 122077, ''),
('', '', '', '', 122081, 122081, 'Saab', 'Saab', 36085, ''),
('', '', '', '', 18740, 18740, 'Saab Brochures', 'Saab-Brochures', 122081, ''),
('', '', '', '', 122082, 122082, 'Saab Handbooks', 'Saab-Handbooks', 122081, ''),
('', '', '', '', 122083, 122083, 'Saab Parts Catalogues', 'Saab-Parts-Catalogues', 122081, ''),
('', '', '', '', 72275, 72275, 'Saab Workshop Manuals', 'Saab-Workshop-Manuals', 122081, ''),
('', '', '', '', 122084, 122084, 'Other Saab Literature', 'Other-Saab-Literature', 122081, ''),
('', '', '', '', 122085, 122085, 'Seat', 'Seat', 36085, ''),
('', '', '', '', 100964, 100964, 'Seat Brochures', 'Seat-Brochures', 122085, ''),
('', '', '', '', 122086, 122086, 'Seat Handbooks', 'Seat-Handbooks', 122085, ''),
('', '', '', '', 122087, 122087, 'Seat Parts Catalogues', 'Seat-Parts-Catalogues', 122085, ''),
('', '', '', '', 100947, 100947, 'Seat Workshop Manuals', 'Seat-Workshop-Manuals', 122085, ''),
('', '', '', '', 122088, 122088, 'Other Seat Literature', 'Other-Seat-Literature', 122085, ''),
('', '', '', '', 122089, 122089, 'Skoda', 'Skoda', 36085, ''),
('', '', '', '', 100965, 100965, 'Skoda Brochures', 'Skoda-Brochures', 122089, ''),
('', '', '', '', 122090, 122090, 'Skoda Handbooks', 'Skoda-Handbooks', 122089, ''),
('', '', '', '', 122091, 122091, 'Skoda Parts Catalogues', 'Skoda-Parts-Catalogues', 122089, ''),
('', '', '', '', 100948, 100948, 'Skoda Workshop Manuals', 'Skoda-Workshop-Manuals', 122089, ''),
('', '', '', '', 122092, 122092, 'Other Skoda Literature', 'Other-Skoda-Literature', 122089, ''),
('', '', '', '', 122093, 122093, 'Smart', 'Smart', 36085, ''),
('', '', '', '', 100966, 100966, 'Smart Brochures', 'Smart-Brochures', 122093, ''),
('', '', '', '', 122094, 122094, 'Smart Handbooks', 'Smart-Handbooks', 122093, ''),
('', '', '', '', 122095, 122095, 'Smart Parts Catalogues', 'Smart-Parts-Catalogues', 122093, ''),
('', '', '', '', 100949, 100949, 'Smart Workshop Manuals', 'Smart-Workshop-Manuals', 122093, ''),
('', '', '', '', 122096, 122096, 'Other Smart Literature', 'Other-Smart-Literature', 122093, ''),
('', '', '', '', 122097, 122097, 'Ssangyong', 'Ssangyong', 36085, ''),
('', '', '', '', 122098, 122098, 'Subaru', 'Subaru', 36085, ''),
('', '', '', '', 100967, 100967, 'Subaru Brochures', 'Subaru-Brochures', 122098, ''),
('', '', '', '', 122099, 122099, 'Subaru Handbooks', 'Subaru-Handbooks', 122098, ''),
('', '', '', '', 122100, 122100, 'Subaru Parts Catalogues', 'Subaru-Parts-Catalogues', 122098, ''),
('', '', '', '', 18434, 18434, 'Subaru Workshop Manuals', 'Subaru-Workshop-Manuals', 122098, ''),
('', '', '', '', 122101, 122101, 'Other Subaru Literature', 'Other-Subaru-Literature', 122098, ''),
('', '', '', '', 122102, 122102, 'Sunbeam', 'Sunbeam', 36085, ''),
('', '', '', '', 122103, 122103, 'Suzuki', 'Suzuki', 36085, ''),
('', '', '', '', 18745, 18745, 'Suzuki Brochures', 'Suzuki-Brochures', 122103, ''),
('', '', '', '', 122104, 122104, 'Suzuki Handbooks', 'Suzuki-Handbooks', 122103, ''),
('', '', '', '', 122105, 122105, 'Suzuki Parts Catalogues', 'Suzuki-Parts-Catalogues', 122103, ''),
('', '', '', '', 100951, 100951, 'Suzuki Workshop Manuals', 'Suzuki-Workshop-Manuals', 122103, ''),
('', '', '', '', 122106, 122106, 'Other Suzuki Literature', 'Other-Suzuki-Literature', 122103, ''),
('', '', '', '', 122107, 122107, 'Talbot', 'Talbot', 36085, ''),
('', '', '', '', 122108, 122108, 'Toyota', 'Toyota', 36085, ''),
('', '', '', '', 18746, 18746, 'Toyota Brochures', 'Toyota-Brochures', 122108, ''),
('', '', '', '', 122109, 122109, 'Toyota Handbooks', 'Toyota-Handbooks', 122108, ''),
('', '', '', '', 122110, 122110, 'Toyota Parts Catalogues', 'Toyota-Parts-Catalogues', 122108, ''),
('', '', '', '', 18436, 18436, 'Toyota Workshop Manuals', 'Toyota-Workshop-Manuals', 122108, ''),
('', '', '', '', 122111, 122111, 'Other Toyota Literature', 'Other-Toyota-Literature', 122108, ''),
('', '', '', '', 122112, 122112, 'Triumph', 'Triumph', 36085, ''),
('', '', '', '', 72268, 72268, 'Triumph Brochures', 'Triumph-Brochures', 122112, ''),
('', '', '', '', 122113, 122113, 'Triumph Handbooks', 'Triumph-Handbooks', 122112, ''),
('', '', '', '', 122114, 122114, 'Triumph Parts Catalogues', 'Triumph-Parts-Catalogues', 122112, ''),
('', '', '', '', 72276, 72276, 'Triumph Workshop Manuals', 'Triumph-Workshop-Manuals', 122112, ''),
('', '', '', '', 122115, 122115, 'Other Triumph Literature', 'Other-Triumph-Literature', 122112, ''),
('', '', '', '', 122116, 122116, 'TVR', 'TVR', 36085, ''),
('', '', '', '', 72269, 72269, 'TVR Brochures', 'TVR-Brochures', 122116, ''),
('', '', '', '', 122117, 122117, 'TVR Handbooks', 'TVR-Handbooks', 122116, ''),
('', '', '', '', 122118, 122118, 'TVR Parts Catalogues', 'TVR-Parts-Catalogues', 122116, ''),
('', '', '', '', 100950, 100950, 'TVR Workshop Manuals', 'TVR-Workshop-Manuals', 122116, ''),
('', '', '', '', 122119, 122119, 'Other TVR Literature', 'Other-TVR-Literature', 122116, ''),
('', '', '', '', 122120, 122120, 'Vauxhall & Opel', 'Vauxhall-and-Opel', 36085, ''),
('', '', '', '', 18734, 18734, 'Vauxhall & Opel Brochures', 'Vauxhall-and-Opel-Brochures', 122120, ''),
('', '', '', '', 122121, 122121, 'Vauxhall & Opel Handbooks', 'Vauxhall-and-Opel-Handbooks', 122120, ''),
('', '', '', '', 122122, 122122, 'Vauxhall Parts Catalogues', 'Vauxhall-Parts-Catalogues', 122120, ''),
('', '', '', '', 18424, 18424, 'Vauxhall Workshop Manuals', 'Vauxhall-Workshop-Manuals', 122120, ''),
('', '', '', '', 122123, 122123, 'Other Vauxhall Literature', 'Other-Vauxhall-Literature', 122120, ''),
('', '', '', '', 122124, 122124, 'Volkswagen', 'Volkswagen', 36085, ''),
('', '', '', '', 18749, 18749, 'Volkswagen Brochures', 'Volkswagen-Brochures', 122124, ''),
('', '', '', '', 122125, 122125, 'Volkswagen Handbooks', 'Volkswagen-Handbooks', 122124, ''),
('', '', '', '', 122126, 122126, 'Volkswagen Parts Catalogues', 'Volkswagen-Parts-Catalogues', 122124, ''),
('', '', '', '', 18439, 18439, 'Volkswagen Workshop Manuals', 'Volkswagen-Workshop-Manuals', 122124, ''),
('', '', '', '', 122127, 122127, 'Other Volkswagen Literature', 'Other-Volkswagen-Literature', 122124, ''),
('', '', '', '', 122128, 122128, 'Volvo', 'Volvo', 36085, ''),
('', '', '', '', 18748, 18748, 'Volvo Brochures', 'Volvo-Brochures', 122128, ''),
('', '', '', '', 122129, 122129, 'Volvo Handbooks', 'Volvo-Handbooks', 122128, ''),
('', '', '', '', 122130, 122130, 'Volvo Parts Catalogues', 'Volvo-Parts-Catalogues', 122128, ''),
('', '', '', '', 18438, 18438, 'Volvo Workshop Manuals', 'Volvo-Workshop-Manuals', 122128, ''),
('', '', '', '', 122131, 122131, 'Other Volvo Literature', 'Other-Volvo-Literature', 122128, ''),
('', '', '', '', 122132, 122132, 'Wolseley', 'Wolseley', 36085, ''),
('', '', '', '', 122133, 122133, 'Kit Cars', 'Kit-Cars', 36085, ''),
('', '', '', '', 72270, 72270, 'Calendars', 'Calendars', 36085, ''),
('', '', '', '', 108801, 108801, 'Driving Test Guides', 'Driving-Test-Guides', 36085, ''),
('', '', '', '', 48443, 48443, 'Motorsport', 'Motorsport', 36085, ''),
('', '', '', '', 131408, 131408, 'Parts Manufacturer Catalogues', 'Parts-Manufacturer-Catalogues', 36085, ''),
('', '', '', '', 48444, 48444, 'Technical', 'Technical', 36085, ''),
('', '', '', '', 36086, 36086, 'Other Manuals & Literature', 'Other-Manuals-and-Literature', 36085, ''),
('', '', '', '', 14239, 14239, 'Car Parts', 'Car-Parts', 9800, ''),
('', '', '', '', 10370, 10370, 'Alfa Romeo', 'Alfa-Romeo', 14239, ''),
('', '', '', '', 116510, 116510, 'Aston Martin', 'Aston-Martin', 14239, ''),
('', '', '', '', 10372, 10372, 'Audi', 'Audi', 14239, ''),
('', '', '', '', 10374, 10374, 'BMW', 'BMW', 14239, ''),
('', '', '', '', 100909, 100909, 'Chrysler', 'Chrysler', 14239, ''),
('', '', '', '', 32067, 32067, 'Chevrolet', 'Chevrolet', 14239, ''),
('', '', '', '', 10376, 10376, 'Citroen', 'Citroen', 14239, ''),
('', '', '', '', 100910, 100910, 'Daewoo', 'Daewoo', 14239, ''),
('', '', '', '', 100911, 100911, 'Daihatsu', 'Daihatsu', 14239, ''),
('', '', '', '', 10380, 10380, 'Ferrari', 'Ferrari', 14239, ''),
('', '', '', '', 10382, 10382, 'Fiat', 'Fiat', 14239, ''),
('', '', '', '', 21654, 21654, 'Ford', 'Ford', 14239, ''),
('', '', '', '', 10386, 10386, 'Honda', 'Honda', 14239, ''),
('', '', '', '', 122134, 122134, 'Hummer', 'Hummer', 14239, ''),
('', '', '', '', 100912, 100912, 'Hyundai', 'Hyundai', 14239, ''),
('', '', '', '', 100913, 100913, 'Isuzu', 'Isuzu', 14239, ''),
('', '', '', '', 10390, 10390, 'Jaguar', 'Jaguar', 14239, ''),
('', '', '', '', 116508, 116508, 'Jeep', 'Jeep', 14239, ''),
('', '', '', '', 108789, 108789, 'Kia', 'Kia', 14239, ''),
('', '', '', '', 108790, 108790, 'Lada', 'Lada', 14239, ''),
('', '', '', '', 122135, 122135, 'Lamborghini', 'Lamborghini', 14239, ''),
('', '', '', '', 100914, 100914, 'Lancia', 'Lancia', 14239, ''),
('', '', '', '', 31348, 31348, 'Land Rover', 'Land-Rover', 14239, ''),
('', '', '', '', 100915, 100915, 'Lexus', 'Lexus', 14239, ''),
('', '', '', '', 27375, 27375, 'Lotus', 'Lotus', 14239, ''),
('', '', '', '', 122136, 122136, 'Maserati', 'Maserati', 14239, ''),
('', '', '', '', 52640, 52640, 'Mazda', 'Mazda', 14239, ''),
('', '', '', '', 10398, 10398, 'Mercedes-Benz', 'Mercedes-Benz', 14239, ''),
('', '', '', '', 100916, 100916, 'Mini', 'Mini', 14239, ''),
('', '', '', '', 10400, 10400, 'Mitsubishi', 'Mitsubishi', 14239, ''),
('', '', '', '', 10402, 10402, 'Nissan', 'Nissan', 14239, ''),
('', '', '', '', 122137, 122137, 'Perodua', 'Perodua', 14239, ''),
('', '', '', '', 10406, 10406, 'Peugeot', 'Peugeot', 14239, ''),
('', '', '', '', 10408, 10408, 'Porsche', 'Porsche', 14239, ''),
('', '', '', '', 116509, 116509, 'Proton', 'Proton', 14239, ''),
('', '', '', '', 31349, 31349, 'Range Rover', 'Range-Rover', 14239, ''),
('', '', '', '', 100917, 100917, 'Reliant', 'Reliant', 14239, ''),
('', '', '', '', 10410, 10410, 'Renault', 'Renault', 14239, ''),
('', '', '', '', 108791, 108791, 'Rolls Royce & Bentley', 'Rolls-Royce-and-Bentley', 14239, ''),
('', '', '', '', 10414, 10414, 'Rover/ MGF', 'Rover-MGF', 14239, ''),
('', '', '', '', 10416, 10416, 'Saab', 'Saab', 14239, ''),
('', '', '', '', 100918, 100918, 'Seat', 'Seat', 14239, ''),
('', '', '', '', 100919, 100919, 'Skoda', 'Skoda', 14239, ''),
('', '', '', '', 100920, 100920, 'Smart', 'Smart', 14239, ''),
('', '', '', '', 122138, 122138, 'Ssangyong', 'Ssangyong', 14239, ''),
('', '', '', '', 10424, 10424, 'Subaru', 'Subaru', 14239, ''),
('', '', '', '', 10426, 10426, 'Suzuki', 'Suzuki', 14239, ''),
('', '', '', '', 10428, 10428, 'Toyota', 'Toyota', 14239, ''),
('', '', '', '', 108792, 108792, 'TVR', 'TVR', 14239, ''),
('', '', '', '', 10404, 10404, 'Vauxhall & Opel', 'Vauxhall-and-Opel', 14239, ''),
('', '', '', '', 9889, 9889, 'Volkswagen', 'Volkswagen', 14239, ''),
('', '', '', '', 10432, 10432, 'Volvo', 'Volvo', 14239, ''),
('', '', '', '', 100921, 100921, 'Kit Car Parts', 'Kit-Car-Parts', 14239, ''),
('', '', '', '', 9886, 9886, 'Other Car Parts', 'Other-Car-Parts', 14239, ''),
('', '', '', '', 14761, 14761, 'Car Tuning & Styling', 'Car-Tuning-and-Styling', 9800, ''),
('', '', '', '', 43116, 43116, 'Exterior Styling', 'Exterior-Styling', 14761, ''),
('', '', '', '', 36676, 36676, 'Aerials & Aerial Toppers', 'Aerials-and-Aerial-Toppers', 43116, ''),
('', '', '', '', 72211, 72211, 'Badges', 'Badges', 43116, ''),
('', '', '', '', 40200, 40200, 'Body Modifications', 'Body-Modifications', 43116, ''),
('', '', '', '', 72206, 72206, 'Bumpers', 'Bumpers', 40200, ''),
('', '', '', '', 72207, 72207, 'Full Body Kits', 'Full-Body-Kits', 40200, ''),
('', '', '', '', 72208, 72208, 'Skirts', 'Skirts', 40200, ''),
('', '', '', '', 72209, 72209, 'Spoilers', 'Spoilers', 40200, ''),
('', '', '', '', 23012, 23012, 'Other Body Modifications', 'Other-Body-Modifications', 40200, ''),
('', '', '', '', 52637, 52637, 'Bonnet Pins & Protectors', 'Bonnet-Pins-and-Protectors', 43116, ''),
('', '', '', '', 36677, 36677, 'Decals', 'Decals', 43116, ''),
('', '', '', '', 43119, 43119, 'Fuel Caps & Covers', 'Fuel-Caps-and-Covers', 43116, ''),
('', '', '', '', 72212, 72212, 'Graphics', 'Graphics', 43116, ''),
('', '', '', '', 43118, 43118, 'Grilles, Meshes & Vents', 'Grilles-Meshes-and-Vents', 43116, ''),
('', '', '', '', 108781, 108781, 'Learner L Plates', 'Learner-L-Plates', 43116, ''),
('', '', '', '', 36682, 36682, 'Mirrors & Mirror Covers', 'Mirrors-and-Mirror-Covers', 43116, ''),
('', '', '', '', 52638, 52638, 'Number Plates & Surrounds', 'Number-Plates-and-Surrounds', 43116, ''),
('', '', '', '', 45645, 45645, 'Wipers, Washers & Jets', 'Wipers-Washers-and-Jets', 43116, ''),
('', '', '', '', 43117, 43117, 'Other Exterior Styling', 'Other-Exterior-Styling', 43116, ''),
('', '', '', '', 40193, 40193, 'Interior Styling', 'Interior-Styling', 14761, ''),
('', '', '', '', 72213, 72213, 'Centre Consoles & Dashboards', 'Centre-Consoles-and-Dashboards', 40193, ''),
('', '', '', '', 72214, 72214, 'Dial, Dash & Switch Customn', 'Dial-Dash-and-Switch-Customn', 40193, ''),
('', '', '', '', 72215, 72215, 'Dials', 'Dials', 72214, ''),
('', '', '', '', 72216, 72216, 'Dial Kits', 'Dial-Kits', 72214, ''),
('', '', '', '', 72217, 72217, 'Heater Surrounds & Controls', 'Heater-Surrounds-and-Controls', 72214, ''),
('', '', '', '', 72218, 72218, 'Switch Customisation', 'Switch-Customisation', 72214, ''),
('', '', '', '', 36681, 36681, 'Other Dial/ Dashboard Customn', 'Other-Dial-Dashboard-Customn', 72214, ''),
('', '', '', '', 72219, 72219, 'Door Customisation', 'Door-Customisation', 40193, ''),
('', '', '', '', 72220, 72220, 'Door Locks & Pins', 'Door-Locks-and-Pins', 72219, ''),
('', '', '', '', 72221, 72221, 'Door Sills & Surrounds', 'Door-Sills-and-Surrounds', 72219, ''),
('', '', '', '', 40198, 40198, 'Other Door Customisation', 'Other-Door-Customisation', 72219, ''),
('', '', '', '', 36678, 36678, 'Floor Mats & Flooring', 'Floor-Mats-and-Flooring', 40193, ''),
('', '', '', '', 72222, 72222, 'Gearstick & Handbrake Customn', 'Gearstick-and-Handbrake-Customn', 40193, ''),
('', '', '', '', 72223, 72223, 'Gear Knobs', 'Gear-Knobs', 72222, ''),
('', '', '', '', 72224, 72224, 'Gaiters', 'Gaiters', 72222, ''),
('', '', '', '', 72225, 72225, 'Handbrake Sleeves', 'Handbrake-Sleeves', 72222, ''),
('', '', '', '', 72226, 72226, 'Surrounds', 'Surrounds', 72222, ''),
('', '', '', '', 36679, 36679, 'Other Gearstick & Handbrake', 'Other-Gearstick-and-Handbrake', 72222, ''),
('', '', '', '', 40197, 40197, 'Pedals, Footrests & Plates', 'Pedals-Footrests-and-Plates', 40193, ''),
('', '', '', '', 72227, 72227, 'Seats & Seat Customisation', 'Seats-and-Seat-Customisation', 40193, ''),
('', '', '', '', 40196, 40196, 'Belt & Headrest Pads', 'Belt-and-Headrest-Pads', 72227, ''),
('', '', '', '', 72228, 72228, 'Harnesses', 'Harnesses', 72227, ''),
('', '', '', '', 30172, 30172, 'Seats', 'Seats', 72227, ''),
('', '', '', '', 72229, 72229, 'Seat Belts', 'Seat-Belts', 72227, ''),
('', '', '', '', 72230, 72230, 'Seat Covers', 'Seat-Covers', 72227, ''),
('', '', '', '', 40195, 40195, 'Steering Wheels & Boss Kits', 'Steering-Wheels-and-Boss-Kits', 40193, ''),
('', '', '', '', 72231, 72231, 'Tax Disc Holders', 'Tax-Disc-Holders', 40193, ''),
('', '', '', '', 72232, 72232, 'Window Shades & Tints', 'Window-Shades-and-Tints', 40193, ''),
('', '', '', '', 40199, 40199, 'Other Interior Styling', 'Other-Interior-Styling', 40193, ''),
('', '', '', '', 28642, 28642, 'Lights & Lighting Accessories', 'Lights-and-Lighting-Accessories', 14761, ''),
('', '', '', '', 65216, 65216, 'Bulbs & Lenses', 'Bulbs-and-Lenses', 28642, ''),
('', '', '', '', 72235, 72235, 'Headlight Bulbs', 'Headlight-Bulbs', 65216, ''),
('', '', '', '', 72233, 72233, 'Indicator & Sidelight Bulbs', 'Indicator-and-Sidelight-Bulbs', 65216, ''),
('', '', '', '', 72234, 72234, 'Rear & Reversing Bulbs', 'Rear-and-Reversing-Bulbs', 65216, ''),
('', '', '', '', 28644, 28644, 'Other Bulbs & Lenses', 'Other-Bulbs-and-Lenses', 65216, ''),
('', '', '', '', 72236, 72236, 'Lighting Customisation', 'Lighting-Customisation', 28642, ''),
('', '', '', '', 72237, 72237, 'Interior Lighting', 'Interior-Lighting', 72236, ''),
('', '', '', '', 72239, 72239, 'Light Brows & Masks', 'Light-Brows-and-Masks', 72236, ''),
('', '', '', '', 48445, 48445, 'Under-body Lighting', 'Under-body-Lighting', 72236, ''),
('', '', '', '', 72238, 72238, 'Valve Caps & Washer Jets', 'Valve-Caps-and-Washer-Jets', 72236, ''),
('', '', '', '', 72240, 72240, 'Other Lighting Customisation', 'Other-Lighting-Customisation', 72236, ''),
('', '', '', '', 28645, 28645, 'Fog & Spot Lights', 'Fog-and-Spot-Lights', 28642, ''),
('', '', '', '', 23009, 23009, 'Head Lamps', 'Head-Lamps', 28642, ''),
('', '', '', '', 14763, 14763, 'Indicators & Repeaters', 'Indicators-and-Repeaters', 28642, ''),
('', '', '', '', 44262, 44262, 'Rear Lights by Brand Fitment', 'Rear-Lights-by-Brand-Fitment', 28642, ''),
('', '', '', '', 72241, 72241, 'Audi', 'Audi', 44262, ''),
('', '', '', '', 72242, 72242, 'BMW', 'BMW', 44262, ''),
('', '', '', '', 72243, 72243, 'Citroen', 'Citroen', 44262, ''),
('', '', '', '', 72244, 72244, 'Ford', 'Ford', 44262, ''),
('', '', '', '', 72713, 72713, 'Honda', 'Honda', 44262, ''),
('', '', '', '', 72245, 72245, 'Peugeot', 'Peugeot', 44262, ''),
('', '', '', '', 108785, 108785, 'Renault', 'Renault', 44262, ''),
('', '', '', '', 72246, 72246, 'Rover & MG', 'Rover-and-MG', 44262, ''),
('', '', '', '', 108786, 108786, 'Subaru', 'Subaru', 44262, ''),
('', '', '', '', 72247, 72247, 'Vauxhall & Opel', 'Vauxhall-and-Opel', 44262, ''),
('', '', '', '', 72248, 72248, 'Volkswagen', 'Volkswagen', 44262, ''),
('', '', '', '', 23010, 23010, 'Other Rear Lights', 'Other-Rear-Lights', 44262, ''),
('', '', '', '', 28646, 28646, 'Other Lights & Accessories', 'Other-Lights-and-Accessories', 28642, ''),
('', '', '', '', 40181, 40181, 'Performance & Tuning Parts', 'Performance-and-Tuning-Parts', 14761, ''),
('', '', '', '', 36680, 36680, 'Air Filters & Induction Kits', 'Air-Filters-and-Induction-Kits', 40181, ''),
('', '', '', '', 23013, 23013, 'Brake Components', 'Brake-Components', 40181, ''),
('', '', '', '', 32094, 32094, 'Chips', 'Chips', 40181, ''),
('', '', '', '', 72205, 72205, 'Engine Tuning Parts', 'Engine-Tuning-Parts', 40181, ''),
('', '', '', '', 38786, 38786, 'Exhaust Components', 'Exhaust-Components', 40181, ''),
('', '', '', '', 122139, 122139, 'Injection & Fuel Systems', 'Injection-and-Fuel-Systems', 40181, ''),
('', '', '', '', 40192, 40192, 'Suspension Components', 'Suspension-Components', 40181, ''),
('', '', '', '', 122140, 122140, 'Tachometers', 'Tachometers', 40181, ''),
('', '', '', '', 43120, 43120, 'Other Performance Parts', 'Other-Performance-Parts', 40181, ''),
('', '', '', '', 122141, 122141, 'Other Car Tuning', 'Other-Car-Tuning', 14761, ''),
('', '', '', '', 14770, 14770, 'Car Wheels, Tyres & Trims', 'Car-Wheels-Tyres-and-Trims', 9800, ''),
('', '', '', '', 72257, 72257, 'Nuts', 'Nuts', 14770, ''),
('', '', '', '', 28648, 28648, 'Wheel Rims', 'Wheel-Rims', 14770, ''),
('', '', '', '', 9888, 9888, 'Wheels with Tyres', 'Wheels-with-Tyres', 14770, ''),
('', '', '', '', 23025, 23025, 'Trims', 'Trims', 14770, ''),
('', '', '', '', 9891, 9891, 'Tyres', 'Tyres', 14770, ''),
('', '', '', '', 52639, 52639, 'Valve Caps', 'Valve-Caps', 14770, ''),
('', '', '', '', 122154, 122154, 'Wheel Spacers', 'Wheel-Spacers', 14770, ''),
('', '', '', '', 14771, 14771, 'Other Wheels, Tyres & Trims', 'Other-Wheels-Tyres-and-Trims', 14770, ''),
('', '', '', '', 421, 421, 'Cherished Numbers', 'Cherished-Numbers', 9800, ''),
('', '', '', '', 29751, 29751, 'Classic Cars', 'Classic-Cars', 9800, ''),
('', '', '', '', 29752, 29752, 'Alfa Romeo', 'Alfa-Romeo', 29751, ''),
('', '', '', '', 116498, 116498, 'Alvis', 'Alvis', 29751, ''),
('', '', '', '', 18301, 18301, 'American', 'American', 29751, ''),
('', '', '', '', 122142, 122142, 'Aston Martin', 'Aston-Martin', 29751, ''),
('', '', '', '', 122143, 122143, 'Audi', 'Audi', 29751, ''),
('', '', '', '', 29753, 29753, 'Austin', 'Austin', 29751, ''),
('', '', '', '', 122144, 122144, 'Bedford', 'Bedford', 29751, ''),
('', '', '', '', 31357, 31357, 'BMW', 'BMW', 29751, ''),
('', '', '', '', 122145, 122145, 'Chrysler', 'Chrysler', 29751, ''),
('', '', '', '', 122146, 122146, 'Citroen', 'Citroen', 29751, ''),
('', '', '', '', 29754, 29754, 'Daimler', 'Daimler', 29751, ''),
('', '', '', '', 122147, 122147, 'Datsun', 'Datsun', 29751, ''),
('', '', '', '', 122148, 122148, 'Dodge', 'Dodge', 29751, ''),
('', '', '', '', 18305, 18305, 'Fiat & Lancia', 'Fiat-and-Lancia', 29751, ''),
('', '', '', '', 29755, 29755, 'Ford', 'Ford', 29751, ''),
('', '', '', '', 100929, 100929, 'Hillman', 'Hillman', 29751, ''),
('', '', '', '', 116499, 116499, 'Humber', 'Humber', 29751, ''),
('', '', '', '', 31358, 31358, 'Jaguar', 'Jaguar', 29751, ''),
('', '', '', '', 116500, 116500, 'Jensen', 'Jensen', 29751, ''),
('', '', '', '', 29756, 29756, 'Land Rover', 'Land-Rover', 29751, ''),
('', '', '', '', 31359, 31359, 'Lotus', 'Lotus', 29751, ''),
('', '', '', '', 116501, 116501, 'Marlin', 'Marlin', 29751, ''),
('', '', '', '', 31360, 31360, 'Mercedes-Benz', 'Mercedes-Benz', 29751, ''),
('', '', '', '', 29757, 29757, 'MG', 'MG', 29751, ''),
('', '', '', '', 43123, 43123, 'Mini', 'Mini', 29751, ''),
('', '', '', '', 116502, 116502, 'Morgan', 'Morgan', 29751, ''),
('', '', '', '', 31361, 31361, 'Morris', 'Morris', 29751, ''),
('', '', '', '', 29758, 29758, 'Porsche', 'Porsche', 29751, ''),
('', '', '', '', 43115, 43115, 'Reliant', 'Reliant', 29751, ''),
('', '', '', '', 122152, 122152, 'Renault', 'Renault', 29751, ''),
('', '', '', '', 100930, 100930, 'Riley', 'Riley', 29751, ''),
('', '', '', '', 43124, 43124, 'Rolls Royce & Bentley', 'Rolls-Royce-and-Bentley', 29751, ''),
('', '', '', '', 29759, 29759, 'Rover', 'Rover', 29751, ''),
('', '', '', '', 122149, 122149, 'Saab', 'Saab', 29751, ''),
('', '', '', '', 100931, 100931, 'Sunbeam', 'Sunbeam', 29751, ''),
('', '', '', '', 122150, 122150, 'Talbot', 'Talbot', 29751, ''),
('', '', '', '', 122151, 122151, 'Toyota', 'Toyota', 29751, ''),
('', '', '', '', 29760, 29760, 'Triumph', 'Triumph', 29751, ''),
('', '', '', '', 100932, 100932, 'Vauxhall/ Opel', 'Vauxhall-Opel', 29751, ''),
('', '', '', '', 18303, 18303, 'Volkswagen', 'Volkswagen', 29751, ''),
('', '', '', '', 122153, 122153, 'Volvo', 'Volvo', 29751, ''),
('', '', '', '', 100933, 100933, 'Wolseley', 'Wolseley', 29751, ''),
('', '', '', '', 2192, 2192, 'Other Classic Cars', 'Other-Classic-Cars', 29751, ''),
('', '', '', '', 18323, 18323, 'Classic Car Parts', 'Classic-Car-Parts', 9800, ''),
('', '', '', '', 31350, 31350, 'Alfa Romeo', 'Alfa-Romeo', 18323, ''),
('', '', '', '', 116511, 116511, 'Alvis', 'Alvis', 18323, ''),
('', '', '', '', 100952, 100952, 'American', 'American', 18323, ''),
('', '', '', '', 116512, 116512, 'Aston Martin', 'Aston-Martin', 18323, ''),
('', '', '', '', 122155, 122155, 'Audi', 'Audi', 18323, ''),
('', '', '', '', 27376, 27376, 'Austin', 'Austin', 18323, ''),
('', '', '', '', 122156, 122156, 'Bedford', 'Bedford', 18323, ''),
('', '', '', '', 31351, 31351, 'BMW', 'BMW', 18323, ''),
('', '', '', '', 122157, 122157, 'Chrysler', 'Chrysler', 18323, ''),
('', '', '', '', 122158, 122158, 'Citroen', 'Citroen', 18323, ''),
('', '', '', '', 100953, 100953, 'Daimler', 'Daimler', 18323, ''),
('', '', '', '', 122159, 122159, 'Datsun', 'Datsun', 18323, ''),
('', '', '', '', 122160, 122160, 'Dodge', 'Dodge', 18323, ''),
('', '', '', '', 31352, 31352, 'Fiat & Lancia', 'Fiat-and-Lancia', 18323, ''),
('', '', '', '', 27377, 27377, 'Ford', 'Ford', 18323, ''),
('', '', '', '', 31353, 31353, 'Hillman', 'Hillman', 18323, ''),
('', '', '', '', 116513, 116513, 'Humber', 'Humber', 18323, ''),
('', '', '', '', 27378, 27378, 'Jaguar', 'Jaguar', 18323, ''),
('', '', '', '', 116514, 116514, 'Jensen', 'Jensen', 18323, ''),
('', '', '', '', 27379, 27379, 'Land Rover', 'Land-Rover', 18323, ''),
('', '', '', '', 31354, 31354, 'Lotus', 'Lotus', 18323, ''),
('', '', '', '', 122161, 122161, 'Marlin', 'Marlin', 18323, ''),
('', '', '', '', 31355, 31355, 'Mercedes-Benz', 'Mercedes-Benz', 18323, ''),
('', '', '', '', 27380, 27380, 'MG', 'MG', 18323, ''),
('', '', '', '', 43122, 43122, 'Mini', 'Mini', 18323, ''),
('', '', '', '', 108793, 108793, 'Morgan', 'Morgan', 18323, ''),
('', '', '', '', 27381, 27381, 'Morris', 'Morris', 18323, ''),
('', '', '', '', 31356, 31356, 'Porsche', 'Porsche', 18323, ''),
('', '', '', '', 108794, 108794, 'Reliant', 'Reliant', 18323, ''),
('', '', '', '', 122162, 122162, 'Renault', 'Renault', 18323, ''),
('', '', '', '', 39992, 39992, 'Riley', 'Riley', 18323, ''),
('', '', '', '', 108795, 108795, 'Rolls Royce & Bentley', 'Rolls-Royce-and-Bentley', 18323, ''),
('', '', '', '', 27382, 27382, 'Rover', 'Rover', 18323, ''),
('', '', '', '', 122163, 122163, 'Saab', 'Saab', 18323, ''),
('', '', '', '', 36090, 36090, 'Sunbeam', 'Sunbeam', 18323, ''),
('', '', '', '', 108796, 108796, 'Talbot', 'Talbot', 18323, ''),
('', '', '', '', 122164, 122164, 'Toyota', 'Toyota', 18323, ''),
('', '', '', '', 27383, 27383, 'Triumph', 'Triumph', 18323, ''),
('', '', '', '', 127723, 127723, 'TVR', 'TVR', 18323, ''),
('', '', '', '', 27384, 27384, 'Vauxhall/ Opel', 'Vauxhall-Opel', 18323, ''),
('', '', '', '', 27385, 27385, 'Volkswagen', 'Volkswagen', 18323, ''),
('', '', '', '', 108797, 108797, 'Volvo', 'Volvo', 18323, ''),
('', '', '', '', 36091, 36091, 'Wolseley', 'Wolseley', 18323, ''),
('', '', '', '', 9903, 9903, 'Other Classic Car Parts', 'Other-Classic-Car-Parts', 18323, ''),
('', '', '', '', 63732, 63732, 'Commercial Vehicles', 'Commercial-Vehicles', 9800, ''),
('', '', '', '', 122189, 122189, 'Agricultural Vehicles', 'Agricultural-Vehicles', 63732, ''),
('', '', '', '', 108848, 108848, 'Agricultural Vehicles', 'Agricultural-Vehicles', 122189, ''),
('', '', '', '', 108853, 108853, 'Agricultural Vehicle Parts', 'Agricultural-Vehicle-Parts', 122189, ''),
('', '', '', '', 122190, 122190, 'Manuals & Literature', 'Manuals-and-Literature', 122189, ''),
('', '', '', '', 122191, 122191, 'Other Agricultural Parts', 'Other-Agricultural-Parts', 122189, ''),
('', '', '', '', 122192, 122192, 'Lorries/ Trucks', 'Lorries-Trucks', 63732, ''),
('', '', '', '', 108849, 108849, 'Lorries/ Trucks', 'Lorries-Trucks', 122192, ''),
('', '', '', '', 108854, 108854, 'Lorry/ Truck Parts', 'Lorry-Truck-Parts', 122192, ''),
('', '', '', '', 122193, 122193, 'Manuals & Literature', 'Manuals-and-Literature', 122192, ''),
('', '', '', '', 122194, 122194, 'Other Lorry/ Truck Parts', 'Other-Lorry-Truck-Parts', 122192, ''),
('', '', '', '', 122195, 122195, 'Minibuses/ Buses/ Coaches', 'Minibuses-Buses-Coaches', 63732, ''),
('', '', '', '', 108850, 108850, 'Minibuses/ Buses/ Coaches', 'Minibuses-Buses-Coaches', 122195, ''),
('', '', '', '', 108855, 108855, 'Minibus/ Bus/ Coach Parts', 'Minibus-Bus-Coach-Parts', 122195, ''),
('', '', '', '', 122196, 122196, 'Manuals & Literature', 'Manuals-and-Literature', 122195, ''),
('', '', '', '', 122197, 122197, 'Other Bus/ Coach Parts', 'Other-Bus-Coach-Parts', 122195, ''),
('', '', '', '', 122198, 122198, 'Taxis', 'Taxis', 63732, ''),
('', '', '', '', 122199, 122199, 'Taxis', 'Taxis', 122198, ''),
('', '', '', '', 122200, 122200, 'Taxi Parts', 'Taxi-Parts', 122198, ''),
('', '', '', '', 122201, 122201, 'Other Taxi Parts', 'Other-Taxi-Parts', 122198, ''),
('', '', '', '', 66468, 66468, 'Trailers/ Transporters', 'Trailers-Transporters', 63732, ''),
('', '', '', '', 9882, 9882, 'Trailers/ Transporters', 'Trailers-Transporters', 66468, ''),
('', '', '', '', 36632, 36632, 'Trailer/ Transporter Parts', 'Trailer-Transporter-Parts', 66468, ''),
('', '', '', '', 122205, 122205, 'Manuals & Literature', 'Manuals-and-Literature', 66468, ''),
('', '', '', '', 122206, 122206, 'Other Trailer/Transportr Parts', 'Other-Trailer/Transportr-Parts', 66468, ''),
('', '', '', '', 122202, 122202, 'Vans/ Pickups', 'Vans-Pickups', 63732, ''),
('', '', '', '', 108851, 108851, 'Vans/ Pickups', 'Vans-Pickups', 122202, ''),
('', '', '', '', 108856, 108856, 'Van/ Pickup Parts', 'Van-Pickup-Parts', 122202, ''),
('', '', '', '', 123877, 123877, 'Manuals & Literature', 'Manuals-and-Literature', 122202, ''),
('', '', '', '', 123878, 123878, 'Other Van/ Pickup Parts', 'Other-Van-Pickup-Parts', 122202, ''),
('', '', '', '', 122203, 122203, 'Other Commercial Vehicles', 'Other-Commercial-Vehicles', 63732, ''),
('', '', '', '', 18307, 18307, 'Other Commercial Vehicles', 'Other-Commercial-Vehicles', 122203, ''),
('', '', '', '', 36799, 36799, 'Other Commercial Vehicle Parts', 'Other-Commercial-Vehicle-Parts', 122203, ''),
('', '', '', '', 122204, 122204, 'Manuals & Literature', 'Manuals-and-Literature', 122203, ''),
('', '', '', '', 30896, 30896, 'Garage Equipment & Tools', 'Garage-Equipment-and-Tools', 9800, ''),
('', '', '', '', 108798, 108798, 'Air Conditioning Tools', 'Air-Conditioning-Tools', 30896, ''),
('', '', '', '', 30906, 30906, 'Air Tools & Compressors', 'Air-Tools-and-Compressors', 30896, ''),
('', '', '', '', 30921, 30921, 'Diagnostic Tools & Equipment', 'Diagnostic-Tools-and-Equipment', 30896, ''),
('', '', '', '', 30917, 30917, 'Hand Tools', 'Hand-Tools', 30896, ''),
('', '', '', '', 108783, 108783, 'Lifting Tools', 'Lifting-Tools', 30896, ''),
('', '', '', '', 30923, 30923, 'Paint & Body Shop Supplies', 'Paint-and-Body-Shop-Supplies', 30896, ''),
('', '', '', '', 30900, 30900, 'Power Tools & Equipment', 'Power-Tools-and-Equipment', 30896, ''),
('', '', '', '', 82529, 82529, 'Recovery Tools', 'Recovery-Tools', 30896, ''),
('', '', '', '', 30922, 30922, 'Special Tools & Measuring Tool', 'Special-Tools-and-Measuring-Tool', 30896, ''),
('', '', '', '', 72204, 72204, 'Storage', 'Storage', 30896, ''),
('', '', '', '', 30928, 30928, 'Other Garage Equipment & Tools', 'Other-Garage-Equipment-and-Tools', 30896, ''),
('', '', '', '', 3270, 3270, 'In-Car Entertainment & GPS', 'In-Car-Entertainment-and-GPS', 9800, ''),
('', '', '', '', 18795, 18795, 'Amplifiers', 'Amplifiers', 3270, ''),
('', '', '', '', 18797, 18797, 'Mono', 'Mono', 18795, ''),
('', '', '', '', 18796, 18796, '2 Channel', '2-Channel', 18795, ''),
('', '', '', '', 4950, 4950, 'Multi-Channel', 'Multi-Channel', 18795, ''),
('', '', '', '', 14931, 14931, 'Cross-Overs & Capacitors', 'Cross-Overs-and-Capacitors', 18795, ''),
('', '', '', '', 122182, 122182, 'Other Amplifiers', 'Other-Amplifiers', 18795, ''),
('', '', '', '', 64574, 64574, 'Cassette Players', 'Cassette-Players', 3270, ''),
('', '', '', '', 75308, 75308, 'Alpine', 'Alpine', 64574, ''),
('', '', '', '', 75309, 75309, 'Blaupunkt', 'Blaupunkt', 64574, ''),
('', '', '', '', 108808, 108808, 'Clarion', 'Clarion', 64574, ''),
('', '', '', '', 75310, 75310, 'Ford', 'Ford', 64574, ''),
('', '', '', '', 108809, 108809, 'Goodmans', 'Goodmans', 64574, ''),
('', '', '', '', 122186, 122186, 'Grundig', 'Grundig', 64574, ''),
('', '', '', '', 75311, 75311, 'JVC', 'JVC', 64574, ''),
('', '', '', '', 75312, 75312, 'Kenwood', 'Kenwood', 64574, ''),
('', '', '', '', 108810, 108810, 'Panasonic', 'Panasonic', 64574, ''),
('', '', '', '', 75313, 75313, 'Peugeot', 'Peugeot', 64574, ''),
('', '', '', '', 108811, 108811, 'Philips', 'Philips', 64574, ''),
('', '', '', '', 75314, 75314, 'Pioneer', 'Pioneer', 64574, ''),
('', '', '', '', 75315, 75315, 'Renault', 'Renault', 64574, ''),
('', '', '', '', 75316, 75316, 'Rover', 'Rover', 64574, ''),
('', '', '', '', 75317, 75317, 'Sony', 'Sony', 64574, ''),
('', '', '', '', 75318, 75318, 'Vauxhall', 'Vauxhall', 64574, ''),
('', '', '', '', 75319, 75319, 'Volkswagen', 'Volkswagen', 64574, ''),
('', '', '', '', 3288, 3288, 'Other Cassette Players', 'Other-Cassette-Players', 64574, ''),
('', '', '', '', 39746, 39746, 'CD Changers & Combos', 'CD-Changers-and-Combos', 3270, ''),
('', '', '', '', 75296, 75296, 'Alpine', 'Alpine', 39746, ''),
('', '', '', '', 127727, 127727, 'Audi', 'Audi', 39746, ''),
('', '', '', '', 75297, 75297, 'Blaupunkt', 'Blaupunkt', 39746, ''),
('', '', '', '', 122183, 122183, 'BMW', 'BMW', 39746, ''),
('', '', '', '', 108806, 108806, 'Clarion', 'Clarion', 39746, ''),
('', '', '', '', 75298, 75298, 'Ford', 'Ford', 39746, ''),
('', '', '', '', 122184, 122184, 'Grundig', 'Grundig', 39746, ''),
('', '', '', '', 75299, 75299, 'JVC', 'JVC', 39746, ''),
('', '', '', '', 75300, 75300, 'Kenwood', 'Kenwood', 39746, ''),
('', '', '', '', 108807, 108807, 'Panasonic', 'Panasonic', 39746, ''),
('', '', '', '', 75301, 75301, 'Peugeot', 'Peugeot', 39746, ''),
('', '', '', '', 122185, 122185, 'Philips', 'Philips', 39746, ''),
('', '', '', '', 75302, 75302, 'Pioneer', 'Pioneer', 39746, ''),
('', '', '', '', 75303, 75303, 'Renault', 'Renault', 39746, ''),
('', '', '', '', 75304, 75304, 'Rover', 'Rover', 39746, ''),
('', '', '', '', 75305, 75305, 'Sony', 'Sony', 39746, ''),
('', '', '', '', 75306, 75306, 'Vauxhall', 'Vauxhall', 39746, ''),
('', '', '', '', 75307, 75307, 'Volkswagen', 'Volkswagen', 39746, ''),
('', '', '', '', 3289, 3289, 'Other CD Changers & Combos', 'Other-CD-Changers-and-Combos', 39746, ''),
('', '', '', '', 39754, 39754, 'CD Headunits & MP3 Players', 'CD-Headunits-and-MP3-Players', 3270, ''),
('', '', '', '', 39755, 39755, 'Alpine', 'Alpine', 39754, ''),
('', '', '', '', 39756, 39756, 'Blaupunkt', 'Blaupunkt', 39754, ''),
('', '', '', '', 108812, 108812, 'Clarion', 'Clarion', 39754, ''),
('', '', '', '', 75320, 75320, 'Ford', 'Ford', 39754, ''),
('', '', '', '', 108813, 108813, 'Goodmans', 'Goodmans', 39754, ''),
('', '', '', '', 39759, 39759, 'JVC', 'JVC', 39754, ''),
('', '', '', '', 39760, 39760, 'Kenwood', 'Kenwood', 39754, ''),
('', '', '', '', 108814, 108814, 'Panasonic', 'Panasonic', 39754, ''),
('', '', '', '', 75321, 75321, 'Peugeot', 'Peugeot', 39754, ''),
('', '', '', '', 122187, 122187, 'Philips', 'Philips', 39754, ''),
('', '', '', '', 39762, 39762, 'Pioneer', 'Pioneer', 39754, ''),
('', '', '', '', 75322, 75322, 'Renault', 'Renault', 39754, ''),
('', '', '', '', 75323, 75323, 'Rover', 'Rover', 39754, ''),
('', '', '', '', 39763, 39763, 'Sony', 'Sony', 39754, ''),
('', '', '', '', 75324, 75324, 'Vauxhall', 'Vauxhall', 39754, ''),
('', '', '', '', 75325, 75325, 'Volkswagen', 'Volkswagen', 39754, ''),
('', '', '', '', 3293, 3293, 'Other CD & MP3 Players', 'Other-CD-and-MP3-Players', 39754, ''),
('', '', '', '', 122188, 122188, 'DVD Players & Monitors', 'DVD-Players-and-Monitors', 3270, ''),
('', '', '', '', 67772, 67772, 'DVD/ VCD Players', 'DVD-VCD-Players', 122188, ''),
('', '', '', '', 32826, 32826, 'Monitors', 'Monitors', 122188, ''),
('', '', '', '', 108815, 108815, 'Fascia Plates', 'Fascia-Plates', 3270, ''),
('', '', '', '', 22638, 22638, 'Minidisc Players', 'Minidisc-Players', 3270, ''),
('', '', '', '', 139822, 139822, 'Navigation & GPS', 'Navigation-and-GPS', 3270, ''),
('', '', '', '', 139823, 139823, 'GPS Accessories', 'GPS-Accessories', 139822, ''),
('', '', '', '', 75327, 75327, 'GPS Devices', 'GPS-Devices', 139822, ''),
('', '', '', '', 139824, 139824, 'GPS Software', 'GPS-Software', 139822, ''),
('', '', '', '', 139825, 139825, 'Other GPS', 'Other-GPS', 139822, ''),
('', '', '', '', 14936, 14936, 'Speakers', 'Speakers', 3270, ''),
('', '', '', '', 14937, 14937, '3 1/2 Inch', '3-1/2-Inch', 14936, ''),
('', '', '', '', 14938, 14938, '4 & 4 1/2 Inch', '4-and-4-1/2-Inch', 14936, ''),
('', '', '', '', 14939, 14939, '4x6 & 4x10 Inch', '4x6-and-4x10-Inch', 14936, ''),
('', '', '', '', 14940, 14940, '5x7 & 6x8 Inch', '5x7-and-6x8-Inch', 14936, ''),
('', '', '', '', 14941, 14941, '5 & 5 1/4 Inch', '5-and-5-1/4-Inch', 14936, ''),
('', '', '', '', 18799, 18799, '6 1/2 & 6 3/4 Inch', '6-1/2-and-6-3/4-Inch', 14936, ''),
('', '', '', '', 14942, 14942, '6x9 Inch', '6x9-Inch', 14936, ''),
('', '', '', '', 18800, 18800, 'Component Speakers & Sets', 'Component-Speakers-and-Sets', 14936, ''),
('', '', '', '', 18805, 18805, 'Sub-Woofers & Tubes', 'Sub-Woofers-and-Tubes', 14936, ''),
('', '', '', '', 14943, 14943, 'Tweeters/ Horns', 'Tweeters-Horns', 14936, ''),
('', '', '', '', 3292, 3292, 'Other Speakers', 'Other-Speakers', 14936, ''),
('', '', '', '', 14932, 14932, 'Terminals & Cabling', 'Terminals-and-Cabling', 3270, ''),
('', '', '', '', 1498, 1498, 'Other In-Car Ents & GPS', 'Other-In-Car-Ents-and-GPS', 3270, ''),
('', '', '', '', 422, 422, 'Motorcycles & Scooters', 'Motorcycles-and-Scooters', 9800, ''),
('', '', '', '', 9913, 9913, 'Aprilia', 'Aprilia', 422, ''),
('', '', '', '', 122165, 122165, 'Benelli', 'Benelli', 422, ''),
('', '', '', '', 9915, 9915, 'BMW', 'BMW', 422, ''),
('', '', '', '', 36092, 36092, 'BSA', 'BSA', 422, ''),
('', '', '', '', 122166, 122166, 'Buell', 'Buell', 422, ''),
('', '', '', '', 19457, 19457, 'Bultaco', 'Bultaco', 422, ''),
('', '', '', '', 9917, 9917, 'Cagiva', 'Cagiva', 422, ''),
('', '', '', '', 57184, 57184, 'CCM', 'CCM', 422, ''),
('', '', '', '', 122167, 122167, 'Derbi', 'Derbi', 422, ''),
('', '', '', '', 9919, 9919, 'Ducati', 'Ducati', 422, ''),
('', '', '', '', 122168, 122168, 'Gas Gas', 'Gas-Gas', 422, ''),
('', '', '', '', 9923, 9923, 'Gilera', 'Gilera', 422, ''),
('', '', '', '', 9805, 9805, 'Harley Davidson', 'Harley-Davidson', 422, ''),
('', '', '', '', 9806, 9806, 'Honda', 'Honda', 422, ''),
('', '', '', '', 127724, 127724, 'Husaberg', 'Husaberg', 422, ''),
('', '', '', '', 116515, 116515, 'Husqvarna', 'Husqvarna', 422, ''),
('', '', '', '', 122169, 122169, 'Hyosung', 'Hyosung', 422, ''),
('', '', '', '', 57185, 57185, 'Italjet', 'Italjet', 422, ''),
('', '', '', '', 9807, 9807, 'Kawasaki', 'Kawasaki', 422, ''),
('', '', '', '', 9926, 9926, 'KTM', 'KTM', 422, ''),
('', '', '', '', 122170, 122170, 'Kymco', 'Kymco', 422, ''),
('', '', '', '', 36094, 36094, 'Lambretta', 'Lambretta', 422, ''),
('', '', '', '', 122172, 122172, 'Laverda', 'Laverda', 422, ''),
('', '', '', '', 122173, 122173, 'Malaguti', 'Malaguti', 422, ''),
('', '', '', '', 9931, 9931, 'MBK', 'MBK', 422, ''),
('', '', '', '', 122174, 122174, 'Montesa', 'Montesa', 422, ''),
('', '', '', '', 43121, 43121, 'Moto Guzzi', 'Moto-Guzzi', 422, ''),
('', '', '', '', 122175, 122175, 'Moto Roma', 'Moto-Roma', 422, ''),
('', '', '', '', 122176, 122176, 'MZ', 'MZ', 422, ''),
('', '', '', '', 57186, 57186, 'Norton', 'Norton', 422, ''),
('', '', '', '', 23046, 23046, 'Peugeot', 'Peugeot', 422, ''),
('', '', '', '', 122177, 122177, 'Piaggio', 'Piaggio', 422, ''),
('', '', '', '', 122178, 122178, 'Puch', 'Puch', 422, ''),
('', '', '', '', 122179, 122179, 'Royal Enfield', 'Royal-Enfield', 422, ''),
('', '', '', '', 122180, 122180, 'Sachs', 'Sachs', 422, ''),
('', '', '', '', 127725, 127725, 'Singer', 'Singer', 422, ''),
('', '', '', '', 122181, 122181, 'Sunbeam', 'Sunbeam', 422, ''),
('', '', '', '', 9808, 9808, 'Suzuki', 'Suzuki', 422, ''),
('', '', '', '', 122171, 122171, 'Sym', 'Sym', 422, ''),
('', '', '', '', 36093, 36093, 'Triumph', 'Triumph', 422, ''),
('', '', '', '', 9936, 9936, 'Vespa', 'Vespa', 422, ''),
('', '', '', '', 9809, 9809, 'Yamaha', 'Yamaha', 422, ''),
('', '', '', '', 18449, 18449, 'Trikes, ATVs & Quads', 'Trikes-ATVs-and-Quads', 422, ''),
('', '', '', '', 424, 424, 'Other Motorcycles', 'Other-Motorcycles', 422, ''),
('', '', '', '', 9939, 9939, 'Other Scooters', 'Other-Scooters', 422, ''),
('', '', '', '', 14784, 14784, 'Motorcycle Clothing & Helmets', 'Motorcycle-Clothing-and-Helmets', 9800, ''),
('', '', '', '', 122207, 122207, 'Boots', 'Boots', 14784, ''),
('', '', '', '', 122208, 122208, 'Up to UK Size 4 Boots', 'Up-to-UK-Size-4-Boots', 122207, ''),
('', '', '', '', 122209, 122209, 'UK Size 5 Boots', 'UK-Size-5-Boots', 122207, ''),
('', '', '', '', 122210, 122210, 'UK Size 6 Boots', 'UK-Size-6-Boots', 122207, ''),
('', '', '', '', 122211, 122211, 'UK Size 7 Boots', 'UK-Size-7-Boots', 122207, ''),
('', '', '', '', 122212, 122212, 'UK Size 8 Boots', 'UK-Size-8-Boots', 122207, ''),
('', '', '', '', 18450, 18450, 'UK Size 9 Boots', 'UK-Size-9-Boots', 122207, ''),
('', '', '', '', 122213, 122213, 'UK Size 10 Boots', 'UK-Size-10-Boots', 122207, ''),
('', '', '', '', 122214, 122214, 'UK Size 11 Boots', 'UK-Size-11-Boots', 122207, ''),
('', '', '', '', 122215, 122215, 'UK Size 12+ Boots', 'UK-Size-12+-Boots', 122207, ''),
('', '', '', '', 122216, 122216, 'Full Leathers & Sets', 'Full-Leathers-and-Sets', 14784, ''),
('', '', '', '', 9943, 9943, 'Mens Leathers', 'Mens-Leathers', 122216, ''),
('', '', '', '', 122217, 122217, 'Womens Leathers', 'Womens-Leathers', 122216, ''),
('', '', '', '', 122218, 122218, 'Childrens Leathers', 'Childrens-Leathers', 122216, ''),
('', '', '', '', 122219, 122219, 'Other Leathers & Sets', 'Other-Leathers-and-Sets', 122216, ''),
('', '', '', '', 122220, 122220, 'Gloves', 'Gloves', 14784, ''),
('', '', '', '', 122221, 122221, 'Childrens Gloves', 'Childrens-Gloves', 122220, ''),
('', '', '', '', 122222, 122222, 'Small Gloves', 'Small-Gloves', 122220, ''),
('', '', '', '', 122223, 122223, 'Medium Gloves', 'Medium-Gloves', 122220, ''),
('', '', '', '', 14787, 14787, 'Large Gloves', 'Large-Gloves', 122220, ''),
('', '', '', '', 122224, 122224, 'Extra-Large Gloves', 'Extra-Large-Gloves', 122220, ''),
('', '', '', '', 30183, 30183, 'Helmets, Goggles & Visors', 'Helmets-Goggles-and-Visors', 14784, ''),
('', '', '', '', 74701, 74701, 'Goggles', 'Goggles', 30183, ''),
('', '', '', '', 122225, 122225, 'Helmets', 'Helmets', 30183, ''),
('', '', '', '', 122226, 122226, 'Childrens Helmets', 'Childrens-Helmets', 122225, ''),
('', '', '', '', 72278, 72278, 'Full-Face Helmets', 'Full-Face-Helmets', 122225, ''),
('', '', '', '', 46161, 46161, 'Motocross Helmets', 'Motocross-Helmets', 122225, ''),
('', '', '', '', 122227, 122227, 'Open-Face Helmets', 'Open-Face-Helmets', 122225, ''),
('', '', '', '', 46169, 46169, 'Other Helmets', 'Other-Helmets', 122225, ''),
('', '', '', '', 46168, 46168, 'Visors', 'Visors', 30183, ''),
('', '', '', '', 122228, 122228, 'Jackets', 'Jackets', 14784, ''),
('', '', '', '', 108829, 108829, 'Mens Jackets', 'Mens-Jackets', 122228, ''),
('', '', '', '', 30220, 30220, 'Mens Leather Jackets', 'Mens-Leather-Jackets', 108829, ''),
('', '', '', '', 30222, 30222, 'Mens Textile Jackets', 'Mens-Textile-Jackets', 108829, ''),
('', '', '', '', 108830, 108830, 'Womens Jackets', 'Womens-Jackets', 122228, ''),
('', '', '', '', 30211, 30211, 'Womens Leather Jackets', 'Womens-Leather-Jackets', 108830, ''),
('', '', '', '', 30208, 30208, 'Womens Textile Jackets', 'Womens-Textile-Jackets', 108830, ''),
('', '', '', '', 72277, 72277, 'Childrens Jackets', 'Childrens-Jackets', 122228, ''),
('', '', '', '', 42507, 42507, 'Protective Clothing/ Pads', 'Protective-Clothing-Pads', 14784, ''),
('', '', '', '', 122229, 122229, 'Trousers', 'Trousers', 14784, ''),
('', '', '', '', 122230, 122230, 'Mens Trousers', 'Mens-Trousers', 122229, ''),
('', '', '', '', 30201, 30201, 'Mens Leather Trousers', 'Mens-Leather-Trousers', 122230, ''),
('', '', '', '', 30218, 30218, 'Mens Textile Trousers', 'Mens-Textile-Trousers', 122230, ''),
('', '', '', '', 122231, 122231, 'Womens Trousers', 'Womens-Trousers', 122229, ''),
('', '', '', '', 30197, 30197, 'Womens Leather Trousers', 'Womens-Leather-Trousers', 122231, ''),
('', '', '', '', 30207, 30207, 'Womens Textile Trousers', 'Womens-Textile-Trousers', 122231, ''),
('', '', '', '', 122232, 122232, 'Childrens Trousers', 'Childrens-Trousers', 122229, ''),
('', '', '', '', 149353, 149353, 'Waterproofs', 'Waterproofs', 14784, ''),
('', '', '', '', 149354, 149354, 'Childrens Waterproofs', 'Childrens-Waterproofs', 149353, ''),
('', '', '', '', 122233, 122233, 'Mens Waterproofs', 'Mens-Waterproofs', 149353, ''),
('', '', '', '', 149355, 149355, 'Womens Waterproofs', 'Womens-Waterproofs', 149353, ''),
('', '', '', '', 14788, 14788, 'Other Motorcycle Clothing', 'Other-Motorcycle-Clothing', 14784, ''),
('', '', '', '', 14780, 14780, 'Motorcycle Parts & Accessories', 'Motorcycle-Parts-and-Accessories', 9800, ''),
('', '', '', '', 25622, 25622, 'Accessories', 'Accessories', 14780, ''),
('', '', '', '', 25626, 25626, 'Bars, Grips & Foot Rests', 'Bars-Grips-and-Foot-Rests', 25622, ''),
('', '', '', '', 122234, 122234, 'Decals', 'Decals', 25622, ''),
('', '', '', '', 25643, 25643, 'Electrical & Security', 'Electrical-and-Security', 25622, ''),
('', '', '', '', 25623, 25623, 'Exhausts, Performance & Tuning', 'Exhausts-Performance-and-Tuning', 25622, ''),
('', '', '', '', 122235, 122235, 'Intercoms', 'Intercoms', 25622, ''),
('', '', '', '', 25628, 25628, 'Lighting & Mirrors', 'Lighting-and-Mirrors', 25622, ''),
('', '', '', '', 30240, 30240, 'Luggage & Covers', 'Luggage-and-Covers', 25622, ''),
('', '', '', '', 108831, 108831, 'Tank Protectors/ Shields', 'Tank-Protectors-Shields', 25622, ''),
('', '', '', '', 25644, 25644, 'Tools & Equipment', 'Tools-and-Equipment', 25622, ''),
('', '', '', '', 21669, 21669, 'Tyres, Tubes & Wheels', 'Tyres-Tubes-and-Wheels', 25622, ''),
('', '', '', '', 25632, 25632, 'Other Motorcycle Accessories', 'Other-Motorcycle-Accessories', 25622, ''),
('', '', '', '', 21670, 21670, 'Manuals & Literature', 'Manuals-and-Literature', 14780, ''),
('', '', '', '', 122236, 122236, 'Aprilia', 'Aprilia', 21670, ''),
('', '', '', '', 122237, 122237, 'Benelli', 'Benelli', 21670, ''),
('', '', '', '', 122238, 122238, 'BMW', 'BMW', 21670, ''),
('', '', '', '', 122239, 122239, 'BSA', 'BSA', 21670, ''),
('', '', '', '', 122240, 122240, 'Buell', 'Buell', 21670, ''),
('', '', '', '', 122241, 122241, 'Bultaco', 'Bultaco', 21670, ''),
('', '', '', '', 122242, 122242, 'Cagiva', 'Cagiva', 21670, ''),
('', '', '', '', 122243, 122243, 'CCM & Derbi', 'CCM-and-Derbi', 21670, ''),
('', '', '', '', 122244, 122244, 'Ducati', 'Ducati', 21670, ''),
('', '', '', '', 122245, 122245, 'Gilera', 'Gilera', 21670, ''),
('', '', '', '', 122246, 122246, 'Harley Davidson', 'Harley-Davidson', 21670, ''),
('', '', '', '', 122247, 122247, 'Honda', 'Honda', 21670, ''),
('', '', '', '', 122248, 122248, 'Honda Brochures', 'Honda-Brochures', 122247, ''),
('', '', '', '', 122249, 122249, 'Honda Parts Catalogues', 'Honda-Parts-Catalogues', 122247, ''),
('', '', '', '', 122250, 122250, 'Honda Workshop Manuals', 'Honda-Workshop-Manuals', 122247, ''),
('', '', '', '', 122251, 122251, 'Other Honda Literature', 'Other-Honda-Literature', 122247, ''),
('', '', '', '', 122252, 122252, 'Husqvarna', 'Husqvarna', 21670, ''),
('', '', '', '', 122253, 122253, 'Hyosung', 'Hyosung', 21670, ''),
('', '', '', '', 122254, 122254, 'Italjet', 'Italjet', 21670, ''),
('', '', '', '', 122255, 122255, 'Kawasaki', 'Kawasaki', 21670, ''),
('', '', '', '', 122256, 122256, 'Kawasaki Brochures', 'Kawasaki-Brochures', 122255, ''),
('', '', '', '', 122257, 122257, 'Kawasaki Parts Catalogues', 'Kawasaki-Parts-Catalogues', 122255, ''),
('', '', '', '', 122258, 122258, 'Kawasaki Workshop Manuals', 'Kawasaki-Workshop-Manuals', 122255, ''),
('', '', '', '', 122259, 122259, 'Other Kawasaki Literature', 'Other-Kawasaki-Literature', 122255, ''),
('', '', '', '', 122260, 122260, 'KTM', 'KTM', 21670, ''),
('', '', '', '', 122261, 122261, 'Lambretta', 'Lambretta', 21670, ''),
('', '', '', '', 122262, 122262, 'Laverda', 'Laverda', 21670, ''),
('', '', '', '', 122263, 122263, 'Matchless', 'Matchless', 21670, ''),
('', '', '', '', 122264, 122264, 'MBK & MZ', 'MBK-and-MZ', 21670, ''),
('', '', '', '', 122265, 122265, 'Moto Guzzi', 'Moto-Guzzi', 21670, ''),
('', '', '', '', 122266, 122266, 'Moto Roma', 'Moto-Roma', 21670, ''),
('', '', '', '', 122267, 122267, 'Norton', 'Norton', 21670, ''),
('', '', '', '', 122268, 122268, 'Peugeot', 'Peugeot', 21670, ''),
('', '', '', '', 122269, 122269, 'Royal Enfield', 'Royal-Enfield', 21670, ''),
('', '', '', '', 122270, 122270, 'Sachs', 'Sachs', 21670, ''),
('', '', '', '', 122271, 122271, 'Sunbeam', 'Sunbeam', 21670, ''),
('', '', '', '', 122272, 122272, 'Suzuki', 'Suzuki', 21670, ''),
('', '', '', '', 122273, 122273, 'Suzuki Brochures', 'Suzuki-Brochures', 122272, ''),
('', '', '', '', 122274, 122274, 'Suzuki Parts Catalogues', 'Suzuki-Parts-Catalogues', 122272, ''),
('', '', '', '', 122275, 122275, 'Suzuki Workshop Manuals', 'Suzuki-Workshop-Manuals', 122272, ''),
('', '', '', '', 122276, 122276, 'Other Suzuki Literature', 'Other-Suzuki-Literature', 122272, ''),
('', '', '', '', 122277, 122277, 'Triumph', 'Triumph', 21670, ''),
('', '', '', '', 122278, 122278, 'Vespa & Piaggio', 'Vespa-and-Piaggio', 21670, ''),
('', '', '', '', 122279, 122279, 'Yamaha', 'Yamaha', 21670, ''),
('', '', '', '', 122280, 122280, 'Yamaha Brochures', 'Yamaha-Brochures', 122279, ''),
('', '', '', '', 122281, 122281, 'Yamaha Parts Catalogues', 'Yamaha-Parts-Catalogues', 122279, ''),
('', '', '', '', 122282, 122282, 'Yamaha Workshop Manuals', 'Yamaha-Workshop-Manuals', 122279, ''),
('', '', '', '', 122283, 122283, 'Other Yamaha Literature', 'Other-Yamaha-Literature', 122279, ''),
('', '', '', '', 21672, 21672, 'Books', 'Books', 21670, ''),
('', '', '', '', 52641, 52641, 'Magazines', 'Magazines', 21670, ''),
('', '', '', '', 9945, 9945, 'Other Motorcyle Literature', 'Other-Motorcyle-Literature', 21670, ''),
('', '', '', '', 14841, 14841, 'Motorcycle Parts', 'Motorcycle-Parts', 14780, ''),
('', '', '', '', 108832, 108832, 'AJS', 'AJS', 14841, ''),
('', '', '', '', 78417, 78417, 'Aprilia', 'Aprilia', 14841, ''),
('', '', '', '', 122291, 122291, 'Benelli', 'Benelli', 14841, ''),
('', '', '', '', 76120, 76120, 'BMW', 'BMW', 14841, ''),
('', '', '', '', 108839, 108839, 'BSA', 'BSA', 14841, ''),
('', '', '', '', 108840, 108840, 'Buell', 'Buell', 14841, ''),
('', '', '', '', 122289, 122289, 'Bultaco', 'Bultaco', 14841, ''),
('', '', '', '', 108841, 108841, 'Cagiva', 'Cagiva', 14841, ''),
('', '', '', '', 122290, 122290, 'CCM & Derbi', 'CCM-and-Derbi', 14841, ''),
('', '', '', '', 10448, 10448, 'Ducati', 'Ducati', 14841, ''),
('', '', '', '', 10458, 10458, 'Harley Davidson', 'Harley-Davidson', 14841, ''),
('', '', '', '', 10460, 10460, 'Honda', 'Honda', 14841, ''),
('', '', '', '', 122284, 122284, 'Husqvarna', 'Husqvarna', 14841, ''),
('', '', '', '', 122285, 122285, 'Hyosung', 'Hyosung', 14841, ''),
('', '', '', '', 10464, 10464, 'Kawasaki', 'Kawasaki', 14841, ''),
('', '', '', '', 108833, 108833, 'KTM', 'KTM', 14841, ''),
('', '', '', '', 108834, 108834, 'Laverda', 'Laverda', 14841, ''),
('', '', '', '', 127726, 127726, 'Malaguti', 'Malaguti', 14841, ''),
('', '', '', '', 108835, 108835, 'Matchless', 'Matchless', 14841, ''),
('', '', '', '', 122286, 122286, 'MBK & MZ', 'MBK-and-MZ', 14841, ''),
('', '', '', '', 108836, 108836, 'Moto Guzzi', 'Moto-Guzzi', 14841, ''),
('', '', '', '', 108837, 108837, 'Norton', 'Norton', 14841, ''),
('', '', '', '', 108838, 108838, 'Royal Enfield', 'Royal-Enfield', 14841, ''),
('', '', '', '', 122287, 122287, 'Sachs', 'Sachs', 14841, ''),
('', '', '', '', 122288, 122288, 'Sunbeam', 'Sunbeam', 14841, ''),
('', '', '', '', 10534, 10534, 'Suzuki', 'Suzuki', 14841, ''),
('', '', '', '', 10486, 10486, 'Triumph', 'Triumph', 14841, ''),
('', '', '', '', 10490, 10490, 'Yamaha', 'Yamaha', 14841, ''),
('', '', '', '', 36796, 36796, 'Other Motorcycle Parts', 'Other-Motorcycle-Parts', 14841, ''),
('', '', '', '', 122292, 122292, 'Scooter Parts', 'Scooter-Parts', 14780, ''),
('', '', '', '', 122293, 122293, 'Aprilia', 'Aprilia', 122292, ''),
('', '', '', '', 122294, 122294, 'BMW', 'BMW', 122292, ''),
('', '', '', '', 122295, 122295, 'Gilera', 'Gilera', 122292, ''),
('', '', '', '', 122296, 122296, 'Honda', 'Honda', 122292, ''),
('', '', '', '', 122297, 122297, 'Italjet', 'Italjet', 122292, ''),
('', '', '', '', 122298, 122298, 'Lambretta', 'Lambretta', 122292, ''),
('', '', '', '', 122299, 122299, 'Mini Moto', 'Mini-Moto', 122292, ''),
('', '', '', '', 122300, 122300, 'Moto Roma', 'Moto-Roma', 122292, ''),
('', '', '', '', 122301, 122301, 'Peugeot', 'Peugeot', 122292, ''),
('', '', '', '', 122302, 122302, 'Sym', 'Sym', 122292, ''),
('', '', '', '', 122303, 122303, 'Vespa & Piaggio', 'Vespa-and-Piaggio', 122292, ''),
('', '', '', '', 25640, 25640, 'Other Scooter Parts', 'Other-Scooter-Parts', 122292, ''),
('', '', '', '', 122304, 122304, 'Trials & Motocross Bike Parts', 'Trials-and-Motocross-Bike-Parts', 14780, ''),
('', '', '', '', 36628, 36628, 'Trike, ATV & Quad Parts', 'Trike-ATV-and-Quad-Parts', 14780, ''),
('', '', '', '', 9946, 9946, 'Other Motorcycle Parts', 'Other-Motorcycle-Parts', 14780, ''),
('', '', '', '', 33752, 33752, 'Other Vehicles', 'Other-Vehicles', 9800, ''),
('', '', '', '', 36626, 36626, 'Disabled Vehicles', 'Disabled-Vehicles', 33752, ''),
('', '', '', '', 122305, 122305, 'Emergency Vehicles', 'Emergency-Vehicles', 33752, ''),
('', '', '', '', 122306, 122306, 'Go-Karts', 'Go-Karts', 33752, ''),
('', '', '', '', 122307, 122307, 'Military Vehicles', 'Military-Vehicles', 33752, ''),
('', '', '', '', 9883, 9883, 'Other Vehicles', 'Other-Vehicles', 33752, ''),
('', '', '', '', 36627, 36627, 'Other Vehicle Parts & Accs', 'Other-Vehicle-Parts-and-Accs', 9800, ''),
('', '', '', '', 36630, 36630, 'Disabled Vehicle Parts', 'Disabled-Vehicle-Parts', 36627, ''),
('', '', '', '', 122308, 122308, 'Go-Kart Parts', 'Go-Kart-Parts', 36627, ''),
('', '', '', '', 122309, 122309, 'Military Vehicle Parts', 'Military-Vehicle-Parts', 36627, ''),
('', '', '', '', 36631, 36631, 'Other Vehicle Parts & Accs', 'Other-Vehicle-Parts-and-Accs', 36627, ''),
('', '', '', '', 11450, 11450, 'Clothes, Shoes & Accessories', 'Clothes-Shoes-and-Accessories', 0, ''),
('', '', '', '', 57881, 57881, 'Boys Accessories', 'Boys-Accessories', 11450, ''),
('', '', '', '', 57882, 57882, 'Bags', 'Bags', 57881, ''),
('', '', '', '', 57883, 57883, 'Belts', 'Belts', 57881, ''),
('', '', '', '', 122320, 122320, 'Braces', 'Braces', 57881, ''),
('', '', '', '', 57885, 57885, 'Gloves & Mittens', 'Gloves-and-Mittens', 57881, ''),
('', '', '', '', 57884, 57884, 'Hats', 'Hats', 57881, ''),
('', '', '', '', 122321, 122321, 'Scarves', 'Scarves', 57881, ''),
('', '', '', '', 131411, 131411, 'Sunglasses', 'Sunglasses', 57881, ''),
('', '', '', '', 57886, 57886, 'Ties', 'Ties', 57881, ''),
('', '', '', '', 57887, 57887, 'Wallets', 'Wallets', 57881, ''),
('', '', '', '', 122322, 122322, 'Wristbands', 'Wristbands', 57881, ''),
('', '', '', '', 3075, 3075, 'Other Boys Accessories', 'Other-Boys-Accessories', 57881, ''),
('', '', '', '', 1067, 1067, 'Boys Clothing', 'Boys-Clothing', 11450, ''),
('', '', '', '', 3079, 3079, 'Boys Shoes', 'Boys-Shoes', 11450, ''),
('', '', '', '', 106121, 106121, 'Clothing & Shoe Care', 'Clothing-and-Shoe-Care', 11450, ''),
('', '', '', '', 116743, 116743, 'Coat Hangers', 'Coat-Hangers', 106121, ''),
('', '', '', '', 116744, 116744, 'Garment Bags/ Protectors', 'Garment-Bags-Protectors', 106121, ''),
('', '', '', '', 116745, 116745, 'Moth Balls', 'Moth-Balls', 106121, ''),
('', '', '', '', 106122, 106122, 'Shoe Fresheners', 'Shoe-Fresheners', 106121, ''),
('', '', '', '', 122338, 122338, 'Shoe Horns', 'Shoe-Horns', 106121, ''),
('', '', '', '', 122339, 122339, 'Shoe Laces', 'Shoe-Laces', 106121, ''),
('', '', '', '', 106123, 106123, 'Shoe Polish', 'Shoe-Polish', 106121, ''),
('', '', '', '', 106124, 106124, 'Shoe Repair', 'Shoe-Repair', 106121, ''),
('', '', '', '', 106125, 106125, 'Shoe Trees', 'Shoe-Trees', 106121, ''),
('', '', '', '', 116746, 116746, 'Stain Removal', 'Stain-Removal', 106121, ''),
('', '', '', '', 106126, 106126, 'Other Clothing & Shoe Care', 'Other-Clothing-and-Shoe-Care', 106121, ''),
('', '', '', '', 112425, 112425, 'Dancewear & Accessories', 'Dancewear-and-Accessories', 11450, ''),
('', '', '', '', 112426, 112426, 'Childrens Dancewear', 'Childrens-Dancewear', 112425, ''),
('', '', '', '', 112427, 112427, 'Mens Dancewear', 'Mens-Dancewear', 112425, ''),
('', '', '', '', 112428, 112428, 'Womens Dancewear', 'Womens-Dancewear', 112425, ''),
('', '', '', '', 15628, 15628, 'Girls Accessories', 'Girls-Accessories', 11450, ''),
('', '', '', '', 131452, 131452, 'Bags', 'Bags', 15628, ''),
('', '', '', '', 57918, 57918, 'Belts', 'Belts', 15628, ''),
('', '', '', '', 15630, 15630, 'Hats', 'Hats', 15628, ''),
('', '', '', '', 57919, 57919, 'Gloves & Mittens', 'Gloves-and-Mittens', 15628, ''),
('', '', '', '', 57920, 57920, 'Hair Accessories', 'Hair-Accessories', 15628, ''),
('', '', '', '', 57922, 57922, 'Bows & Hair Bands', 'Bows-and-Hair-Bands', 57920, ''),
('', '', '', '', 57923, 57923, 'Clips & Grips', 'Clips-and-Grips', 57920, ''),
('', '', '', '', 57925, 57925, 'Scrunchies', 'Scrunchies', 57920, ''),
('', '', '', '', 57926, 57926, 'Mixed Lots', 'Mixed-Lots', 57920, ''),
('', '', '', '', 15631, 15631, 'Other Hair Accessories', 'Other-Hair-Accessories', 57920, ''),
('', '', '', '', 57927, 57927, 'Pashmina & Scarves', 'Pashmina-and-Scarves', 15628, ''),
('', '', '', '', 131453, 131453, 'Purses', 'Purses', 15628, ''),
('', '', '', '', 122340, 122340, 'Sunglasses', 'Sunglasses', 15628, ''),
('', '', '', '', 122341, 122341, 'Umbrellas', 'Umbrellas', 15628, ''),
('', '', '', '', 122342, 122342, 'Wristbands', 'Wristbands', 15628, ''),
('', '', '', '', 11467, 11467, 'Other Accessories', 'Other-Accessories', 15628, ''),
('', '', '', '', 315, 315, 'Girls Clothing', 'Girls-Clothing', 11450, ''),
('', '', '', '', 3072, 3072, 'Girls Shoes', 'Girls-Shoes', 11450, ''),
('', '', '', '', 86206, 86206, 'Fancy Dress', 'Fancy-Dress', 11450, ''),
('', '', '', '', 16117, 16117, 'Boys Fancy Dress', 'Boys-Fancy-Dress', 86206, ''),
('', '', '', '', 1068, 1068, 'Girls Fancy Dress', 'Girls-Fancy-Dress', 86206, ''),
('', '', '', '', 116724, 116724, 'Masks', 'Masks', 86206, ''),
('', '', '', '', 52762, 52762, 'Mens Fancy Dress', 'Mens-Fancy-Dress', 86206, ''),
('', '', '', '', 58373, 58373, 'One Size', 'One-Size', 52762, ''),
('', '', '', '', 52763, 52763, 'Small', 'Small', 52762, ''),
('', '', '', '', 52764, 52764, 'Medium', 'Medium', 52762, ''),
('', '', '', '', 21577, 21577, 'Large', 'Large', 52762, ''),
('', '', '', '', 52766, 52766, 'Extra Large', 'Extra-Large', 52762, ''),
('', '', '', '', 52767, 52767, 'Extra Extra Large', 'Extra-Extra-Large', 52762, ''),
('', '', '', '', 90635, 90635, 'Toddlers Fancy Dress', 'Toddlers-Fancy-Dress', 86206, ''),
('', '', '', '', 53369, 53369, 'Womens Fancy Dress', 'Womens-Fancy-Dress', 86206, ''),
('', '', '', '', 58449, 58449, 'One Size', 'One-Size', 53369, ''),
('', '', '', '', 86208, 86208, 'Up to Size 6', 'Up-to-Size-6', 53369, ''),
('', '', '', '', 86209, 86209, 'Size 8', 'Size-8', 53369, ''),
('', '', '', '', 53370, 53370, 'Size 10', 'Size-10', 53369, ''),
('', '', '', '', 53371, 53371, 'Size 12', 'Size-12', 53369, ''),
('', '', '', '', 58450, 58450, 'Size 14', 'Size-14', 53369, ''),
('', '', '', '', 53372, 53372, 'Size 16', 'Size-16', 53369, ''),
('', '', '', '', 86210, 86210, 'Size 18', 'Size-18', 53369, ''),
('', '', '', '', 86211, 86211, 'Size 20', 'Size-20', 53369, ''),
('', '', '', '', 86212, 86212, 'Size 22', 'Size-22', 53369, ''),
('', '', '', '', 86213, 86213, 'Size 24+', 'Size-24+', 53369, ''),
('', '', '', '', 86207, 86207, 'Unisex Fancy Dress', 'Unisex-Fancy-Dress', 86206, ''),
('', '', '', '', 98722, 98722, 'Stage/ Theatrical Costumes', 'Stage-Theatrical-Costumes', 86206, ''),
('', '', '', '', 4250, 4250, 'Mens Accessories', 'Mens-Accessories', 11450, ''),
('', '', '', '', 15660, 15660, 'Bags', 'Bags', 4250, ''),
('', '', '', '', 139829, 139829, 'Belt Buckles', 'Belt-Buckles', 4250, ''),
('', '', '', '', 2993, 2993, 'Belts', 'Belts', 4250, ''),
('', '', '', '', 116723, 116723, 'Bow Ties', 'Bow-Ties', 4250, ''),
('', '', '', '', 11482, 11482, 'Braces', 'Braces', 4250, ''),
('', '', '', '', 52366, 52366, 'Caps', 'Caps', 4250, ''),
('', '', '', '', 108895, 108895, 'Cufflinks', 'Cufflinks', 4250, ''),
('', '', '', '', 2994, 2994, 'Gloves & Mittens', 'Gloves-and-Mittens', 4250, ''),
('', '', '', '', 2998, 2998, 'Hats', 'Hats', 4250, ''),
('', '', '', '', 122396, 122396, 'Handkerchiefs', 'Handkerchiefs', 4250, ''),
('', '', '', '', 112424, 112424, 'Kilts & Sporrans', 'Kilts-and-Sporrans', 4250, ''),
('', '', '', '', 52382, 52382, 'Scarves', 'Scarves', 4250, ''),
('', '', '', '', 15666, 15666, 'Sunglasses', 'Sunglasses', 4250, ''),
('', '', '', '', 52990, 52990, 'Ties', 'Ties', 4250, ''),
('', '', '', '', 52991, 52991, 'Animal Theme', 'Animal-Theme', 52990, ''),
('', '', '', '', 52992, 52992, 'Cartoon Character', 'Cartoon-Character', 52990, ''),
('', '', '', '', 52993, 52993, 'Patterned', 'Patterned', 52990, ''),
('', '', '', '', 52994, 52994, 'Plain', 'Plain', 52990, ''),
('', '', '', '', 52995, 52995, 'Sport Theme', 'Sport-Theme', 52990, ''),
('', '', '', '', 52996, 52996, 'Striped', 'Striped', 52990, ''),
('', '', '', '', 15664, 15664, 'Other Ties', 'Other-Ties', 52990, ''),
('', '', '', '', 90634, 90634, 'Umbrellas', 'Umbrellas', 4250, ''),
('', '', '', '', 2996, 2996, 'Wallets', 'Wallets', 4250, ''),
('', '', '', '', 106113, 106113, 'Wristbands', 'Wristbands', 4250, ''),
('', '', '', '', 1060, 1060, 'Other Mens Accessories', 'Other-Mens-Accessories', 4250, ''),
('', '', '', '', 313, 313, 'Mens Clothing', 'Mens-Clothing', 11450, ''),
('', '', '', '', 1262, 1262, 'Mens Shoes', 'Mens-Shoes', 11450, ''),
('', '', '', '', 110, 110, 'Vintage Clothing & Accessories', 'Vintage-Clothing-and-Accessories', 11450, ''),
('', '', '', '', 91233, 91233, 'Boys', 'Boys', 110, ''),
('', '', '', '', 91234, 91234, 'Girls', 'Girls', 110, ''),
('', '', '', '', 91235, 91235, 'Mens', 'Mens', 110, ''),
('', '', '', '', 91236, 91236, 'Pre-1920', 'Pre-1920', 91235, ''),
('', '', '', '', 91237, 91237, '1920s', '1920s', 91235, ''),
('', '', '', '', 91238, 91238, '1930s', '1930s', 91235, ''),
('', '', '', '', 91239, 91239, '1940s', '1940s', 91235, ''),
('', '', '', '', 91240, 91240, '1950s', '1950s', 91235, ''),
('', '', '', '', 91241, 91241, '1960s', '1960s', 91235, ''),
('', '', '', '', 91242, 91242, '1970s', '1970s', 91235, ''),
('', '', '', '', 91243, 91243, '1980s', '1980s', 91235, ''),
('', '', '', '', 106130, 106130, '1990s', '1990s', 91235, ''),
('', '', '', '', 91244, 91244, 'Womens', 'Womens', 110, ''),
('', '', '', '', 91245, 91245, 'Pre-1920', 'Pre-1920', 91244, ''),
('', '', '', '', 91246, 91246, '1920s', '1920s', 91244, ''),
('', '', '', '', 38564, 38564, '1930s', '1930s', 91244, ''),
('', '', '', '', 38565, 38565, '1940s', '1940s', 91244, ''),
('', '', '', '', 38566, 38566, '1950s', '1950s', 91244, ''),
('', '', '', '', 38567, 38567, '1960s', '1960s', 91244, ''),
('', '', '', '', 38568, 38568, '1970s', '1970s', 91244, ''),
('', '', '', '', 38569, 38569, '1980s', '1980s', 91244, ''),
('', '', '', '', 106131, 106131, '1990s', '1990s', 91244, ''),
('', '', '', '', 91247, 91247, 'Other Vintage Clothing', 'Other-Vintage-Clothing', 110, ''),
('', '', '', '', 3259, 3259, 'Wedding Clothing', 'Wedding-Clothing', 11450, ''),
('', '', '', '', 106127, 106127, 'Bridal Accessories', 'Bridal-Accessories', 3259, ''),
('', '', '', '', 15718, 15718, 'Garters', 'Garters', 106127, ''),
('', '', '', '', 98735, 98735, 'Gloves', 'Gloves', 106127, ''),
('', '', '', '', 98737, 98737, 'Hair Flowers', 'Hair-Flowers', 106127, ''),
('', '', '', '', 98745, 98745, 'Petticoats', 'Petticoats', 106127, ''),
('', '', '', '', 98746, 98746, 'Shoes', 'Shoes', 106127, ''),
('', '', '', '', 98742, 98742, 'Tiaras', 'Tiaras', 106127, ''),
('', '', '', '', 15719, 15719, 'Veils', 'Veils', 106127, ''),
('', '', '', '', 106128, 106128, 'Other Bridal Accessories', 'Other-Bridal-Accessories', 106127, ''),
('', '', '', '', 105523, 105523, 'Bridesmaids', 'Bridesmaids', 3259, ''),
('', '', '', '', 131433, 131433, 'Up to Size 8', 'Up-to-Size-8', 105523, ''),
('', '', '', '', 3262, 3262, 'Size 10', 'Size-10', 105523, ''),
('', '', '', '', 131437, 131437, 'Size 12', 'Size-12', 105523, ''),
('', '', '', '', 131434, 131434, 'Size 14', 'Size-14', 105523, ''),
('', '', '', '', 131435, 131435, 'Size 16', 'Size-16', 105523, ''),
('', '', '', '', 131436, 131436, 'Size 18+', 'Size-18+', 105523, ''),
('', '', '', '', 131438, 131438, 'Flower Girls', 'Flower-Girls', 3259, ''),
('', '', '', '', 131439, 131439, 'Age 2-3', 'Age-2-3', 131438, ''),
('', '', '', '', 131440, 131440, 'Age 3-4', 'Age-3-4', 131438, ''),
('', '', '', '', 131449, 131449, 'Age 4-5', 'Age-4-5', 131438, ''),
('', '', '', '', 131441, 131441, 'Age 5-6', 'Age-5-6', 131438, ''),
('', '', '', '', 131442, 131442, 'Age 6-7', 'Age-6-7', 131438, ''),
('', '', '', '', 131448, 131448, 'Age 7-8', 'Age-7-8', 131438, ''),
('', '', '', '', 131443, 131443, 'Age 8-9', 'Age-8-9', 131438, ''),
('', '', '', '', 131444, 131444, 'Age 9-10', 'Age-9-10', 131438, ''),
('', '', '', '', 131445, 131445, 'Age 11-12', 'Age-11-12', 131438, ''),
('', '', '', '', 131446, 131446, 'Age 13-14', 'Age-13-14', 131438, ''),
('', '', '', '', 131447, 131447, 'Age 15-16', 'Age-15-16', 131438, ''),
('', '', '', '', 3263, 3263, 'Other Flower Girls Clothing', 'Other-Flower-Girls-Clothing', 131438, ''),
('', '', '', '', 105508, 105508, 'Groom/ Ushers', 'Groom-Ushers', 3259, ''),
('', '', '', '', 105509, 105509, 'Bowties, Cummerbunds', 'Bowties-Cummerbunds', 105508, ''),
('', '', '', '', 105510, 105510, 'Hats', 'Hats', 105508, ''),
('', '', '', '', 105511, 105511, 'Tuxedo Jackets', 'Tuxedo-Jackets', 105508, ''),
('', '', '', '', 105512, 105512, 'Tuxedo Shirts', 'Tuxedo-Shirts', 105508, ''),
('', '', '', '', 105513, 105513, 'Tuxedo Studs', 'Tuxedo-Studs', 105508, ''),
('', '', '', '', 105514, 105514, 'Tuxedo Vests', 'Tuxedo-Vests', 105508, ''),
('', '', '', '', 105515, 105515, 'Tuxedos', 'Tuxedos', 105508, ''),
('', '', '', '', 3264, 3264, 'Other Groom/ Ushers Clothing', 'Other-Groom-Ushers-Clothing', 105508, ''),
('', '', '', '', 131474, 131474, 'Mother of the Bride', 'Mother-of-the-Bride', 3259, ''),
('', '', '', '', 131475, 131475, 'Dresses', 'Dresses', 131474, ''),
('', '', '', '', 131476, 131476, 'Hats', 'Hats', 131474, ''),
('', '', '', '', 131477, 131477, 'Jackets', 'Jackets', 131474, ''),
('', '', '', '', 131478, 131478, 'Shirts & Blouses', 'Shirts-and-Blouses', 131474, ''),
('', '', '', '', 131479, 131479, 'Skirts', 'Skirts', 131474, ''),
('', '', '', '', 131480, 131480, 'Suits/ Outfits', 'Suits-Outfits', 131474, ''),
('', '', '', '', 108896, 108896, 'Other Mother of the Bride', 'Other-Mother-of-the-Bride', 131474, ''),
('', '', '', '', 105520, 105520, 'Boys Attire', 'Boys-Attire', 3259, ''),
('', '', '', '', 105521, 105521, 'Page Boy Outfits', 'Page-Boy-Outfits', 105520, ''),
('', '', '', '', 105522, 105522, 'Tuxedo', 'Tuxedo', 105520, ''),
('', '', '', '', 3267, 3267, 'Other Page Boys', 'Other-Page-Boys', 105520, ''),
('', '', '', '', 15720, 15720, 'Wedding Dresses/ Gowns', 'Wedding-Dresses-Gowns', 3259, ''),
('', '', '', '', 91248, 91248, 'Up to Size 8', 'Up-to-Size-8', 15720, ''),
('', '', '', '', 46507, 46507, 'Size 10', 'Size-10', 15720, ''),
('', '', '', '', 46510, 46510, 'Size 12', 'Size-12', 15720, ''),
('', '', '', '', 58376, 58376, 'Size 14', 'Size-14', 15720, ''),
('', '', '', '', 46511, 46511, 'Size 16', 'Size-16', 15720, ''),
('', '', '', '', 46512, 46512, 'Size 18+', 'Size-18+', 15720, ''),
('', '', '', '', 1265, 1265, 'Other Wedding Clothing', 'Other-Wedding-Clothing', 3259, ''),
('', '', '', '', 1063, 1063, 'Womens Accessories', 'Womens-Accessories', 11450, ''),
('', '', '', '', 63852, 63852, 'Womens Bags', 'Womens-Bags', 11450, ''),
('', '', '', '', 15724, 15724, 'Womens Clothing', 'Womens-Clothing', 11450, ''),
('', '', '', '', 53328, 53328, 'Clubwear', 'Clubwear', 15724, ''),
('', '', '', '', 58427, 58427, 'Accessories', 'Accessories', 53328, ''),
('', '', '', '', 53329, 53329, 'Glitter', 'Glitter', 53328, ''),
('', '', '', '', 58428, 58428, 'One Size', 'One-Size', 53329, ''),
('', '', '', '', 86320, 86320, 'Up to Size 6', 'Up-to-Size-6', 53329, ''),
('', '', '', '', 86321, 86321, 'Size 8', 'Size-8', 53329, ''),
('', '', '', '', 53330, 53330, 'Size 10', 'Size-10', 53329, ''),
('', '', '', '', 53331, 53331, 'Size 12', 'Size-12', 53329, ''),
('', '', '', '', 58429, 58429, 'Size 14', 'Size-14', 53329, ''),
('', '', '', '', 53332, 53332, 'Size 16', 'Size-16', 53329, ''),
('', '', '', '', 53333, 53333, 'Goth', 'Goth', 53328, ''),
('', '', '', '', 58430, 58430, 'One Size', 'One-Size', 53333, ''),
('', '', '', '', 86343, 86343, 'Up to Size 6', 'Up-to-Size-6', 53333, ''),
('', '', '', '', 86344, 86344, 'Size 8', 'Size-8', 53333, ''),
('', '', '', '', 53334, 53334, 'Size 10', 'Size-10', 53333, ''),
('', '', '', '', 53335, 53335, 'Size 12', 'Size-12', 53333, ''),
('', '', '', '', 58431, 58431, 'Size 14', 'Size-14', 53333, ''),
('', '', '', '', 53336, 53336, 'Size 16', 'Size-16', 53333, ''),
('', '', '', '', 53337, 53337, 'Other Clubwear', 'Other-Clubwear', 53328, ''),
('', '', '', '', 58432, 58432, 'One Size', 'One-Size', 53337, ''),
('', '', '', '', 86349, 86349, 'Up to Size 6', 'Up-to-Size-6', 53337, ''),
('', '', '', '', 86350, 86350, 'Size 8', 'Size-8', 53337, ''),
('', '', '', '', 53338, 53338, 'Size 10', 'Size-10', 53337, ''),
('', '', '', '', 53339, 53339, 'Size 12', 'Size-12', 53337, ''),
('', '', '', '', 58433, 58433, 'Size 14', 'Size-14', 53337, ''),
('', '', '', '', 53340, 53340, 'Size 16', 'Size-16', 53337, ''),
('', '', '', '', 11568, 11568, 'Coats & Jackets', 'Coats-and-Jackets', 15724, ''),
('', '', '', '', 86377, 86377, 'Up to Size 6', 'Up-to-Size-6', 11568, ''),
('', '', '', '', 86378, 86378, 'Size 8', 'Size-8', 11568, ''),
('', '', '', '', 53368, 53368, 'Size 10', 'Size-10', 11568, ''),
('', '', '', '', 11570, 11570, 'Size 12', 'Size-12', 11568, ''),
('', '', '', '', 58417, 58417, 'Size 14', 'Size-14', 11568, ''),
('', '', '', '', 53367, 53367, 'Size 16', 'Size-16', 11568, ''),
('', '', '', '', 108902, 108902, 'Dancewear', 'Dancewear', 15724, ''),
('', '', '', '', 53156, 53156, 'Dresses', 'Dresses', 15724, ''),
('', '', '', '', 86261, 86261, 'Up to Size 6', 'Up-to-Size-6', 53156, ''),
('', '', '', '', 86262, 86262, 'Size 8', 'Size-8', 53156, ''),
('', '', '', '', 53157, 53157, 'Size 10', 'Size-10', 53156, ''),
('', '', '', '', 11553, 11553, 'Size 12', 'Size-12', 53156, ''),
('', '', '', '', 58377, 58377, 'Size 14', 'Size-14', 53156, ''),
('', '', '', '', 53158, 53158, 'Size 16', 'Size-16', 53156, ''),
('', '', '', '', 53341, 53341, 'Eveningwear', 'Eveningwear', 15724, ''),
('', '', '', '', 53342, 53342, 'Evening Dresses', 'Evening-Dresses', 53341, ''),
('', '', '', '', 86402, 86402, 'Up to Size 6', 'Up-to-Size-6', 53342, ''),
('', '', '', '', 86403, 86403, 'Size 8', 'Size-8', 53342, ''),
('', '', '', '', 53344, 53344, 'Size 10', 'Size-10', 53342, ''),
('', '', '', '', 3016, 3016, 'Size 12', 'Size-12', 53342, ''),
('', '', '', '', 58444, 58444, 'Size 14', 'Size-14', 53342, ''),
('', '', '', '', 53343, 53343, 'Size 16', 'Size-16', 53342, ''),
('', '', '', '', 108903, 108903, 'Evening Jackets/ Outerwear', 'Evening-Jackets-Outerwear', 53341, ''),
('', '', '', '', 108904, 108904, 'Up to Size 6', 'Up-to-Size-6', 108903, ''),
('', '', '', '', 108905, 108905, 'Size 8', 'Size-8', 108903, ''),
('', '', '', '', 108906, 108906, 'Size 10', 'Size-10', 108903, ''),
('', '', '', '', 108907, 108907, 'Size 12', 'Size-12', 108903, ''),
('', '', '', '', 108908, 108908, 'Size 14', 'Size-14', 108903, ''),
('', '', '', '', 108909, 108909, 'Size 16', 'Size-16', 108903, ''),
('', '', '', '', 53345, 53345, 'Evening Skirts', 'Evening-Skirts', 53341, ''),
('', '', '', '', 86408, 86408, 'Up to Size 6', 'Up-to-Size-6', 53345, ''),
('', '', '', '', 86409, 86409, 'Size 8', 'Size-8', 53345, ''),
('', '', '', '', 53347, 53347, 'Size 10', 'Size-10', 53345, ''),
('', '', '', '', 11565, 11565, 'Size 12', 'Size-12', 53345, ''),
('', '', '', '', 58445, 58445, 'Size 14', 'Size-14', 53345, ''),
('', '', '', '', 53346, 53346, 'Size 16', 'Size-16', 53345, ''),
('', '', '', '', 53348, 53348, 'Evening Suits', 'Evening-Suits', 53341, ''),
('', '', '', '', 86414, 86414, 'Up to Size 6', 'Up-to-Size-6', 53348, ''),
('', '', '', '', 86415, 86415, 'Size 8', 'Size-8', 53348, ''),
('', '', '', '', 53350, 53350, 'Size 10', 'Size-10', 53348, ''),
('', '', '', '', 15776, 15776, 'Size 12', 'Size-12', 53348, ''),
('', '', '', '', 58446, 58446, 'Size 14', 'Size-14', 53348, ''),
('', '', '', '', 53349, 53349, 'Size 16', 'Size-16', 53348, ''),
('', '', '', '', 38500, 38500, 'Evening Tops', 'Evening-Tops', 53341, ''),
('', '', '', '', 86416, 86416, 'Up to Size 6', 'Up-to-Size-6', 38500, ''),
('', '', '', '', 86417, 86417, 'Size 8', 'Size-8', 38500, ''),
('', '', '', '', 53511, 53511, 'Size 10', 'Size-10', 38500, ''),
('', '', '', '', 3018, 3018, 'Size 12', 'Size-12', 38500, ''),
('', '', '', '', 58418, 58418, 'Size 14', 'Size-14', 38500, ''),
('', '', '', '', 53512, 53512, 'Size 16', 'Size-16', 38500, ''),
('', '', '', '', 53351, 53351, 'Evening Trousers', 'Evening-Trousers', 53341, ''),
('', '', '', '', 86426, 86426, 'Up to Size 6 (22" Waist)', 'Up-to-Size-6-22-Waist', 53351, ''),
('', '', '', '', 86427, 86427, 'Size 8 (24" Waist)', 'Size-8-24-Waist', 53351, ''),
('', '', '', '', 53353, 53353, 'Size 10 (26" Waist)', 'Size-10-26-Waist', 53351, ''),
('', '', '', '', 3017, 3017, 'Size 12 (28 Waist)', 'Size-12-28-Waist', 53351, ''),
('', '', '', '', 58447, 58447, 'Size 14 (30 Waist)', 'Size-14-30-Waist', 53351, ''),
('', '', '', '', 53352, 53352, 'Size 16 (32" Waist)', 'Size-16-32-Waist', 53351, ''),
('', '', '', '', 53354, 53354, 'Other Eveningwear', 'Other-Eveningwear', 53341, ''),
('', '', '', '', 86436, 86436, 'Up to Size 6', 'Up-to-Size-6', 53354, ''),
('', '', '', '', 86437, 86437, 'Size 8', 'Size-8', 53354, ''),
('', '', '', '', 53356, 53356, 'Size 10', 'Size-10', 53354, ''),
('', '', '', '', 1263, 1263, 'Size 12', 'Size-12', 53354, ''),
('', '', '', '', 58448, 58448, 'Size 14', 'Size-14', 53354, ''),
('', '', '', '', 53355, 53355, 'Size 16', 'Size-16', 53354, ''),
('', '', '', '', 122463, 122463, 'Fleeces', 'Fleeces', 15724, ''),
('', '', '', '', 122464, 122464, 'One Size', 'One-Size', 122463, ''),
('', '', '', '', 122465, 122465, 'Up to Size 6', 'Up-to-Size-6', 122463, ''),
('', '', '', '', 122466, 122466, 'Size 8', 'Size-8', 122463, ''),
('', '', '', '', 122467, 122467, 'Size 10', 'Size-10', 122463, ''),
('', '', '', '', 122468, 122468, 'Size 12', 'Size-12', 122463, ''),
('', '', '', '', 122469, 122469, 'Size 14', 'Size-14', 122463, ''),
('', '', '', '', 122470, 122470, 'Size 16', 'Size-16', 122463, ''),
('', '', '', '', 38437, 38437, 'Jeans', 'Jeans', 15724, ''),
('', '', '', '', 86449, 86449, 'Up to Size 6 (Under 24Waist)', 'Up-to-Size-6-Under-24Waist', 38437, ''),
('', '', '', '', 86464, 86464, 'Size 8 (Waist 24-25)', 'Size-8-Waist-24-25', 38437, ''),
('', '', '', '', 21575, 21575, 'Size 10 (Waist 26-27)', 'Size-10-Waist-26-27', 38437, ''),
('', '', '', '', 53386, 53386, 'Size 12 (Waist 28-29)', 'Size-12-Waist-28-29', 38437, ''),
('', '', '', '', 58443, 58443, 'Size 14 (Waist 30-31)', 'Size-14-Waist-30-31', 38437, ''),
('', '', '', '', 53396, 53396, 'Size 16 (Waist 32-33)', 'Size-16-Waist-32-33', 38437, ''),
('', '', '', '', 53373, 53373, 'Knitwear', 'Knitwear', 15724, ''),
('', '', '', '', 58452, 58452, 'One Size', 'One-Size', 53373, ''),
('', '', '', '', 86438, 86438, 'Up to Size 6', 'Up-to-Size-6', 53373, ''),
('', '', '', '', 86439, 86439, 'Size 8', 'Size-8', 53373, ''),
('', '', '', '', 53375, 53375, 'Size 10', 'Size-10', 53373, ''),
('', '', '', '', 11558, 11558, 'Size 12', 'Size-12', 53373, ''),
('', '', '', '', 58451, 58451, 'Size 14', 'Size-14', 53373, ''),
('', '', '', '', 53374, 53374, 'Size 16', 'Size-16', 53373, ''),
('', '', '', '', 3020, 3020, 'Maternity', 'Maternity', 15724, ''),
('', '', '', '', 108898, 108898, 'Coats & Jackets', 'Coats-and-Jackets', 3020, ''),
('', '', '', '', 11534, 11534, 'Dresses', 'Dresses', 3020, ''),
('', '', '', '', 122420, 122420, 'Eveningwear', 'Eveningwear', 3020, ''),
('', '', '', '', 108899, 108899, 'Jeans', 'Jeans', 3020, ''),
('', '', '', '', 11538, 11538, 'Knitwear & Fleeces', 'Knitwear-and-Fleeces', 3020, ''),
('', '', '', '', 108900, 108900, 'Shorts', 'Shorts', 3020, ''),
('', '', '', '', 108897, 108897, 'Shirts & Blouses', 'Shirts-and-Blouses', 3020, ''),
('', '', '', '', 47388, 47388, 'Skirts', 'Skirts', 3020, ''),
('', '', '', '', 108901, 108901, 'Sportswear & Tracksuits', 'Sportswear-and-Tracksuits', 3020, ''),
('', '', '', '', 122419, 122419, 'Suits & Workwear', 'Suits-and-Workwear', 3020, ''),
('', '', '', '', 15749, 15749, 'Tops', 'Tops', 3020, ''),
('', '', '', '', 13009, 13009, 'Trousers', 'Trousers', 3020, ''),
('', '', '', '', 122421, 122421, 'T-Shirts', 'T-Shirts', 3020, ''),
('', '', '', '', 15755, 15755, 'Underwear & Sleepwear', 'Underwear-and-Sleepwear', 3020, ''),
('', '', '', '', 3021, 3021, 'Other Maternity Clothing', 'Other-Maternity-Clothing', 3020, ''),
('', '', '', '', 53450, 53450, 'Petite', 'Petite', 15724, ''),
('', '', '', '', 86517, 86517, 'Up to Size 6', 'Up-to-Size-6', 53450, ''),
('', '', '', '', 86518, 86518, 'Size 8', 'Size-8', 53450, ''),
('', '', '', '', 53452, 53452, 'Size 10', 'Size-10', 53450, ''),
('', '', '', '', 20064, 20064, 'Size 12', 'Size-12', 53450, ''),
('', '', '', '', 58453, 58453, 'Size 14', 'Size-14', 53450, ''),
('', '', '', '', 53451, 53451, 'Size 16+', 'Size-16+', 53450, ''),
('', '', '', '', 3029, 3029, 'Plus Sizes', 'Plus-Sizes', 15724, ''),
('', '', '', '', 38524, 38524, 'Casual Dresses', 'Casual-Dresses', 3029, ''),
('', '', '', '', 38525, 38525, 'Size 18', 'Size-18', 38524, ''),
('', '', '', '', 38526, 38526, 'Size 20', 'Size-20', 38524, ''),
('', '', '', '', 38527, 38527, 'Size 22', 'Size-22', 38524, ''),
('', '', '', '', 15806, 15806, 'Size 24', 'Size-24', 38524, ''),
('', '', '', '', 101089, 101089, 'Size 26', 'Size-26', 38524, ''),
('', '', '', '', 101090, 101090, 'Size 28', 'Size-28', 38524, ''),
('', '', '', '', 122426, 122426, 'Size 30', 'Size-30', 38524, ''),
('', '', '', '', 122427, 122427, 'Size 32+', 'Size-32+', 38524, ''),
('', '', '', '', 38532, 38532, 'Casual Shirts & Blouses', 'Casual-Shirts-and-Blouses', 3029, ''),
('', '', '', '', 38533, 38533, 'Size 18', 'Size-18', 38532, ''),
('', '', '', '', 38534, 38534, 'Size 20', 'Size-20', 38532, ''),
('', '', '', '', 38535, 38535, 'Size 22', 'Size-22', 38532, ''),
('', '', '', '', 3032, 3032, 'Size 24', 'Size-24', 38532, ''),
('', '', '', '', 101099, 101099, 'Size 26', 'Size-26', 38532, ''),
('', '', '', '', 101100, 101100, 'Size 28', 'Size-28', 38532, ''),
('', '', '', '', 122445, 122445, 'Size 30', 'Size-30', 38532, ''),
('', '', '', '', 122446, 122446, 'Size 32+', 'Size-32+', 38532, ''),
('', '', '', '', 38540, 38540, 'Casual Skirts', 'Casual-Skirts', 3029, ''),
('', '', '', '', 38541, 38541, 'Size 18', 'Size-18', 38540, ''),
('', '', '', '', 38542, 38542, 'Size 20', 'Size-20', 38540, ''),
('', '', '', '', 38543, 38543, 'Size 22', 'Size-22', 38540, ''),
('', '', '', '', 11603, 11603, 'Size 24', 'Size-24', 38540, ''),
('', '', '', '', 101103, 101103, 'Size 26', 'Size-26', 38540, ''),
('', '', '', '', 101104, 101104, 'Size 28', 'Size-28', 38540, ''),
('', '', '', '', 122449, 122449, 'Size 30', 'Size-30', 38540, ''),
('', '', '', '', 122450, 122450, 'Size 32+', 'Size-32+', 38540, ''),
('', '', '', '', 38552, 38552, 'Casual Tops', 'Casual-Tops', 3029, ''),
('', '', '', '', 38553, 38553, 'Size 18', 'Size-18', 38552, ''),
('', '', '', '', 38554, 38554, 'Size 20', 'Size-20', 38552, ''),
('', '', '', '', 38555, 38555, 'Size 22', 'Size-22', 38552, ''),
('', '', '', '', 11608, 11608, 'Size 24', 'Size-24', 38552, ''),
('', '', '', '', 101111, 101111, 'Size 26', 'Size-26', 38552, ''),
('', '', '', '', 101112, 101112, 'Size 28', 'Size-28', 38552, ''),
('', '', '', '', 122457, 122457, 'Size 30', 'Size-30', 38552, ''),
('', '', '', '', 122458, 122458, 'Size 32+', 'Size-32+', 38552, ''),
('', '', '', '', 38556, 38556, 'Casual Trousers', 'Casual-Trousers', 3029, ''),
('', '', '', '', 38557, 38557, 'Size 18', 'Size-18', 38556, ''),
('', '', '', '', 38558, 38558, 'Size 20', 'Size-20', 38556, ''),
('', '', '', '', 38559, 38559, 'Size 22', 'Size-22', 38556, ''),
('', '', '', '', 11604, 11604, 'Size 24', 'Size-24', 38556, ''),
('', '', '', '', 101113, 101113, 'Size 26', 'Size-26', 38556, ''),
('', '', '', '', 101114, 101114, 'Size 28', 'Size-28', 38556, ''),
('', '', '', '', 122459, 122459, 'Size 30', 'Size-30', 38556, ''),
('', '', '', '', 122460, 122460, 'Size 32+', 'Size-32+', 38556, ''),
('', '', '', '', 98748, 98748, 'Clubwear', 'Clubwear', 3029, ''),
('', '', '', '', 86322, 86322, 'Size 18', 'Size-18', 98748, ''),
('', '', '', '', 86323, 86323, 'Size 20', 'Size-20', 98748, ''),
('', '', '', '', 86324, 86324, 'Size 22', 'Size-22', 98748, ''),
('', '', '', '', 86325, 86325, 'Size 24', 'Size-24', 98748, ''),
('', '', '', '', 101115, 101115, 'Size 26', 'Size-26', 98748, ''),
('', '', '', '', 101116, 101116, 'Size 28', 'Size-28', 98748, ''),
('', '', '', '', 122461, 122461, 'Size 30', 'Size-30', 98748, ''),
('', '', '', '', 122462, 122462, 'Size 32+', 'Size-32+', 98748, ''),
('', '', '', '', 11624, 11624, 'Coats & Jackets', 'Coats-and-Jackets', 3029, ''),
('', '', '', '', 86367, 86367, 'Size 18', 'Size-18', 11624, ''),
('', '', '', '', 86368, 86368, 'Size 20', 'Size-20', 11624, ''),
('', '', '', '', 86369, 86369, 'Size 22', 'Size-22', 11624, ''),
('', '', '', '', 86370, 86370, 'Size 24', 'Size-24', 11624, ''),
('', '', '', '', 101087, 101087, 'Size 26', 'Size-26', 11624, ''),
('', '', '', '', 101088, 101088, 'Size 28', 'Size-28', 11624, ''),
('', '', '', '', 122424, 122424, 'Size 30', 'Size-30', 11624, ''),
('', '', '', '', 122425, 122425, 'Size 32+', 'Size-32+', 11624, ''),
('', '', '', '', 93495, 93495, 'Eveningwear', 'Eveningwear', 3029, ''),
('', '', '', '', 93496, 93496, 'Size 18', 'Size-18', 93495, ''),
('', '', '', '', 93497, 93497, 'Size 20', 'Size-20', 93495, ''),
('', '', '', '', 93498, 93498, 'Size 22', 'Size-22', 93495, ''),
('', '', '', '', 93499, 93499, 'Size 24', 'Size-24', 93495, ''),
('', '', '', '', 101091, 101091, 'Size 26', 'Size-26', 93495, ''),
('', '', '', '', 101092, 101092, 'Size 28', 'Size-28', 93495, ''),
('', '', '', '', 122428, 122428, 'Size 30', 'Size-30', 93495, ''),
('', '', '', '', 122429, 122429, 'Size 32+', 'Size-32+', 93495, ''),
('', '', '', '', 122430, 122430, 'Fleeces', 'Fleeces', 3029, ''),
('', '', '', '', 122431, 122431, 'Size 18', 'Size-18', 122430, ''),
('', '', '', '', 122432, 122432, 'Size 20', 'Size-20', 122430, ''),
('', '', '', '', 122433, 122433, 'Size 22', 'Size-22', 122430, ''),
('', '', '', '', 122434, 122434, 'Size 24', 'Size-24', 122430, ''),
('', '', '', '', 122435, 122435, 'Size 26', 'Size-26', 122430, ''),
('', '', '', '', 122436, 122436, 'Size 28', 'Size-28', 122430, ''),
('', '', '', '', 122437, 122437, 'Size 30', 'Size-30', 122430, ''),
('', '', '', '', 122438, 122438, 'Size 32+', 'Size-32+', 122430, ''),
('', '', '', '', 38520, 38520, 'Jeans', 'Jeans', 3029, ''),
('', '', '', '', 38521, 38521, 'Size 18 (Waist 34-35)', 'Size-18-Waist-34-35', 38520, ''),
('', '', '', '', 38522, 38522, 'Size 20 (Waist 36-37)', 'Size-20-Waist-36-37', 38520, ''),
('', '', '', '', 38523, 38523, 'Size 22 (Waist 38-39)', 'Size-22-Waist-38-39', 38520, ''),
('', '', '', '', 11601, 11601, 'Size 24 (Waist 40-41)', 'Size-24-Waist-40-41', 38520, ''),
('', '', '', '', 101085, 101085, 'Size 26 (Waist 42-43)', 'Size-26-Waist-42-43', 38520, ''),
('', '', '', '', 101086, 101086, 'Size 28 (Waist 44-45)', 'Size-28-Waist-44-45', 38520, ''),
('', '', '', '', 122422, 122422, 'Size 30 (Waist 46-48)', 'Size-30-Waist-46-48', 38520, ''),
('', '', '', '', 122423, 122423, 'Size 32 (Waist 49-51)', 'Size-32-Waist-49-51', 38520, ''),
('', '', '', '', 131481, 131481, 'Size 34+ (Waist 52+)', 'Size-34+-Waist-52+', 38520, ''),
('', '', '', '', 38528, 38528, 'Knitwear', 'Knitwear', 3029, ''),
('', '', '', '', 38529, 38529, 'Size 18', 'Size-18', 38528, ''),
('', '', '', '', 38530, 38530, 'Size 20', 'Size-20', 38528, ''),
('', '', '', '', 38531, 38531, 'Size 22', 'Size-22', 38528, ''),
('', '', '', '', 11605, 11605, 'Size 24', 'Size-24', 38528, ''),
('', '', '', '', 101093, 101093, 'Size 26', 'Size-26', 38528, ''),
('', '', '', '', 101094, 101094, 'Size 28', 'Size-28', 38528, ''),
('', '', '', '', 122439, 122439, 'Size 30', 'Size-30', 38528, ''),
('', '', '', '', 122440, 122440, 'Size 32+', 'Size-32+', 38528, ''),
('', '', '', '', 38536, 38536, 'Shorts', 'Shorts', 3029, ''),
('', '', '', '', 38537, 38537, 'Size 18', 'Size-18', 38536, ''),
('', '', '', '', 38538, 38538, 'Size 20', 'Size-20', 38536, ''),
('', '', '', '', 38539, 38539, 'Size 22', 'Size-22', 38536, ''),
('', '', '', '', 11602, 11602, 'Size 24', 'Size-24', 38536, ''),
('', '', '', '', 101101, 101101, 'Size 26', 'Size-26', 38536, ''),
('', '', '', '', 101102, 101102, 'Size 28', 'Size-28', 38536, ''),
('', '', '', '', 122447, 122447, 'Size 30', 'Size-30', 38536, ''),
('', '', '', '', 122448, 122448, 'Size 32+', 'Size-32+', 38536, ''),
('', '', '', '', 53454, 53454, 'Sleepwear', 'Sleepwear', 3029, ''),
('', '', '', '', 86515, 86515, 'Size 18', 'Size-18', 53454, ''),
('', '', '', '', 86516, 86516, 'Size 20', 'Size-20', 53454, ''),
('', '', '', '', 86521, 86521, 'Size 22', 'Size-22', 53454, ''),
('', '', '', '', 86522, 86522, 'Size 24', 'Size-24', 53454, ''),
('', '', '', '', 101095, 101095, 'Size 26', 'Size-26', 53454, ''),
('', '', '', '', 101096, 101096, 'Size 28', 'Size-28', 53454, ''),
('', '', '', '', 122441, 122441, 'Size 30', 'Size-30', 53454, ''),
('', '', '', '', 122442, 122442, 'Size 32+', 'Size-32+', 53454, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 90963, 90963, 'Sportswear & Tracksuits', 'Sportswear-and-Tracksuits', 3029, ''),
('', '', '', '', 86525, 86525, 'Size 18', 'Size-18', 90963, ''),
('', '', '', '', 86526, 86526, 'Size 20', 'Size-20', 90963, ''),
('', '', '', '', 86527, 86527, 'Size 22', 'Size-22', 90963, ''),
('', '', '', '', 86528, 86528, 'Size 24', 'Size-24', 90963, ''),
('', '', '', '', 101107, 101107, 'Size 26', 'Size-26', 90963, ''),
('', '', '', '', 101108, 101108, 'Size 28', 'Size-28', 90963, ''),
('', '', '', '', 122453, 122453, 'Size 30', 'Size-30', 90963, ''),
('', '', '', '', 122454, 122454, 'Size 32+', 'Size-32+', 90963, ''),
('', '', '', '', 38544, 38544, 'Suits & Trousersuits', 'Suits-and-Trousersuits', 3029, ''),
('', '', '', '', 38545, 38545, 'Size 18', 'Size-18', 38544, ''),
('', '', '', '', 38546, 38546, 'Size 20', 'Size-20', 38544, ''),
('', '', '', '', 38547, 38547, 'Size 22', 'Size-22', 38544, ''),
('', '', '', '', 11613, 11613, 'Size 24', 'Size-24', 38544, ''),
('', '', '', '', 101105, 101105, 'Size 26', 'Size-26', 38544, ''),
('', '', '', '', 101106, 101106, 'Size 28', 'Size-28', 38544, ''),
('', '', '', '', 122451, 122451, 'Size 30', 'Size-30', 38544, ''),
('', '', '', '', 122452, 122452, 'Size 32+', 'Size-32+', 38544, ''),
('', '', '', '', 38548, 38548, 'T-Shirts', 'T-Shirts', 3029, ''),
('', '', '', '', 38549, 38549, 'Size 18', 'Size-18', 38548, ''),
('', '', '', '', 38550, 38550, 'Size 20', 'Size-20', 38548, ''),
('', '', '', '', 38551, 38551, 'Size 22', 'Size-22', 38548, ''),
('', '', '', '', 15808, 15808, 'Size 24', 'Size-24', 38548, ''),
('', '', '', '', 101109, 101109, 'Size 26', 'Size-26', 38548, ''),
('', '', '', '', 101110, 101110, 'Size 28', 'Size-28', 38548, ''),
('', '', '', '', 122455, 122455, 'Size 30', 'Size-30', 38548, ''),
('', '', '', '', 122456, 122456, 'Size 32+', 'Size-32+', 38548, ''),
('', '', '', '', 53458, 53458, 'Other Plus Size Clothing', 'Other-Plus-Size-Clothing', 3029, ''),
('', '', '', '', 53460, 53460, 'Size 18', 'Size-18', 53458, ''),
('', '', '', '', 53461, 53461, 'Size 20', 'Size-20', 53458, ''),
('', '', '', '', 1064, 1064, 'Size 22', 'Size-22', 53458, ''),
('', '', '', '', 53459, 53459, 'Size 24', 'Size-24', 53458, ''),
('', '', '', '', 101097, 101097, 'Size 26', 'Size-26', 53458, ''),
('', '', '', '', 101098, 101098, 'Size 28', 'Size-28', 53458, ''),
('', '', '', '', 122443, 122443, 'Size 30', 'Size-30', 53458, ''),
('', '', '', '', 122444, 122444, 'Size 32+', 'Size-32+', 53458, ''),
('', '', '', '', 53159, 53159, 'Shirts & Blouses', 'Shirts-and-Blouses', 15724, ''),
('', '', '', '', 86263, 86263, 'Up to Size 6', 'Up-to-Size-6', 53159, ''),
('', '', '', '', 86264, 86264, 'Size 8', 'Size-8', 53159, ''),
('', '', '', '', 53160, 53160, 'Size 10', 'Size-10', 53159, ''),
('', '', '', '', 38443, 38443, 'Size 12', 'Size-12', 53159, ''),
('', '', '', '', 58398, 58398, 'Size 14', 'Size-14', 53159, ''),
('', '', '', '', 53161, 53161, 'Size 16', 'Size-16', 53159, ''),
('', '', '', '', 53462, 53462, 'Shorts', 'Shorts', 15724, ''),
('', '', '', '', 58455, 58455, 'One Size', 'One-Size', 53462, ''),
('', '', '', '', 86519, 86519, 'Up to Size 6', 'Up-to-Size-6', 53462, ''),
('', '', '', '', 86520, 86520, 'Size 8', 'Size-8', 53462, ''),
('', '', '', '', 53464, 53464, 'Size 10', 'Size-10', 53462, ''),
('', '', '', '', 11555, 11555, 'Size 12', 'Size-12', 53462, ''),
('', '', '', '', 58454, 58454, 'Size 14', 'Size-14', 53462, ''),
('', '', '', '', 53463, 53463, 'Size 16', 'Size-16', 53462, ''),
('', '', '', '', 53162, 53162, 'Skirts', 'Skirts', 15724, ''),
('', '', '', '', 86266, 86266, 'Up to Size 6', 'Up-to-Size-6', 53162, ''),
('', '', '', '', 86265, 86265, 'Size 8', 'Size-8', 53162, ''),
('', '', '', '', 53163, 53163, 'Size 10', 'Size-10', 53162, ''),
('', '', '', '', 11556, 11556, 'Size 12', 'Size-12', 53162, ''),
('', '', '', '', 58419, 58419, 'Size 14', 'Size-14', 53162, ''),
('', '', '', '', 53164, 53164, 'Size 16', 'Size-16', 53162, ''),
('', '', '', '', 53414, 53414, 'Sleepwear', 'Sleepwear', 15724, ''),
('', '', '', '', 58387, 58387, 'One Size', 'One-Size', 53414, ''),
('', '', '', '', 86513, 86513, 'Up to Size 6', 'Up-to-Size-6', 53414, ''),
('', '', '', '', 86514, 86514, 'Size 6-8', 'Size-6-8', 53414, ''),
('', '', '', '', 53416, 53416, 'Size 8-10', 'Size-8-10', 53414, ''),
('', '', '', '', 58388, 58388, 'Size 10-12', 'Size-10-12', 53414, ''),
('', '', '', '', 11531, 11531, 'Size 12-14', 'Size-12-14', 53414, ''),
('', '', '', '', 58386, 58386, 'Size 14-16', 'Size-14-16', 53414, ''),
('', '', '', '', 53415, 53415, 'Size 16-18', 'Size-16-18', 53414, ''),
('', '', '', '', 53465, 53465, 'Sportswear & Tracksuits', 'Sportswear-and-Tracksuits', 15724, ''),
('', '', '', '', 58468, 58468, 'One Size', 'One-Size', 53465, ''),
('', '', '', '', 86523, 86523, 'Up to Size 6', 'Up-to-Size-6', 53465, ''),
('', '', '', '', 86524, 86524, 'Size 8', 'Size-8', 53465, ''),
('', '', '', '', 53466, 53466, 'Size 10', 'Size-10', 53465, ''),
('', '', '', '', 53467, 53467, 'Size 12', 'Size-12', 53465, ''),
('', '', '', '', 58469, 58469, 'Size 14', 'Size-14', 53465, ''),
('', '', '', '', 53468, 53468, 'Size 16', 'Size-16', 53465, ''),
('', '', '', '', 4252, 4252, 'Suits & Trousersuits', 'Suits-and-Trousersuits', 15724, ''),
('', '', '', '', 53477, 53477, 'Dresses', 'Dresses', 4252, ''),
('', '', '', '', 86549, 86549, 'Up to Size 6', 'Up-to-Size-6', 53477, ''),
('', '', '', '', 86550, 86550, 'Size 8', 'Size-8', 53477, ''),
('', '', '', '', 53479, 53479, 'Size 10', 'Size-10', 53477, ''),
('', '', '', '', 3011, 3011, 'Size 12', 'Size-12', 53477, ''),
('', '', '', '', 58412, 58412, 'Size 14', 'Size-14', 53477, ''),
('', '', '', '', 53478, 53478, 'Size 16', 'Size-16', 53477, ''),
('', '', '', '', 53480, 53480, 'Jackets', 'Jackets', 4252, ''),
('', '', '', '', 86561, 86561, 'Up to Size 6', 'Up-to-Size-6', 53480, ''),
('', '', '', '', 86562, 86562, 'Size 8', 'Size-8', 53480, ''),
('', '', '', '', 53482, 53482, 'Size 10', 'Size-10', 53480, ''),
('', '', '', '', 11562, 11562, 'Size 12', 'Size-12', 53480, ''),
('', '', '', '', 58413, 58413, 'Size 14', 'Size-14', 53480, ''),
('', '', '', '', 53481, 53481, 'Size 16', 'Size-16', 53480, ''),
('', '', '', '', 15761, 15761, 'Shirts', 'Shirts', 4252, ''),
('', '', '', '', 86551, 86551, 'Up to Size 6', 'Up-to-Size-6', 15761, ''),
('', '', '', '', 86552, 86552, 'Size 8', 'Size-8', 15761, ''),
('', '', '', '', 53475, 53475, 'Size 10', 'Size-10', 15761, ''),
('', '', '', '', 38466, 38466, 'Size 12', 'Size-12', 15761, ''),
('', '', '', '', 58411, 58411, 'Size 14', 'Size-14', 15761, ''),
('', '', '', '', 53476, 53476, 'Size 16', 'Size-16', 15761, ''),
('', '', '', '', 54090, 54090, 'Skirts', 'Skirts', 4252, ''),
('', '', '', '', 86575, 86575, 'Up to Size 6', 'Up-to-Size-6', 54090, ''),
('', '', '', '', 86576, 86576, 'Size 8', 'Size-8', 54090, ''),
('', '', '', '', 54091, 54091, 'Size 10', 'Size-10', 54090, ''),
('', '', '', '', 54092, 54092, 'Size 12', 'Size-12', 54090, ''),
('', '', '', '', 58409, 58409, 'Size 14', 'Size-14', 54090, ''),
('', '', '', '', 54093, 54093, 'Size 16', 'Size-16', 54090, ''),
('', '', '', '', 38514, 38514, 'Suits', 'Suits', 4252, ''),
('', '', '', '', 86581, 86581, 'Up to Size 6', 'Up-to-Size-6', 38514, ''),
('', '', '', '', 86582, 86582, 'Size 8', 'Size-8', 38514, ''),
('', '', '', '', 53473, 53473, 'Size 10', 'Size-10', 38514, ''),
('', '', '', '', 38515, 38515, 'Size 12', 'Size-12', 38514, ''),
('', '', '', '', 58410, 58410, 'Size 14', 'Size-14', 38514, ''),
('', '', '', '', 53474, 53474, 'Size 16', 'Size-16', 38514, ''),
('', '', '', '', 38464, 38464, 'Tops', 'Tops', 4252, ''),
('', '', '', '', 86563, 86563, 'Up to Size 6', 'Up-to-Size-6', 38464, ''),
('', '', '', '', 86564, 86564, 'Size 8', 'Size-8', 38464, ''),
('', '', '', '', 53469, 53469, 'Size 10', 'Size-10', 38464, ''),
('', '', '', '', 38506, 38506, 'Size 12', 'Size-12', 38464, ''),
('', '', '', '', 58407, 58407, 'Size 14', 'Size-14', 38464, ''),
('', '', '', '', 53470, 53470, 'Size 16', 'Size-16', 38464, ''),
('', '', '', '', 38510, 38510, 'Trousers', 'Trousers', 4252, ''),
('', '', '', '', 86569, 86569, 'Up to Size 6', 'Up-to-Size-6', 38510, ''),
('', '', '', '', 86570, 86570, 'Size 8', 'Size-8', 38510, ''),
('', '', '', '', 53471, 53471, 'Size 10', 'Size-10', 38510, ''),
('', '', '', '', 38511, 38511, 'Size 12 (29 Waist)', 'Size-12-29-Waist', 38510, ''),
('', '', '', '', 58408, 58408, 'Size 14 (31 Waist)', 'Size-14-31-Waist', 38510, ''),
('', '', '', '', 53472, 53472, 'Size 16', 'Size-16', 38510, ''),
('', '', '', '', 38444, 38444, 'Tops', 'Tops', 15724, ''),
('', '', '', '', 86284, 86284, 'Up to Size 6', 'Up-to-Size-6', 38444, ''),
('', '', '', '', 86302, 86302, 'Size 8', 'Size-8', 38444, ''),
('', '', '', '', 53167, 53167, 'Size 10', 'Size-10', 38444, ''),
('', '', '', '', 11561, 11561, 'Size 12', 'Size-12', 38444, ''),
('', '', '', '', 58504, 58504, 'Size 14', 'Size-14', 38444, ''),
('', '', '', '', 53172, 53172, 'Size 16', 'Size-16', 38444, ''),
('', '', '', '', 53307, 53307, 'Trousers', 'Trousers', 15724, ''),
('', '', '', '', 86312, 86312, 'Up to Size 6', 'Up-to-Size-6', 53307, ''),
('', '', '', '', 86319, 86319, 'Size 8', 'Size-8', 53307, ''),
('', '', '', '', 53314, 53314, 'Size 10', 'Size-10', 53307, ''),
('', '', '', '', 11557, 11557, 'Size 12', 'Size-12', 53307, ''),
('', '', '', '', 58426, 58426, 'Size 14', 'Size-14', 53307, ''),
('', '', '', '', 53327, 53327, 'Size 16', 'Size-16', 53307, ''),
('', '', '', '', 53487, 53487, 'T-Shirts', 'T-Shirts', 15724, ''),
('', '', '', '', 58476, 58476, 'One Size', 'One-Size', 53487, ''),
('', '', '', '', 86593, 86593, 'Up to Size 6', 'Up-to-Size-6', 53487, ''),
('', '', '', '', 86600, 86600, 'Size 8', 'Size-8', 53487, ''),
('', '', '', '', 53494, 53494, 'Size 10', 'Size-10', 53487, ''),
('', '', '', '', 15774, 15774, 'Size 12', 'Size-12', 53487, ''),
('', '', '', '', 58483, 58483, 'Size 14', 'Size-14', 53487, ''),
('', '', '', '', 53507, 53507, 'Size 16', 'Size-16', 53487, ''),
('', '', '', '', 53508, 53508, 'Other Womens Clothing', 'Other-Womens-Clothing', 15724, ''),
('', '', '', '', 86610, 86610, 'Up to Size 6', 'Up-to-Size-6', 53508, ''),
('', '', '', '', 86611, 86611, 'Size 8', 'Size-8', 53508, ''),
('', '', '', '', 53509, 53509, 'Size 10', 'Size-10', 53508, ''),
('', '', '', '', 53510, 53510, 'Size 12', 'Size-12', 53508, ''),
('', '', '', '', 58484, 58484, 'Size 14', 'Size-14', 53508, ''),
('', '', '', '', 314, 314, 'Size 16', 'Size-16', 53508, ''),
('', '', '', '', 63889, 63889, 'Womens Shoes', 'Womens-Shoes', 11450, ''),
('', '', '', '', 14221, 14221, 'Womens Underwear & Swimwear', 'Womens-Underwear-and-Swimwear', 11450, ''),
('', '', '', '', 312, 312, 'Other Clothes', 'Other-Clothes', 11450, ''),
('', '', '', '', 11116, 11116, 'Coins', 'Coins', 0, ''),
('', '', '', '', 58507, 58507, 'Banknotes', 'Banknotes', 11116, ''),
('', '', '', '', 47398, 47398, 'British', 'British', 58507, ''),
('', '', '', '', 67206, 67206, 'English', 'English', 47398, ''),
('', '', '', '', 67207, 67207, 'Pre-1952', 'Pre-1952', 67206, ''),
('', '', '', '', 47399, 47399, 'Elizabeth II (1952-Now)', 'Elizabeth-II-1952-Now', 67206, ''),
('', '', '', '', 141088, 141088, 'Northern Irish', 'Northern-Irish', 47398, ''),
('', '', '', '', 47400, 47400, 'Scottish', 'Scottish', 47398, ''),
('', '', '', '', 58517, 58517, 'Channel Islands/ Isle of Man', 'Channel-Islands-Isle-of-Man', 47398, ''),
('', '', '', '', 58518, 58518, 'Armed Forces', 'Armed-Forces', 47398, ''),
('', '', '', '', 93506, 93506, 'Cheques', 'Cheques', 47398, ''),
('', '', '', '', 122474, 122474, 'Postal Orders', 'Postal-Orders', 47398, ''),
('', '', '', '', 93507, 93507, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 47398, ''),
('', '', '', '', 6071, 6071, 'Other British Banknotes', 'Other-British-Banknotes', 47398, ''),
('', '', '', '', 3435, 3435, 'Irish', 'Irish', 58507, ''),
('', '', '', '', 45339, 45339, 'European', 'European', 58507, ''),
('', '', '', '', 122473, 122473, 'Albania', 'Albania', 45339, ''),
('', '', '', '', 58508, 58508, 'Austria', 'Austria', 45339, ''),
('', '', '', '', 58509, 58509, 'Belgium', 'Belgium', 45339, ''),
('', '', '', '', 90637, 90637, 'Bulgaria', 'Bulgaria', 45339, ''),
('', '', '', '', 96807, 96807, 'Cyprus', 'Cyprus', 45339, ''),
('', '', '', '', 67208, 67208, 'Czechoslovakia', 'Czechoslovakia', 45339, ''),
('', '', '', '', 90638, 90638, 'Denmark', 'Denmark', 45339, ''),
('', '', '', '', 96808, 96808, 'Estonia/ Latvia/ Lithuania', 'Estonia-Latvia-Lithuania', 45339, ''),
('', '', '', '', 90639, 90639, 'Finland', 'Finland', 45339, ''),
('', '', '', '', 3433, 3433, 'France', 'France', 45339, ''),
('', '', '', '', 3434, 3434, 'Germany', 'Germany', 45339, ''),
('', '', '', '', 141087, 141087, 'Gibraltar', 'Gibraltar', 45339, ''),
('', '', '', '', 58510, 58510, 'Greece', 'Greece', 45339, ''),
('', '', '', '', 67209, 67209, 'Hungary', 'Hungary', 45339, ''),
('', '', '', '', 108913, 108913, 'Iceland', 'Iceland', 45339, ''),
('', '', '', '', 58511, 58511, 'Italy', 'Italy', 45339, ''),
('', '', '', '', 101117, 101117, 'Luxembourg', 'Luxembourg', 45339, ''),
('', '', '', '', 69507, 69507, 'Malta', 'Malta', 45339, ''),
('', '', '', '', 58512, 58512, 'Netherlands', 'Netherlands', 45339, ''),
('', '', '', '', 90640, 90640, 'Norway', 'Norway', 45339, ''),
('', '', '', '', 58513, 58513, 'Poland', 'Poland', 45339, ''),
('', '', '', '', 58514, 58514, 'Portugal', 'Portugal', 45339, ''),
('', '', '', '', 67210, 67210, 'Romania', 'Romania', 45339, ''),
('', '', '', '', 3439, 3439, 'Russia', 'Russia', 45339, ''),
('', '', '', '', 58515, 58515, 'Spain', 'Spain', 45339, ''),
('', '', '', '', 3442, 3442, 'Sweden', 'Sweden', 45339, ''),
('', '', '', '', 69508, 69508, 'Switzerland', 'Switzerland', 45339, ''),
('', '', '', '', 69509, 69509, 'Turkey', 'Turkey', 45339, ''),
('', '', '', '', 67211, 67211, 'Yugoslavia', 'Yugoslavia', 45339, ''),
('', '', '', '', 93504, 93504, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 45339, ''),
('', '', '', '', 3173, 3173, 'Other European Banknotes', 'Other-European-Banknotes', 45339, ''),
('', '', '', '', 3411, 3411, 'World', 'World', 58507, ''),
('', '', '', '', 3422, 3422, 'Africa', 'Africa', 3411, ''),
('', '', '', '', 4369, 4369, 'Asia', 'Asia', 3411, ''),
('', '', '', '', 3440, 3440, 'Latin America/ Caribbean', 'Latin-America-Caribbean', 3411, ''),
('', '', '', '', 58516, 58516, 'Middle East', 'Middle-East', 3411, ''),
('', '', '', '', 376, 376, 'North America', 'North-America', 3411, ''),
('', '', '', '', 3424, 3424, 'Oceania/ Australasia', 'Oceania-Australasia', 3411, ''),
('', '', '', '', 93505, 93505, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 3411, ''),
('', '', '', '', 385, 385, 'Other World Banknotes', 'Other-World-Banknotes', 3411, ''),
('', '', '', '', 47392, 47392, 'Novelty/ Replica Banknotes', 'Novelty-Replica-Banknotes', 58507, ''),
('', '', '', '', 3098, 3098, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 58507, ''),
('', '', '', '', 39482, 39482, 'Bullion/ Bars', 'Bullion-Bars', 11116, ''),
('', '', '', '', 3360, 3360, 'Gold Bullion', 'Gold-Bullion', 39482, ''),
('', '', '', '', 3361, 3361, 'Silver Bullion', 'Silver-Bullion', 39482, ''),
('', '', '', '', 39486, 39486, 'Other Metal Bullion', 'Other-Metal-Bullion', 39482, ''),
('', '', '', '', 58520, 58520, 'Coins', 'Coins', 11116, ''),
('', '', '', '', 4733, 4733, 'Ancient', 'Ancient', 58520, ''),
('', '', '', '', 4738, 4738, 'Greek', 'Greek', 4733, ''),
('', '', '', '', 58519, 58519, 'Roman', 'Roman', 4733, ''),
('', '', '', '', 4734, 4734, 'Roman Republican (c.300-27 BC)', 'Roman-Republican-c300-27-BC', 58519, ''),
('', '', '', '', 122471, 122471, 'Roman Imperial (27BC-96AD)', 'Roman-Imperial-27BC-96AD', 58519, ''),
('', '', '', '', 3365, 3365, 'Roman Imperial (96-235AD)', 'Roman-Imperial-96-235AD', 58519, ''),
('', '', '', '', 122472, 122472, 'Roman Imperial (235-476AD)', 'Roman-Imperial-235-476AD', 58519, ''),
('', '', '', '', 4735, 4735, 'Roman Provincial', 'Roman-Provincial', 58519, ''),
('', '', '', '', 131482, 131482, 'Bulk Lots (Cleaned)', 'Bulk-Lots-Cleaned', 58519, ''),
('', '', '', '', 131483, 131483, 'Bulk Lots (Uncleaned)', 'Bulk-Lots-Uncleaned', 58519, ''),
('', '', '', '', 3364, 3364, 'Byzantine', 'Byzantine', 4733, ''),
('', '', '', '', 4740, 4740, 'Chinese', 'Chinese', 4733, ''),
('', '', '', '', 4739, 4739, 'Islamic', 'Islamic', 4733, ''),
('', '', '', '', 4737, 4737, 'Persian/ Indian', 'Persian-Indian', 4733, ''),
('', '', '', '', 93500, 93500, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 4733, ''),
('', '', '', '', 532, 532, 'Other Ancient Coins', 'Other-Ancient-Coins', 4733, ''),
('', '', '', '', 3394, 3394, 'British', 'British', 58520, ''),
('', '', '', '', 58521, 58521, 'Hammered (Pre-c.1662)', 'Hammered-Pre-c1662', 3394, ''),
('', '', '', '', 122475, 122475, 'Celtic Coins (c.100BC-c.100AD)', 'Celtic-Coins-c100BC-c100AD', 58521, ''),
('', '', '', '', 58523, 58523, 'Anglo-Saxon Coins (c.600-1066)', 'Anglo-Saxon-Coins-c600-1066', 58521, ''),
('', '', '', '', 122476, 122476, 'Norman Coins (1066-1154)', 'Norman-Coins-1066-1154', 58521, ''),
('', '', '', '', 47389, 47389, 'Later Medieval (1154-1485)', 'Later-Medieval-1154-1485', 58521, ''),
('', '', '', '', 58524, 58524, 'Tudor Coins (1485-1603)', 'Tudor-Coins-1485-1603', 58521, ''),
('', '', '', '', 122477, 122477, 'Stuart & Commonwealth Coins', 'Stuart-and-Commonwealth-Coins', 58521, ''),
('', '', '', '', 122478, 122478, 'Replica Hammered Coins', 'Replica-Hammered-Coins', 58521, ''),
('', '', '', '', 58522, 58522, 'Other British Hammered Coins', 'Other-British-Hammered-Coins', 58521, ''),
('', '', '', '', 72366, 72366, 'Early Milled (c.1662-1816)', 'Early-Milled-c1662-1816', 3394, ''),
('', '', '', '', 72367, 72367, 'Farthing', 'Farthing', 72366, ''),
('', '', '', '', 72368, 72368, 'Half-Penny', 'Half-Penny', 72366, ''),
('', '', '', '', 72369, 72369, 'Penny', 'Penny', 72366, ''),
('', '', '', '', 58528, 58528, 'Twopence', 'Twopence', 72366, ''),
('', '', '', '', 72370, 72370, 'Threepence', 'Threepence', 72366, ''),
('', '', '', '', 72371, 72371, 'Fourpence/ Groat', 'Fourpence-Groat', 72366, ''),
('', '', '', '', 72372, 72372, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 72366, ''),
('', '', '', '', 72373, 72373, 'Sixpence', 'Sixpence', 72366, ''),
('', '', '', '', 72374, 72374, 'Shilling', 'Shilling', 72366, ''),
('', '', '', '', 72375, 72375, 'Half-Crown', 'Half-Crown', 72366, ''),
('', '', '', '', 72376, 72376, 'Crown', 'Crown', 72366, ''),
('', '', '', '', 58527, 58527, 'Guinea', 'Guinea', 72366, ''),
('', '', '', '', 101118, 101118, 'Bank of England Issues', 'Bank-of-England-Issues', 72366, ''),
('', '', '', '', 72377, 72377, 'Other Early Milled Coins', 'Other-Early-Milled-Coins', 72366, ''),
('', '', '', '', 141089, 141089, 'Milled (1816-1837)', 'Milled-1816-1837', 3394, ''),
('', '', '', '', 141090, 141090, 'Farthing', 'Farthing', 141089, ''),
('', '', '', '', 141091, 141091, 'Half-Penny', 'Half-Penny', 141089, ''),
('', '', '', '', 141092, 141092, 'Penny', 'Penny', 141089, ''),
('', '', '', '', 141093, 141093, 'Threepence', 'Threepence', 141089, ''),
('', '', '', '', 141094, 141094, 'Fourpence/ Groat', 'Fourpence-Groat', 141089, ''),
('', '', '', '', 141095, 141095, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 141089, ''),
('', '', '', '', 141096, 141096, 'Sixpence', 'Sixpence', 141089, ''),
('', '', '', '', 141097, 141097, 'Shilling', 'Shilling', 141089, ''),
('', '', '', '', 141098, 141098, 'Half-Crown', 'Half-Crown', 141089, ''),
('', '', '', '', 141099, 141099, 'Crown', 'Crown', 141089, ''),
('', '', '', '', 141100, 141100, 'Half-Sovereign', 'Half-Sovereign', 141089, ''),
('', '', '', '', 141101, 141101, 'Sovereign', 'Sovereign', 141089, ''),
('', '', '', '', 141102, 141102, 'Other Milled Coins (1816-1837)', 'Other-Milled-Coins-1816-1837', 141089, ''),
('', '', '', '', 98759, 98759, 'Victoria (1837-1901)', 'Victoria-1837-1901', 3394, ''),
('', '', '', '', 98760, 98760, 'Quarter/ Third/ Half-Farthing', 'Quarter-Third-Half-Farthing', 98759, ''),
('', '', '', '', 98761, 98761, 'Farthing', 'Farthing', 98759, ''),
('', '', '', '', 98762, 98762, 'Half-Penny', 'Half-Penny', 98759, ''),
('', '', '', '', 98763, 98763, 'Penny', 'Penny', 98759, ''),
('', '', '', '', 122479, 122479, 'Threehalfpence', 'Threehalfpence', 98759, ''),
('', '', '', '', 98764, 98764, 'Threepence', 'Threepence', 98759, ''),
('', '', '', '', 98765, 98765, 'Fourpence/ Groat', 'Fourpence-Groat', 98759, ''),
('', '', '', '', 98766, 98766, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 98759, ''),
('', '', '', '', 98767, 98767, 'Sixpence', 'Sixpence', 98759, ''),
('', '', '', '', 98768, 98768, 'Shilling', 'Shilling', 98759, ''),
('', '', '', '', 98769, 98769, 'Florin/ Two Shillings', 'Florin-Two-Shillings', 98759, ''),
('', '', '', '', 98770, 98770, 'Half-Crown', 'Half-Crown', 98759, ''),
('', '', '', '', 98771, 98771, 'Double Florin', 'Double-Florin', 98759, ''),
('', '', '', '', 98772, 98772, 'Crown', 'Crown', 98759, ''),
('', '', '', '', 98773, 98773, 'Half-Sovereign', 'Half-Sovereign', 98759, ''),
('', '', '', '', 98774, 98774, 'Sovereign', 'Sovereign', 98759, ''),
('', '', '', '', 98775, 98775, 'Other Victorian Coins', 'Other-Victorian-Coins', 98759, ''),
('', '', '', '', 141103, 141103, 'Edward VII (1902-1910)', 'Edward-VII-1902-1910', 3394, ''),
('', '', '', '', 141104, 141104, 'Farthing', 'Farthing', 141103, ''),
('', '', '', '', 141105, 141105, 'Half-Penny', 'Half-Penny', 141103, ''),
('', '', '', '', 141106, 141106, 'Penny', 'Penny', 141103, ''),
('', '', '', '', 141107, 141107, 'Threepence', 'Threepence', 141103, ''),
('', '', '', '', 141108, 141108, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 141103, ''),
('', '', '', '', 141109, 141109, 'Sixpence', 'Sixpence', 141103, ''),
('', '', '', '', 141110, 141110, 'Shilling', 'Shilling', 141103, ''),
('', '', '', '', 141111, 141111, 'Florin/ Two Shillings', 'Florin-Two-Shillings', 141103, ''),
('', '', '', '', 141112, 141112, 'Half-Crown', 'Half-Crown', 141103, ''),
('', '', '', '', 141113, 141113, 'Crown', 'Crown', 141103, ''),
('', '', '', '', 141114, 141114, 'Half-Sovereign', 'Half-Sovereign', 141103, ''),
('', '', '', '', 141115, 141115, 'Sovereign', 'Sovereign', 141103, ''),
('', '', '', '', 141116, 141116, 'Other Edwardian Coins', 'Other-Edwardian-Coins', 141103, ''),
('', '', '', '', 141117, 141117, 'George V (1910-1936)', 'George-V-1910-1936', 3394, ''),
('', '', '', '', 141118, 141118, 'Farthing', 'Farthing', 141117, ''),
('', '', '', '', 141119, 141119, 'Half-Penny', 'Half-Penny', 141117, ''),
('', '', '', '', 141120, 141120, 'Penny', 'Penny', 141117, ''),
('', '', '', '', 141121, 141121, 'Threepence', 'Threepence', 141117, ''),
('', '', '', '', 141122, 141122, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 141117, ''),
('', '', '', '', 141123, 141123, 'Sixpence', 'Sixpence', 141117, ''),
('', '', '', '', 141124, 141124, 'Shilling', 'Shilling', 141117, ''),
('', '', '', '', 141125, 141125, 'Florin/ Two Shillings', 'Florin-Two-Shillings', 141117, ''),
('', '', '', '', 141126, 141126, 'Half-Crown', 'Half-Crown', 141117, ''),
('', '', '', '', 141127, 141127, 'Crown', 'Crown', 141117, ''),
('', '', '', '', 141128, 141128, 'Half-Sovereign', 'Half-Sovereign', 141117, ''),
('', '', '', '', 141129, 141129, 'Sovereign', 'Sovereign', 141117, ''),
('', '', '', '', 141130, 141130, 'Other George V Coins', 'Other-George-V-Coins', 141117, ''),
('', '', '', '', 141131, 141131, 'Edward VIII (1936)', 'Edward-VIII-1936', 3394, ''),
('', '', '', '', 141132, 141132, 'George VI (1936-1952)', 'George-VI-1936-1952', 3394, ''),
('', '', '', '', 141133, 141133, 'Farthing', 'Farthing', 141132, ''),
('', '', '', '', 141134, 141134, 'Half-Penny', 'Half-Penny', 141132, ''),
('', '', '', '', 141135, 141135, 'Penny', 'Penny', 141132, ''),
('', '', '', '', 141136, 141136, 'Threepence', 'Threepence', 141132, ''),
('', '', '', '', 141137, 141137, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 141132, ''),
('', '', '', '', 141138, 141138, 'Sixpence', 'Sixpence', 141132, ''),
('', '', '', '', 141139, 141139, 'Shilling', 'Shilling', 141132, ''),
('', '', '', '', 141140, 141140, 'Florin/ Two Shillings', 'Florin-Two-Shillings', 141132, ''),
('', '', '', '', 141141, 141141, 'Half-Crown', 'Half-Crown', 141132, ''),
('', '', '', '', 141142, 141142, 'Crown', 'Crown', 141132, ''),
('', '', '', '', 141143, 141143, 'Half-Sovereign', 'Half-Sovereign', 141132, ''),
('', '', '', '', 141144, 141144, 'Sovereign', 'Sovereign', 141132, ''),
('', '', '', '', 141145, 141145, 'Other George VI Coins', 'Other-George-VI-Coins', 141132, ''),
('', '', '', '', 58525, 58525, 'Elizabeth II (1953-c.1971)', 'Elizabeth-II-1953-c1971', 3394, ''),
('', '', '', '', 4398, 4398, 'Farthing', 'Farthing', 58525, ''),
('', '', '', '', 3396, 3396, 'Half-Penny', 'Half-Penny', 58525, ''),
('', '', '', '', 3397, 3397, 'Penny', 'Penny', 58525, ''),
('', '', '', '', 3398, 3398, 'Threepence', 'Threepence', 58525, ''),
('', '', '', '', 58529, 58529, 'Maundy Sets/ Coins', 'Maundy-Sets-Coins', 58525, ''),
('', '', '', '', 3399, 3399, 'Sixpence', 'Sixpence', 58525, ''),
('', '', '', '', 3401, 3401, 'Shilling', 'Shilling', 58525, ''),
('', '', '', '', 3402, 3402, 'Florin/ Two Shillings', 'Florin-Two-Shillings', 58525, ''),
('', '', '', '', 3404, 3404, 'Half-Crown', 'Half-Crown', 58525, ''),
('', '', '', '', 3405, 3405, 'Double Florin', 'Double-Florin', 58525, ''),
('', '', '', '', 3406, 3406, 'Crown', 'Crown', 58525, ''),
('', '', '', '', 58526, 58526, 'Half-Sovereign', 'Half-Sovereign', 58525, ''),
('', '', '', '', 3408, 3408, 'Sovereign', 'Sovereign', 58525, ''),
('', '', '', '', 538, 538, 'Other Elizabeth II Coins', 'Other-Elizabeth-II-Coins', 58525, ''),
('', '', '', '', 122480, 122480, 'Decimal Coinage (c.1971-Now)', 'Decimal-Coinage-c1971-Now', 3394, ''),
('', '', '', '', 131484, 131484, '1/2p', '1/2p', 122480, ''),
('', '', '', '', 122481, 122481, '1p', '1p', 122480, ''),
('', '', '', '', 122482, 122482, '2p', '2p', 122480, ''),
('', '', '', '', 122483, 122483, '5p', '5p', 122480, ''),
('', '', '', '', 122484, 122484, '10p', '10p', 122480, ''),
('', '', '', '', 122485, 122485, '20p', '20p', 122480, ''),
('', '', '', '', 122486, 122486, '50p', '50p', 122480, ''),
('', '', '', '', 122487, 122487, 'One Pound', 'One-Pound', 122480, ''),
('', '', '', '', 122488, 122488, 'Two Pounds', 'Two-Pounds', 122480, ''),
('', '', '', '', 122489, 122489, 'Five Pounds', 'Five-Pounds', 122480, ''),
('', '', '', '', 122490, 122490, 'Decimal Coin Sets', 'Decimal-Coin-Sets', 122480, ''),
('', '', '', '', 3407, 3407, 'Other Decimal Coinage', 'Other-Decimal-Coinage', 122480, ''),
('', '', '', '', 141146, 141146, 'Commemorative Coins', 'Commemorative-Coins', 3394, ''),
('', '', '', '', 141147, 141147, 'Pre-1970', 'Pre-1970', 141146, ''),
('', '', '', '', 141148, 141148, '1970s', '1970s', 141146, ''),
('', '', '', '', 141149, 141149, '1980s', '1980s', 141146, ''),
('', '', '', '', 4397, 4397, '1990s', '1990s', 141146, ''),
('', '', '', '', 141150, 141150, '2000s', '2000s', 141146, ''),
('', '', '', '', 141151, 141151, 'Proof Sets/ Coins', 'Proof-Sets-Coins', 3394, ''),
('', '', '', '', 141152, 141152, 'Pre-1970', 'Pre-1970', 141151, ''),
('', '', '', '', 141153, 141153, '1970s', '1970s', 141151, ''),
('', '', '', '', 141154, 141154, '1980s', '1980s', 141151, ''),
('', '', '', '', 3409, 3409, '1990s', '1990s', 141151, ''),
('', '', '', '', 141155, 141155, '2000s', '2000s', 141151, ''),
('', '', '', '', 101119, 101119, 'Regional Issues', 'Regional-Issues', 3394, ''),
('', '', '', '', 58531, 58531, 'Channel Islands', 'Channel-Islands', 101119, ''),
('', '', '', '', 75338, 75338, 'Isle of Man', 'Isle-of-Man', 101119, ''),
('', '', '', '', 58530, 58530, 'Scottish', 'Scottish', 101119, ''),
('', '', '', '', 101120, 101120, 'Other Regional Issues', 'Other-Regional-Issues', 101119, ''),
('', '', '', '', 93508, 93508, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 3394, ''),
('', '', '', '', 79964, 79964, 'Other British Coins', 'Other-British-Coins', 3394, ''),
('', '', '', '', 45148, 45148, 'European', 'European', 58520, ''),
('', '', '', '', 122491, 122491, 'Albania', 'Albania', 45148, ''),
('', '', '', '', 39479, 39479, 'Austria', 'Austria', 45148, ''),
('', '', '', '', 45149, 45149, 'Belgium', 'Belgium', 45148, ''),
('', '', '', '', 90641, 90641, 'Bulgaria', 'Bulgaria', 45148, ''),
('', '', '', '', 96809, 96809, 'Cyprus', 'Cyprus', 45148, ''),
('', '', '', '', 90642, 90642, 'Czechoslovakia', 'Czechoslovakia', 45148, ''),
('', '', '', '', 45150, 45150, 'Denmark', 'Denmark', 45148, ''),
('', '', '', '', 96810, 96810, 'Estonia/ Latvia/ Lithuania', 'Estonia-Latvia-Lithuania', 45148, ''),
('', '', '', '', 45151, 45151, 'Finland', 'Finland', 45148, ''),
('', '', '', '', 539, 539, 'France', 'France', 45148, ''),
('', '', '', '', 540, 540, 'Germany', 'Germany', 45148, ''),
('', '', '', '', 69510, 69510, 'Gibraltar', 'Gibraltar', 45148, ''),
('', '', '', '', 45152, 45152, 'Greece', 'Greece', 45148, ''),
('', '', '', '', 45153, 45153, 'Hungary', 'Hungary', 45148, ''),
('', '', '', '', 108914, 108914, 'Iceland', 'Iceland', 45148, ''),
('', '', '', '', 39480, 39480, 'Italy', 'Italy', 45148, ''),
('', '', '', '', 101121, 101121, 'Luxembourg', 'Luxembourg', 45148, ''),
('', '', '', '', 72040, 72040, 'Malta', 'Malta', 45148, ''),
('', '', '', '', 45154, 45154, 'Netherlands', 'Netherlands', 45148, ''),
('', '', '', '', 45155, 45155, 'Norway', 'Norway', 45148, ''),
('', '', '', '', 45156, 45156, 'Poland', 'Poland', 45148, ''),
('', '', '', '', 45157, 45157, 'Portugal', 'Portugal', 45148, ''),
('', '', '', '', 90643, 90643, 'Romania', 'Romania', 45148, ''),
('', '', '', '', 3393, 3393, 'Russia', 'Russia', 45148, ''),
('', '', '', '', 39481, 39481, 'Spain', 'Spain', 45148, ''),
('', '', '', '', 4186, 4186, 'Sweden', 'Sweden', 45148, ''),
('', '', '', '', 45158, 45158, 'Switzerland', 'Switzerland', 45148, ''),
('', '', '', '', 45159, 45159, 'Turkey', 'Turkey', 45148, ''),
('', '', '', '', 122492, 122492, 'Vatican/ Papal', 'Vatican-Papal', 45148, ''),
('', '', '', '', 90644, 90644, 'Yugoslavia', 'Yugoslavia', 45148, ''),
('', '', '', '', 93509, 93509, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 45148, ''),
('', '', '', '', 4941, 4941, 'Other European Coins', 'Other-European-Coins', 45148, ''),
('', '', '', '', 122493, 122493, 'Ireland', 'Ireland', 58520, ''),
('', '', '', '', 122494, 122494, 'Pre-1920', 'Pre-1920', 122493, ''),
('', '', '', '', 3390, 3390, 'Post-1920', 'Post-1920', 122493, ''),
('', '', '', '', 253, 253, 'United States', 'United-States', 58520, ''),
('', '', '', '', 4182, 4182, 'Half Cents', 'Half-Cents', 253, ''),
('', '', '', '', 254, 254, 'Small Cents', 'Small-Cents', 253, ''),
('', '', '', '', 4183, 4183, 'Large Cents', 'Large-Cents', 253, ''),
('', '', '', '', 3356, 3356, '2, 3 & 20 Cents', '2-3-and-20-Cents', 253, ''),
('', '', '', '', 520, 520, 'Nickels', 'Nickels', 253, ''),
('', '', '', '', 3357, 3357, 'Half Dimes', 'Half-Dimes', 253, ''),
('', '', '', '', 867, 867, 'Dimes', 'Dimes', 253, ''),
('', '', '', '', 521, 521, 'Quarters', 'Quarters', 253, ''),
('', '', '', '', 522, 522, 'Halves', 'Halves', 253, ''),
('', '', '', '', 523, 523, 'Dollars', 'Dollars', 253, ''),
('', '', '', '', 525, 525, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 253, ''),
('', '', '', '', 528, 528, 'Colonial', 'Colonial', 253, ''),
('', '', '', '', 529, 529, 'Commemorative', 'Commemorative', 253, ''),
('', '', '', '', 524, 524, 'Errors', 'Errors', 253, ''),
('', '', '', '', 526, 526, 'Mint Sets', 'Mint-Sets', 253, ''),
('', '', '', '', 3359, 3359, 'Proof Sets', 'Proof-Sets', 253, ''),
('', '', '', '', 3358, 3358, 'Rolls', 'Rolls', 253, ''),
('', '', '', '', 786, 786, 'Other United States Coins', 'Other-United-States-Coins', 253, ''),
('', '', '', '', 256, 256, 'World', 'World', 58520, ''),
('', '', '', '', 533, 533, 'Africa', 'Africa', 256, ''),
('', '', '', '', 534, 534, 'Asia', 'Asia', 256, ''),
('', '', '', '', 536, 536, 'Canada', 'Canada', 256, ''),
('', '', '', '', 542, 542, 'Latin America/ Caribbean', 'Latin-America-Caribbean', 256, ''),
('', '', '', '', 58532, 58532, 'Middle East', 'Middle-East', 256, ''),
('', '', '', '', 45143, 45143, 'Oceania/ Australasia', 'Oceania-Australasia', 256, ''),
('', '', '', '', 93510, 93510, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 256, ''),
('', '', '', '', 257, 257, 'Other World Coins', 'Other-World-Coins', 256, ''),
('', '', '', '', 58533, 58533, 'Novelty/ Replica', 'Novelty-Replica', 58520, ''),
('', '', '', '', 548, 548, 'Publications', 'Publications', 58520, ''),
('', '', '', '', 549, 549, 'Supplies/ Equipment', 'Supplies-Equipment', 58520, ''),
('', '', '', '', 3410, 3410, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 58520, ''),
('', '', '', '', 72378, 72378, 'Historical Medals/ Medallions', 'Historical-Medals-Medallions', 11116, ''),
('', '', '', '', 141163, 141163, 'British', 'British', 72378, ''),
('', '', '', '', 141164, 141164, '18th Century', '18th-Century', 141163, ''),
('', '', '', '', 3454, 3454, '19th Century', '19th-Century', 141163, ''),
('', '', '', '', 141165, 141165, '20th Century', '20th-Century', 141163, ''),
('', '', '', '', 72379, 72379, 'European', 'European', 72378, ''),
('', '', '', '', 72380, 72380, 'World', 'World', 72378, ''),
('', '', '', '', 93501, 93501, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 72378, ''),
('', '', '', '', 72381, 72381, 'Share Certificates/ Bonds', 'Share-Certificates-Bonds', 11116, ''),
('', '', '', '', 255, 255, 'British', 'British', 72381, ''),
('', '', '', '', 72382, 72382, 'European', 'European', 72381, ''),
('', '', '', '', 258, 258, 'World', 'World', 72381, ''),
('', '', '', '', 93502, 93502, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 72381, ''),
('', '', '', '', 58534, 58534, 'Tokens', 'Tokens', 11116, ''),
('', '', '', '', 72383, 72383, 'British', 'British', 58534, ''),
('', '', '', '', 72384, 72384, '17th Century', '17th-Century', 72383, ''),
('', '', '', '', 3455, 3455, '18th Century', '18th-Century', 72383, ''),
('', '', '', '', 72385, 72385, '19th Century', '19th-Century', 72383, ''),
('', '', '', '', 72386, 72386, '20th Century', '20th-Century', 72383, ''),
('', '', '', '', 58535, 58535, 'European', 'European', 58534, ''),
('', '', '', '', 259, 259, 'World', 'World', 58534, ''),
('', '', '', '', 93503, 93503, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 58534, ''),
('', '', '', '', 1, 1, 'Collectables', 'Collectables', 0, ''),
('', '', '', '', 34, 34, 'Advertising', 'Advertising', 1, ''),
('', '', '', '', 1525, 1525, 'Chemist', 'Chemist', 34, ''),
('', '', '', '', 821, 821, 'Distillery/ Spirits', 'Distillery-Spirits', 34, ''),
('', '', '', '', 36, 36, 'Drinks', 'Drinks', 34, ''),
('', '', '', '', 13601, 13601, 'Coca Cola', 'Coca-Cola', 36, ''),
('', '', '', '', 90645, 90645, 'Cocoa', 'Cocoa', 36, ''),
('', '', '', '', 90646, 90646, 'Coffee/ Nescafe', 'Coffee-Nescafe', 36, ''),
('', '', '', '', 13613, 13613, 'Pepsi', 'Pepsi', 36, ''),
('', '', '', '', 37, 37, 'Soft Drinks', 'Soft-Drinks', 36, ''),
('', '', '', '', 90649, 90649, 'Tea/ Tetley', 'Tea-Tetley', 36, ''),
('', '', '', '', 20189, 20189, 'Other Drinks Advertising', 'Other-Drinks-Advertising', 36, ''),
('', '', '', '', 3885, 3885, 'Fashion/ Clothing', 'Fashion-Clothing', 34, ''),
('', '', '', '', 13587, 13587, 'Food', 'Food', 34, ''),
('', '', '', '', 1321, 1321, 'Bakery', 'Bakery', 13587, ''),
('', '', '', '', 141167, 141167, 'Birds', 'Birds', 13587, ''),
('', '', '', '', 91318, 91318, 'Bisto', 'Bisto', 13587, ''),
('', '', '', '', 141166, 141166, 'Bovril', 'Bovril', 13587, ''),
('', '', '', '', 1322, 1322, 'Cereal', 'Cereal', 13587, ''),
('', '', '', '', 873, 873, 'Confectionery', 'Confectionery', 13587, ''),
('', '', '', '', 818, 818, 'Dairy', 'Dairy', 13587, ''),
('', '', '', '', 141168, 141168, 'Heinz', 'Heinz', 13587, ''),
('', '', '', '', 141169, 141169, 'HP', 'HP', 13587, ''),
('', '', '', '', 874, 874, 'M&M', 'MandM', 13587, ''),
('', '', '', '', 141170, 141170, 'Marmite', 'Marmite', 13587, ''),
('', '', '', '', 141171, 141171, 'OXO', 'OXO', 13587, ''),
('', '', '', '', 850, 850, 'Restaurants', 'Restaurants', 13587, ''),
('', '', '', '', 112442, 112442, 'Robertsons/ Golly', 'Robertsons-Golly', 13587, ''),
('', '', '', '', 60646, 60646, 'Signs', 'Signs', 13587, ''),
('', '', '', '', 60645, 60645, 'Tins', 'Tins', 13587, ''),
('', '', '', '', 1526, 1526, 'Other Food Advertising', 'Other-Food-Advertising', 13587, ''),
('', '', '', '', 108915, 108915, 'Kitchen/ Home', 'Kitchen-Home', 34, ''),
('', '', '', '', 804, 804, 'Signs', 'Signs', 34, ''),
('', '', '', '', 1313, 1313, 'Transportation', 'Transportation', 34, ''),
('', '', '', '', 69513, 69513, 'Aeronautica', 'Aeronautica', 1313, ''),
('', '', '', '', 69514, 69514, 'Petrol/ Oil', 'Petrol-Oil', 1313, ''),
('', '', '', '', 90648, 90648, 'Railway', 'Railway', 1313, ''),
('', '', '', '', 69515, 69515, 'Other Transportation Advert.', 'Other-Transportation-Advert', 1313, ''),
('', '', '', '', 35, 35, 'Other Advertising', 'Other-Advertising', 34, ''),
('', '', '', '', 1335, 1335, 'Animals', 'Animals', 1, ''),
('', '', '', '', 10811, 10811, 'Birds', 'Birds', 1335, ''),
('', '', '', '', 101122, 101122, 'Birds of Prey', 'Birds-of-Prey', 10811, ''),
('', '', '', '', 37847, 37847, 'Bluebird', 'Bluebird', 10811, ''),
('', '', '', '', 37849, 37849, 'Budgerigar', 'Budgerigar', 10811, ''),
('', '', '', '', 25426, 25426, 'Dove/ Pigeon', 'Dove-Pigeon', 10811, ''),
('', '', '', '', 10812, 10812, 'Duck', 'Duck', 10811, ''),
('', '', '', '', 13627, 13627, 'Eagle', 'Eagle', 10811, ''),
('', '', '', '', 10813, 10813, 'Flamingo', 'Flamingo', 10811, ''),
('', '', '', '', 91319, 91319, 'Game Birds', 'Game-Birds', 10811, ''),
('', '', '', '', 90651, 90651, 'Garden Birds', 'Garden-Birds', 10811, ''),
('', '', '', '', 10814, 10814, 'Goose', 'Goose', 10811, ''),
('', '', '', '', 10815, 10815, 'Hummingbird', 'Hummingbird', 10811, ''),
('', '', '', '', 93519, 93519, 'Kingfisher', 'Kingfisher', 10811, ''),
('', '', '', '', 12587, 12587, 'Owl', 'Owl', 10811, ''),
('', '', '', '', 10816, 10816, 'Parrot', 'Parrot', 10811, ''),
('', '', '', '', 20192, 20192, 'Peacock', 'Peacock', 10811, ''),
('', '', '', '', 10817, 10817, 'Penguin', 'Penguin', 10811, ''),
('', '', '', '', 37851, 37851, 'Pheasant', 'Pheasant', 10811, ''),
('', '', '', '', 112443, 112443, 'Pigeon', 'Pigeon', 10811, ''),
('', '', '', '', 101123, 101123, 'Sea Birds', 'Sea-Birds', 10811, ''),
('', '', '', '', 13628, 13628, 'Swan', 'Swan', 10811, ''),
('', '', '', '', 112444, 112444, 'Tropical Birds', 'Tropical-Birds', 10811, ''),
('', '', '', '', 108916, 108916, 'Mixed Birds', 'Mixed-Birds', 10811, ''),
('', '', '', '', 112445, 112445, 'Unknown Type', 'Unknown-Type', 10811, ''),
('', '', '', '', 1337, 1337, 'Other Bird Collectables', 'Other-Bird-Collectables', 10811, ''),
('', '', '', '', 10818, 10818, 'Cats', 'Cats', 1335, ''),
('', '', '', '', 37855, 37855, 'Figurines', 'Figurines', 10818, ''),
('', '', '', '', 37857, 37857, 'Mugs/ Cups', 'Mugs-Cups', 10818, ''),
('', '', '', '', 69520, 69520, 'Novelties', 'Novelties', 10818, ''),
('', '', '', '', 37858, 37858, 'Ornaments', 'Ornaments', 10818, ''),
('', '', '', '', 37859, 37859, 'Paintings/ Posters/ Prints', 'Paintings-Posters-Prints', 10818, ''),
('', '', '', '', 69517, 69517, 'Peter Fagan', 'Peter-Fagan', 10818, ''),
('', '', '', '', 69518, 69518, 'Sherratt & Simpson', 'Sherratt-and-Simpson', 10818, ''),
('', '', '', '', 112446, 112446, 'Winstanley', 'Winstanley', 10818, ''),
('', '', '', '', 1338, 1338, 'Other Cat Collectables', 'Other-Cat-Collectables', 10818, ''),
('', '', '', '', 3230, 3230, 'Dinosaurs', 'Dinosaurs', 1335, ''),
('', '', '', '', 10823, 10823, 'Dogs', 'Dogs', 1335, ''),
('', '', '', '', 12507, 12507, 'Afghan Hound', 'Afghan-Hound', 10823, ''),
('', '', '', '', 29408, 29408, 'Akita', 'Akita', 10823, ''),
('', '', '', '', 29409, 29409, 'Alaskan Malamute', 'Alaskan-Malamute', 10823, ''),
('', '', '', '', 10841, 10841, 'Alsatian/ German Shepherd', 'Alsatian-German-Shepherd', 10823, ''),
('', '', '', '', 29411, 29411, 'Australian Shepherd', 'Australian-Shepherd', 10823, ''),
('', '', '', '', 29412, 29412, 'Basenji', 'Basenji', 10823, ''),
('', '', '', '', 10825, 10825, 'Basset Hound', 'Basset-Hound', 10823, ''),
('', '', '', '', 10826, 10826, 'Beagle', 'Beagle', 10823, ''),
('', '', '', '', 50716, 50716, 'Bearded Collie', 'Bearded-Collie', 10823, ''),
('', '', '', '', 50718, 50718, 'Belgian Sheepdog', 'Belgian-Sheepdog', 10823, ''),
('', '', '', '', 29413, 29413, 'Bernese Mountain', 'Bernese-Mountain', 10823, ''),
('', '', '', '', 10827, 10827, 'Bichon Frise', 'Bichon-Frise', 10823, ''),
('', '', '', '', 29414, 29414, 'Bloodhound', 'Bloodhound', 10823, ''),
('', '', '', '', 10828, 10828, 'Border Collie', 'Border-Collie', 10823, ''),
('', '', '', '', 13629, 13629, 'Borzoi/Russian Wolfhound', 'Borzoi/Russian-Wolfhound', 10823, ''),
('', '', '', '', 10830, 10830, 'Boxer', 'Boxer', 10823, ''),
('', '', '', '', 90652, 90652, 'Briard', 'Briard', 10823, ''),
('', '', '', '', 29415, 29415, 'Brittany', 'Brittany', 10823, ''),
('', '', '', '', 50719, 50719, 'Brussels Griffon', 'Brussels-Griffon', 10823, ''),
('', '', '', '', 10831, 10831, 'Bulldog', 'Bulldog', 10823, ''),
('', '', '', '', 50720, 50720, 'Bullmastiff', 'Bullmastiff', 10823, ''),
('', '', '', '', 116840, 116840, 'Cane Corso', 'Cane-Corso', 10823, ''),
('', '', '', '', 10832, 10832, 'Chihuahua', 'Chihuahua', 10823, ''),
('', '', '', '', 50722, 50722, 'Chinese Crested', 'Chinese-Crested', 10823, ''),
('', '', '', '', 10833, 10833, 'Chow Chow', 'Chow-Chow', 10823, ''),
('', '', '', '', 10835, 10835, 'Collie', 'Collie', 10823, ''),
('', '', '', '', 10836, 10836, 'Corgi', 'Corgi', 10823, ''),
('', '', '', '', 10837, 10837, 'Dachshund', 'Dachshund', 10823, ''),
('', '', '', '', 10838, 10838, 'Dalmatian', 'Dalmatian', 10823, ''),
('', '', '', '', 10839, 10839, 'Doberman Pinscher', 'Doberman-Pinscher', 10823, ''),
('', '', '', '', 122495, 122495, 'Elkhound', 'Elkhound', 10823, ''),
('', '', '', '', 90653, 90653, 'Foxhound', 'Foxhound', 10823, ''),
('', '', '', '', 13632, 13632, 'French Bulldog', 'French-Bulldog', 10823, ''),
('', '', '', '', 29418, 29418, 'German Shorthaired Pointer', 'German-Shorthaired-Pointer', 10823, ''),
('', '', '', '', 10842, 10842, 'Golden Retriever', 'Golden-Retriever', 10823, ''),
('', '', '', '', 11634, 11634, 'Great Dane', 'Great-Dane', 10823, ''),
('', '', '', '', 10843, 10843, 'Greyhound', 'Greyhound', 10823, ''),
('', '', '', '', 90654, 90654, 'Hairless', 'Hairless', 10823, ''),
('', '', '', '', 29422, 29422, 'Irish Wolfhound', 'Irish-Wolfhound', 10823, ''),
('', '', '', '', 79965, 79965, 'Italian Spinone', 'Italian-Spinone', 10823, ''),
('', '', '', '', 29423, 29423, 'Japanese Chin', 'Japanese-Chin', 10823, ''),
('', '', '', '', 29424, 29424, 'Keeshond', 'Keeshond', 10823, ''),
('', '', '', '', 10845, 10845, 'Labrador Retriever', 'Labrador-Retriever', 10823, ''),
('', '', '', '', 101124, 101124, 'Leonberger', 'Leonberger', 10823, ''),
('', '', '', '', 10846, 10846, 'Lhasa Apso', 'Lhasa-Apso', 10823, ''),
('', '', '', '', 79966, 79966, 'Lurcher', 'Lurcher', 10823, ''),
('', '', '', '', 10847, 10847, 'Maltese', 'Maltese', 10823, ''),
('', '', '', '', 10848, 10848, 'Mastiff', 'Mastiff', 10823, ''),
('', '', '', '', 13633, 13633, 'Newfoundland', 'Newfoundland', 10823, ''),
('', '', '', '', 90655, 90655, 'Otterhound', 'Otterhound', 10823, ''),
('', '', '', '', 29425, 29425, 'Papillon', 'Papillon', 10823, ''),
('', '', '', '', 13635, 13635, 'Pekingese', 'Pekingese', 10823, ''),
('', '', '', '', 29426, 29426, 'Pointer', 'Pointer', 10823, ''),
('', '', '', '', 10849, 10849, 'Pomeranian', 'Pomeranian', 10823, ''),
('', '', '', '', 10850, 10850, 'Poodle', 'Poodle', 10823, ''),
('', '', '', '', 10851, 10851, 'Pug', 'Pug', 10823, ''),
('', '', '', '', 101125, 101125, 'Puli', 'Puli', 10823, ''),
('', '', '', '', 90656, 90656, 'Pyrenean Mountain', 'Pyrenean-Mountain', 10823, ''),
('', '', '', '', 29427, 29427, 'Rhodesian Ridgeback', 'Rhodesian-Ridgeback', 10823, ''),
('', '', '', '', 10852, 10852, 'Rottweiler', 'Rottweiler', 10823, ''),
('', '', '', '', 10853, 10853, 'Saint Bernard', 'Saint-Bernard', 10823, ''),
('', '', '', '', 29428, 29428, 'Saluki', 'Saluki', 10823, ''),
('', '', '', '', 13636, 13636, 'Samoyed', 'Samoyed', 10823, ''),
('', '', '', '', 29429, 29429, 'Schipperke', 'Schipperke', 10823, ''),
('', '', '', '', 13637, 13637, 'Schnauzer', 'Schnauzer', 10823, ''),
('', '', '', '', 101126, 101126, 'Scottish Deerhound', 'Scottish-Deerhound', 10823, ''),
('', '', '', '', 80611, 80611, 'Setter', 'Setter', 10823, ''),
('', '', '', '', 29417, 29417, 'English Setter', 'English-Setter', 80611, ''),
('', '', '', '', 29419, 29419, 'Gordon Setter', 'Gordon-Setter', 80611, ''),
('', '', '', '', 29421, 29421, 'Irish Setter', 'Irish-Setter', 80611, ''),
('', '', '', '', 80612, 80612, 'Other Setters', 'Other-Setters', 80611, ''),
('', '', '', '', 10855, 10855, 'Shar Pei', 'Shar-Pei', 10823, ''),
('', '', '', '', 13634, 13634, 'Sheepdog', 'Sheepdog', 10823, ''),
('', '', '', '', 13638, 13638, 'Sheltie/Shetland Sheepdog', 'Sheltie/Shetland-Sheepdog', 10823, ''),
('', '', '', '', 10856, 10856, 'Shih Tzu', 'Shih-Tzu', 10823, ''),
('', '', '', '', 10857, 10857, 'Siberian Husky', 'Siberian-Husky', 10823, ''),
('', '', '', '', 69521, 69521, 'Spaniel', 'Spaniel', 10823, ''),
('', '', '', '', 50721, 50721, 'Cavalier King Charles Spaniel', 'Cavalier-King-Charles-Spaniel', 69521, ''),
('', '', '', '', 106133, 106133, 'Clumber Spaniel', 'Clumber-Spaniel', 69521, ''),
('', '', '', '', 10834, 10834, 'Cocker Spaniel', 'Cocker-Spaniel', 69521, ''),
('', '', '', '', 13631, 13631, 'Springer Spaniel', 'Springer-Spaniel', 69521, ''),
('', '', '', '', 106132, 106132, 'Tibetan Spaniel', 'Tibetan-Spaniel', 69521, ''),
('', '', '', '', 82484, 82484, 'Water Spaniel', 'Water-Spaniel', 69521, ''),
('', '', '', '', 69522, 69522, 'Other Spaniels', 'Other-Spaniels', 69521, ''),
('', '', '', '', 69523, 69523, 'Terrier', 'Terrier', 10823, ''),
('', '', '', '', 10824, 10824, 'Airedale Terrier', 'Airedale-Terrier', 69523, ''),
('', '', '', '', 50717, 50717, 'Bedlington Terrier', 'Bedlington-Terrier', 69523, ''),
('', '', '', '', 82482, 82482, 'Border Terrier', 'Border-Terrier', 69523, ''),
('', '', '', '', 10829, 10829, 'Boston Terrier', 'Boston-Terrier', 69523, ''),
('', '', '', '', 13630, 13630, 'Bull Terrier', 'Bull-Terrier', 69523, ''),
('', '', '', '', 12508, 12508, 'Cairn Terrier', 'Cairn-Terrier', 69523, ''),
('', '', '', '', 10840, 10840, 'Fox Terrier', 'Fox-Terrier', 69523, ''),
('', '', '', '', 10844, 10844, 'Jack Russell Terrier', 'Jack-Russell-Terrier', 69523, ''),
('', '', '', '', 145700, 145700, 'Kerry Blue Terrier', 'Kerry-Blue-Terrier', 69523, ''),
('', '', '', '', 90660, 90660, 'Lakeland Terrier', 'Lakeland-Terrier', 69523, ''),
('', '', '', '', 79967, 79967, 'Norfolk/ Norwich Terrier', 'Norfolk-Norwich-Terrier', 69523, ''),
('', '', '', '', 82483, 82483, 'Pit Bull Terrier', 'Pit-Bull-Terrier', 69523, ''),
('', '', '', '', 73473, 73473, 'Rat Terrier', 'Rat-Terrier', 69523, ''),
('', '', '', '', 10854, 10854, 'Scottish Terrier', 'Scottish-Terrier', 69523, ''),
('', '', '', '', 90661, 90661, 'Sealyham Terrier', 'Sealyham-Terrier', 69523, ''),
('', '', '', '', 91320, 91320, 'Skye Terrier', 'Skye-Terrier', 69523, ''),
('', '', '', '', 60211, 60211, 'Staffordshire Bull Terrier', 'Staffordshire-Bull-Terrier', 69523, ''),
('', '', '', '', 108917, 108917, 'Tibetan Terrier', 'Tibetan-Terrier', 69523, ''),
('', '', '', '', 122496, 122496, 'Welsh Terrier', 'Welsh-Terrier', 69523, ''),
('', '', '', '', 13639, 13639, 'West Highland White Terrier', 'West-Highland-White-Terrier', 69523, ''),
('', '', '', '', 50726, 50726, 'Wheaten Terrier', 'Wheaten-Terrier', 69523, ''),
('', '', '', '', 10859, 10859, 'Yorkshire Terrier', 'Yorkshire-Terrier', 69523, ''),
('', '', '', '', 69524, 69524, 'Other Terriers', 'Other-Terriers', 69523, ''),
('', '', '', '', 29430, 29430, 'Vizsla', 'Vizsla', 10823, ''),
('', '', '', '', 29431, 29431, 'Weimaraner', 'Weimaraner', 10823, ''),
('', '', '', '', 10858, 10858, 'Whippet', 'Whippet', 10823, ''),
('', '', '', '', 106134, 106134, 'Mixed Breed', 'Mixed-Breed', 10823, ''),
('', '', '', '', 93520, 93520, 'Unknown Breed', 'Unknown-Breed', 10823, ''),
('', '', '', '', 66505, 66505, 'Other Dog Collectables', 'Other-Dog-Collectables', 10823, ''),
('', '', '', '', 45602, 45602, 'Farm/ Countryside', 'Farm-Countryside', 1335, ''),
('', '', '', '', 90662, 90662, 'Badgers', 'Badgers', 45602, ''),
('', '', '', '', 10865, 10865, 'Cattle', 'Cattle', 45602, ''),
('', '', '', '', 10864, 10864, 'Chickens', 'Chickens', 45602, ''),
('', '', '', '', 10881, 10881, 'Deer', 'Deer', 45602, ''),
('', '', '', '', 13646, 13646, 'Donkeys', 'Donkeys', 45602, ''),
('', '', '', '', 90663, 90663, 'Ducks', 'Ducks', 45602, ''),
('', '', '', '', 12509, 12509, 'Ferrets', 'Ferrets', 45602, ''),
('', '', '', '', 10884, 10884, 'Foxes', 'Foxes', 45602, ''),
('', '', '', '', 10885, 10885, 'Frogs', 'Frogs', 45602, ''),
('', '', '', '', 12588, 12588, 'Goats', 'Goats', 45602, ''),
('', '', '', '', 91321, 91321, 'Hares', 'Hares', 45602, ''),
('', '', '', '', 12510, 12510, 'Hedgehogs', 'Hedgehogs', 45602, ''),
('', '', '', '', 1341, 1341, 'Horses', 'Horses', 45602, ''),
('', '', '', '', 10891, 10891, 'Mice', 'Mice', 45602, ''),
('', '', '', '', 12511, 12511, 'Otters', 'Otters', 45602, ''),
('', '', '', '', 10866, 10866, 'Pigs', 'Pigs', 45602, ''),
('', '', '', '', 10893, 10893, 'Rabbits', 'Rabbits', 45602, ''),
('', '', '', '', 10867, 10867, 'Sheep', 'Sheep', 45602, ''),
('', '', '', '', 10895, 10895, 'Squirrels', 'Squirrels', 45602, ''),
('', '', '', '', 1528, 1528, 'Other Farm/ Countryside', 'Other-Farm-Countryside', 45602, ''),
('', '', '', '', 69525, 69525, 'Fish/ Marine', 'Fish-Marine', 1335, ''),
('', '', '', '', 10882, 10882, 'Dolphins', 'Dolphins', 69525, ''),
('', '', '', '', 3898, 3898, 'Fish', 'Fish', 69525, ''),
('', '', '', '', 29433, 29433, 'Lobster/ Shellfish', 'Lobster-Shellfish', 69525, ''),
('', '', '', '', 13648, 13648, 'Seals/ Sea Lions', 'Seals-Sea-Lions', 69525, ''),
('', '', '', '', 13649, 13649, 'Sharks', 'Sharks', 69525, ''),
('', '', '', '', 10897, 10897, 'Whales', 'Whales', 69525, ''),
('', '', '', '', 69527, 69527, 'Other Fish/ Marine', 'Other-Fish-Marine', 69525, ''),
('', '', '', '', 10868, 10868, 'Insects/ Butterflies', 'Insects-Butterflies', 1335, ''),
('', '', '', '', 67212, 67212, 'Taxidermy', 'Taxidermy', 1335, ''),
('', '', '', '', 45604, 45604, 'Wild Animals', 'Wild-Animals', 1335, ''),
('', '', '', '', 13652, 13652, 'Alligators/ Crocodiles', 'Alligators-Crocodiles', 45604, ''),
('', '', '', '', 29435, 29435, 'Bears', 'Bears', 45604, ''),
('', '', '', '', 29436, 29436, 'Camels', 'Camels', 45604, ''),
('', '', '', '', 10883, 10883, 'Elephants', 'Elephants', 45604, ''),
('', '', '', '', 10886, 10886, 'Giraffes', 'Giraffes', 45604, ''),
('', '', '', '', 13654, 13654, 'Hippopotamuses', 'Hippopotamuses', 45604, ''),
('', '', '', '', 108918, 108918, 'Kangaroos', 'Kangaroos', 45604, ''),
('', '', '', '', 10887, 10887, 'Koalas', 'Koalas', 45604, ''),
('', '', '', '', 13655, 13655, 'Leopards', 'Leopards', 45604, ''),
('', '', '', '', 10888, 10888, 'Lions', 'Lions', 45604, ''),
('', '', '', '', 10875, 10875, 'Lizards', 'Lizards', 45604, ''),
('', '', '', '', 10889, 10889, 'Monkeys/ Apes', 'Monkeys-Apes', 45604, ''),
('', '', '', '', 10890, 10890, 'Moose', 'Moose', 45604, ''),
('', '', '', '', 10892, 10892, 'Pandas', 'Pandas', 45604, ''),
('', '', '', '', 13656, 13656, 'Polar Bears', 'Polar-Bears', 45604, ''),
('', '', '', '', 13657, 13657, 'Rhinoceroses', 'Rhinoceroses', 45604, ''),
('', '', '', '', 10876, 10876, 'Snakes', 'Snakes', 45604, ''),
('', '', '', '', 10896, 10896, 'Tigers', 'Tigers', 45604, ''),
('', '', '', '', 10877, 10877, 'Tortoises/ Turtles', 'Tortoises-Turtles', 45604, ''),
('', '', '', '', 10898, 10898, 'Wolves', 'Wolves', 45604, ''),
('', '', '', '', 10899, 10899, 'Zebras', 'Zebras', 45604, ''),
('', '', '', '', 3238, 3238, 'Other Wild Animals', 'Other-Wild-Animals', 45604, ''),
('', '', '', '', 1336, 1336, 'Other Animals', 'Other-Animals', 1335, ''),
('', '', '', '', 13658, 13658, 'Animation', 'Animation', 1, ''),
('', '', '', '', 1529, 1529, 'Animation Art', 'Animation-Art', 13658, ''),
('', '', '', '', 75339, 75339, 'Disney', 'Disney', 1529, ''),
('', '', '', '', 13659, 13659, 'Prints/ Lithographs', 'Prints-Lithographs', 1529, ''),
('', '', '', '', 1532, 1532, 'Production Art', 'Production-Art', 1529, ''),
('', '', '', '', 1530, 1530, 'Other Animation Art', 'Other-Animation-Art', 1529, ''),
('', '', '', '', 1344, 1344, 'Animation Characters', 'Animation-Characters', 13658, ''),
('', '', '', '', 122497, 122497, 'Aardman Animation', 'Aardman-Animation', 1344, ''),
('', '', '', '', 122498, 122498, 'Chicken Run', 'Chicken-Run', 122497, ''),
('', '', '', '', 122499, 122499, 'Creature Comforts', 'Creature-Comforts', 122497, ''),
('', '', '', '', 45607, 45607, 'Wallace & Gromit', 'Wallace-and-Gromit', 122497, ''),
('', '', '', '', 122500, 122500, 'Other Aardman Animation', 'Other-Aardman-Animation', 122497, ''),
('', '', '', '', 13660, 13660, 'Betty Boop', 'Betty-Boop', 1344, ''),
('', '', '', '', 112448, 112448, 'Diddl', 'Diddl', 1344, ''),
('', '', '', '', 14276, 14276, 'Dr. Seuss', 'Dr-Seuss', 1344, ''),
('', '', '', '', 13661, 13661, 'Felix the Cat', 'Felix-the-Cat', 1344, ''),
('', '', '', '', 8610, 8610, 'Garfield', 'Garfield', 1344, ''),
('', '', '', '', 13662, 13662, 'Hanna-Barbera', 'Hanna-Barbera', 1344, ''),
('', '', '', '', 13663, 13663, 'The Flintstones', 'The-Flintstones', 13662, ''),
('', '', '', '', 13664, 13664, 'Scooby Doo', 'Scooby-Doo', 13662, ''),
('', '', '', '', 112447, 112447, 'Wacky Races', 'Wacky-Races', 13662, ''),
('', '', '', '', 1534, 1534, 'Other Hanna-Barbera', 'Other-Hanna-Barbera', 13662, ''),
('', '', '', '', 8614, 8614, 'Peanuts/ Snoopy', 'Peanuts-Snoopy', 1344, ''),
('', '', '', '', 39548, 39548, 'Pink Panther', 'Pink-Panther', 1344, ''),
('', '', '', '', 13671, 13671, 'Popeye', 'Popeye', 1344, ''),
('', '', '', '', 73479, 73479, 'Sesame Street', 'Sesame-Street', 1344, ''),
('', '', '', '', 8616, 8616, 'The Simpsons', 'The-Simpsons', 1344, ''),
('', '', '', '', 13673, 13673, 'Smurfs', 'Smurfs', 1344, ''),
('', '', '', '', 39549, 39549, 'South Park', 'South-Park', 1344, ''),
('', '', '', '', 60212, 60212, 'Spongebob Squarepants', 'Spongebob-Squarepants', 1344, ''),
('', '', '', '', 96812, 96812, 'Tintin', 'Tintin', 1344, ''),
('', '', '', '', 73480, 73480, 'Tom & Jerry', 'Tom-and-Jerry', 1344, ''),
('', '', '', '', 60600, 60600, 'Toy Story', 'Toy-Story', 1344, ''),
('', '', '', '', 13674, 13674, 'Warner Bros.', 'Warner-Bros', 1344, ''),
('', '', '', '', 13675, 13675, 'Bugs Bunny', 'Bugs-Bunny', 13674, ''),
('', '', '', '', 13676, 13676, 'Daffy Duck', 'Daffy-Duck', 13674, ''),
('', '', '', '', 13677, 13677, 'Marvin the Martian', 'Marvin-the-Martian', 13674, ''),
('', '', '', '', 13678, 13678, 'Pepe le Pew', 'Pepe-le-Pew', 13674, ''),
('', '', '', '', 88865, 88865, 'Porky Pig', 'Porky-Pig', 13674, ''),
('', '', '', '', 13679, 13679, 'Powerpuff Girls', 'Powerpuff-Girls', 13674, ''),
('', '', '', '', 13680, 13680, 'Road Runner/ Wile E. Coyote', 'Road-Runner-Wile-E-Coyote', 13674, ''),
('', '', '', '', 13681, 13681, 'Sylvester', 'Sylvester', 13674, ''),
('', '', '', '', 13682, 13682, 'Tasmanian Devil', 'Tasmanian-Devil', 13674, ''),
('', '', '', '', 13683, 13683, 'Tweety', 'Tweety', 13674, ''),
('', '', '', '', 1537, 1537, 'Other Warner Brothers', 'Other-Warner-Brothers', 13674, ''),
('', '', '', '', 60601, 60601, 'Winnie the Pooh', 'Winnie-the-Pooh', 1344, ''),
('', '', '', '', 363, 363, 'Other Animation Characters', 'Other-Animation-Characters', 1344, ''),
('', '', '', '', 11118, 11118, 'Japanese/ Anime', 'Japanese-Anime', 13658, ''),
('', '', '', '', 99994, 99994, 'Akira', 'Akira', 11118, ''),
('', '', '', '', 70955, 70955, 'Astro Boy', 'Astro-Boy', 11118, ''),
('', '', '', '', 31374, 31374, 'Card Captor Sakura', 'Card-Captor-Sakura', 11118, ''),
('', '', '', '', 31375, 31375, 'Cowboy Bebop', 'Cowboy-Bebop', 11118, ''),
('', '', '', '', 106886, 106886, 'Dead or Alive', 'Dead-or-Alive', 11118, ''),
('', '', '', '', 31376, 31376, 'Digimon', 'Digimon', 11118, ''),
('', '', '', '', 106887, 106887, 'Doraemon', 'Doraemon', 11118, ''),
('', '', '', '', 13666, 13666, 'DragonBall Z', 'DragonBall-Z', 11118, ''),
('', '', '', '', 31377, 31377, 'Escaflowne', 'Escaflowne', 11118, ''),
('', '', '', '', 11424, 11424, 'Evangelion', 'Evangelion', 11118, ''),
('', '', '', '', 13667, 13667, 'Final Fantasy', 'Final-Fantasy', 11118, ''),
('', '', '', '', 88928, 88928, 'Fullmetal Alchemist', 'Fullmetal-Alchemist', 11118, ''),
('', '', '', '', 31378, 31378, 'Fushigi Yuugi', 'Fushigi-Yuugi', 11118, ''),
('', '', '', '', 73573, 73573, 'Ghost in the Shell', 'Ghost-in-the-Shell', 11118, ''),
('', '', '', '', 11117, 11117, 'Gundam', 'Gundam', 11118, ''),
('', '', '', '', 50727, 50727, 'Hamtaro', 'Hamtaro', 11118, ''),
('', '', '', '', 39568, 39568, 'Hello Kitty', 'Hello-Kitty', 11118, ''),
('', '', '', '', 145704, 145704, 'InuYasha', 'InuYasha', 11118, ''),
('', '', '', '', 13668, 13668, 'Macross/ Robotech', 'Macross-Robotech', 11118, ''),
('', '', '', '', 31379, 31379, 'Magic Knight Rayearth', 'Magic-Knight-Rayearth', 11118, ''),
('', '', '', '', 73575, 73575, 'Naruto', 'Naruto', 11118, ''),
('', '', '', '', 73576, 73576, 'One Piece', 'One-Piece', 11118, ''),
('', '', '', '', 88930, 88930, 'Pucca', 'Pucca', 11118, ''),
('', '', '', '', 11119, 11119, 'Sailor Moon', 'Sailor-Moon', 11118, ''),
('', '', '', '', 39565, 39565, 'Saint Seiya', 'Saint-Seiya', 11118, ''),
('', '', '', '', 13669, 13669, 'San-X', 'San-X', 11118, ''),
('', '', '', '', 31380, 31380, 'Slayers', 'Slayers', 11118, ''),
('', '', '', '', 13670, 13670, 'Speed Racer', 'Speed-Racer', 11118, ''),
('', '', '', '', 90664, 90664, 'Studio Ghibli', 'Studio-Ghibli', 11118, ''),
('', '', '', '', 31381, 31381, 'Tenchi Muyo', 'Tenchi-Muyo', 11118, ''),
('', '', '', '', 39573, 39573, 'Totoro', 'Totoro', 11118, ''),
('', '', '', '', 31382, 31382, 'Trigun', 'Trigun', 11118, ''),
('', '', '', '', 1345, 1345, 'Other Japanese/ Anime', 'Other-Japanese-Anime', 11118, ''),
('', '', '', '', 69528, 69528, 'Other Animation', 'Other-Animation', 13658, ''),
('', '', '', '', 14429, 14429, 'Autographs', 'Autographs', 1, ''),
('', '', '', '', 69529, 69529, 'Original (Certified)', 'Original-Certified', 14429, ''),
('', '', '', '', 101127, 101127, 'Comedy', 'Comedy', 69529, ''),
('', '', '', '', 69530, 69530, 'Film', 'Film', 69529, ''),
('', '', '', '', 69531, 69531, 'Historical', 'Historical', 69529, ''),
('', '', '', '', 69532, 69532, 'Military', 'Military', 69529, ''),
('', '', '', '', 50, 50, 'Music', 'Music', 69529, ''),
('', '', '', '', 69533, 69533, 'Politics', 'Politics', 69529, ''),
('', '', '', '', 69534, 69534, 'Science/ Space', 'Science-Space', 69529, ''),
('', '', '', '', 69535, 69535, 'Sport', 'Sport', 69529, ''),
('', '', '', '', 145701, 145701, 'Theatre & Stage', 'Theatre-and-Stage', 69529, ''),
('', '', '', '', 69536, 69536, 'TV', 'TV', 69529, ''),
('', '', '', '', 69537, 69537, 'Other Original (Certified)', 'Other-Original-Certified', 69529, ''),
('', '', '', '', 96813, 96813, 'Original (Uncertified)', 'Original-Uncertified', 14429, ''),
('', '', '', '', 101128, 101128, 'Comedy', 'Comedy', 96813, ''),
('', '', '', '', 96814, 96814, 'Film', 'Film', 96813, ''),
('', '', '', '', 96815, 96815, 'Historical', 'Historical', 96813, ''),
('', '', '', '', 96816, 96816, 'Military', 'Military', 96813, ''),
('', '', '', '', 96817, 96817, 'Music', 'Music', 96813, ''),
('', '', '', '', 96818, 96818, 'Politics', 'Politics', 96813, ''),
('', '', '', '', 96819, 96819, 'Science/ Space', 'Science-Space', 96813, ''),
('', '', '', '', 96820, 96820, 'Sport', 'Sport', 96813, ''),
('', '', '', '', 145702, 145702, 'Theatre & Stage', 'Theatre-and-Stage', 96813, ''),
('', '', '', '', 96821, 96821, 'TV', 'TV', 96813, ''),
('', '', '', '', 96822, 96822, 'Other Original (Uncertified)', 'Other-Original-Uncertified', 96813, ''),
('', '', '', '', 93531, 93531, 'Pre-Printed', 'Pre-Printed', 14429, ''),
('', '', '', '', 101129, 101129, 'Comedy', 'Comedy', 93531, ''),
('', '', '', '', 93532, 93532, 'Film', 'Film', 93531, ''),
('', '', '', '', 93533, 93533, 'Historical', 'Historical', 93531, ''),
('', '', '', '', 93534, 93534, 'Military', 'Military', 93531, ''),
('', '', '', '', 93535, 93535, 'Music', 'Music', 93531, ''),
('', '', '', '', 93536, 93536, 'Politics', 'Politics', 93531, ''),
('', '', '', '', 93537, 93537, 'Science/ Space', 'Science-Space', 93531, ''),
('', '', '', '', 93538, 93538, 'Sport', 'Sport', 93531, ''),
('', '', '', '', 145703, 145703, 'Theatre & Stage', 'Theatre-and-Stage', 93531, ''),
('', '', '', '', 93539, 93539, 'TV', 'TV', 93531, ''),
('', '', '', '', 69369, 69369, 'Other Pre-Printed Autographs', 'Other-Pre-Printed-Autographs', 93531, ''),
('', '', '', '', 32615, 32615, 'Badges/ Patches', 'Badges-Patches', 1, ''),
('', '', '', '', 53568, 53568, 'Advertising Badges', 'Advertising-Badges', 32615, ''),
('', '', '', '', 60604, 60604, 'Celebrity Badges', 'Celebrity-Badges', 32615, ''),
('', '', '', '', 42372, 42372, 'Character Badges', 'Character-Badges', 32615, ''),
('', '', '', '', 69538, 69538, 'Club/ Association Badges', 'Club-Association-Badges', 32615, ''),
('', '', '', '', 112456, 112456, 'Blue Peter', 'Blue-Peter', 69538, ''),
('', '', '', '', 112457, 112457, 'Boys Brigade', 'Boys-Brigade', 69538, ''),
('', '', '', '', 69539, 69539, 'Charities', 'Charities', 69538, ''),
('', '', '', '', 42373, 42373, 'Clubs', 'Clubs', 69538, ''),
('', '', '', '', 112458, 112458, 'Corporates/ Companies', 'Corporates-Companies', 69538, ''),
('', '', '', '', 69540, 69540, 'Fire/ Rescue/ Lifeboat', 'Fire-Rescue-Lifeboat', 69538, ''),
('', '', '', '', 63805, 63805, 'Hard Rock Cafe', 'Hard-Rock-Cafe', 69538, ''),
('', '', '', '', 45610, 45610, 'Holiday/ Butlins', 'Holiday-Butlins', 69538, ''),
('', '', '', '', 63803, 63803, 'Medical/ Nursing/ Red Cross', 'Medical-Nursing-Red-Cross', 69538, ''),
('', '', '', '', 69543, 69543, 'Mining', 'Mining', 69538, ''),
('', '', '', '', 10956, 10956, 'Police', 'Police', 69538, ''),
('', '', '', '', 50790, 50790, 'Political/ Trade Union', 'Political-Trade-Union', 69538, ''),
('', '', '', '', 69542, 69542, 'School/ University', 'School-University', 69538, ''),
('', '', '', '', 13886, 13886, 'Scouts/ Guides', 'Scouts-Guides', 69538, ''),
('', '', '', '', 32660, 32660, 'Transportation', 'Transportation', 69538, ''),
('', '', '', '', 69544, 69544, 'Other Club/ Association Badges', 'Other-Club-Association-Badges', 69538, ''),
('', '', '', '', 60605, 60605, 'Enamel Badges', 'Enamel-Badges', 32615, ''),
('', '', '', '', 98793, 98793, 'Golly Badges', 'Golly-Badges', 32615, ''),
('', '', '', '', 106160, 106160, 'Robertsons', 'Robertsons', 98793, ''),
('', '', '', '', 106161, 106161, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 106160, ''),
('', '', '', '', 60606, 60606, 'Modern (Post-1990)', 'Modern-Post-1990', 106160, ''),
('', '', '', '', 98794, 98794, 'Non-Robertsons', 'Non-Robertsons', 98793, ''),
('', '', '', '', 91325, 91325, 'Medical/ Nursing/ Red Cross', 'Medical-Nursing-Red-Cross', 32615, ''),
('', '', '', '', 42374, 42374, 'Military Badges', 'Military-Badges', 32615, ''),
('', '', '', '', 50789, 50789, 'National Badges', 'National-Badges', 32615, ''),
('', '', '', '', 60608, 60608, 'Novelty/ Message Badges', 'Novelty-Message-Badges', 32615, ''),
('', '', '', '', 63224, 63224, 'Pewter Badges', 'Pewter-Badges', 32615, ''),
('', '', '', '', 32656, 32656, 'Sport Badges', 'Sport-Badges', 32615, ''),
('', '', '', '', 2036, 2036, 'Other Badges', 'Other-Badges', 32615, ''),
('', '', '', '', 69616, 69616, 'Patches', 'Patches', 32615, ''),
('', '', '', '', 90666, 90666, 'Clubs/ Associations', 'Clubs-Associations', 69616, ''),
('', '', '', '', 69617, 69617, 'Military', 'Military', 69616, ''),
('', '', '', '', 69618, 69618, 'Music', 'Music', 69616, ''),
('', '', '', '', 69619, 69619, 'Police', 'Police', 69616, ''),
('', '', '', '', 69620, 69620, 'Sport', 'Sport', 69616, ''),
('', '', '', '', 69621, 69621, 'Other Patches', 'Other-Patches', 69616, ''),
('', '', '', '', 29797, 29797, 'Bottles/ Pots', 'Bottles-Pots', 1, ''),
('', '', '', '', 563, 563, 'Beer', 'Beer', 29797, ''),
('', '', '', '', 69601, 69601, 'Chemist', 'Chemist', 29797, ''),
('', '', '', '', 1350, 1350, 'Codd/ Patents/ Minerals', 'Codd-Patents-Minerals', 29797, ''),
('', '', '', '', 69603, 69603, 'Gin', 'Gin', 29797, ''),
('', '', '', '', 69604, 69604, 'Ginger Beer/ Stout', 'Ginger-Beer-Stout', 29797, ''),
('', '', '', '', 69606, 69606, 'Household', 'Household', 29797, ''),
('', '', '', '', 894, 894, 'Ink', 'Ink', 29797, ''),
('', '', '', '', 895, 895, 'Medicine/ Cures', 'Medicine-Cures', 29797, ''),
('', '', '', '', 10906, 10906, 'Milk', 'Milk', 29797, ''),
('', '', '', '', 3914, 3914, 'Miniatures', 'Miniatures', 29797, ''),
('', '', '', '', 39498, 39498, 'Perfume', 'Perfume', 29797, ''),
('', '', '', '', 897, 897, 'Poison', 'Poison', 29797, ''),
('', '', '', '', 1351, 1351, 'Whiskey', 'Whiskey', 29797, ''),
('', '', '', '', 13909, 13909, 'Wine/ Black Glass', 'Wine-Black-Glass', 29797, ''),
('', '', '', '', 69607, 69607, 'Cream/ Preserve Pots', 'Cream-Preserve-Pots', 29797, ''),
('', '', '', '', 69608, 69608, 'Pot Lids/ Ointment Pots', 'Pot-Lids-Ointment-Pots', 29797, ''),
('', '', '', '', 13910, 13910, 'Other Bottles/ Pots', 'Other-Bottles-Pots', 29797, ''),
('', '', '', '', 562, 562, 'Breweriana', 'Breweriana', 1, ''),
('', '', '', '', 101130, 101130, 'Babycham', 'Babycham', 562, ''),
('', '', '', '', 69609, 69609, 'Guinness', 'Guinness', 562, ''),
('', '', '', '', 50741, 50741, 'Advertising', 'Advertising', 69609, ''),
('', '', '', '', 35727, 35727, 'Badges/ Pins', 'Badges-Pins', 69609, ''),
('', '', '', '', 14217, 14217, 'Clothing', 'Clothing', 69609, ''),
('', '', '', '', 69611, 69611, 'Glasses', 'Glasses', 69609, ''),
('', '', '', '', 69612, 69612, 'Novelties', 'Novelties', 69609, ''),
('', '', '', '', 69613, 69613, 'Other Guinness', 'Other-Guinness', 69609, ''),
('', '', '', '', 822, 822, 'Jack Daniels', 'Jack-Daniels', 562, ''),
('', '', '', '', 69614, 69614, 'Advertising', 'Advertising', 562, ''),
('', '', '', '', 50731, 50731, 'Ashtrays', 'Ashtrays', 562, ''),
('', '', '', '', 72041, 72041, 'Badges/ Pins', 'Badges-Pins', 562, ''),
('', '', '', '', 35733, 35733, 'Bar Towels', 'Bar-Towels', 562, ''),
('', '', '', '', 565, 565, 'Beer Mats/ Coasters', 'Beer-Mats-Coasters', 562, ''),
('', '', '', '', 566, 566, 'Bottle Openers', 'Bottle-Openers', 562, ''),
('', '', '', '', 50736, 50736, 'Clothing/ Caps', 'Clothing-Caps', 562, ''),
('', '', '', '', 11635, 11635, 'Corkscrews', 'Corkscrews', 562, ''),
('', '', '', '', 35712, 35712, 'Decanters', 'Decanters', 562, ''),
('', '', '', '', 3920, 3920, 'Drinkware/ Glasses/ Steins', 'Drinkware-Glasses-Steins', 562, ''),
('', '', '', '', 35726, 35726, 'Mugs', 'Mugs', 3920, ''),
('', '', '', '', 35723, 35723, 'Pint/ Beer Glasses', 'Pint-Beer-Glasses', 3920, ''),
('', '', '', '', 60617, 60617, 'Shot Glasses', 'Shot-Glasses', 3920, ''),
('', '', '', '', 101131, 101131, 'Spirit/ Whisky Glasses', 'Spirit-Whisky-Glasses', 3920, ''),
('', '', '', '', 3922, 3922, 'Steins', 'Steins', 3920, ''),
('', '', '', '', 3925, 3925, 'Tankards', 'Tankards', 3920, ''),
('', '', '', '', 101132, 101132, 'Tumblers', 'Tumblers', 3920, ''),
('', '', '', '', 101133, 101133, 'Wine Glasses', 'Wine-Glasses', 3920, ''),
('', '', '', '', 570, 570, 'Other Drinkware', 'Other-Drinkware', 3920, ''),
('', '', '', '', 60615, 60615, 'Hip Flasks', 'Hip-Flasks', 562, ''),
('', '', '', '', 10902, 10902, 'Ice Buckets/ Coolers', 'Ice-Buckets-Coolers', 562, ''),
('', '', '', '', 3924, 3924, 'Jugs', 'Jugs', 562, ''),
('', '', '', '', 69622, 69622, 'Novelties', 'Novelties', 562, ''),
('', '', '', '', 567, 567, 'Paper/ Labels', 'Paper-Labels', 562, ''),
('', '', '', '', 35728, 35728, 'Playing Cards', 'Playing-Cards', 562, ''),
('', '', '', '', 10903, 10903, 'Pourers/ Stoppers', 'Pourers-Stoppers', 562, ''),
('', '', '', '', 72042, 72042, 'Pumps/ Clips/ Optics', 'Pumps-Clips-Optics', 562, ''),
('', '', '', '', 10904, 10904, 'Shakers', 'Shakers', 562, ''),
('', '', '', '', 569, 569, 'Signs', 'Signs', 562, ''),
('', '', '', '', 96824, 96824, 'Soda Siphons', 'Soda-Siphons', 562, ''),
('', '', '', '', 571, 571, 'Tap Handles/ Knobs', 'Tap-Handles-Knobs', 562, ''),
('', '', '', '', 572, 572, 'Trays', 'Trays', 562, ''),
('', '', '', '', 118, 118, 'Other Breweriana', 'Other-Breweriana', 562, ''),
('', '', '', '', 898, 898, 'Casino', 'Casino', 1, ''),
('', '', '', '', 10908, 10908, 'Cards', 'Cards', 898, ''),
('', '', '', '', 63760, 63760, 'Casino Chips', 'Casino-Chips', 898, ''),
('', '', '', '', 66535, 66535, 'Casino Memorabilia', 'Casino-Memorabilia', 898, ''),
('', '', '', '', 63747, 63747, 'Dealer Shoe', 'Dealer-Shoe', 898, ''),
('', '', '', '', 10909, 10909, 'Dice', 'Dice', 898, ''),
('', '', '', '', 73488, 73488, 'Guides/ Manuals', 'Guides-Manuals', 898, ''),
('', '', '', '', 112449, 112449, 'Poker Sets & Accessories', 'Poker-Sets-and-Accessories', 898, ''),
('', '', '', '', 73489, 73489, 'Roulette', 'Roulette', 898, ''),
('', '', '', '', 35749, 35749, 'Tables/ Layouts', 'Tables-Layouts', 898, ''),
('', '', '', '', 573, 573, 'Other Casino', 'Other-Casino', 898, ''),
('', '', '', '', 79973, 79973, 'Cigarette/ Tea/ Gum Cards', 'Cigarette-Tea-Gum-Cards', 1, ''),
('', '', '', '', 47421, 47421, 'Cigarette Cards', 'Cigarette-Cards', 79973, ''),
('', '', '', '', 79968, 79968, 'Ardath', 'Ardath', 47421, ''),
('', '', '', '', 79969, 79969, 'B.A.T.', 'BAT', 47421, ''),
('', '', '', '', 60772, 60772, 'Carreras', 'Carreras', 47421, ''),
('', '', '', '', 101135, 101135, 'Cavanders', 'Cavanders', 47421, ''),
('', '', '', '', 101136, 101136, 'Churchman', 'Churchman', 47421, ''),
('', '', '', '', 79970, 79970, 'Cope', 'Cope', 47421, ''),
('', '', '', '', 60773, 60773, 'Gallaher', 'Gallaher', 47421, ''),
('', '', '', '', 60774, 60774, 'Godfrey Phillips/ BDV', 'Godfrey-Phillips-BDV', 47421, ''),
('', '', '', '', 101137, 101137, 'Hill', 'Hill', 47421, ''),
('', '', '', '', 72393, 72393, 'Kensitas/ Wix', 'Kensitas-Wix', 47421, ''),
('', '', '', '', 79972, 79972, 'Lambert & Butler', 'Lambert-and-Butler', 47421, ''),
('', '', '', '', 60776, 60776, 'Ogdens/ Guinea Gold/ Tabs', 'Ogdens-Guinea-Gold-Tabs', 47421, ''),
('', '', '', '', 60777, 60777, 'Overseas Issuers', 'Overseas-Issuers', 47421, ''),
('', '', '', '', 60787, 60787, 'Players', 'Players', 47421, ''),
('', '', '', '', 60788, 60788, 'Pre-1918', 'Pre-1918', 60787, ''),
('', '', '', '', 60789, 60789, '1918-1939', '1918-1939', 60787, ''),
('', '', '', '', 101138, 101138, 'Senior Service/ Pattreiouex', 'Senior-Service-Pattreiouex', 47421, ''),
('', '', '', '', 79971, 79971, 'Smith', 'Smith', 47421, ''),
('', '', '', '', 72394, 72394, 'Taddy', 'Taddy', 47421, ''),
('', '', '', '', 60790, 60790, 'Wills', 'Wills', 47421, ''),
('', '', '', '', 60791, 60791, 'Pre-1918', 'Pre-1918', 60790, ''),
('', '', '', '', 60792, 60792, '1918-1939', '1918-1939', 60790, ''),
('', '', '', '', 72396, 72396, 'Post-War (1945-Now)', 'Post-War-1945-Now', 47421, ''),
('', '', '', '', 60775, 60775, 'Collections/ Mixed Lots', 'Collections-Mixed-Lots', 47421, ''),
('', '', '', '', 72395, 72395, 'Reproductions', 'Reproductions', 47421, ''),
('', '', '', '', 4120, 4120, 'Other Cigarette Cards', 'Other-Cigarette-Cards', 47421, ''),
('', '', '', '', 86693, 86693, 'Confectionery/ Gum Cards', 'Confectionery-Gum-Cards', 79973, ''),
('', '', '', '', 101139, 101139, 'Liebig Cards', 'Liebig-Cards', 79973, ''),
('', '', '', '', 145728, 145728, 'Tea Cards', 'Tea-Cards', 79973, ''),
('', '', '', '', 145729, 145729, 'Brooke Bond/ PG Tips', 'Brooke-Bond-PG-Tips', 145728, ''),
('', '', '', '', 145730, 145730, 'Tetley', 'Tetley', 145728, ''),
('', '', '', '', 145731, 145731, 'Typhoo', 'Typhoo', 145728, ''),
('', '', '', '', 47426, 47426, 'Other Tea Cards', 'Other-Tea-Cards', 145728, ''),
('', '', '', '', 101140, 101140, 'Publications', 'Publications', 79973, ''),
('', '', '', '', 79974, 79974, 'Other Trade Cards', 'Other-Trade-Cards', 79973, ''),
('', '', '', '', 3930, 3930, 'Clocks', 'Clocks', 1, ''),
('', '', '', '', 13777, 13777, 'Decorative Ornaments/ Plates', 'Decorative-Ornaments-Plates', 1, ''),
('', '', '', '', 47409, 47409, 'Border Fine Arts', 'Border-Fine-Arts', 13777, ''),
('', '', '', '', 47410, 47410, 'Bossons', 'Bossons', 13777, ''),
('', '', '', '', 1354, 1354, 'Bradford Exchange', 'Bradford-Exchange', 13777, ''),
('', '', '', '', 91323, 91323, 'Cheeky Monkeys', 'Cheeky-Monkeys', 13777, ''),
('', '', '', '', 47411, 47411, 'Collectible World Studios', 'Collectible-World-Studios', 13777, ''),
('', '', '', '', 11122, 11122, 'Charming Tails', 'Charming-Tails', 47411, ''),
('', '', '', '', 47415, 47415, 'Just the Right Shoe', 'Just-the-Right-Shoe', 47411, ''),
('', '', '', '', 47412, 47412, 'The Latest Thing', 'The-Latest-Thing', 47411, ''),
('', '', '', '', 112451, 112451, 'Maasai', 'Maasai', 47411, ''),
('', '', '', '', 60621, 60621, 'Me to You', 'Me-to-You', 47411, ''),
('', '', '', '', 72387, 72387, 'Piggin', 'Piggin', 47411, ''),
('', '', '', '', 72388, 72388, 'Boxed', 'Boxed', 72387, ''),
('', '', '', '', 47413, 47413, 'Unboxed', 'Unboxed', 72387, ''),
('', '', '', '', 122501, 122501, 'Pocket Dragons', 'Pocket-Dragons', 47411, ''),
('', '', '', '', 122502, 122502, 'Boxed', 'Boxed', 122501, ''),
('', '', '', '', 47414, 47414, 'Unboxed', 'Unboxed', 122501, ''),
('', '', '', '', 69637, 69637, 'Willow Hall', 'Willow-Hall', 47411, ''),
('', '', '', '', 1542, 1542, 'Other CWS', 'Other-CWS', 47411, ''),
('', '', '', '', 60622, 60622, 'Colour Box', 'Colour-Box', 13777, ''),
('', '', '', '', 122504, 122504, 'Country Artists', 'Country-Artists', 13777, ''),
('', '', '', '', 122505, 122505, 'A Breed Apart', 'A-Breed-Apart', 122504, ''),
('', '', '', '', 122506, 122506, 'Best In Show', 'Best-In-Show', 122504, ''),
('', '', '', '', 122507, 122507, 'Butterfly Fairies', 'Butterfly-Fairies', 122504, ''),
('', '', '', '', 122508, 122508, 'Hedgies', 'Hedgies', 122504, ''),
('', '', '', '', 122509, 122509, 'Speed Freaks', 'Speed-Freaks', 122504, ''),
('', '', '', '', 122510, 122510, 'Tuskers', 'Tuskers', 122504, ''),
('', '', '', '', 75346, 75346, 'Other Country Artists', 'Other-Country-Artists', 122504, ''),
('', '', '', '', 1355, 1355, 'Danbury Mint', 'Danbury-Mint', 13777, ''),
('', '', '', '', 1543, 1543, 'David Winter', 'David-Winter', 13777, ''),
('', '', '', '', 112450, 112450, 'Eggberts', 'Eggberts', 13777, ''),
('', '', '', '', 69624, 69624, 'Enchantica', 'Enchantica', 13777, ''),
('', '', '', '', 104, 104, 'Enesco', 'Enesco', 13777, ''),
('', '', '', '', 75347, 75347, 'The Fairy Way', 'The-Fairy-Way', 13777, ''),
('', '', '', '', 112452, 112452, 'Finnians', 'Finnians', 13777, ''),
('', '', '', '', 13803, 13803, 'Franklin Mint', 'Franklin-Mint', 13777, ''),
('', '', '', '', 45133, 45133, 'Halcyon Days', 'Halcyon-Days', 13777, ''),
('', '', '', '', 1357, 1357, 'Hamilton', 'Hamilton', 13777, ''),
('', '', '', '', 1545, 1545, 'Harmony Kingdom', 'Harmony-Kingdom', 13777, ''),
('', '', '', '', 42371, 42371, 'Leonardo', 'Leonardo', 13777, ''),
('', '', '', '', 1544, 1544, 'Lilliput Lane', 'Lilliput-Lane', 13777, ''),
('', '', '', '', 13822, 13822, 'PenDelfin', 'PenDelfin', 13777, ''),
('', '', '', '', 60623, 60623, 'Regency Fine Arts', 'Regency-Fine-Arts', 13777, ''),
('', '', '', '', 122511, 122511, 'Robert Harrop', 'Robert-Harrop', 13777, ''),
('', '', '', '', 122512, 122512, 'Beano & Dandy Figures', 'Beano-and-Dandy-Figures', 122511, ''),
('', '', '', '', 122513, 122513, 'Camberwick Green', 'Camberwick-Green', 122511, ''),
('', '', '', '', 145732, 145732, 'Doggie People', 'Doggie-People', 122511, ''),
('', '', '', '', 122514, 122514, 'Thunderbirds', 'Thunderbirds', 122511, ''),
('', '', '', '', 1546, 1546, 'Other Robert Harrop', 'Other-Robert-Harrop', 122511, ''),
('', '', '', '', 112453, 112453, 'Snowbabies', 'Snowbabies', 13777, ''),
('', '', '', '', 122503, 122503, 'Treasured Pals', 'Treasured-Pals', 13777, ''),
('', '', '', '', 69623, 69623, 'Tudor Mint', 'Tudor-Mint', 13777, ''),
('', '', '', '', 116845, 116845, 'The Turds', 'The-Turds', 13777, ''),
('', '', '', '', 91322, 91322, 'Willow Tree', 'Willow-Tree', 13777, ''),
('', '', '', '', 69636, 69636, 'Boxes/ Trinkets', 'Boxes-Trinkets', 13777, ''),
('', '', '', '', 4025, 4025, 'Collector Eggs', 'Collector-Eggs', 13777, ''),
('', '', '', '', 93541, 93541, 'Collector Plaques', 'Collector-Plaques', 13777, ''),
('', '', '', '', 574, 574, 'Collector Plates', 'Collector-Plates', 13777, ''),
('', '', '', '', 101134, 101134, 'Collector Shoes', 'Collector-Shoes', 13777, ''),
('', '', '', '', 73515, 73515, 'Collector Teapots', 'Collector-Teapots', 13777, ''),
('', '', '', '', 13833, 13833, 'Figurines/ Figures/ Groups', 'Figurines-Figures-Groups', 13777, ''),
('', '', '', '', 60624, 60624, 'Other Unbranded Objects', 'Other-Unbranded-Objects', 13777, ''),
('', '', '', '', 100, 100, 'Other Decorative Ornaments', 'Other-Decorative-Ornaments', 13777, ''),
('', '', '', '', 137, 137, 'Disneyana', 'Disneyana', 1, ''),
('', '', '', '', 1369, 1369, 'Contemporary (1968-Now)', 'Contemporary-1968-Now', 137, ''),
('', '', '', '', 1371, 1371, 'Art Work', 'Art-Work', 1369, ''),
('', '', '', '', 1372, 1372, 'Books', 'Books', 1369, ''),
('', '', '', '', 35847, 35847, 'Clocks/ Watches/ Electrical', 'Clocks-Watches-Electrical', 1369, ''),
('', '', '', '', 1370, 1370, 'Clothing', 'Clothing', 1369, ''),
('', '', '', '', 1374, 1374, 'Comics', 'Comics', 1369, ''),
('', '', '', '', 142, 142, 'Cuddly Toys', 'Cuddly-Toys', 1369, ''),
('', '', '', '', 1375, 1375, 'Figurines/ Figures/ Groups', 'Figurines-Figures-Groups', 1369, ''),
('', '', '', '', 35857, 35857, 'Frames', 'Frames', 1369, ''),
('', '', '', '', 88888, 88888, 'Handbags/ Shoulder Bags', 'Handbags-Shoulder-Bags', 1369, ''),
('', '', '', '', 1376, 1376, 'Holiday/ Seasonal', 'Holiday-Seasonal', 1369, ''),
('', '', '', '', 1377, 1377, 'Homewares', 'Homewares', 1369, ''),
('', '', '', '', 1378, 1378, 'Jewellery', 'Jewellery', 1369, ''),
('', '', '', '', 13843, 13843, 'Mugs/ Plates/ Crockery', 'Mugs-Plates-Crockery', 1369, ''),
('', '', '', '', 143, 143, 'Pins/ Buttons', 'Pins-Buttons', 1369, ''),
('', '', '', '', 144, 144, 'Posters/ Prints', 'Posters-Prints', 1369, ''),
('', '', '', '', 69638, 69638, 'Purses/ Wallets', 'Purses-Wallets', 1369, ''),
('', '', '', '', 13846, 13846, 'Snowglobes', 'Snowglobes', 1369, ''),
('', '', '', '', 35862, 35862, 'Stationery/ Stickers', 'Stationery-Stickers', 1369, ''),
('', '', '', '', 138, 138, 'Other Contemporary Disney', 'Other-Contemporary-Disney', 1369, ''),
('', '', '', '', 140, 140, 'Vintage (Pre-1968)', 'Vintage-Pre-1968', 137, ''),
('', '', '', '', 3913, 3913, 'Ethnographic', 'Ethnographic', 1, ''),
('', '', '', '', 4190, 4190, 'African', 'African', 3913, ''),
('', '', '', '', 60603, 60603, 'Americas', 'Americas', 3913, ''),
('', '', '', '', 3546, 3546, 'Chinese', 'Chinese', 3913, ''),
('', '', '', '', 10911, 10911, 'Egyptian', 'Egyptian', 3913, ''),
('', '', '', '', 13737, 13737, 'India', 'India', 3913, ''),
('', '', '', '', 4003, 4003, 'Japanese', 'Japanese', 3913, ''),
('', '', '', '', 4002, 4002, 'Oceanian/ Australasian', 'Oceanian-Australasian', 3913, ''),
('', '', '', '', 373, 373, 'Other Ethnographic', 'Other-Ethnographic', 3913, ''),
('', '', '', '', 10860, 10860, 'Fantasy/ Myth/ Magic', 'Fantasy-Myth-Magic', 1, ''),
('', '', '', '', 69756, 69756, 'Angel', 'Angel', 10860, ''),
('', '', '', '', 69757, 69757, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 10860, ''),
('', '', '', '', 69758, 69758, 'Books/ Magazines', 'Books-Magazines', 69757, ''),
('', '', '', '', 69759, 69759, 'Clothing', 'Clothing', 69757, ''),
('', '', '', '', 112455, 112455, 'Figures', 'Figures', 69757, ''),
('', '', '', '', 14905, 14905, 'Photographs', 'Photographs', 69757, ''),
('', '', '', '', 90705, 90705, 'Plates / Mugs', 'Plates-Mugs', 69757, ''),
('', '', '', '', 69760, 69760, 'Other Buffy', 'Other-Buffy', 69757, ''),
('', '', '', '', 69761, 69761, 'Discworld', 'Discworld', 10860, ''),
('', '', '', '', 29798, 29798, 'Harry Potter', 'Harry-Potter', 10860, ''),
('', '', '', '', 29799, 29799, 'Lord of the Rings/ Tolkien', 'Lord-of-the-Rings-Tolkien', 10860, ''),
('', '', '', '', 14012, 14012, 'Magic', 'Magic', 10860, ''),
('', '', '', '', 427, 427, 'Equipment', 'Equipment', 14012, ''),
('', '', '', '', 14013, 14013, 'Instructional Material', 'Instructional-Material', 14012, ''),
('', '', '', '', 14014, 14014, 'Tricks', 'Tricks', 14012, ''),
('', '', '', '', 69670, 69670, 'Other Magic', 'Other-Magic', 14012, ''),
('', '', '', '', 98788, 98788, 'Mythical Creatures', 'Mythical-Creatures', 10860, ''),
('', '', '', '', 91324, 91324, 'Angels', 'Angels', 98788, ''),
('', '', '', '', 10861, 10861, 'Dragons', 'Dragons', 98788, ''),
('', '', '', '', 29432, 29432, 'Fairies/ Pixies', 'Fairies-Pixies', 98788, ''),
('', '', '', '', 13641, 13641, 'Mermaids', 'Mermaids', 98788, ''),
('', '', '', '', 13642, 13642, 'Pegasus', 'Pegasus', 98788, ''),
('', '', '', '', 10862, 10862, 'Unicorns', 'Unicorns', 98788, ''),
('', '', '', '', 29800, 29800, 'Wizards', 'Wizards', 98788, ''),
('', '', '', '', 98789, 98789, 'Other Mythical Creatures', 'Other-Mythical-Creatures', 98788, ''),
('', '', '', '', 14289, 14289, 'Xena', 'Xena', 10860, ''),
('', '', '', '', 1340, 1340, 'Other Fantasy/ Myth/ Magic', 'Other-Fantasy-Myth-Magic', 10860, ''),
('', '', '', '', 13881, 13881, 'Flags', 'Flags', 1, ''),
('', '', '', '', 39642, 39642, 'Country Flags', 'Country-Flags', 13881, ''),
('', '', '', '', 39644, 39644, 'British/ Union Jack', 'British-Union-Jack', 39642, ''),
('', '', '', '', 122518, 122518, 'English/ Cross of St. George', 'English-Cross-of-St-George', 39642, ''),
('', '', '', '', 103960, 103960, 'Australia', 'Australia', 39642, ''),
('', '', '', '', 103961, 103961, 'Brazil', 'Brazil', 39642, ''),
('', '', '', '', 66525, 66525, 'Canada', 'Canada', 39642, ''),
('', '', '', '', 103962, 103962, 'China', 'China', 39642, ''),
('', '', '', '', 103963, 103963, 'Cuba', 'Cuba', 39642, ''),
('', '', '', '', 103964, 103964, 'France', 'France', 39642, ''),
('', '', '', '', 39643, 39643, 'Germany', 'Germany', 39642, ''),
('', '', '', '', 103965, 103965, 'Greece', 'Greece', 39642, ''),
('', '', '', '', 39645, 39645, 'Ireland', 'Ireland', 39642, ''),
('', '', '', '', 103966, 103966, 'Israel', 'Israel', 39642, ''),
('', '', '', '', 103967, 103967, 'Italy', 'Italy', 39642, ''),
('', '', '', '', 103968, 103968, 'Jamaica', 'Jamaica', 39642, ''),
('', '', '', '', 103969, 103969, 'Japan', 'Japan', 39642, ''),
('', '', '', '', 103970, 103970, 'Mexico', 'Mexico', 39642, ''),
('', '', '', '', 141172, 141172, 'Northern Ireland', 'Northern-Ireland', 39642, ''),
('', '', '', '', 103971, 103971, 'Poland', 'Poland', 39642, ''),
('', '', '', '', 103972, 103972, 'Portugal', 'Portugal', 39642, ''),
('', '', '', '', 103973, 103973, 'Russia', 'Russia', 39642, ''),
('', '', '', '', 66526, 66526, 'Scotland', 'Scotland', 39642, ''),
('', '', '', '', 103974, 103974, 'Spain', 'Spain', 39642, ''),
('', '', '', '', 103975, 103975, 'Sweden', 'Sweden', 39642, ''),
('', '', '', '', 13882, 13882, 'USA (Confederate)', 'USA-Confederate', 39642, ''),
('', '', '', '', 39646, 39646, 'USA (Stars & Stripes)', 'USA-Stars-and-Stripes', 39642, ''),
('', '', '', '', 122519, 122519, 'Wales', 'Wales', 39642, ''),
('', '', '', '', 13883, 13883, 'Other Country Flags', 'Other-Country-Flags', 39642, ''),
('', '', '', '', 4042, 4042, 'Other Flags', 'Other-Flags', 13881, ''),
('', '', '', '', 13905, 13905, 'Household', 'Household', 1, ''),
('', '', '', '', 13907, 13907, 'Coasters', 'Coasters', 13905, ''),
('', '', '', '', 984, 984, 'Music Boxes', 'Music-Boxes', 13905, ''),
('', '', '', '', 4098, 4098, 'Pez', 'Pez', 13905, ''),
('', '', '', '', 3637, 3637, 'Snowglobes', 'Snowglobes', 13905, ''),
('', '', '', '', 1460, 1460, 'Spoons', 'Spoons', 13905, ''),
('', '', '', '', 63225, 63225, 'Other Household', 'Other-Household', 13905, ''),
('', '', '', '', 13720, 13720, 'Jukeboxes', 'Jukeboxes', 1, ''),
('', '', '', '', 13721, 13721, 'Machines', 'Machines', 13720, ''),
('', '', '', '', 13723, 13723, 'Parts/ Manuals/ Accessories', 'Parts-Manuals-Accessories', 13720, ''),
('', '', '', '', 3946, 3946, 'Other Jukeboxes', 'Other-Jukeboxes', 13720, ''),
('', '', '', '', 3628, 3628, 'Keyrings', 'Keyrings', 1, ''),
('', '', '', '', 81, 81, 'Kitchenalia', 'Kitchenalia', 1, ''),
('', '', '', '', 112465, 112465, 'Baskets', 'Baskets', 81, ''),
('', '', '', '', 13921, 13921, 'Bread Bins', 'Bread-Bins', 81, ''),
('', '', '', '', 112466, 112466, 'Bread Boards', 'Bread-Boards', 81, ''),
('', '', '', '', 90682, 90682, 'Butter/ Cheese Dishes', 'Butter-Cheese-Dishes', 81, ''),
('', '', '', '', 101143, 101143, 'Butter Pats', 'Butter-Pats', 81, ''),
('', '', '', '', 975, 975, 'Cookware', 'Cookware', 81, ''),
('', '', '', '', 14898, 14898, 'Egg Cups', 'Egg-Cups', 81, ''),
('', '', '', '', 69652, 69652, 'Fridge Magnets', 'Fridge-Magnets', 81, ''),
('', '', '', '', 69653, 69653, 'Animals', 'Animals', 69652, ''),
('', '', '', '', 69654, 69654, 'Car/ Vehicle', 'Car-Vehicle', 69652, ''),
('', '', '', '', 90684, 90684, 'Celebrity', 'Celebrity', 69652, ''),
('', '', '', '', 69655, 69655, 'Film/ TV', 'Film-TV', 69652, ''),
('', '', '', '', 69656, 69656, 'Music', 'Music', 69652, ''),
('', '', '', '', 476, 476, 'Novelty', 'Novelty', 69652, ''),
('', '', '', '', 69657, 69657, 'Sport', 'Sport', 69652, ''),
('', '', '', '', 122521, 122521, 'Topographical/ Souvenir', 'Topographical-Souvenir', 69652, ''),
('', '', '', '', 69658, 69658, 'Other Fridge Magnets', 'Other-Fridge-Magnets', 69652, ''),
('', '', '', '', 13930, 13930, 'Grinders', 'Grinders', 81, ''),
('', '', '', '', 13926, 13926, 'Jelly Moulds', 'Jelly-Moulds', 81, ''),
('', '', '', '', 29816, 29816, 'Knives/ Forks/ Spoons', 'Knives-Forks-Spoons', 81, ''),
('', '', '', '', 14899, 14899, 'Mugs', 'Mugs', 81, ''),
('', '', '', '', 14288, 14288, 'Napkin Rings', 'Napkin-Rings', 81, ''),
('', '', '', '', 48788, 48788, 'Nut Crackers', 'Nut-Crackers', 81, ''),
('', '', '', '', 14900, 14900, 'Pie Funnels', 'Pie-Funnels', 81, ''),
('', '', '', '', 11666, 11666, 'Rolling Pins', 'Rolling-Pins', 81, ''),
('', '', '', '', 4049, 4049, 'Salt & Pepper Pots', 'Salt-and-Pepper-Pots', 81, ''),
('', '', '', '', 69651, 69651, 'Cruet Sets', 'Cruet-Sets', 4049, ''),
('', '', '', '', 13928, 13928, 'Novelty', 'Novelty', 4049, ''),
('', '', '', '', 84, 84, 'Pairs/ Sets', 'Pairs-Sets', 4049, ''),
('', '', '', '', 4051, 4051, 'Singles', 'Singles', 4049, ''),
('', '', '', '', 69650, 69650, 'Other Salt & Pepper Pots', 'Other-Salt-and-Pepper-Pots', 4049, ''),
('', '', '', '', 112467, 112467, 'Scales', 'Scales', 81, ''),
('', '', '', '', 14901, 14901, 'Serving Trays', 'Serving-Trays', 81, ''),
('', '', '', '', 11659, 11659, 'Sieves & Strainers', 'Sieves-and-Strainers', 81, ''),
('', '', '', '', 982, 982, 'Small Appliances', 'Small-Appliances', 81, ''),
('', '', '', '', 83, 83, 'Storage Jars/ Containers', 'Storage-Jars-Containers', 81, ''),
('', '', '', '', 75483, 75483, 'Sugar Bowls', 'Sugar-Bowls', 81, ''),
('', '', '', '', 979, 979, 'Tableware', 'Tableware', 81, ''),
('', '', '', '', 13933, 13933, 'Teapots/ Kettles', 'Teapots-Kettles', 81, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 29810, 29810, 'Timers', 'Timers', 81, ''),
('', '', '', '', 112468, 112468, 'Toast Racks', 'Toast-Racks', 81, ''),
('', '', '', '', 11657, 11657, 'Tupperware', 'Tupperware', 81, ''),
('', '', '', '', 82, 82, 'Other Kitchenalia', 'Other-Kitchenalia', 81, ''),
('', '', '', '', 1401, 1401, 'Knives/ Swords', 'Knives-Swords', 1, ''),
('', '', '', '', 41181, 41181, 'Accessories', 'Accessories', 1401, ''),
('', '', '', '', 72043, 72043, 'Antique (Pre-1900)', 'Antique-Pre-1900', 1401, ''),
('', '', '', '', 41182, 41182, 'Axes/ Hatchets', 'Axes-Hatchets', 1401, ''),
('', '', '', '', 1402, 1402, 'Commemorative', 'Commemorative', 1401, ''),
('', '', '', '', 88903, 88903, 'Daggers', 'Daggers', 1401, ''),
('', '', '', '', 43222, 43222, 'Knives', 'Knives', 1401, ''),
('', '', '', '', 72046, 72046, 'Bowie/ Commando', 'Bowie-Commando', 43222, ''),
('', '', '', '', 72047, 72047, 'Leatherman', 'Leatherman', 43222, ''),
('', '', '', '', 72048, 72048, 'Lock Knives', 'Lock-Knives', 43222, ''),
('', '', '', '', 72049, 72049, 'Penknives', 'Penknives', 43222, ''),
('', '', '', '', 1403, 1403, 'Pocket Knives', 'Pocket-Knives', 43222, ''),
('', '', '', '', 48821, 48821, 'Swiss Army Knives', 'Swiss-Army-Knives', 43222, ''),
('', '', '', '', 72050, 72050, 'Other Knives', 'Other-Knives', 43222, ''),
('', '', '', '', 43336, 43336, 'Swords', 'Swords', 1401, ''),
('', '', '', '', 43337, 43337, 'Fantasy', 'Fantasy', 43336, ''),
('', '', '', '', 20272, 20272, 'Japanese/ Samurai', 'Japanese-Samurai', 43336, ''),
('', '', '', '', 72045, 72045, 'Other Swords', 'Other-Swords', 43336, ''),
('', '', '', '', 475, 475, 'Other Knives/ Swords', 'Other-Knives-Swords', 1401, ''),
('', '', '', '', 50188, 50188, 'Masonic', 'Masonic', 1, ''),
('', '', '', '', 50193, 50193, 'Aprons & Regalia', 'Aprons-and-Regalia', 50188, ''),
('', '', '', '', 69666, 69666, 'Books & Publications', 'Books-and-Publications', 50188, ''),
('', '', '', '', 60619, 60619, 'Cufflinks, Studs & Lapel Pins', 'Cufflinks-Studs-and-Lapel-Pins', 50188, ''),
('', '', '', '', 50191, 50191, 'Jewels & Medals', 'Jewels-and-Medals', 50188, ''),
('', '', '', '', 90680, 90680, 'Ornaments', 'Ornaments', 50188, ''),
('', '', '', '', 112464, 112464, 'Rings & Watches', 'Rings-and-Watches', 50188, ''),
('', '', '', '', 518, 518, 'Other Masonic', 'Other-Masonic', 50188, ''),
('', '', '', '', 13877, 13877, 'Memorabilia', 'Memorabilia', 1, ''),
('', '', '', '', 987, 987, 'Americana', 'Americana', 13877, ''),
('', '', '', '', 69660, 69660, 'Boys Brigade', 'Boys-Brigade', 13877, ''),
('', '', '', '', 13885, 13885, 'Boy Scouts/ Scouting', 'Boy-Scouts-Scouting', 13877, ''),
('', '', '', '', 404, 404, 'Badges/ Patches', 'Badges-Patches', 13885, ''),
('', '', '', '', 13887, 13887, 'Books', 'Books', 13885, ''),
('', '', '', '', 13890, 13890, 'Clothing', 'Clothing', 13885, ''),
('', '', '', '', 112461, 112461, 'Cubs', 'Cubs', 13885, ''),
('', '', '', '', 69659, 69659, 'Other Boy Scouts/ Scouting', 'Other-Boy-Scouts-Scouting', 13885, ''),
('', '', '', '', 91341, 91341, 'Charities', 'Charities', 13877, ''),
('', '', '', '', 2017, 2017, 'Circus/ Fairground', 'Circus-Fairground', 13877, ''),
('', '', '', '', 91342, 91342, 'Clubs/ Associations', 'Clubs-Associations', 13877, ''),
('', '', '', '', 18789, 18789, 'eBayana', 'eBayana', 13877, ''),
('', '', '', '', 426, 426, 'Exhibitions', 'Exhibitions', 13877, ''),
('', '', '', '', 4038, 4038, 'Fire Brigade', 'Fire-Brigade', 13877, ''),
('', '', '', '', 11140, 11140, 'Badges/ Patches', 'Badges-Patches', 4038, ''),
('', '', '', '', 13880, 13880, 'Clothing', 'Clothing', 4038, ''),
('', '', '', '', 396, 396, 'Equipment', 'Equipment', 4038, ''),
('', '', '', '', 4040, 4040, 'Helmets/ Hats', 'Helmets-Hats', 4038, ''),
('', '', '', '', 69661, 69661, 'Medals/ Ribbons', 'Medals-Ribbons', 4038, ''),
('', '', '', '', 90677, 90677, 'Models', 'Models', 4038, ''),
('', '', '', '', 33769, 33769, 'Photographs', 'Photographs', 4038, ''),
('', '', '', '', 90678, 90678, 'Publications', 'Publications', 4038, ''),
('', '', '', '', 69662, 69662, 'Other Fire Brigade', 'Other-Fire-Brigade', 4038, ''),
('', '', '', '', 13891, 13891, 'Girl Guides', 'Girl-Guides', 13877, ''),
('', '', '', '', 405, 405, 'Badges/ Patches', 'Badges-Patches', 13891, ''),
('', '', '', '', 13893, 13893, 'Books', 'Books', 13891, ''),
('', '', '', '', 112462, 112462, 'Brownies', 'Brownies', 13891, ''),
('', '', '', '', 13895, 13895, 'Clothing', 'Clothing', 13891, ''),
('', '', '', '', 69663, 69663, 'Other Girl Guides', 'Other-Girl-Guides', 13891, ''),
('', '', '', '', 208, 208, 'Historical', 'Historical', 13877, ''),
('', '', '', '', 90690, 90690, 'Literary', 'Literary', 13877, ''),
('', '', '', '', 91340, 91340, 'Medical/ Nursing/ Red Cross', 'Medical-Nursing-Red-Cross', 13877, ''),
('', '', '', '', 122520, 122520, 'Millennium/ Year 2000', 'Millennium-Year-2000', 13877, ''),
('', '', '', '', 3632, 3632, 'Mining', 'Mining', 13877, ''),
('', '', '', '', 928, 928, 'Police', 'Police', 13877, ''),
('', '', '', '', 929, 929, 'Badges/ Patches', 'Badges-Patches', 928, ''),
('', '', '', '', 50780, 50780, 'Clothing', 'Clothing', 928, ''),
('', '', '', '', 395, 395, 'Equipment', 'Equipment', 928, ''),
('', '', '', '', 69671, 69671, 'Helmets/ Caps', 'Helmets-Caps', 928, ''),
('', '', '', '', 69672, 69672, 'Medals/ Ribbons', 'Medals-Ribbons', 928, ''),
('', '', '', '', 69673, 69673, 'Photographs', 'Photographs', 928, ''),
('', '', '', '', 90681, 90681, 'Publications', 'Publications', 928, ''),
('', '', '', '', 103992, 103992, 'Whistles', 'Whistles', 928, ''),
('', '', '', '', 69674, 69674, 'Other Police', 'Other-Police', 928, ''),
('', '', '', '', 367, 367, 'Political/ Trade Union', 'Political-Trade-Union', 13877, ''),
('', '', '', '', 90691, 90691, 'Prison', 'Prison', 13877, ''),
('', '', '', '', 12517, 12517, 'Russian/ Soviet', 'Russian-Soviet', 13877, ''),
('', '', '', '', 39724, 39724, 'St. John Ambulance', 'St-John-Ambulance', 13877, ''),
('', '', '', '', 4036, 4036, 'School/ University', 'School-University', 13877, ''),
('', '', '', '', 86694, 86694, 'Souvenirs', 'Souvenirs', 13877, ''),
('', '', '', '', 211, 211, 'Other Memorabilia', 'Other-Memorabilia', 13877, ''),
('', '', '', '', 1430, 1430, 'Metalware', 'Metalware', 1, ''),
('', '', '', '', 1431, 1431, 'Aluminium', 'Aluminium', 1430, ''),
('', '', '', '', 60654, 60654, 'Brass', 'Brass', 1430, ''),
('', '', '', '', 60655, 60655, 'Bells', 'Bells', 60654, ''),
('', '', '', '', 60656, 60656, 'Candlesticks/ Holders', 'Candlesticks-Holders', 60654, ''),
('', '', '', '', 60657, 60657, 'Figures/ Models', 'Figures-Models', 60654, ''),
('', '', '', '', 60658, 60658, 'Horse Brasses', 'Horse-Brasses', 60654, ''),
('', '', '', '', 90685, 90685, 'Jugs/ Vases', 'Jugs-Vases', 60654, ''),
('', '', '', '', 112470, 112470, 'Lamps', 'Lamps', 60654, ''),
('', '', '', '', 90686, 90686, 'Plaques/ Plates/ Dishes', 'Plaques-Plates-Dishes', 60654, ''),
('', '', '', '', 90687, 90687, 'Toasting Forks', 'Toasting-Forks', 60654, ''),
('', '', '', '', 3630, 3630, 'Other Brass', 'Other-Brass', 60654, ''),
('', '', '', '', 1432, 1432, 'Bronze', 'Bronze', 1430, ''),
('', '', '', '', 3631, 3631, 'Cast Iron', 'Cast-Iron', 1430, ''),
('', '', '', '', 1433, 1433, 'Copper', 'Copper', 1430, ''),
('', '', '', '', 1434, 1434, 'Pewter', 'Pewter', 1430, ''),
('', '', '', '', 1436, 1436, 'Silver (Plate)', 'Silver-Plate', 1430, ''),
('', '', '', '', 1435, 1435, 'Silver (Solid)', 'Silver-Solid', 1430, ''),
('', '', '', '', 75486, 75486, 'Stainless Steel', 'Stainless-Steel', 1430, ''),
('', '', '', '', 10950, 10950, 'Tin', 'Tin', 1430, ''),
('', '', '', '', 28, 28, 'Other Metalware', 'Other-Metalware', 1430, ''),
('', '', '', '', 13956, 13956, 'Militaria', 'Militaria', 1, ''),
('', '', '', '', 1552, 1552, 'Ancient/ Medieval (Pre-1500)', 'Ancient-Medieval-Pre-1500', 13956, ''),
('', '', '', '', 13957, 13957, 'Early Modern (1500-1800)', 'Early-Modern-1500-1800', 13956, ''),
('', '', '', '', 67574, 67574, '19th Century (1800-1899)', '19th-Century-1800-1899', 13956, ''),
('', '', '', '', 67575, 67575, 'Badges', 'Badges', 67574, ''),
('', '', '', '', 13959, 13959, 'Books', 'Books', 67574, ''),
('', '', '', '', 106151, 106151, 'Ceramics/ Pottery', 'Ceramics-Pottery', 67574, ''),
('', '', '', '', 67576, 67576, 'Documents/ Maps', 'Documents-Maps', 67574, ''),
('', '', '', '', 69195, 69195, 'Field Gear', 'Field-Gear', 67574, ''),
('', '', '', '', 72389, 72389, 'Helmets/ Hats', 'Helmets-Hats', 67574, ''),
('', '', '', '', 583, 583, 'Medals/ Ribbons', 'Medals-Ribbons', 67574, ''),
('', '', '', '', 69684, 69684, 'Photographs', 'Photographs', 67574, ''),
('', '', '', '', 112472, 112472, 'Powder Flasks', 'Powder-Flasks', 67574, ''),
('', '', '', '', 101153, 101153, 'Prints', 'Prints', 67574, ''),
('', '', '', '', 67577, 67577, 'Swords/ Bayonets', 'Swords-Bayonets', 67574, ''),
('', '', '', '', 36035, 36035, 'Uniforms', 'Uniforms', 67574, ''),
('', '', '', '', 67578, 67578, 'Other 19th Century Militaria', 'Other-19th-Century-Militaria', 67574, ''),
('', '', '', '', 101150, 101150, 'Boer War (1899-1902)', 'Boer-War-1899-1902', 13956, ''),
('', '', '', '', 101151, 101151, '1903-1913', '1903-1913', 13956, ''),
('', '', '', '', 13962, 13962, 'World War I (1914-1918)', 'World-War-I-1914-1918', 13956, ''),
('', '', '', '', 4374, 4374, 'ANZAC', 'ANZAC', 13962, ''),
('', '', '', '', 64820, 64820, 'Badges', 'Badges', 13962, ''),
('', '', '', '', 13969, 13969, 'Books', 'Books', 13962, ''),
('', '', '', '', 106153, 106153, 'Ceramics/ Pottery', 'Ceramics-Pottery', 13962, ''),
('', '', '', '', 64821, 64821, 'Documents/ Maps', 'Documents-Maps', 13962, ''),
('', '', '', '', 13974, 13974, 'Field Gear', 'Field-Gear', 13962, ''),
('', '', '', '', 13971, 13971, 'Helmets/ Hats', 'Helmets-Hats', 13962, ''),
('', '', '', '', 69685, 69685, 'Home Front', 'Home-Front', 13962, ''),
('', '', '', '', 13966, 13966, 'Medals/ Ribbons', 'Medals-Ribbons', 13962, ''),
('', '', '', '', 64822, 64822, 'Photographs', 'Photographs', 13962, ''),
('', '', '', '', 145733, 145733, 'Plaques', 'Plaques', 13962, ''),
('', '', '', '', 101152, 101152, 'Prints', 'Prints', 13962, ''),
('', '', '', '', 90688, 90688, 'Silks', 'Silks', 13962, ''),
('', '', '', '', 13970, 13970, 'Swords/ Bayonets', 'Swords-Bayonets', 13962, ''),
('', '', '', '', 64823, 64823, 'Trench Art', 'Trench-Art', 13962, ''),
('', '', '', '', 69683, 69683, 'Uniforms', 'Uniforms', 13962, ''),
('', '', '', '', 64824, 64824, 'Other World War I Militaria', 'Other-World-War-I-Militaria', 13962, ''),
('', '', '', '', 13976, 13976, 'Inter-War (1919-1938)', 'Inter-War-1919-1938', 13956, ''),
('', '', '', '', 4716, 4716, 'World War II (1939-1945)', 'World-War-II-1939-1945', 13956, ''),
('', '', '', '', 69686, 69686, 'Badges', 'Badges', 4716, ''),
('', '', '', '', 4717, 4717, 'Books', 'Books', 4716, ''),
('', '', '', '', 106154, 106154, 'Ceramics/ Pottery', 'Ceramics-Pottery', 4716, ''),
('', '', '', '', 4718, 4718, 'Documents/ Maps', 'Documents-Maps', 4716, ''),
('', '', '', '', 4719, 4719, 'Edged Weapons', 'Edged-Weapons', 4716, ''),
('', '', '', '', 4721, 4721, 'Field Gear', 'Field-Gear', 4716, ''),
('', '', '', '', 112474, 112474, 'Gas Masks', 'Gas-Masks', 4716, ''),
('', '', '', '', 4722, 4722, 'Helmets/ Hats', 'Helmets-Hats', 4716, ''),
('', '', '', '', 4723, 4723, 'Home Front', 'Home-Front', 4716, ''),
('', '', '', '', 4724, 4724, 'Medals/ Ribbons', 'Medals-Ribbons', 4716, ''),
('', '', '', '', 4725, 4725, 'Patches', 'Patches', 4716, ''),
('', '', '', '', 4726, 4726, 'Personal Gear', 'Personal-Gear', 4716, ''),
('', '', '', '', 4727, 4727, 'Photographs', 'Photographs', 4716, ''),
('', '', '', '', 145734, 145734, 'Plaques', 'Plaques', 4716, ''),
('', '', '', '', 101154, 101154, 'Prints', 'Prints', 4716, ''),
('', '', '', '', 112473, 112473, 'RAF', 'RAF', 4716, ''),
('', '', '', '', 4729, 4729, 'Uniforms', 'Uniforms', 4716, ''),
('', '', '', '', 585, 585, 'Other World War II Militaria', 'Other-World-War-II-Militaria', 4716, ''),
('', '', '', '', 586, 586, '1946-1960', '1946-1960', 13956, ''),
('', '', '', '', 587, 587, '1961-1975/ Vietnam War', '1961-1975-Vietnam-War', 13956, ''),
('', '', '', '', 13983, 13983, '1976-1981', '1976-1981', 13956, ''),
('', '', '', '', 90694, 90694, 'Falklands War (1982)', 'Falklands-War-1982', 13956, ''),
('', '', '', '', 90695, 90695, '1983-1989', '1983-1989', 13956, ''),
('', '', '', '', 10953, 10953, 'Gulf War (1990-1991)', 'Gulf-War-1990-1991', 13956, ''),
('', '', '', '', 67579, 67579, 'Current Militaria (1991-Now)', 'Current-Militaria-1991-Now', 13956, ''),
('', '', '', '', 36074, 36074, 'American', 'American', 67579, ''),
('', '', '', '', 67580, 67580, 'British', 'British', 67579, ''),
('', '', '', '', 90692, 90692, 'French', 'French', 67579, ''),
('', '', '', '', 67581, 67581, 'German', 'German', 67579, ''),
('', '', '', '', 106152, 106152, 'Irish', 'Irish', 67579, ''),
('', '', '', '', 10954, 10954, 'Soviet/ Russian', 'Soviet-Russian', 67579, ''),
('', '', '', '', 13981, 13981, 'Other Current Militaria', 'Other-Current-Militaria', 67579, ''),
('', '', '', '', 36075, 36075, 'Surplus/ Equipment', 'Surplus-Equipment', 13956, ''),
('', '', '', '', 112475, 112475, 'Armour', 'Armour', 36075, ''),
('', '', '', '', 36078, 36078, 'Badges/ Patches', 'Badges-Patches', 36075, ''),
('', '', '', '', 74712, 74712, 'Bags', 'Bags', 36075, ''),
('', '', '', '', 104026, 104026, 'Belts/ Belt Buckles', 'Belts-Belt-Buckles', 36075, ''),
('', '', '', '', 104027, 104027, 'Boots', 'Boots', 36075, ''),
('', '', '', '', 70988, 70988, 'Clothing', 'Clothing', 36075, ''),
('', '', '', '', 67584, 67584, 'Edged Weapons', 'Edged-Weapons', 36075, ''),
('', '', '', '', 36077, 36077, 'Field Gear', 'Field-Gear', 36075, ''),
('', '', '', '', 104004, 104004, 'Gas Masks', 'Gas-Masks', 36075, ''),
('', '', '', '', 36076, 36076, 'Helmets/ Hats', 'Helmets-Hats', 36075, ''),
('', '', '', '', 90693, 90693, 'Water Bottles', 'Water-Bottles', 36075, ''),
('', '', '', '', 112476, 112476, 'Webbing', 'Webbing', 36075, ''),
('', '', '', '', 588, 588, 'Other Surplus/ Equipment', 'Other-Surplus-Equipment', 36075, ''),
('', '', '', '', 42381, 42381, 'Other Militaria', 'Other-Militaria', 13956, ''),
('', '', '', '', 66528, 66528, 'Air Force', 'Air-Force', 42381, ''),
('', '', '', '', 66529, 66529, 'Army', 'Army', 42381, ''),
('', '', '', '', 66533, 66533, 'Navy', 'Navy', 42381, ''),
('', '', '', '', 112471, 112471, 'SAS', 'SAS', 42381, ''),
('', '', '', '', 66534, 66534, 'Other Forces', 'Other-Forces', 42381, ''),
('', '', '', '', 66503, 66503, 'Moneyboxes/ Piggy Banks', 'Moneyboxes-Piggy-Banks', 1, ''),
('', '', '', '', 149, 149, 'Moneyboxes', 'Moneyboxes', 66503, ''),
('', '', '', '', 886, 886, 'Piggy Banks', 'Piggy-Banks', 66503, ''),
('', '', '', '', 124, 124, 'Paper & Ephemera', 'Paper-and-Ephemera', 1, ''),
('', '', '', '', 106156, 106156, 'Bookmarks', 'Bookmarks', 124, ''),
('', '', '', '', 556, 556, 'Calendars', 'Calendars', 124, ''),
('', '', '', '', 4092, 4092, 'Documents', 'Documents', 124, ''),
('', '', '', '', 41187, 41187, 'Ephemera', 'Ephemera', 124, ''),
('', '', '', '', 41188, 41188, 'Pre-1900', 'Pre-1900', 41187, ''),
('', '', '', '', 126, 126, '1901-1950', '1901-1950', 41187, ''),
('', '', '', '', 69687, 69687, '1951-Now', '1951-Now', 41187, ''),
('', '', '', '', 35889, 35889, 'Greeting Cards', 'Greeting-Cards', 124, ''),
('', '', '', '', 69688, 69688, 'Antique (Pre-1920)', 'Antique-Pre-1920', 35889, ''),
('', '', '', '', 69689, 69689, 'Vintage (1920-1980)', 'Vintage-1920-1980', 35889, ''),
('', '', '', '', 3633, 3633, 'Modern (1981-Now)', 'Modern-1981-Now', 35889, ''),
('', '', '', '', 90700, 90700, 'Letters', 'Letters', 124, ''),
('', '', '', '', 82279, 82279, 'Local Interest/ Topographical', 'Local-Interest-Topographical', 124, ''),
('', '', '', '', 13992, 13992, 'Newspapers', 'Newspapers', 124, ''),
('', '', '', '', 13993, 13993, 'Antique (Pre-1920)', 'Antique-Pre-1920', 13992, ''),
('', '', '', '', 13995, 13995, 'Vintage (1920-1980)', 'Vintage-1920-1980', 13992, ''),
('', '', '', '', 1439, 1439, 'Modern (1981-Now)', 'Modern-1981-Now', 13992, ''),
('', '', '', '', 69690, 69690, 'Playing Cards', 'Playing-Cards', 124, ''),
('', '', '', '', 69691, 69691, 'Antique (Pre-1920)', 'Antique-Pre-1920', 69690, ''),
('', '', '', '', 69692, 69692, 'Vintage (1920-1980)', 'Vintage-1920-1980', 69690, ''),
('', '', '', '', 1438, 1438, 'Modern (1981-Now)', 'Modern-1981-Now', 69690, ''),
('', '', '', '', 69693, 69693, 'Posters', 'Posters', 124, ''),
('', '', '', '', 69694, 69694, 'Pre-1900', 'Pre-1900', 69693, ''),
('', '', '', '', 69695, 69695, '1901-1950', '1901-1950', 69693, ''),
('', '', '', '', 106155, 106155, '1951-1980', '1951-1980', 69693, ''),
('', '', '', '', 559, 559, '1981-Now', '1981-Now', 69693, ''),
('', '', '', '', 69696, 69696, 'Scrapbooks', 'Scrapbooks', 124, ''),
('', '', '', '', 69697, 69697, 'Antique (Pre-1920)', 'Antique-Pre-1920', 69696, ''),
('', '', '', '', 69698, 69698, 'Vintage (1920-1980)', 'Vintage-1920-1980', 69696, ''),
('', '', '', '', 1440, 1440, 'Modern (1981-Now)', 'Modern-1981-Now', 69696, ''),
('', '', '', '', 75489, 75489, 'Scraps', 'Scraps', 124, ''),
('', '', '', '', 108920, 108920, 'Mixed Lots', 'Mixed-Lots', 124, ''),
('', '', '', '', 125, 125, 'Other Paper & Ephemera', 'Other-Paper-and-Ephemera', 124, ''),
('', '', '', '', 966, 966, 'Pens & Writing Equipment', 'Pens-and-Writing-Equipment', 1, ''),
('', '', '', '', 4377, 4377, 'Calligraphy', 'Calligraphy', 966, ''),
('', '', '', '', 969, 969, 'Desktop Items', 'Desktop-Items', 966, ''),
('', '', '', '', 112477, 112477, 'Erasers/ Rubbers', 'Erasers-Rubbers', 966, ''),
('', '', '', '', 970, 970, 'Inkwells', 'Inkwells', 966, ''),
('', '', '', '', 28020, 28020, 'Letter Openers/ Paper Knives', 'Letter-Openers-Paper-Knives', 966, ''),
('', '', '', '', 968, 968, 'Pencils', 'Pencils', 966, ''),
('', '', '', '', 7278, 7278, 'Pens', 'Pens', 966, ''),
('', '', '', '', 7279, 7279, 'Ballpoint Pens', 'Ballpoint-Pens', 7278, ''),
('', '', '', '', 13999, 13999, 'Fountain Pens', 'Fountain-Pens', 7278, ''),
('', '', '', '', 101155, 101155, 'Burnham', 'Burnham', 13999, ''),
('', '', '', '', 60819, 60819, 'Conway Stewart', 'Conway-Stewart', 13999, ''),
('', '', '', '', 145763, 145763, 'Cross', 'Cross', 13999, ''),
('', '', '', '', 145764, 145764, 'Dunhill', 'Dunhill', 13999, ''),
('', '', '', '', 20267, 20267, 'Esterbrook', 'Esterbrook', 13999, ''),
('', '', '', '', 75513, 75513, 'Mabie Todd', 'Mabie-Todd', 13999, ''),
('', '', '', '', 60815, 60815, 'Montblanc', 'Montblanc', 13999, ''),
('', '', '', '', 145765, 145765, 'Osmiroid', 'Osmiroid', 13999, ''),
('', '', '', '', 14001, 14001, 'Parker', 'Parker', 13999, ''),
('', '', '', '', 14002, 14002, 'Pelikan', 'Pelikan', 13999, ''),
('', '', '', '', 73538, 73538, 'Rotring', 'Rotring', 13999, ''),
('', '', '', '', 14003, 14003, 'Sheaffer', 'Sheaffer', 13999, ''),
('', '', '', '', 20268, 20268, 'Wahl/ Eversharp', 'Wahl-Eversharp', 13999, ''),
('', '', '', '', 14004, 14004, 'Waterman', 'Waterman', 13999, ''),
('', '', '', '', 60816, 60816, 'Nibs/ Accessories', 'Nibs-Accessories', 13999, ''),
('', '', '', '', 7281, 7281, 'Other Fountain Pens', 'Other-Fountain-Pens', 13999, ''),
('', '', '', '', 60817, 60817, 'Novelty Pens', 'Novelty-Pens', 7278, ''),
('', '', '', '', 98801, 98801, 'Vintage Pens (Pre-1970)', 'Vintage-Pens-Pre-1970', 7278, ''),
('', '', '', '', 60818, 60818, 'Pen Sets', 'Pen-Sets', 7278, ''),
('', '', '', '', 967, 967, 'Other Pens', 'Other-Pens', 7278, ''),
('', '', '', '', 75514, 75514, 'Seals', 'Seals', 966, ''),
('', '', '', '', 971, 971, 'Sets', 'Sets', 966, ''),
('', '', '', '', 80004, 80004, 'Typewriters', 'Typewriters', 966, ''),
('', '', '', '', 158, 158, 'Other Writing Equipment', 'Other-Writing-Equipment', 966, ''),
('', '', '', '', 60811, 60811, 'Phone Cards', 'Phone-Cards', 1, ''),
('', '', '', '', 1463, 1463, 'UK', 'UK', 60811, ''),
('', '', '', '', 106157, 106157, 'Ireland', 'Ireland', 60811, ''),
('', '', '', '', 60812, 60812, 'Overseas', 'Overseas', 60811, ''),
('', '', '', '', 14277, 14277, 'Photographic Images', 'Photographic-Images', 1, ''),
('', '', '', '', 407, 407, 'Antique (Pre-1940)', 'Antique-Pre-1940', 14277, ''),
('', '', '', '', 409, 409, 'CDV/ Cabinet', 'CDV-Cabinet', 407, ''),
('', '', '', '', 112478, 112478, 'Negatives', 'Negatives', 407, ''),
('', '', '', '', 26265, 26265, 'Photographs', 'Photographs', 407, ''),
('', '', '', '', 90696, 90696, 'Slides', 'Slides', 407, ''),
('', '', '', '', 410, 410, 'Stereoviews', 'Stereoviews', 407, ''),
('', '', '', '', 411, 411, 'Viewmaster', 'Viewmaster', 407, ''),
('', '', '', '', 14279, 14279, 'Other Antique Images', 'Other-Antique-Images', 407, ''),
('', '', '', '', 14281, 14281, 'Contemporary (1940-Now)', 'Contemporary-1940-Now', 14277, ''),
('', '', '', '', 91336, 91336, 'Buildings/ Architecture', 'Buildings-Architecture', 14281, ''),
('', '', '', '', 75487, 75487, 'Cars', 'Cars', 14281, ''),
('', '', '', '', 14891, 14891, 'Celebrity', 'Celebrity', 14281, ''),
('', '', '', '', 90697, 90697, 'Film', 'Film', 14891, ''),
('', '', '', '', 90698, 90698, 'Glamour', 'Glamour', 14891, ''),
('', '', '', '', 14892, 14892, 'Music', 'Music', 14891, ''),
('', '', '', '', 14893, 14893, 'Sport', 'Sport', 14891, ''),
('', '', '', '', 14894, 14894, 'TV', 'TV', 14891, ''),
('', '', '', '', 14280, 14280, 'Other Celebrity Photos', 'Other-Celebrity-Photos', 14891, ''),
('', '', '', '', 90699, 90699, 'Topographical', 'Topographical', 14281, ''),
('', '', '', '', 48, 48, 'Other Contemporary Photos', 'Other-Contemporary-Photos', 14281, ''),
('', '', '', '', 914, 914, 'Postcards', 'Postcards', 1, ''),
('', '', '', '', 98795, 98795, 'Accessories/ Storage', 'Accessories-Storage', 914, ''),
('', '', '', '', 3634, 3634, 'Advertising', 'Advertising', 914, ''),
('', '', '', '', 13996, 13996, 'Amusement Parks/ Fairgrounds', 'Amusement-Parks-Fairgrounds', 914, ''),
('', '', '', '', 915, 915, 'Animals', 'Animals', 914, ''),
('', '', '', '', 916, 916, 'Artist Signed', 'Artist-Signed', 914, ''),
('', '', '', '', 79975, 79975, 'Children', 'Children', 914, ''),
('', '', '', '', 4093, 4093, 'Comic/ Seaside Humour', 'Comic-Seaside-Humour', 914, ''),
('', '', '', '', 101144, 101144, 'Disasters', 'Disasters', 914, ''),
('', '', '', '', 917, 917, 'Ethnic', 'Ethnic', 914, ''),
('', '', '', '', 918, 918, 'Exhibitions', 'Exhibitions', 914, ''),
('', '', '', '', 60660, 60660, 'Fashion/ Clothing', 'Fashion-Clothing', 914, ''),
('', '', '', '', 80613, 80613, 'Glamour', 'Glamour', 914, ''),
('', '', '', '', 919, 919, 'Greetings', 'Greetings', 914, ''),
('', '', '', '', 101145, 101145, 'Holiday/ Butlins', 'Holiday-Butlins', 914, ''),
('', '', '', '', 13997, 13997, 'Hotel/ Restaurant', 'Hotel-Restaurant', 914, ''),
('', '', '', '', 60661, 60661, 'Military', 'Military', 914, ''),
('', '', '', '', 60662, 60662, 'Pre-1914', 'Pre-1914', 60661, ''),
('', '', '', '', 60663, 60663, 'World War I (1914-1918)', 'World-War-I-1914-1918', 60661, ''),
('', '', '', '', 67679, 67679, 'Inter-War (1918-1939)', 'Inter-War-1918-1939', 60661, ''),
('', '', '', '', 921, 921, 'World War II (1939-1945)', 'World-War-II-1939-1945', 60661, ''),
('', '', '', '', 60664, 60664, 'Post-War (1945-Now)', 'Post-War-1945-Now', 60661, ''),
('', '', '', '', 69700, 69700, 'Other Military Postcards', 'Other-Military-Postcards', 60661, ''),
('', '', '', '', 108919, 108919, 'Music', 'Music', 914, ''),
('', '', '', '', 79977, 79977, 'Novelty', 'Novelty', 914, ''),
('', '', '', '', 69701, 69701, 'People', 'People', 914, ''),
('', '', '', '', 14890, 14890, 'Actors', 'Actors', 69701, ''),
('', '', '', '', 53590, 53590, 'Actresses', 'Actresses', 69701, ''),
('', '', '', '', 69702, 69702, 'Anonymous People', 'Anonymous-People', 69701, ''),
('', '', '', '', 112459, 112459, 'Historical Figures', 'Historical-Figures', 69701, ''),
('', '', '', '', 112460, 112460, 'Musicians', 'Musicians', 69701, ''),
('', '', '', '', 29484, 29484, 'Other People Postcards', 'Other-People-Postcards', 69701, ''),
('', '', '', '', 79976, 79976, 'Political', 'Political', 914, ''),
('', '', '', '', 99942, 99942, 'Religious', 'Religious', 914, ''),
('', '', '', '', 4929, 4929, 'Risque/ Erotic', 'Risque-Erotic', 914, ''),
('', '', '', '', 96825, 96825, 'Royal Mail', 'Royal-Mail', 914, ''),
('', '', '', '', 13998, 13998, 'Royalty', 'Royalty', 914, ''),
('', '', '', '', 60665, 60665, 'Social History', 'Social-History', 914, ''),
('', '', '', '', 101149, 101149, 'Song Cards', 'Song-Cards', 914, ''),
('', '', '', '', 4094, 4094, 'Sport', 'Sport', 914, ''),
('', '', '', '', 63810, 63810, 'Topographical: British', 'Topographical-British', 914, ''),
('', '', '', '', 116841, 116841, 'Channel Islands', 'Channel-Islands', 63810, ''),
('', '', '', '', 116842, 116842, 'Alderney', 'Alderney', 116841, ''),
('', '', '', '', 116843, 116843, 'Jersey', 'Jersey', 116841, ''),
('', '', '', '', 116844, 116844, 'Guernsey', 'Guernsey', 116841, ''),
('', '', '', '', 131485, 131485, 'Sark', 'Sark', 116841, ''),
('', '', '', '', 60666, 60666, 'Other Channel Islands', 'Other-Channel-Islands', 116841, ''),
('', '', '', '', 53574, 53574, 'England', 'England', 63810, ''),
('', '', '', '', 60667, 60667, 'Bedfordshire', 'Bedfordshire', 53574, ''),
('', '', '', '', 60668, 60668, 'Berkshire', 'Berkshire', 53574, ''),
('', '', '', '', 91339, 91339, 'Bristol', 'Bristol', 53574, ''),
('', '', '', '', 60669, 60669, 'Buckinghamshire', 'Buckinghamshire', 53574, ''),
('', '', '', '', 60670, 60670, 'Cambridgeshire', 'Cambridgeshire', 53574, ''),
('', '', '', '', 60671, 60671, 'Cheshire', 'Cheshire', 53574, ''),
('', '', '', '', 53583, 53583, 'Cornwall/ Scilly Isles', 'Cornwall-Scilly-Isles', 53574, ''),
('', '', '', '', 60684, 60684, 'Cumberland/ Westmorland', 'Cumberland-Westmorland', 53574, ''),
('', '', '', '', 53579, 53579, 'Derbyshire', 'Derbyshire', 53574, ''),
('', '', '', '', 63811, 63811, 'Devon', 'Devon', 53574, ''),
('', '', '', '', 63812, 63812, 'Dorset', 'Dorset', 53574, ''),
('', '', '', '', 60675, 60675, 'Durham', 'Durham', 53574, ''),
('', '', '', '', 63495, 63495, 'Essex', 'Essex', 53574, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 60676, 60676, 'Gloucestershire', 'Gloucestershire', 53574, ''),
('', '', '', '', 60677, 60677, 'Hampshire', 'Hampshire', 53574, ''),
('', '', '', '', 60678, 60678, 'Herefordshire', 'Herefordshire', 53574, ''),
('', '', '', '', 60679, 60679, 'Hertfordshire', 'Hertfordshire', 53574, ''),
('', '', '', '', 60680, 60680, 'Huntingdonshire', 'Huntingdonshire', 53574, ''),
('', '', '', '', 106146, 106146, 'Isle of Wight', 'Isle-of-Wight', 53574, ''),
('', '', '', '', 63813, 63813, 'Kent', 'Kent', 53574, ''),
('', '', '', '', 53576, 53576, 'Lancashire', 'Lancashire', 53574, ''),
('', '', '', '', 53578, 53578, 'Leicestershire', 'Leicestershire', 53574, ''),
('', '', '', '', 60672, 60672, 'Lincolnshire', 'Lincolnshire', 53574, ''),
('', '', '', '', 63814, 63814, 'London', 'London', 53574, ''),
('', '', '', '', 60683, 60683, 'Middlesex', 'Middlesex', 53574, ''),
('', '', '', '', 53580, 53580, 'Norfolk', 'Norfolk', 53574, ''),
('', '', '', '', 60682, 60682, 'Northamptonshire', 'Northamptonshire', 53574, ''),
('', '', '', '', 53575, 53575, 'Northumberland', 'Northumberland', 53574, ''),
('', '', '', '', 60685, 60685, 'Nottinghamshire', 'Nottinghamshire', 53574, ''),
('', '', '', '', 60686, 60686, 'Oxfordshire', 'Oxfordshire', 53574, ''),
('', '', '', '', 60687, 60687, 'Rutland', 'Rutland', 53574, ''),
('', '', '', '', 60688, 60688, 'Shropshire', 'Shropshire', 53574, ''),
('', '', '', '', 60689, 60689, 'Somerset', 'Somerset', 53574, ''),
('', '', '', '', 60690, 60690, 'Staffordshire', 'Staffordshire', 53574, ''),
('', '', '', '', 60691, 60691, 'Suffolk', 'Suffolk', 53574, ''),
('', '', '', '', 60692, 60692, 'Surrey', 'Surrey', 53574, ''),
('', '', '', '', 63815, 63815, 'Sussex', 'Sussex', 53574, ''),
('', '', '', '', 60693, 60693, 'Warwickshire', 'Warwickshire', 53574, ''),
('', '', '', '', 60694, 60694, 'Wiltshire', 'Wiltshire', 53574, ''),
('', '', '', '', 60695, 60695, 'Worcestershire', 'Worcestershire', 53574, ''),
('', '', '', '', 53577, 53577, 'Yorkshire', 'Yorkshire', 53574, ''),
('', '', '', '', 20978, 20978, 'Unknown County', 'Unknown-County', 53574, ''),
('', '', '', '', 67729, 67729, 'Other English Postcards', 'Other-English-Postcards', 53574, ''),
('', '', '', '', 69734, 69734, 'Isle of Man', 'Isle-of-Man', 63810, ''),
('', '', '', '', 122523, 122523, 'Northern Ireland', 'Northern-Ireland', 63810, ''),
('', '', '', '', 122524, 122524, 'Antrim', 'Antrim', 122523, ''),
('', '', '', '', 122525, 122525, 'Armagh', 'Armagh', 122523, ''),
('', '', '', '', 122526, 122526, 'Down', 'Down', 122523, ''),
('', '', '', '', 122527, 122527, 'Fermanagh', 'Fermanagh', 122523, ''),
('', '', '', '', 122528, 122528, 'Londonderry', 'Londonderry', 122523, ''),
('', '', '', '', 122529, 122529, 'Tyrone', 'Tyrone', 122523, ''),
('', '', '', '', 122530, 122530, 'Unknown County', 'Unknown-County', 122523, ''),
('', '', '', '', 69703, 69703, 'Other N Ireland Postcards', 'Other-N-Ireland-Postcards', 122523, ''),
('', '', '', '', 67730, 67730, 'Scotland', 'Scotland', 63810, ''),
('', '', '', '', 67735, 67735, 'Aberdeenshire', 'Aberdeenshire', 67730, ''),
('', '', '', '', 69711, 69711, 'Angus', 'Angus', 67730, ''),
('', '', '', '', 67740, 67740, 'Argyllshire', 'Argyllshire', 67730, ''),
('', '', '', '', 69716, 69716, 'Ayrshire', 'Ayrshire', 67730, ''),
('', '', '', '', 69717, 69717, 'Banffshire', 'Banffshire', 67730, ''),
('', '', '', '', 67731, 67731, 'Berwickshire', 'Berwickshire', 67730, ''),
('', '', '', '', 69705, 69705, 'Bute', 'Bute', 67730, ''),
('', '', '', '', 67736, 67736, 'Caithness', 'Caithness', 67730, ''),
('', '', '', '', 69712, 69712, 'Clackmannanshire', 'Clackmannanshire', 67730, ''),
('', '', '', '', 67733, 67733, 'Dumfriesshire', 'Dumfriesshire', 67730, ''),
('', '', '', '', 69709, 69709, 'Dunbartonshire', 'Dunbartonshire', 67730, ''),
('', '', '', '', 69710, 69710, 'East Lothian', 'East-Lothian', 67730, ''),
('', '', '', '', 67734, 67734, 'Fife', 'Fife', 67730, ''),
('', '', '', '', 67742, 67742, 'Inverness-shire', 'Inverness-shire', 67730, ''),
('', '', '', '', 91338, 91338, 'Islands', 'Islands', 67730, ''),
('', '', '', '', 69722, 69722, 'Kincardineshire', 'Kincardineshire', 67730, ''),
('', '', '', '', 69723, 69723, 'Kinross-shire', 'Kinross-shire', 67730, ''),
('', '', '', '', 69724, 69724, 'Kirkcudbrightshire', 'Kirkcudbrightshire', 67730, ''),
('', '', '', '', 69725, 69725, 'Lanarkshire/ Glasgow', 'Lanarkshire-Glasgow', 67730, ''),
('', '', '', '', 67737, 67737, 'Midlothian/ Edinburgh', 'Midlothian-Edinburgh', 67730, ''),
('', '', '', '', 69713, 69713, 'Moray', 'Moray', 67730, ''),
('', '', '', '', 69714, 69714, 'Nairnshire', 'Nairnshire', 67730, ''),
('', '', '', '', 67738, 67738, 'Orkney', 'Orkney', 67730, ''),
('', '', '', '', 69715, 69715, 'Peeblesshire', 'Peeblesshire', 67730, ''),
('', '', '', '', 67741, 67741, 'Perthshire', 'Perthshire', 67730, ''),
('', '', '', '', 69718, 69718, 'Renfrewshire', 'Renfrewshire', 67730, ''),
('', '', '', '', 69719, 69719, 'Ross & Cromarty', 'Ross-and-Cromarty', 67730, ''),
('', '', '', '', 69720, 69720, 'Roxburghshire', 'Roxburghshire', 67730, ''),
('', '', '', '', 69721, 69721, 'Selkirkshire', 'Selkirkshire', 67730, ''),
('', '', '', '', 67739, 67739, 'Shetland', 'Shetland', 67730, ''),
('', '', '', '', 67732, 67732, 'Stirlingshire', 'Stirlingshire', 67730, ''),
('', '', '', '', 69706, 69706, 'Sutherland', 'Sutherland', 67730, ''),
('', '', '', '', 69707, 69707, 'West Lothian', 'West-Lothian', 67730, ''),
('', '', '', '', 69708, 69708, 'Wigtownshire', 'Wigtownshire', 67730, ''),
('', '', '', '', 69704, 69704, 'Unknown County', 'Unknown-County', 67730, ''),
('', '', '', '', 82513, 82513, 'Other Scottish Postcards', 'Other-Scottish-Postcards', 67730, ''),
('', '', '', '', 67744, 67744, 'Wales', 'Wales', 63810, ''),
('', '', '', '', 67745, 67745, 'Anglesey', 'Anglesey', 67744, ''),
('', '', '', '', 67748, 67748, 'Breconshire', 'Breconshire', 67744, ''),
('', '', '', '', 67749, 67749, 'Caernarvonshire', 'Caernarvonshire', 67744, ''),
('', '', '', '', 69727, 69727, 'Cardiganshire', 'Cardiganshire', 67744, ''),
('', '', '', '', 69728, 69728, 'Carmarthenshire', 'Carmarthenshire', 67744, ''),
('', '', '', '', 67746, 67746, 'Denbighshire', 'Denbighshire', 67744, ''),
('', '', '', '', 69726, 69726, 'Flintshire', 'Flintshire', 67744, ''),
('', '', '', '', 67753, 67753, 'Glamorgan', 'Glamorgan', 67744, ''),
('', '', '', '', 67750, 67750, 'Merionethshire', 'Merionethshire', 67744, ''),
('', '', '', '', 67752, 67752, 'Monmouthshire', 'Monmouthshire', 67744, ''),
('', '', '', '', 69729, 69729, 'Montgomeryshire', 'Montgomeryshire', 67744, ''),
('', '', '', '', 67747, 67747, 'Pembrokeshire', 'Pembrokeshire', 67744, ''),
('', '', '', '', 67751, 67751, 'Radnorshire', 'Radnorshire', 67744, ''),
('', '', '', '', 42390, 42390, 'Unknown County', 'Unknown-County', 67744, ''),
('', '', '', '', 82514, 82514, 'Other Welsh Postcards', 'Other-Welsh-Postcards', 67744, ''),
('', '', '', '', 69735, 69735, 'Other British Postcards', 'Other-British-Postcards', 63810, ''),
('', '', '', '', 122531, 122531, 'Topographical: Ireland', 'Topographical-Ireland', 914, ''),
('', '', '', '', 122532, 122532, 'Carlow', 'Carlow', 122531, ''),
('', '', '', '', 122533, 122533, 'Cavan', 'Cavan', 122531, ''),
('', '', '', '', 122534, 122534, 'Clare', 'Clare', 122531, ''),
('', '', '', '', 122535, 122535, 'Cork', 'Cork', 122531, ''),
('', '', '', '', 122536, 122536, 'Donegal', 'Donegal', 122531, ''),
('', '', '', '', 122537, 122537, 'Dublin', 'Dublin', 122531, ''),
('', '', '', '', 122538, 122538, 'Galway', 'Galway', 122531, ''),
('', '', '', '', 122539, 122539, 'Kerry', 'Kerry', 122531, ''),
('', '', '', '', 122540, 122540, 'Kildare', 'Kildare', 122531, ''),
('', '', '', '', 122541, 122541, 'Kilkenny', 'Kilkenny', 122531, ''),
('', '', '', '', 122542, 122542, 'Laois', 'Laois', 122531, ''),
('', '', '', '', 122543, 122543, 'Leitrim', 'Leitrim', 122531, ''),
('', '', '', '', 122544, 122544, 'Limerick', 'Limerick', 122531, ''),
('', '', '', '', 122545, 122545, 'Longford', 'Longford', 122531, ''),
('', '', '', '', 122546, 122546, 'Louth', 'Louth', 122531, ''),
('', '', '', '', 122547, 122547, 'Mayo', 'Mayo', 122531, ''),
('', '', '', '', 122548, 122548, 'Meath', 'Meath', 122531, ''),
('', '', '', '', 122549, 122549, 'Monaghan', 'Monaghan', 122531, ''),
('', '', '', '', 122550, 122550, 'Offaly', 'Offaly', 122531, ''),
('', '', '', '', 122551, 122551, 'Roscommon', 'Roscommon', 122531, ''),
('', '', '', '', 122552, 122552, 'Sligo', 'Sligo', 122531, ''),
('', '', '', '', 122553, 122553, 'Tipperary', 'Tipperary', 122531, ''),
('', '', '', '', 122554, 122554, 'Waterford', 'Waterford', 122531, ''),
('', '', '', '', 122555, 122555, 'Westmeath', 'Westmeath', 122531, ''),
('', '', '', '', 122556, 122556, 'Wexford', 'Wexford', 122531, ''),
('', '', '', '', 122557, 122557, 'Wicklow', 'Wicklow', 122531, ''),
('', '', '', '', 122558, 122558, 'Unknown County', 'Unknown-County', 122531, ''),
('', '', '', '', 20257, 20257, 'Other Irish Postcards', 'Other-Irish-Postcards', 122531, ''),
('', '', '', '', 20245, 20245, 'Topographical: Rest of World', 'Topographical-Rest-of-World', 914, ''),
('', '', '', '', 128405, 128405, 'Africa', 'Africa', 20245, ''),
('', '', '', '', 69730, 69730, 'Asia', 'Asia', 20245, ''),
('', '', '', '', 69731, 69731, 'Ceylon/ Sri Lanka', 'Ceylon-Sri-Lanka', 69730, ''),
('', '', '', '', 20253, 20253, 'China', 'China', 69730, ''),
('', '', '', '', 69732, 69732, 'Hong Kong', 'Hong-Kong', 69730, ''),
('', '', '', '', 98796, 98796, 'India', 'India', 69730, ''),
('', '', '', '', 20259, 20259, 'Japan', 'Japan', 69730, ''),
('', '', '', '', 90701, 90701, 'Singapore', 'Singapore', 69730, ''),
('', '', '', '', 20264, 20264, 'South-East Asia', 'South-East-Asia', 69730, ''),
('', '', '', '', 69733, 69733, 'Other Asian Postcards', 'Other-Asian-Postcards', 69730, ''),
('', '', '', '', 20252, 20252, 'Central America/ Caribbean', 'Central-America-Caribbean', 20245, ''),
('', '', '', '', 69736, 69736, 'Europe', 'Europe', 20245, ''),
('', '', '', '', 90702, 90702, 'Austria', 'Austria', 69736, ''),
('', '', '', '', 20249, 20249, 'Belgium', 'Belgium', 69736, ''),
('', '', '', '', 101148, 101148, 'Cyprus', 'Cyprus', 69736, ''),
('', '', '', '', 98800, 98800, 'Denmark', 'Denmark', 69736, ''),
('', '', '', '', 69737, 69737, 'Eastern Europe', 'Eastern-Europe', 69736, ''),
('', '', '', '', 98797, 98797, 'Estonia/ Latvia/ Lithuania', 'Estonia-Latvia-Lithuania', 69736, ''),
('', '', '', '', 98798, 98798, 'Finland', 'Finland', 69736, ''),
('', '', '', '', 20254, 20254, 'France', 'France', 69736, ''),
('', '', '', '', 20255, 20255, 'Germany', 'Germany', 69736, ''),
('', '', '', '', 96826, 96826, 'Gibraltar', 'Gibraltar', 69736, ''),
('', '', '', '', 20256, 20256, 'Greece', 'Greece', 69736, ''),
('', '', '', '', 20258, 20258, 'Italy', 'Italy', 69736, ''),
('', '', '', '', 91337, 91337, 'Malta', 'Malta', 69736, ''),
('', '', '', '', 69738, 69738, 'Netherlands', 'Netherlands', 69736, ''),
('', '', '', '', 98799, 98799, 'Norway', 'Norway', 69736, ''),
('', '', '', '', 69739, 69739, 'Portugal', 'Portugal', 69736, ''),
('', '', '', '', 20261, 20261, 'Russia', 'Russia', 69736, ''),
('', '', '', '', 20265, 20265, 'Spain', 'Spain', 69736, ''),
('', '', '', '', 20262, 20262, 'Sweden', 'Sweden', 69736, ''),
('', '', '', '', 20248, 20248, 'Switzerland', 'Switzerland', 69736, ''),
('', '', '', '', 90703, 90703, 'Turkey', 'Turkey', 69736, ''),
('', '', '', '', 4096, 4096, 'Other European Postcards', 'Other-European-Postcards', 69736, ''),
('', '', '', '', 86695, 86695, 'Middle East', 'Middle-East', 20245, ''),
('', '', '', '', 20193, 20193, 'North America', 'North-America', 20245, ''),
('', '', '', '', 924, 924, 'USA', 'USA', 20193, ''),
('', '', '', '', 20250, 20250, 'Canada', 'Canada', 20193, ''),
('', '', '', '', 20247, 20247, 'Oceania/ Australasia', 'Oceania-Australasia', 20245, ''),
('', '', '', '', 20263, 20263, 'South America', 'South-America', 20245, ''),
('', '', '', '', 75488, 75488, 'Other World Postcards', 'Other-World-Postcards', 20245, ''),
('', '', '', '', 29485, 29485, 'Transportation', 'Transportation', 914, ''),
('', '', '', '', 29486, 29486, 'Air', 'Air', 29485, ''),
('', '', '', '', 29489, 29489, 'Rail', 'Rail', 29485, ''),
('', '', '', '', 69740, 69740, 'Road', 'Road', 29485, ''),
('', '', '', '', 69741, 69741, 'Bus/ Tram', 'Bus-Tram', 69740, ''),
('', '', '', '', 29487, 29487, 'Car', 'Car', 69740, ''),
('', '', '', '', 122581, 122581, 'Fire Engines', 'Fire-Engines', 69740, ''),
('', '', '', '', 82280, 82280, 'Haulage', 'Haulage', 69740, ''),
('', '', '', '', 69742, 69742, 'Motorcycle/ Scooter', 'Motorcycle-Scooter', 69740, ''),
('', '', '', '', 69743, 69743, 'Other Road Transportation', 'Other-Road-Transportation', 69740, ''),
('', '', '', '', 69744, 69744, 'Sea', 'Sea', 29485, ''),
('', '', '', '', 42388, 42388, 'Cruise Liners', 'Cruise-Liners', 69744, ''),
('', '', '', '', 69745, 69745, 'Ferries', 'Ferries', 69744, ''),
('', '', '', '', 101146, 101146, 'Hovercraft', 'Hovercraft', 69744, ''),
('', '', '', '', 82281, 82281, 'Lifeboats', 'Lifeboats', 69744, ''),
('', '', '', '', 69746, 69746, 'Merchant/ Cargo Vessels', 'Merchant-Cargo-Vessels', 69744, ''),
('', '', '', '', 69747, 69747, 'Military Vessels', 'Military-Vessels', 69744, ''),
('', '', '', '', 101147, 101147, 'Sailing Vessels', 'Sailing-Vessels', 69744, ''),
('', '', '', '', 69748, 69748, 'Steam Ships', 'Steam-Ships', 69744, ''),
('', '', '', '', 29488, 29488, 'Other Sea Transportation', 'Other-Sea-Transportation', 69744, ''),
('', '', '', '', 926, 926, 'Other Transportation', 'Other-Transportation', 29485, ''),
('', '', '', '', 53584, 53584, 'Collections/ Bulk Lots', 'Collections-Bulk-Lots', 914, ''),
('', '', '', '', 86696, 86696, 'Publications', 'Publications', 914, ''),
('', '', '', '', 127, 127, 'Other Postcards', 'Other-Postcards', 914, ''),
('', '', '', '', 29832, 29832, 'Radio/ Television/ Telephony', 'Radio-Television-Telephony', 1, ''),
('', '', '', '', 1442, 1442, 'Phonographs & Gramophones', 'Phonographs-and-Gramophones', 29832, ''),
('', '', '', '', 931, 931, 'Radio', 'Radio', 29832, ''),
('', '', '', '', 7275, 7275, 'Components/ Parts', 'Components-Parts', 931, ''),
('', '', '', '', 934, 934, 'Manuals/ Publications', 'Manuals-Publications', 931, ''),
('', '', '', '', 112479, 112479, 'Pirate Radio', 'Pirate-Radio', 931, ''),
('', '', '', '', 38031, 38031, 'QSL Cards', 'QSL-Cards', 931, ''),
('', '', '', '', 932, 932, 'Transistor', 'Transistor', 931, ''),
('', '', '', '', 933, 933, 'Tube/ Valve', 'Tube-Valve', 931, ''),
('', '', '', '', 132, 132, 'Other Radio', 'Other-Radio', 931, ''),
('', '', '', '', 69750, 69750, 'Telegraphy', 'Telegraphy', 29832, ''),
('', '', '', '', 985, 985, 'Telephone', 'Telephone', 29832, ''),
('', '', '', '', 3638, 3638, 'Television Sets', 'Television-Sets', 29832, ''),
('', '', '', '', 29833, 29833, 'Other Radio/ TV/ Telephony', 'Other-Radio-TV-Telephony', 29832, ''),
('', '', '', '', 1446, 1446, 'Religion/ Spirituality', 'Religion-Spirituality', 1, ''),
('', '', '', '', 13766, 13766, 'Buddhism', 'Buddhism', 1446, ''),
('', '', '', '', 11668, 11668, 'Christianity', 'Christianity', 1446, ''),
('', '', '', '', 122560, 122560, 'Bibles & Books', 'Bibles-and-Books', 11668, ''),
('', '', '', '', 11669, 11669, 'Crosses & Crucifixes', 'Crosses-and-Crucifixes', 11668, ''),
('', '', '', '', 13768, 13768, 'Icons', 'Icons', 11668, ''),
('', '', '', '', 13769, 13769, 'Medals & Medallions', 'Medals-and-Medallions', 11668, ''),
('', '', '', '', 35818, 35818, 'Paintings, Prints & Posters', 'Paintings-Prints-and-Posters', 11668, ''),
('', '', '', '', 122559, 122559, 'Papal Memorabilia', 'Papal-Memorabilia', 11668, ''),
('', '', '', '', 13770, 13770, 'Relics', 'Relics', 11668, ''),
('', '', '', '', 11670, 11670, 'Rosaries', 'Rosaries', 11668, ''),
('', '', '', '', 13771, 13771, 'Statues & Figures', 'Statues-and-Figures', 11668, ''),
('', '', '', '', 1447, 1447, 'Other Christianity', 'Other-Christianity', 11668, ''),
('', '', '', '', 13772, 13772, 'Hinduism', 'Hinduism', 1446, ''),
('', '', '', '', 4280, 4280, 'Islam', 'Islam', 1446, ''),
('', '', '', '', 1449, 1449, 'Judaism', 'Judaism', 1446, ''),
('', '', '', '', 13776, 13776, 'New Age', 'New-Age', 1446, ''),
('', '', '', '', 72390, 72390, 'Occult/ Witchcraft', 'Occult-Witchcraft', 1446, ''),
('', '', '', '', 23880, 23880, 'Spirituality', 'Spirituality', 1446, ''),
('', '', '', '', 366, 366, 'Other Religion/ Spirituality', 'Other-Religion-Spirituality', 1446, ''),
('', '', '', '', 3213, 3213, 'Rocks/ Fossils/ Minerals', 'Rocks-Fossils-Minerals', 1, ''),
('', '', '', '', 3226, 3226, 'Crystals', 'Crystals', 3213, ''),
('', '', '', '', 3215, 3215, 'Fossils', 'Fossils', 3213, ''),
('', '', '', '', 96827, 96827, 'Ammonites', 'Ammonites', 3215, ''),
('', '', '', '', 15915, 15915, 'Dinosaurs/ Reptiles', 'Dinosaurs-Reptiles', 3215, ''),
('', '', '', '', 122561, 122561, 'Echinoids/ Sea Urchins', 'Echinoids-Sea-Urchins', 3215, ''),
('', '', '', '', 15916, 15916, 'Fish', 'Fish', 3215, ''),
('', '', '', '', 3218, 3218, 'Insects/ Amber', 'Insects-Amber', 3215, ''),
('', '', '', '', 3216, 3216, 'Mammals', 'Mammals', 3215, ''),
('', '', '', '', 3219, 3219, 'Plants', 'Plants', 3215, ''),
('', '', '', '', 15917, 15917, 'Shark Teeth', 'Shark-Teeth', 3215, ''),
('', '', '', '', 69751, 69751, 'Shells', 'Shells', 3215, ''),
('', '', '', '', 3217, 3217, 'Trilobites', 'Trilobites', 3215, ''),
('', '', '', '', 3214, 3214, 'Other Fossils', 'Other-Fossils', 3215, ''),
('', '', '', '', 3237, 3237, 'Lapidary Materials', 'Lapidary-Materials', 3213, ''),
('', '', '', '', 3239, 3239, 'Meteorites/ Tektites', 'Meteorites-Tektites', 3213, ''),
('', '', '', '', 3220, 3220, 'Mineral Specimens', 'Mineral-Specimens', 3213, ''),
('', '', '', '', 4838, 4838, 'Shells', 'Shells', 3213, ''),
('', '', '', '', 4259, 4259, 'Publications', 'Publications', 3213, ''),
('', '', '', '', 415, 415, 'Other Rocks/ Minerals', 'Other-Rocks-Minerals', 3213, ''),
('', '', '', '', 39630, 39630, 'Royalty', 'Royalty', 1, ''),
('', '', '', '', 39634, 39634, 'Elizabeth II (1952-Now)', 'Elizabeth-II-1952-Now', 39630, ''),
('', '', '', '', 40521, 40521, 'George VI (1936-1952)', 'George-VI-1936-1952', 39630, ''),
('', '', '', '', 69753, 69753, 'Edward VIII (1936)', 'Edward-VIII-1936', 39630, ''),
('', '', '', '', 39631, 39631, 'George V (1910-1936)', 'George-V-1910-1936', 39630, ''),
('', '', '', '', 60783, 60783, 'Edward VII (1902-1910)', 'Edward-VII-1902-1910', 39630, ''),
('', '', '', '', 39635, 39635, 'Victoria (1837-1901)', 'Victoria-1837-1901', 39630, ''),
('', '', '', '', 69754, 69754, 'Pre-Victorian (Pre-1837)', 'Pre-Victorian-Pre-1837', 39630, ''),
('', '', '', '', 69755, 69755, 'Prince Andrew/ Fergie', 'Prince-Andrew-Fergie', 39630, ''),
('', '', '', '', 39632, 39632, 'Prince Charles', 'Prince-Charles', 39630, ''),
('', '', '', '', 90708, 90708, 'Prince Edward/ Sophie', 'Prince-Edward-Sophie', 39630, ''),
('', '', '', '', 23737, 23737, 'Prince William/ Harry', 'Prince-William-Harry', 39630, ''),
('', '', '', '', 75490, 75490, 'Princess Anne', 'Princess-Anne', 39630, ''),
('', '', '', '', 39633, 39633, 'Princess Diana', 'Princess-Diana', 39630, ''),
('', '', '', '', 90709, 90709, 'Princess Margaret', 'Princess-Margaret', 39630, ''),
('', '', '', '', 23738, 23738, 'Queen Mother', 'Queen-Mother', 39630, ''),
('', '', '', '', 100553, 100553, 'Camilla, Duchess of Cornwall', 'Camilla-Duchess-of-Cornwall', 39630, ''),
('', '', '', '', 106147, 106147, 'Minor Royalty', 'Minor-Royalty', 39630, ''),
('', '', '', '', 91353, 91353, 'Non-UK Royalty', 'Non-UK-Royalty', 39630, ''),
('', '', '', '', 1414, 1414, 'Other Royalty', 'Other-Royalty', 39630, ''),
('', '', '', '', 152, 152, 'Science Fiction', 'Science-Fiction', 1, ''),
('', '', '', '', 73548, 73548, 'Alien/ Aliens', 'Alien-Aliens', 152, ''),
('', '', '', '', 785, 785, 'Babylon 5', 'Babylon-5', 152, ''),
('', '', '', '', 37880, 37880, 'Battlestar Galactica', 'Battlestar-Galactica', 152, ''),
('', '', '', '', 90704, 90704, 'Blakes Seven', 'Blakes-Seven', 152, ''),
('', '', '', '', 91343, 91343, 'Captain Scarlet', 'Captain-Scarlet', 152, ''),
('', '', '', '', 21539, 21539, 'Doctor Who', 'Doctor-Who', 152, ''),
('', '', '', '', 21540, 21540, 'Books', 'Books', 21539, ''),
('', '', '', '', 69762, 69762, 'CDs/ Cassettes', 'CDs-Cassettes', 21539, ''),
('', '', '', '', 69763, 69763, 'Comics/ Magazines', 'Comics-Magazines', 21539, ''),
('', '', '', '', 112480, 112480, 'Daleks', 'Daleks', 21539, ''),
('', '', '', '', 75510, 75510, 'DVDs & Videos', 'DVDs-and-Videos', 21539, ''),
('', '', '', '', 112481, 112481, 'Models', 'Models', 21539, ''),
('', '', '', '', 145766, 145766, 'Ornaments & Plates', 'Ornaments-and-Plates', 21539, ''),
('', '', '', '', 69764, 69764, 'Photographs', 'Photographs', 21539, ''),
('', '', '', '', 112482, 112482, 'Tardis', 'Tardis', 21539, ''),
('', '', '', '', 1450, 1450, 'Other Doctor Who', 'Other-Doctor-Who', 21539, ''),
('', '', '', '', 73549, 73549, 'Farscape', 'Farscape', 152, ''),
('', '', '', '', 591, 591, 'Godzilla', 'Godzilla', 152, ''),
('', '', '', '', 29837, 29837, 'Outer Limits', 'Outer-Limits', 152, ''),
('', '', '', '', 14015, 14015, 'Planet of the Apes', 'Planet-of-the-Apes', 152, ''),
('', '', '', '', 101156, 101156, 'Red Dwarf', 'Red-Dwarf', 152, ''),
('', '', '', '', 112483, 112483, 'Space 1999', 'Space-1999', 152, ''),
('', '', '', '', 98035, 98035, 'Stargate', 'Stargate', 152, ''),
('', '', '', '', 29493, 29493, 'Star Trek', 'Star-Trek', 152, ''),
('', '', '', '', 37881, 37881, 'Original Series', 'Original-Series', 29493, ''),
('', '', '', '', 37882, 37882, 'Next Generation', 'Next-Generation', 29493, ''),
('', '', '', '', 37883, 37883, 'Deep Space Nine', 'Deep-Space-Nine', 29493, ''),
('', '', '', '', 37884, 37884, 'Voyager', 'Voyager', 29493, ''),
('', '', '', '', 73551, 73551, 'Enterprise', 'Enterprise', 29493, ''),
('', '', '', '', 37885, 37885, 'Films', 'Films', 29493, ''),
('', '', '', '', 155, 155, 'Other Star Trek', 'Other-Star-Trek', 29493, ''),
('', '', '', '', 29495, 29495, 'Star Wars', 'Star-Wars', 152, ''),
('', '', '', '', 37887, 37887, 'Star Wars (1977)', 'Star-Wars-1977', 29495, ''),
('', '', '', '', 37888, 37888, 'Empire Strikes Back (1980)', 'Empire-Strikes-Back-1980', 29495, ''),
('', '', '', '', 37889, 37889, 'Return of the Jedi (1983)', 'Return-of-the-Jedi-1983', 29495, ''),
('', '', '', '', 37890, 37890, 'The Phantom Menace (1999)', 'The-Phantom-Menace-1999', 29495, ''),
('', '', '', '', 37891, 37891, 'Attack of the Clones (2002)', 'Attack-of-the-Clones-2002', 29495, ''),
('', '', '', '', 98027, 98027, 'Revenge of the Sith (2005)', 'Revenge-of-the-Sith-2005', 29495, ''),
('', '', '', '', 154, 154, 'Other Star Wars', 'Other-Star-Wars', 29495, ''),
('', '', '', '', 73560, 73560, 'Thunderbirds', 'Thunderbirds', 152, ''),
('', '', '', '', 156, 156, 'X-Files', 'X-Files', 152, ''),
('', '', '', '', 153, 153, 'Other Science Fiction', 'Other-Science-Fiction', 152, ''),
('', '', '', '', 412, 412, 'Scientific', 'Scientific', 1, ''),
('', '', '', '', 14019, 14019, 'Engineering/ Surveying', 'Engineering-Surveying', 412, ''),
('', '', '', '', 4064, 4064, 'Medical', 'Medical', 412, ''),
('', '', '', '', 4084, 4084, 'Optical', 'Optical', 412, ''),
('', '', '', '', 15911, 15911, 'Pharmacy/ Chemist/ Apothecary', 'Pharmacy-Chemist-Apothecary', 412, ''),
('', '', '', '', 14020, 14020, 'Scientific Instruments', 'Scientific-Instruments', 412, ''),
('', '', '', '', 14021, 14021, 'Barometers', 'Barometers', 14020, ''),
('', '', '', '', 14023, 14023, 'Microscopes', 'Microscopes', 14020, ''),
('', '', '', '', 14022, 14022, 'Thermometers', 'Thermometers', 14020, ''),
('', '', '', '', 414, 414, 'Other Scientific Instruments', 'Other-Scientific-Instruments', 14020, ''),
('', '', '', '', 416, 416, 'Space Exploration', 'Space-Exploration', 412, ''),
('', '', '', '', 413, 413, 'Other Scientific', 'Other-Scientific', 412, ''),
('', '', '', '', 113, 113, 'Sewing/ Fabric/ Textiles', 'Sewing-Fabric-Textiles', 1, ''),
('', '', '', '', 106159, 106159, 'Bobbins', 'Bobbins', 113, ''),
('', '', '', '', 38058, 38058, 'Boxes/ Baskets', 'Boxes-Baskets', 113, ''),
('', '', '', '', 41192, 41192, 'Buttons', 'Buttons', 113, ''),
('', '', '', '', 69776, 69776, 'Antique (Pre-1900)', 'Antique-Pre-1900', 41192, ''),
('', '', '', '', 69777, 69777, 'Vintage (1900-1980)', 'Vintage-1900-1980', 41192, ''),
('', '', '', '', 115, 115, 'Contemporary (1981-Now)', 'Contemporary-1981-Now', 41192, ''),
('', '', '', '', 101160, 101160, 'Button Hooks', 'Button-Hooks', 113, ''),
('', '', '', '', 69786, 69786, 'Fabric/ Textiles', 'Fabric-Textiles', 113, ''),
('', '', '', '', 69787, 69787, 'Vintage/ Retro (Pre-1980)', 'Vintage-Retro-Pre-1980', 69786, ''),
('', '', '', '', 33, 33, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 69786, ''),
('', '', '', '', 38056, 38056, 'Needles/ Cases', 'Needles-Cases', 113, ''),
('', '', '', '', 606, 606, 'Patterns', 'Patterns', 113, ''),
('', '', '', '', 1465, 1465, 'Pin Cushions', 'Pin-Cushions', 113, ''),
('', '', '', '', 605, 605, 'Sewing Machines', 'Sewing-Machines', 113, ''),
('', '', '', '', 38060, 38060, 'Thimbles', 'Thimbles', 113, ''),
('', '', '', '', 108930, 108930, 'Brass', 'Brass', 38060, ''),
('', '', '', '', 38064, 38064, 'China', 'China', 38060, ''),
('', '', '', '', 101161, 101161, 'Cloisonne', 'Cloisonne', 38060, ''),
('', '', '', '', 91352, 91352, 'Glass', 'Glass', 38060, ''),
('', '', '', '', 38062, 38062, 'Gold', 'Gold', 38060, ''),
('', '', '', '', 38063, 38063, 'Pewter', 'Pewter', 38060, ''),
('', '', '', '', 38065, 38065, 'Silver', 'Silver', 38060, ''),
('', '', '', '', 145770, 145770, 'Wood', 'Wood', 38060, ''),
('', '', '', '', 69778, 69778, 'Advertising/ Branded', 'Advertising-Branded', 38060, ''),
('', '', '', '', 69779, 69779, 'Animals/ Birds', 'Animals-Birds', 38060, ''),
('', '', '', '', 69780, 69780, 'Celebrity', 'Celebrity', 38060, ''),
('', '', '', '', 69781, 69781, 'Characters', 'Characters', 38060, ''),
('', '', '', '', 90707, 90707, 'Topographical', 'Topographical', 38060, ''),
('', '', '', '', 38066, 38066, 'Mixed Lots', 'Mixed-Lots', 38060, ''),
('', '', '', '', 116, 116, 'Other Thimbles', 'Other-Thimbles', 38060, ''),
('', '', '', '', 69784, 69784, 'Thimble Boxes/ Holders', 'Thimble-Boxes-Holders', 113, ''),
('', '', '', '', 38067, 38067, 'Tools/ Scissors/ Measures', 'Tools-Scissors-Measures', 113, ''),
('', '', '', '', 114, 114, 'Other Sewing/ Fabric/ Textiles', 'Other-Sewing-Fabric-Textiles', 113, ''),
('', '', '', '', 2362, 2362, 'Theatre/ Opera/ Ballet', 'Theatre-Opera-Ballet', 1, ''),
('', '', '', '', 2367, 2367, 'Theatre Brochures', 'Theatre-Brochures', 2362, ''),
('', '', '', '', 2369, 2369, 'Theatre Handbills/ Flyers', 'Theatre-Handbills-Flyers', 2362, ''),
('', '', '', '', 60421, 60421, 'Theatre Posters', 'Theatre-Posters', 2362, ''),
('', '', '', '', 60410, 60410, 'Theatre Programmes', 'Theatre-Programmes', 2362, ''),
('', '', '', '', 60411, 60411, 'Pre-1940', 'Pre-1940', 60410, ''),
('', '', '', '', 60412, 60412, '1940s', '1940s', 60410, ''),
('', '', '', '', 60413, 60413, '1950s', '1950s', 60410, ''),
('', '', '', '', 60414, 60414, '1960s', '1960s', 60410, ''),
('', '', '', '', 60415, 60415, '1970s', '1970s', 60410, ''),
('', '', '', '', 60416, 60416, '1980s', '1980s', 60410, ''),
('', '', '', '', 60417, 60417, '1990s', '1990s', 60410, ''),
('', '', '', '', 60418, 60418, '2000s', '2000s', 60410, ''),
('', '', '', '', 2365, 2365, 'Other Theatre Programmes', 'Other-Theatre-Programmes', 60410, ''),
('', '', '', '', 108931, 108931, 'Theatre/ Drama Magazines', 'Theatre-Drama-Magazines', 2362, ''),
('', '', '', '', 69679, 69679, 'Ballet/ Dance', 'Ballet-Dance', 2362, ''),
('', '', '', '', 69680, 69680, 'Opera', 'Opera', 2362, ''),
('', '', '', '', 69681, 69681, 'Other Theatre', 'Other-Theatre', 2362, ''),
('', '', '', '', 593, 593, 'Tobacciana/ Smoking', 'Tobacciana-Smoking', 1, ''),
('', '', '', '', 44, 44, 'Advertising', 'Advertising', 593, ''),
('', '', '', '', 594, 594, 'Ashtrays', 'Ashtrays', 593, ''),
('', '', '', '', 986, 986, 'Cigars/ Cigar Cutters', 'Cigars-Cigar-Cutters', 593, ''),
('', '', '', '', 69775, 69775, 'Cigarette Boxes', 'Cigarette-Boxes', 593, ''),
('', '', '', '', 38039, 38039, 'Cigarette Cases', 'Cigarette-Cases', 593, ''),
('', '', '', '', 69774, 69774, 'Cigarette Holders', 'Cigarette-Holders', 593, ''),
('', '', '', '', 951, 951, 'Cigarette Lighters', 'Cigarette-Lighters', 593, ''),
('', '', '', '', 70993, 70993, 'Camel', 'Camel', 951, ''),
('', '', '', '', 145767, 145767, 'Clipper', 'Clipper', 951, ''),
('', '', '', '', 11678, 11678, 'Colibri', 'Colibri', 951, ''),
('', '', '', '', 11679, 11679, 'Dunhill', 'Dunhill', 951, ''),
('', '', '', '', 20190, 20190, 'Dupont', 'Dupont', 951, ''),
('', '', '', '', 11680, 11680, 'Ronson', 'Ronson', 951, ''),
('', '', '', '', 38042, 38042, 'Zippo', 'Zippo', 951, ''),
('', '', '', '', 38043, 38043, 'Animals', 'Animals', 38042, ''),
('', '', '', '', 38044, 38044, 'Automotive', 'Automotive', 38042, ''),
('', '', '', '', 38045, 38045, 'Beer/ Alcohol', 'Beer-Alcohol', 38042, ''),
('', '', '', '', 70994, 70994, 'Celebrities', 'Celebrities', 38042, ''),
('', '', '', '', 70995, 70995, 'Film/ TV', 'Film-TV', 38042, ''),
('', '', '', '', 104029, 104029, 'Flags/ Patriotic', 'Flags-Patriotic', 38042, ''),
('', '', '', '', 38048, 38048, 'Military', 'Military', 38042, ''),
('', '', '', '', 38050, 38050, 'Music', 'Music', 38042, ''),
('', '', '', '', 104030, 104030, 'Nautical/ Ships', 'Nautical-Ships', 38042, ''),
('', '', '', '', 108921, 108921, 'Novelty', 'Novelty', 38042, ''),
('', '', '', '', 108922, 108922, 'Plain', 'Plain', 38042, ''),
('', '', '', '', 70996, 70996, 'Playboy', 'Playboy', 38042, ''),
('', '', '', '', 104031, 104031, 'Police/ Firefighting', 'Police-Firefighting', 38042, ''),
('', '', '', '', 104032, 104032, 'Skulls/ Gothic', 'Skulls-Gothic', 38042, ''),
('', '', '', '', 38046, 38046, 'Smoking/ Cigarettes', 'Smoking-Cigarettes', 38042, ''),
('', '', '', '', 38051, 38051, 'Sporting', 'Sporting', 38042, ''),
('', '', '', '', 952, 952, 'Other Zippo', 'Other-Zippo', 38042, ''),
('', '', '', '', 91345, 91345, 'Table Lighters', 'Table-Lighters', 951, ''),
('', '', '', '', 70997, 70997, 'Themed', 'Themed', 951, ''),
('', '', '', '', 70998, 70998, 'Animals', 'Animals', 70997, ''),
('', '', '', '', 104033, 104033, 'Anime', 'Anime', 70997, ''),
('', '', '', '', 70999, 70999, 'Automotive', 'Automotive', 70997, ''),
('', '', '', '', 108923, 108923, 'Beer/ Alcohol/ Smoking', 'Beer-Alcohol-Smoking', 70997, ''),
('', '', '', '', 108924, 108924, 'Film/ TV', 'Film-TV', 70997, ''),
('', '', '', '', 108925, 108925, 'Music', 'Music', 70997, ''),
('', '', '', '', 60779, 60779, 'Novelty Shaped', 'Novelty-Shaped', 70997, ''),
('', '', '', '', 108926, 108926, 'Skulls/ Gothic', 'Skulls-Gothic', 70997, ''),
('', '', '', '', 108927, 108927, 'Sporting', 'Sporting', 70997, ''),
('', '', '', '', 71002, 71002, 'Other Themed', 'Other-Themed', 70997, ''),
('', '', '', '', 108928, 108928, 'Unbranded/ Plain', 'Unbranded-Plain', 951, ''),
('', '', '', '', 101157, 101157, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 951, ''),
('', '', '', '', 108929, 108929, 'Mixed Lots', 'Mixed-Lots', 951, ''),
('', '', '', '', 595, 595, 'Other Cigarette Lighters', 'Other-Cigarette-Lighters', 951, ''),
('', '', '', '', 73563, 73563, 'Cigarette Packets', 'Cigarette-Packets', 593, ''),
('', '', '', '', 38053, 38053, 'Cigarette Tins', 'Cigarette-Tins', 593, ''),
('', '', '', '', 11674, 11674, 'Cutters', 'Cutters', 593, ''),
('', '', '', '', 96829, 96829, 'Match Strikers/ Holders', 'Match-Strikers-Holders', 593, ''),
('', '', '', '', 4117, 4117, 'Matchboxes/ Matchbooks', 'Matchboxes-Matchbooks', 593, ''),
('', '', '', '', 4118, 4118, 'Pipes', 'Pipes', 593, ''),
('', '', '', '', 69770, 69770, 'Antique Pipes (Pre-1900)', 'Antique-Pipes-Pre-1900', 4118, ''),
('', '', '', '', 596, 596, 'Estate Pipes', 'Estate-Pipes', 4118, ''),
('', '', '', '', 69771, 69771, 'Modern Pipes', 'Modern-Pipes', 4118, ''),
('', '', '', '', 93597, 93597, 'Pipe Lighters', 'Pipe-Lighters', 4118, ''),
('', '', '', '', 69772, 69772, 'Pipe Racks', 'Pipe-Racks', 4118, ''),
('', '', '', '', 69773, 69773, 'Other Pipes', 'Other-Pipes', 4118, ''),
('', '', '', '', 112484, 112484, 'Rizlas', 'Rizlas', 593, ''),
('', '', '', '', 73564, 73564, 'Rolling Machines', 'Rolling-Machines', 593, ''),
('', '', '', '', 112485, 112485, 'Shisha Pipes', 'Shisha-Pipes', 593, ''),
('', '', '', '', 75512, 75512, 'Snuff Boxes', 'Snuff-Boxes', 593, ''),
('', '', '', '', 112486, 112486, 'Tobacco Jars', 'Tobacco-Jars', 593, ''),
('', '', '', '', 80005, 80005, 'Tobacco Tins', 'Tobacco-Tins', 593, ''),
('', '', '', '', 60778, 60778, 'Vestas', 'Vestas', 593, ''),
('', '', '', '', 60781, 60781, 'Other Tobacciana/ Smoking', 'Other-Tobacciana-Smoking', 593, ''),
('', '', '', '', 60782, 60782, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 60781, ''),
('', '', '', '', 133, 133, 'Modern (1970-Now)', 'Modern-1970-Now', 60781, ''),
('', '', '', '', 13849, 13849, 'Tools & Hardware', 'Tools-and-Hardware', 1, ''),
('', '', '', '', 3557, 3557, 'Keys', 'Keys', 13849, ''),
('', '', '', '', 67756, 67756, 'Locks', 'Locks', 13849, ''),
('', '', '', '', 4115, 4115, 'Scales', 'Scales', 13849, ''),
('', '', '', '', 4121, 4121, 'Tools', 'Tools', 13849, ''),
('', '', '', '', 13869, 13869, 'Blacksmith', 'Blacksmith', 4121, ''),
('', '', '', '', 13870, 13870, 'Carpentry/ Woodworking', 'Carpentry-Woodworking', 4121, ''),
('', '', '', '', 39729, 39729, 'Axes/ Hatchets', 'Axes-Hatchets', 13870, ''),
('', '', '', '', 13871, 13871, 'Chisels/ Gouges', 'Chisels-Gouges', 13870, ''),
('', '', '', '', 13872, 13872, 'Drills/ Braces/ Bits', 'Drills-Braces-Bits', 13870, ''),
('', '', '', '', 39730, 39730, 'Hammers', 'Hammers', 13870, ''),
('', '', '', '', 13873, 13873, 'Levels/ Rules/ Tapes', 'Levels-Rules-Tapes', 13870, ''),
('', '', '', '', 13874, 13874, 'Planes', 'Planes', 13870, ''),
('', '', '', '', 13875, 13875, 'Saws', 'Saws', 13870, ''),
('', '', '', '', 104039, 104039, 'Screwdrivers', 'Screwdrivers', 13870, ''),
('', '', '', '', 104040, 104040, 'Squares', 'Squares', 13870, ''),
('', '', '', '', 4123, 4123, 'Other Carpentry Tools', 'Other-Carpentry-Tools', 13870, ''),
('', '', '', '', 101158, 101158, 'Garden', 'Garden', 4121, ''),
('', '', '', '', 112487, 112487, 'Leatherworking', 'Leatherworking', 4121, ''),
('', '', '', '', 4122, 4122, 'Mechanical', 'Mechanical', 4121, ''),
('', '', '', '', 112488, 112488, 'Mixed Lots', 'Mixed-Lots', 4121, ''),
('', '', '', '', 1461, 1461, 'Other Tools', 'Other-Tools', 4121, ''),
('', '', '', '', 39731, 39731, 'Toolboxes', 'Toolboxes', 13849, ''),
('', '', '', '', 67757, 67757, 'Other Tools & Hardware', 'Other-Tools-and-Hardware', 13849, ''),
('', '', '', '', 868, 868, 'Trading Cards/ CCG', 'Trading-Cards-CCG', 1, ''),
('', '', '', '', 60224, 60224, 'Animation/ CCG', 'Animation-CCG', 868, ''),
('', '', '', '', 122563, 122563, 'DC Marvel Vs System', 'DC-Marvel-Vs-System', 60224, ''),
('', '', '', '', 69789, 69789, 'Duel Masters', 'Duel-Masters', 60224, ''),
('', '', '', '', 145768, 145768, 'Legend of the Five Rings', 'Legend-of-the-Five-Rings', 60224, ''),
('', '', '', '', 218, 218, 'Magic the Gathering', 'Magic-the-Gathering', 60224, ''),
('', '', '', '', 112489, 112489, 'Neopets', 'Neopets', 60224, ''),
('', '', '', '', 60238, 60238, 'Pokemon', 'Pokemon', 60224, ''),
('', '', '', '', 73567, 73567, 'Scooby Doo', 'Scooby-Doo', 60224, ''),
('', '', '', '', 60239, 60239, 'The Simpsons', 'The-Simpsons', 60224, ''),
('', '', '', '', 60241, 60241, 'Yu-Gi-Oh!', 'Yu-Gi-Oh!', 60224, ''),
('', '', '', '', 60242, 60242, 'Other Animation/ CCG', 'Other-Animation-CCG', 60224, ''),
('', '', '', '', 60223, 60223, 'Films', 'Films', 868, ''),
('', '', '', '', 37893, 37893, 'Batman', 'Batman', 60223, ''),
('', '', '', '', 73570, 73570, 'Harry Potter', 'Harry-Potter', 60223, ''),
('', '', '', '', 60232, 60232, 'James Bond', 'James-Bond', 60223, ''),
('', '', '', '', 60225, 60225, 'Lord of the Rings', 'Lord-of-the-Rings', 60223, ''),
('', '', '', '', 47432, 47432, 'Collectable Card Game', 'Collectable-Card-Game', 60225, ''),
('', '', '', '', 60798, 60798, 'Trading Cards', 'Trading-Cards', 60225, ''),
('', '', '', '', 122562, 122562, 'Serenity', 'Serenity', 60223, ''),
('', '', '', '', 60805, 60805, 'Star Wars', 'Star-Wars', 60223, ''),
('', '', '', '', 60806, 60806, 'Collectable Card Game', 'Collectable-Card-Game', 60805, ''),
('', '', '', '', 672, 672, 'Trading Cards', 'Trading-Cards', 60805, ''),
('', '', '', '', 73566, 73566, 'The Terminator', 'The-Terminator', 60223, ''),
('', '', '', '', 91346, 91346, 'Thunderbirds', 'Thunderbirds', 60223, ''),
('', '', '', '', 60233, 60233, 'Tomb Raider', 'Tomb-Raider', 60223, ''),
('', '', '', '', 60234, 60234, 'Other Film Trading Cards', 'Other-Film-Trading-Cards', 60223, ''),
('', '', '', '', 141173, 141173, 'Puzzles', 'Puzzles', 868, ''),
('', '', '', '', 141174, 141174, 'Perplex City', 'Perplex-City', 141173, ''),
('', '', '', '', 141175, 141175, 'Other Puzzle Cards', 'Other-Puzzle-Cards', 141173, ''),
('', '', '', '', 37897, 37897, 'TV Series', 'TV-Series', 868, ''),
('', '', '', '', 101159, 101159, '24', '24', 37897, ''),
('', '', '', '', 98036, 98036, 'Alias', 'Alias', 37897, ''),
('', '', '', '', 37898, 37898, 'Angel', 'Angel', 37897, ''),
('', '', '', '', 112490, 112490, 'Avengers', 'Avengers', 37897, ''),
('', '', '', '', 670, 670, 'Babylon 5', 'Babylon-5', 37897, ''),
('', '', '', '', 74718, 74718, 'Battlestar Galactica', 'Battlestar-Galactica', 37897, ''),
('', '', '', '', 60799, 60799, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 37897, ''),
('', '', '', '', 21542, 21542, 'Collectable Card Game', 'Collectable-Card-Game', 60799, ''),
('', '', '', '', 29836, 29836, 'Trading Cards', 'Trading-Cards', 60799, ''),
('', '', '', '', 91348, 91348, 'Captain Scarlet', 'Captain-Scarlet', 37897, ''),
('', '', '', '', 73569, 73569, 'Charmed', 'Charmed', 37897, ''),
('', '', '', '', 98037, 98037, 'CSI', 'CSI', 37897, ''),
('', '', '', '', 60801, 60801, 'Doctor Who', 'Doctor-Who', 37897, ''),
('', '', '', '', 98039, 98039, 'Farscape', 'Farscape', 37897, ''),
('', '', '', '', 145769, 145769, 'Lost', 'Lost', 37897, ''),
('', '', '', '', 98041, 98041, 'Outer Limits', 'Outer-Limits', 37897, ''),
('', '', '', '', 60803, 60803, 'Red Dwarf', 'Red-Dwarf', 37897, ''),
('', '', '', '', 112491, 112491, 'Smallville', 'Smallville', 37897, ''),
('', '', '', '', 60229, 60229, 'Stargate', 'Stargate', 37897, ''),
('', '', '', '', 60807, 60807, 'Star Trek', 'Star-Trek', 37897, ''),
('', '', '', '', 671, 671, 'Collectable Card Game', 'Collectable-Card-Game', 60807, ''),
('', '', '', '', 60808, 60808, 'Trading Cards', 'Trading-Cards', 60807, ''),
('', '', '', '', 91350, 91350, 'Thunderbirds', 'Thunderbirds', 37897, ''),
('', '', '', '', 91351, 91351, 'Witchblade', 'Witchblade', 37897, ''),
('', '', '', '', 60230, 60230, 'Xena', 'Xena', 37897, ''),
('', '', '', '', 673, 673, 'X-Files', 'X-Files', 37897, ''),
('', '', '', '', 37901, 37901, 'Other TV Trading Cards', 'Other-TV-Trading-Cards', 37897, ''),
('', '', '', '', 108932, 108932, 'Collections/ Mixed Lots', 'Collections-Mixed-Lots', 868, ''),
('', '', '', '', 60813, 60813, 'Stickers', 'Stickers', 868, ''),
('', '', '', '', 141176, 141176, 'Trading Card Accessories', 'Trading-Card-Accessories', 868, ''),
('', '', '', '', 219, 219, 'Other Trading Cards/ CCG', 'Other-Trading-Cards-CCG', 868, ''),
('', '', '', '', 479, 479, 'Trains/ Railway Models', 'Trains-Railway-Models', 1, ''),
('', '', '', '', 69830, 69830, 'Finescale', 'Finescale', 479, ''),
('', '', '', '', 19151, 19151, 'G Gauge', 'G-Gauge', 479, ''),
('', '', '', '', 122573, 122573, 'Animals & Scenery', 'Animals-and-Scenery', 19151, ''),
('', '', '', '', 122574, 122574, 'Buildings', 'Buildings', 19151, ''),
('', '', '', '', 122575, 122575, 'Coaches', 'Coaches', 19151, ''),
('', '', '', '', 122576, 122576, 'Locomotives', 'Locomotives', 19151, ''),
('', '', '', '', 122577, 122577, 'Signals & Switches', 'Signals-and-Switches', 19151, ''),
('', '', '', '', 122578, 122578, 'Track', 'Track', 19151, ''),
('', '', '', '', 122579, 122579, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 19151, ''),
('', '', '', '', 122580, 122580, 'Wagons', 'Wagons', 19151, ''),
('', '', '', '', 4149, 4149, 'Other G Gauge', 'Other-G-Gauge', 19151, ''),
('', '', '', '', 19128, 19128, 'HO Gauge', 'HO-Gauge', 479, ''),
('', '', '', '', 122567, 122567, 'Animals & Scenery', 'Animals-and-Scenery', 19128, ''),
('', '', '', '', 122568, 122568, 'Buildings', 'Buildings', 19128, ''),
('', '', '', '', 122569, 122569, 'Coaches', 'Coaches', 19128, ''),
('', '', '', '', 97170, 97170, 'Locomotives', 'Locomotives', 19128, ''),
('', '', '', '', 122570, 122570, 'Signals & Switches', 'Signals-and-Switches', 19128, ''),
('', '', '', '', 97168, 97168, 'Track', 'Track', 19128, ''),
('', '', '', '', 122571, 122571, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 19128, ''),
('', '', '', '', 122572, 122572, 'Wagons', 'Wagons', 19128, ''),
('', '', '', '', 484, 484, 'Other HO Gauge', 'Other-HO-Gauge', 19128, ''),
('', '', '', '', 19119, 19119, 'N Gauge', 'N-Gauge', 479, ''),
('', '', '', '', 69810, 69810, 'Animals & Scenery', 'Animals-and-Scenery', 19119, ''),
('', '', '', '', 69811, 69811, 'Buildings', 'Buildings', 19119, ''),
('', '', '', '', 122564, 122564, 'Coaches', 'Coaches', 19119, ''),
('', '', '', '', 69812, 69812, 'Locomotives', 'Locomotives', 19119, ''),
('', '', '', '', 122565, 122565, 'Signals & Switches', 'Signals-and-Switches', 19119, ''),
('', '', '', '', 69813, 69813, 'Track', 'Track', 19119, ''),
('', '', '', '', 122566, 122566, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 19119, ''),
('', '', '', '', 69814, 69814, 'Wagons', 'Wagons', 19119, ''),
('', '', '', '', 486, 486, 'Other N Gauge', 'Other-N-Gauge', 19119, ''),
('', '', '', '', 19145, 19145, 'O Gauge', 'O-Gauge', 479, ''),
('', '', '', '', 47433, 47433, 'Animals & Scenery', 'Animals-and-Scenery', 19145, ''),
('', '', '', '', 47434, 47434, 'Buildings', 'Buildings', 19145, ''),
('', '', '', '', 122586, 122586, 'Coaches', 'Coaches', 19145, ''),
('', '', '', '', 122587, 122587, 'Faller Coaches', 'Faller-Coaches', 122586, ''),
('', '', '', '', 47435, 47435, 'Hornby Coaches', 'Hornby-Coaches', 122586, ''),
('', '', '', '', 122588, 122588, 'Lionel Coaches', 'Lionel-Coaches', 122586, ''),
('', '', '', '', 122589, 122589, 'Peco Coaches', 'Peco-Coaches', 122586, ''),
('', '', '', '', 122590, 122590, 'Other O Gauge Coaches', 'Other-O-Gauge-Coaches', 122586, ''),
('', '', '', '', 122591, 122591, 'Locomotives', 'Locomotives', 19145, ''),
('', '', '', '', 122592, 122592, 'Faller Locomotives', 'Faller-Locomotives', 122591, ''),
('', '', '', '', 47436, 47436, 'Hornby Locomotives', 'Hornby-Locomotives', 122591, ''),
('', '', '', '', 122593, 122593, 'Lionel Locomotives', 'Lionel-Locomotives', 122591, ''),
('', '', '', '', 122594, 122594, 'Peco Locomotives', 'Peco-Locomotives', 122591, ''),
('', '', '', '', 122595, 122595, 'Other O Gauge Locomotives', 'Other-O-Gauge-Locomotives', 122591, ''),
('', '', '', '', 108957, 108957, 'Signals & Switches', 'Signals-and-Switches', 19145, ''),
('', '', '', '', 47437, 47437, 'Track', 'Track', 19145, ''),
('', '', '', '', 108952, 108952, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 19145, ''),
('', '', '', '', 122596, 122596, 'Wagons', 'Wagons', 19145, ''),
('', '', '', '', 122597, 122597, 'Faller Wagons', 'Faller-Wagons', 122596, ''),
('', '', '', '', 69801, 69801, 'Hornby Wagons', 'Hornby-Wagons', 122596, ''),
('', '', '', '', 122598, 122598, 'Lionel Wagons', 'Lionel-Wagons', 122596, ''),
('', '', '', '', 122599, 122599, 'Peco Wagons', 'Peco-Wagons', 122596, ''),
('', '', '', '', 122600, 122600, 'Other O Gauge Wagons', 'Other-O-Gauge-Wagons', 122596, ''),
('', '', '', '', 96854, 96854, 'Collections/ Job Lots', 'Collections-Job-Lots', 19145, ''),
('', '', '', '', 112506, 112506, 'Sets', 'Sets', 19145, ''),
('', '', '', '', 485, 485, 'Other O Gauge', 'Other-O-Gauge', 19145, ''),
('', '', '', '', 122601, 122601, 'OO Gauge', 'OO-Gauge', 479, ''),
('', '', '', '', 69817, 69817, 'Animals & Scenery', 'Animals-and-Scenery', 122601, ''),
('', '', '', '', 69818, 69818, 'Buildings', 'Buildings', 122601, ''),
('', '', '', '', 122602, 122602, 'Coaches', 'Coaches', 122601, ''),
('', '', '', '', 125437, 125437, 'Airfix Coaches', 'Airfix-Coaches', 122602, ''),
('', '', '', '', 125438, 125438, 'Bachmann Coaches', 'Bachmann-Coaches', 122602, ''),
('', '', '', '', 125439, 125439, 'Dapol Coaches', 'Dapol-Coaches', 122602, ''),
('', '', '', '', 125440, 125440, 'Graham Farish Coaches', 'Graham-Farish-Coaches', 122602, ''),
('', '', '', '', 125441, 125441, 'Hornby Railways Coaches', 'Hornby-Railways-Coaches', 122602, ''),
('', '', '', '', 11987, 11987, 'Hornby Dublo Coaches', 'Hornby-Dublo-Coaches', 122602, ''),
('', '', '', '', 47438, 47438, 'Lima Coaches', 'Lima-Coaches', 122602, ''),
('', '', '', '', 125442, 125442, 'Mainline Coaches', 'Mainline-Coaches', 122602, ''),
('', '', '', '', 125443, 125443, 'Peco Coaches', 'Peco-Coaches', 122602, ''),
('', '', '', '', 125444, 125444, 'Ratio/ Replica Coaches', 'Ratio-Replica-Coaches', 122602, ''),
('', '', '', '', 125445, 125445, 'Triang/ Tri-ang Coaches', 'Triang-Tri-ang-Coaches', 122602, ''),
('', '', '', '', 125446, 125446, 'Trix Coaches', 'Trix-Coaches', 122602, ''),
('', '', '', '', 125447, 125447, 'Wrenn Coaches', 'Wrenn-Coaches', 122602, ''),
('', '', '', '', 122603, 122603, 'Other OO Gauge Coaches', 'Other-OO-Gauge-Coaches', 122602, ''),
('', '', '', '', 122604, 122604, 'Locomotives', 'Locomotives', 122601, ''),
('', '', '', '', 125448, 125448, 'Airfix Locomotives', 'Airfix-Locomotives', 122604, ''),
('', '', '', '', 125449, 125449, 'Bachmann Locomotives', 'Bachmann-Locomotives', 122604, ''),
('', '', '', '', 125450, 125450, 'Dapol Locomotives', 'Dapol-Locomotives', 122604, ''),
('', '', '', '', 125451, 125451, 'Graham Farish Locomotives', 'Graham-Farish-Locomotives', 122604, ''),
('', '', '', '', 125452, 125452, 'Hornby Railways Locomotives', 'Hornby-Railways-Locomotives', 122604, ''),
('', '', '', '', 69796, 69796, 'Hornby Dublo Locomotives', 'Hornby-Dublo-Locomotives', 122604, ''),
('', '', '', '', 69804, 69804, 'Lima Locomotives', 'Lima-Locomotives', 122604, ''),
('', '', '', '', 125453, 125453, 'Mainline Locomotives', 'Mainline-Locomotives', 122604, ''),
('', '', '', '', 125454, 125454, 'Peco Locomotives', 'Peco-Locomotives', 122604, ''),
('', '', '', '', 125455, 125455, 'Ratio/ Replica Locomotives', 'Ratio-Replica-Locomotives', 122604, ''),
('', '', '', '', 125456, 125456, 'Triang/ Tri-ang Locomotives', 'Triang-Tri-ang-Locomotives', 122604, ''),
('', '', '', '', 125457, 125457, 'Trix Locomotives', 'Trix-Locomotives', 122604, ''),
('', '', '', '', 125458, 125458, 'Wrenn Locomotives', 'Wrenn-Locomotives', 122604, ''),
('', '', '', '', 69819, 69819, 'Other OO Gauge Locomotives', 'Other-OO-Gauge-Locomotives', 122604, ''),
('', '', '', '', 108955, 108955, 'Signals & Switches', 'Signals-and-Switches', 122601, ''),
('', '', '', '', 69820, 69820, 'Track', 'Track', 122601, ''),
('', '', '', '', 108953, 108953, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 122601, ''),
('', '', '', '', 122605, 122605, 'Wagons', 'Wagons', 122601, ''),
('', '', '', '', 125459, 125459, 'Airfix Wagons', 'Airfix-Wagons', 122605, ''),
('', '', '', '', 125460, 125460, 'Bachmann Wagons', 'Bachmann-Wagons', 122605, ''),
('', '', '', '', 125461, 125461, 'Dapol Wagons', 'Dapol-Wagons', 122605, ''),
('', '', '', '', 125462, 125462, 'Graham Farish Wagons', 'Graham-Farish-Wagons', 122605, ''),
('', '', '', '', 125463, 125463, 'Hornby Railways Wagons', 'Hornby-Railways-Wagons', 122605, ''),
('', '', '', '', 69798, 69798, 'Hornby Dublo Wagons', 'Hornby-Dublo-Wagons', 122605, ''),
('', '', '', '', 69806, 69806, 'Lima Wagons', 'Lima-Wagons', 122605, ''),
('', '', '', '', 125464, 125464, 'Mainline Wagons', 'Mainline-Wagons', 122605, ''),
('', '', '', '', 125465, 125465, 'Peco Wagons', 'Peco-Wagons', 122605, ''),
('', '', '', '', 125466, 125466, 'Ratio/ Replica Wagons', 'Ratio-Replica-Wagons', 122605, ''),
('', '', '', '', 125467, 125467, 'Triang/ Tri-ang Wagons', 'Triang-Tri-ang-Wagons', 122605, ''),
('', '', '', '', 125468, 125468, 'Trix Wagons', 'Trix-Wagons', 122605, ''),
('', '', '', '', 125469, 125469, 'Wrenn Wagons', 'Wrenn-Wagons', 122605, ''),
('', '', '', '', 69821, 69821, 'Other OO Gauge Wagons', 'Other-OO-Gauge-Wagons', 122605, ''),
('', '', '', '', 101163, 101163, 'Collections/ Job Lots', 'Collections-Job-Lots', 122601, ''),
('', '', '', '', 112505, 112505, 'Sets', 'Sets', 122601, ''),
('', '', '', '', 4978, 4978, 'Other OO Gauge', 'Other-OO-Gauge', 122601, ''),
('', '', '', '', 145771, 145771, 'OO9/ HOe', 'OO9-HOe', 479, ''),
('', '', '', '', 125436, 125436, 'TT Gauge (3mm Scale)', 'TT-Gauge-3mm-Scale', 479, ''),
('', '', '', '', 19116, 19116, 'Z Gauge', 'Z-Gauge', 479, ''),
('', '', '', '', 122606, 122606, 'Animals & Scenery', 'Animals-and-Scenery', 19116, ''),
('', '', '', '', 120273, 120273, 'Buildings', 'Buildings', 19116, ''),
('', '', '', '', 122608, 122608, 'Coaches', 'Coaches', 19116, ''),
('', '', '', '', 96856, 96856, 'Locomotives', 'Locomotives', 19116, ''),
('', '', '', '', 122609, 122609, 'Signals & Switches', 'Signals-and-Switches', 19116, ''),
('', '', '', '', 120272, 120272, 'Track', 'Track', 19116, ''),
('', '', '', '', 122607, 122607, 'Tunnels & Bridges', 'Tunnels-and-Bridges', 19116, ''),
('', '', '', '', 120271, 120271, 'Wagons', 'Wagons', 19116, ''),
('', '', '', '', 7276, 7276, 'Other Z Gauge', 'Other-Z-Gauge', 19116, ''),
('', '', '', '', 131, 131, 'Catalogues & Magazines', 'Catalogues-and-Magazines', 479, ''),
('', '', '', '', 487, 487, 'Other Trains/ Railway Models', 'Other-Trains-Railway-Models', 479, ''),
('', '', '', '', 417, 417, 'Transportation', 'Transportation', 1, ''),
('', '', '', '', 14049, 14049, 'Aeronautica', 'Aeronautica', 417, ''),
('', '', '', '', 805, 805, 'Airlines', 'Airlines', 14049, ''),
('', '', '', '', 3862, 3862, 'British Airways', 'British-Airways', 805, ''),
('', '', '', '', 96836, 96836, 'Virgin Atlantic', 'Virgin-Atlantic', 805, ''),
('', '', '', '', 116846, 116846, 'Air Sickness Bags', 'Air-Sickness-Bags', 805, ''),
('', '', '', '', 108933, 108933, 'Bags', 'Bags', 805, ''),
('', '', '', '', 108934, 108934, 'Books/ Specialist Magazines', 'Books-Specialist-Magazines', 805, ''),
('', '', '', '', 108935, 108935, 'Brochures/ Inflight Magazines', 'Brochures-Inflight-Magazines', 805, ''),
('', '', '', '', 108936, 108936, 'Clothing', 'Clothing', 805, ''),
('', '', '', '', 101178, 101178, 'DVDs & Videos', 'DVDs-and-Videos', 805, ''),
('', '', '', '', 108937, 108937, 'In-Flight Gifts/ Amenity Kits', 'In-Flight-Gifts-Amenity-Kits', 805, ''),
('', '', '', '', 108938, 108938, 'Labels', 'Labels', 805, ''),
('', '', '', '', 108939, 108939, 'Menus', 'Menus', 805, ''),
('', '', '', '', 108940, 108940, 'Models', 'Models', 805, ''),
('', '', '', '', 108941, 108941, 'Ornaments', 'Ornaments', 805, ''),
('', '', '', '', 4783, 4783, 'Pilot Gear', 'Pilot-Gear', 805, ''),
('', '', '', '', 108942, 108942, 'Postcards', 'Postcards', 805, ''),
('', '', '', '', 116847, 116847, 'Posters', 'Posters', 805, ''),
('', '', '', '', 108943, 108943, 'Prints/ Photographs', 'Prints-Photographs', 805, ''),
('', '', '', '', 108944, 108944, 'Route Maps', 'Route-Maps', 805, ''),
('', '', '', '', 108945, 108945, 'Safety Cards', 'Safety-Cards', 805, ''),
('', '', '', '', 108947, 108947, 'Slides', 'Slides', 805, ''),
('', '', '', '', 108948, 108948, 'Stickers', 'Stickers', 805, ''),
('', '', '', '', 108949, 108949, 'Timetables', 'Timetables', 805, ''),
('', '', '', '', 108950, 108950, 'Mixed Lots', 'Mixed-Lots', 805, ''),
('', '', '', '', 806, 806, 'Other Airlines', 'Other-Airlines', 805, ''),
('', '', '', '', 91354, 91354, 'Airports', 'Airports', 14049, ''),
('', '', '', '', 69827, 69827, 'Concorde', 'Concorde', 14049, ''),
('', '', '', '', 40051, 40051, 'Manufacturers', 'Manufacturers', 14049, ''),
('', '', '', '', 86953, 86953, 'Military', 'Military', 14049, ''),
('', '', '', '', 86954, 86954, 'Models', 'Models', 86953, ''),
('', '', '', '', 96837, 96837, 'Ornaments', 'Ornaments', 86953, ''),
('', '', '', '', 86955, 86955, 'Photos/ Prints', 'Photos-Prints', 86953, ''),
('', '', '', '', 96838, 96838, 'Publications', 'Publications', 86953, ''),
('', '', '', '', 14050, 14050, 'Other Military', 'Other-Military', 86953, ''),
('', '', '', '', 69828, 69828, 'Other Aeronautica', 'Other-Aeronautica', 14049, ''),
('', '', '', '', 69826, 69826, 'Agricultural/ Industrial', 'Agricultural-Industrial', 417, ''),
('', '', '', '', 60814, 60814, 'Automobilia', 'Automobilia', 417, ''),
('', '', '', '', 35959, 35959, 'Bicycle', 'Bicycle', 417, ''),
('', '', '', '', 69824, 69824, 'Books/ Magazines', 'Books-Magazines', 35959, ''),
('', '', '', '', 35960, 35960, 'BMX', 'BMX', 35959, ''),
('', '', '', '', 420, 420, 'Raleigh', 'Raleigh', 35959, ''),
('', '', '', '', 69825, 69825, 'Other Bicycle', 'Other-Bicycle', 35959, ''),
('', '', '', '', 47593, 47593, 'Bus/ Coach', 'Bus-Coach', 417, ''),
('', '', '', '', 69836, 69836, 'Badges', 'Badges', 47593, ''),
('', '', '', '', 47595, 47595, 'Books/ Magazines', 'Books-Magazines', 47593, ''),
('', '', '', '', 98802, 98802, 'Clothing/ Uniforms', 'Clothing-Uniforms', 47593, ''),
('', '', '', '', 101187, 101187, 'Destination Blinds', 'Destination-Blinds', 47593, ''),
('', '', '', '', 101188, 101188, 'DVDs & Videos', 'DVDs-and-Videos', 47593, ''),
('', '', '', '', 69837, 69837, 'Models', 'Models', 47593, ''),
('', '', '', '', 69838, 69838, 'Photographs', 'Photographs', 47593, ''),
('', '', '', '', 98803, 98803, 'Route Maps', 'Route-Maps', 47593, ''),
('', '', '', '', 96849, 96849, 'Signs/ Plates', 'Signs-Plates', 47593, ''),
('', '', '', '', 112503, 112503, 'Ticket Machines', 'Ticket-Machines', 47593, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 47596, 47596, 'Tickets', 'Tickets', 47593, ''),
('', '', '', '', 98804, 98804, 'Timetables', 'Timetables', 47593, ''),
('', '', '', '', 96850, 96850, 'Uniform/ Clothing/ Ties', 'Uniform-Clothing-Ties', 47593, ''),
('', '', '', '', 4151, 4151, 'Other Bus/ Coach', 'Other-Bus-Coach', 47593, ''),
('', '', '', '', 69839, 69839, 'Motorcycle/ Scooter', 'Motorcycle-Scooter', 417, ''),
('', '', '', '', 14052, 14052, 'Nautical', 'Nautical', 417, ''),
('', '', '', '', 69834, 69834, 'Canals/ Narrowboats', 'Canals-Narrowboats', 14052, ''),
('', '', '', '', 106158, 106158, 'Ferries', 'Ferries', 14052, ''),
('', '', '', '', 101182, 101182, 'Hovercraft', 'Hovercraft', 14052, ''),
('', '', '', '', 101183, 101183, 'Lighthouses', 'Lighthouses', 14052, ''),
('', '', '', '', 101184, 101184, 'Merchant Navy', 'Merchant-Navy', 14052, ''),
('', '', '', '', 14054, 14054, 'Military', 'Military', 14052, ''),
('', '', '', '', 35962, 35962, 'Ocean Liners/ Cruise Ships', 'Ocean-Liners-Cruise-Ships', 14052, ''),
('', '', '', '', 35963, 35963, 'Cunard', 'Cunard', 35962, ''),
('', '', '', '', 35964, 35964, 'Holland America', 'Holland-America', 35962, ''),
('', '', '', '', 101179, 101179, 'P & O', 'P-and-O', 35962, ''),
('', '', '', '', 101180, 101180, 'Red Star Line', 'Red-Star-Line', 35962, ''),
('', '', '', '', 35965, 35965, 'Titanic/ White Star Line', 'Titanic-White-Star-Line', 35962, ''),
('', '', '', '', 14053, 14053, 'Other Ocean Liners', 'Other-Ocean-Liners', 35962, ''),
('', '', '', '', 122636, 122636, 'Paddle Steamers', 'Paddle-Steamers', 14052, ''),
('', '', '', '', 69833, 69833, 'Books/ Magazines', 'Books-Magazines', 14052, ''),
('', '', '', '', 108959, 108959, 'Documents', 'Documents', 14052, ''),
('', '', '', '', 101181, 101181, 'DVDs & Videos', 'DVDs-and-Videos', 14052, ''),
('', '', '', '', 108960, 108960, 'Menus', 'Menus', 14052, ''),
('', '', '', '', 96839, 96839, 'Models/ Ornaments', 'Models-Ornaments', 14052, ''),
('', '', '', '', 108961, 108961, 'Souvenirs', 'Souvenirs', 14052, ''),
('', '', '', '', 423, 423, 'Other Nautical', 'Other-Nautical', 14052, ''),
('', '', '', '', 1444, 1444, 'Railwayana', 'Railwayana', 417, ''),
('', '', '', '', 40052, 40052, 'Books', 'Books', 1444, ''),
('', '', '', '', 112493, 112493, 'GWR', 'GWR', 40052, ''),
('', '', '', '', 112494, 112494, 'LMS', 'LMS', 40052, ''),
('', '', '', '', 112495, 112495, 'LNER', 'LNER', 40052, ''),
('', '', '', '', 112496, 112496, 'SR', 'SR', 40052, ''),
('', '', '', '', 112497, 112497, 'British Rail (1948-1997)', 'British-Rail-1948-1997', 40052, ''),
('', '', '', '', 112498, 112498, 'Post-Privatisation', 'Post-Privatisation', 40052, ''),
('', '', '', '', 112499, 112499, 'Narrow & Miniature Gauge', 'Narrow-and-Miniature-Gauge', 40052, ''),
('', '', '', '', 112500, 112500, 'Minor Standard Gauge', 'Minor-Standard-Gauge', 40052, ''),
('', '', '', '', 112502, 112502, 'Overseas Railways', 'Overseas-Railways', 40052, ''),
('', '', '', '', 112501, 112501, 'Ireland', 'Ireland', 40052, ''),
('', '', '', '', 4132, 4132, 'Other Railway Books', 'Other-Railway-Books', 40052, ''),
('', '', '', '', 74727, 74727, 'DVDs & Videos', 'DVDs-and-Videos', 1444, ''),
('', '', '', '', 4125, 4125, 'Hardware Railwayana', 'Hardware-Railwayana', 1444, ''),
('', '', '', '', 4126, 4126, 'Badges/ Emblems', 'Badges-Emblems', 4125, ''),
('', '', '', '', 4127, 4127, 'Dining Items', 'Dining-Items', 4125, ''),
('', '', '', '', 4128, 4128, 'Lanterns/ Lamps', 'Lanterns-Lamps', 4125, ''),
('', '', '', '', 96841, 96841, 'Ornaments', 'Ornaments', 4125, ''),
('', '', '', '', 96842, 96842, 'Plates/ Signs', 'Plates-Signs', 4125, ''),
('', '', '', '', 4130, 4130, 'Tools', 'Tools', 4125, ''),
('', '', '', '', 96843, 96843, 'Uniform/ Buttons', 'Uniform-Buttons', 4125, ''),
('', '', '', '', 4124, 4124, 'Other Hardware Railwayana', 'Other-Hardware-Railwayana', 4125, ''),
('', '', '', '', 4131, 4131, 'Paper Railwayana', 'Paper-Railwayana', 1444, ''),
('', '', '', '', 112492, 112492, 'Accident Reports', 'Accident-Reports', 4131, ''),
('', '', '', '', 86958, 86958, 'Advertising/ Posters', 'Advertising-Posters', 4131, ''),
('', '', '', '', 36010, 36010, 'Annual Reports', 'Annual-Reports', 4131, ''),
('', '', '', '', 4133, 4133, 'Brochures/ Leaflets', 'Brochures-Leaflets', 4131, ''),
('', '', '', '', 14060, 14060, 'Calendars', 'Calendars', 4131, ''),
('', '', '', '', 96847, 96847, 'Drawings/ Diagrams', 'Drawings-Diagrams', 4131, ''),
('', '', '', '', 4134, 4134, 'Employee Timetables', 'Employee-Timetables', 4131, ''),
('', '', '', '', 101186, 101186, 'Handbills', 'Handbills', 4131, ''),
('', '', '', '', 96844, 96844, 'Luggage Labels', 'Luggage-Labels', 4131, ''),
('', '', '', '', 67758, 67758, 'Magazines', 'Magazines', 4131, ''),
('', '', '', '', 95165, 95165, 'Maps', 'Maps', 4131, ''),
('', '', '', '', 95166, 95166, 'Menus', 'Menus', 4131, ''),
('', '', '', '', 35974, 35974, 'Postcards', 'Postcards', 4131, ''),
('', '', '', '', 67759, 67759, 'Prints/ Paintings', 'Prints-Paintings', 4131, ''),
('', '', '', '', 4136, 4136, 'Public Timetables', 'Public-Timetables', 4131, ''),
('', '', '', '', 4137, 4137, 'Rulebooks', 'Rulebooks', 4131, ''),
('', '', '', '', 101185, 101185, 'Wagon Labels', 'Wagon-Labels', 4131, ''),
('', '', '', '', 96845, 96845, 'Window/ Carriage Labels', 'Window-Carriage-Labels', 4131, ''),
('', '', '', '', 1445, 1445, 'Other Paper Railwayana', 'Other-Paper-Railwayana', 4131, ''),
('', '', '', '', 149323, 149323, 'Photographs', 'Photographs', 1444, ''),
('', '', '', '', 149324, 149324, 'GWR', 'GWR', 149323, ''),
('', '', '', '', 149325, 149325, 'LMS', 'LMS', 149323, ''),
('', '', '', '', 149326, 149326, 'LNER', 'LNER', 149323, ''),
('', '', '', '', 149327, 149327, 'SR', 'SR', 149323, ''),
('', '', '', '', 149332, 149332, 'British Rail (1948-1997)', 'British-Rail-1948-1997', 149323, ''),
('', '', '', '', 149333, 149333, 'Post-Privatisation', 'Post-Privatisation', 149323, ''),
('', '', '', '', 149334, 149334, 'Narrow & Miniature Gauge', 'Narrow-and-Miniature-Gauge', 149323, ''),
('', '', '', '', 149335, 149335, 'Minor Standard Gauge', 'Minor-Standard-Gauge', 149323, ''),
('', '', '', '', 149336, 149336, 'Overseas Railways', 'Overseas-Railways', 149323, ''),
('', '', '', '', 149337, 149337, 'Ireland', 'Ireland', 149323, ''),
('', '', '', '', 35975, 35975, 'Other Photographs', 'Other-Photographs', 149323, ''),
('', '', '', '', 149338, 149338, 'Tickets', 'Tickets', 1444, ''),
('', '', '', '', 149339, 149339, 'GWR', 'GWR', 149338, ''),
('', '', '', '', 149340, 149340, 'LMS', 'LMS', 149338, ''),
('', '', '', '', 149341, 149341, 'LNER', 'LNER', 149338, ''),
('', '', '', '', 149342, 149342, 'SR', 'SR', 149338, ''),
('', '', '', '', 149343, 149343, 'British Rail (1948-1997)', 'British-Rail-1948-1997', 149338, ''),
('', '', '', '', 149344, 149344, 'Post-Privatisation', 'Post-Privatisation', 149338, ''),
('', '', '', '', 149345, 149345, 'Narrow & Miniature Gauge', 'Narrow-and-Miniature-Gauge', 149338, ''),
('', '', '', '', 149346, 149346, 'Minor Standard Gauge', 'Minor-Standard-Gauge', 149338, ''),
('', '', '', '', 149347, 149347, 'Overseas Railways', 'Overseas-Railways', 149338, ''),
('', '', '', '', 149348, 149348, 'Ireland', 'Ireland', 149338, ''),
('', '', '', '', 4135, 4135, 'Other Tickets', 'Other-Tickets', 149338, ''),
('', '', '', '', 130, 130, 'Other Railwayana', 'Other-Railwayana', 1444, ''),
('', '', '', '', 69835, 69835, 'Tramway/ Light Rail', 'Tramway-Light-Rail', 417, ''),
('', '', '', '', 10963, 10963, 'Trucks/ Lorries/ Vans', 'Trucks-Lorries-Vans', 417, ''),
('', '', '', '', 4152, 4152, 'Underground', 'Underground', 417, ''),
('', '', '', '', 4150, 4150, 'Other Transportation', 'Other-Transportation', 417, ''),
('', '', '', '', 597, 597, 'Vanity/ Perfume/ Grooming', 'Vanity-Perfume-Grooming', 1, ''),
('', '', '', '', 887, 887, 'Barber Shop/ Shaving', 'Barber-Shop-Shaving', 597, ''),
('', '', '', '', 18790, 18790, 'Combs/ Brushes', 'Combs-Brushes', 597, ''),
('', '', '', '', 600, 600, 'Compacts', 'Compacts', 597, ''),
('', '', '', '', 14081, 14081, 'Hand Mirrors', 'Hand-Mirrors', 597, ''),
('', '', '', '', 601, 601, 'Hatpins', 'Hatpins', 597, ''),
('', '', '', '', 35982, 35982, 'Perfumes', 'Perfumes', 597, ''),
('', '', '', '', 60821, 60821, 'Bottles', 'Bottles', 35982, ''),
('', '', '', '', 1349, 1349, 'Avon', 'Avon', 60821, ''),
('', '', '', '', 35983, 35983, 'Boxed/ Commercial', 'Boxed-Commercial', 60821, ''),
('', '', '', '', 35985, 35985, 'Decorative Glass/ Crystal', 'Decorative-Glass-Crystal', 60821, ''),
('', '', '', '', 96864, 96864, 'Miniatures', 'Miniatures', 60821, ''),
('', '', '', '', 60822, 60822, 'Other Perfume Bottles', 'Other-Perfume-Bottles', 60821, ''),
('', '', '', '', 602, 602, 'Other Perfumes', 'Other-Perfumes', 35982, ''),
('', '', '', '', 14082, 14082, 'Pill/ Trinket Boxes', 'Pill-Trinket-Boxes', 597, ''),
('', '', '', '', 4155, 4155, 'Sets/ Trays', 'Sets-Trays', 597, ''),
('', '', '', '', 598, 598, 'Other Vanity/ Grooming', 'Other-Vanity-Grooming', 597, ''),
('', '', '', '', 69851, 69851, 'Vintage/ Retro', 'Vintage-Retro', 1, ''),
('', '', '', '', 69852, 69852, '1940s', '1940s', 69851, ''),
('', '', '', '', 69853, 69853, '1950s', '1950s', 69851, ''),
('', '', '', '', 69854, 69854, '1960s', '1960s', 69851, ''),
('', '', '', '', 69855, 69855, '1970s', '1970s', 69851, ''),
('', '', '', '', 69856, 69856, '1980s', '1980s', 69851, ''),
('', '', '', '', 72397, 72397, 'Bakelite', 'Bakelite', 69851, ''),
('', '', '', '', 108962, 108962, 'Plastic', 'Plastic', 69851, ''),
('', '', '', '', 1466, 1466, 'Weird Stuff', 'Weird-Stuff', 1, ''),
('', '', '', '', 60823, 60823, 'Not That Odd', 'Not-That-Odd', 1466, ''),
('', '', '', '', 1467, 1467, 'Slightly Unusual', 'Slightly-Unusual', 1466, ''),
('', '', '', '', 60824, 60824, 'Unusual', 'Unusual', 1466, ''),
('', '', '', '', 60825, 60825, 'Rather Strange', 'Rather-Strange', 1466, ''),
('', '', '', '', 1468, 1468, 'Really Weird', 'Really-Weird', 1466, ''),
('', '', '', '', 1469, 1469, 'Totally Bizarre', 'Totally-Bizarre', 1466, ''),
('', '', '', '', 159, 159, 'Other Collectables', 'Other-Collectables', 1, ''),
('', '', '', '', 58058, 58058, 'Computing', 'Computing', 0, ''),
('', '', '', '', 4599, 4599, 'Apple/ Macintosh', 'Apple-Macintosh', 58058, ''),
('', '', '', '', 4601, 4601, 'Accessories', 'Accessories', 4599, ''),
('', '', '', '', 80034, 80034, 'Components', 'Components', 4599, ''),
('', '', '', '', 80041, 80041, 'eMac', 'eMac', 4599, ''),
('', '', '', '', 4602, 4602, 'iBook', 'iBook', 4599, ''),
('', '', '', '', 4603, 4603, 'iMac', 'iMac', 4599, ''),
('', '', '', '', 141177, 141177, 'MacBook', 'MacBook', 4599, ''),
('', '', '', '', 101189, 101189, 'Mac Mini', 'Mac-Mini', 4599, ''),
('', '', '', '', 4606, 4606, 'PowerBook', 'PowerBook', 4599, ''),
('', '', '', '', 4607, 4607, 'PowerMac', 'PowerMac', 4599, ''),
('', '', '', '', 51046, 51046, 'Vintage Apple Mac', 'Vintage-Apple-Mac', 4599, ''),
('', '', '', '', 171, 171, 'Other Apple/ Macintosh', 'Other-Apple-Macintosh', 4599, ''),
('', '', '', '', 3516, 3516, 'Books & Manuals', 'Books-and-Manuals', 58058, ''),
('', '', '', '', 67856, 67856, 'Applications', 'Applications', 3516, ''),
('', '', '', '', 183, 183, 'Reference', 'Reference', 67856, ''),
('', '', '', '', 50194, 50194, 'Self-Teaching/ Certification', 'Self-Teaching-Certification', 67856, ''),
('', '', '', '', 3523, 3523, 'Internet/ Web Design', 'Internet-Web-Design', 3516, ''),
('', '', '', '', 3519, 3519, 'Maintenance/ Repairs', 'Maintenance-Repairs', 3516, ''),
('', '', '', '', 3524, 3524, 'Networking/ Communications', 'Networking-Communications', 3516, ''),
('', '', '', '', 67855, 67855, 'Operating Systems', 'Operating-Systems', 3516, ''),
('', '', '', '', 3522, 3522, 'Programming/ Development', 'Programming-Development', 3516, ''),
('', '', '', '', 163, 163, 'Other Books & Manuals', 'Other-Books-and-Manuals', 3516, ''),
('', '', '', '', 31491, 31491, 'Cables/ Connectors', 'Cables-Connectors', 58058, ''),
('', '', '', '', 41993, 41993, 'Adaptors', 'Adaptors', 31491, ''),
('', '', '', '', 31492, 31492, 'Audio Cables', 'Audio-Cables', 31491, ''),
('', '', '', '', 67857, 67857, 'Broadband/ ADSL/ RJ11 Cables', 'Broadband-ADSL-RJ11-Cables', 31491, ''),
('', '', '', '', 67858, 67858, 'Cable Clips & Tidies', 'Cable-Clips-and-Tidies', 31491, ''),
('', '', '', '', 42321, 42321, 'Extensions', 'Extensions', 31491, ''),
('', '', '', '', 108963, 108963, 'Fibre Optic Cables', 'Fibre-Optic-Cables', 31491, ''),
('', '', '', '', 31493, 31493, 'Firewire', 'Firewire', 31491, ''),
('', '', '', '', 41994, 41994, 'IDE', 'IDE', 31491, ''),
('', '', '', '', 45340, 45340, 'Keyboard/ Mouse', 'Keyboard-Mouse', 31491, ''),
('', '', '', '', 45341, 45341, 'KVM / Switchbox', 'KVM-Switchbox', 31491, ''),
('', '', '', '', 108964, 108964, 'Laplink Cables', 'Laplink-Cables', 31491, ''),
('', '', '', '', 57187, 57187, 'Modem Cables', 'Modem-Cables', 31491, ''),
('', '', '', '', 41999, 41999, 'Monitor Cables, DVI, SVGA, BNC', 'Monitor-Cables-DVI-SVGA-BNC', 31491, ''),
('', '', '', '', 57188, 57188, 'Network Cables/ RJ45', 'Network-Cables-RJ45', 31491, ''),
('', '', '', '', 45342, 45342, 'Power Cables', 'Power-Cables', 31491, ''),
('', '', '', '', 11196, 11196, 'Printer Cables', 'Printer-Cables', 31491, ''),
('', '', '', '', 45343, 45343, 'Round Cables', 'Round-Cables', 31491, ''),
('', '', '', '', 31494, 31494, 'SCSI Cables', 'SCSI-Cables', 31491, ''),
('', '', '', '', 41995, 41995, 'Serial Cables', 'Serial-Cables', 31491, ''),
('', '', '', '', 74941, 74941, 'Serial ATA/ SATA', 'Serial-ATA-SATA', 31491, ''),
('', '', '', '', 44932, 44932, 'USB Cables', 'USB-Cables', 31491, ''),
('', '', '', '', 86697, 86697, 'A to A USB Cables', 'A-to-A-USB-Cables', 44932, ''),
('', '', '', '', 44934, 44934, 'A to B USB Cables', 'A-to-B-USB-Cables', 44932, ''),
('', '', '', '', 139831, 139831, 'A to Mini B Cables', 'A-to-Mini-B-Cables', 44932, ''),
('', '', '', '', 42322, 42322, 'Other USB cables', 'Other-USB-cables', 44932, ''),
('', '', '', '', 96865, 96865, 'USB Hubs', 'USB-Hubs', 31491, ''),
('', '', '', '', 96866, 96866, 'USB 2.0 Hubs', 'USB-20-Hubs', 96865, ''),
('', '', '', '', 31495, 31495, 'USB 1.1 Hubs', 'USB-11-Hubs', 96865, ''),
('', '', '', '', 67859, 67859, 'Video Cables', 'Video-Cables', 31491, ''),
('', '', '', '', 3668, 3668, 'Other Cables', 'Other-Cables', 31491, ''),
('', '', '', '', 179, 179, 'Desktop PCs', 'Desktop-PCs', 58058, ''),
('', '', '', '', 3667, 3667, 'Desktop PC Components', 'Desktop-PC-Components', 58058, ''),
('', '', '', '', 3671, 3671, 'CPUs', 'CPUs', 3667, ''),
('', '', '', '', 15918, 15918, 'AMD CPUs', 'AMD-CPUs', 3671, ''),
('', '', '', '', 15919, 15919, 'Athlon', 'Athlon', 15918, ''),
('', '', '', '', 80139, 80139, 'Athlon 64', 'Athlon-64', 15918, ''),
('', '', '', '', 80140, 80140, 'Athlon 64 FX', 'Athlon-64-FX', 15918, ''),
('', '', '', '', 80141, 80141, 'Athlon 64 MP', 'Athlon-64-MP', 15918, ''),
('', '', '', '', 133682, 133682, 'Athlon 64 X2', 'Athlon-64-X2', 15918, ''),
('', '', '', '', 44935, 44935, 'Athlon XP', 'Athlon-XP', 15918, ''),
('', '', '', '', 15920, 15920, 'Duron', 'Duron', 15918, ''),
('', '', '', '', 101190, 101190, 'K5', 'K5', 15918, ''),
('', '', '', '', 15921, 15921, 'K6', 'K6', 15918, ''),
('', '', '', '', 80142, 80142, 'Opteron', 'Opteron', 15918, ''),
('', '', '', '', 96867, 96867, 'Sempron', 'Sempron', 15918, ''),
('', '', '', '', 108965, 108965, 'Socket/ Slot Converters', 'Socket-Slot-Converters', 15918, ''),
('', '', '', '', 3672, 3672, 'Other AMD CPUs', 'Other-AMD-CPUs', 15918, ''),
('', '', '', '', 3675, 3675, 'Cyrix CPUs', 'Cyrix-CPUs', 3671, ''),
('', '', '', '', 108966, 108966, 'IBM/ DEC/ Apple CPUs', 'IBM-DEC-Apple-CPUs', 3671, ''),
('', '', '', '', 14291, 14291, 'Intel CPUs', 'Intel-CPUs', 3671, ''),
('', '', '', '', 16180, 16180, 'Celeron', 'Celeron', 14291, ''),
('', '', '', '', 101191, 101191, '80486/ 486', '80486-486', 14291, ''),
('', '', '', '', 3674, 3674, 'Pentium I', 'Pentium-I', 14291, ''),
('', '', '', '', 14290, 14290, 'Pentium II', 'Pentium-II', 14291, ''),
('', '', '', '', 14292, 14292, 'Pentium III', 'Pentium-III', 14291, ''),
('', '', '', '', 14293, 14293, 'Pentium 4', 'Pentium-4', 14291, ''),
('', '', '', '', 80143, 80143, 'Pentium 4 HT, Hyper Threading', 'Pentium-4-HT-Hyper-Threading', 14291, ''),
('', '', '', '', 80144, 80144, 'Pentium 4 HT Extreme Edition', 'Pentium-4-HT-Extreme-Edition', 14291, ''),
('', '', '', '', 16181, 16181, 'Pentium Pro', 'Pentium-Pro', 14291, ''),
('', '', '', '', 51055, 51055, 'Xeon', 'Xeon', 14291, ''),
('', '', '', '', 96868, 96868, 'Other Intel CPUs', 'Other-Intel-CPUs', 14291, ''),
('', '', '', '', 164, 164, 'Other CPUs', 'Other-CPUs', 3671, ''),
('', '', '', '', 42014, 42014, 'Desktop PC Cases', 'Desktop-PC-Cases', 3667, ''),
('', '', '', '', 51059, 51059, '300 Watts & Lower', '300-Watts-and-Lower', 42014, ''),
('', '', '', '', 51061, 51061, '301-450 Watts', '301-450-Watts', 42014, ''),
('', '', '', '', 51063, 51063, '451 Watts & Higher', '451-Watts-and-Higher', 42014, ''),
('', '', '', '', 80168, 80168, 'Cases without Power Supply', 'Cases-without-Power-Supply', 42014, ''),
('', '', '', '', 51064, 51064, 'Case Accessories/ Parts/ Kits', 'Case-Accessories-Parts-Kits', 42014, ''),
('', '', '', '', 42000, 42000, 'Fans/ Heatsinks', 'Fans-Heatsinks', 3667, ''),
('', '', '', '', 131486, 131486, 'Fans', 'Fans', 42000, ''),
('', '', '', '', 131487, 131487, 'For Cases', 'For-Cases', 131486, ''),
('', '', '', '', 131489, 131489, '40mm', '40mm', 131487, ''),
('', '', '', '', 131488, 131488, '60mm', '60mm', 131487, ''),
('', '', '', '', 42003, 42003, '80mm', '80mm', 131487, ''),
('', '', '', '', 131490, 131490, '92mm', '92mm', 131487, ''),
('', '', '', '', 131491, 131491, '120mm', '120mm', 131487, ''),
('', '', '', '', 131492, 131492, '140mm', '140mm', 131487, ''),
('', '', '', '', 131493, 131493, 'For CPUs', 'For-CPUs', 131486, ''),
('', '', '', '', 131494, 131494, 'For Hard Drives', 'For-Hard-Drives', 131486, ''),
('', '', '', '', 131495, 131495, 'Fan Grills/ Guards', 'Fan-Grills-Guards', 42000, ''),
('', '', '', '', 131496, 131496, '60mm', '60mm', 131495, ''),
('', '', '', '', 51056, 51056, '80mm', '80mm', 131495, ''),
('', '', '', '', 131497, 131497, '92mm', '92mm', 131495, ''),
('', '', '', '', 131498, 131498, '120mm', '120mm', 131495, ''),
('', '', '', '', 131499, 131499, '140mm', '140mm', 131495, ''),
('', '', '', '', 101192, 101192, 'Fan & Heatsink Combos', 'Fan-and-Heatsink-Combos', 42000, ''),
('', '', '', '', 108967, 108967, 'For AMD K6/ K6-2', 'For-AMD-K6-K6-2', 101192, ''),
('', '', '', '', 42001, 42001, 'For AMD Athlon/ Duron', 'For-AMD-Athlon-Duron', 101192, ''),
('', '', '', '', 67860, 67860, 'For Intel PIII or Below', 'For-Intel-PIII-or-Below', 101192, ''),
('', '', '', '', 67861, 67861, 'For Intel P4', 'For-Intel-P4', 101192, ''),
('', '', '', '', 80151, 80151, 'For Graphics Cards/Chipsets', 'For-Graphics-Cards/Chipsets', 101192, ''),
('', '', '', '', 80148, 80148, 'For Hard Drives', 'For-Hard-Drives', 101192, ''),
('', '', '', '', 101193, 101193, 'Other Fan & Heatsinks', 'Other-Fan-and-Heatsinks', 101192, ''),
('', '', '', '', 131500, 131500, 'Heatsinks', 'Heatsinks', 42000, ''),
('', '', '', '', 101194, 101194, 'For CPUs', 'For-CPUs', 131500, ''),
('', '', '', '', 131501, 131501, 'For Hard Drives', 'For-Hard-Drives', 131500, ''),
('', '', '', '', 131502, 131502, 'For RAM', 'For-RAM', 131500, ''),
('', '', '', '', 131503, 131503, 'Liquid/ Water Cooling', 'Liquid-Water-Cooling', 42000, ''),
('', '', '', '', 131504, 131504, 'Pumps', 'Pumps', 131503, ''),
('', '', '', '', 131505, 131505, 'Radiators', 'Radiators', 131503, ''),
('', '', '', '', 131506, 131506, 'Reservoirs', 'Reservoirs', 131503, ''),
('', '', '', '', 131507, 131507, 'Tubing', 'Tubing', 131503, ''),
('', '', '', '', 131508, 131508, 'Water Blocks', 'Water-Blocks', 131503, ''),
('', '', '', '', 131509, 131509, 'Water Cooling Kits', 'Water-Cooling-Kits', 131503, ''),
('', '', '', '', 80150, 80150, 'Other Liquid/ Water Cooling', 'Other-Liquid-Water-Cooling', 131503, ''),
('', '', '', '', 46322, 46322, 'Thermal Compounds', 'Thermal-Compounds', 42000, ''),
('', '', '', '', 3673, 3673, 'Other Fans/ Heatsinks', 'Other-Fans-Heatsinks', 42000, ''),
('', '', '', '', 27386, 27386, 'Graphics, Video & TV Cards', 'Graphics-Video-and-TV-Cards', 3667, ''),
('', '', '', '', 3762, 3762, 'Graphics/ Video Cards', 'Graphics-Video-Cards', 27386, ''),
('', '', '', '', 3761, 3761, 'TV Cards', 'TV-Cards', 27386, ''),
('', '', '', '', 148483, 148483, 'Other Graphics/ Video/TV Cards', 'Other-Graphics-Video/TV-Cards', 27386, ''),
('', '', '', '', 86700, 86700, 'DV Capture & Editing', 'DV-Capture-and-Editing', 27386, ''),
('', '', '', '', 90711, 90711, 'Interface Cards', 'Interface-Cards', 3667, ''),
('', '', '', '', 90712, 90712, 'Firewire Cards', 'Firewire-Cards', 90711, ''),
('', '', '', '', 90713, 90713, 'Firewire & USB Cards', 'Firewire-and-USB-Cards', 90711, ''),
('', '', '', '', 90714, 90714, 'IDE ATA Cards', 'IDE-ATA-Cards', 90711, ''),
('', '', '', '', 90715, 90715, 'IDE SATA Cards', 'IDE-SATA-Cards', 90711, ''),
('', '', '', '', 96880, 96880, 'Parallel Cards', 'Parallel-Cards', 90711, ''),
('', '', '', '', 101206, 101206, 'PCI to PCMCIA Convertor Cards', 'PCI-to-PCMCIA-Convertor-Cards', 90711, ''),
('', '', '', '', 96881, 96881, 'RAID Cards', 'RAID-Cards', 90711, ''),
('', '', '', '', 90716, 90716, 'SCSI Cards', 'SCSI-Cards', 90711, ''),
('', '', '', '', 90717, 90717, 'Serial Cards', 'Serial-Cards', 90711, ''),
('', '', '', '', 90718, 90718, 'USB Cards', 'USB-Cards', 90711, ''),
('', '', '', '', 90719, 90719, 'Other Interface Cards', 'Other-Interface-Cards', 90711, ''),
('', '', '', '', 172, 172, 'Memory', 'Memory', 3667, ''),
('', '', '', '', 75520, 75520, 'Modding/ LEDs', 'Modding-LEDs', 3667, ''),
('', '', '', '', 3697, 3697, 'Monitor Parts/ Accessories', 'Monitor-Parts-Accessories', 3667, ''),
('', '', '', '', 4613, 4613, 'Motherboards', 'Motherboards', 3667, ''),
('', '', '', '', 101195, 101195, 'For AMD', 'For-AMD', 4613, ''),
('', '', '', '', 44941, 44941, 'Dual/ Quad Socket', 'Dual-Quad-Socket', 101195, ''),
('', '', '', '', 4615, 4615, 'Socket 7/ Super Socket 7', 'Socket-7-Super-Socket-7', 101195, ''),
('', '', '', '', 108968, 108968, 'Slot A', 'Slot-A', 101195, ''),
('', '', '', '', 31496, 31496, 'Socket A/ Socket 462', 'Socket-A-Socket-462', 101195, ''),
('', '', '', '', 108969, 108969, 'Socket 563', 'Socket-563', 101195, ''),
('', '', '', '', 99244, 99244, 'Socket 754', 'Socket-754', 101195, ''),
('', '', '', '', 99245, 99245, 'Socket 939', 'Socket-939', 101195, ''),
('', '', '', '', 108970, 108970, 'Socket 940', 'Socket-940', 101195, ''),
('', '', '', '', 108971, 108971, 'Socket M2', 'Socket-M2', 101195, ''),
('', '', '', '', 101197, 101197, 'Other AMD Motherboards', 'Other-AMD-Motherboards', 101195, ''),
('', '', '', '', 101198, 101198, 'For Intel', 'For-Intel', 4613, ''),
('', '', '', '', 101199, 101199, 'Dual/ Quad Socket', 'Dual-Quad-Socket', 101198, ''),
('', '', '', '', 108972, 108972, 'Socket 4/ 5/ 6', 'Socket-4-5-6', 101198, ''),
('', '', '', '', 108973, 108973, 'Socket 7/ Super Socket 7', 'Socket-7-Super-Socket-7', 101198, ''),
('', '', '', '', 108974, 108974, 'Socket 8', 'Socket-8', 101198, ''),
('', '', '', '', 99241, 99241, 'Slot 1/ Slot 2', 'Slot-1-Slot-2', 101198, ''),
('', '', '', '', 108975, 108975, 'Slot M', 'Slot-M', 101198, ''),
('', '', '', '', 108976, 108976, 'PAC 418', 'PAC-418', 101198, ''),
('', '', '', '', 108977, 108977, 'PAC 611', 'PAC-611', 101198, ''),
('', '', '', '', 4614, 4614, 'Socket 370', 'Socket-370', 101198, ''),
('', '', '', '', 44942, 44942, 'Socket 423', 'Socket-423', 101198, ''),
('', '', '', '', 44943, 44943, 'Socket 478', 'Socket-478', 101198, ''),
('', '', '', '', 108978, 108978, 'Socket 775', 'Socket-775', 101198, ''),
('', '', '', '', 108979, 108979, 'Socket 603', 'Socket-603', 101198, ''),
('', '', '', '', 108980, 108980, 'Socket 604', 'Socket-604', 101198, ''),
('', '', '', '', 101203, 101203, 'Other Intel Motherboards', 'Other-Intel-Motherboards', 101198, ''),
('', '', '', '', 101204, 101204, 'For Sun/ SGI/ Mac/ DEC/ HP', 'For-Sun-SGI-Mac-DEC-HP', 4613, ''),
('', '', '', '', 96869, 96869, 'Mother BIOS Chips', 'Mother-BIOS-Chips', 4613, ''),
('', '', '', '', 1244, 1244, 'For Other Processors', 'For-Other-Processors', 4613, ''),
('', '', '', '', 131511, 131511, 'Motherboard & CPU Bundle', 'Motherboard-and-CPU-Bundle', 3667, ''),
('', '', '', '', 131512, 131512, 'With AMD CPU', 'With-AMD-CPU', 131511, ''),
('', '', '', '', 131513, 131513, 'Athlon', 'Athlon', 131512, ''),
('', '', '', '', 131514, 131514, 'Athlon 64', 'Athlon-64', 131512, ''),
('', '', '', '', 131515, 131515, 'Athlon 64 FX', 'Athlon-64-FX', 131512, ''),
('', '', '', '', 131516, 131516, 'Athlon 64 MP', 'Athlon-64-MP', 131512, '');**####**
INSERT INTO `categories` VALUES 
('', '', '', '', 131517, 131517, 'Athlon XP', 'Athlon-XP', 131512, ''),
('', '', '', '', 131518, 131518, 'Duron', 'Duron', 131512, ''),
('', '', '', '', 131519, 131519, 'K5', 'K5', 131512, ''),
('', '', '', '', 131520, 131520, 'K6', 'K6', 131512, ''),
('', '', '', '', 131521, 131521, 'Opteron', 'Opteron', 131512, ''),
('', '', '', '', 131522, 131522, 'Sempron', 'Sempron', 131512, ''),
('', '', '', '', 131523, 131523, 'Other AMD CPUs', 'Other-AMD-CPUs', 131512, ''),
('', '', '', '', 131524, 131524, 'With Intel CPU', 'With-Intel-CPU', 131511, ''),
('', '', '', '', 131525, 131525, 'Celeron', 'Celeron', 131524, ''),
('', '', '', '', 131526, 131526, '80486/ 486', '80486-486', 131524, ''),
('', '', '', '', 131527, 131527, 'Pentium I', 'Pentium-I', 131524, ''),
('', '', '', '', 131528, 131528, 'Pentium II', 'Pentium-II', 131524, ''),
('', '', '', '', 131529, 131529, 'Pentium III', 'Pentium-III', 131524, ''),
('', '', '', '', 131530, 131530, 'Pentium 4', 'Pentium-4', 131524, ''),
('', '', '', '', 131531, 131531, 'Pentium 4 HT, Hyper Threading', 'Pentium-4-HT-Hyper-Threading', 131524, ''),
('', '', '', '', 131532, 131532, 'Pentium 4 HT Extreme Edition', 'Pentium-4-HT-Extreme-Edition', 131524, ''),
('', '', '', '', 131533, 131533, 'Pentium Pro', 'Pentium-Pro', 131524, ''),
('', '', '', '', 131534, 131534, 'Xeon', 'Xeon', 131524, ''),
('', '', '', '', 131535, 131535, 'Other Intel CPUs', 'Other-Intel-CPUs', 131524, ''),
('', '', '', '', 131536, 131536, 'Other Motherboard/ CPU Combo', 'Other-Motherboard-CPU-Combo', 131511, ''),
('', '', '', '', 42017, 42017, 'Power Supplies', 'Power-Supplies', 3667, ''),
('', '', '', '', 44948, 44948, 'AT Power Supplies', 'AT-Power-Supplies', 42017, ''),
('', '', '', '', 80174, 80174, 'ATX (Standard) Power Supplies', 'ATX-Standard-Power-Supplies', 42017, ''),
('', '', '', '', 42018, 42018, '200 Watts & Less', '200-Watts-and-Less', 80174, ''),
('', '', '', '', 42019, 42019, '201-300 Watts', '201-300-Watts', 80174, ''),
('', '', '', '', 42020, 42020, '301-400 Watts', '301-400-Watts', 80174, ''),
('', '', '', '', 42021, 42021, '401-500 Watts', '401-500-Watts', 80174, ''),
('', '', '', '', 44949, 44949, '501 Watts & Higher', '501-Watts-and-Higher', 80174, ''),
('', '', '', '', 80172, 80172, 'Micro ATX/ SFX Power Supplies', 'Micro-ATX-SFX-Power-Supplies', 42017, ''),
('', '', '', '', 98805, 98805, 'Mini ITX', 'Mini-ITX', 42017, ''),
('', '', '', '', 16184, 16184, 'Uninterruptable Power Supplies', 'Uninterruptable-Power-Supplies', 42017, ''),
('', '', '', '', 3670, 3670, 'Other Power Supplies', 'Other-Power-Supplies', 42017, ''),
('', '', '', '', 44980, 44980, 'Sound Cards', 'Sound-Cards', 3667, ''),
('', '', '', '', 3701, 3701, 'Internal Cards', 'Internal-Cards', 44980, ''),
('', '', '', '', 75518, 75518, 'External Cards', 'External-Cards', 44980, ''),
('', '', '', '', 75519, 75519, 'Parts/ Accessories', 'Parts-Accessories', 44980, ''),
('', '', '', '', 3702, 3702, 'Speakers', 'Speakers', 3667, ''),
('', '', '', '', 16145, 16145, 'Other Desktop PC Components', 'Other-Desktop-PC-Components', 3667, ''),
('', '', '', '', 165, 165, 'Drives/ Storage', 'Drives-Storage', 58058, ''),
('', '', '', '', 11161, 11161, 'Blank Media', 'Blank-Media', 165, ''),
('', '', '', '', 101209, 101209, 'CD/ DVD Cases & Sleeves', 'CD-DVD-Cases-and-Sleeves', 165, ''),
('', '', '', '', 101210, 101210, 'Single Units', 'Single-Units', 101209, ''),
('', '', '', '', 101211, 101211, '2-5 Packs', '2-5-Packs', 101209, ''),
('', '', '', '', 101212, 101212, '6-10 Packs', '6-10-Packs', 101209, ''),
('', '', '', '', 101213, 101213, '11-20 Packs', '11-20-Packs', 101209, ''),
('', '', '', '', 101214, 101214, '21-50 Packs', '21-50-Packs', 101209, ''),
('', '', '', '', 101215, 101215, '51-100 Packs', '51-100-Packs', 101209, ''),
('', '', '', '', 41798, 41798, '101+ Packs', '101+-Packs', 101209, ''),
('', '', '', '', 3754, 3754, 'CD/ DVD Drives', 'CD-DVD-Drives', 165, ''),
('', '', '', '', 169, 169, 'Floppy Drives', 'Floppy-Drives', 165, ''),
('', '', '', '', 86758, 86758, 'Hard Drive Caddies/ Enclosures', 'Hard-Drive-Caddies-Enclosures', 165, ''),
('', '', '', '', 16178, 16178, 'Internal/ External Hard Drives', 'Internal-External-Hard-Drives', 165, ''),
('', '', '', '', 3756, 3756, 'Tape/ DAT Drives', 'Tape-DAT-Drives', 165, ''),
('', '', '', '', 51071, 51071, 'USB/ Pen/ Key/ Flash Drives', 'USB-Pen-Key-Flash-Drives', 165, ''),
('', '', '', '', 51072, 51072, '32 MB & Less', '32-MB-and-Less', 51071, ''),
('', '', '', '', 51073, 51073, '64 MB', '64-MB', 51071, ''),
('', '', '', '', 51074, 51074, '128MB', '128MB', 51071, ''),
('', '', '', '', 51075, 51075, '256 MB', '256-MB', 51071, ''),
('', '', '', '', 51076, 51076, '512 MB', '512-MB', 51071, ''),
('', '', '', '', 108982, 108982, '1GB & More', '1GB-and-More', 51071, ''),
('', '', '', '', 3757, 3757, 'Zip Drives', 'Zip-Drives', 165, ''),
('', '', '', '', 167, 167, 'Other Drives/ Storage', 'Other-Drives-Storage', 165, ''),
('', '', '', '', 3676, 3676, 'Input Devices', 'Input-Devices', 58058, ''),
('', '', '', '', 14929, 14929, 'Barcode Scanners', 'Barcode-Scanners', 3676, ''),
('', '', '', '', 101244, 101244, 'Digital Pens/ Writing Capture', 'Digital-Pens-Writing-Capture', 3676, ''),
('', '', '', '', 44961, 44961, 'Infrared/ IrDA', 'Infrared-IrDA', 3676, ''),
('', '', '', '', 31215, 31215, 'Joysticks', 'Joysticks', 3676, ''),
('', '', '', '', 74943, 74943, 'Joypads & Gamepads', 'Joypads-and-Gamepads', 3676, ''),
('', '', '', '', 33963, 33963, 'Keyboards', 'Keyboards', 3676, ''),
('', '', '', '', 51083, 51083, 'Ergonomic', 'Ergonomic', 33963, ''),
('', '', '', '', 51084, 51084, 'Standard', 'Standard', 33963, ''),
('', '', '', '', 96882, 96882, 'AT', 'AT', 51084, ''),
('', '', '', '', 33964, 33964, 'PS/2', 'PS/2', 51084, ''),
('', '', '', '', 33965, 33965, 'USB', 'USB', 51084, ''),
('', '', '', '', 15389, 15389, 'Wireless', 'Wireless', 51084, ''),
('', '', '', '', 4706, 4706, 'Other Standard Keyboards', 'Other-Standard-Keyboards', 51084, ''),
('', '', '', '', 47779, 47779, 'Keyboard & Mouse Bundles', 'Keyboard-and-Mouse-Bundles', 3676, ''),
('', '', '', '', 51082, 51082, 'Memory Card Readers', 'Memory-Card-Readers', 3676, ''),
('', '', '', '', 23154, 23154, 'Mice', 'Mice', 3676, ''),
('', '', '', '', 96883, 96883, 'PS/2', 'PS/2', 23154, ''),
('', '', '', '', 3678, 3678, '2 Button', '2-Button', 96883, ''),
('', '', '', '', 96884, 96884, 'Wheel/ 3 Button', 'Wheel-3-Button', 96883, ''),
('', '', '', '', 96885, 96885, '4 + Buttons', '4-+-Buttons', 96883, ''),
('', '', '', '', 96886, 96886, 'Serial', 'Serial', 23154, ''),
('', '', '', '', 96887, 96887, 'USB', 'USB', 23154, ''),
('', '', '', '', 23156, 23156, '2 Button', '2-Button', 96887, ''),
('', '', '', '', 96888, 96888, 'Wheel/ 3 Button', 'Wheel-3-Button', 96887, ''),
('', '', '', '', 96889, 96889, '4 + Buttons', '4-+-Buttons', 96887, ''),
('', '', '', '', 96890, 96890, 'Wireless', 'Wireless', 23154, ''),
('', '', '', '', 15388, 15388, '2 Button', '2-Button', 96890, ''),
('', '', '', '', 96891, 96891, 'Wheel/ 3 Button', 'Wheel-3-Button', 96890, ''),
('', '', '', '', 96892, 96892, '4 + Buttons', '4-+-Buttons', 96890, ''),
('', '', '', '', 23160, 23160, 'Other Mice', 'Other-Mice', 23154, ''),
('', '', '', '', 101246, 101246, 'Microphones', 'Microphones', 3676, ''),
('', '', '', '', 23895, 23895, 'Mouse Mats', 'Mouse-Mats', 3676, ''),
('', '', '', '', 51086, 51086, 'PC Remote Controls', 'PC-Remote-Controls', 3676, ''),
('', '', '', '', 39980, 39980, 'Tablets', 'Tablets', 3676, ''),
('', '', '', '', 96893, 96893, 'Touch Screens', 'Touch-Screens', 3676, ''),
('', '', '', '', 11193, 11193, 'Trackballs', 'Trackballs', 3676, ''),
('', '', '', '', 170, 170, 'Other Input Devices', 'Other-Input-Devices', 3676, ''),
('', '', '', '', 177, 177, 'Laptops', 'Laptops', 58058, ''),
('', '', '', '', 31530, 31530, 'Laptop Accessories', 'Laptop-Accessories', 58058, ''),
('', '', '', '', 31529, 31529, 'Anti-Theft/ Locks', 'Anti-Theft-Locks', 31530, ''),
('', '', '', '', 14295, 14295, 'Batteries', 'Batteries', 31530, ''),
('', '', '', '', 101247, 101247, 'For Acer', 'For-Acer', 14295, ''),
('', '', '', '', 101248, 101248, 'For Advent', 'For-Advent', 14295, ''),
('', '', '', '', 91355, 91355, 'For Apple Mac', 'For-Apple-Mac', 14295, ''),
('', '', '', '', 101249, 101249, 'For AST', 'For-AST', 14295, ''),
('', '', '', '', 101250, 101250, 'For Clevo', 'For-Clevo', 14295, ''),
('', '', '', '', 14296, 14296, 'For Compaq', 'For-Compaq', 14295, ''),
('', '', '', '', 14297, 14297, 'For Dell', 'For-Dell', 14295, ''),
('', '', '', '', 101251, 101251, 'For Fujitsu', 'For-Fujitsu', 14295, ''),
('', '', '', '', 101252, 101252, 'For Gericom', 'For-Gericom', 14295, ''),
('', '', '', '', 16182, 16182, 'For HP', 'For-HP', 14295, ''),
('', '', '', '', 14298, 14298, 'For IBM', 'For-IBM', 14295, ''),
('', '', '', '', 101253, 101253, 'For JVC', 'For-JVC', 14295, ''),
('', '', '', '', 101254, 101254, 'For Mediago', 'For-Mediago', 14295, ''),
('', '', '', '', 101255, 101255, 'For Medion', 'For-Medion', 14295, ''),
('', '', '', '', 122639, 122639, 'For Packard Bell/ NEC', 'For-Packard-Bell-NEC', 14295, ''),
('', '', '', '', 101256, 101256, 'For Panasonic', 'For-Panasonic', 14295, ''),
('', '', '', '', 101257, 101257, 'For Samsung', 'For-Samsung', 14295, ''),
('', '', '', '', 101258, 101258, 'For Sharp', 'For-Sharp', 14295, ''),
('', '', '', '', 31518, 31518, 'For Sony', 'For-Sony', 14295, ''),
('', '', '', '', 14299, 14299, 'For Toshiba', 'For-Toshiba', 14295, ''),
('', '', '', '', 101259, 101259, 'For Time', 'For-Time', 14295, ''),
('', '', '', '', 101260, 101260, 'For Tiny', 'For-Tiny', 14295, ''),
('', '', '', '', 101261, 101261, 'For Uniwill', 'For-Uniwill', 14295, ''),
('', '', '', '', 64472, 64472, 'Universal', 'Universal', 14295, ''),
('', '', '', '', 11169, 11169, 'Other Brand Batteries', 'Other-Brand-Batteries', 14295, ''),
('', '', '', '', 31531, 31531, 'Cables & Laptop Connectors', 'Cables-and-Laptop-Connectors', 31530, ''),
('', '', '', '', 31521, 31521, 'Cases & Bags', 'Cases-and-Bags', 31530, ''),
('', '', '', '', 96915, 96915, 'Cooler Pads', 'Cooler-Pads', 31530, ''),
('', '', '', '', 3709, 3709, 'Docking Stations/Port Replicat', 'Docking-Stations/Port-Replicat', 31530, ''),
('', '', '', '', 31533, 31533, 'Drives HDD/ CD/ DVD', 'Drives-HDD-CD-DVD', 31530, ''),
('', '', '', '', 42179, 42179, 'CD-ROM Drives', 'CD-ROM-Drives', 31533, ''),
('', '', '', '', 42180, 42180, 'External', 'External', 42179, ''),
('', '',