Somehow resize feature doesn't work, I have searched thru formus but didn't find more info. Can you please let me know what am I missing here?
Code Snippet:
<link type="text/css" href="jquery/uiBlue/css/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> <link type="text/css" href="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/themes/base/ig.ui.min.css" rel="stylesheet" /> <script type="text/javascript" src="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/demos/scripts/jquery-ui.min.js"></script> <script type="text/javascript" src="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/js/combined/min/ig.ui.min.js"></script>
- - - - -
var gridPageSize;
$("#dataGrid").igGrid({ autoGenerateColumns: false, defaultColumnWidth: "100px", columns: [ { headerText: "Item", key: "ProductID", dataType: "number" }, { headerText: "Description", key: "Name", dataType: "string", width: "150px" }, { headerText: "ProductNumber", key: "ProductNumber", dataType: "string" }, { headerText: "Color", key: "Color", dataType: "string"}, { headerText: "SafetyStockLevel", key: "SafetyStockLevel", dataType: "string" }, { headerText: "ReorderPoint", key: "ReorderPoint", dataType: "number" }, { headerText: "ListPrice", key: "ListPrice", dataType: "number"}, { headerText: "StandardCost", key: "StandardCost", dataType: "number" }, ], dataSource: adventureWorks, responseDataKey: 'Records', width: '"' + (browseWidth-10 ) + 'px"', height: ht, features: [ { name : 'Paging', type: "local", pageSize : 25, pageIndexChanging: function (ui, args) { logEvent('pageIndexChanging event fired. Current Page Index = ' + args.currentPageIndex + ' New Page Index = ' + args.newPageIndex); }, pageIndexChanged: function (ui, args) { logEvent('pageIndexChanged event fired. Page Index = ' + args.pageIndex); }, pageSizeChanging: function (ui, args) { logEvent('pageSizeChanging event fired. Current Page Size = ' + args.currentPageSize + ' New Page Index = ' + args.newPageSize); }, pageSizeChanged: function (ui, args) { logEvent('pageSizeChanged event fired. Page Size = ' + args.pageSize); AddPageOptions(args.pageSize);}, }, { name: 'Sorting', type: "local", mode: "multiple" }, { name: 'GroupBy', type: "local" }, { name: 'Resizing', deferredResizing: true, allowDoubleClickToResize: false, columnSettings: [ { columnKey: "ProductID", allowResizing: false }, { columnKey: "Name", minimumWidth: 40 } ] } ] });
Hello annasaheb ,
Thank you for posting in our forums.
I do not see "ig.ui.grid.resizing.js" in the list of included scripts
I tried to reproduce the issue in my environment with the attached sample code but with no avail.
Please check it in yours and let me know if you still experience the behavior
Hope hering from you
Thanks for quick answer, I added "ig.ui.grid.resizing.js" to my code, still not able to resize, I have attached complete html code, if possible, can you please point me what is wrong?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link type="text/css" href="jquery/uiBlue/css/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
<link type="text/css" href="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/themes/base/ig.ui.min.css" rel="stylesheet" />
<script src="jquery/jquery-1.7.1.js"></script>
<script type="text/javascript" src="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/demos/scripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/js/combined/min/ig.ui.min.js"></script>
<script type="text/javascript" src="C:/Program Files/Infragistics/NetAdvantage 2011.2/jQuery/js/ig.ui.grid.resizing.js"></script>
<script>
var adventureWorks;
$(window).load(function ()
{
$("#dataGrid").igGrid({
autoGenerateColumns: false,
defaultColumnWidth: "100px",
columns: [
{ headerText: "Item", key: "ProductID", dataType: "number" },
{ headerText: "Description", key: "Name", dataType: "string", width: "150px" },
{ headerText: "ProductNumber", key: "ProductNumber", dataType: "string" },
{ headerText: "Color", key: "Color", dataType: "string"},
{ headerText: "SafetyStockLevel", key: "SafetyStockLevel", dataType: "string" },
{ headerText: "ReorderPoint", key: "ReorderPoint", dataType: "number" },
{ headerText: "ListPrice", key: "ListPrice", dataType: "number"},
{ headerText: "StandardCost", key: "StandardCost", dataType: "number" },
],
dataSource: adventureWorks,
responseDataKey: 'Records',
features: [
name: 'Resizing',
deferredResizing: true,
allowDoubleClickToResize: false,
columnSettings: [
{ columnKey: "ProductID", allowResizing: false },
{ columnKey: "Name", minimumWidth: 40 }
]
}
});
</script>
</head>
<body>
<div>
<table id="dataGrid"></table>
</div> <!-- End divMain -->
<script type="text/javascript">
adventureWorks = [{"ProductID":1,"Name":"Adjustable Race","ProductNumber":"AR-5381","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"694215b7-08f7-4c0d-acb1-d734ba44c0c8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":2,"Name":"Bearing Ball","ProductNumber":"BA-8327","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"58ae3c20-4f3a-4749-a7d4-d568806cc537","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":3,"Name":"BB Ball Bearing","ProductNumber":"BE-2349","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9c21aed2-5bfa-4f18-bcb8-f11638dc2e4e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":4,"Name":"Headset Ball Bearings","ProductNumber":"BE-2908","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ecfed6cb-51ff-49b5-b06c-7d8ac834db8b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":316,"Name":"Blade","ProductNumber":"BL-2036","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e73e9750-603b-4131-89f5-3dd15ed5ff80","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":317,"Name":"LL Crankarm","ProductNumber":"CA-5965","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3c9d10b7-a6b2-4774-9963-c19dcee72fea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":318,"Name":"ML Crankarm","ProductNumber":"CA-6738","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"eabb9a92-fa07-4eab-8955-f0517b4a4ca7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":319,"Name":"HL Crankarm","ProductNumber":"CA-7457","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7d3fd384-4f29-484b-86fa-4206e276fe58","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":320,"Name":"Chainring Bolts","ProductNumber":"CB-2903","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7be38e48-b7d6-4486-888e-f53c26735101","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":321,"Name":"Chainring Nut","ProductNumber":"CN-6137","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3314b1d7-ef69-4431-b6dd-dc75268bd5df","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":322,"Name":"Chainring","ProductNumber":"CR-7833","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Black","SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f0ac2c4d-1a1f-4e3c-b4d9-68aea0ec1ce4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":323,"Name":"Crown Race","ProductNumber":"CR-9981","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"51a32ca6-65a1-4c31-af2b-d9e4f5d631d4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":324,"Name":"Chain Stays","ProductNumber":"CS-2812","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fe0678ed-aef2-4c58-a450-8151cc24ddd8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":325,"Name":"Decal 1","ProductNumber":"DC-8732","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"05ce123c-a402-478e-ae9b-75d7727aeaad","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":326,"Name":"Decal 2","ProductNumber":"DC-9824","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a56851f9-1cd7-4e2f-8779-2e773e1b5209","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":327,"Name":"Down Tube","ProductNumber":"DT-2377","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1dad47dd-e259-42b8-b8b4-15a0b7d21b2f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":328,"Name":"Mountain End Caps","ProductNumber":"EC-M092","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6070b1ea-59b7-4f8b-950f-2be07d00449d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":329,"Name":"Road End Caps","ProductNumber":"EC-R098","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"88399d13-719e-4545-81d6-f0650f372fa2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":330,"Name":"Touring End Caps","ProductNumber":"EC-T209","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6903ce24-d0ce-4191-9198-4231de37a929","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":331,"Name":"Fork End","ProductNumber":"FE-3760","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c91d602e-da52-43d2-bd7e-eb110a9392b9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":332,"Name":"Freewheel","ProductNumber":"FH-2981","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d864879a-e8b1-4f7b-bafa-1f136089c2c8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":341,"Name":"Flat Washer 1","ProductNumber":"FW-1000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a3f2fa3a-22e1-43d8-a131-a9b89c32d8ea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":342,"Name":"Flat Washer 6","ProductNumber":"FW-1200","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"331addec-e9b9-4a7e-9324-42069c2dcdc4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":343,"Name":"Flat Washer 2","ProductNumber":"FW-1400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"84a3473e-ae26-4a21-81b9-60bb418a79b2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":344,"Name":"Flat Washer 9","ProductNumber":"FW-3400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0ae4ce60-5242-48f5-ada1-3013ff45f969","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":345,"Name":"Flat Washer 4","ProductNumber":"FW-3800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2c1c58b4-234c-4b3a-8c8e-84524ac05eea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":346,"Name":"Flat Washer 3","ProductNumber":"FW-5160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"590c2c3f-a8b6-42b5-9412-d655e37f0eae","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":347,"Name":"Flat Washer 8","ProductNumber":"FW-5800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1b73f5fe-ab85-49fc-99ad-0500cebda91d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":348,"Name":"Flat Washer 5","ProductNumber":"FW-7160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d182cf18-4ddf-429b-a0df-de1cfc92622d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":349,"Name":"Flat Washer 7","ProductNumber":"FW-9160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7e55f64d-ea3c-45ff-be72-f7f7b9d61a79","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":350,"Name":"Fork Crown","ProductNumber":"FC-3654","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1cbfa85b-5c9b-4b58-9c17-95238215d926","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":351,"Name":"Front Derailleur Cage","ProductNumber":"FC-3982","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"01c901e3-4323-48ed-ab9e-9bfda28bdef6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":352,"Name":"Front Derailleur Linkage","ProductNumber":"FL-2301","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"88ed2e08-e775-4915-b506-831600b773fd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":355,"Name":"Guide Pulley","ProductNumber":"GP-0982","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6a89205b-90c3-4997-8c63-bc6a5ebc752d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":356,"Name":"LL Grip Tape","ProductNumber":"GT-0820","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"32c82181-1969-4660-ae04-a02d51994ec1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":357,"Name":"ML Grip Tape","ProductNumber":"GT-1209","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"09343e22-2494-4279-9f32-5d961a0fbfea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":358,"Name":"HL Grip Tape","ProductNumber":"GT-2908","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8e5b2bf7-81dd-4454-b75e-d9ae2a6fbd26","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":359,"Name":"Thin-Jam Hex Nut 9","ProductNumber":"HJ-1213","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a63aff3c-4143-4016-bc99-d3f80ec1ade5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":360,"Name":"Thin-Jam Hex Nut 10","ProductNumber":"HJ-1220","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a1ae0c6d-92a5-4fda-b33b-1301e83efe5b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":361,"Name":"Thin-Jam Hex Nut 1","ProductNumber":"HJ-1420","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e33e8c4c-282a-4d1f-91e7-e9969cf7134f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":362,"Name":"Thin-Jam Hex Nut 2","ProductNumber":"HJ-1428","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a992684f-4642-4856-a817-2c0740ae8c55","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":363,"Name":"Thin-Jam Hex Nut 15","ProductNumber":"HJ-3410","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b9d9a30d-cb07-422d-a312-f0535575337e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":364,"Name":"Thin-Jam Hex Nut 16","ProductNumber":"HJ-3416","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0ec8f653-24c9-41b6-86f5-39c1789db580","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":365,"Name":"Thin-Jam Hex Nut 5","ProductNumber":"HJ-3816","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"94506c9d-5991-46a7-82ea-00e05d8d9b9c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":366,"Name":"Thin-Jam Hex Nut 6","ProductNumber":"HJ-3824","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"71e984c6-1d11-4cf2-baee-6c8df494bdad","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":367,"Name":"Thin-Jam Hex Nut 3","ProductNumber":"HJ-5161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"efc09cdb-ecd5-4db5-9e27-277dda6d7f50","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":368,"Name":"Thin-Jam Hex Nut 4","ProductNumber":"HJ-5162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0a0c93aa-d06c-48aa-99eb-20f2c8a6d6c4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":369,"Name":"Thin-Jam Hex Nut 13","ProductNumber":"HJ-5811","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a2728648-9517-4dec-8606-d7d98ecd1e91","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":370,"Name":"Thin-Jam Hex Nut 14","ProductNumber":"HJ-5818","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0a7ad37c-3696-4844-8633-9fddcd5fcefc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":371,"Name":"Thin-Jam Hex Nut 7","ProductNumber":"HJ-7161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"acbb1de1-680c-4034-a8c5-3c6b01e57aa7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":372,"Name":"Thin-Jam Hex Nut 8","ProductNumber":"HJ-7162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a0da8f8f-45fb-4e62-ab14-aa229087de1e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":373,"Name":"Thin-Jam Hex Nut 12","ProductNumber":"HJ-9080","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"db99cbcd-f18d-4979-8dcf-1012f3b1cb15","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":374,"Name":"Thin-Jam Hex Nut 11","ProductNumber":"HJ-9161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ec2e54f5-9d07-4c26-b969-40f835395be3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":375,"Name":"Hex Nut 5","ProductNumber":"HN-1024","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f2f3a14c-df15-4957-966d-55e5fcad1161","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":376,"Name":"Hex Nut 6","ProductNumber":"HN-1032","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e73e44dd-f0b7-45d4-9066-e49f1b1fe7d0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":377,"Name":"Hex Nut 16","ProductNumber":"HN-1213","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2b2a5641-bffe-4079-b9f0-8bf355bc3996","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":378,"Name":"Hex Nut 17","ProductNumber":"HN-1220","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f70bbecd-5be7-4ee9-a9e7-15786e622ba9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":379,"Name":"Hex Nut 7","ProductNumber":"HN-1224","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ba3631d1-33d6-4a2f-8413-758bfda6f9c2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":380,"Name":"Hex Nut 8","ProductNumber":"HN-1420","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b478b33a-1fd5-4db6-b99a-eb3b2a7c1623","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":381,"Name":"Hex Nut 9","ProductNumber":"HN-1428","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"da46d979-59df-456d-b5ae-e7e89fc589df","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":382,"Name":"Hex Nut 22","ProductNumber":"HN-3410","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2f457404-197d-4ddf-9868-a3aad1b32d6b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":383,"Name":"Hex Nut 23","ProductNumber":"HN-3416","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5f02449e-96e5-4fc8-ade0-8a9a7f533624","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":384,"Name":"Hex Nut 12","ProductNumber":"HN-3816","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"32c97696-7c3d-4793-a54b-3d73200badbc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":385,"Name":"Hex Nut 13","ProductNumber":"HN-3824","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8f0902d0-274d-4a4b-8fde-e37f53b2ab29","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":386,"Name":"Hex Nut 1","ProductNumber":"HN-4402","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"57456f8c-cb78-45ec-b9b8-21a9be5c12f5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":387,"Name":"Hex Nut 10","ProductNumber":"HN-5161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"955811b4-2f17-48f0-a8b4-0c96cba4aa6d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":388,"Name":"Hex Nut 11","ProductNumber":"HN-5162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7d4bad17-374f-4281-9ae5-49abc3fe585d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":389,"Name":"Hex Nut 2","ProductNumber":"HN-5400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"17c4b7ba-8574-4ec7-bd3b-7a51aba61f69","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":390,"Name":"Hex Nut 20","ProductNumber":"HN-5811","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b4e990b7-b3f7-4f97-8f98-ce373833adb4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":391,"Name":"Hex Nut 21","ProductNumber":"HN-5818","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"433ee702-e028-4630-895c-8cdbd0f1fd89","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":392,"Name":"Hex Nut 3","ProductNumber":"HN-6320","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ee76fae0-161e-409c-a6f5-837b5b8b344d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":393,"Name":"Hex Nut 14","ProductNumber":"HN-7161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"eb10b88c-5351-4c06-af51-116baa48a2c8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":394,"Name":"Hex Nut 15","ProductNumber":"HN-7162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"35e28755-e8f0-47be-a8be-a20836dbe28d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":395,"Name":"Hex Nut 4","ProductNumber":"HN-8320","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"69ab8d5e-6101-4203-81b1-794e923782ea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":396,"Name":"Hex Nut 18","ProductNumber":"HN-9161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"39d42384-66f6-4ccd-b471-0589fc3fc576","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":397,"Name":"Hex Nut 19","ProductNumber":"HN-9168","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b63f827e-9055-4678-9e90-4ffd8d06d4d4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":398,"Name":"Handlebar Tube","ProductNumber":"HT-2981","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9f88c58e-5cfa-46c9-8994-da4f3ffe92ed","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":399,"Name":"Head Tube","ProductNumber":"HT-8019","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b047c048-b4fb-4f80-94bc-c5fc00a6f77f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":400,"Name":"LL Hub","ProductNumber":"HU-6280","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ab332dda-dda5-44ad-8c50-34ffaceffa8e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":401,"Name":"HL Hub","ProductNumber":"HU-8998","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d59403a3-d19e-4803-bda2-b436a6416fda","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":402,"Name":"Keyed Washer","ProductNumber":"KW-4091","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"43024784-2741-4cab-a6dc-8050ce507f2e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":403,"Name":"External Lock Washer 3","ProductNumber":"LE-1000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"763412f0-6d53-43e2-b371-dcbed69f5e98","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":404,"Name":"External Lock Washer 4","ProductNumber":"LE-1200","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"89b6e84f-5c08-4cd9-b803-01f2ce24e417","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":405,"Name":"External Lock Washer 9","ProductNumber":"LE-1201","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3330a721-e8cb-4e67-8d27-300db68c2395","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":406,"Name":"External Lock Washer 5","ProductNumber":"LE-1400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"39314098-768b-49f9-a777-af2e3bb06b17","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":407,"Name":"External Lock Washer 7","ProductNumber":"LE-3800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"93f7bc73-bd22-45a0-9f2e-a11932342e6b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":408,"Name":"External Lock Washer 6","ProductNumber":"LE-5160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"dc5f4cb0-a599-42cd-a96f-e9f01bc1dacc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":409,"Name":"External Lock Washer 1","ProductNumber":"LE-6000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"802b7687-bc74-43f8-98ae-2112166faca7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":410,"Name":"External Lock Washer 8","ProductNumber":"LE-7160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"02c48826-21ad-41f3-85a6-bc9a85a4dce4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":411,"Name":"External Lock Washer 2","ProductNumber":"LE-8000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"502a2a3d-cd72-43ad-8fb6-77505187edf4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":412,"Name":"Internal Lock Washer 3","ProductNumber":"LI-1000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f1168c45-e4d2-4c37-adad-b76eaf402b71","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":413,"Name":"Internal Lock Washer 4","ProductNumber":"LI-1200","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7f7413bb-bad2-47e4-9bc4-d98b194be35d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":414,"Name":"Internal Lock Washer 9","ProductNumber":"LI-1201","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4f040109-8332-4fcf-8084-57e6d8c49283","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":415,"Name":"Internal Lock Washer 5","ProductNumber":"LI-1400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0c02f2cc-bdb4-4794-a4f9-0eb33f7545c2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":416,"Name":"Internal Lock Washer 7","ProductNumber":"LI-3800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3c2ac5bc-3f49-4fa4-8340-bc4cda983f46","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":417,"Name":"Internal Lock Washer 6","ProductNumber":"LI-5160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7f175dfe-1669-4ee9-8eeb-7b55fce9961c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":418,"Name":"Internal Lock Washer 10","ProductNumber":"LI-5800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c8323eec-bdb2-4933-b3c6-24287638ad56","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":419,"Name":"Internal Lock Washer 1","ProductNumber":"LI-6000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"71f8232d-2b59-41ac-99a1-f5ea197671b5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":420,"Name":"Internal Lock Washer 8","ProductNumber":"LI-7160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e2f03586-02e8-4cd9-a342-1a8d65d393bd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":421,"Name":"Internal Lock Washer 2","ProductNumber":"LI-8000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"97741a88-92a1-4e72-b0aa-bcb198a1c378","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":422,"Name":"Thin-Jam Lock Nut 9","ProductNumber":"LJ-1213","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7da2613b-3347-4072-a1dc-943ada161d7f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":423,"Name":"Thin-Jam Lock Nut 10","ProductNumber":"LJ-1220","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a88f15be-2719-4741-93a4-2d96ef3712eb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":424,"Name":"Thin-Jam Lock Nut 1","ProductNumber":"LJ-1420","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"48461e5d-d58a-47e5-8ba3-ce4430fca611","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":425,"Name":"Thin-Jam Lock Nut 2","ProductNumber":"LJ-1428","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"36187eb6-ad84-47b7-a55e-2941d3435fe2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":426,"Name":"Thin-Jam Lock Nut 15","ProductNumber":"LJ-3410","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"99215648-afe8-4556-bc80-b6c62ae74fc8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":427,"Name":"Thin-Jam Lock Nut 16","ProductNumber":"LJ-3416","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b4fc4c32-049c-417f-bbb0-f19cdfd64252","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":428,"Name":"Thin-Jam Lock Nut 5","ProductNumber":"LJ-3816","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a57b7915-2e65-49de-87ba-acd007c55adb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":429,"Name":"Thin-Jam Lock Nut 6","ProductNumber":"LJ-3824","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5abd940c-d61f-4108-8312-0ea97e469613","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":430,"Name":"Thin-Jam Lock Nut 3","ProductNumber":"LJ-5161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9883496f-4785-4bfc-8af3-c357347b9f89","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":431,"Name":"Thin-Jam Lock Nut 4","ProductNumber":"LJ-5162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8c5ee683-d93c-4f25-9454-22faa4c31365","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":432,"Name":"Thin-Jam Lock Nut 13","ProductNumber":"LJ-5811","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"38e4a447-3d3c-4087-abad-97f006525b52","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":433,"Name":"Thin-Jam Lock Nut 14","ProductNumber":"LJ-5818","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"dce24b6c-76d8-4934-a4f6-c934364943ea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":434,"Name":"Thin-Jam Lock Nut 7","ProductNumber":"LJ-7161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"344ad07c-cca5-4374-a3f3-8a7e0a1d9916","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":435,"Name":"Thin-Jam Lock Nut 8","ProductNumber":"LJ-7162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b2508cf2-c64f-493d-9db4-0d6601af1f73","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":436,"Name":"Thin-Jam Lock Nut 12","ProductNumber":"LJ-9080","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5d3e589f-4584-406b-b9cc-3c8c060cb9a5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":437,"Name":"Thin-Jam Lock Nut 11","ProductNumber":"LJ-9161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"64169a28-161c-4737-b724-f42ffd99de80","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":438,"Name":"Lock Nut 5","ProductNumber":"LN-1024","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"eb4c1d34-4816-4130-bb30-07b4de4072b6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":439,"Name":"Lock Nut 6","ProductNumber":"LN-1032","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"98ccbb38-4683-486e-bbfe-cbbe4ea63c03","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":440,"Name":"Lock Nut 16","ProductNumber":"LN-1213","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"bbfd88f8-28c5-44ee-b625-52e882393dfc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":441,"Name":"Lock Nut 17","ProductNumber":"LN-1220","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"92dc4ba8-a052-45df-83ec-226f050f876b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":442,"Name":"Lock Nut 7","ProductNumber":"LN-1224","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d583d825-c707-4529-b6f2-abffa21b81ec","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":443,"Name":"Lock Nut 8","ProductNumber":"LN-1420","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e91c3dc2-c99b-4d01-8108-5dde3c87830a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":444,"Name":"Lock Nut 9","ProductNumber":"LN-1428","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"06534a20-4c00-4824-8bba-b4e3a5724d93","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":445,"Name":"Lock Nut 22","ProductNumber":"LN-3410","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1e4fa4ec-367e-4d8d-88b4-6cd34d1cfb89","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":446,"Name":"Lock Nut 23","ProductNumber":"LN-3416","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"afa814c8-8ec8-49db-9fee-a291197a8fe9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":447,"Name":"Lock Nut 12","ProductNumber":"LN-3816","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9a751f85-7130-4562-9f22-db9cab6e5bbc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":448,"Name":"Lock Nut 13","ProductNumber":"LN-3824","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"06be8347-45c1-4c40-afcb-6ab34ad135fb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":449,"Name":"Lock Nut 1","ProductNumber":"LN-4400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1dc29704-e0e0-4ef5-b581-4a524730c448","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":450,"Name":"Lock Nut 10","ProductNumber":"LN-5161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"612c26c7-6018-4050-b628-8b2d2e6841fa","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":451,"Name":"Lock Nut 11","ProductNumber":"LN-5162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5bcc4558-6c16-48f1-92f0-fd2eefb17306","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":452,"Name":"Lock Nut 2","ProductNumber":"LN-5400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"53ad147d-c16d-4a8c-b086-625a31405574","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":453,"Name":"Lock Nut 20","ProductNumber":"LN-5811","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2749030e-49b7-4b24-8d47-fbcf194aba38","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":454,"Name":"Lock Nut 21","ProductNumber":"LN-5818","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e10a7b34-87f5-42cd-88b3-27a3d8e16b18","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":455,"Name":"Lock Nut 3","ProductNumber":"LN-6320","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"aa5071eb-2145-4d08-9d33-b9d2ba9e1493","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":456,"Name":"Lock Nut 14","ProductNumber":"LN-7161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1e96b03d-dc07-4a98-bc24-bf5b24c393e5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":457,"Name":"Lock Nut 15","ProductNumber":"LN-7162","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ce04de2b-4eca-4203-a108-b7d92ff0e96e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":458,"Name":"Lock Nut 4","ProductNumber":"LN-8320","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"41bd9389-8b22-4a35-9a2c-233d39ada7ea","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":459,"Name":"Lock Nut 19","ProductNumber":"LN-9080","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5986504b-22a0-4e74-a137-c7cf99a8216f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":460,"Name":"Lock Nut 18","ProductNumber":"LN-9161","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a420963f-92fd-4cd4-8531-6926e4162c41","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":461,"Name":"Lock Ring","ProductNumber":"LR-2398","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"aeca59da-b61c-4976-8316-97e14cd4eff1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":462,"Name":"Lower Head Race","ProductNumber":"LR-8520","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"dbb962bf-0603-4095-959b-5ba9c74fbd32","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":463,"Name":"Lock Washer 4","ProductNumber":"LW-1000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a3ee3bc5-73c5-45f3-a952-9991d038dd9c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":464,"Name":"Lock Washer 5","ProductNumber":"LW-1200","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ecaed08d-2cf5-4d81-a4ed-8369e25af227","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":465,"Name":"Lock Washer 10","ProductNumber":"LW-1201","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a2212bab-af58-41a5-a659-a6141c8967ca","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":466,"Name":"Lock Washer 6","ProductNumber":"LW-1400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9092f2e1-3637-4669-8565-55404a55750e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":467,"Name":"Lock Washer 13","ProductNumber":"LW-3400","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3cb31f4a-c61c-408c-be1e-48bee412e511","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":468,"Name":"Lock Washer 8","ProductNumber":"LW-3800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"900d26e6-21a0-427d-b43c-173f6dcb2045","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":469,"Name":"Lock Washer 1","ProductNumber":"LW-4000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5402ea37-29df-47ff-9fc7-867d60594c48","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":470,"Name":"Lock Washer 7","ProductNumber":"LW-5160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"99357255-e66b-458c-ab2e-6f68ef5452d2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":471,"Name":"Lock Washer 12","ProductNumber":"LW-5800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7bc9d58e-3e62-481f-8343-beb0883b3ecf","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":472,"Name":"Lock Washer 2","ProductNumber":"LW-6000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5f201424-9e6a-4f8d-9c2c-30777e27d64f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":473,"Name":"Lock Washer 9","ProductNumber":"LW-7160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f9426fb2-1e68-464e-bf32-615026e0249e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":474,"Name":"Lock Washer 3","ProductNumber":"LW-8000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ac007b7f-73b7-4623-8150-02444c5ec023","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":475,"Name":"Lock Washer 11","ProductNumber":"LW-9160","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"639d8448-b427-47b1-9e5b-0e5090a27632","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":476,"Name":"Metal Angle","ProductNumber":"MA-7075","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e876e239-7ec2-45c8-ba4b-b9ceacb379a6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":477,"Name":"Metal Bar 1","ProductNumber":"MB-2024","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8b5429ce-7876-44b3-9332-baf78a238b36","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":478,"Name":"Metal Bar 2","ProductNumber":"MB-6061","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2a14f60e-3827-49ba-af13-466dbc30c5ba","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":479,"Name":"Metal Plate 2","ProductNumber":"MP-2066","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0773a2c9-f47f-429e-814a-25b2e08c128a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":480,"Name":"Metal Plate 1","ProductNumber":"MP-2503","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"242389be-dde0-42a1-85d9-f99fdc981336","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":481,"Name":"Metal Plate 3","ProductNumber":"MP-4960","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8b7e90e5-7785-455e-bc7c-e962f18c6848","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":482,"Name":"Metal Sheet 2","ProductNumber":"MS-0253","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8bb96dfb-23aa-4877-9c5e-866bb18facc7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":483,"Name":"Metal Sheet 3","ProductNumber":"MS-1256","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9074e00d-005b-450e-9c92-6667782e8108","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":484,"Name":"Metal Sheet 7","ProductNumber":"MS-1981","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a9539885-0cee-4aa0-9072-8db1d34a16db","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":485,"Name":"Metal Sheet 4","ProductNumber":"MS-2259","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3cb3cf7d-ab8e-44a3-b7e9-73149f5ec29f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":486,"Name":"Metal Sheet 5","ProductNumber":"MS-2341","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2a2c555d-328d-4299-bd83-591d0762df62","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":487,"Name":"Metal Sheet 6","ProductNumber":"MS-2348","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"64844011-a1c3-4f8f-9caa-9c8d214ecc12","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":488,"Name":"Metal Sheet 1","ProductNumber":"MS-6061","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3b2febc6-c76c-4a56-9cf7-8af5b76e24ee","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":489,"Name":"Metal Tread Plate","ProductNumber":"MT-1000","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d2177b6c-3352-43f0-9a41-719754dd280c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":490,"Name":"LL Nipple","ProductNumber":"NI-4127","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"88310f73-ab0a-41a2-8597-936f192b7d12","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":491,"Name":"HL Nipple","ProductNumber":"NI-9522","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"88a7b897-6ff5-4ca2-b68a-6ea0e86f92b9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":492,"Name":"Paint - Black","ProductNumber":"PA-187B","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":60,"ReorderPoint":45,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"df20e514-3d47-491b-9454-0911ec3f7d29","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":493,"Name":"Paint - Red","ProductNumber":"PA-361R","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":60,"ReorderPoint":45,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4c568357-5d21-4ad4-bb85-bb5519b3b50c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":494,"Name":"Paint - Silver","ProductNumber":"PA-529S","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":60,"ReorderPoint":45,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fa81e47d-7333-49c2-809b-308171ca2fb1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":495,"Name":"Paint - Blue","ProductNumber":"PA-632U","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":60,"ReorderPoint":45,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"25a73761-ae90-49d3-8d1d-dd7858db4704","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":496,"Name":"Paint - Yellow","ProductNumber":"PA-823Y","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":60,"ReorderPoint":45,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1c8adb43-9fe8-44a6-b949-8af33ce9486e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":497,"Name":"Pinch Bolt","ProductNumber":"PB-6109","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f1694c24-dfab-4c92-bc66-6e717db24ea8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":504,"Name":"Cup-Shaped Race","ProductNumber":"RA-2345","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"874c800e-334d-4a3c-8d3a-1e872d5b2a1b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":505,"Name":"Cone-Shaped Race","ProductNumber":"RA-7490","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"35ce3995-9dd2-40e2-98b8-275931ac2d76","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":506,"Name":"Reflector","ProductNumber":"RF-9198","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1c850499-38ed-4c2d-8665-7edb6a7ce93d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":507,"Name":"LL Mountain Rim","ProductNumber":"RM-M464","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":435.00,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b2cc7dfb-783d-4587-88c0-2712a538a5b2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":508,"Name":"ML Mountain Rim","ProductNumber":"RM-M692","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":450.00,"DaysToManufacture":0,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"733fd04d-322f-44f5-beec-f326189d1ce6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":509,"Name":"HL Mountain Rim","ProductNumber":"RM-M823","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":400.00,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9fa4a3b5-d396-48d4-adfc-b573bc4a800a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":510,"Name":"LL Road Rim","ProductNumber":"RM-R436","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":445.00,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c2770757-b258-4eec-a811-6856faf87437","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":511,"Name":"ML Road Rim","ProductNumber":"RM-R600","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":450.00,"DaysToManufacture":0,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"80108059-0002-4253-a805-53a2324c33a4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":512,"Name":"HL Road Rim","ProductNumber":"RM-R800","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":400.00,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"cd9b5c44-fb31-4e0f-9905-3b2086966cc5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":513,"Name":"Touring Rim","ProductNumber":"RM-T801","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":460.00,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4852db13-308a-4893-aafa-390a0dfe9f12","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":514,"Name":"LL Mountain Seat Assembly","ProductNumber":"SA-M198","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":98.7700,"ListPrice":133.3400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fcfc0a4f-4563-4e0b-bff4-5ddcfe3a9273","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":515,"Name":"ML Mountain Seat Assembly","ProductNumber":"SA-M237","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":108.9900,"ListPrice":147.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d3c8ae4c-a1be-448d-bf58-6ecbf36afa0b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":516,"Name":"HL Mountain Seat Assembly","ProductNumber":"SA-M687","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":145.8700,"ListPrice":196.9200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9e18adab-b9c7-45b1-bd95-1805ec4f297d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":517,"Name":"LL Road Seat Assembly","ProductNumber":"SA-R127","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":98.7700,"ListPrice":133.3400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f5a30b8d-f35b-43f2-83a0-f7f6b51f6241","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":518,"Name":"ML Road Seat Assembly","ProductNumber":"SA-R430","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":108.9900,"ListPrice":147.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ad109395-fda9-4c2a-96f1-515ccde3d9f4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":519,"Name":"HL Road Seat Assembly","ProductNumber":"SA-R522","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":145.8700,"ListPrice":196.9200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7b52ee2a-7100-4a39-a0af-c89012da6ef8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":520,"Name":"LL Touring Seat Assembly","ProductNumber":"SA-T467","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":98.7700,"ListPrice":133.3400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"af3d83ba-4b8e-4072-817f-e6b095a1c879","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":521,"Name":"ML Touring Seat Assembly","ProductNumber":"SA-T612","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":108.9900,"ListPrice":147.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"85b9a3de-000c-4351-9494-05796689c216","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":522,"Name":"HL Touring Seat Assembly","ProductNumber":"SA-T872","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":145.8700,"ListPrice":196.9200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8c471bca-a735-4087-ad50-90ede0ac1a1b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":523,"Name":"LL Spindle/Axle","ProductNumber":"SD-2342","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d2bd1f55-2cd4-4998-89fa-28ff2e28de2c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":524,"Name":"HL Spindle/Axle","ProductNumber":"SD-9872","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6ce0661d-ba1f-4012-b785-55165b3b241a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":525,"Name":"LL Shell","ProductNumber":"SH-4562","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ae7bcda7-e836-4f68-9e61-745f27f9aa3e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":526,"Name":"HL Shell","ProductNumber":"SH-9312","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d215a3ae-aaf2-4cb0-9d20-3758aad078e2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":527,"Name":"Spokes","ProductNumber":"SK-9283","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5aabb729-343b-4084-a235-ccb3da9f29e7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":528,"Name":"Seat Lug","ProductNumber":"SL-0931","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":1000,"ReorderPoint":750,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4a898b1e-9a3b-4beb-9873-a7465934051a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":529,"Name":"Stem","ProductNumber":"SM-9087","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1173306e-b616-4c4a-b715-4e0a483ba2b5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":530,"Name":"Seat Post","ProductNumber":"SP-2981","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9b4ceb84-4e84-43f3-b326-9b7f22905363","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":531,"Name":"Steerer","ProductNumber":"SR-2098","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f3b140a1-b139-4bb5-b144-1b7cbbee6c9a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":532,"Name":"Seat Stays","ProductNumber":"SS-2985","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"20c2c611-dffc-49b5-99cf-d89bdd3a91ce","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":533,"Name":"Seat Tube","ProductNumber":"ST-9828","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"41f5388b-7253-4002-bcc6-b2a50920d11f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":534,"Name":"Top Tube","ProductNumber":"TO-2301","MakeFlag":true,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4c0bad8e-066b-46b8-bfe9-da61539606e8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":535,"Name":"Tension Pulley","ProductNumber":"TP-0923","MakeFlag":false,"FinishedGoodsFlag":false,"Color":null,"SafetyStockLevel":800,"ReorderPoint":600,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"13df62b2-8a7b-47d5-9084-f1172c4779e4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":679,"Name":"Rear Derailleur Cage","ProductNumber":"RC-0291","MakeFlag":false,"FinishedGoodsFlag":false,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":0.0000,"ListPrice":0.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":null,"ProductModelID":null,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"912b03ea-4447-48c8-85da-09b80ab26340","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":680,"Name":"HL Road Frame - Black, 58","ProductNumber":"FR-R92B-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":1059.3100,"ListPrice":1431.5000,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.24,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"43dd68d6-14a4-461f-9069-55309d90ea7e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":706,"Name":"HL Road Frame - Red, 58","ProductNumber":"FR-R92R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":1059.3100,"ListPrice":1431.5000,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.24,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(896648400000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9540ff17-2712-4c90-a3d1-8ce5568b2462","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":707,"Name":"Sport-100 Helmet, Red","ProductNumber":"HL-U509-R","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":13.0863,"ListPrice":34.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":31,"ProductModelID":33,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2e1ef41a-c08a-4ff6-8ada-bde58b64a712","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":708,"Name":"Sport-100 Helmet, Black","ProductNumber":"HL-U509","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":13.0863,"ListPrice":34.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":31,"ProductModelID":33,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a25a44fb-c2de-4268-958f-110b8d7621e2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":709,"Name":"Mountain Bike Socks, M","ProductNumber":"SO-B909-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"White","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.3963,"ListPrice":9.5000,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"U ","ProductSubcategoryID":23,"ProductModelID":18,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"18f95f47-1540-4e02-8f1f-cc1bcb6828d0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":710,"Name":"Mountain Bike Socks, L","ProductNumber":"SO-B909-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"White","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.3963,"ListPrice":9.5000,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"U ","ProductSubcategoryID":23,"ProductModelID":18,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"161c035e-21b3-4e14-8e44-af508f35d80a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":711,"Name":"Sport-100 Helmet, Blue","ProductNumber":"HL-U509-B","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":13.0863,"ListPrice":34.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":31,"ProductModelID":33,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fd7c0858-4179-48c2-865b-abd5dfc7bc1d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":712,"Name":"AWC Logo Cap","ProductNumber":"CA-1098","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":6.9223,"ListPrice":8.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":19,"ProductModelID":2,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b9ede243-a6f4-4629-b1d4-ffe1aedc6de7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":713,"Name":"Long-Sleeve Logo Jersey, S","ProductNumber":"LJ-0192-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":38.4923,"ListPrice":49.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":11,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fd449c82-a259-4fae-8584-6ca0255faf68","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":714,"Name":"Long-Sleeve Logo Jersey, M","ProductNumber":"LJ-0192-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":38.4923,"ListPrice":49.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":11,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6a290063-a0cf-432a-8110-2ea0fda14308","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":715,"Name":"Long-Sleeve Logo Jersey, L","ProductNumber":"LJ-0192-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":38.4923,"ListPrice":49.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":11,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"34cf5ef5-c077-4ea0-914a-084814d5cbd5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":716,"Name":"Long-Sleeve Logo Jersey, XL","ProductNumber":"LJ-0192-X","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":38.4923,"ListPrice":49.9900,"Size":"XL","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":11,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6ec47ec9-c041-4dda-b686-2125d539ce9b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":717,"Name":"HL Road Frame - Red, 62","ProductNumber":"FR-R92R-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.30,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"052e4f8b-0a2a-46b2-9f42-10febcfae416","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":718,"Name":"HL Road Frame - Red, 44","ProductNumber":"FR-R92R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.12,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a88d3b54-2cae-43f2-8c6e-ea1d97b46a7c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":719,"Name":"HL Road Frame - Red, 48","ProductNumber":"FR-R92R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.16,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"07befc9a-7634-402b-b234-d7797733baaf","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":720,"Name":"HL Road Frame - Red, 52","ProductNumber":"FR-R92R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.20,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fcfea68f-310e-4e6e-9f99-bb17d011ebae","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":721,"Name":"HL Road Frame - Red, 56","ProductNumber":"FR-R92R-56","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"56","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.24,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"56c85873-4993-41b4-8096-1067cfd7e4bd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":722,"Name":"LL Road Frame - Black, 58","ProductNumber":"FR-R38B-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.46,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2140f256-f705-4d67-975d-32de03265838","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":723,"Name":"LL Road Frame - Black, 60","ProductNumber":"FR-R38B-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.48,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"aa95e2a5-e7c4-4b74-b1ea-b52ee3b51537","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":724,"Name":"LL Road Frame - Black, 62","ProductNumber":"FR-R38B-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.50,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5247be33-50bf-4527-8a30-a39aae500a8e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":725,"Name":"LL Road Frame - Red, 44","ProductNumber":"FR-R38R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.32,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"137d319d-44ad-42b2-ab61-60b9ce52b5f2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":726,"Name":"LL Road Frame - Red, 48","ProductNumber":"FR-R38R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.36,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"35213547-275f-4767-805d-c8a4b8e13745","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":727,"Name":"LL Road Frame - Red, 52","ProductNumber":"FR-R38R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.40,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"c455e0b3-d716-419d-abf0-7e03efdd2e26","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":728,"Name":"LL Road Frame - Red, 58","ProductNumber":"FR-R38R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.46,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"799a56ff-5ad2-41b3-bfac-528b477ad129","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":729,"Name":"LL Road Frame - Red, 60","ProductNumber":"FR-R38R-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.48,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"1784bb14-d1f5-4b24-92da-9127ad179302","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":730,"Name":"LL Road Frame - Red, 62","ProductNumber":"FR-R38R-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":187.1571,"ListPrice":337.2200,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.50,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"7e73aa1f-8569-4d87-9f80-ac2e513e0803","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":731,"Name":"ML Road Frame - Red, 44","ProductNumber":"FR-R72R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":352.1394,"ListPrice":594.8300,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.22,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":16,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"459e041c-3234-409e-b4cd-81728f8a2398","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":732,"Name":"ML Road Frame - Red, 48","ProductNumber":"FR-R72R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":352.1394,"ListPrice":594.8300,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.26,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":16,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"b673189c-c042-413b-8194-73bc44b0492c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":733,"Name":"ML Road Frame - Red, 52","ProductNumber":"FR-R72R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":352.1394,"ListPrice":594.8300,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.30,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":16,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"55ea276b-82d8-4ccb-9ab1-9b1b75b15a83","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":734,"Name":"ML Road Frame - Red, 58","ProductNumber":"FR-R72R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":352.1394,"ListPrice":594.8300,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.36,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":16,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"df4ce1e2-ba9a-4657-b999-ccfa6c55d9c1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":735,"Name":"ML Road Frame - Red, 60","ProductNumber":"FR-R72R-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":352.1394,"ListPrice":594.8300,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.38,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":16,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"b2e48e8c-63a5-469a-ba4c-4f5ebb1104a4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":736,"Name":"LL Road Frame - Black, 44","ProductNumber":"FR-R38B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.32,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c9967889-f490-4a66-943a-bce432e938d8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":737,"Name":"LL Road Frame - Black, 48","ProductNumber":"FR-R38B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.36,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3b5f29b6-a441-4ff7-a0fa-fad10e2ceb4c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":738,"Name":"LL Road Frame - Black, 52","ProductNumber":"FR-R38B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":204.6251,"ListPrice":337.2200,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.40,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":9,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"18fc5d72-a012-4dc7-bb35-0d01a84d0219","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":739,"Name":"HL Mountain Frame - Silver, 42","ProductNumber":"FR-M94S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":747.2002,"ListPrice":1364.5000,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.72,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8ae32663-8d6f-457d-8343-5b181fec43a7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":740,"Name":"HL Mountain Frame - Silver, 44","ProductNumber":"FR-M94S-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":706.8110,"ListPrice":1364.5000,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.76,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"1909c60c-c490-411d-b3e6-12ddd7832482","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":741,"Name":"HL Mountain Frame - Silver, 48","ProductNumber":"FR-M94S-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":706.8110,"ListPrice":1364.5000,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.80,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"b181ec1f-ca20-4724-b2eb-15f3e455142e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":742,"Name":"HL Mountain Frame - Silver, 46","ProductNumber":"FR-M94S-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":747.2002,"ListPrice":1364.5000,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.84,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a189d86e-d923-4336-b13d-a5db6f426540","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":743,"Name":"HL Mountain Frame - Black, 42","ProductNumber":"FR-M94B-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":739.0410,"ListPrice":1349.6000,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.72,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"27db28f8-5ab8-4091-b94e-6f1b2d8e7ab0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":744,"Name":"HL Mountain Frame - Black, 44","ProductNumber":"FR-M94B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":699.0928,"ListPrice":1349.6000,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.76,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"cb443286-6b25-409f-a10b-1ad4eeb4bd4e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":745,"Name":"HL Mountain Frame - Black, 48","ProductNumber":"FR-M94B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":699.0928,"ListPrice":1349.6000,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.80,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"1fee0573-6676-432d-8d6d-41ba9faa5865","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":746,"Name":"HL Mountain Frame - Black, 46","ProductNumber":"FR-M94B-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":739.0410,"ListPrice":1349.6000,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.84,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"50abebcb-451e-42b9-8dbb-e5c4a34470e9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":747,"Name":"HL Mountain Frame - Black, 38","ProductNumber":"FR-M94B-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":739.0410,"ListPrice":1349.6000,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.68,"DaysToManufacture":2,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0c548577-3171-4ce2-b9a0-1ed526849de8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":748,"Name":"HL Mountain Frame - Silver, 38","ProductNumber":"FR-M94S-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":747.2002,"ListPrice":1364.5000,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.68,"DaysToManufacture":2,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":5,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f246acaa-a80b-40ec-9208-02edef885129","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":749,"Name":"Road-150 Red, 62","ProductNumber":"BK-R93R-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":2171.2942,"ListPrice":3578.2700,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.00,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":25,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"bc621e1f-2553-4fdc-b22e-5e44a9003569","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":750,"Name":"Road-150 Red, 44","ProductNumber":"BK-R93R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":2171.2942,"ListPrice":3578.2700,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":13.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":25,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"c19e1136-5da4-4b40-8758-54a85d7ea494","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":751,"Name":"Road-150 Red, 48","ProductNumber":"BK-R93R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":2171.2942,"ListPrice":3578.2700,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":14.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":25,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"d10b7cc1-455e-435b-a08f-ec5b1c5776e9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":752,"Name":"Road-150 Red, 52","ProductNumber":"BK-R93R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":2171.2942,"ListPrice":3578.2700,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":14.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":25,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"5e085ba0-3cd5-487f-85bb-79ed1c701f23","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":753,"Name":"Road-150 Red, 56","ProductNumber":"BK-R93R-56","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":2171.2942,"ListPrice":3578.2700,"Size":"56","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":14.68,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":25,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"30819b88-f0d3-4e7a-8105-19f6fac2cefb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":754,"Name":"Road-450 Red, 58","ProductNumber":"BK-R68R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":884.7083,"ListPrice":1457.9900,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.79,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":28,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"40d5effa-c0c4-479f-af66-5f1bf8ed3bfb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":755,"Name":"Road-450 Red, 60","ProductNumber":"BK-R68R-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":884.7083,"ListPrice":1457.9900,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.90,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":28,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"181a90cb-3678-490e-8418-78f73fb5343d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":756,"Name":"Road-450 Red, 44","ProductNumber":"BK-R68R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":884.7083,"ListPrice":1457.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":16.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":28,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"f8b5e26a-3d33-4e39-b500-cc21a133062e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":757,"Name":"Road-450 Red, 48","ProductNumber":"BK-R68R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":884.7083,"ListPrice":1457.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":28,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"c72c9978-0b04-46b3-9de6-948feca1c86e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":758,"Name":"Road-450 Red, 52","ProductNumber":"BK-R68R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":884.7083,"ListPrice":1457.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":28,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"040a4b7d-4060-4507-aa92-7508b434797e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":759,"Name":"Road-650 Red, 58","ProductNumber":"BK-R50R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.79,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"6711d6bc-664f-4890-9f69-af1de321d055","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":760,"Name":"Road-650 Red, 60","ProductNumber":"BK-R50R-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.90,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"664867e5-4ab3-4783-96f9-42efde92f49b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":761,"Name":"Road-650 Red, 62","ProductNumber":"BK-R50R-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.00,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"1da14e09-6d71-4e2a-9ee9-1bdfdfd8a109","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":762,"Name":"Road-650 Red, 44","ProductNumber":"BK-R50R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":18.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"f247aaae-12e3-4048-a37b-cce4a8999e81","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":763,"Name":"Road-650 Red, 48","ProductNumber":"BK-R50R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"3da5fa6e-9e0f-4896-ac10-948c27f4eb79","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":764,"Name":"Road-650 Red, 52","ProductNumber":"BK-R50R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"07cfe1ea-8a37-4d2a-835f-bc8d37e564af","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":765,"Name":"Road-650 Black, 58","ProductNumber":"BK-R50B-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.79,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"74645b12-3ce9-49a6-bd96-2cd814b37420","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":766,"Name":"Road-650 Black, 60","ProductNumber":"BK-R50B-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.90,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"a2db196d-6640-49ea-a84f-2e87ca6f50c6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":767,"Name":"Road-650 Black, 62","ProductNumber":"BK-R50B-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.00,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"c82a8309-63d3-4c0c-ad71-e91272397095","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":768,"Name":"Road-650 Black, 44","ProductNumber":"BK-R50B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":18.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"11d563ac-115c-4f0d-a1e5-e946eee8b38b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":769,"Name":"Road-650 Black, 48","ProductNumber":"BK-R50B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"a7e2179e-137c-497e-a5e6-c9ea64935fb0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":770,"Name":"Road-650 Black, 52","ProductNumber":"BK-R50B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":486.7066,"ListPrice":782.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":30,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"136e2865-e0da-4624-963a-31349279ab1a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":771,"Name":"Mountain-100 Silver, 38","ProductNumber":"BK-M82S-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1912.1544,"ListPrice":3399.9900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"ca74b54e-fc30-4464-8b83-019bfd1b2dbb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":772,"Name":"Mountain-100 Silver, 42","ProductNumber":"BK-M82S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1912.1544,"ListPrice":3399.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"bbfff5a5-4bdc-49a9-a5ad-7584adffe808","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":773,"Name":"Mountain-100 Silver, 44","ProductNumber":"BK-M82S-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1912.1544,"ListPrice":3399.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":21.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"155fd77e-d6d6-43f0-8a5b-4a8305eb45cd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":774,"Name":"Mountain-100 Silver, 48","ProductNumber":"BK-M82S-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1912.1544,"ListPrice":3399.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":21.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"ba5551df-c9ee-4b43-b3ca-8c19d0f9384d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":775,"Name":"Mountain-100 Black, 38","ProductNumber":"BK-M82B-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1898.0944,"ListPrice":3374.9900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"dea33347-fcd3-4346-aa0f-068cd6b3ad06","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":776,"Name":"Mountain-100 Black, 42","ProductNumber":"BK-M82B-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1898.0944,"ListPrice":3374.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"02935111-a546-4c6d-941f-be12d42c158e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":777,"Name":"Mountain-100 Black, 44","ProductNumber":"BK-M82B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1898.0944,"ListPrice":3374.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":21.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"7920bc3b-8fd4-4610-93d2-e693a66b6474","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":778,"Name":"Mountain-100 Black, 48","ProductNumber":"BK-M82B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1898.0944,"ListPrice":3374.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":21.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":19,"SellStartDate":"\/Date(993934800000)\/","SellEndDate":"\/Date(1025384400000)\/","DiscontinuedDate":null,"rowguid":"1b486300-7e64-4c5d-a9ba-a8368e20c5a0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":779,"Name":"Mountain-200 Silver, 38","ProductNumber":"BK-M68S-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1265.6195,"ListPrice":2319.9900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":23.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3a45d835-abae-4806-ac03-c53abcd3b974","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":780,"Name":"Mountain-200 Silver, 42","ProductNumber":"BK-M68S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1265.6195,"ListPrice":2319.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":23.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ce4849b4-56e6-4b50-808b-9bde67cc4704","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":781,"Name":"Mountain-200 Silver, 46","ProductNumber":"BK-M68S-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1265.6195,"ListPrice":2319.9900,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":24.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"20799030-420c-496a-9922-09189c2b457e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":782,"Name":"Mountain-200 Black, 38","ProductNumber":"BK-M68B-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1251.9813,"ListPrice":2294.9900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":23.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"82cb8f9b-b8bb-4841-98d3-bcdb807c4dd8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":783,"Name":"Mountain-200 Black, 42","ProductNumber":"BK-M68B-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1251.9813,"ListPrice":2294.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":23.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2b0af5b9-7571-4621-b760-47df599f9650","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":784,"Name":"Mountain-200 Black, 46","ProductNumber":"BK-M68B-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1251.9813,"ListPrice":2294.9900,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":24.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"H ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":20,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"33f42284-e216-4b98-ba48-b4ee18a01fa0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":785,"Name":"Mountain-300 Black, 38","ProductNumber":"BK-M47B-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":598.4354,"ListPrice":1079.9900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":21,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"f06c2cbf-0901-4c08-80ed-fb4e87171b3b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":786,"Name":"Mountain-300 Black, 40","ProductNumber":"BK-M47B-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":598.4354,"ListPrice":1079.9900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":21,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"580d4322-be03-4c91-83d2-ee33ec6008ab","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":787,"Name":"Mountain-300 Black, 44","ProductNumber":"BK-M47B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":598.4354,"ListPrice":1079.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":26.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":21,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"07c2a548-0452-47b4-9dce-6edb0a30c85e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":788,"Name":"Mountain-300 Black, 48","ProductNumber":"BK-M47B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":598.4354,"ListPrice":1079.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":26.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":21,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"16078dbe-388d-4c18-aa8f-0c8f48035468","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":789,"Name":"Road-250 Red, 44","ProductNumber":"BK-R89R-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1518.7864,"ListPrice":2443.3500,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":14.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"0aa71ad6-afaf-43c6-9745-35d815b50a5b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":790,"Name":"Road-250 Red, 48","ProductNumber":"BK-R89R-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1518.7864,"ListPrice":2443.3500,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"115ddade-70e3-43f9-80dc-638daea271c4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":791,"Name":"Road-250 Red, 52","ProductNumber":"BK-R89R-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1518.7864,"ListPrice":2443.3500,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"c9fd1df4-9512-420a-b379-067108033b75","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":792,"Name":"Road-250 Red, 58","ProductNumber":"BK-R89R-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Red","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1554.9479,"ListPrice":2443.3500,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.79,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"df629c11-8d8b-4774-9d52-ecb64dc95212","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":793,"Name":"Road-250 Black, 44","ProductNumber":"BK-R89B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1554.9479,"ListPrice":2443.3500,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":14.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1ff419b5-52af-4f7e-aeae-4fec5e99de35","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":794,"Name":"Road-250 Black, 48","ProductNumber":"BK-R89B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1554.9479,"ListPrice":2443.3500,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9d165ddf-8f5d-41c7-9bb8-13f41a3d1f62","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":795,"Name":"Road-250 Black, 52","ProductNumber":"BK-R89B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1554.9479,"ListPrice":2443.3500,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"74fe3957-cbc3-450a-ab92-849bd13530e2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":796,"Name":"Road-250 Black, 58","ProductNumber":"BK-R89B-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1554.9479,"ListPrice":2443.3500,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.68,"DaysToManufacture":4,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":26,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1c530fe8-a169-4adc-b3dc-b11a48245e63","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":797,"Name":"Road-550-W Yellow, 38","ProductNumber":"BK-R64Y-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":713.0798,"ListPrice":1120.4900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.35,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":29,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"aad81532-a572-49a5-83c3-dfa9e3b4fea6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":798,"Name":"Road-550-W Yellow, 40","ProductNumber":"BK-R64Y-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":713.0798,"ListPrice":1120.4900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":17.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":29,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a35a1c35-c128-4697-951e-4199062e78f3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":799,"Name":"Road-550-W Yellow, 42","ProductNumber":"BK-R64Y-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":713.0798,"ListPrice":1120.4900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":18.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":29,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a359ab09-16f2-4726-a60f-0dfdb1c9527e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":800,"Name":"Road-550-W Yellow, 44","ProductNumber":"BK-R64Y-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":713.0798,"ListPrice":1120.4900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":18.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":29,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0a7028fb-ff06-4d38-aaa1-b64816278165","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":801,"Name":"Road-550-W Yellow, 48","ProductNumber":"BK-R64Y-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":713.0798,"ListPrice":1120.4900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":18.68,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":29,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c90cc877-804c-4ce7-afc3-4c8791a13dfb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":802,"Name":"LL Fork","ProductNumber":"FK-1639","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":65.8097,"ListPrice":148.2200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":10,"ProductModelID":104,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"fb8502be-07eb-4134-ab06-c3a9959a52ae","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":803,"Name":"ML Fork","ProductNumber":"FK-5136","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":77.9176,"ListPrice":175.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":10,"ProductModelID":105,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"f5fa4e2f-b976-48a4-bf79-85632f697d2e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":804,"Name":"HL Fork","ProductNumber":"FK-9939","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":101.8936,"ListPrice":229.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"H ","Style":null,"ProductSubcategoryID":10,"ProductModelID":106,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"553229b3-1ad9-4a71-a21c-2af4332cfce9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":805,"Name":"LL Headset","ProductNumber":"HS-0296","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":15.1848,"ListPrice":34.2000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":11,"ProductModelID":59,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"bb6bd7b3-a34d-4d64-822e-781fa6838e19","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":806,"Name":"ML Headset","ProductNumber":"HS-2451","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":45.4168,"ListPrice":102.2900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":11,"ProductModelID":60,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"23b5d52b-8c29-4059-b899-75c53b5ee2e6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":807,"Name":"HL Headset","ProductNumber":"HS-3479","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":55.3801,"ListPrice":124.7300,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":"H ","Style":null,"ProductSubcategoryID":11,"ProductModelID":61,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"12e4d5e8-79ed-4bcb-a532-6275d1a93417","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":808,"Name":"LL Mountain Handlebars","ProductNumber":"HB-M243","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":19.7758,"ListPrice":44.5400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":4,"ProductModelID":52,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b59b7bf2-7afc-4a74-b063-f942f1e0da19","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":809,"Name":"ML Mountain Handlebars","ProductNumber":"HB-M763","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":27.4925,"ListPrice":61.9200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":4,"ProductModelID":54,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ae6020df-d9c9-4d34-9795-1f80e6bbf5a5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":810,"Name":"HL Mountain Handlebars","ProductNumber":"HB-M918","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":53.3999,"ListPrice":120.2700,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":4,"ProductModelID":55,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6aa0f921-0f09-4f99-8d3c-335946873553","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":811,"Name":"LL Road Handlebars","ProductNumber":"HB-R504","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":19.7758,"ListPrice":44.5400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":4,"ProductModelID":56,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"acdae407-b40e-435e-8e84-1bfc33013e81","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":812,"Name":"ML Road Handlebars","ProductNumber":"HB-R720","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":27.4925,"ListPrice":61.9200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":null,"ProductSubcategoryID":4,"ProductModelID":57,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"33fa1a03-38d6-405e-be9b-eea92f3d204f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":813,"Name":"HL Road Handlebars","ProductNumber":"HB-R956","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":53.3999,"ListPrice":120.2700,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":4,"ProductModelID":58,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5c5327b9-ad2e-4c33-8d74-edf49e0c2dd8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":814,"Name":"ML Mountain Frame - Black, 38","ProductNumber":"FR-M63B-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":185.8193,"ListPrice":348.7600,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.73,"DaysToManufacture":2,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":15,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"0d879312-a7d3-441d-9d23-b6550bab3814","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":815,"Name":"LL Mountain Front Wheel","ProductNumber":"FW-M423","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":26.9708,"ListPrice":60.7450,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":17,"ProductModelID":42,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"d7b1d161-182e-44f6-a9ff-9c1eba76613b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":816,"Name":"ML Mountain Front Wheel","ProductNumber":"FW-M762","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":92.8071,"ListPrice":209.0250,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":17,"ProductModelID":45,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"5e3e5033-9a77-4dca-8b7f-dfed78efa08a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":817,"Name":"HL Mountain Front Wheel","ProductNumber":"FW-M928","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":133.2955,"ListPrice":300.2150,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":17,"ProductModelID":46,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"3c8ffff6-a8dc-45a3-963b-a6284ced7596","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":818,"Name":"LL Road Front Wheel","ProductNumber":"FW-R623","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":37.9909,"ListPrice":85.5650,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":900.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":17,"ProductModelID":49,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"9e66de78-decb-438a-b9a9-023c773c60a2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":819,"Name":"ML Road Front Wheel","ProductNumber":"FW-R762","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":110.2829,"ListPrice":248.3850,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":850.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":null,"ProductSubcategoryID":17,"ProductModelID":50,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"6ea94fbf-b9aa-43fc-84e8-91d508dde751","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":820,"Name":"HL Road Front Wheel","ProductNumber":"FW-R820","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":146.5466,"ListPrice":330.0600,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":650.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":17,"ProductModelID":51,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"727a3cd5-8d40-4884-a7e4-dfd3ffdeb164","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":821,"Name":"Touring Front Wheel","ProductNumber":"FW-T905","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":96.7964,"ListPrice":218.0100,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":17,"ProductModelID":44,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"8d1cdb07-4fa1-4ac1-840f-a16c3dca5009","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":822,"Name":"ML Road Frame-W - Yellow, 38","ProductNumber":"FR-R72Y-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":360.9428,"ListPrice":594.8300,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.18,"DaysToManufacture":2,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":14,"ProductModelID":17,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"22976fa7-0ad0-40f9-b4f9-ba10279ea1a3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":823,"Name":"LL Mountain Rear Wheel","ProductNumber":"RW-M423","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":38.9588,"ListPrice":87.7450,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":17,"ProductModelID":123,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"e6c39f58-995f-4786-a309-df3812d8b30f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":824,"Name":"ML Mountain Rear Wheel","ProductNumber":"RW-M762","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":104.7951,"ListPrice":236.0250,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":17,"ProductModelID":124,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"b2f7cf9b-a7bf-49ab-9cca-9f6e791cd693","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":825,"Name":"HL Mountain Rear Wheel","ProductNumber":"RW-M928","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":145.2835,"ListPrice":327.2150,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":17,"ProductModelID":125,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"35d02edc-1120-41fb-b5df-8655a93b3353","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":826,"Name":"LL Road Rear Wheel","ProductNumber":"RW-R623","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":49.9789,"ListPrice":112.5650,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":1050.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":17,"ProductModelID":126,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"78d01117-8dcd-465f-9dc7-94a2cdc35582","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":827,"Name":"ML Road Rear Wheel","ProductNumber":"RW-R762","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":122.2709,"ListPrice":275.3850,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":1000.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":null,"ProductSubcategoryID":17,"ProductModelID":77,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"cf739f9a-0af0-4810-b229-c431a31d7779","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":828,"Name":"HL Road Rear Wheel","ProductNumber":"RW-R820","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":158.5346,"ListPrice":357.0600,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":890.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":17,"ProductModelID":78,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"8f262a37-43aa-4ad5-ae1f-8bd6967d8e9b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":829,"Name":"Touring Rear Wheel","ProductNumber":"RW-T905","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":108.7844,"ListPrice":245.0100,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":17,"ProductModelID":43,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"30d2254d-e26d-4586-b4c5-e8ccb8a059b8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":830,"Name":"ML Mountain Frame - Black, 40","ProductNumber":"FR-M63B-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":185.8193,"ListPrice":348.7600,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.77,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":14,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"aed1c9c4-c139-45d2-b38e-0a0a9f518665","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":831,"Name":"ML Mountain Frame - Black, 44","ProductNumber":"FR-M63B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":185.8193,"ListPrice":348.7600,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.81,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":14,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"3f2135d4-ec5f-4e30-bde8-5444518f0637","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":832,"Name":"ML Mountain Frame - Black, 48","ProductNumber":"FR-M63B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":185.8193,"ListPrice":348.7600,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.85,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":14,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"c2009b69-f15a-47ec-b710-1809d299318a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":833,"Name":"ML Road Frame-W - Yellow, 40","ProductNumber":"FR-R72Y-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":360.9428,"ListPrice":594.8300,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.22,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":14,"ProductModelID":17,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"22df26f2-60bc-493e-a14a-5500633e9f7e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":834,"Name":"ML Road Frame-W - Yellow, 42","ProductNumber":"FR-R72Y-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":360.9428,"ListPrice":594.8300,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.26,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":14,"ProductModelID":17,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"207b54da-5404-415d-8578-9a45082e3bf1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":835,"Name":"ML Road Frame-W - Yellow, 44","ProductNumber":"FR-R72Y-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":360.9428,"ListPrice":594.8300,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.30,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":14,"ProductModelID":17,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a0fad492-ac24-4fcf-8d2a-d21d06386ae1","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":836,"Name":"ML Road Frame-W - Yellow, 48","ProductNumber":"FR-R72Y-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":360.9428,"ListPrice":594.8300,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.34,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":14,"ProductModelID":17,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8487bfe0-2138-471e-9c6d-fdb3a67e7d86","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":837,"Name":"HL Road Frame - Black, 62","ProductNumber":"FR-R92B-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.30,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5dce9c8c-fb94-46f8-b826-11658f6a3682","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":838,"Name":"HL Road Frame - Black, 44","ProductNumber":"FR-R92B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.12,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e4902656-a4bc-4b08-9d47-4f3da0fd76c3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":839,"Name":"HL Road Frame - Black, 48","ProductNumber":"FR-R92B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.16,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"557b603b-407b-41a4-ae34-4f7747866dba","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":840,"Name":"HL Road Frame - Black, 52","ProductNumber":"FR-R92B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":868.6342,"ListPrice":1431.5000,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.20,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":"U ","ProductSubcategoryID":14,"ProductModelID":6,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0ed082b3-fbba-43af-9149-8741b9fc78c8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":841,"Name":"Men\u0027s Sports Shorts, S","ProductNumber":"SH-M897-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":24.7459,"ListPrice":59.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":22,"ProductModelID":13,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"34b08c1f-99d1-43c4-8ef7-2cd754b6665d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":842,"Name":"Touring-Panniers, Large","ProductNumber":"PA-T100","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Grey","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":51.5625,"ListPrice":125.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":35,"ProductModelID":120,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"56334fff-91d4-495e-bf98-933bc1010f23","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":843,"Name":"Cable Lock","ProductNumber":"LO-C100","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":10.3125,"ListPrice":25.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":34,"ProductModelID":115,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"56ffd7b9-1014-4640-b1bd-b2649589b4d7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":844,"Name":"Minipump","ProductNumber":"PU-0452","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":8.2459,"ListPrice":19.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":36,"ProductModelID":116,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"aaf7a076-9ee3-46bf-a69f-414d847e858b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":845,"Name":"Mountain Pump","ProductNumber":"PU-M044","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":10.3084,"ListPrice":24.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":null,"ProductSubcategoryID":36,"ProductModelID":117,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"57169f80-fafb-4678-8f51-fe1f131d0c83","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":846,"Name":"Taillights - Battery-Powered","ProductNumber":"LT-T990","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":5.7709,"ListPrice":13.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":null,"ProductSubcategoryID":33,"ProductModelID":108,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"3c617b87-50a5-434c-a0d3-22314b7027ee","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":847,"Name":"Headlights - Dual-Beam","ProductNumber":"LT-H902","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":14.4334,"ListPrice":34.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":null,"ProductSubcategoryID":33,"ProductModelID":109,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"417db6cb-f38f-4b0d-87e7-e1ebf7456c3a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":848,"Name":"Headlights - Weatherproof","ProductNumber":"LT-H903","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":18.5584,"ListPrice":44.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":null,"ProductSubcategoryID":33,"ProductModelID":110,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"fc362c1a-4b9c-4d5f-a6d3-0775846c61f0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":849,"Name":"Men\u0027s Sports Shorts, M","ProductNumber":"SH-M897-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":24.7459,"ListPrice":59.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":22,"ProductModelID":13,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"db37b435-74b9-43d3-b363-abbead107bc4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":850,"Name":"Men\u0027s Sports Shorts, L","ProductNumber":"SH-M897-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":24.7459,"ListPrice":59.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":22,"ProductModelID":13,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"714184c5-669b-4cf1-a802-30e7b1ea7722","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":851,"Name":"Men\u0027s Sports Shorts, XL","ProductNumber":"SH-M897-X","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":24.7459,"ListPrice":59.9900,"Size":"XL","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":22,"ProductModelID":13,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"bd3ffe40-fe2e-44cb-a4e0-81786c3a751f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":852,"Name":"Women\u0027s Tights, S","ProductNumber":"TG-W091-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":30.9334,"ListPrice":74.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"W ","ProductSubcategoryID":24,"ProductModelID":38,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"7de86c98-4f5b-4155-8572-c977f14ebaeb","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":853,"Name":"Women\u0027s Tights, M","ProductNumber":"TG-W091-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":30.9334,"ListPrice":74.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"W ","ProductSubcategoryID":24,"ProductModelID":38,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"4d8e186c-b8c9-4c64-b411-4995dd87e316","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":854,"Name":"Women\u0027s Tights, L","ProductNumber":"TG-W091-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":30.9334,"ListPrice":74.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"W ","ProductSubcategoryID":24,"ProductModelID":38,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"e378c2f3-54f6-4ea9-b049-e8bb32b5bdfd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":855,"Name":"Men\u0027s Bib-Shorts, S","ProductNumber":"SB-M891-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":37.1209,"ListPrice":89.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":18,"ProductModelID":12,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"9f60af1e-4c11-4e90-baea-48e834e8b4c2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":856,"Name":"Men\u0027s Bib-Shorts, M","ProductNumber":"SB-M891-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":37.1209,"ListPrice":89.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":18,"ProductModelID":12,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"e0cbec04-f4fc-450f-9780-f8ea7691febd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":857,"Name":"Men\u0027s Bib-Shorts, L","ProductNumber":"SB-M891-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Multi","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":37.1209,"ListPrice":89.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"M ","ProductSubcategoryID":18,"ProductModelID":12,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"e1df75a4-9986-489e-a5de-ad3da824eb5e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":858,"Name":"Half-Finger Gloves, S","ProductNumber":"GL-H102-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":9.1593,"ListPrice":24.4900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":4,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9e1db5c3-539d-4061-9433-d762dc195cd8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":859,"Name":"Half-Finger Gloves, M","ProductNumber":"GL-H102-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":9.1593,"ListPrice":24.4900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":4,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9d458fd5-392d-4ab1-afef-6a5548e48858","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":860,"Name":"Half-Finger Gloves, L","ProductNumber":"GL-H102-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":9.1593,"ListPrice":24.4900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":4,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fa710215-925f-4959-81df-538e72a6a255","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":861,"Name":"Full-Finger Gloves, S","ProductNumber":"GL-F110-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":15.6709,"ListPrice":37.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":3,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"76fac097-1fb3-456b-8fb9-2c7a613771b4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":862,"Name":"Full-Finger Gloves, M","ProductNumber":"GL-F110-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":15.6709,"ListPrice":37.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":3,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"1084221e-1890-443e-9d87-afcad6358355","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":863,"Name":"Full-Finger Gloves, L","ProductNumber":"GL-F110-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":15.6709,"ListPrice":37.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"U ","ProductSubcategoryID":20,"ProductModelID":3,"SellStartDate":"\/Date(1025470800000)\/","SellEndDate":"\/Date(1056920400000)\/","DiscontinuedDate":null,"rowguid":"6116f9d4-8a1d-4022-a642-9c445c197203","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":864,"Name":"Classic Vest, S","ProductNumber":"VE-C304-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":23.7490,"ListPrice":63.5000,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":25,"ProductModelID":1,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"eb423ef3-409d-46fe-b35b-d69970820314","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":865,"Name":"Classic Vest, M","ProductNumber":"VE-C304-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":23.7490,"ListPrice":63.5000,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":25,"ProductModelID":1,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2e52f96e-64a1-4069-911c-e3fd6e094a1e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":866,"Name":"Classic Vest, L","ProductNumber":"VE-C304-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":23.7490,"ListPrice":63.5000,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":25,"ProductModelID":1,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3211f5a8-b6c4-48bd-9aa4-d69cb40d97dd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":867,"Name":"Women\u0027s Mountain Shorts, S","ProductNumber":"SH-W890-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":26.1763,"ListPrice":69.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"W ","ProductSubcategoryID":22,"ProductModelID":37,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"22616fd2-b99f-4f7d-acf6-33dff66d42d2","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":868,"Name":"Women\u0027s Mountain Shorts, M","ProductNumber":"SH-W890-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":26.1763,"ListPrice":69.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"W ","ProductSubcategoryID":22,"ProductModelID":37,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"968e3610-e583-42e8-8ab6-484a799b1774","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":869,"Name":"Women\u0027s Mountain Shorts, L","ProductNumber":"SH-W890-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":26.1763,"ListPrice":69.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":"W ","ProductSubcategoryID":22,"ProductModelID":37,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1a66b244-5ca0-4153-b539-ae048d14faec","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":870,"Name":"Water Bottle - 30 oz.","ProductNumber":"WB-H098","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":1.8663,"ListPrice":4.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":28,"ProductModelID":111,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"834e8d1a-69a7-4c42-8b68-fa08d9ec9e5b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":871,"Name":"Mountain Bottle Cage","ProductNumber":"BC-M005","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.7363,"ListPrice":9.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":null,"ProductSubcategoryID":28,"ProductModelID":112,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"684491de-63f8-4632-90e3-36773c4e63bd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":872,"Name":"Road Bottle Cage","ProductNumber":"BC-R205","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.3623,"ListPrice":8.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":null,"ProductSubcategoryID":28,"ProductModelID":113,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"601b1fe8-d4d0-4cfb-9379-29481cc05291","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":873,"Name":"Patch Kit/8 Patches","ProductNumber":"PK-7098","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":0.8565,"ListPrice":2.2900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":37,"ProductModelID":114,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"36e638e4-68df-411b-930a-daad57221aa6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":874,"Name":"Racing Socks, M","ProductNumber":"SO-R809-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"White","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.3623,"ListPrice":8.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":"U ","ProductSubcategoryID":23,"ProductModelID":24,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b9c7eb0a-1dd1-4a1d-b4c3-1dad83a8ea7e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":875,"Name":"Racing Socks, L","ProductNumber":"SO-R809-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"White","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":3.3623,"ListPrice":8.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":"U ","ProductSubcategoryID":23,"ProductModelID":24,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c0a16305-74b7-4fae-b5c9-3e8bd0e44762","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":876,"Name":"Hitch Rack - 4-Bike","ProductNumber":"RA-H123","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":44.8800,"ListPrice":120.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":26,"ProductModelID":118,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7a0c4bbd-9679-4f59-9ebc-9daf3439a38a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":877,"Name":"Bike Wash - Dissolver","ProductNumber":"CL-9009","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":2.9733,"ListPrice":7.9500,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":29,"ProductModelID":119,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3c40b5ad-e328-4715-88a7-ec3220f02acf","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":878,"Name":"Fender Set - Mountain","ProductNumber":"FE-6654","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":8.2205,"ListPrice":21.9800,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":null,"ProductSubcategoryID":30,"ProductModelID":121,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e6e76c7f-c145-4cad-a9e8-b1e4e845a2c0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":879,"Name":"All-Purpose Bike Stand","ProductNumber":"ST-1401","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":59.4660,"ListPrice":159.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":null,"ProductSubcategoryID":27,"ProductModelID":122,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c7bb564b-a637-40f5-b21b-cbf7e4f713be","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":880,"Name":"Hydration Pack - 70 oz.","ProductNumber":"HY-1023-70","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":20.5663,"ListPrice":54.9900,"Size":"70","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":null,"ProductSubcategoryID":32,"ProductModelID":107,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a99d90c0-05e2-4e44-ad90-c55c9f0784de","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":881,"Name":"Short-Sleeve Classic Jersey, S","ProductNumber":"SJ-0194-S","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":41.5723,"ListPrice":53.9900,"Size":"S","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":32,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"05b2e20f-2399-4cb3-9b49-b28d6649c104","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":882,"Name":"Short-Sleeve Classic Jersey, M","ProductNumber":"SJ-0194-M","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":41.5723,"ListPrice":53.9900,"Size":"M","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":32,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"bbbf003b-367d-4d71-af71-10f50b6234a0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":883,"Name":"Short-Sleeve Classic Jersey, L","ProductNumber":"SJ-0194-L","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":41.5723,"ListPrice":53.9900,"Size":"L","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":32,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2d9f59b8-9f24-46eb-98ad-553e48bb9db9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":884,"Name":"Short-Sleeve Classic Jersey, XL","ProductNumber":"SJ-0194-X","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":4,"ReorderPoint":3,"StandardCost":41.5723,"ListPrice":53.9900,"Size":"XL","SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"S ","Class":null,"Style":"U ","ProductSubcategoryID":21,"ProductModelID":32,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"906d42f6-c21f-4d20-b528-02ffdb55fd1e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":885,"Name":"HL Touring Frame - Yellow, 60","ProductNumber":"FR-T98Y-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.08,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c49679bd-96a9-4176-a7ed-5bc6d6444647","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":886,"Name":"LL Touring Frame - Yellow, 62","ProductNumber":"FR-T67Y-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.20,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8d4d52a6-8abc-4c05-be4d-c067faf1a64e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":887,"Name":"HL Touring Frame - Yellow, 46","ProductNumber":"FR-T98Y-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.96,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"137675a7-34cd-4b7a-abe1-4e0eeb79b65d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":888,"Name":"HL Touring Frame - Yellow, 50","ProductNumber":"FR-T98Y-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.00,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"105ec6e5-30c5-4fe3-a08b-cb324c85323d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":889,"Name":"HL Touring Frame - Yellow, 54","ProductNumber":"FR-T98Y-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.04,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"12b1f317-c39b-48d0-b1a7-8018c60aea53","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":890,"Name":"HL Touring Frame - Blue, 46","ProductNumber":"FR-T98U-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.96,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8bbd3437-a58b-41a0-9503-fc14b23e7678","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":891,"Name":"HL Touring Frame - Blue, 50","ProductNumber":"FR-T98U-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.00,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c4244f0c-abce-451b-a895-83c0e6d1f448","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":892,"Name":"HL Touring Frame - Blue, 54","ProductNumber":"FR-T98U-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.04,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e9aae947-6bc3-4909-8937-3e1cdcec8a8f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":893,"Name":"HL Touring Frame - Blue, 60","ProductNumber":"FR-T98U-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":601.7437,"ListPrice":1003.9100,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.08,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":7,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b01951a4-a581-4d10-9dc2-515da180f1b8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":894,"Name":"Rear Derailleur","ProductNumber":"RD-2308","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":53.9282,"ListPrice":121.4600,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":215.00,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":9,"ProductModelID":127,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5ebfcf02-4e3e-443a-ad60-5aeef28dac76","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":895,"Name":"LL Touring Frame - Blue, 50","ProductNumber":"FR-T67U-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.10,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b78eccca-fa88-4071-9110-410585127e46","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":896,"Name":"LL Touring Frame - Blue, 54","ProductNumber":"FR-T67U-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.14,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0ff799c9-dd11-4b81-aaf7-65410017405b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":897,"Name":"LL Touring Frame - Blue, 58","ProductNumber":"FR-T67U-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.16,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ccd4fa47-7194-4bd0-909b-1fa4bd7916a7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":898,"Name":"LL Touring Frame - Blue, 62","ProductNumber":"FR-T67U-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.20,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"08a211a5-dcd2-42d0-9276-64d92d4890a6","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":899,"Name":"LL Touring Frame - Yellow, 44","ProductNumber":"FR-T67Y-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.02,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"109cb7bc-6ec6-4a36-85c8-55b843b2ab12","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":900,"Name":"LL Touring Frame - Yellow, 50","ProductNumber":"FR-T67Y-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.10,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"285fd682-c647-49d1-b8f3-368a43c9cda0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":901,"Name":"LL Touring Frame - Yellow, 54","ProductNumber":"FR-T67Y-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.14,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2536e3b2-d4da-49e6-965a-f612c2c8914f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":902,"Name":"LL Touring Frame - Yellow, 58","ProductNumber":"FR-T67Y-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.16,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5d17ff1c-f50e-438f-a4e9-7c400fb762e7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":903,"Name":"LL Touring Frame - Blue, 44","ProductNumber":"FR-T67U-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.8519,"ListPrice":333.4200,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.02,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":16,"ProductModelID":10,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e9c17be7-f4dc-465e-ab73-c0198f37bfdd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":904,"Name":"ML Mountain Frame-W - Silver, 40","ProductNumber":"FR-M63S-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.3757,"ListPrice":364.0900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.77,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":12,"ProductModelID":15,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a7dde43e-f7d5-4075-a0c1-c866ad7aa154","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":905,"Name":"ML Mountain Frame-W - Silver, 42","ProductNumber":"FR-M63S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.3757,"ListPrice":364.0900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.81,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":12,"ProductModelID":15,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d4a2fcad-1e63-4ebd-863c-5a7c48d5b8d9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":906,"Name":"ML Mountain Frame-W - Silver, 46","ProductNumber":"FR-M63S-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.3757,"ListPrice":364.0900,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.85,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":12,"ProductModelID":15,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"82025c63-7b28-412d-92c1-408e0e6ae646","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":907,"Name":"Rear Brakes","ProductNumber":"RB-9231","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":47.2860,"ListPrice":106.5000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":317.00,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":6,"ProductModelID":128,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5946f163-93f0-4141-b17e-55d9778cc274","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":908,"Name":"LL Mountain Seat/Saddle","ProductNumber":"SE-M236","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":12.0413,"ListPrice":27.1200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":15,"ProductModelID":79,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4dab53c5-31e7-47d6-a5a0-940f8d4dad22","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":909,"Name":"ML Mountain Seat/Saddle","ProductNumber":"SE-M798","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":17.3782,"ListPrice":39.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":15,"ProductModelID":80,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"30222244-0fd8-4d28-8448-f2e658bf52bd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":910,"Name":"HL Mountain Seat/Saddle","ProductNumber":"SE-M940","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":23.3722,"ListPrice":52.6400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":15,"ProductModelID":81,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a96a5024-87de-488a-bf81-bc0c81f6cd18","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":911,"Name":"LL Road Seat/Saddle","ProductNumber":"SE-R581","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":12.0413,"ListPrice":27.1200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":15,"ProductModelID":82,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"31b9bc62-792b-4e7a-a24d-411dc76e0271","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":912,"Name":"ML Road Seat/Saddle","ProductNumber":"SE-R908","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":17.3782,"ListPrice":39.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"M ","Style":null,"ProductSubcategoryID":15,"ProductModelID":83,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"49845afe-a8cc-4354-a5d4-09d35bf7fb9e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":913,"Name":"HL Road Seat/Saddle","ProductNumber":"SE-R995","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":23.3722,"ListPrice":52.6400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":15,"ProductModelID":84,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2befe629-4b2a-41a1-a009-df13ead69105","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":914,"Name":"LL Touring Seat/Saddle","ProductNumber":"SE-T312","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":12.0413,"ListPrice":27.1200,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":null,"ProductSubcategoryID":15,"ProductModelID":66,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7874a1d6-7a5b-412f-a2eb-c2f457b9603d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":915,"Name":"ML Touring Seat/Saddle","ProductNumber":"SE-T762","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":17.3782,"ListPrice":39.1400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"M ","Style":null,"ProductSubcategoryID":15,"ProductModelID":65,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"072acb72-7796-4bd0-9bbb-6efc29ac336c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":916,"Name":"HL Touring Seat/Saddle","ProductNumber":"SE-T924","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":23.3722,"ListPrice":52.6400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":null,"ProductSubcategoryID":15,"ProductModelID":67,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0e158724-934d-4a64-991f-94fec00bdea8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":917,"Name":"LL Mountain Frame - Silver, 42","ProductNumber":"FR-M21S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":144.5938,"ListPrice":264.0500,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.92,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"37bd4d2b-346b-4c6b-8f3f-85c084282529","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":918,"Name":"LL Mountain Frame - Silver, 44","ProductNumber":"FR-M21S-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":144.5938,"ListPrice":264.0500,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.96,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"393a4d00-7428-41f0-a48a-af26b00e9a9c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":919,"Name":"LL Mountain Frame - Silver, 48","ProductNumber":"FR-M21S-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":144.5938,"ListPrice":264.0500,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.00,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"8dfef6f2-91a8-4884-8949-b2551218b37a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":920,"Name":"LL Mountain Frame - Silver, 52","ProductNumber":"FR-M21S-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":144.5938,"ListPrice":264.0500,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.04,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f230baac-5951-4eb1-b1e8-94c2ca2b37fa","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":921,"Name":"Mountain Tire Tube","ProductNumber":"TT-M928","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":1.8663,"ListPrice":4.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":null,"Style":null,"ProductSubcategoryID":37,"ProductModelID":92,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"01a8c3fc-ed52-458e-a634-d5b6e2accfed","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":922,"Name":"Road Tire Tube","ProductNumber":"TT-R982","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":1.4923,"ListPrice":3.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":null,"Style":null,"ProductSubcategoryID":37,"ProductModelID":93,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ea442bd7-f69b-42d9-aa71-95e10b648f52","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":923,"Name":"Touring Tire Tube","ProductNumber":"TT-T092","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":1.8663,"ListPrice":4.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":37,"ProductModelID":94,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"179fec38-cab5-4a47-bcff-31cfc9e43a3c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":924,"Name":"LL Mountain Frame - Black, 42","ProductNumber":"FR-M21B-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":136.7850,"ListPrice":249.7900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.92,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"faabd7fb-cb35-4bad-8857-ec71468686ad","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":925,"Name":"LL Mountain Frame - Black, 44","ProductNumber":"FR-M21B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":136.7850,"ListPrice":249.7900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.96,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"47ab0300-7b55-4d35-a786-80190976b9b5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":926,"Name":"LL Mountain Frame - Black, 48","ProductNumber":"FR-M21B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":136.7850,"ListPrice":249.7900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.00,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"408435aa-15c0-41e5-981f-32a8226af15f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":927,"Name":"LL Mountain Frame - Black, 52","ProductNumber":"FR-M21B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":136.7850,"ListPrice":249.7900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":3.04,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4800f4e6-99ea-4afd-a392-2cb05265d0d4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":928,"Name":"LL Mountain Tire","ProductNumber":"TI-M267","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":9.3463,"ListPrice":24.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":37,"ProductModelID":85,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"76060a93-949c-48ea-9b31-a593d6c14983","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":929,"Name":"ML Mountain Tire","ProductNumber":"TI-M602","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":11.2163,"ListPrice":29.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":37,"ProductModelID":86,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"daff9e11-6254-432d-8c4f-f06e52687184","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":930,"Name":"HL Mountain Tire","ProductNumber":"TI-M823","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":13.0900,"ListPrice":35.0000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":37,"ProductModelID":87,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ddad25f5-0445-4b5c-8466-6446930ad8b8","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":931,"Name":"LL Road Tire","ProductNumber":"TI-R092","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":8.0373,"ListPrice":21.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":37,"ProductModelID":88,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"15b569a6-d172-42c2-a420-62ab5946cc80","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":932,"Name":"ML Road Tire","ProductNumber":"TI-R628","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":9.3463,"ListPrice":24.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":"M ","Style":null,"ProductSubcategoryID":37,"ProductModelID":89,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d1016cc5-c12b-4f05-915c-70fa062e4a64","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":933,"Name":"HL Road Tire","ProductNumber":"TI-R982","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":12.1924,"ListPrice":32.6000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":37,"ProductModelID":90,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c86de56a-5048-4b89-b7c7-56bc75c9bcee","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":934,"Name":"Touring Tire","ProductNumber":"TI-T723","MakeFlag":false,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":10.8423,"ListPrice":28.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":0,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":37,"ProductModelID":91,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9d5ca300-5302-41e1-bca5-8ce5b93f26a5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":935,"Name":"LL Mountain Pedal","ProductNumber":"PD-M282","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":17.9776,"ListPrice":40.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":218.00,"DaysToManufacture":1,"ProductLine":"M ","Class":"L ","Style":null,"ProductSubcategoryID":13,"ProductModelID":62,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"9fdd0c65-b2b0-4c6c-8704-3a9747be5174","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":936,"Name":"ML Mountain Pedal","ProductNumber":"PD-M340","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":27.5680,"ListPrice":62.0900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":215.00,"DaysToManufacture":1,"ProductLine":"M ","Class":"M ","Style":null,"ProductSubcategoryID":13,"ProductModelID":63,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"274c86dc-439e-4469-9de8-7e9bd6455d0d","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":937,"Name":"HL Mountain Pedal","ProductNumber":"PD-M562","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":35.9596,"ListPrice":80.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":185.00,"DaysToManufacture":1,"ProductLine":"M ","Class":"H ","Style":null,"ProductSubcategoryID":13,"ProductModelID":64,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a05464e8-6b4d-42b3-a4d6-8683136f4b66","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":938,"Name":"LL Road Pedal","ProductNumber":"PD-R347","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":17.9776,"ListPrice":40.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":189.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"L ","Style":null,"ProductSubcategoryID":13,"ProductModelID":68,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2c7dd8c3-4c55-475f-ba58-f4baca520d72","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":939,"Name":"ML Road Pedal","ProductNumber":"PD-R563","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":27.5680,"ListPrice":62.0900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":168.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"M ","Style":null,"ProductSubcategoryID":13,"ProductModelID":69,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"216ad46f-bc3f-4862-b0e9-2e261e5a6059","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":940,"Name":"HL Road Pedal","ProductNumber":"PD-R853","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":35.9596,"ListPrice":80.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":149.00,"DaysToManufacture":1,"ProductLine":"R ","Class":"H ","Style":null,"ProductSubcategoryID":13,"ProductModelID":70,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"44e96967-ab99-41ed-8b41-5bc70a5ca1a9","ModifiedDate":"\/Date(1078992235510)\/"},{"ProductID":941,"Name":"Touring Pedal","ProductNumber":"PD-T852","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver/Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":35.9596,"ListPrice":80.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":null,"Style":null,"ProductSubcategoryID":13,"ProductModelID":53,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6967c816-3ebb-45fa-8547-cef00e08573e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":942,"Name":"ML Mountain Frame-W - Silver, 38","ProductNumber":"FR-M63S-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":199.3757,"ListPrice":364.0900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.73,"DaysToManufacture":2,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":12,"ProductModelID":15,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ba3646b0-1487-426e-ab4e-57d42e6f9233","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":943,"Name":"LL Mountain Frame - Black, 40","ProductNumber":"FR-M21B-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":136.7850,"ListPrice":249.7900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.88,"DaysToManufacture":2,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3050e4df-2bba-4c2b-bdcc-b4c89972db1c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":944,"Name":"LL Mountain Frame - Silver, 40","ProductNumber":"FR-M21S-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":144.5938,"ListPrice":264.0500,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":2.88,"DaysToManufacture":2,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":12,"ProductModelID":8,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"756f862e-40cc-4dfc-b189-716d0dda5ff9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":945,"Name":"Front Derailleur","ProductNumber":"FD-2342","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":40.6216,"ListPrice":91.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":88.00,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":9,"ProductModelID":103,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"448e9e7b-9548-4a4c-abb3-853686aa7517","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":946,"Name":"LL Touring Handlebars","ProductNumber":"HB-T721","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":20.4640,"ListPrice":46.0900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"L ","Style":null,"ProductSubcategoryID":4,"ProductModelID":47,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a2f1352e-45d0-42c4-aef3-60033073bb66","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":947,"Name":"HL Touring Handlebars","ProductNumber":"HB-T928","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":40.6571,"ListPrice":91.5700,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":"T ","Class":"H ","Style":null,"ProductSubcategoryID":4,"ProductModelID":48,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"cb524e92-4fa8-4f6c-9993-60796856c654","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":948,"Name":"Front Brakes","ProductNumber":"FB-9873","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":47.2860,"ListPrice":106.5000,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":317.00,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":6,"ProductModelID":102,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c1813164-1b4b-42d1-9007-4e5f9aee0e19","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":949,"Name":"LL Crankset","ProductNumber":"CS-4759","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":77.9176,"ListPrice":175.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":600.00,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":8,"ProductModelID":99,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"41d47371-4374-46d3-8d61-b07616ec54f0","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":950,"Name":"ML Crankset","ProductNumber":"CS-6583","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":113.8816,"ListPrice":256.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":635.00,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":8,"ProductModelID":100,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d3a7a02c-a3d5-4a04-9454-0c4e43772b78","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":951,"Name":"HL Crankset","ProductNumber":"CS-9183","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":179.8156,"ListPrice":404.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":575.00,"DaysToManufacture":1,"ProductLine":null,"Class":"H ","Style":null,"ProductSubcategoryID":8,"ProductModelID":101,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"2c4a8956-7b72-48fe-b028-699e117b1daa","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":952,"Name":"Chain","ProductNumber":"CH-0234","MakeFlag":false,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":8.9866,"ListPrice":20.2400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":null,"Weight":null,"DaysToManufacture":1,"ProductLine":null,"Class":null,"Style":null,"ProductSubcategoryID":7,"ProductModelID":98,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5d27e2a5-27ec-4ccb-ba2c-fc980ffe6708","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":953,"Name":"Touring-2000 Blue, 60","ProductNumber":"BK-T44U-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":755.1508,"ListPrice":1214.8500,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.90,"DaysToManufacture":4,"ProductLine":"T ","Class":"M ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":35,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f1bb3957-8d27-47f3-91ec-c71822d11436","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":954,"Name":"Touring-1000 Yellow, 46","ProductNumber":"BK-T79Y-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.13,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"83b77413-8c8a-4af1-93e4-136edb7ff15f","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":955,"Name":"Touring-1000 Yellow, 50","ProductNumber":"BK-T79Y-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.42,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5ec991ad-8761-4a61-a318-312df3a78604","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":956,"Name":"Touring-1000 Yellow, 54","ProductNumber":"BK-T79Y-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.68,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"1220b0f0-064d-46b7-8507-1fa758b77b9c","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":957,"Name":"Touring-1000 Yellow, 60","ProductNumber":"BK-T79Y-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.90,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"bcd1a5a9-6140-4dc9-9620-689dc7e4c155","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":958,"Name":"Touring-3000 Blue, 54","ProductNumber":"BK-T18U-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.68,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"a3ee6897-52fe-42e4-92ec-7a91e7bb905a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":959,"Name":"Touring-3000 Blue, 58","ProductNumber":"BK-T18U-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.90,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"23d89cee-9f44-4f3e-b289-63de6ba2b737","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":960,"Name":"Touring-3000 Blue, 62","ProductNumber":"BK-T18U-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":30.00,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"060192c9-bcd9-4260-b729-d6bcfadfb08e","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":961,"Name":"Touring-3000 Yellow, 44","ProductNumber":"BK-T18Y-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.77,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"5646c15a-68ad-4234-b328-254706cbccc5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":962,"Name":"Touring-3000 Yellow, 50","ProductNumber":"BK-T18Y-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.13,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"df85e805-af87-4fab-a668-c80f2a5b8a69","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":963,"Name":"Touring-3000 Yellow, 54","ProductNumber":"BK-T18Y-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.42,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"192becd1-f465-4194-88a2-ee57fed3a3c5","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":964,"Name":"Touring-3000 Yellow, 58","ProductNumber":"BK-T18Y-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.79,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"bed79f64-a53d-44a3-ace8-2baa425a5a54","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":965,"Name":"Touring-3000 Yellow, 62","ProductNumber":"BK-T18Y-62","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"62","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":30.00,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"d28b3872-5173-40a4-b12f-655524386cc7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":966,"Name":"Touring-1000 Blue, 46","ProductNumber":"BK-T79U-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.13,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"86990d54-6efb-4c53-9974-6c3b0297e222","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":967,"Name":"Touring-1000 Blue, 50","ProductNumber":"BK-T79U-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.42,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"68c0a818-2985-46eb-8255-0fb70919fa24","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":968,"Name":"Touring-1000 Blue, 54","ProductNumber":"BK-T79U-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.68,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"12280a8c-7578-4367-ba71-214bcc1e4792","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":969,"Name":"Touring-1000 Blue, 60","ProductNumber":"BK-T79U-60","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1481.9379,"ListPrice":2384.0700,"Size":"60","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":25.90,"DaysToManufacture":4,"ProductLine":"T ","Class":"H ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":34,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"dd70cf36-449a-43fd-839d-a84ee14c849a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":970,"Name":"Touring-2000 Blue, 46","ProductNumber":"BK-T44U-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":755.1508,"ListPrice":1214.8500,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.13,"DaysToManufacture":4,"ProductLine":"T ","Class":"M ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":35,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c0009006-715f-4b76-a05a-1a0d3adfb49a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":971,"Name":"Touring-2000 Blue, 50","ProductNumber":"BK-T44U-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":755.1508,"ListPrice":1214.8500,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.42,"DaysToManufacture":4,"ProductLine":"T ","Class":"M ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":35,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"84abda8f-0007-4bca-9a61-b2dea58866c3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":972,"Name":"Touring-2000 Blue, 54","ProductNumber":"BK-T44U-54","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":755.1508,"ListPrice":1214.8500,"Size":"54","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.68,"DaysToManufacture":4,"ProductLine":"T ","Class":"M ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":35,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"6dcfe2a3-3555-44e4-9116-6f6dbe448b8b","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":973,"Name":"Road-350-W Yellow, 40","ProductNumber":"BK-R79Y-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1082.5100,"ListPrice":1700.9900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.35,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":27,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"237b16d9-53f2-4fd4-befe-48209e57aec3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":974,"Name":"Road-350-W Yellow, 42","ProductNumber":"BK-R79Y-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1082.5100,"ListPrice":1700.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":15.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":27,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"80bd3f8b-42c7-43d8-91f5-9fb6175287af","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":975,"Name":"Road-350-W Yellow, 44","ProductNumber":"BK-R79Y-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1082.5100,"ListPrice":1700.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":16.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":27,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0c61e8af-003d-4e4b-b5b7-02f01a26be26","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":976,"Name":"Road-350-W Yellow, 48","ProductNumber":"BK-R79Y-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Yellow","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":1082.5100,"ListPrice":1700.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":16.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"M ","Style":"W ","ProductSubcategoryID":2,"ProductModelID":27,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ec4284dc-85fa-44a8-89ec-77fc9b71720a","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":977,"Name":"Road-750 Black, 58","ProductNumber":"BK-R19B-58","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":343.6496,"ListPrice":539.9900,"Size":"58","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.79,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":31,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"87b81a1a-a5b5-43d2-a20d-0230800490b9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":978,"Name":"Touring-3000 Blue, 44","ProductNumber":"BK-T18U-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.77,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4f638e15-2ed0-4193-90ce-47da580e01dd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":979,"Name":"Touring-3000 Blue, 50","ProductNumber":"BK-T18U-50","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Blue","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":461.4448,"ListPrice":742.3500,"Size":"50","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":29.13,"DaysToManufacture":4,"ProductLine":"T ","Class":"L ","Style":"U ","ProductSubcategoryID":3,"ProductModelID":36,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"de305b62-88fc-465b-b23d-d8c0f7e6d361","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":980,"Name":"Mountain-400-W Silver, 38","ProductNumber":"BK-M38S-38","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":419.7784,"ListPrice":769.4900,"Size":"38","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":26.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":1,"ProductModelID":22,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"7a927632-99a4-4f24-adce-0062d2d113d9","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":981,"Name":"Mountain-400-W Silver, 40","ProductNumber":"BK-M38S-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":419.7784,"ListPrice":769.4900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":26.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":1,"ProductModelID":22,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0a72791c-a984-4733-ae4e-2b4373cfd7cd","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":982,"Name":"Mountain-400-W Silver, 42","ProductNumber":"BK-M38S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":419.7784,"ListPrice":769.4900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":1,"ProductModelID":22,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"4ea4fe06-aaea-42d4-a9d9-69f6a9a4a042","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":983,"Name":"Mountain-400-W Silver, 46","ProductNumber":"BK-M38S-46","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":419.7784,"ListPrice":769.4900,"Size":"46","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"M ","Style":"W ","ProductSubcategoryID":1,"ProductModelID":22,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"0b0c8ee4-ff2d-438e-9cac-464783b86191","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":984,"Name":"Mountain-500 Silver, 40","ProductNumber":"BK-M18S-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":308.2179,"ListPrice":564.9900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b96c057b-6416-4851-8d59-bcb37c8e6e51","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":985,"Name":"Mountain-500 Silver, 42","ProductNumber":"BK-M18S-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":308.2179,"ListPrice":564.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"b8d1b5d9-8a39-4097-a04a-56e95559b534","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":986,"Name":"Mountain-500 Silver, 44","ProductNumber":"BK-M18S-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":308.2179,"ListPrice":564.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"e8cec794-e8e2-4312-96a7-4832e573d3fc","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":987,"Name":"Mountain-500 Silver, 48","ProductNumber":"BK-M18S-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":308.2179,"ListPrice":564.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"77ef419f-481f-40b9-bdb9-7e6678e550e3","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":988,"Name":"Mountain-500 Silver, 52","ProductNumber":"BK-M18S-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Silver","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":308.2179,"ListPrice":564.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.68,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"cad60945-183e-4ab3-a70c-3f5bac6bf134","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":989,"Name":"Mountain-500 Black, 40","ProductNumber":"BK-M18B-40","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":294.5797,"ListPrice":539.9900,"Size":"40","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.35,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"28287157-3f06-487b-8531-bee8a37329e4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":990,"Name":"Mountain-500 Black, 42","ProductNumber":"BK-M18B-42","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":294.5797,"ListPrice":539.9900,"Size":"42","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":27.77,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"f5752c9c-56ba-41a7-83fd-139da28c15fa","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":991,"Name":"Mountain-500 Black, 44","ProductNumber":"BK-M18B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":294.5797,"ListPrice":539.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.13,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"c7852127-2fb8-4959-b5a3-de5a8d6445e4","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":992,"Name":"Mountain-500 Black, 48","ProductNumber":"BK-M18B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":294.5797,"ListPrice":539.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.42,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"75752e26-a3b6-4264-9b06-f23a4fbdc5a7","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":993,"Name":"Mountain-500 Black, 52","ProductNumber":"BK-M18B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":294.5797,"ListPrice":539.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":28.68,"DaysToManufacture":4,"ProductLine":"M ","Class":"L ","Style":"U ","ProductSubcategoryID":1,"ProductModelID":23,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"69ee3b55-e142-4e4f-aed8-af02978fbe87","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":994,"Name":"LL Bottom Bracket","ProductNumber":"BB-7421","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":23.9716,"ListPrice":53.9900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":223.00,"DaysToManufacture":1,"ProductLine":null,"Class":"L ","Style":null,"ProductSubcategoryID":5,"ProductModelID":95,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"fa3c65cd-0a22-47e3-bdf6-53f1dc138c43","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":995,"Name":"ML Bottom Bracket","ProductNumber":"BB-8107","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":44.9506,"ListPrice":101.2400,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":168.00,"DaysToManufacture":1,"ProductLine":null,"Class":"M ","Style":null,"ProductSubcategoryID":5,"ProductModelID":96,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"71ab847f-d091-42d6-b735-7b0c2d82fc84","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":996,"Name":"HL Bottom Bracket","ProductNumber":"BB-9108","MakeFlag":true,"FinishedGoodsFlag":true,"Color":null,"SafetyStockLevel":500,"ReorderPoint":375,"StandardCost":53.9416,"ListPrice":121.4900,"Size":null,"SizeUnitMeasureCode":null,"WeightUnitMeasureCode":"G ","Weight":170.00,"DaysToManufacture":1,"ProductLine":null,"Class":"H ","Style":null,"ProductSubcategoryID":5,"ProductModelID":97,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"230c47c5-08b2-4ce3-b706-69c0bdd62965","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":997,"Name":"Road-750 Black, 44","ProductNumber":"BK-R19B-44","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":343.6496,"ListPrice":539.9900,"Size":"44","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":19.77,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":31,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"44ce4802-409f-43ab-9b27-ca53421805be","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":998,"Name":"Road-750 Black, 48","ProductNumber":"BK-R19B-48","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":343.6496,"ListPrice":539.9900,"Size":"48","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.13,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":31,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"3de9a212-1d49-40b6-b10a-f564d981dbde","ModifiedDate":"\/Date(1078992096827)\/"},{"ProductID":999,"Name":"Road-750 Black, 52","ProductNumber":"BK-R19B-52","MakeFlag":true,"FinishedGoodsFlag":true,"Color":"Black","SafetyStockLevel":100,"ReorderPoint":75,"StandardCost":343.6496,"ListPrice":539.9900,"Size":"52","SizeUnitMeasureCode":"CM ","WeightUnitMeasureCode":"LB ","Weight":20.42,"DaysToManufacture":4,"ProductLine":"R ","Class":"L ","Style":"U ","ProductSubcategoryID":2,"ProductModelID":31,"SellStartDate":"\/Date(1057006800000)\/","SellEndDate":null,"DiscontinuedDate":null,"rowguid":"ae638923-2b67-4679-b90e-abbab17dca31","ModifiedDate":"\/Date(1078992096827)\/"}];
</body>
</html>
Thanks
Update: Just found that resize event is getting fired, but desiredWidth is not correct. I am sure it has do with using correct javascript file.
I'm grad to hear that you have been able to resolve the issue with Nadya's suggestion.
There is a development issue reported regarding this
Issue 99396 : With jquery-1.7.1 resizing does not work
It will be fixed in the future releases.
Yes, that solved the problem.
Hi,
This is because your jQuery version is 1.7.1.
If you change it to 1.6.4 for example the resizing will work.
Thanks,
Nadia