// ===================================
// Apparel Product Details
// ===================================
  // STYLE: OAKLEY LEATHER BELT
  style = {
    name:               'Oakley Leather Belt',
    can_display:        true,
    sku_count:          4,
    has_multiple_sizes: true,
    sizing_name:        'general',
    sizing_tabs:        ['size'],
    sizing_regex:       '/^(.+)$/'
  };
  skus = [];
  var current_sku;
  current_size = null;

  // COLOR: Black
  sku = {
    id:                   100099,
    color:                'Black',
    number:               '96035-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100099"] = sku;
  current_sku = sku;

  // SIZE: S
  upc = {
    id:             "882893615574",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;
  sku.default_upc = upc;
  // SIZE: M
  upc = {
    id:             "882893615536",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893615499",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893615611",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/ab/04/BAh7CGkKIgwyNjh4Mzg1aQtsKwf-OJdIaQhpAsge.jpg");
  sku.lightbox_images.push("/a/f9/4b/BAh7CWkKIgo2MDB4MGkLbCsH_jiXSGkHaQtpCGkCyB4.jpg?size=600x861");
  // COLOR: Earth Brown
  sku = {
    id:                   100098,
    color:                'Earth Brown',
    number:               '96035-899',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100098"] = sku;


  // SIZE: S
  upc = {
    id:             "882893615604",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;
  sku.default_upc = upc;
  // SIZE: M
  upc = {
    id:             "882893615567",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893615529",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893615642",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "45.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/ed/78/BAh7CGkKIgwyNjh4Mzg1aQtsKwf8cJdIaQhpAo0r.jpg");
  sku.lightbox_images.push("/a/4b/ef/BAh7CWkKIgo2MDB4MGkLbCsH_HCXSGkHaQtpCGkCjSs.jpg?size=600x860");
  // COLOR: Nickel
  sku = {
    id:                   100101,
    color:                'Nickel',
    number:               '96035-20K',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100101"] = sku;


  // SIZE: S
  upc = {
    id:             "882893615581",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;
  sku.default_upc = upc;
  // SIZE: M
  upc = {
    id:             "882893615543",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893615505",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893615628",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  // COLOR: Sheet Metal
  sku = {
    id:                   100100,
    color:                'Sheet Metal',
    number:               '96035-279',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100100"] = sku;


  // SIZE: S
  upc = {
    id:             "882893615598",
    availability:   "Usually ships next business day",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;
  sku.default_upc = upc;
  // SIZE: M
  upc = {
    id:             "882893615550",
    availability:   "Usually ships next business day",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893615512",
    availability:   "Usually ships next business day",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893615635",
    availability:   "Usually ships next business day",
    can_sell:       false,
    price:          "45.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;
