	//gold 14kt per gram price, change according to market condition
	var gold14ktPerGramPrice = 29.60;
	//gold 18kt per gram price, change according to market condition
	var gold18ktPerGramPrice = 38.05;
	//gold platinum per gram price, change according to market condition
	var platinumPerGramPrice = 71.00;	

	//Dont change these variables
	var Weight14ktIncrementRatio = 1; 
	var Weight18ktIncrementRatio = 1.29;
	var platinumWeightIncrementRatio = 1.57; 
	//Metal price values
	var metalPrice = new Array();
	metalPrice['GY14kt'] = gold14ktPerGramPrice * Weight14ktIncrementRatio ;
	metalPrice['GW14kt'] = gold14ktPerGramPrice * Weight14ktIncrementRatio ;
	metalPrice['GT14kt'] = gold14ktPerGramPrice * Weight14ktIncrementRatio  ;
	metalPrice['GW18kt'] = gold18ktPerGramPrice * Weight18ktIncrementRatio ;
	metalPrice['GY18kt'] = gold18ktPerGramPrice * Weight18ktIncrementRatio ;
	metalPrice['GT18kt'] = gold18ktPerGramPrice * Weight18ktIncrementRatio ;
	metalPrice['Platinum'] = platinumPerGramPrice * platinumWeightIncrementRatio ;
	metalPrice['PlatinumY18kt'] = platinumPerGramPrice * platinumWeightIncrementRatio ;	
	//stone prices	
	var stonePrice = new Array();
stonePrice['Emerald-D-SI1-0.23-0.29']          =260;
stonePrice['Emerald-D-SI1-0.30-0.37']          =459;
stonePrice['Emerald-D-SI1-0.38-0.44']          =693;
stonePrice['Emerald-D-SI1-0.45-0.49']          =827.2;
stonePrice['Emerald-D-SI1-0.50-0.59']          =1093.4;
stonePrice['Emerald-D-SI1-0.60-0.69']          =1365;
stonePrice['Emerald-D-SI1-0.70-0.79']          =2096.25;
stonePrice['Emerald-D-SI1-0.80-0.89']          =2558.5;
stonePrice['Emerald-D-SI1-0.90-0.99']          =3396.25;
stonePrice['Emerald-D-SI1-1.00-1.10']          =3843;
stonePrice['Emerald-D-SI1-1.11-1.29']          =4678.7;
stonePrice['Emerald-D-SI1-1.30-1.49']          =6405;
stonePrice['Emerald-D-SI1-1.50-1.60']          =8463;
stonePrice['Emerald-D-SI1-1.70-1.89']          =10584;
stonePrice['Emerald-D-SI1-2.00-2.10']          =15323.75;
stonePrice['Emerald-D-SI2-0.23-0.29']          =218.4;
stonePrice['Emerald-D-SI2-0.30-0.37']          =382.5;
stonePrice['Emerald-D-SI2-0.38-0.44']          =630;
stonePrice['Emerald-D-SI2-0.45-0.49']          =752;
stonePrice['Emerald-D-SI2-0.50-0.59']          =937.2;
stonePrice['Emerald-D-SI2-0.60-0.69']          =1170;
stonePrice['Emerald-D-SI2-0.70-0.79']          =1803.75;
stonePrice['Emerald-D-SI2-0.80-0.89']          =2201.5;
stonePrice['Emerald-D-SI2-0.90-0.99']          =2964;
stonePrice['Emerald-D-SI2-1.00-1.10']          =3213;
stonePrice['Emerald-D-SI2-1.11-1.29']          =3911.7;
stonePrice['Emerald-D-SI2-1.30-1.49']          =5355;
stonePrice['Emerald-D-SI2-1.50-1.60']          =6951.75;
stonePrice['Emerald-D-SI2-1.70-1.89']          =8694;
stonePrice['Emerald-D-SI2-2.00-2.10']          =11193;
stonePrice['Emerald-D-SI3-0.23-0.29']          =197.6;
stonePrice['Emerald-D-SI3-0.30-0.37']          =357;
stonePrice['Emerald-D-SI3-0.38-0.44']          =567;
stonePrice['Emerald-D-SI3-0.45-0.49']          =676.8;
stonePrice['Emerald-D-SI3-0.50-0.59']          =859.1;
stonePrice['Emerald-D-SI3-0.60-0.69']          =1072.5;
stonePrice['Emerald-D-SI3-0.70-0.79']          =1657.5;
stonePrice['Emerald-D-SI3-0.80-0.89']          =2023;
stonePrice['Emerald-D-SI3-0.90-0.99']          =2408.25;
stonePrice['Emerald-D-SI3-1.00-1.10']          =2646;
stonePrice['Emerald-D-SI3-1.11-1.29']          =3221.4;
stonePrice['Emerald-D-SI3-1.30-1.49']          =4410;
stonePrice['Emerald-D-SI3-1.50-1.60']          =5440.5;
stonePrice['Emerald-D-SI3-1.70-1.89']          =6804;
stonePrice['Emerald-D-SI3-2.00-2.10']          =8394.75;
stonePrice['Emerald-D-VS1-0.23-0.29']          =280.8;
stonePrice['Emerald-D-VS1-0.30-0.37']          =612;
stonePrice['Emerald-D-VS1-0.38-0.44']          =913.5;
stonePrice['Emerald-D-VS1-0.45-0.49']          =1090.4;
stonePrice['Emerald-D-VS1-0.50-0.59']          =1444.85;
stonePrice['Emerald-D-VS1-0.60-0.69']          =1803.75;
stonePrice['Emerald-D-VS1-0.70-0.79']          =2486.25;
stonePrice['Emerald-D-VS1-0.80-0.89']          =3034.5;
stonePrice['Emerald-D-VS1-0.90-0.99']          =3828.5;
stonePrice['Emerald-D-VS1-1.00-1.10']          =4725;
stonePrice['Emerald-D-VS1-1.11-1.29']          =5752.5;
stonePrice['Emerald-D-VS1-1.30-1.49']          =7875;
stonePrice['Emerald-D-VS1-1.50-1.60']          =9672;
stonePrice['Emerald-D-VS1-1.70-1.89']          =12096;
stonePrice['Emerald-D-VS1-2.00-2.10']          =20254;
stonePrice['Emerald-D-VS2-0.23-0.29']          =280.8;
stonePrice['Emerald-D-VS2-0.30-0.37']          =510;
stonePrice['Emerald-D-VS2-0.38-0.44']          =787.5;
stonePrice['Emerald-D-VS2-0.45-0.49']          =940;
stonePrice['Emerald-D-VS2-0.50-0.59']          =1327.7;
stonePrice['Emerald-D-VS2-0.60-0.69']          =1657.5;
stonePrice['Emerald-D-VS2-0.70-0.79']          =2340;
stonePrice['Emerald-D-VS2-0.80-0.89']          =2856;
stonePrice['Emerald-D-VS2-0.90-0.99']          =3581.5;
stonePrice['Emerald-D-VS2-1.00-1.10']          =4347;
stonePrice['Emerald-D-VS2-1.11-1.29']          =5292.3;
stonePrice['Emerald-D-VS2-1.30-1.49']          =7245;
stonePrice['Emerald-D-VS2-1.50-1.60']          =9067.5;
stonePrice['Emerald-D-VS2-1.70-1.89']          =11340;
stonePrice['Emerald-D-VS2-2.00-2.10']          =18921.5;
stonePrice['Emerald-D-VVS1-0.23-0.29']          =343.2;
stonePrice['Emerald-D-VVS1-0.30-0.37']          =739.5;
stonePrice['Emerald-D-VVS1-0.38-0.44']          =1071;
stonePrice['Emerald-D-VVS1-0.45-0.49']          =1278.4;
stonePrice['Emerald-D-VVS1-0.50-0.59']          =1757.25;
stonePrice['Emerald-D-VVS1-0.60-0.69']          =2193.75;
stonePrice['Emerald-D-VVS1-0.70-0.79']          =2778.75;
stonePrice['Emerald-D-VVS1-0.80-0.89']          =3391.5;
stonePrice['Emerald-D-VVS1-0.90-0.99']          =4199;
stonePrice['Emerald-D-VVS1-1.00-1.10']          =5544;
stonePrice['Emerald-D-VVS1-1.11-1.29']          =6749.6;
stonePrice['Emerald-D-VVS1-1.30-1.49']          =9240;
stonePrice['Emerald-D-VVS1-1.50-1.60']          =10881;
stonePrice['Emerald-D-VVS1-1.70-1.89']          =13608;
stonePrice['Emerald-D-VVS1-2.00-2.10']          =24118.25;
stonePrice['Emerald-D-VVS2-0.23-0.29']          =343.2;
stonePrice['Emerald-D-VVS2-0.30-0.37']          =663;
stonePrice['Emerald-D-VVS2-0.38-0.44']          =976.5;
stonePrice['Emerald-D-VVS2-0.45-0.49']          =1165.6;
stonePrice['Emerald-D-VVS2-0.50-0.59']          =1601.05;
stonePrice['Emerald-D-VVS2-0.60-0.69']          =1998.75;
stonePrice['Emerald-D-VVS2-0.70-0.79']          =2632.5;
stonePrice['Emerald-D-VVS2-0.80-0.89']          =3213;
stonePrice['Emerald-D-VVS2-0.90-0.99']          =4075.5;
stonePrice['Emerald-D-VVS2-1.00-1.10']          =4977;
stonePrice['Emerald-D-VVS2-1.11-1.29']          =6059.3;
stonePrice['Emerald-D-VVS2-1.30-1.49']          =8295;
stonePrice['Emerald-D-VVS2-1.50-1.60']          =9974.25;
stonePrice['Emerald-D-VVS2-1.70-1.89']          =12474;
stonePrice['Emerald-D-VVS2-2.00-2.10']          =22252.75;
stonePrice['Emerald-E-SI1-0.23-0.29']          =260;
stonePrice['Emerald-E-SI1-0.30-0.37']          =408;
stonePrice['Emerald-E-SI1-0.38-0.44']          =630;
stonePrice['Emerald-E-SI1-0.45-0.49']          =752;
stonePrice['Emerald-E-SI1-0.50-0.59']          =976.25;
stonePrice['Emerald-E-SI1-0.60-0.69']          =1218.75;
stonePrice['Emerald-E-SI1-0.70-0.79']          =1852.5;
stonePrice['Emerald-E-SI1-0.80-0.89']          =2261;
stonePrice['Emerald-E-SI1-0.90-0.99']          =3211;
stonePrice['Emerald-E-SI1-1.00-1.10']          =3654;
stonePrice['Emerald-E-SI1-1.11-1.29']          =4448.6;
stonePrice['Emerald-E-SI1-1.30-1.49']          =6090;
stonePrice['Emerald-E-SI1-1.50-1.60']          =8261.5;
stonePrice['Emerald-E-SI1-1.70-1.89']          =10332;
stonePrice['Emerald-E-SI1-2.00-2.10']          =14657.5;
stonePrice['Emerald-E-SI2-0.23-0.29']          =207.48;
stonePrice['Emerald-E-SI2-0.30-0.37']          =357;
stonePrice['Emerald-E-SI2-0.38-0.44']          =567;
stonePrice['Emerald-E-SI2-0.45-0.49']          =676.8;
stonePrice['Emerald-E-SI2-0.50-0.59']          =781;
stonePrice['Emerald-E-SI2-0.60-0.69']          =975;
stonePrice['Emerald-E-SI2-0.70-0.79']          =1608.75;
stonePrice['Emerald-E-SI2-0.80-0.89']          =1963.5;
stonePrice['Emerald-E-SI2-0.90-0.99']          =2778.75;
stonePrice['Emerald-E-SI2-1.00-1.10']          =3087;
stonePrice['Emerald-E-SI2-1.11-1.29']          =3758.3;
stonePrice['Emerald-E-SI2-1.30-1.49']          =5145;
stonePrice['Emerald-E-SI2-1.50-1.60']          =6851;
stonePrice['Emerald-E-SI2-1.70-1.89']          =8568;
stonePrice['Emerald-E-SI2-2.00-2.10']          =10926.5;
stonePrice['Emerald-E-SI3-0.23-0.29']          =187.72;
stonePrice['Emerald-E-SI3-0.30-0.37']          =357;
stonePrice['Emerald-E-SI3-0.38-0.44']          =535.5;
stonePrice['Emerald-E-SI3-0.45-0.49']          =639.2;
stonePrice['Emerald-E-SI3-0.50-0.59']          =781;
stonePrice['Emerald-E-SI3-0.60-0.69']          =975;
stonePrice['Emerald-E-SI3-0.70-0.79']          =1511.25;
stonePrice['Emerald-E-SI3-0.80-0.89']          =1844.5;
stonePrice['Emerald-E-SI3-0.90-0.99']          =2284.75;
stonePrice['Emerald-E-SI3-1.00-1.10']          =2583;
stonePrice['Emerald-E-SI3-1.11-1.29']          =3144.7;
stonePrice['Emerald-E-SI3-1.30-1.49']          =4305;
stonePrice['Emerald-E-SI3-1.50-1.60']          =5339.75;
stonePrice['Emerald-E-SI3-1.70-1.89']          =6678;
stonePrice['Emerald-E-SI3-2.00-2.10']          =8128.25;
stonePrice['Emerald-E-VS1-0.23-0.29']          =273.78;
stonePrice['Emerald-E-VS1-0.30-0.37']          =841.5;
stonePrice['Emerald-E-VS1-0.38-0.44']          =850.5;
stonePrice['Emerald-E-VS1-0.45-0.49']          =1015.2;
stonePrice['Emerald-E-VS1-0.50-0.59']          =1288.65;
stonePrice['Emerald-E-VS1-0.60-0.69']          =1608.75;
stonePrice['Emerald-E-VS1-0.70-0.79']          =2340;
stonePrice['Emerald-E-VS1-0.80-0.89']          =2856;
stonePrice['Emerald-E-VS1-0.90-0.99']          =3643.25;
stonePrice['Emerald-E-VS1-1.00-1.10']          =4599;
stonePrice['Emerald-E-VS1-1.11-1.29']          =5599.1;
stonePrice['Emerald-E-VS1-1.30-1.49']          =7665;
stonePrice['Emerald-E-VS1-1.50-1.60']          =9369.75;
stonePrice['Emerald-E-VS1-1.70-1.89']          =11718;
stonePrice['Emerald-E-VS1-2.00-2.10']          =18921.5;
stonePrice['Emerald-E-VS2-0.23-0.29']          =270.27;
stonePrice['Emerald-E-VS2-0.30-0.37']          =433.5;
stonePrice['Emerald-E-VS2-0.38-0.44']          =756;
stonePrice['Emerald-E-VS2-0.45-0.49']          =902.4;
stonePrice['Emerald-E-VS2-0.50-0.59']          =1171.5;
stonePrice['Emerald-E-VS2-0.60-0.69']          =1462.5;
stonePrice['Emerald-E-VS2-0.70-0.79']          =2145;
stonePrice['Emerald-E-VS2-0.80-0.89']          =2618;
stonePrice['Emerald-E-VS2-0.90-0.99']          =3458;
stonePrice['Emerald-E-VS2-1.00-1.10']          =4221;
stonePrice['Emerald-E-VS2-1.11-1.29']          =5138.9;
stonePrice['Emerald-E-VS2-1.30-1.49']          =7035;
stonePrice['Emerald-E-VS2-1.50-1.60']          =8866;
stonePrice['Emerald-E-VS2-1.70-1.89']          =11088;
stonePrice['Emerald-E-VS2-2.00-2.10']          =17056;
stonePrice['Emerald-E-VVS1-0.23-0.29']          =334.62;
stonePrice['Emerald-E-VVS1-0.30-0.37']          =688.5;
stonePrice['Emerald-E-VVS1-0.38-0.44']          =1008;
stonePrice['Emerald-E-VVS1-0.45-0.49']          =1203.2;
stonePrice['Emerald-E-VVS1-0.50-0.59']          =1601.05;
stonePrice['Emerald-E-VVS1-0.60-0.69']          =1998.75;
stonePrice['Emerald-E-VVS1-0.70-0.79']          =2632.5;
stonePrice['Emerald-E-VVS1-0.80-0.89']          =3213;
stonePrice['Emerald-E-VVS1-0.90-0.99']          =4075.5;
stonePrice['Emerald-E-VVS1-1.00-1.10']          =4977;
stonePrice['Emerald-E-VVS1-1.11-1.29']          =6059.3;
stonePrice['Emerald-E-VVS1-1.30-1.49']          =8295;
stonePrice['Emerald-E-VVS1-1.50-1.60']          =9974.25;
stonePrice['Emerald-E-VVS1-1.70-1.89']          =12474;
stonePrice['Emerald-E-VVS1-2.00-2.10']          =22252.75;
stonePrice['Emerald-E-VVS2-0.23-0.29']          =290.29;
stonePrice['Emerald-E-VVS2-0.30-0.37']          =612;
stonePrice['Emerald-E-VVS2-0.38-0.44']          =913.5;
stonePrice['Emerald-E-VVS2-0.45-0.49']          =1090.4;
stonePrice['Emerald-E-VVS2-0.50-0.59']          =1483.9;
stonePrice['Emerald-E-VVS2-0.60-0.69']          =1852.5;
stonePrice['Emerald-E-VVS2-0.70-0.79']          =2535;
stonePrice['Emerald-E-VVS2-0.80-0.89']          =3094;
stonePrice['Emerald-E-VVS2-0.90-0.99']          =3828.5;
stonePrice['Emerald-E-VVS2-1.00-1.10']          =4788;
stonePrice['Emerald-E-VVS2-1.11-1.29']          =5829.2;
stonePrice['Emerald-E-VVS2-1.30-1.49']          =7980;
stonePrice['Emerald-E-VVS2-1.50-1.60']          =9672;
stonePrice['Emerald-E-VVS2-1.70-1.89']          =12096;
stonePrice['Emerald-E-VVS2-2.00-2.10']          =20254;
stonePrice['Emerald-F-SI1-0.23-0.29']          =250.25;
stonePrice['Emerald-F-SI1-0.30-0.37']          =382.5;
stonePrice['Emerald-F-SI1-0.38-0.44']          =598.5;
stonePrice['Emerald-F-SI1-0.45-0.49']          =714.4;
stonePrice['Emerald-F-SI1-0.50-0.59']          =937.2;
stonePrice['Emerald-F-SI1-0.60-0.69']          =1170;
stonePrice['Emerald-F-SI1-0.70-0.79']          =1755;
stonePrice['Emerald-F-SI1-0.80-0.89']          =2142;
stonePrice['Emerald-F-SI1-0.90-0.99']          =3087.5;
stonePrice['Emerald-F-SI1-1.00-1.10']          =3528;
stonePrice['Emerald-F-SI1-1.11-1.29']          =4295.2;
stonePrice['Emerald-F-SI1-1.30-1.49']          =5880;
stonePrice['Emerald-F-SI1-1.50-1.60']          =7959.25;
stonePrice['Emerald-F-SI1-1.70-1.89']          =9954;
stonePrice['Emerald-F-SI1-2.00-2.10']          =13991.25;
stonePrice['Emerald-F-SI2-0.23-0.29']          =207.48;
stonePrice['Emerald-F-SI2-0.30-0.37']          =331.5;
stonePrice['Emerald-F-SI2-0.38-0.44']          =535.5;
stonePrice['Emerald-F-SI2-0.45-0.49']          =639.2;
stonePrice['Emerald-F-SI2-0.50-0.59']          =741.95;
stonePrice['Emerald-F-SI2-0.60-0.69']          =926.25;
stonePrice['Emerald-F-SI2-0.70-0.79']          =1511.25;
stonePrice['Emerald-F-SI2-0.80-0.89']          =1844.5;
stonePrice['Emerald-F-SI2-0.90-0.99']          =2717;
stonePrice['Emerald-F-SI2-1.00-1.10']          =3024;
stonePrice['Emerald-F-SI2-1.11-1.29']          =3681.6;
stonePrice['Emerald-F-SI2-1.30-1.49']          =5040;
stonePrice['Emerald-F-SI2-1.50-1.60']          =6548.75;
stonePrice['Emerald-F-SI2-1.70-1.89']          =8190;
stonePrice['Emerald-F-SI2-2.00-2.10']          =10660;
stonePrice['Emerald-F-SI3-0.23-0.29']          =185.25;
stonePrice['Emerald-F-SI3-0.30-0.37']          =331.5;
stonePrice['Emerald-F-SI3-0.38-0.44']          =504;
stonePrice['Emerald-F-SI3-0.45-0.49']          =601.6;
stonePrice['Emerald-F-SI3-0.50-0.59']          =741.95;
stonePrice['Emerald-F-SI3-0.60-0.69']          =926.25;
stonePrice['Emerald-F-SI3-0.70-0.79']          =1413.75;
stonePrice['Emerald-F-SI3-0.80-0.89']          =1725.5;
stonePrice['Emerald-F-SI3-0.90-0.99']          =2223;
stonePrice['Emerald-F-SI3-1.00-1.10']          =2520;
stonePrice['Emerald-F-SI3-1.11-1.29']          =3068;
stonePrice['Emerald-F-SI3-1.30-1.49']          =4200;
stonePrice['Emerald-F-SI3-1.50-1.60']          =5138.25;
stonePrice['Emerald-F-SI3-1.70-1.89']          =6426;
stonePrice['Emerald-F-SI3-2.00-2.10']          =7861.75;
stonePrice['Emerald-F-VS1-0.23-0.29']          =266.76;
stonePrice['Emerald-F-VS1-0.30-0.37']          =459;
stonePrice['Emerald-F-VS1-0.38-0.44']          =787.5;
stonePrice['Emerald-F-VS1-0.45-0.49']          =940;
stonePrice['Emerald-F-VS1-0.50-0.59']          =1210.55;
stonePrice['Emerald-F-VS1-0.60-0.69']          =1511.25;
stonePrice['Emerald-F-VS1-0.70-0.79']          =2242.5;
stonePrice['Emerald-F-VS1-0.80-0.89']          =2737;
stonePrice['Emerald-F-VS1-0.90-0.99']          =3458;
stonePrice['Emerald-F-VS1-1.00-1.10']          =4410;
stonePrice['Emerald-F-VS1-1.11-1.29']          =5369;
stonePrice['Emerald-F-VS1-1.30-1.49']          =7350;
stonePrice['Emerald-F-VS1-1.50-1.60']          =8866;
stonePrice['Emerald-F-VS1-1.70-1.89']          =11088;
stonePrice['Emerald-F-VS1-2.00-2.10']          =17056;
stonePrice['Emerald-F-VS2-0.23-0.29']          =263.25;
stonePrice['Emerald-F-VS2-0.30-0.37']          =408;
stonePrice['Emerald-F-VS2-0.38-0.44']          =724.5;
stonePrice['Emerald-F-VS2-0.45-0.49']          =864.8;
stonePrice['Emerald-F-VS2-0.50-0.59']          =1093.4;
stonePrice['Emerald-F-VS2-0.60-0.69']          =1365;
stonePrice['Emerald-F-VS2-0.70-0.79']          =1998.75;
stonePrice['Emerald-F-VS2-0.80-0.89']          =2439.5;
stonePrice['Emerald-F-VS2-0.90-0.99']          =3272.75;
stonePrice['Emerald-F-VS2-1.00-1.10']          =3969;
stonePrice['Emerald-F-VS2-1.11-1.29']          =4832.1;
stonePrice['Emerald-F-VS2-1.30-1.49']          =6615;
stonePrice['Emerald-F-VS2-1.50-1.60']          =8463;
stonePrice['Emerald-F-VS2-1.70-1.89']          =10584;
stonePrice['Emerald-F-VS2-2.00-2.10']          =15723.5;
stonePrice['Emerald-F-VVS1-0.23-0.29']          =330.33;
stonePrice['Emerald-F-VVS1-0.30-0.37']          =637.5;
stonePrice['Emerald-F-VVS1-0.38-0.44']          =945;
stonePrice['Emerald-F-VVS1-0.45-0.49']          =1128;
stonePrice['Emerald-F-VVS1-0.50-0.59']          =1483.9;
stonePrice['Emerald-F-VVS1-0.60-0.69']          =1852.5;
stonePrice['Emerald-F-VVS1-0.70-0.79']          =2535;
stonePrice['Emerald-F-VVS1-0.80-0.89']          =3094;
stonePrice['Emerald-F-VVS1-0.90-0.99']          =3828.5;
stonePrice['Emerald-F-VVS1-1.00-1.10']          =4788;
stonePrice['Emerald-F-VVS1-1.11-1.29']          =5829.2;
stonePrice['Emerald-F-VVS1-1.30-1.49']          =7980;
stonePrice['Emerald-F-VVS1-1.50-1.60']          =9672;
stonePrice['Emerald-F-VVS1-1.70-1.89']          =12096;
stonePrice['Emerald-F-VVS1-2.00-2.10']          =20254;
stonePrice['Emerald-F-VVS2-0.23-0.29']          =321.75;
stonePrice['Emerald-F-VVS2-0.30-0.37']          =535.5;
stonePrice['Emerald-F-VVS2-0.38-0.44']          =850.5;
stonePrice['Emerald-F-VVS2-0.45-0.49']          =1015.2;
stonePrice['Emerald-F-VVS2-0.50-0.59']          =1327.7;
stonePrice['Emerald-F-VVS2-0.60-0.69']          =1657.5;
stonePrice['Emerald-F-VVS2-0.70-0.79']          =2437.5;
stonePrice['Emerald-F-VVS2-0.80-0.89']          =2975;
stonePrice['Emerald-F-VVS2-0.90-0.99']          =3581.5;
stonePrice['Emerald-F-VVS2-1.00-1.10']          =4662;
stonePrice['Emerald-F-VVS2-1.11-1.29']          =5675.8;
stonePrice['Emerald-F-VVS2-1.30-1.49']          =7770;
stonePrice['Emerald-F-VVS2-1.50-1.60']          =9369.75;
stonePrice['Emerald-F-VVS2-1.70-1.89']          =11718;
stonePrice['Emerald-F-VVS2-2.00-2.10']          =18921.5;
stonePrice['Emerald-G-SI1-0.23-0.29']          =218.4;
stonePrice['Emerald-G-SI1-0.30-0.37']          =357;
stonePrice['Emerald-G-SI1-0.38-0.44']          =567;
stonePrice['Emerald-G-SI1-0.45-0.49']          =676.8;
stonePrice['Emerald-G-SI1-0.50-0.59']          =859.1;
stonePrice['Emerald-G-SI1-0.60-0.69']          =1072.5;
stonePrice['Emerald-G-SI1-0.70-0.79']          =1560;
stonePrice['Emerald-G-SI1-0.80-0.89']          =1904;
stonePrice['Emerald-G-SI1-0.90-0.99']          =2840.5;
stonePrice['Emerald-G-SI1-1.00-1.10']          =3276;
stonePrice['Emerald-G-SI1-1.11-1.29']          =3988.4;
stonePrice['Emerald-G-SI1-1.30-1.49']          =5460;
stonePrice['Emerald-G-SI1-1.50-1.60']          =7254;
stonePrice['Emerald-G-SI1-1.70-1.89']          =9072;
stonePrice['Emerald-G-SI1-2.00-2.10']          =12658.75;
stonePrice['Emerald-G-SI2-0.23-0.29']          =185.25;
stonePrice['Emerald-G-SI2-0.30-0.37']          =326.4;
stonePrice['Emerald-G-SI2-0.38-0.44']          =472.5;
stonePrice['Emerald-G-SI2-0.45-0.49']          =564;
stonePrice['Emerald-G-SI2-0.50-0.59']          =702.9;
stonePrice['Emerald-G-SI2-0.60-0.69']          =877.5;
stonePrice['Emerald-G-SI2-0.70-0.79']          =1413.75;
stonePrice['Emerald-G-SI2-0.80-0.89']          =1725.5;
stonePrice['Emerald-G-SI2-0.90-0.99']          =2531.75;
stonePrice['Emerald-G-SI2-1.00-1.10']          =2835;
stonePrice['Emerald-G-SI2-1.11-1.29']          =3451.5;
stonePrice['Emerald-G-SI2-1.30-1.49']          =4725;
stonePrice['Emerald-G-SI2-1.50-1.60']          =6145.75;
stonePrice['Emerald-G-SI2-1.70-1.89']          =7686;
stonePrice['Emerald-G-SI2-2.00-2.10']          =10260.25;
stonePrice['Emerald-G-SI3-0.23-0.29']          =176.8;
stonePrice['Emerald-G-SI3-0.30-0.37']          =306;
stonePrice['Emerald-G-SI3-0.38-0.44']          =472.5;
stonePrice['Emerald-G-SI3-0.45-0.49']          =564;
stonePrice['Emerald-G-SI3-0.50-0.59']          =702.9;
stonePrice['Emerald-G-SI3-0.60-0.69']          =877.5;
stonePrice['Emerald-G-SI3-0.70-0.79']          =1365;
stonePrice['Emerald-G-SI3-0.80-0.89']          =1666;
stonePrice['Emerald-G-SI3-0.90-0.99']          =2161.25;
stonePrice['Emerald-G-SI3-1.00-1.10']          =2394;
stonePrice['Emerald-G-SI3-1.11-1.29']          =2914.6;
stonePrice['Emerald-G-SI3-1.30-1.49']          =3990;
stonePrice['Emerald-G-SI3-1.50-1.60']          =4936.75;
stonePrice['Emerald-G-SI3-1.70-1.89']          =6174;
stonePrice['Emerald-G-SI3-2.00-2.10']          =7462;
stonePrice['Emerald-G-VS1-0.23-0.29']          =239.2;
stonePrice['Emerald-G-VS1-0.30-0.37']          =433.5;
stonePrice['Emerald-G-VS1-0.38-0.44']          =724.5;
stonePrice['Emerald-G-VS1-0.45-0.49']          =864.8;
stonePrice['Emerald-G-VS1-0.50-0.59']          =1093.4;
stonePrice['Emerald-G-VS1-0.60-0.69']          =1365;
stonePrice['Emerald-G-VS1-0.70-0.79']          =2047.5;
stonePrice['Emerald-G-VS1-0.80-0.89']          =2499;
stonePrice['Emerald-G-VS1-0.90-0.99']          =3334.5;
stonePrice['Emerald-G-VS1-1.00-1.10']          =4158;
stonePrice['Emerald-G-VS1-1.11-1.29']          =5062.2;
stonePrice['Emerald-G-VS1-1.30-1.49']          =6930;
stonePrice['Emerald-G-VS1-1.50-1.60']          =8563.75;
stonePrice['Emerald-G-VS1-1.70-1.89']          =10710;
stonePrice['Emerald-G-VS1-2.00-2.10']          =15723.5;
stonePrice['Emerald-G-VS2-0.23-0.29']          =233.22;
stonePrice['Emerald-G-VS2-0.30-0.37']          =382.5;
stonePrice['Emerald-G-VS2-0.38-0.44']          =661.5;
stonePrice['Emerald-G-VS2-0.45-0.49']          =789.6;
stonePrice['Emerald-G-VS2-0.50-0.59']          =976.25;
stonePrice['Emerald-G-VS2-0.60-0.69']          =1218.75;
stonePrice['Emerald-G-VS2-0.70-0.79']          =1852.5;
stonePrice['Emerald-G-VS2-0.80-0.89']          =2261;
stonePrice['Emerald-G-VS2-0.90-0.99']          =3087.5;
stonePrice['Emerald-G-VS2-1.00-1.10']          =3780;
stonePrice['Emerald-G-VS2-1.11-1.29']          =4602;
stonePrice['Emerald-G-VS2-1.30-1.49']          =6300;
stonePrice['Emerald-G-VS2-1.50-1.60']          =7959.25;
stonePrice['Emerald-G-VS2-1.70-1.89']          =9954;
stonePrice['Emerald-G-VS2-2.00-2.10']          =15057.25;
stonePrice['Emerald-G-VVS1-0.23-0.29']          =301.6;
stonePrice['Emerald-G-VVS1-0.30-0.37']          =561;
stonePrice['Emerald-G-VVS1-0.38-0.44']          =850.5;
stonePrice['Emerald-G-VVS1-0.45-0.49']          =1015.2;
stonePrice['Emerald-G-VVS1-0.50-0.59']          =1327.7;
stonePrice['Emerald-G-VVS1-0.60-0.69']          =1657.5;
stonePrice['Emerald-G-VVS1-0.70-0.79']          =2388.75;
stonePrice['Emerald-G-VVS1-0.80-0.89']          =2915.5;
stonePrice['Emerald-G-VVS1-0.90-0.99']          =3581.5;
stonePrice['Emerald-G-VVS1-1.00-1.10']          =4662;
stonePrice['Emerald-G-VVS1-1.11-1.29']          =5675.8;
stonePrice['Emerald-G-VVS1-1.30-1.49']          =7770;
stonePrice['Emerald-G-VVS1-1.50-1.60']          =9369.75;
stonePrice['Emerald-G-VVS1-1.70-1.89']          =11718;
stonePrice['Emerald-G-VVS1-2.00-2.10']          =18388.5;
stonePrice['Emerald-G-VVS2-0.23-0.29']          =294.06;
stonePrice['Emerald-G-VVS2-0.30-0.37']          =484.5;
stonePrice['Emerald-G-VVS2-0.38-0.44']          =787.5;
stonePrice['Emerald-G-VVS2-0.45-0.49']          =940;
stonePrice['Emerald-G-VVS2-0.50-0.59']          =1210.55;
stonePrice['Emerald-G-VVS2-0.60-0.69']          =1511.25;
stonePrice['Emerald-G-VVS2-0.70-0.79']          =2242.5;
stonePrice['Emerald-G-VVS2-0.80-0.89']          =2737;
stonePrice['Emerald-G-VVS2-0.90-0.99']          =3458;
stonePrice['Emerald-G-VVS2-1.00-1.10']          =4473;
stonePrice['Emerald-G-VVS2-1.11-1.29']          =5445.7;
stonePrice['Emerald-G-VVS2-1.30-1.49']          =7455;
stonePrice['Emerald-G-VVS2-1.50-1.60']          =8866;
stonePrice['Emerald-G-VVS2-1.70-1.89']          =11088;
stonePrice['Emerald-G-VVS2-2.00-2.10']          =17056;
stonePrice['Emerald-H-SI1-0.23-0.29']          =204.75;
stonePrice['Emerald-H-SI1-0.30-0.37']          =331.5;
stonePrice['Emerald-H-SI1-0.38-0.44']          =535.5;
stonePrice['Emerald-H-SI1-0.45-0.49']          =639.2;
stonePrice['Emerald-H-SI1-0.50-0.59']          =741.95;
stonePrice['Emerald-H-SI1-0.60-0.69']          =926.25;
stonePrice['Emerald-H-SI1-0.70-0.79']          =1413.75;
stonePrice['Emerald-H-SI1-0.80-0.89']          =1725.5;
stonePrice['Emerald-H-SI1-0.90-0.99']          =2531.75;
stonePrice['Emerald-H-SI1-1.00-1.10']          =2772;
stonePrice['Emerald-H-SI1-1.11-1.29']          =3374.8;
stonePrice['Emerald-H-SI1-1.30-1.49']          =4620;
stonePrice['Emerald-H-SI1-1.50-1.60']          =6145.75;
stonePrice['Emerald-H-SI1-1.70-1.89']          =7686;
stonePrice['Emerald-H-SI1-2.00-2.10']          =10660;
stonePrice['Emerald-H-SI2-0.23-0.29']          =185.25;
stonePrice['Emerald-H-SI2-0.30-0.37']          =280.5;
stonePrice['Emerald-H-SI2-0.38-0.44']          =441;
stonePrice['Emerald-H-SI2-0.45-0.49']          =526.4;
stonePrice['Emerald-H-SI2-0.50-0.59']          =663.85;
stonePrice['Emerald-H-SI2-0.60-0.69']          =828.75;
stonePrice['Emerald-H-SI2-0.70-0.79']          =1316.25;
stonePrice['Emerald-H-SI2-0.80-0.89']          =1606.5;
stonePrice['Emerald-H-SI2-0.90-0.99']          =2223;
stonePrice['Emerald-H-SI2-1.00-1.10']          =2457;
stonePrice['Emerald-H-SI2-1.11-1.29']          =2991.3;
stonePrice['Emerald-H-SI2-1.30-1.49']          =4095;
stonePrice['Emerald-H-SI2-1.50-1.60']          =5339.75;
stonePrice['Emerald-H-SI2-1.70-1.89']          =6678;
stonePrice['Emerald-H-SI2-2.00-2.10']          =8794.5;
stonePrice['Emerald-H-SI3-0.23-0.29']          =165.75;
stonePrice['Emerald-H-SI3-0.30-0.37']          =280.5;
stonePrice['Emerald-H-SI3-0.38-0.44']          =441;
stonePrice['Emerald-H-SI3-0.45-0.49']          =526.4;
stonePrice['Emerald-H-SI3-0.50-0.59']          =663.85;
stonePrice['Emerald-H-SI3-0.60-0.69']          =828.75;
stonePrice['Emerald-H-SI3-0.70-0.79']          =1267.5;
stonePrice['Emerald-H-SI3-0.80-0.89']          =1547;
stonePrice['Emerald-H-SI3-0.90-0.99']          =2037.75;
stonePrice['Emerald-H-SI3-1.00-1.10']          =2268;
stonePrice['Emerald-H-SI3-1.11-1.29']          =2761.2;
stonePrice['Emerald-H-SI3-1.30-1.49']          =3780;
stonePrice['Emerald-H-SI3-1.50-1.60']          =4433;
stonePrice['Emerald-H-SI3-1.70-1.89']          =5544;
stonePrice['Emerald-H-SI3-2.00-2.10']          =6662.5;
stonePrice['Emerald-H-VS1-0.23-0.29']          =233.22;
stonePrice['Emerald-H-VS1-0.30-0.37']          =408;
stonePrice['Emerald-H-VS1-0.38-0.44']          =661.5;
stonePrice['Emerald-H-VS1-0.45-0.49']          =789.6;
stonePrice['Emerald-H-VS1-0.50-0.59']          =1015.3;
stonePrice['Emerald-H-VS1-0.60-0.69']          =1267.5;
stonePrice['Emerald-H-VS1-0.70-0.79']          =1901.25;
stonePrice['Emerald-H-VS1-0.80-0.89']          =2320.5;
stonePrice['Emerald-H-VS1-0.90-0.99']          =2840.5;
stonePrice['Emerald-H-VS1-1.00-1.10']          =3339;
stonePrice['Emerald-H-VS1-1.11-1.29']          =4065.1;
stonePrice['Emerald-H-VS1-1.30-1.49']          =5565;
stonePrice['Emerald-H-VS1-1.50-1.60']          =7052.5;
stonePrice['Emerald-H-VS1-1.70-1.89']          =8820;
stonePrice['Emerald-H-VS1-2.00-2.10']          =12525.5;
stonePrice['Emerald-H-VS2-0.23-0.29']          =224.25;
stonePrice['Emerald-H-VS2-0.30-0.37']          =357;
stonePrice['Emerald-H-VS2-0.38-0.44']          =598.5;
stonePrice['Emerald-H-VS2-0.45-0.49']          =714.4;
stonePrice['Emerald-H-VS2-0.50-0.59']          =937.2;
stonePrice['Emerald-H-VS2-0.60-0.69']          =1170;
stonePrice['Emerald-H-VS2-0.70-0.79']          =1657.5;
stonePrice['Emerald-H-VS2-0.80-0.89']          =2023;
stonePrice['Emerald-H-VS2-0.90-0.99']          =2655.25;
stonePrice['Emerald-H-VS2-1.00-1.10']          =3024;
stonePrice['Emerald-H-VS2-1.11-1.29']          =3681.6;
stonePrice['Emerald-H-VS2-1.30-1.49']          =5040;
stonePrice['Emerald-H-VS2-1.50-1.60']          =6649.5;
stonePrice['Emerald-H-VS2-1.70-1.89']          =8316;
stonePrice['Emerald-H-VS2-2.00-2.10']          =11859.25;
stonePrice['Emerald-H-VVS1-0.23-0.29']          =294.06;
stonePrice['Emerald-H-VVS1-0.30-0.37']          =484.5;
stonePrice['Emerald-H-VVS1-0.38-0.44']          =756;
stonePrice['Emerald-H-VVS1-0.45-0.49']          =902.4;
stonePrice['Emerald-H-VVS1-0.50-0.59']          =1210.55;
stonePrice['Emerald-H-VVS1-0.60-0.69']          =1511.25;
stonePrice['Emerald-H-VVS1-0.70-0.79']          =2096.25;
stonePrice['Emerald-H-VVS1-0.80-0.89']          =2558.5;
stonePrice['Emerald-H-VVS1-0.90-0.99']          =3087.5;
stonePrice['Emerald-H-VVS1-1.00-1.10']          =3717;
stonePrice['Emerald-H-VVS1-1.11-1.29']          =4525.3;
stonePrice['Emerald-H-VVS1-1.30-1.49']          =6195;
stonePrice['Emerald-H-VVS1-1.50-1.60']          =7657;
stonePrice['Emerald-H-VVS1-1.70-1.89']          =9576;
stonePrice['Emerald-H-VVS1-2.00-2.10']          =14524.25;
stonePrice['Emerald-H-VVS2-0.23-0.29']          =282.75;
stonePrice['Emerald-H-VVS2-0.30-0.37']          =433.5;
stonePrice['Emerald-H-VVS2-0.38-0.44']          =693;
stonePrice['Emerald-H-VVS2-0.45-0.49']          =827.2;
stonePrice['Emerald-H-VVS2-0.50-0.59']          =1132.45;
stonePrice['Emerald-H-VVS2-0.60-0.69']          =1413.75;
stonePrice['Emerald-H-VVS2-0.70-0.79']          =2047.5;
stonePrice['Emerald-H-VVS2-0.80-0.89']          =2499;
stonePrice['Emerald-H-VVS2-0.90-0.99']          =2964;
stonePrice['Emerald-H-VVS2-1.00-1.10']          =3528;
stonePrice['Emerald-H-VVS2-1.11-1.29']          =4295.2;
stonePrice['Emerald-H-VVS2-1.30-1.49']          =5880;
stonePrice['Emerald-H-VVS2-1.50-1.60']          =7354.75;
stonePrice['Emerald-H-VVS2-1.70-1.89']          =9198;
stonePrice['Emerald-H-VVS2-2.00-2.10']          =13191.75;
stonePrice['Emerald-I-SI1-0.23-0.29']          =197.6;
stonePrice['Emerald-I-SI1-0.30-0.37']          =306;
stonePrice['Emerald-I-SI1-0.38-0.44']          =472.5;
stonePrice['Emerald-I-SI1-0.45-0.49']          =564;
stonePrice['Emerald-I-SI1-0.50-0.59']          =741.95;
stonePrice['Emerald-I-SI1-0.60-0.69']          =926.25;
stonePrice['Emerald-I-SI1-0.70-0.79']          =1218.75;
stonePrice['Emerald-I-SI1-0.80-0.89']          =1487.5;
stonePrice['Emerald-I-SI1-0.90-0.99']          =2346.5;
stonePrice['Emerald-I-SI1-1.00-1.10']          =2520;
stonePrice['Emerald-I-SI1-1.11-1.29']          =3068;
stonePrice['Emerald-I-SI1-1.30-1.49']          =4200;
stonePrice['Emerald-I-SI1-1.50-1.60']          =5541.25;
stonePrice['Emerald-I-SI1-1.70-1.89']          =6930;
stonePrice['Emerald-I-SI1-2.00-2.10']          =9327.5;
stonePrice['Emerald-I-SI2-0.23-0.29']          =176.8;
stonePrice['Emerald-I-SI2-0.30-0.37']          =255;
stonePrice['Emerald-I-SI2-0.38-0.44']          =409.5;
stonePrice['Emerald-I-SI2-0.45-0.49']          =488.8;
stonePrice['Emerald-I-SI2-0.50-0.59']          =663.85;
stonePrice['Emerald-I-SI2-0.60-0.69']          =828.75;
stonePrice['Emerald-I-SI2-0.70-0.79']          =1706.25;
stonePrice['Emerald-I-SI2-0.80-0.89']          =2082.5;
stonePrice['Emerald-I-SI2-0.90-0.99']          =2037.75;
stonePrice['Emerald-I-SI2-1.00-1.10']          =2205;
stonePrice['Emerald-I-SI2-1.11-1.29']          =2684.5;
stonePrice['Emerald-I-SI2-1.30-1.49']          =3675;
stonePrice['Emerald-I-SI2-1.50-1.60']          =4634.5;
stonePrice['Emerald-I-SI2-1.70-1.89']          =5796;
stonePrice['Emerald-I-SI2-2.00-2.10']          =7995;
stonePrice['Emerald-I-SI3-0.23-0.29']          =156;
stonePrice['Emerald-I-SI3-0.30-0.37']          =255;
stonePrice['Emerald-I-SI3-0.38-0.44']          =409.5;
stonePrice['Emerald-I-SI3-0.45-0.49']          =488.8;
stonePrice['Emerald-I-SI3-0.50-0.59']          =624.8;
stonePrice['Emerald-I-SI3-0.60-0.69']          =780;
stonePrice['Emerald-I-SI3-0.70-0.79']          =1072.5;
stonePrice['Emerald-I-SI3-0.80-0.89']          =1309;
stonePrice['Emerald-I-SI3-0.90-0.99']          =1790.75;
stonePrice['Emerald-I-SI3-1.00-1.10']          =2079;
stonePrice['Emerald-I-SI3-1.11-1.29']          =2531.1;
stonePrice['Emerald-I-SI3-1.30-1.49']          =3465;
stonePrice['Emerald-I-SI3-1.50-1.60']          =4030;
stonePrice['Emerald-I-SI3-1.70-1.89']          =5040;
stonePrice['Emerald-I-SI3-2.00-2.10']          =6262.75;
stonePrice['Emerald-I-VS1-0.23-0.29']          =218.4;
stonePrice['Emerald-I-VS1-0.30-0.37']          =357;
stonePrice['Emerald-I-VS1-0.38-0.44']          =567;
stonePrice['Emerald-I-VS1-0.45-0.49']          =676.8;
stonePrice['Emerald-I-VS1-0.50-0.59']          =898.15;
stonePrice['Emerald-I-VS1-0.60-0.69']          =1121.25;
stonePrice['Emerald-I-VS1-0.70-0.79']          =1608.75;
stonePrice['Emerald-I-VS1-0.80-0.89']          =1963.5;
stonePrice['Emerald-I-VS1-0.90-0.99']          =2593.5;
stonePrice['Emerald-I-VS1-1.00-1.10']          =3024;
stonePrice['Emerald-I-VS1-1.11-1.29']          =3681.6;
stonePrice['Emerald-I-VS1-1.30-1.49']          =5040;
stonePrice['Emerald-I-VS1-1.50-1.60']          =6145.75;
stonePrice['Emerald-I-VS1-1.70-1.89']          =7686;
stonePrice['Emerald-I-VS1-2.00-2.10']          =10526.75;
stonePrice['Emerald-I-VS2-0.23-0.29']          =212.94;
stonePrice['Emerald-I-VS2-0.30-0.37']          =331.5;
stonePrice['Emerald-I-VS2-0.38-0.44']          =504;
stonePrice['Emerald-I-VS2-0.45-0.49']          =601.6;
stonePrice['Emerald-I-VS2-0.50-0.59']          =820.05;
stonePrice['Emerald-I-VS2-0.60-0.69']          =1023.75;
stonePrice['Emerald-I-VS2-0.70-0.79']          =1365;
stonePrice['Emerald-I-VS2-0.80-0.89']          =1666;
stonePrice['Emerald-I-VS2-0.90-0.99']          =2408.25;
stonePrice['Emerald-I-VS2-1.00-1.10']          =2772;
stonePrice['Emerald-I-VS2-1.11-1.29']          =3374.8;
stonePrice['Emerald-I-VS2-1.30-1.49']          =4620;
stonePrice['Emerald-I-VS2-1.50-1.60']          =5843.5;
stonePrice['Emerald-I-VS2-1.70-1.89']          =7308;
stonePrice['Emerald-I-VS2-2.00-2.10']          =9860.5;
stonePrice['Emerald-I-VVS1-0.23-0.29']          =249.6;
stonePrice['Emerald-I-VVS1-0.30-0.37']          =382.5;
stonePrice['Emerald-I-VVS1-0.38-0.44']          =630;
stonePrice['Emerald-I-VVS1-0.45-0.49']          =752;
stonePrice['Emerald-I-VVS1-0.50-0.59']          =1015.3;
stonePrice['Emerald-I-VVS1-0.60-0.69']          =1267.5;
stonePrice['Emerald-I-VVS1-0.70-0.79']          =1803.75;
stonePrice['Emerald-I-VVS1-0.80-0.89']          =2201.5;
stonePrice['Emerald-I-VVS1-0.90-0.99']          =2778.75;
stonePrice['Emerald-I-VVS1-1.00-1.10']          =3276;
stonePrice['Emerald-I-VVS1-1.11-1.29']          =3988.4;
stonePrice['Emerald-I-VVS1-1.30-1.49']          =5460;
stonePrice['Emerald-I-VVS1-1.50-1.60']          =6548.75;
stonePrice['Emerald-I-VVS1-1.70-1.89']          =8190;
stonePrice['Emerald-I-VVS1-2.00-2.10']          =11859.25;
stonePrice['Emerald-I-VVS2-0.23-0.29']          =243.36;
stonePrice['Emerald-I-VVS2-0.30-0.37']          =357;
stonePrice['Emerald-I-VVS2-0.38-0.44']          =598.5;
stonePrice['Emerald-I-VVS2-0.45-0.49']          =714.4;
stonePrice['Emerald-I-VVS2-0.50-0.59']          =976.25;
stonePrice['Emerald-I-VVS2-0.60-0.69']          =1218.75;
stonePrice['Emerald-I-VVS2-0.70-0.79']          =1755;
stonePrice['Emerald-I-VVS2-0.80-0.89']          =2142;
stonePrice['Emerald-I-VVS2-0.90-0.99']          =2717;
stonePrice['Emerald-I-VVS2-1.00-1.10']          =3150;
stonePrice['Emerald-I-VVS2-1.11-1.29']          =3835;
stonePrice['Emerald-I-VVS2-1.30-1.49']          =5250;
stonePrice['Emerald-I-VVS2-1.50-1.60']          =6448;
stonePrice['Emerald-I-VVS2-1.70-1.89']          =8064;
stonePrice['Emerald-I-VVS2-2.00-2.10']          =11193;
stonePrice['Emerald-J-SI1-0.23-0.29']          =185.25;
stonePrice['Emerald-J-SI1-0.30-0.37']          =255;
stonePrice['Emerald-J-SI1-0.38-0.44']          =378;
stonePrice['Emerald-J-SI1-0.45-0.49']          =451.2;
stonePrice['Emerald-J-SI1-0.50-0.59']          =663.85;
stonePrice['Emerald-J-SI1-0.60-0.69']          =828.75;
stonePrice['Emerald-J-SI1-0.70-0.79']          =1170;
stonePrice['Emerald-J-SI1-0.80-0.89']          =1428;
stonePrice['Emerald-J-SI1-0.90-0.99']          =2099.5;
stonePrice['Emerald-J-SI1-1.00-1.10']          =2205;
stonePrice['Emerald-J-SI1-1.11-1.29']          =2684.5;
stonePrice['Emerald-J-SI1-1.30-1.49']          =3675;
stonePrice['Emerald-J-SI1-1.50-1.60']          =4433;
stonePrice['Emerald-J-SI1-1.70-1.89']          =5544;
stonePrice['Emerald-J-SI1-2.00-2.10']          =7462;
stonePrice['Emerald-J-SI2-0.23-0.29']          =165.75;
stonePrice['Emerald-J-SI2-0.30-0.37']          =229.5;
stonePrice['Emerald-J-SI2-0.38-0.44']          =346.5;
stonePrice['Emerald-J-SI2-0.45-0.49']          =413.6;
stonePrice['Emerald-J-SI2-0.50-0.59']          =624.8;
stonePrice['Emerald-J-SI2-0.60-0.69']          =780;
stonePrice['Emerald-J-SI2-0.70-0.79']          =975;
stonePrice['Emerald-J-SI2-0.80-0.89']          =1190;
stonePrice['Emerald-J-SI2-0.90-0.99']          =1852.5;
stonePrice['Emerald-J-SI2-1.00-1.10']          =1953;
stonePrice['Emerald-J-SI2-1.11-1.29']          =2377.7;
stonePrice['Emerald-J-SI2-1.30-1.49']          =3255;
stonePrice['Emerald-J-SI2-1.50-1.60']          =3828.5;
stonePrice['Emerald-J-SI2-1.70-1.89']          =4788;
stonePrice['Emerald-J-SI2-2.00-2.10']          =6662.5;
stonePrice['Emerald-J-SI3-0.23-0.29']          =146.25;
stonePrice['Emerald-J-SI3-0.30-0.37']          =229.5;
stonePrice['Emerald-J-SI3-0.38-0.44']          =346.5;
stonePrice['Emerald-J-SI3-0.45-0.49']          =413.6;
stonePrice['Emerald-J-SI3-0.50-0.59']          =546.7;
stonePrice['Emerald-J-SI3-0.60-0.69']          =682.5;
stonePrice['Emerald-J-SI3-0.70-0.79']          =926.25;
stonePrice['Emerald-J-SI3-0.80-0.89']          =1130.5;
stonePrice['Emerald-J-SI3-0.90-0.99']          =1605.5;
stonePrice['Emerald-J-SI3-1.00-1.10']          =1764;
stonePrice['Emerald-J-SI3-1.11-1.29']          =2147.6;
stonePrice['Emerald-J-SI3-1.30-1.49']          =2940;
stonePrice['Emerald-J-SI3-1.50-1.60']          =3324.75;
stonePrice['Emerald-J-SI3-1.70-1.89']          =4158;
stonePrice['Emerald-J-SI3-2.00-2.10']          =5063.5;
stonePrice['Emerald-J-VS1-0.23-0.29']          =212.94;
stonePrice['Emerald-J-VS1-0.30-0.37']          =280.5;
stonePrice['Emerald-J-VS1-0.38-0.44']          =472.5;
stonePrice['Emerald-J-VS1-0.45-0.49']          =564;
stonePrice['Emerald-J-VS1-0.50-0.59']          =741.95;
stonePrice['Emerald-J-VS1-0.60-0.69']          =926.25;
stonePrice['Emerald-J-VS1-0.70-0.79']          =1316.25;
stonePrice['Emerald-J-VS1-0.80-0.89']          =1606.5;
stonePrice['Emerald-J-VS1-0.90-0.99']          =2284.75;
stonePrice['Emerald-J-VS1-1.00-1.10']          =2520;
stonePrice['Emerald-J-VS1-1.11-1.29']          =3068;
stonePrice['Emerald-J-VS1-1.30-1.49']          =4200;
stonePrice['Emerald-J-VS1-1.50-1.60']          =4836;
stonePrice['Emerald-J-VS1-1.70-1.89']          =6048;
stonePrice['Emerald-J-VS1-2.00-2.10']          =8394.75;
stonePrice['Emerald-J-VS2-0.23-0.29']          =204.75;
stonePrice['Emerald-J-VS2-0.30-0.37']          =280.5;
stonePrice['Emerald-J-VS2-0.38-0.44']          =409.5;
stonePrice['Emerald-J-VS2-0.45-0.49']          =488.8;
stonePrice['Emerald-J-VS2-0.50-0.59']          =702.9;
stonePrice['Emerald-J-VS2-0.60-0.69']          =877.5;
stonePrice['Emerald-J-VS2-0.70-0.79']          =1267.5;
stonePrice['Emerald-J-VS2-0.80-0.89']          =1547;
stonePrice['Emerald-J-VS2-0.90-0.99']          =2223;
stonePrice['Emerald-J-VS2-1.00-1.10']          =2394;
stonePrice['Emerald-J-VS2-1.11-1.29']          =2914.6;
stonePrice['Emerald-J-VS2-1.30-1.49']          =3990;
stonePrice['Emerald-J-VS2-1.50-1.60']          =4634.5;
stonePrice['Emerald-J-VS2-1.70-1.89']          =5796;
stonePrice['Emerald-J-VS2-2.00-2.10']          =7861.75;
stonePrice['Emerald-J-VVS1-0.23-0.29']          =243.36;
stonePrice['Emerald-J-VVS1-0.30-0.37']          =306;
stonePrice['Emerald-J-VVS1-0.38-0.44']          =504;
stonePrice['Emerald-J-VVS1-0.45-0.49']          =601.6;
stonePrice['Emerald-J-VVS1-0.50-0.59']          =820.05;
stonePrice['Emerald-J-VVS1-0.60-0.69']          =1023.75;
stonePrice['Emerald-J-VVS1-0.70-0.79']          =1462.5;
stonePrice['Emerald-J-VVS1-0.80-0.89']          =1785;
stonePrice['Emerald-J-VVS1-0.90-0.99']          =2470;
stonePrice['Emerald-J-VVS1-1.00-1.10']          =2772;
stonePrice['Emerald-J-VVS1-1.11-1.29']          =3374.8;
stonePrice['Emerald-J-VVS1-1.30-1.49']          =4620;
stonePrice['Emerald-J-VVS1-1.50-1.60']          =5138.25;
stonePrice['Emerald-J-VVS1-1.70-1.89']          =6426;
stonePrice['Emerald-J-VVS1-2.00-2.10']          =9194.25;
stonePrice['Emerald-J-VVS2-0.23-0.29']          =234;
stonePrice['Emerald-J-VVS2-0.30-0.37']          =306;
stonePrice['Emerald-J-VVS2-0.38-0.44']          =504;
stonePrice['Emerald-J-VVS2-0.45-0.49']          =601.6;
stonePrice['Emerald-J-VVS2-0.50-0.59']          =781;
stonePrice['Emerald-J-VVS2-0.60-0.69']          =975;
stonePrice['Emerald-J-VVS2-0.70-0.79']          =1413.75;
stonePrice['Emerald-J-VVS2-0.80-0.89']          =1725.5;
stonePrice['Emerald-J-VVS2-0.90-0.99']          =2408.25;
stonePrice['Emerald-J-VVS2-1.00-1.10']          =2646;
stonePrice['Emerald-J-VVS2-1.11-1.29']          =3221.4;
stonePrice['Emerald-J-VVS2-1.30-1.49']          =4410;
stonePrice['Emerald-J-VVS2-1.50-1.60']          =5037.5;
stonePrice['Emerald-J-VVS2-1.70-1.89']          =6300;
stonePrice['Emerald-J-VVS2-2.00-2.10']          =8794.5;
stonePrice['Heart-D-SI1-0.23-0.29']          =257.4;
stonePrice['Heart-D-SI1-0.30-0.37']          =454.41;
stonePrice['Heart-D-SI1-0.38-0.44']          =686.07;
stonePrice['Heart-D-SI1-0.45-0.49']          =818.928;
stonePrice['Heart-D-SI1-0.50-0.59']          =1082.466;
stonePrice['Heart-D-SI1-0.60-0.69']          =1351.35;
stonePrice['Heart-D-SI1-0.70-0.79']          =2075.2875;
stonePrice['Heart-D-SI1-0.80-0.89']          =2532.915;
stonePrice['Heart-D-SI1-0.90-0.99']          =3362.2875;
stonePrice['Heart-D-SI1-1.00-1.10']          =3804.57;
stonePrice['Heart-D-SI1-1.11-1.29']          =4631.913;
stonePrice['Heart-D-SI1-1.30-1.49']          =6340.95;
stonePrice['Heart-D-SI1-1.50-1.60']          =8378.37;
stonePrice['Heart-D-SI1-1.70-1.89']          =10478.16;
stonePrice['Heart-D-SI1-2.00-2.10']          =15170.5125;
stonePrice['Heart-D-SI2-0.23-0.29']          =216.216;
stonePrice['Heart-D-SI2-0.30-0.37']          =378.675;
stonePrice['Heart-D-SI2-0.38-0.44']          =623.7;
stonePrice['Heart-D-SI2-0.45-0.49']          =744.48;
stonePrice['Heart-D-SI2-0.50-0.59']          =927.828;
stonePrice['Heart-D-SI2-0.60-0.69']          =1158.3;
stonePrice['Heart-D-SI2-0.70-0.79']          =1785.7125;
stonePrice['Heart-D-SI2-0.80-0.89']          =2179.485;
stonePrice['Heart-D-SI2-0.90-0.99']          =2934.36;
stonePrice['Heart-D-SI2-1.00-1.10']          =3180.87;
stonePrice['Heart-D-SI2-1.11-1.29']          =3872.583;
stonePrice['Heart-D-SI2-1.30-1.49']          =5301.45;
stonePrice['Heart-D-SI2-1.50-1.60']          =6882.2325;
stonePrice['Heart-D-SI2-1.70-1.89']          =8607.06;
stonePrice['Heart-D-SI2-2.00-2.10']          =11081.07;
stonePrice['Heart-D-SI3-0.23-0.29']          =195.624;
stonePrice['Heart-D-SI3-0.30-0.37']          =353.43;
stonePrice['Heart-D-SI3-0.38-0.44']          =561.33;
stonePrice['Heart-D-SI3-0.45-0.49']          =670.032;
stonePrice['Heart-D-SI3-0.50-0.59']          =850.509;
stonePrice['Heart-D-SI3-0.60-0.69']          =1061.775;
stonePrice['Heart-D-SI3-0.70-0.79']          =1640.925;
stonePrice['Heart-D-SI3-0.80-0.89']          =2002.77;
stonePrice['Heart-D-SI3-0.90-0.99']          =2384.1675;
stonePrice['Heart-D-SI3-1.00-1.10']          =2619.54;
stonePrice['Heart-D-SI3-1.11-1.29']          =3189.186;
stonePrice['Heart-D-SI3-1.30-1.49']          =4365.9;
stonePrice['Heart-D-SI3-1.50-1.60']          =5386.095;
stonePrice['Heart-D-SI3-1.70-1.89']          =6735.96;
stonePrice['Heart-D-SI3-2.00-2.10']          =8310.8025;
stonePrice['Heart-D-VS1-0.23-0.29']          =277.992;
stonePrice['Heart-D-VS1-0.30-0.37']          =605.88;
stonePrice['Heart-D-VS1-0.38-0.44']          =904.365;
stonePrice['Heart-D-VS1-0.45-0.49']          =1079.496;
stonePrice['Heart-D-VS1-0.50-0.59']          =1430.4015;
stonePrice['Heart-D-VS1-0.60-0.69']          =1785.7125;
stonePrice['Heart-D-VS1-0.70-0.79']          =2461.3875;
stonePrice['Heart-D-VS1-0.80-0.89']          =3004.155;
stonePrice['Heart-D-VS1-0.90-0.99']          =3790.215;
stonePrice['Heart-D-VS1-1.00-1.10']          =4677.75;
stonePrice['Heart-D-VS1-1.11-1.29']          =5694.975;
stonePrice['Heart-D-VS1-1.30-1.49']          =7796.25;
stonePrice['Heart-D-VS1-1.50-1.60']          =9575.28;
stonePrice['Heart-D-VS1-1.70-1.89']          =11975.04;
stonePrice['Heart-D-VS1-2.00-2.10']          =20051.46;
stonePrice['Heart-D-VS2-0.23-0.29']          =277.992;
stonePrice['Heart-D-VS2-0.30-0.37']          =504.9;
stonePrice['Heart-D-VS2-0.38-0.44']          =779.625;
stonePrice['Heart-D-VS2-0.45-0.49']          =930.6;
stonePrice['Heart-D-VS2-0.50-0.59']          =1314.423;
stonePrice['Heart-D-VS2-0.60-0.69']          =1640.925;
stonePrice['Heart-D-VS2-0.70-0.79']          =2316.6;
stonePrice['Heart-D-VS2-0.80-0.89']          =2827.44;
stonePrice['Heart-D-VS2-0.90-0.99']          =3545.685;
stonePrice['Heart-D-VS2-1.00-1.10']          =4303.53;
stonePrice['Heart-D-VS2-1.11-1.29']          =5239.377;
stonePrice['Heart-D-VS2-1.30-1.49']          =7172.55;
stonePrice['Heart-D-VS2-1.50-1.60']          =8976.825;
stonePrice['Heart-D-VS2-1.70-1.89']          =11226.6;
stonePrice['Heart-D-VS2-2.00-2.10']          =18732.285;
stonePrice['Heart-D-VVS1-0.23-0.29']          =339.768;
stonePrice['Heart-D-VVS1-0.30-0.37']          =732.105;
stonePrice['Heart-D-VVS1-0.38-0.44']          =1060.29;
stonePrice['Heart-D-VVS1-0.45-0.49']          =1265.616;
stonePrice['Heart-D-VVS1-0.50-0.59']          =1739.6775;
stonePrice['Heart-D-VVS1-0.60-0.69']          =2171.8125;
stonePrice['Heart-D-VVS1-0.70-0.79']          =2750.9625;
stonePrice['Heart-D-VVS1-0.80-0.89']          =3357.585;
stonePrice['Heart-D-VVS1-0.90-0.99']          =4157.01;
stonePrice['Heart-D-VVS1-1.00-1.10']          =5488.56;
stonePrice['Heart-D-VVS1-1.11-1.29']          =6682.104;
stonePrice['Heart-D-VVS1-1.30-1.49']          =9147.6;
stonePrice['Heart-D-VVS1-1.50-1.60']          =10772.19;
stonePrice['Heart-D-VVS1-1.70-1.89']          =13471.92;
stonePrice['Heart-D-VVS1-2.00-2.10']          =23877.0675;
stonePrice['Heart-D-VVS2-0.23-0.29']          =339.768;
stonePrice['Heart-D-VVS2-0.30-0.37']          =656.37;
stonePrice['Heart-D-VVS2-0.38-0.44']          =966.735;
stonePrice['Heart-D-VVS2-0.45-0.49']          =1153.944;
stonePrice['Heart-D-VVS2-0.50-0.59']          =1585.0395;
stonePrice['Heart-D-VVS2-0.60-0.69']          =1978.7625;
stonePrice['Heart-D-VVS2-0.70-0.79']          =2606.175;
stonePrice['Heart-D-VVS2-0.80-0.89']          =3180.87;
stonePrice['Heart-D-VVS2-0.90-0.99']          =4034.745;
stonePrice['Heart-D-VVS2-1.00-1.10']          =4927.23;
stonePrice['Heart-D-VVS2-1.11-1.29']          =5998.707;
stonePrice['Heart-D-VVS2-1.30-1.49']          =8212.05;
stonePrice['Heart-D-VVS2-1.50-1.60']          =9874.5075;
stonePrice['Heart-D-VVS2-1.70-1.89']          =12349.26;
stonePrice['Heart-D-VVS2-2.00-2.10']          =22030.2225;
stonePrice['Heart-E-SI1-0.23-0.29']          =257.4;
stonePrice['Heart-E-SI1-0.30-0.37']          =403.92;
stonePrice['Heart-E-SI1-0.38-0.44']          =623.7;
stonePrice['Heart-E-SI1-0.45-0.49']          =744.48;
stonePrice['Heart-E-SI1-0.50-0.59']          =966.4875;
stonePrice['Heart-E-SI1-0.60-0.69']          =1206.5625;
stonePrice['Heart-E-SI1-0.70-0.79']          =1833.975;
stonePrice['Heart-E-SI1-0.80-0.89']          =2238.39;
stonePrice['Heart-E-SI1-0.90-0.99']          =3178.89;
stonePrice['Heart-E-SI1-1.00-1.10']          =3617.46;
stonePrice['Heart-E-SI1-1.11-1.29']          =4404.114;
stonePrice['Heart-E-SI1-1.30-1.49']          =6029.1;
stonePrice['Heart-E-SI1-1.50-1.60']          =8178.885;
stonePrice['Heart-E-SI1-1.70-1.89']          =10228.68;
stonePrice['Heart-E-SI1-2.00-2.10']          =14510.925;
stonePrice['Heart-E-SI2-0.23-0.29']          =205.4052;
stonePrice['Heart-E-SI2-0.30-0.37']          =353.43;
stonePrice['Heart-E-SI2-0.38-0.44']          =561.33;
stonePrice['Heart-E-SI2-0.45-0.49']          =670.032;
stonePrice['Heart-E-SI2-0.50-0.59']          =773.19;
stonePrice['Heart-E-SI2-0.60-0.69']          =965.25;
stonePrice['Heart-E-SI2-0.70-0.79']          =1592.6625;
stonePrice['Heart-E-SI2-0.80-0.89']          =1943.865;
stonePrice['Heart-E-SI2-0.90-0.99']          =2750.9625;
stonePrice['Heart-E-SI2-1.00-1.10']          =3056.13;
stonePrice['Heart-E-SI2-1.11-1.29']          =3720.717;
stonePrice['Heart-E-SI2-1.30-1.49']          =5093.55;
stonePrice['Heart-E-SI2-1.50-1.60']          =6782.49;
stonePrice['Heart-E-SI2-1.70-1.89']          =8482.32;
stonePrice['Heart-E-SI2-2.00-2.10']          =10817.235;
stonePrice['Heart-E-SI3-0.23-0.29']          =185.8428;
stonePrice['Heart-E-SI3-0.30-0.37']          =353.43;
stonePrice['Heart-E-SI3-0.38-0.44']          =530.145;
stonePrice['Heart-E-SI3-0.45-0.49']          =632.808;
stonePrice['Heart-E-SI3-0.50-0.59']          =773.19;
stonePrice['Heart-E-SI3-0.60-0.69']          =965.25;
stonePrice['Heart-E-SI3-0.70-0.79']          =1496.1375;
stonePrice['Heart-E-SI3-0.80-0.89']          =1826.055;
stonePrice['Heart-E-SI3-0.90-0.99']          =2261.9025;
stonePrice['Heart-E-SI3-1.00-1.10']          =2557.17;
stonePrice['Heart-E-SI3-1.11-1.29']          =3113.253;
stonePrice['Heart-E-SI3-1.30-1.49']          =4261.95;
stonePrice['Heart-E-SI3-1.50-1.60']          =5286.3525;
stonePrice['Heart-E-SI3-1.70-1.89']          =6611.22;
stonePrice['Heart-E-SI3-2.00-2.10']          =8046.9675;
stonePrice['Heart-E-VS1-0.23-0.29']          =271.0422;
stonePrice['Heart-E-VS1-0.30-0.37']          =833.085;
stonePrice['Heart-E-VS1-0.38-0.44']          =841.995;
stonePrice['Heart-E-VS1-0.45-0.49']          =1005.048;
stonePrice['Heart-E-VS1-0.50-0.59']          =1275.7635;
stonePrice['Heart-E-VS1-0.60-0.69']          =1592.6625;
stonePrice['Heart-E-VS1-0.70-0.79']          =2316.6;
stonePrice['Heart-E-VS1-0.80-0.89']          =2827.44;
stonePrice['Heart-E-VS1-0.90-0.99']          =3606.8175;
stonePrice['Heart-E-VS1-1.00-1.10']          =4553.01;
stonePrice['Heart-E-VS1-1.11-1.29']          =5543.109;
stonePrice['Heart-E-VS1-1.30-1.49']          =7588.35;
stonePrice['Heart-E-VS1-1.50-1.60']          =9276.0525;
stonePrice['Heart-E-VS1-1.70-1.89']          =11600.82;
stonePrice['Heart-E-VS1-2.00-2.10']          =18732.285;
stonePrice['Heart-E-VS2-0.23-0.29']          =267.5673;
stonePrice['Heart-E-VS2-0.30-0.37']          =429.165;
stonePrice['Heart-E-VS2-0.38-0.44']          =748.44;
stonePrice['Heart-E-VS2-0.45-0.49']          =893.376;
stonePrice['Heart-E-VS2-0.50-0.59']          =1159.785;
stonePrice['Heart-E-VS2-0.60-0.69']          =1447.875;
stonePrice['Heart-E-VS2-0.70-0.79']          =2123.55;
stonePrice['Heart-E-VS2-0.80-0.89']          =2591.82;
stonePrice['Heart-E-VS2-0.90-0.99']          =3423.42;
stonePrice['Heart-E-VS2-1.00-1.10']          =4178.79;
stonePrice['Heart-E-VS2-1.11-1.29']          =5087.511;
stonePrice['Heart-E-VS2-1.30-1.49']          =6964.65;
stonePrice['Heart-E-VS2-1.50-1.60']          =8777.34;
stonePrice['Heart-E-VS2-1.70-1.89']          =10977.12;
stonePrice['Heart-E-VS2-2.00-2.10']          =16885.44;
stonePrice['Heart-E-VVS1-0.23-0.29']          =331.2738;
stonePrice['Heart-E-VVS1-0.30-0.37']          =681.615;
stonePrice['Heart-E-VVS1-0.38-0.44']          =997.92;
stonePrice['Heart-E-VVS1-0.45-0.49']          =1191.168;
stonePrice['Heart-E-VVS1-0.50-0.59']          =1585.0395;
stonePrice['Heart-E-VVS1-0.60-0.69']          =1978.7625;
stonePrice['Heart-E-VVS1-0.70-0.79']          =2606.175;
stonePrice['Heart-E-VVS1-0.80-0.89']          =3180.87;
stonePrice['Heart-E-VVS1-0.90-0.99']          =4034.745;
stonePrice['Heart-E-VVS1-1.00-1.10']          =4927.23;
stonePrice['Heart-E-VVS1-1.11-1.29']          =5998.707;
stonePrice['Heart-E-VVS1-1.30-1.49']          =8212.05;
stonePrice['Heart-E-VVS1-1.50-1.60']          =9874.5075;
stonePrice['Heart-E-VVS1-1.70-1.89']          =12349.26;
stonePrice['Heart-E-VVS1-2.00-2.10']          =22030.2225;
stonePrice['Heart-E-VVS2-0.23-0.29']          =287.3871;
stonePrice['Heart-E-VVS2-0.30-0.37']          =605.88;
stonePrice['Heart-E-VVS2-0.38-0.44']          =904.365;
stonePrice['Heart-E-VVS2-0.45-0.49']          =1079.496;
stonePrice['Heart-E-VVS2-0.50-0.59']          =1469.061;
stonePrice['Heart-E-VVS2-0.60-0.69']          =1833.975;
stonePrice['Heart-E-VVS2-0.70-0.79']          =2509.65;
stonePrice['Heart-E-VVS2-0.80-0.89']          =3063.06;
stonePrice['Heart-E-VVS2-0.90-0.99']          =3790.215;
stonePrice['Heart-E-VVS2-1.00-1.10']          =4740.12;
stonePrice['Heart-E-VVS2-1.11-1.29']          =5770.908;
stonePrice['Heart-E-VVS2-1.30-1.49']          =7900.2;
stonePrice['Heart-E-VVS2-1.50-1.60']          =9575.28;
stonePrice['Heart-E-VVS2-1.70-1.89']          =11975.04;
stonePrice['Heart-E-VVS2-2.00-2.10']          =20051.46;
stonePrice['Heart-F-SI1-0.23-0.29']          =247.7475;
stonePrice['Heart-F-SI1-0.30-0.37']          =378.675;
stonePrice['Heart-F-SI1-0.38-0.44']          =592.515;
stonePrice['Heart-F-SI1-0.45-0.49']          =707.256;
stonePrice['Heart-F-SI1-0.50-0.59']          =927.828;
stonePrice['Heart-F-SI1-0.60-0.69']          =1158.3;
stonePrice['Heart-F-SI1-0.70-0.79']          =1737.45;
stonePrice['Heart-F-SI1-0.80-0.89']          =2120.58;
stonePrice['Heart-F-SI1-0.90-0.99']          =3056.625;
stonePrice['Heart-F-SI1-1.00-1.10']          =3492.72;
stonePrice['Heart-F-SI1-1.11-1.29']          =4252.248;
stonePrice['Heart-F-SI1-1.30-1.49']          =5821.2;
stonePrice['Heart-F-SI1-1.50-1.60']          =7879.6575;
stonePrice['Heart-F-SI1-1.70-1.89']          =9854.46;
stonePrice['Heart-F-SI1-2.00-2.10']          =13851.3375;
stonePrice['Heart-F-SI2-0.23-0.29']          =205.4052;
stonePrice['Heart-F-SI2-0.30-0.37']          =328.185;
stonePrice['Heart-F-SI2-0.38-0.44']          =530.145;
stonePrice['Heart-F-SI2-0.45-0.49']          =632.808;
stonePrice['Heart-F-SI2-0.50-0.59']          =734.5305;
stonePrice['Heart-F-SI2-0.60-0.69']          =916.9875;
stonePrice['Heart-F-SI2-0.70-0.79']          =1496.1375;
stonePrice['Heart-F-SI2-0.80-0.89']          =1826.055;
stonePrice['Heart-F-SI2-0.90-0.99']          =2689.83;
stonePrice['Heart-F-SI2-1.00-1.10']          =2993.76;
stonePrice['Heart-F-SI2-1.11-1.29']          =3644.784;
stonePrice['Heart-F-SI2-1.30-1.49']          =4989.6;
stonePrice['Heart-F-SI2-1.50-1.60']          =6483.2625;
stonePrice['Heart-F-SI2-1.70-1.89']          =8108.1;
stonePrice['Heart-F-SI2-2.00-2.10']          =10553.4;
stonePrice['Heart-F-SI3-0.23-0.29']          =183.3975;
stonePrice['Heart-F-SI3-0.30-0.37']          =328.185;
stonePrice['Heart-F-SI3-0.38-0.44']          =498.96;
stonePrice['Heart-F-SI3-0.45-0.49']          =595.584;
stonePrice['Heart-F-SI3-0.50-0.59']          =734.5305;
stonePrice['Heart-F-SI3-0.60-0.69']          =916.9875;
stonePrice['Heart-F-SI3-0.70-0.79']          =1399.6125;
stonePrice['Heart-F-SI3-0.80-0.89']          =1708.245;
stonePrice['Heart-F-SI3-0.90-0.99']          =2200.77;
stonePrice['Heart-F-SI3-1.00-1.10']          =2494.8;
stonePrice['Heart-F-SI3-1.11-1.29']          =3037.32;
stonePrice['Heart-F-SI3-1.30-1.49']          =4158;
stonePrice['Heart-F-SI3-1.50-1.60']          =5086.8675;
stonePrice['Heart-F-SI3-1.70-1.89']          =6361.74;
stonePrice['Heart-F-SI3-2.00-2.10']          =7783.1325;
stonePrice['Heart-F-VS1-0.23-0.29']          =264.0924;
stonePrice['Heart-F-VS1-0.30-0.37']          =454.41;
stonePrice['Heart-F-VS1-0.38-0.44']          =779.625;
stonePrice['Heart-F-VS1-0.45-0.49']          =930.6;
stonePrice['Heart-F-VS1-0.50-0.59']          =1198.4445;
stonePrice['Heart-F-VS1-0.60-0.69']          =1496.1375;
stonePrice['Heart-F-VS1-0.70-0.79']          =2220.075;
stonePrice['Heart-F-VS1-0.80-0.89']          =2709.63;
stonePrice['Heart-F-VS1-0.90-0.99']          =3423.42;
stonePrice['Heart-F-VS1-1.00-1.10']          =4365.9;
stonePrice['Heart-F-VS1-1.11-1.29']          =5315.31;
stonePrice['Heart-F-VS1-1.30-1.49']          =7276.5;
stonePrice['Heart-F-VS1-1.50-1.60']          =8777.34;
stonePrice['Heart-F-VS1-1.70-1.89']          =10977.12;
stonePrice['Heart-F-VS1-2.00-2.10']          =16885.44;
stonePrice['Heart-F-VS2-0.23-0.29']          =260.6175;
stonePrice['Heart-F-VS2-0.30-0.37']          =403.92;
stonePrice['Heart-F-VS2-0.38-0.44']          =717.255;
stonePrice['Heart-F-VS2-0.45-0.49']          =856.152;
stonePrice['Heart-F-VS2-0.50-0.59']          =1082.466;
stonePrice['Heart-F-VS2-0.60-0.69']          =1351.35;
stonePrice['Heart-F-VS2-0.70-0.79']          =1978.7625;
stonePrice['Heart-F-VS2-0.80-0.89']          =2415.105;
stonePrice['Heart-F-VS2-0.90-0.99']          =3240.0225;
stonePrice['Heart-F-VS2-1.00-1.10']          =3929.31;
stonePrice['Heart-F-VS2-1.11-1.29']          =4783.779;
stonePrice['Heart-F-VS2-1.30-1.49']          =6548.85;
stonePrice['Heart-F-VS2-1.50-1.60']          =8378.37;
stonePrice['Heart-F-VS2-1.70-1.89']          =10478.16;
stonePrice['Heart-F-VS2-2.00-2.10']          =15566.265;
stonePrice['Heart-F-VVS1-0.23-0.29']          =327.0267;
stonePrice['Heart-F-VVS1-0.30-0.37']          =631.125;
stonePrice['Heart-F-VVS1-0.38-0.44']          =935.55;
stonePrice['Heart-F-VVS1-0.45-0.49']          =1116.72;
stonePrice['Heart-F-VVS1-0.50-0.59']          =1469.061;
stonePrice['Heart-F-VVS1-0.60-0.69']          =1833.975;
stonePrice['Heart-F-VVS1-0.70-0.79']          =2509.65;
stonePrice['Heart-F-VVS1-0.80-0.89']          =3063.06;
stonePrice['Heart-F-VVS1-0.90-0.99']          =3790.215;
stonePrice['Heart-F-VVS1-1.00-1.10']          =4740.12;
stonePrice['Heart-F-VVS1-1.11-1.29']          =5770.908;
stonePrice['Heart-F-VVS1-1.30-1.49']          =7900.2;
stonePrice['Heart-F-VVS1-1.50-1.60']          =9575.28;
stonePrice['Heart-F-VVS1-1.70-1.89']          =11975.04;
stonePrice['Heart-F-VVS1-2.00-2.10']          =20051.46;
stonePrice['Heart-F-VVS2-0.23-0.29']          =318.5325;
stonePrice['Heart-F-VVS2-0.30-0.37']          =530.145;
stonePrice['Heart-F-VVS2-0.38-0.44']          =841.995;
stonePrice['Heart-F-VVS2-0.45-0.49']          =1005.048;
stonePrice['Heart-F-VVS2-0.50-0.59']          =1314.423;
stonePrice['Heart-F-VVS2-0.60-0.69']          =1640.925;
stonePrice['Heart-F-VVS2-0.70-0.79']          =2413.125;
stonePrice['Heart-F-VVS2-0.80-0.89']          =2945.25;
stonePrice['Heart-F-VVS2-0.90-0.99']          =3545.685;
stonePrice['Heart-F-VVS2-1.00-1.10']          =4615.38;
stonePrice['Heart-F-VVS2-1.11-1.29']          =5619.042;
stonePrice['Heart-F-VVS2-1.30-1.49']          =7692.3;
stonePrice['Heart-F-VVS2-1.50-1.60']          =9276.0525;
stonePrice['Heart-F-VVS2-1.70-1.89']          =11600.82;
stonePrice['Heart-F-VVS2-2.00-2.10']          =18732.285;
stonePrice['Heart-G-SI1-0.23-0.29']          =216.216;
stonePrice['Heart-G-SI1-0.30-0.37']          =353.43;
stonePrice['Heart-G-SI1-0.38-0.44']          =561.33;
stonePrice['Heart-G-SI1-0.45-0.49']          =670.032;
stonePrice['Heart-G-SI1-0.50-0.59']          =850.509;
stonePrice['Heart-G-SI1-0.60-0.69']          =1061.775;
stonePrice['Heart-G-SI1-0.70-0.79']          =1544.4;
stonePrice['Heart-G-SI1-0.80-0.89']          =1884.96;
stonePrice['Heart-G-SI1-0.90-0.99']          =2812.095;
stonePrice['Heart-G-SI1-1.00-1.10']          =3243.24;
stonePrice['Heart-G-SI1-1.11-1.29']          =3948.516;
stonePrice['Heart-G-SI1-1.30-1.49']          =5405.4;
stonePrice['Heart-G-SI1-1.50-1.60']          =7181.46;
stonePrice['Heart-G-SI1-1.70-1.89']          =8981.28;
stonePrice['Heart-G-SI1-2.00-2.10']          =12532.1625;
stonePrice['Heart-G-SI2-0.23-0.29']          =183.3975;
stonePrice['Heart-G-SI2-0.30-0.37']          =323.136;
stonePrice['Heart-G-SI2-0.38-0.44']          =467.775;
stonePrice['Heart-G-SI2-0.45-0.49']          =558.36;
stonePrice['Heart-G-SI2-0.50-0.59']          =695.871;
stonePrice['Heart-G-SI2-0.60-0.69']          =868.725;
stonePrice['Heart-G-SI2-0.70-0.79']          =1399.6125;
stonePrice['Heart-G-SI2-0.80-0.89']          =1708.245;
stonePrice['Heart-G-SI2-0.90-0.99']          =2506.4325;
stonePrice['Heart-G-SI2-1.00-1.10']          =2806.65;
stonePrice['Heart-G-SI2-1.11-1.29']          =3416.985;
stonePrice['Heart-G-SI2-1.30-1.49']          =4677.75;
stonePrice['Heart-G-SI2-1.50-1.60']          =6084.2925;
stonePrice['Heart-G-SI2-1.70-1.89']          =7609.14;
stonePrice['Heart-G-SI2-2.00-2.10']          =10157.6475;
stonePrice['Heart-G-SI3-0.23-0.29']          =175.032;
stonePrice['Heart-G-SI3-0.30-0.37']          =302.94;
stonePrice['Heart-G-SI3-0.38-0.44']          =467.775;
stonePrice['Heart-G-SI3-0.45-0.49']          =558.36;
stonePrice['Heart-G-SI3-0.50-0.59']          =695.871;
stonePrice['Heart-G-SI3-0.60-0.69']          =868.725;
stonePrice['Heart-G-SI3-0.70-0.79']          =1351.35;
stonePrice['Heart-G-SI3-0.80-0.89']          =1649.34;
stonePrice['Heart-G-SI3-0.90-0.99']          =2139.6375;
stonePrice['Heart-G-SI3-1.00-1.10']          =2370.06;
stonePrice['Heart-G-SI3-1.11-1.29']          =2885.454;
stonePrice['Heart-G-SI3-1.30-1.49']          =3950.1;
stonePrice['Heart-G-SI3-1.50-1.60']          =4887.3825;
stonePrice['Heart-G-SI3-1.70-1.89']          =6112.26;
stonePrice['Heart-G-SI3-2.00-2.10']          =7387.38;
stonePrice['Heart-G-VS1-0.23-0.29']          =236.808;
stonePrice['Heart-G-VS1-0.30-0.37']          =429.165;
stonePrice['Heart-G-VS1-0.38-0.44']          =717.255;
stonePrice['Heart-G-VS1-0.45-0.49']          =856.152;
stonePrice['Heart-G-VS1-0.50-0.59']          =1082.466;
stonePrice['Heart-G-VS1-0.60-0.69']          =1351.35;
stonePrice['Heart-G-VS1-0.70-0.79']          =2027.025;
stonePrice['Heart-G-VS1-0.80-0.89']          =2474.01;
stonePrice['Heart-G-VS1-0.90-0.99']          =3301.155;
stonePrice['Heart-G-VS1-1.00-1.10']          =4116.42;
stonePrice['Heart-G-VS1-1.11-1.29']          =5011.578;
stonePrice['Heart-G-VS1-1.30-1.49']          =6860.7;
stonePrice['Heart-G-VS1-1.50-1.60']          =8478.1125;
stonePrice['Heart-G-VS1-1.70-1.89']          =10602.9;
stonePrice['Heart-G-VS1-2.00-2.10']          =15566.265;
stonePrice['Heart-G-VS2-0.23-0.29']          =230.8878;
stonePrice['Heart-G-VS2-0.30-0.37']          =378.675;
stonePrice['Heart-G-VS2-0.38-0.44']          =654.885;
stonePrice['Heart-G-VS2-0.45-0.49']          =781.704;
stonePrice['Heart-G-VS2-0.50-0.59']          =966.4875;
stonePrice['Heart-G-VS2-0.60-0.69']          =1206.5625;
stonePrice['Heart-G-VS2-0.70-0.79']          =1833.975;
stonePrice['Heart-G-VS2-0.80-0.89']          =2238.39;
stonePrice['Heart-G-VS2-0.90-0.99']          =3056.625;
stonePrice['Heart-G-VS2-1.00-1.10']          =3742.2;
stonePrice['Heart-G-VS2-1.11-1.29']          =4555.98;
stonePrice['Heart-G-VS2-1.30-1.49']          =6237;
stonePrice['Heart-G-VS2-1.50-1.60']          =7879.6575;
stonePrice['Heart-G-VS2-1.70-1.89']          =9854.46;
stonePrice['Heart-G-VS2-2.00-2.10']          =14906.6775;
stonePrice['Heart-G-VVS1-0.23-0.29']          =298.584;
stonePrice['Heart-G-VVS1-0.30-0.37']          =555.39;
stonePrice['Heart-G-VVS1-0.38-0.44']          =841.995;
stonePrice['Heart-G-VVS1-0.45-0.49']          =1005.048;
stonePrice['Heart-G-VVS1-0.50-0.59']          =1314.423;
stonePrice['Heart-G-VVS1-0.60-0.69']          =1640.925;
stonePrice['Heart-G-VVS1-0.70-0.79']          =2364.8625;
stonePrice['Heart-G-VVS1-0.80-0.89']          =2886.345;
stonePrice['Heart-G-VVS1-0.90-0.99']          =3545.685;
stonePrice['Heart-G-VVS1-1.00-1.10']          =4615.38;
stonePrice['Heart-G-VVS1-1.11-1.29']          =5619.042;
stonePrice['Heart-G-VVS1-1.30-1.49']          =7692.3;
stonePrice['Heart-G-VVS1-1.50-1.60']          =9276.0525;
stonePrice['Heart-G-VVS1-1.70-1.89']          =11600.82;
stonePrice['Heart-G-VVS1-2.00-2.10']          =18204.615;
stonePrice['Heart-G-VVS2-0.23-0.29']          =291.1194;
stonePrice['Heart-G-VVS2-0.30-0.37']          =479.655;
stonePrice['Heart-G-VVS2-0.38-0.44']          =779.625;
stonePrice['Heart-G-VVS2-0.45-0.49']          =930.6;
stonePrice['Heart-G-VVS2-0.50-0.59']          =1198.4445;
stonePrice['Heart-G-VVS2-0.60-0.69']          =1496.1375;
stonePrice['Heart-G-VVS2-0.70-0.79']          =2220.075;
stonePrice['Heart-G-VVS2-0.80-0.89']          =2709.63;
stonePrice['Heart-G-VVS2-0.90-0.99']          =3423.42;
stonePrice['Heart-G-VVS2-1.00-1.10']          =4428.27;
stonePrice['Heart-G-VVS2-1.11-1.29']          =5391.243;
stonePrice['Heart-G-VVS2-1.30-1.49']          =7380.45;
stonePrice['Heart-G-VVS2-1.50-1.60']          =8777.34;
stonePrice['Heart-G-VVS2-1.70-1.89']          =10977.12;
stonePrice['Heart-G-VVS2-2.00-2.10']          =16885.44;
stonePrice['Heart-H-SI1-0.23-0.29']          =202.7025;
stonePrice['Heart-H-SI1-0.30-0.37']          =328.185;
stonePrice['Heart-H-SI1-0.38-0.44']          =530.145;
stonePrice['Heart-H-SI1-0.45-0.49']          =632.808;
stonePrice['Heart-H-SI1-0.50-0.59']          =734.5305;
stonePrice['Heart-H-SI1-0.60-0.69']          =916.9875;
stonePrice['Heart-H-SI1-0.70-0.79']          =1399.6125;
stonePrice['Heart-H-SI1-0.80-0.89']          =1708.245;
stonePrice['Heart-H-SI1-0.90-0.99']          =2506.4325;
stonePrice['Heart-H-SI1-1.00-1.10']          =2744.28;
stonePrice['Heart-H-SI1-1.11-1.29']          =3341.052;
stonePrice['Heart-H-SI1-1.30-1.49']          =4573.8;
stonePrice['Heart-H-SI1-1.50-1.60']          =6084.2925;
stonePrice['Heart-H-SI1-1.70-1.89']          =7609.14;
stonePrice['Heart-H-SI1-2.00-2.10']          =10553.4;
stonePrice['Heart-H-SI2-0.23-0.29']          =183.3975;
stonePrice['Heart-H-SI2-0.30-0.37']          =277.695;
stonePrice['Heart-H-SI2-0.38-0.44']          =436.59;
stonePrice['Heart-H-SI2-0.45-0.49']          =521.136;
stonePrice['Heart-H-SI2-0.50-0.59']          =657.2115;
stonePrice['Heart-H-SI2-0.60-0.69']          =820.4625;
stonePrice['Heart-H-SI2-0.70-0.79']          =1303.0875;
stonePrice['Heart-H-SI2-0.80-0.89']          =1590.435;
stonePrice['Heart-H-SI2-0.90-0.99']          =2200.77;
stonePrice['Heart-H-SI2-1.00-1.10']          =2432.43;
stonePrice['Heart-H-SI2-1.11-1.29']          =2961.387;
stonePrice['Heart-H-SI2-1.30-1.49']          =4054.05;
stonePrice['Heart-H-SI2-1.50-1.60']          =5286.3525;
stonePrice['Heart-H-SI2-1.70-1.89']          =6611.22;
stonePrice['Heart-H-SI2-2.00-2.10']          =8706.555;
stonePrice['Heart-H-SI3-0.23-0.29']          =164.0925;
stonePrice['Heart-H-SI3-0.30-0.37']          =277.695;
stonePrice['Heart-H-SI3-0.38-0.44']          =436.59;
stonePrice['Heart-H-SI3-0.45-0.49']          =521.136;
stonePrice['Heart-H-SI3-0.50-0.59']          =657.2115;
stonePrice['Heart-H-SI3-0.60-0.69']          =820.4625;
stonePrice['Heart-H-SI3-0.70-0.79']          =1254.825;
stonePrice['Heart-H-SI3-0.80-0.89']          =1531.53;
stonePrice['Heart-H-SI3-0.90-0.99']          =2017.3725;
stonePrice['Heart-H-SI3-1.00-1.10']          =2245.32;
stonePrice['Heart-H-SI3-1.11-1.29']          =2733.588;
stonePrice['Heart-H-SI3-1.30-1.49']          =3742.2;
stonePrice['Heart-H-SI3-1.50-1.60']          =4388.67;
stonePrice['Heart-H-SI3-1.70-1.89']          =5488.56;
stonePrice['Heart-H-SI3-2.00-2.10']          =6595.875;
stonePrice['Heart-H-VS1-0.23-0.29']          =230.8878;
stonePrice['Heart-H-VS1-0.30-0.37']          =403.92;
stonePrice['Heart-H-VS1-0.38-0.44']          =654.885;
stonePrice['Heart-H-VS1-0.45-0.49']          =781.704;
stonePrice['Heart-H-VS1-0.50-0.59']          =1005.147;
stonePrice['Heart-H-VS1-0.60-0.69']          =1254.825;
stonePrice['Heart-H-VS1-0.70-0.79']          =1882.2375;
stonePrice['Heart-H-VS1-0.80-0.89']          =2297.295;
stonePrice['Heart-H-VS1-0.90-0.99']          =2812.095;
stonePrice['Heart-H-VS1-1.00-1.10']          =3305.61;
stonePrice['Heart-H-VS1-1.11-1.29']          =4024.449;
stonePrice['Heart-H-VS1-1.30-1.49']          =5509.35;
stonePrice['Heart-H-VS1-1.50-1.60']          =6981.975;
stonePrice['Heart-H-VS1-1.70-1.89']          =8731.8;
stonePrice['Heart-H-VS1-2.00-2.10']          =12400.245;
stonePrice['Heart-H-VS2-0.23-0.29']          =222.0075;
stonePrice['Heart-H-VS2-0.30-0.37']          =353.43;
stonePrice['Heart-H-VS2-0.38-0.44']          =592.515;
stonePrice['Heart-H-VS2-0.45-0.49']          =707.256;
stonePrice['Heart-H-VS2-0.50-0.59']          =927.828;
stonePrice['Heart-H-VS2-0.60-0.69']          =1158.3;
stonePrice['Heart-H-VS2-0.70-0.79']          =1640.925;
stonePrice['Heart-H-VS2-0.80-0.89']          =2002.77;
stonePrice['Heart-H-VS2-0.90-0.99']          =2628.6975;
stonePrice['Heart-H-VS2-1.00-1.10']          =2993.76;
stonePrice['Heart-H-VS2-1.11-1.29']          =3644.784;
stonePrice['Heart-H-VS2-1.30-1.49']          =4989.6;
stonePrice['Heart-H-VS2-1.50-1.60']          =6583.005;
stonePrice['Heart-H-VS2-1.70-1.89']          =8232.84;
stonePrice['Heart-H-VS2-2.00-2.10']          =11740.6575;
stonePrice['Heart-H-VVS1-0.23-0.29']          =291.1194;
stonePrice['Heart-H-VVS1-0.30-0.37']          =479.655;
stonePrice['Heart-H-VVS1-0.38-0.44']          =748.44;
stonePrice['Heart-H-VVS1-0.45-0.49']          =893.376;
stonePrice['Heart-H-VVS1-0.50-0.59']          =1198.4445;
stonePrice['Heart-H-VVS1-0.60-0.69']          =1496.1375;
stonePrice['Heart-H-VVS1-0.70-0.79']          =2075.2875;
stonePrice['Heart-H-VVS1-0.80-0.89']          =2532.915;
stonePrice['Heart-H-VVS1-0.90-0.99']          =3056.625;
stonePrice['Heart-H-VVS1-1.00-1.10']          =3679.83;
stonePrice['Heart-H-VVS1-1.11-1.29']          =4480.047;
stonePrice['Heart-H-VVS1-1.30-1.49']          =6133.05;
stonePrice['Heart-H-VVS1-1.50-1.60']          =7580.43;
stonePrice['Heart-H-VVS1-1.70-1.89']          =9480.24;
stonePrice['Heart-H-VVS1-2.00-2.10']          =14379.0075;
stonePrice['Heart-H-VVS2-0.23-0.29']          =279.9225;
stonePrice['Heart-H-VVS2-0.30-0.37']          =429.165;
stonePrice['Heart-H-VVS2-0.38-0.44']          =686.07;
stonePrice['Heart-H-VVS2-0.45-0.49']          =818.928;
stonePrice['Heart-H-VVS2-0.50-0.59']          =1121.1255;
stonePrice['Heart-H-VVS2-0.60-0.69']          =1399.6125;
stonePrice['Heart-H-VVS2-0.70-0.79']          =2027.025;
stonePrice['Heart-H-VVS2-0.80-0.89']          =2474.01;
stonePrice['Heart-H-VVS2-0.90-0.99']          =2934.36;
stonePrice['Heart-H-VVS2-1.00-1.10']          =3492.72;
stonePrice['Heart-H-VVS2-1.11-1.29']          =4252.248;
stonePrice['Heart-H-VVS2-1.30-1.49']          =5821.2;
stonePrice['Heart-H-VVS2-1.50-1.60']          =7281.2025;
stonePrice['Heart-H-VVS2-1.70-1.89']          =9106.02;
stonePrice['Heart-H-VVS2-2.00-2.10']          =13059.8325;
stonePrice['Heart-I-SI1-0.23-0.29']          =195.624;
stonePrice['Heart-I-SI1-0.30-0.37']          =302.94;
stonePrice['Heart-I-SI1-0.38-0.44']          =467.775;
stonePrice['Heart-I-SI1-0.45-0.49']          =558.36;
stonePrice['Heart-I-SI1-0.50-0.59']          =734.5305;
stonePrice['Heart-I-SI1-0.60-0.69']          =916.9875;
stonePrice['Heart-I-SI1-0.70-0.79']          =1206.5625;
stonePrice['Heart-I-SI1-0.80-0.89']          =1472.625;
stonePrice['Heart-I-SI1-0.90-0.99']          =2323.035;
stonePrice['Heart-I-SI1-1.00-1.10']          =2494.8;
stonePrice['Heart-I-SI1-1.11-1.29']          =3037.32;
stonePrice['Heart-I-SI1-1.30-1.49']          =4158;
stonePrice['Heart-I-SI1-1.50-1.60']          =5485.8375;
stonePrice['Heart-I-SI1-1.70-1.89']          =6860.7;
stonePrice['Heart-I-SI1-2.00-2.10']          =9234.225;
stonePrice['Heart-I-SI2-0.23-0.29']          =175.032;
stonePrice['Heart-I-SI2-0.30-0.37']          =252.45;
stonePrice['Heart-I-SI2-0.38-0.44']          =405.405;
stonePrice['Heart-I-SI2-0.45-0.49']          =483.912;
stonePrice['Heart-I-SI2-0.50-0.59']          =657.2115;
stonePrice['Heart-I-SI2-0.60-0.69']          =820.4625;
stonePrice['Heart-I-SI2-0.70-0.79']          =1689.1875;
stonePrice['Heart-I-SI2-0.80-0.89']          =2061.675;
stonePrice['Heart-I-SI2-0.90-0.99']          =2017.3725;
stonePrice['Heart-I-SI2-1.00-1.10']          =2182.95;
stonePrice['Heart-I-SI2-1.11-1.29']          =2657.655;
stonePrice['Heart-I-SI2-1.30-1.49']          =3638.25;
stonePrice['Heart-I-SI2-1.50-1.60']          =4588.155;
stonePrice['Heart-I-SI2-1.70-1.89']          =5738.04;
stonePrice['Heart-I-SI2-2.00-2.10']          =7915.05;
stonePrice['Heart-I-SI3-0.23-0.29']          =154.44;
stonePrice['Heart-I-SI3-0.30-0.37']          =252.45;
stonePrice['Heart-I-SI3-0.38-0.44']          =405.405;
stonePrice['Heart-I-SI3-0.45-0.49']          =483.912;
stonePrice['Heart-I-SI3-0.50-0.59']          =618.552;
stonePrice['Heart-I-SI3-0.60-0.69']          =772.2;
stonePrice['Heart-I-SI3-0.70-0.79']          =1061.775;
stonePrice['Heart-I-SI3-0.80-0.89']          =1295.91;
stonePrice['Heart-I-SI3-0.90-0.99']          =1772.8425;
stonePrice['Heart-I-SI3-1.00-1.10']          =2058.21;
stonePrice['Heart-I-SI3-1.11-1.29']          =2505.789;
stonePrice['Heart-I-SI3-1.30-1.49']          =3430.35;
stonePrice['Heart-I-SI3-1.50-1.60']          =3989.7;
stonePrice['Heart-I-SI3-1.70-1.89']          =4989.6;
stonePrice['Heart-I-SI3-2.00-2.10']          =6200.1225;
stonePrice['Heart-I-VS1-0.23-0.29']          =216.216;
stonePrice['Heart-I-VS1-0.30-0.37']          =353.43;
stonePrice['Heart-I-VS1-0.38-0.44']          =561.33;
stonePrice['Heart-I-VS1-0.45-0.49']          =670.032;
stonePrice['Heart-I-VS1-0.50-0.59']          =889.1685;
stonePrice['Heart-I-VS1-0.60-0.69']          =1110.0375;
stonePrice['Heart-I-VS1-0.70-0.79']          =1592.6625;
stonePrice['Heart-I-VS1-0.80-0.89']          =1943.865;
stonePrice['Heart-I-VS1-0.90-0.99']          =2567.565;
stonePrice['Heart-I-VS1-1.00-1.10']          =2993.76;
stonePrice['Heart-I-VS1-1.11-1.29']          =3644.784;
stonePrice['Heart-I-VS1-1.30-1.49']          =4989.6;
stonePrice['Heart-I-VS1-1.50-1.60']          =6084.2925;
stonePrice['Heart-I-VS1-1.70-1.89']          =7609.14;
stonePrice['Heart-I-VS1-2.00-2.10']          =10421.4825;
stonePrice['Heart-I-VS2-0.23-0.29']          =210.8106;
stonePrice['Heart-I-VS2-0.30-0.37']          =328.185;
stonePrice['Heart-I-VS2-0.38-0.44']          =498.96;
stonePrice['Heart-I-VS2-0.45-0.49']          =595.584;
stonePrice['Heart-I-VS2-0.50-0.59']          =811.8495;
stonePrice['Heart-I-VS2-0.60-0.69']          =1013.5125;
stonePrice['Heart-I-VS2-0.70-0.79']          =1351.35;
stonePrice['Heart-I-VS2-0.80-0.89']          =1649.34;
stonePrice['Heart-I-VS2-0.90-0.99']          =2384.1675;
stonePrice['Heart-I-VS2-1.00-1.10']          =2744.28;
stonePrice['Heart-I-VS2-1.11-1.29']          =3341.052;
stonePrice['Heart-I-VS2-1.30-1.49']          =4573.8;
stonePrice['Heart-I-VS2-1.50-1.60']          =5785.065;
stonePrice['Heart-I-VS2-1.70-1.89']          =7234.92;
stonePrice['Heart-I-VS2-2.00-2.10']          =9761.895;
stonePrice['Heart-I-VVS1-0.23-0.29']          =247.104;
stonePrice['Heart-I-VVS1-0.30-0.37']          =378.675;
stonePrice['Heart-I-VVS1-0.38-0.44']          =623.7;
stonePrice['Heart-I-VVS1-0.45-0.49']          =744.48;
stonePrice['Heart-I-VVS1-0.50-0.59']          =1005.147;
stonePrice['Heart-I-VVS1-0.60-0.69']          =1254.825;
stonePrice['Heart-I-VVS1-0.70-0.79']          =1785.7125;
stonePrice['Heart-I-VVS1-0.80-0.89']          =2179.485;
stonePrice['Heart-I-VVS1-0.90-0.99']          =2750.9625;
stonePrice['Heart-I-VVS1-1.00-1.10']          =3243.24;
stonePrice['Heart-I-VVS1-1.11-1.29']          =3948.516;
stonePrice['Heart-I-VVS1-1.30-1.49']          =5405.4;
stonePrice['Heart-I-VVS1-1.50-1.60']          =6483.2625;
stonePrice['Heart-I-VVS1-1.70-1.89']          =8108.1;
stonePrice['Heart-I-VVS1-2.00-2.10']          =11740.6575;
stonePrice['Heart-I-VVS2-0.23-0.29']          =240.9264;
stonePrice['Heart-I-VVS2-0.30-0.37']          =353.43;
stonePrice['Heart-I-VVS2-0.38-0.44']          =592.515;
stonePrice['Heart-I-VVS2-0.45-0.49']          =707.256;
stonePrice['Heart-I-VVS2-0.50-0.59']          =966.4875;
stonePrice['Heart-I-VVS2-0.60-0.69']          =1206.5625;
stonePrice['Heart-I-VVS2-0.70-0.79']          =1737.45;
stonePrice['Heart-I-VVS2-0.80-0.89']          =2120.58;
stonePrice['Heart-I-VVS2-0.90-0.99']          =2689.83;
stonePrice['Heart-I-VVS2-1.00-1.10']          =3118.5;
stonePrice['Heart-I-VVS2-1.11-1.29']          =3796.65;
stonePrice['Heart-I-VVS2-1.30-1.49']          =5197.5;
stonePrice['Heart-I-VVS2-1.50-1.60']          =6383.52;
stonePrice['Heart-I-VVS2-1.70-1.89']          =7983.36;
stonePrice['Heart-I-VVS2-2.00-2.10']          =11081.07;
stonePrice['Heart-J-SI1-0.23-0.29']          =183.3975;
stonePrice['Heart-J-SI1-0.30-0.37']          =252.45;
stonePrice['Heart-J-SI1-0.38-0.44']          =374.22;
stonePrice['Heart-J-SI1-0.45-0.49']          =446.688;
stonePrice['Heart-J-SI1-0.50-0.59']          =657.2115;
stonePrice['Heart-J-SI1-0.60-0.69']          =820.4625;
stonePrice['Heart-J-SI1-0.70-0.79']          =1158.3;
stonePrice['Heart-J-SI1-0.80-0.89']          =1413.72;
stonePrice['Heart-J-SI1-0.90-0.99']          =2078.505;
stonePrice['Heart-J-SI1-1.00-1.10']          =2182.95;
stonePrice['Heart-J-SI1-1.11-1.29']          =2657.655;
stonePrice['Heart-J-SI1-1.30-1.49']          =3638.25;
stonePrice['Heart-J-SI1-1.50-1.60']          =4388.67;
stonePrice['Heart-J-SI1-1.70-1.89']          =5488.56;
stonePrice['Heart-J-SI1-2.00-2.10']          =7387.38;
stonePrice['Heart-J-SI2-0.23-0.29']          =164.0925;
stonePrice['Heart-J-SI2-0.30-0.37']          =227.205;
stonePrice['Heart-J-SI2-0.38-0.44']          =343.035;
stonePrice['Heart-J-SI2-0.45-0.49']          =409.464;
stonePrice['Heart-J-SI2-0.50-0.59']          =618.552;
stonePrice['Heart-J-SI2-0.60-0.69']          =772.2;
stonePrice['Heart-J-SI2-0.70-0.79']          =965.25;
stonePrice['Heart-J-SI2-0.80-0.89']          =1178.1;
stonePrice['Heart-J-SI2-0.90-0.99']          =1833.975;
stonePrice['Heart-J-SI2-1.00-1.10']          =1933.47;
stonePrice['Heart-J-SI2-1.11-1.29']          =2353.923;
stonePrice['Heart-J-SI2-1.30-1.49']          =3222.45;
stonePrice['Heart-J-SI2-1.50-1.60']          =3790.215;
stonePrice['Heart-J-SI2-1.70-1.89']          =4740.12;
stonePrice['Heart-J-SI2-2.00-2.10']          =6595.875;
stonePrice['Heart-J-SI3-0.23-0.29']          =144.7875;
stonePrice['Heart-J-SI3-0.30-0.37']          =227.205;
stonePrice['Heart-J-SI3-0.38-0.44']          =343.035;
stonePrice['Heart-J-SI3-0.45-0.49']          =409.464;
stonePrice['Heart-J-SI3-0.50-0.59']          =541.233;
stonePrice['Heart-J-SI3-0.60-0.69']          =675.675;
stonePrice['Heart-J-SI3-0.70-0.79']          =916.9875;
stonePrice['Heart-J-SI3-0.80-0.89']          =1119.195;
stonePrice['Heart-J-SI3-0.90-0.99']          =1589.445;
stonePrice['Heart-J-SI3-1.00-1.10']          =1746.36;
stonePrice['Heart-J-SI3-1.11-1.29']          =2126.124;
stonePrice['Heart-J-SI3-1.30-1.49']          =2910.6;
stonePrice['Heart-J-SI3-1.50-1.60']          =3291.5025;
stonePrice['Heart-J-SI3-1.70-1.89']          =4116.42;
stonePrice['Heart-J-SI3-2.00-2.10']          =5012.865;
stonePrice['Heart-J-VS1-0.23-0.29']          =210.8106;
stonePrice['Heart-J-VS1-0.30-0.37']          =277.695;
stonePrice['Heart-J-VS1-0.38-0.44']          =467.775;
stonePrice['Heart-J-VS1-0.45-0.49']          =558.36;
stonePrice['Heart-J-VS1-0.50-0.59']          =734.5305;
stonePrice['Heart-J-VS1-0.60-0.69']          =916.9875;
stonePrice['Heart-J-VS1-0.70-0.79']          =1303.0875;
stonePrice['Heart-J-VS1-0.80-0.89']          =1590.435;
stonePrice['Heart-J-VS1-0.90-0.99']          =2261.9025;
stonePrice['Heart-J-VS1-1.00-1.10']          =2494.8;
stonePrice['Heart-J-VS1-1.11-1.29']          =3037.32;
stonePrice['Heart-J-VS1-1.30-1.49']          =4158;
stonePrice['Heart-J-VS1-1.50-1.60']          =4787.64;
stonePrice['Heart-J-VS1-1.70-1.89']          =5987.52;
stonePrice['Heart-J-VS1-2.00-2.10']          =8310.8025;
stonePrice['Heart-J-VS2-0.23-0.29']          =202.7025;
stonePrice['Heart-J-VS2-0.30-0.37']          =277.695;
stonePrice['Heart-J-VS2-0.38-0.44']          =405.405;
stonePrice['Heart-J-VS2-0.45-0.49']          =483.912;
stonePrice['Heart-J-VS2-0.50-0.59']          =695.871;
stonePrice['Heart-J-VS2-0.60-0.69']          =868.725;
stonePrice['Heart-J-VS2-0.70-0.79']          =1254.825;
stonePrice['Heart-J-VS2-0.80-0.89']          =1531.53;
stonePrice['Heart-J-VS2-0.90-0.99']          =2200.77;
stonePrice['Heart-J-VS2-1.00-1.10']          =2370.06;
stonePrice['Heart-J-VS2-1.11-1.29']          =2885.454;
stonePrice['Heart-J-VS2-1.30-1.49']          =3950.1;
stonePrice['Heart-J-VS2-1.50-1.60']          =4588.155;
stonePrice['Heart-J-VS2-1.70-1.89']          =5738.04;
stonePrice['Heart-J-VS2-2.00-2.10']          =7783.1325;
stonePrice['Heart-J-VVS1-0.23-0.29']          =240.9264;
stonePrice['Heart-J-VVS1-0.30-0.37']          =302.94;
stonePrice['Heart-J-VVS1-0.38-0.44']          =498.96;
stonePrice['Heart-J-VVS1-0.45-0.49']          =595.584;
stonePrice['Heart-J-VVS1-0.50-0.59']          =811.8495;
stonePrice['Heart-J-VVS1-0.60-0.69']          =1013.5125;
stonePrice['Heart-J-VVS1-0.70-0.79']          =1447.875;
stonePrice['Heart-J-VVS1-0.80-0.89']          =1767.15;
stonePrice['Heart-J-VVS1-0.90-0.99']          =2445.3;
stonePrice['Heart-J-VVS1-1.00-1.10']          =2744.28;
stonePrice['Heart-J-VVS1-1.11-1.29']          =3341.052;
stonePrice['Heart-J-VVS1-1.30-1.49']          =4573.8;
stonePrice['Heart-J-VVS1-1.50-1.60']          =5086.8675;
stonePrice['Heart-J-VVS1-1.70-1.89']          =6361.74;
stonePrice['Heart-J-VVS1-2.00-2.10']          =9102.3075;
stonePrice['Heart-J-VVS2-0.23-0.29']          =231.66;
stonePrice['Heart-J-VVS2-0.30-0.37']          =302.94;
stonePrice['Heart-J-VVS2-0.38-0.44']          =498.96;
stonePrice['Heart-J-VVS2-0.45-0.49']          =595.584;
stonePrice['Heart-J-VVS2-0.50-0.59']          =773.19;
stonePrice['Heart-J-VVS2-0.60-0.69']          =965.25;
stonePrice['Heart-J-VVS2-0.70-0.79']          =1399.6125;
stonePrice['Heart-J-VVS2-0.80-0.89']          =1708.245;
stonePrice['Heart-J-VVS2-0.90-0.99']          =2384.1675;
stonePrice['Heart-J-VVS2-1.00-1.10']          =2619.54;
stonePrice['Heart-J-VVS2-1.11-1.29']          =3189.186;
stonePrice['Heart-J-VVS2-1.30-1.49']          =4365.9;
stonePrice['Heart-J-VVS2-1.50-1.60']          =4987.125;
stonePrice['Heart-J-VVS2-1.70-1.89']          =6237;
stonePrice['Heart-J-VVS2-2.00-2.10']          =8706.555;
stonePrice['Marquise-D-SI1-0.23-0.29']          =273;
stonePrice['Marquise-D-SI1-0.30-0.37']          =481.95;
stonePrice['Marquise-D-SI1-0.38-0.44']          =727.65;
stonePrice['Marquise-D-SI1-0.45-0.49']          =868.56;
stonePrice['Marquise-D-SI1-0.50-0.59']          =1148.07;
stonePrice['Marquise-D-SI1-0.60-0.69']          =1433.25;
stonePrice['Marquise-D-SI1-0.70-0.79']          =2201.0625;
stonePrice['Marquise-D-SI1-0.80-0.89']          =2686.425;
stonePrice['Marquise-D-SI1-0.90-0.99']          =3566.0625;
stonePrice['Marquise-D-SI1-1.00-1.10']          =4035.15;
stonePrice['Marquise-D-SI1-1.11-1.29']          =4912.635;
stonePrice['Marquise-D-SI1-1.30-1.49']          =6725.25;
stonePrice['Marquise-D-SI1-1.50-1.60']          =8886.15;
stonePrice['Marquise-D-SI1-1.70-1.89']          =11113.2;
stonePrice['Marquise-D-SI1-2.00-2.10']          =16089.9375;
stonePrice['Marquise-D-SI2-0.23-0.29']          =229.32;
stonePrice['Marquise-D-SI2-0.30-0.37']          =401.625;
stonePrice['Marquise-D-SI2-0.38-0.44']          =661.5;
stonePrice['Marquise-D-SI2-0.45-0.49']          =789.6;
stonePrice['Marquise-D-SI2-0.50-0.59']          =984.06;
stonePrice['Marquise-D-SI2-0.60-0.69']          =1228.5;
stonePrice['Marquise-D-SI2-0.70-0.79']          =1893.9375;
stonePrice['Marquise-D-SI2-0.80-0.89']          =2311.575;
stonePrice['Marquise-D-SI2-0.90-0.99']          =3112.2;
stonePrice['Marquise-D-SI2-1.00-1.10']          =3373.65;
stonePrice['Marquise-D-SI2-1.11-1.29']          =4107.285;
stonePrice['Marquise-D-SI2-1.30-1.49']          =5622.75;
stonePrice['Marquise-D-SI2-1.50-1.60']          =7299.3375;
stonePrice['Marquise-D-SI2-1.70-1.89']          =9128.7;
stonePrice['Marquise-D-SI2-2.00-2.10']          =11752.65;
stonePrice['Marquise-D-SI3-0.23-0.29']          =207.48;
stonePrice['Marquise-D-SI3-0.30-0.37']          =374.85;
stonePrice['Marquise-D-SI3-0.38-0.44']          =595.35;
stonePrice['Marquise-D-SI3-0.45-0.49']          =710.64;
stonePrice['Marquise-D-SI3-0.50-0.59']          =902.055;
stonePrice['Marquise-D-SI3-0.60-0.69']          =1126.125;
stonePrice['Marquise-D-SI3-0.70-0.79']          =1740.375;
stonePrice['Marquise-D-SI3-0.80-0.89']          =2124.15;
stonePrice['Marquise-D-SI3-0.90-0.99']          =2528.6625;
stonePrice['Marquise-D-SI3-1.00-1.10']          =2778.3;
stonePrice['Marquise-D-SI3-1.11-1.29']          =3382.47;
stonePrice['Marquise-D-SI3-1.30-1.49']          =4630.5;
stonePrice['Marquise-D-SI3-1.50-1.60']          =5712.525;
stonePrice['Marquise-D-SI3-1.70-1.89']          =7144.2;
stonePrice['Marquise-D-SI3-2.00-2.10']          =8814.4875;
stonePrice['Marquise-D-VS1-0.23-0.29']          =294.84;
stonePrice['Marquise-D-VS1-0.30-0.37']          =642.6;
stonePrice['Marquise-D-VS1-0.38-0.44']          =959.175;
stonePrice['Marquise-D-VS1-0.45-0.49']          =1144.92;
stonePrice['Marquise-D-VS1-0.50-0.59']          =1517.0925;
stonePrice['Marquise-D-VS1-0.60-0.69']          =1893.9375;
stonePrice['Marquise-D-VS1-0.70-0.79']          =2610.5625;
stonePrice['Marquise-D-VS1-0.80-0.89']          =3186.225;
stonePrice['Marquise-D-VS1-0.90-0.99']          =4019.925;
stonePrice['Marquise-D-VS1-1.00-1.10']          =4961.25;
stonePrice['Marquise-D-VS1-1.11-1.29']          =6040.125;
stonePrice['Marquise-D-VS1-1.30-1.49']          =8268.75;
stonePrice['Marquise-D-VS1-1.50-1.60']          =10155.6;
stonePrice['Marquise-D-VS1-1.70-1.89']          =12700.8;
stonePrice['Marquise-D-VS1-2.00-2.10']          =21266.7;
stonePrice['Marquise-D-VS2-0.23-0.29']          =294.84;
stonePrice['Marquise-D-VS2-0.30-0.37']          =535.5;
stonePrice['Marquise-D-VS2-0.38-0.44']          =826.875;
stonePrice['Marquise-D-VS2-0.45-0.49']          =987;
stonePrice['Marquise-D-VS2-0.50-0.59']          =1394.085;
stonePrice['Marquise-D-VS2-0.60-0.69']          =1740.375;
stonePrice['Marquise-D-VS2-0.70-0.79']          =2457;
stonePrice['Marquise-D-VS2-0.80-0.89']          =2998.8;
stonePrice['Marquise-D-VS2-0.90-0.99']          =3760.575;
stonePrice['Marquise-D-VS2-1.00-1.10']          =4564.35;
stonePrice['Marquise-D-VS2-1.11-1.29']          =5556.915;
stonePrice['Marquise-D-VS2-1.30-1.49']          =7607.25;
stonePrice['Marquise-D-VS2-1.50-1.60']          =9520.875;
stonePrice['Marquise-D-VS2-1.70-1.89']          =11907;
stonePrice['Marquise-D-VS2-2.00-2.10']          =19867.575;
stonePrice['Marquise-D-VVS1-0.23-0.29']          =360.36;
stonePrice['Marquise-D-VVS1-0.30-0.37']          =776.475;
stonePrice['Marquise-D-VVS1-0.38-0.44']          =1124.55;
stonePrice['Marquise-D-VVS1-0.45-0.49']          =1342.32;
stonePrice['Marquise-D-VVS1-0.50-0.59']          =1845.1125;
stonePrice['Marquise-D-VVS1-0.60-0.69']          =2303.4375;
stonePrice['Marquise-D-VVS1-0.70-0.79']          =2917.6875;
stonePrice['Marquise-D-VVS1-0.80-0.89']          =3561.075;
stonePrice['Marquise-D-VVS1-0.90-0.99']          =4408.95;
stonePrice['Marquise-D-VVS1-1.00-1.10']          =5821.2;
stonePrice['Marquise-D-VVS1-1.11-1.29']          =7087.08;
stonePrice['Marquise-D-VVS1-1.30-1.49']          =9702;
stonePrice['Marquise-D-VVS1-1.50-1.60']          =11425.05;
stonePrice['Marquise-D-VVS1-1.70-1.89']          =14288.4;
stonePrice['Marquise-D-VVS1-2.00-2.10']          =25324.1625;
stonePrice['Marquise-D-VVS2-0.23-0.29']          =360.36;
stonePrice['Marquise-D-VVS2-0.30-0.37']          =696.15;
stonePrice['Marquise-D-VVS2-0.38-0.44']          =1025.325;
stonePrice['Marquise-D-VVS2-0.45-0.49']          =1223.88;
stonePrice['Marquise-D-VVS2-0.50-0.59']          =1681.1025;
stonePrice['Marquise-D-VVS2-0.60-0.69']          =2098.6875;
stonePrice['Marquise-D-VVS2-0.70-0.79']          =2764.125;
stonePrice['Marquise-D-VVS2-0.80-0.89']          =3373.65;
stonePrice['Marquise-D-VVS2-0.90-0.99']          =4279.275;
stonePrice['Marquise-D-VVS2-1.00-1.10']          =5225.85;
stonePrice['Marquise-D-VVS2-1.11-1.29']          =6362.265;
stonePrice['Marquise-D-VVS2-1.30-1.49']          =8709.75;
stonePrice['Marquise-D-VVS2-1.50-1.60']          =10472.9625;
stonePrice['Marquise-D-VVS2-1.70-1.89']          =13097.7;
stonePrice['Marquise-D-VVS2-2.00-2.10']          =23365.3875;
stonePrice['Marquise-E-SI1-0.23-0.29']          =273;
stonePrice['Marquise-E-SI1-0.30-0.37']          =428.4;
stonePrice['Marquise-E-SI1-0.38-0.44']          =661.5;
stonePrice['Marquise-E-SI1-0.45-0.49']          =789.6;
stonePrice['Marquise-E-SI1-0.50-0.59']          =1025.0625;
stonePrice['Marquise-E-SI1-0.60-0.69']          =1279.6875;
stonePrice['Marquise-E-SI1-0.70-0.79']          =1945.125;
stonePrice['Marquise-E-SI1-0.80-0.89']          =2374.05;
stonePrice['Marquise-E-SI1-0.90-0.99']          =3371.55;
stonePrice['Marquise-E-SI1-1.00-1.10']          =3836.7;
stonePrice['Marquise-E-SI1-1.11-1.29']          =4671.03;
stonePrice['Marquise-E-SI1-1.30-1.49']          =6394.5;
stonePrice['Marquise-E-SI1-1.50-1.60']          =8674.575;
stonePrice['Marquise-E-SI1-1.70-1.89']          =10848.6;
stonePrice['Marquise-E-SI1-2.00-2.10']          =15390.375;
stonePrice['Marquise-E-SI2-0.23-0.29']          =217.854;
stonePrice['Marquise-E-SI2-0.30-0.37']          =374.85;
stonePrice['Marquise-E-SI2-0.38-0.44']          =595.35;
stonePrice['Marquise-E-SI2-0.45-0.49']          =710.64;
stonePrice['Marquise-E-SI2-0.50-0.59']          =820.05;
stonePrice['Marquise-E-SI2-0.60-0.69']          =1023.75;
stonePrice['Marquise-E-SI2-0.70-0.79']          =1689.1875;
stonePrice['Marquise-E-SI2-0.80-0.89']          =2061.675;
stonePrice['Marquise-E-SI2-0.90-0.99']          =2917.6875;
stonePrice['Marquise-E-SI2-1.00-1.10']          =3241.35;
stonePrice['Marquise-E-SI2-1.11-1.29']          =3946.215;
stonePrice['Marquise-E-SI2-1.30-1.49']          =5402.25;
stonePrice['Marquise-E-SI2-1.50-1.60']          =7193.55;
stonePrice['Marquise-E-SI2-1.70-1.89']          =8996.4;
stonePrice['Marquise-E-SI2-2.00-2.10']          =11472.825;
stonePrice['Marquise-E-SI3-0.23-0.29']          =197.106;
stonePrice['Marquise-E-SI3-0.30-0.37']          =374.85;
stonePrice['Marquise-E-SI3-0.38-0.44']          =562.275;
stonePrice['Marquise-E-SI3-0.45-0.49']          =671.16;
stonePrice['Marquise-E-SI3-0.50-0.59']          =820.05;
stonePrice['Marquise-E-SI3-0.60-0.69']          =1023.75;
stonePrice['Marquise-E-SI3-0.70-0.79']          =1586.8125;
stonePrice['Marquise-E-SI3-0.80-0.89']          =1936.725;
stonePrice['Marquise-E-SI3-0.90-0.99']          =2398.9875;
stonePrice['Marquise-E-SI3-1.00-1.10']          =2712.15;
stonePrice['Marquise-E-SI3-1.11-1.29']          =3301.935;
stonePrice['Marquise-E-SI3-1.30-1.49']          =4520.25;
stonePrice['Marquise-E-SI3-1.50-1.60']          =5606.7375;
stonePrice['Marquise-E-SI3-1.70-1.89']          =7011.9;
stonePrice['Marquise-E-SI3-2.00-2.10']          =8534.6625;
stonePrice['Marquise-E-VS1-0.23-0.29']          =287.469;
stonePrice['Marquise-E-VS1-0.30-0.37']          =883.575;
stonePrice['Marquise-E-VS1-0.38-0.44']          =893.025;
stonePrice['Marquise-E-VS1-0.45-0.49']          =1065.96;
stonePrice['Marquise-E-VS1-0.50-0.59']          =1353.0825;
stonePrice['Marquise-E-VS1-0.60-0.69']          =1689.1875;
stonePrice['Marquise-E-VS1-0.70-0.79']          =2457;
stonePrice['Marquise-E-VS1-0.80-0.89']          =2998.8;
stonePrice['Marquise-E-VS1-0.90-0.99']          =3825.4125;
stonePrice['Marquise-E-VS1-1.00-1.10']          =4828.95;
stonePrice['Marquise-E-VS1-1.11-1.29']          =5879.055;
stonePrice['Marquise-E-VS1-1.30-1.49']          =8048.25;
stonePrice['Marquise-E-VS1-1.50-1.60']          =9838.2375;
stonePrice['Marquise-E-VS1-1.70-1.89']          =12303.9;
stonePrice['Marquise-E-VS1-2.00-2.10']          =19867.575;
stonePrice['Marquise-E-VS2-0.23-0.29']          =283.7835;
stonePrice['Marquise-E-VS2-0.30-0.37']          =455.175;
stonePrice['Marquise-E-VS2-0.38-0.44']          =793.8;
stonePrice['Marquise-E-VS2-0.45-0.49']          =947.52;
stonePrice['Marquise-E-VS2-0.50-0.59']          =1230.075;
stonePrice['Marquise-E-VS2-0.60-0.69']          =1535.625;
stonePrice['Marquise-E-VS2-0.70-0.79']          =2252.25;
stonePrice['Marquise-E-VS2-0.80-0.89']          =2748.9;
stonePrice['Marquise-E-VS2-0.90-0.99']          =3630.9;
stonePrice['Marquise-E-VS2-1.00-1.10']          =4432.05;
stonePrice['Marquise-E-VS2-1.11-1.29']          =5395.845;
stonePrice['Marquise-E-VS2-1.30-1.49']          =7386.75;
stonePrice['Marquise-E-VS2-1.50-1.60']          =9309.3;
stonePrice['Marquise-E-VS2-1.70-1.89']          =11642.4;
stonePrice['Marquise-E-VS2-2.00-2.10']          =17908.8;
stonePrice['Marquise-E-VVS1-0.23-0.29']          =351.351;
stonePrice['Marquise-E-VVS1-0.30-0.37']          =722.925;
stonePrice['Marquise-E-VVS1-0.38-0.44']          =1058.4;
stonePrice['Marquise-E-VVS1-0.45-0.49']          =1263.36;
stonePrice['Marquise-E-VVS1-0.50-0.59']          =1681.1025;
stonePrice['Marquise-E-VVS1-0.60-0.69']          =2098.6875;
stonePrice['Marquise-E-VVS1-0.70-0.79']          =2764.125;
stonePrice['Marquise-E-VVS1-0.80-0.89']          =3373.65;
stonePrice['Marquise-E-VVS1-0.90-0.99']          =4279.275;
stonePrice['Marquise-E-VVS1-1.00-1.10']          =5225.85;
stonePrice['Marquise-E-VVS1-1.11-1.29']          =6362.265;
stonePrice['Marquise-E-VVS1-1.30-1.49']          =8709.75;
stonePrice['Marquise-E-VVS1-1.50-1.60']          =10472.9625;
stonePrice['Marquise-E-VVS1-1.70-1.89']          =13097.7;
stonePrice['Marquise-E-VVS1-2.00-2.10']          =23365.3875;
stonePrice['Marquise-E-VVS2-0.23-0.29']          =304.8045;
stonePrice['Marquise-E-VVS2-0.30-0.37']          =642.6;
stonePrice['Marquise-E-VVS2-0.38-0.44']          =959.175;
stonePrice['Marquise-E-VVS2-0.45-0.49']          =1144.92;
stonePrice['Marquise-E-VVS2-0.50-0.59']          =1558.095;
stonePrice['Marquise-E-VVS2-0.60-0.69']          =1945.125;
stonePrice['Marquise-E-VVS2-0.70-0.79']          =2661.75;
stonePrice['Marquise-E-VVS2-0.80-0.89']          =3248.7;
stonePrice['Marquise-E-VVS2-0.90-0.99']          =4019.925;
stonePrice['Marquise-E-VVS2-1.00-1.10']          =5027.4;
stonePrice['Marquise-E-VVS2-1.11-1.29']          =6120.66;
stonePrice['Marquise-E-VVS2-1.30-1.49']          =8379;
stonePrice['Marquise-E-VVS2-1.50-1.60']          =10155.6;
stonePrice['Marquise-E-VVS2-1.70-1.89']          =12700.8;
stonePrice['Marquise-E-VVS2-2.00-2.10']          =21266.7;
stonePrice['Marquise-F-SI1-0.23-0.29']          =262.7625;
stonePrice['Marquise-F-SI1-0.30-0.37']          =401.625;
stonePrice['Marquise-F-SI1-0.38-0.44']          =628.425;
stonePrice['Marquise-F-SI1-0.45-0.49']          =750.12;
stonePrice['Marquise-F-SI1-0.50-0.59']          =984.06;
stonePrice['Marquise-F-SI1-0.60-0.69']          =1228.5;
stonePrice['Marquise-F-SI1-0.70-0.79']          =1842.75;
stonePrice['Marquise-F-SI1-0.80-0.89']          =2249.1;
stonePrice['Marquise-F-SI1-0.90-0.99']          =3241.875;
stonePrice['Marquise-F-SI1-1.00-1.10']          =3704.4;
stonePrice['Marquise-F-SI1-1.11-1.29']          =4509.96;
stonePrice['Marquise-F-SI1-1.30-1.49']          =6174;
stonePrice['Marquise-F-SI1-1.50-1.60']          =8357.2125;
stonePrice['Marquise-F-SI1-1.70-1.89']          =10451.7;
stonePrice['Marquise-F-SI1-2.00-2.10']          =14690.8125;
stonePrice['Marquise-F-SI2-0.23-0.29']          =217.854;
stonePrice['Marquise-F-SI2-0.30-0.37']          =348.075;
stonePrice['Marquise-F-SI2-0.38-0.44']          =562.275;
stonePrice['Marquise-F-SI2-0.45-0.49']          =671.16;
stonePrice['Marquise-F-SI2-0.50-0.59']          =779.0475;
stonePrice['Marquise-F-SI2-0.60-0.69']          =972.5625;
stonePrice['Marquise-F-SI2-0.70-0.79']          =1586.8125;
stonePrice['Marquise-F-SI2-0.80-0.89']          =1936.725;
stonePrice['Marquise-F-SI2-0.90-0.99']          =2852.85;
stonePrice['Marquise-F-SI2-1.00-1.10']          =3175.2;
stonePrice['Marquise-F-SI2-1.11-1.29']          =3865.68;
stonePrice['Marquise-F-SI2-1.30-1.49']          =5292;
stonePrice['Marquise-F-SI2-1.50-1.60']          =6876.1875;
stonePrice['Marquise-F-SI2-1.70-1.89']          =8599.5;
stonePrice['Marquise-F-SI2-2.00-2.10']          =11193;
stonePrice['Marquise-F-SI3-0.23-0.29']          =194.5125;
stonePrice['Marquise-F-SI3-0.30-0.37']          =348.075;
stonePrice['Marquise-F-SI3-0.38-0.44']          =529.2;
stonePrice['Marquise-F-SI3-0.45-0.49']          =631.68;
stonePrice['Marquise-F-SI3-0.50-0.59']          =779.0475;
stonePrice['Marquise-F-SI3-0.60-0.69']          =972.5625;
stonePrice['Marquise-F-SI3-0.70-0.79']          =1484.4375;
stonePrice['Marquise-F-SI3-0.80-0.89']          =1811.775;
stonePrice['Marquise-F-SI3-0.90-0.99']          =2334.15;
stonePrice['Marquise-F-SI3-1.00-1.10']          =2646;
stonePrice['Marquise-F-SI3-1.11-1.29']          =3221.4;
stonePrice['Marquise-F-SI3-1.30-1.49']          =4410;
stonePrice['Marquise-F-SI3-1.50-1.60']          =5395.1625;
stonePrice['Marquise-F-SI3-1.70-1.89']          =6747.3;
stonePrice['Marquise-F-SI3-2.00-2.10']          =8254.8375;
stonePrice['Marquise-F-VS1-0.23-0.29']          =280.098;
stonePrice['Marquise-F-VS1-0.30-0.37']          =481.95;
stonePrice['Marquise-F-VS1-0.38-0.44']          =826.875;
stonePrice['Marquise-F-VS1-0.45-0.49']          =987;
stonePrice['Marquise-F-VS1-0.50-0.59']          =1271.0775;
stonePrice['Marquise-F-VS1-0.60-0.69']          =1586.8125;
stonePrice['Marquise-F-VS1-0.70-0.79']          =2354.625;
stonePrice['Marquise-F-VS1-0.80-0.89']          =2873.85;
stonePrice['Marquise-F-VS1-0.90-0.99']          =3630.9;
stonePrice['Marquise-F-VS1-1.00-1.10']          =4630.5;
stonePrice['Marquise-F-VS1-1.11-1.29']          =5637.45;
stonePrice['Marquise-F-VS1-1.30-1.49']          =7717.5;
stonePrice['Marquise-F-VS1-1.50-1.60']          =9309.3;
stonePrice['Marquise-F-VS1-1.70-1.89']          =11642.4;
stonePrice['Marquise-F-VS1-2.00-2.10']          =17908.8;
stonePrice['Marquise-F-VS2-0.23-0.29']          =276.4125;
stonePrice['Marquise-F-VS2-0.30-0.37']          =428.4;
stonePrice['Marquise-F-VS2-0.38-0.44']          =760.725;
stonePrice['Marquise-F-VS2-0.45-0.49']          =908.04;
stonePrice['Marquise-F-VS2-0.50-0.59']          =1148.07;
stonePrice['Marquise-F-VS2-0.60-0.69']          =1433.25;
stonePrice['Marquise-F-VS2-0.70-0.79']          =2098.6875;
stonePrice['Marquise-F-VS2-0.80-0.89']          =2561.475;
stonePrice['Marquise-F-VS2-0.90-0.99']          =3436.3875;
stonePrice['Marquise-F-VS2-1.00-1.10']          =4167.45;
stonePrice['Marquise-F-VS2-1.11-1.29']          =5073.705;
stonePrice['Marquise-F-VS2-1.30-1.49']          =6945.75;
stonePrice['Marquise-F-VS2-1.50-1.60']          =8886.15;
stonePrice['Marquise-F-VS2-1.70-1.89']          =11113.2;
stonePrice['Marquise-F-VS2-2.00-2.10']          =16509.675;
stonePrice['Marquise-F-VVS1-0.23-0.29']          =346.8465;
stonePrice['Marquise-F-VVS1-0.30-0.37']          =669.375;
stonePrice['Marquise-F-VVS1-0.38-0.44']          =992.25;
stonePrice['Marquise-F-VVS1-0.45-0.49']          =1184.4;
stonePrice['Marquise-F-VVS1-0.50-0.59']          =1558.095;
stonePrice['Marquise-F-VVS1-0.60-0.69']          =1945.125;
stonePrice['Marquise-F-VVS1-0.70-0.79']          =2661.75;
stonePrice['Marquise-F-VVS1-0.80-0.89']          =3248.7;
stonePrice['Marquise-F-VVS1-0.90-0.99']          =4019.925;
stonePrice['Marquise-F-VVS1-1.00-1.10']          =5027.4;
stonePrice['Marquise-F-VVS1-1.11-1.29']          =6120.66;
stonePrice['Marquise-F-VVS1-1.30-1.49']          =8379;
stonePrice['Marquise-F-VVS1-1.50-1.60']          =10155.6;
stonePrice['Marquise-F-VVS1-1.70-1.89']          =12700.8;
stonePrice['Marquise-F-VVS1-2.00-2.10']          =21266.7;
stonePrice['Marquise-F-VVS2-0.23-0.29']          =337.8375;
stonePrice['Marquise-F-VVS2-0.30-0.37']          =562.275;
stonePrice['Marquise-F-VVS2-0.38-0.44']          =893.025;
stonePrice['Marquise-F-VVS2-0.45-0.49']          =1065.96;
stonePrice['Marquise-F-VVS2-0.50-0.59']          =1394.085;
stonePrice['Marquise-F-VVS2-0.60-0.69']          =1740.375;
stonePrice['Marquise-F-VVS2-0.70-0.79']          =2559.375;
stonePrice['Marquise-F-VVS2-0.80-0.89']          =3123.75;
stonePrice['Marquise-F-VVS2-0.90-0.99']          =3760.575;
stonePrice['Marquise-F-VVS2-1.00-1.10']          =4895.1;
stonePrice['Marquise-F-VVS2-1.11-1.29']          =5959.59;
stonePrice['Marquise-F-VVS2-1.30-1.49']          =8158.5;
stonePrice['Marquise-F-VVS2-1.50-1.60']          =9838.2375;
stonePrice['Marquise-F-VVS2-1.70-1.89']          =12303.9;
stonePrice['Marquise-F-VVS2-2.00-2.10']          =19867.575;
stonePrice['Marquise-G-SI1-0.23-0.29']          =229.32;
stonePrice['Marquise-G-SI1-0.30-0.37']          =374.85;
stonePrice['Marquise-G-SI1-0.38-0.44']          =595.35;
stonePrice['Marquise-G-SI1-0.45-0.49']          =710.64;
stonePrice['Marquise-G-SI1-0.50-0.59']          =902.055;
stonePrice['Marquise-G-SI1-0.60-0.69']          =1126.125;
stonePrice['Marquise-G-SI1-0.70-0.79']          =1638;
stonePrice['Marquise-G-SI1-0.80-0.89']          =1999.2;
stonePrice['Marquise-G-SI1-0.90-0.99']          =2982.525;
stonePrice['Marquise-G-SI1-1.00-1.10']          =3439.8;
stonePrice['Marquise-G-SI1-1.11-1.29']          =4187.82;
stonePrice['Marquise-G-SI1-1.30-1.49']          =5733;
stonePrice['Marquise-G-SI1-1.50-1.60']          =7616.7;
stonePrice['Marquise-G-SI1-1.70-1.89']          =9525.6;
stonePrice['Marquise-G-SI1-2.00-2.10']          =13291.6875;
stonePrice['Marquise-G-SI2-0.23-0.29']          =194.5125;
stonePrice['Marquise-G-SI2-0.30-0.37']          =342.72;
stonePrice['Marquise-G-SI2-0.38-0.44']          =496.125;
stonePrice['Marquise-G-SI2-0.45-0.49']          =592.2;
stonePrice['Marquise-G-SI2-0.50-0.59']          =738.045;
stonePrice['Marquise-G-SI2-0.60-0.69']          =921.375;
stonePrice['Marquise-G-SI2-0.70-0.79']          =1484.4375;
stonePrice['Marquise-G-SI2-0.80-0.89']          =1811.775;
stonePrice['Marquise-G-SI2-0.90-0.99']          =2658.3375;
stonePrice['Marquise-G-SI2-1.00-1.10']          =2976.75;
stonePrice['Marquise-G-SI2-1.11-1.29']          =3624.075;
stonePrice['Marquise-G-SI2-1.30-1.49']          =4961.25;
stonePrice['Marquise-G-SI2-1.50-1.60']          =6453.0375;
stonePrice['Marquise-G-SI2-1.70-1.89']          =8070.3;
stonePrice['Marquise-G-SI2-2.00-2.10']          =10773.2625;
stonePrice['Marquise-G-SI3-0.23-0.29']          =185.64;
stonePrice['Marquise-G-SI3-0.30-0.37']          =321.3;
stonePrice['Marquise-G-SI3-0.38-0.44']          =496.125;
stonePrice['Marquise-G-SI3-0.45-0.49']          =592.2;
stonePrice['Marquise-G-SI3-0.50-0.59']          =738.045;
stonePrice['Marquise-G-SI3-0.60-0.69']          =921.375;
stonePrice['Marquise-G-SI3-0.70-0.79']          =1433.25;
stonePrice['Marquise-G-SI3-0.80-0.89']          =1749.3;
stonePrice['Marquise-G-SI3-0.90-0.99']          =2269.3125;
stonePrice['Marquise-G-SI3-1.00-1.10']          =2513.7;
stonePrice['Marquise-G-SI3-1.11-1.29']          =3060.33;
stonePrice['Marquise-G-SI3-1.30-1.49']          =4189.5;
stonePrice['Marquise-G-SI3-1.50-1.60']          =5183.5875;
stonePrice['Marquise-G-SI3-1.70-1.89']          =6482.7;
stonePrice['Marquise-G-SI3-2.00-2.10']          =7835.1;
stonePrice['Marquise-G-VS1-0.23-0.29']          =251.16;
stonePrice['Marquise-G-VS1-0.30-0.37']          =455.175;
stonePrice['Marquise-G-VS1-0.38-0.44']          =760.725;
stonePrice['Marquise-G-VS1-0.45-0.49']          =908.04;
stonePrice['Marquise-G-VS1-0.50-0.59']          =1148.07;
stonePrice['Marquise-G-VS1-0.60-0.69']          =1433.25;
stonePrice['Marquise-G-VS1-0.70-0.79']          =2149.875;
stonePrice['Marquise-G-VS1-0.80-0.89']          =2623.95;
stonePrice['Marquise-G-VS1-0.90-0.99']          =3501.225;
stonePrice['Marquise-G-VS1-1.00-1.10']          =4365.9;
stonePrice['Marquise-G-VS1-1.11-1.29']          =5315.31;
stonePrice['Marquise-G-VS1-1.30-1.49']          =7276.5;
stonePrice['Marquise-G-VS1-1.50-1.60']          =8991.9375;
stonePrice['Marquise-G-VS1-1.70-1.89']          =11245.5;
stonePrice['Marquise-G-VS1-2.00-2.10']          =16509.675;
stonePrice['Marquise-G-VS2-0.23-0.29']          =244.881;
stonePrice['Marquise-G-VS2-0.30-0.37']          =401.625;
stonePrice['Marquise-G-VS2-0.38-0.44']          =694.575;
stonePrice['Marquise-G-VS2-0.45-0.49']          =829.08;
stonePrice['Marquise-G-VS2-0.50-0.59']          =1025.0625;
stonePrice['Marquise-G-VS2-0.60-0.69']          =1279.6875;
stonePrice['Marquise-G-VS2-0.70-0.79']          =1945.125;
stonePrice['Marquise-G-VS2-0.80-0.89']          =2374.05;
stonePrice['Marquise-G-VS2-0.90-0.99']          =3241.875;
stonePrice['Marquise-G-VS2-1.00-1.10']          =3969;
stonePrice['Marquise-G-VS2-1.11-1.29']          =4832.1;
stonePrice['Marquise-G-VS2-1.30-1.49']          =6615;
stonePrice['Marquise-G-VS2-1.50-1.60']          =8357.2125;
stonePrice['Marquise-G-VS2-1.70-1.89']          =10451.7;
stonePrice['Marquise-G-VS2-2.00-2.10']          =15810.1125;
stonePrice['Marquise-G-VVS1-0.23-0.29']          =316.68;
stonePrice['Marquise-G-VVS1-0.30-0.37']          =589.05;
stonePrice['Marquise-G-VVS1-0.38-0.44']          =893.025;
stonePrice['Marquise-G-VVS1-0.45-0.49']          =1065.96;
stonePrice['Marquise-G-VVS1-0.50-0.59']          =1394.085;
stonePrice['Marquise-G-VVS1-0.60-0.69']          =1740.375;
stonePrice['Marquise-G-VVS1-0.70-0.79']          =2508.1875;
stonePrice['Marquise-G-VVS1-0.80-0.89']          =3061.275;
stonePrice['Marquise-G-VVS1-0.90-0.99']          =3760.575;
stonePrice['Marquise-G-VVS1-1.00-1.10']          =4895.1;
stonePrice['Marquise-G-VVS1-1.11-1.29']          =5959.59;
stonePrice['Marquise-G-VVS1-1.30-1.49']          =8158.5;
stonePrice['Marquise-G-VVS1-1.50-1.60']          =9838.2375;
stonePrice['Marquise-G-VVS1-1.70-1.89']          =12303.9;
stonePrice['Marquise-G-VVS1-2.00-2.10']          =19307.925;
stonePrice['Marquise-G-VVS2-0.23-0.29']          =308.763;
stonePrice['Marquise-G-VVS2-0.30-0.37']          =508.725;
stonePrice['Marquise-G-VVS2-0.38-0.44']          =826.875;
stonePrice['Marquise-G-VVS2-0.45-0.49']          =987;
stonePrice['Marquise-G-VVS2-0.50-0.59']          =1271.0775;
stonePrice['Marquise-G-VVS2-0.60-0.69']          =1586.8125;
stonePrice['Marquise-G-VVS2-0.70-0.79']          =2354.625;
stonePrice['Marquise-G-VVS2-0.80-0.89']          =2873.85;
stonePrice['Marquise-G-VVS2-0.90-0.99']          =3630.9;
stonePrice['Marquise-G-VVS2-1.00-1.10']          =4696.65;
stonePrice['Marquise-G-VVS2-1.11-1.29']          =5717.985;
stonePrice['Marquise-G-VVS2-1.30-1.49']          =7827.75;
stonePrice['Marquise-G-VVS2-1.50-1.60']          =9309.3;
stonePrice['Marquise-G-VVS2-1.70-1.89']          =11642.4;
stonePrice['Marquise-G-VVS2-2.00-2.10']          =17908.8;
stonePrice['Marquise-H-SI1-0.23-0.29']          =214.9875;
stonePrice['Marquise-H-SI1-0.30-0.37']          =348.075;
stonePrice['Marquise-H-SI1-0.38-0.44']          =562.275;
stonePrice['Marquise-H-SI1-0.45-0.49']          =671.16;
stonePrice['Marquise-H-SI1-0.50-0.59']          =779.0475;
stonePrice['Marquise-H-SI1-0.60-0.69']          =972.5625;
stonePrice['Marquise-H-SI1-0.70-0.79']          =1484.4375;
stonePrice['Marquise-H-SI1-0.80-0.89']          =1811.775;
stonePrice['Marquise-H-SI1-0.90-0.99']          =2658.3375;
stonePrice['Marquise-H-SI1-1.00-1.10']          =2910.6;
stonePrice['Marquise-H-SI1-1.11-1.29']          =3543.54;
stonePrice['Marquise-H-SI1-1.30-1.49']          =4851;
stonePrice['Marquise-H-SI1-1.50-1.60']          =6453.0375;
stonePrice['Marquise-H-SI1-1.70-1.89']          =8070.3;
stonePrice['Marquise-H-SI1-2.00-2.10']          =11193;
stonePrice['Marquise-H-SI2-0.23-0.29']          =194.5125;
stonePrice['Marquise-H-SI2-0.30-0.37']          =294.525;
stonePrice['Marquise-H-SI2-0.38-0.44']          =463.05;
stonePrice['Marquise-H-SI2-0.45-0.49']          =552.72;
stonePrice['Marquise-H-SI2-0.50-0.59']          =697.0425;
stonePrice['Marquise-H-SI2-0.60-0.69']          =870.1875;
stonePrice['Marquise-H-SI2-0.70-0.79']          =1382.0625;
stonePrice['Marquise-H-SI2-0.80-0.89']          =1686.825;
stonePrice['Marquise-H-SI2-0.90-0.99']          =2334.15;
stonePrice['Marquise-H-SI2-1.00-1.10']          =2579.85;
stonePrice['Marquise-H-SI2-1.11-1.29']          =3140.865;
stonePrice['Marquise-H-SI2-1.30-1.49']          =4299.75;
stonePrice['Marquise-H-SI2-1.50-1.60']          =5606.7375;
stonePrice['Marquise-H-SI2-1.70-1.89']          =7011.9;
stonePrice['Marquise-H-SI2-2.00-2.10']          =9234.225;
stonePrice['Marquise-H-SI3-0.23-0.29']          =174.0375;
stonePrice['Marquise-H-SI3-0.30-0.37']          =294.525;
stonePrice['Marquise-H-SI3-0.38-0.44']          =463.05;
stonePrice['Marquise-H-SI3-0.45-0.49']          =552.72;
stonePrice['Marquise-H-SI3-0.50-0.59']          =697.0425;
stonePrice['Marquise-H-SI3-0.60-0.69']          =870.1875;
stonePrice['Marquise-H-SI3-0.70-0.79']          =1330.875;
stonePrice['Marquise-H-SI3-0.80-0.89']          =1624.35;
stonePrice['Marquise-H-SI3-0.90-0.99']          =2139.6375;
stonePrice['Marquise-H-SI3-1.00-1.10']          =2381.4;
stonePrice['Marquise-H-SI3-1.11-1.29']          =2899.26;
stonePrice['Marquise-H-SI3-1.30-1.49']          =3969;
stonePrice['Marquise-H-SI3-1.50-1.60']          =4654.65;
stonePrice['Marquise-H-SI3-1.70-1.89']          =5821.2;
stonePrice['Marquise-H-SI3-2.00-2.10']          =6995.625;
stonePrice['Marquise-H-VS1-0.23-0.29']          =244.881;
stonePrice['Marquise-H-VS1-0.30-0.37']          =428.4;
stonePrice['Marquise-H-VS1-0.38-0.44']          =694.575;
stonePrice['Marquise-H-VS1-0.45-0.49']          =829.08;
stonePrice['Marquise-H-VS1-0.50-0.59']          =1066.065;
stonePrice['Marquise-H-VS1-0.60-0.69']          =1330.875;
stonePrice['Marquise-H-VS1-0.70-0.79']          =1996.3125;
stonePrice['Marquise-H-VS1-0.80-0.89']          =2436.525;
stonePrice['Marquise-H-VS1-0.90-0.99']          =2982.525;
stonePrice['Marquise-H-VS1-1.00-1.10']          =3505.95;
stonePrice['Marquise-H-VS1-1.11-1.29']          =4268.355;
stonePrice['Marquise-H-VS1-1.30-1.49']          =5843.25;
stonePrice['Marquise-H-VS1-1.50-1.60']          =7405.125;
stonePrice['Marquise-H-VS1-1.70-1.89']          =9261;
stonePrice['Marquise-H-VS1-2.00-2.10']          =13151.775;
stonePrice['Marquise-H-VS2-0.23-0.29']          =235.4625;
stonePrice['Marquise-H-VS2-0.30-0.37']          =374.85;
stonePrice['Marquise-H-VS2-0.38-0.44']          =628.425;
stonePrice['Marquise-H-VS2-0.45-0.49']          =750.12;
stonePrice['Marquise-H-VS2-0.50-0.59']          =984.06;
stonePrice['Marquise-H-VS2-0.60-0.69']          =1228.5;
stonePrice['Marquise-H-VS2-0.70-0.79']          =1740.375;
stonePrice['Marquise-H-VS2-0.80-0.89']          =2124.15;
stonePrice['Marquise-H-VS2-0.90-0.99']          =2788.0125;
stonePrice['Marquise-H-VS2-1.00-1.10']          =3175.2;
stonePrice['Marquise-H-VS2-1.11-1.29']          =3865.68;
stonePrice['Marquise-H-VS2-1.30-1.49']          =5292;
stonePrice['Marquise-H-VS2-1.50-1.60']          =6981.975;
stonePrice['Marquise-H-VS2-1.70-1.89']          =8731.8;
stonePrice['Marquise-H-VS2-2.00-2.10']          =12452.2125;
stonePrice['Marquise-H-VVS1-0.23-0.29']          =308.763;
stonePrice['Marquise-H-VVS1-0.30-0.37']          =508.725;
stonePrice['Marquise-H-VVS1-0.38-0.44']          =793.8;
stonePrice['Marquise-H-VVS1-0.45-0.49']          =947.52;
stonePrice['Marquise-H-VVS1-0.50-0.59']          =1271.0775;
stonePrice['Marquise-H-VVS1-0.60-0.69']          =1586.8125;
stonePrice['Marquise-H-VVS1-0.70-0.79']          =2201.0625;
stonePrice['Marquise-H-VVS1-0.80-0.89']          =2686.425;
stonePrice['Marquise-H-VVS1-0.90-0.99']          =3241.875;
stonePrice['Marquise-H-VVS1-1.00-1.10']          =3902.85;
stonePrice['Marquise-H-VVS1-1.11-1.29']          =4751.565;
stonePrice['Marquise-H-VVS1-1.30-1.49']          =6504.75;
stonePrice['Marquise-H-VVS1-1.50-1.60']          =8039.85;
stonePrice['Marquise-H-VVS1-1.70-1.89']          =10054.8;
stonePrice['Marquise-H-VVS1-2.00-2.10']          =15250.4625;
stonePrice['Marquise-H-VVS2-0.23-0.29']          =296.8875;
stonePrice['Marquise-H-VVS2-0.30-0.37']          =455.175;
stonePrice['Marquise-H-VVS2-0.38-0.44']          =727.65;
stonePrice['Marquise-H-VVS2-0.45-0.49']          =868.56;
stonePrice['Marquise-H-VVS2-0.50-0.59']          =1189.0725;
stonePrice['Marquise-H-VVS2-0.60-0.69']          =1484.4375;
stonePrice['Marquise-H-VVS2-0.70-0.79']          =2149.875;
stonePrice['Marquise-H-VVS2-0.80-0.89']          =2623.95;
stonePrice['Marquise-H-VVS2-0.90-0.99']          =3112.2;
stonePrice['Marquise-H-VVS2-1.00-1.10']          =3704.4;
stonePrice['Marquise-H-VVS2-1.11-1.29']          =4509.96;
stonePrice['Marquise-H-VVS2-1.30-1.49']          =6174;
stonePrice['Marquise-H-VVS2-1.50-1.60']          =7722.4875;
stonePrice['Marquise-H-VVS2-1.70-1.89']          =9657.9;
stonePrice['Marquise-H-VVS2-2.00-2.10']          =13851.3375;
stonePrice['Marquise-I-SI1-0.23-0.29']          =207.48;
stonePrice['Marquise-I-SI1-0.30-0.37']          =321.3;
stonePrice['Marquise-I-SI1-0.38-0.44']          =496.125;
stonePrice['Marquise-I-SI1-0.45-0.49']          =592.2;
stonePrice['Marquise-I-SI1-0.50-0.59']          =779.0475;
stonePrice['Marquise-I-SI1-0.60-0.69']          =972.5625;
stonePrice['Marquise-I-SI1-0.70-0.79']          =1279.6875;
stonePrice['Marquise-I-SI1-0.80-0.89']          =1561.875;
stonePrice['Marquise-I-SI1-0.90-0.99']          =2463.825;
stonePrice['Marquise-I-SI1-1.00-1.10']          =2646;
stonePrice['Marquise-I-SI1-1.11-1.29']          =3221.4;
stonePrice['Marquise-I-SI1-1.30-1.49']          =4410;
stonePrice['Marquise-I-SI1-1.50-1.60']          =5818.3125;
stonePrice['Marquise-I-SI1-1.70-1.89']          =7276.5;
stonePrice['Marquise-I-SI1-2.00-2.10']          =9793.875;
stonePrice['Marquise-I-SI2-0.23-0.29']          =185.64;
stonePrice['Marquise-I-SI2-0.30-0.37']          =267.75;
stonePrice['Marquise-I-SI2-0.38-0.44']          =429.975;
stonePrice['Marquise-I-SI2-0.45-0.49']          =513.24;
stonePrice['Marquise-I-SI2-0.50-0.59']          =697.0425;
stonePrice['Marquise-I-SI2-0.60-0.69']          =870.1875;
stonePrice['Marquise-I-SI2-0.70-0.79']          =1791.5625;
stonePrice['Marquise-I-SI2-0.80-0.89']          =2186.625;
stonePrice['Marquise-I-SI2-0.90-0.99']          =2139.6375;
stonePrice['Marquise-I-SI2-1.00-1.10']          =2315.25;
stonePrice['Marquise-I-SI2-1.11-1.29']          =2818.725;
stonePrice['Marquise-I-SI2-1.30-1.49']          =3858.75;
stonePrice['Marquise-I-SI2-1.50-1.60']          =4866.225;
stonePrice['Marquise-I-SI2-1.70-1.89']          =6085.8;
stonePrice['Marquise-I-SI2-2.00-2.10']          =8394.75;
stonePrice['Marquise-I-SI3-0.23-0.29']          =163.8;
stonePrice['Marquise-I-SI3-0.30-0.37']          =267.75;
stonePrice['Marquise-I-SI3-0.38-0.44']          =429.975;
stonePrice['Marquise-I-SI3-0.45-0.49']          =513.24;
stonePrice['Marquise-I-SI3-0.50-0.59']          =656.04;
stonePrice['Marquise-I-SI3-0.60-0.69']          =819;
stonePrice['Marquise-I-SI3-0.70-0.79']          =1126.125;
stonePrice['Marquise-I-SI3-0.80-0.89']          =1374.45;
stonePrice['Marquise-I-SI3-0.90-0.99']          =1880.2875;
stonePrice['Marquise-I-SI3-1.00-1.10']          =2182.95;
stonePrice['Marquise-I-SI3-1.11-1.29']          =2657.655;
stonePrice['Marquise-I-SI3-1.30-1.49']          =3638.25;
stonePrice['Marquise-I-SI3-1.50-1.60']          =4231.5;
stonePrice['Marquise-I-SI3-1.70-1.89']          =5292;
stonePrice['Marquise-I-SI3-2.00-2.10']          =6575.8875;
stonePrice['Marquise-I-VS1-0.23-0.29']          =229.32;
stonePrice['Marquise-I-VS1-0.30-0.37']          =374.85;
stonePrice['Marquise-I-VS1-0.38-0.44']          =595.35;
stonePrice['Marquise-I-VS1-0.45-0.49']          =710.64;
stonePrice['Marquise-I-VS1-0.50-0.59']          =943.0575;
stonePrice['Marquise-I-VS1-0.60-0.69']          =1177.3125;
stonePrice['Marquise-I-VS1-0.70-0.79']          =1689.1875;
stonePrice['Marquise-I-VS1-0.80-0.89']          =2061.675;
stonePrice['Marquise-I-VS1-0.90-0.99']          =2723.175;
stonePrice['Marquise-I-VS1-1.00-1.10']          =3175.2;
stonePrice['Marquise-I-VS1-1.11-1.29']          =3865.68;
stonePrice['Marquise-I-VS1-1.30-1.49']          =5292;
stonePrice['Marquise-I-VS1-1.50-1.60']          =6453.0375;
stonePrice['Marquise-I-VS1-1.70-1.89']          =8070.3;
stonePrice['Marquise-I-VS1-2.00-2.10']          =11053.0875;
stonePrice['Marquise-I-VS2-0.23-0.29']          =223.587;
stonePrice['Marquise-I-VS2-0.30-0.37']          =348.075;
stonePrice['Marquise-I-VS2-0.38-0.44']          =529.2;
stonePrice['Marquise-I-VS2-0.45-0.49']          =631.68;
stonePrice['Marquise-I-VS2-0.50-0.59']          =861.0525;
stonePrice['Marquise-I-VS2-0.60-0.69']          =1074.9375;
stonePrice['Marquise-I-VS2-0.70-0.79']          =1433.25;
stonePrice['Marquise-I-VS2-0.80-0.89']          =1749.3;
stonePrice['Marquise-I-VS2-0.90-0.99']          =2528.6625;
stonePrice['Marquise-I-VS2-1.00-1.10']          =2910.6;
stonePrice['Marquise-I-VS2-1.11-1.29']          =3543.54;
stonePrice['Marquise-I-VS2-1.30-1.49']          =4851;
stonePrice['Marquise-I-VS2-1.50-1.60']          =6135.675;
stonePrice['Marquise-I-VS2-1.70-1.89']          =7673.4;
stonePrice['Marquise-I-VS2-2.00-2.10']          =10353.525;
stonePrice['Marquise-I-VVS1-0.23-0.29']          =262.08;
stonePrice['Marquise-I-VVS1-0.30-0.37']          =401.625;
stonePrice['Marquise-I-VVS1-0.38-0.44']          =661.5;
stonePrice['Marquise-I-VVS1-0.45-0.49']          =789.6;
stonePrice['Marquise-I-VVS1-0.50-0.59']          =1066.065;
stonePrice['Marquise-I-VVS1-0.60-0.69']          =1330.875;
stonePrice['Marquise-I-VVS1-0.70-0.79']          =1893.9375;
stonePrice['Marquise-I-VVS1-0.80-0.89']          =2311.575;
stonePrice['Marquise-I-VVS1-0.90-0.99']          =2917.6875;
stonePrice['Marquise-I-VVS1-1.00-1.10']          =3439.8;
stonePrice['Marquise-I-VVS1-1.11-1.29']          =4187.82;
stonePrice['Marquise-I-VVS1-1.30-1.49']          =5733;
stonePrice['Marquise-I-VVS1-1.50-1.60']          =6876.1875;
stonePrice['Marquise-I-VVS1-1.70-1.89']          =8599.5;
stonePrice['Marquise-I-VVS1-2.00-2.10']          =12452.2125;
stonePrice['Marquise-I-VVS2-0.23-0.29']          =255.528;
stonePrice['Marquise-I-VVS2-0.30-0.37']          =374.85;
stonePrice['Marquise-I-VVS2-0.38-0.44']          =628.425;
stonePrice['Marquise-I-VVS2-0.45-0.49']          =750.12;
stonePrice['Marquise-I-VVS2-0.50-0.59']          =1025.0625;
stonePrice['Marquise-I-VVS2-0.60-0.69']          =1279.6875;
stonePrice['Marquise-I-VVS2-0.70-0.79']          =1842.75;
stonePrice['Marquise-I-VVS2-0.80-0.89']          =2249.1;
stonePrice['Marquise-I-VVS2-0.90-0.99']          =2852.85;
stonePrice['Marquise-I-VVS2-1.00-1.10']          =3307.5;
stonePrice['Marquise-I-VVS2-1.11-1.29']          =4026.75;
stonePrice['Marquise-I-VVS2-1.30-1.49']          =5512.5;
stonePrice['Marquise-I-VVS2-1.50-1.60']          =6770.4;
stonePrice['Marquise-I-VVS2-1.70-1.89']          =8467.2;
stonePrice['Marquise-I-VVS2-2.00-2.10']          =11752.65;
stonePrice['Marquise-J-SI1-0.23-0.29']          =194.5125;
stonePrice['Marquise-J-SI1-0.30-0.37']          =267.75;
stonePrice['Marquise-J-SI1-0.38-0.44']          =396.9;
stonePrice['Marquise-J-SI1-0.45-0.49']          =473.76;
stonePrice['Marquise-J-SI1-0.50-0.59']          =697.0425;
stonePrice['Marquise-J-SI1-0.60-0.69']          =870.1875;
stonePrice['Marquise-J-SI1-0.70-0.79']          =1228.5;
stonePrice['Marquise-J-SI1-0.80-0.89']          =1499.4;
stonePrice['Marquise-J-SI1-0.90-0.99']          =2204.475;
stonePrice['Marquise-J-SI1-1.00-1.10']          =2315.25;
stonePrice['Marquise-J-SI1-1.11-1.29']          =2818.725;
stonePrice['Marquise-J-SI1-1.30-1.49']          =3858.75;
stonePrice['Marquise-J-SI1-1.50-1.60']          =4654.65;
stonePrice['Marquise-J-SI1-1.70-1.89']          =5821.2;
stonePrice['Marquise-J-SI1-2.00-2.10']          =7835.1;
stonePrice['Marquise-J-SI2-0.23-0.29']          =174.0375;
stonePrice['Marquise-J-SI2-0.30-0.37']          =240.975;
stonePrice['Marquise-J-SI2-0.38-0.44']          =363.825;
stonePrice['Marquise-J-SI2-0.45-0.49']          =434.28;
stonePrice['Marquise-J-SI2-0.50-0.59']          =656.04;
stonePrice['Marquise-J-SI2-0.60-0.69']          =819;
stonePrice['Marquise-J-SI2-0.70-0.79']          =1023.75;
stonePrice['Marquise-J-SI2-0.80-0.89']          =1249.5;
stonePrice['Marquise-J-SI2-0.90-0.99']          =1945.125;
stonePrice['Marquise-J-SI2-1.00-1.10']          =2050.65;
stonePrice['Marquise-J-SI2-1.11-1.29']          =2496.585;
stonePrice['Marquise-J-SI2-1.30-1.49']          =3417.75;
stonePrice['Marquise-J-SI2-1.50-1.60']          =4019.925;
stonePrice['Marquise-J-SI2-1.70-1.89']          =5027.4;
stonePrice['Marquise-J-SI2-2.00-2.10']          =6995.625;
stonePrice['Marquise-J-SI3-0.23-0.29']          =153.5625;
stonePrice['Marquise-J-SI3-0.30-0.37']          =240.975;
stonePrice['Marquise-J-SI3-0.38-0.44']          =363.825;
stonePrice['Marquise-J-SI3-0.45-0.49']          =434.28;
stonePrice['Marquise-J-SI3-0.50-0.59']          =574.035;
stonePrice['Marquise-J-SI3-0.60-0.69']          =716.625;
stonePrice['Marquise-J-SI3-0.70-0.79']          =972.5625;
stonePrice['Marquise-J-SI3-0.80-0.89']          =1187.025;
stonePrice['Marquise-J-SI3-0.90-0.99']          =1685.775;
stonePrice['Marquise-J-SI3-1.00-1.10']          =1852.2;
stonePrice['Marquise-J-SI3-1.11-1.29']          =2254.98;
stonePrice['Marquise-J-SI3-1.30-1.49']          =3087;
stonePrice['Marquise-J-SI3-1.50-1.60']          =3490.9875;
stonePrice['Marquise-J-SI3-1.70-1.89']          =4365.9;
stonePrice['Marquise-J-SI3-2.00-2.10']          =5316.675;
stonePrice['Marquise-J-VS1-0.23-0.29']          =223.587;
stonePrice['Marquise-J-VS1-0.30-0.37']          =294.525;
stonePrice['Marquise-J-VS1-0.38-0.44']          =496.125;
stonePrice['Marquise-J-VS1-0.45-0.49']          =592.2;
stonePrice['Marquise-J-VS1-0.50-0.59']          =779.0475;
stonePrice['Marquise-J-VS1-0.60-0.69']          =972.5625;
stonePrice['Marquise-J-VS1-0.70-0.79']          =1382.0625;
stonePrice['Marquise-J-VS1-0.80-0.89']          =1686.825;
stonePrice['Marquise-J-VS1-0.90-0.99']          =2398.9875;
stonePrice['Marquise-J-VS1-1.00-1.10']          =2646;
stonePrice['Marquise-J-VS1-1.11-1.29']          =3221.4;
stonePrice['Marquise-J-VS1-1.30-1.49']          =4410;
stonePrice['Marquise-J-VS1-1.50-1.60']          =5077.8;
stonePrice['Marquise-J-VS1-1.70-1.89']          =6350.4;
stonePrice['Marquise-J-VS1-2.00-2.10']          =8814.4875;
stonePrice['Marquise-J-VS2-0.23-0.29']          =214.9875;
stonePrice['Marquise-J-VS2-0.30-0.37']          =294.525;
stonePrice['Marquise-J-VS2-0.38-0.44']          =429.975;
stonePrice['Marquise-J-VS2-0.45-0.49']          =513.24;
stonePrice['Marquise-J-VS2-0.50-0.59']          =738.045;
stonePrice['Marquise-J-VS2-0.60-0.69']          =921.375;
stonePrice['Marquise-J-VS2-0.70-0.79']          =1330.875;
stonePrice['Marquise-J-VS2-0.80-0.89']          =1624.35;
stonePrice['Marquise-J-VS2-0.90-0.99']          =2334.15;
stonePrice['Marquise-J-VS2-1.00-1.10']          =2513.7;
stonePrice['Marquise-J-VS2-1.11-1.29']          =3060.33;
stonePrice['Marquise-J-VS2-1.30-1.49']          =4189.5;
stonePrice['Marquise-J-VS2-1.50-1.60']          =4866.225;
stonePrice['Marquise-J-VS2-1.70-1.89']          =6085.8;
stonePrice['Marquise-J-VS2-2.00-2.10']          =8254.8375;
stonePrice['Marquise-J-VVS1-0.23-0.29']          =255.528;
stonePrice['Marquise-J-VVS1-0.30-0.37']          =321.3;
stonePrice['Marquise-J-VVS1-0.38-0.44']          =529.2;
stonePrice['Marquise-J-VVS1-0.45-0.49']          =631.68;
stonePrice['Marquise-J-VVS1-0.50-0.59']          =861.0525;
stonePrice['Marquise-J-VVS1-0.60-0.69']          =1074.9375;
stonePrice['Marquise-J-VVS1-0.70-0.79']          =1535.625;
stonePrice['Marquise-J-VVS1-0.80-0.89']          =1874.25;
stonePrice['Marquise-J-VVS1-0.90-0.99']          =2593.5;
stonePrice['Marquise-J-VVS1-1.00-1.10']          =2910.6;
stonePrice['Marquise-J-VVS1-1.11-1.29']          =3543.54;
stonePrice['Marquise-J-VVS1-1.30-1.49']          =4851;
stonePrice['Marquise-J-VVS1-1.50-1.60']          =5395.1625;
stonePrice['Marquise-J-VVS1-1.70-1.89']          =6747.3;
stonePrice['Marquise-J-VVS1-2.00-2.10']          =9653.9625;
stonePrice['Marquise-J-VVS2-0.23-0.29']          =245.7;
stonePrice['Marquise-J-VVS2-0.30-0.37']          =321.3;
stonePrice['Marquise-J-VVS2-0.38-0.44']          =529.2;
stonePrice['Marquise-J-VVS2-0.45-0.49']          =631.68;
stonePrice['Marquise-J-VVS2-0.50-0.59']          =820.05;
stonePrice['Marquise-J-VVS2-0.60-0.69']          =1023.75;
stonePrice['Marquise-J-VVS2-0.70-0.79']          =1484.4375;
stonePrice['Marquise-J-VVS2-0.80-0.89']          =1811.775;
stonePrice['Marquise-J-VVS2-0.90-0.99']          =2528.6625;
stonePrice['Marquise-J-VVS2-1.00-1.10']          =2778.3;
stonePrice['Marquise-J-VVS2-1.11-1.29']          =3382.47;
stonePrice['Marquise-J-VVS2-1.30-1.49']          =4630.5;
stonePrice['Marquise-J-VVS2-1.50-1.60']          =5289.375;
stonePrice['Marquise-J-VVS2-1.70-1.89']          =6615;
stonePrice['Marquise-J-VVS2-2.00-2.10']          =9234.225;
stonePrice['Oval-D-SI1-0.23-0.29']          =271.7;
stonePrice['Oval-D-SI1-0.30-0.37']          =479.655;
stonePrice['Oval-D-SI1-0.38-0.44']          =724.185;
stonePrice['Oval-D-SI1-0.45-0.49']          =864.424;
stonePrice['Oval-D-SI1-0.50-0.59']          =1142.603;
stonePrice['Oval-D-SI1-0.60-0.69']          =1426.425;
stonePrice['Oval-D-SI1-0.70-0.79']          =2190.58125;
stonePrice['Oval-D-SI1-0.80-0.89']          =2673.6325;
stonePrice['Oval-D-SI1-0.90-0.99']          =3549.08125;
stonePrice['Oval-D-SI1-1.00-1.10']          =4015.935;
stonePrice['Oval-D-SI1-1.11-1.29']          =4889.2415;
stonePrice['Oval-D-SI1-1.30-1.49']          =6693.225;
stonePrice['Oval-D-SI1-1.50-1.60']          =8843.835;
stonePrice['Oval-D-SI1-1.70-1.89']          =11060.28;
stonePrice['Oval-D-SI1-2.00-2.10']          =16013.31875;
stonePrice['Oval-D-SI2-0.23-0.29']          =228.228;
stonePrice['Oval-D-SI2-0.30-0.37']          =399.7125;
stonePrice['Oval-D-SI2-0.38-0.44']          =658.35;
stonePrice['Oval-D-SI2-0.45-0.49']          =785.84;
stonePrice['Oval-D-SI2-0.50-0.59']          =979.374;
stonePrice['Oval-D-SI2-0.60-0.69']          =1222.65;
stonePrice['Oval-D-SI2-0.70-0.79']          =1884.91875;
stonePrice['Oval-D-SI2-0.80-0.89']          =2300.5675;
stonePrice['Oval-D-SI2-0.90-0.99']          =3097.38;
stonePrice['Oval-D-SI2-1.00-1.10']          =3357.585;
stonePrice['Oval-D-SI2-1.11-1.29']          =4087.7265;
stonePrice['Oval-D-SI2-1.30-1.49']          =5595.975;
stonePrice['Oval-D-SI2-1.50-1.60']          =7264.57875;
stonePrice['Oval-D-SI2-1.70-1.89']          =9085.23;
stonePrice['Oval-D-SI2-2.00-2.10']          =11696.685;
stonePrice['Oval-D-SI3-0.23-0.29']          =206.492;
stonePrice['Oval-D-SI3-0.30-0.37']          =373.065;
stonePrice['Oval-D-SI3-0.38-0.44']          =592.515;
stonePrice['Oval-D-SI3-0.45-0.49']          =707.256;
stonePrice['Oval-D-SI3-0.50-0.59']          =897.7595;
stonePrice['Oval-D-SI3-0.60-0.69']          =1120.7625;
stonePrice['Oval-D-SI3-0.70-0.79']          =1732.0875;
stonePrice['Oval-D-SI3-0.80-0.89']          =2114.035;
stonePrice['Oval-D-SI3-0.90-0.99']          =2516.62125;
stonePrice['Oval-D-SI3-1.00-1.10']          =2765.07;
stonePrice['Oval-D-SI3-1.11-1.29']          =3366.363;
stonePrice['Oval-D-SI3-1.30-1.49']          =4608.45;
stonePrice['Oval-D-SI3-1.50-1.60']          =5685.3225;
stonePrice['Oval-D-SI3-1.70-1.89']          =7110.18;
stonePrice['Oval-D-SI3-2.00-2.10']          =8772.51375;
stonePrice['Oval-D-VS1-0.23-0.29']          =293.436;
stonePrice['Oval-D-VS1-0.30-0.37']          =639.54;
stonePrice['Oval-D-VS1-0.38-0.44']          =954.6075;
stonePrice['Oval-D-VS1-0.45-0.49']          =1139.468;
stonePrice['Oval-D-VS1-0.50-0.59']          =1509.86825;
stonePrice['Oval-D-VS1-0.60-0.69']          =1884.91875;
stonePrice['Oval-D-VS1-0.70-0.79']          =2598.13125;
stonePrice['Oval-D-VS1-0.80-0.89']          =3171.0525;
stonePrice['Oval-D-VS1-0.90-0.99']          =4000.7825;
stonePrice['Oval-D-VS1-1.00-1.10']          =4937.625;
stonePrice['Oval-D-VS1-1.11-1.29']          =6011.3625;
stonePrice['Oval-D-VS1-1.30-1.49']          =8229.375;
stonePrice['Oval-D-VS1-1.50-1.60']          =10107.24;
stonePrice['Oval-D-VS1-1.70-1.89']          =12640.32;
stonePrice['Oval-D-VS1-2.00-2.10']          =21165.43;
stonePrice['Oval-D-VS2-0.23-0.29']          =293.436;
stonePrice['Oval-D-VS2-0.30-0.37']          =532.95;
stonePrice['Oval-D-VS2-0.38-0.44']          =822.9375;
stonePrice['Oval-D-VS2-0.45-0.49']          =982.3;
stonePrice['Oval-D-VS2-0.50-0.59']          =1387.4465;
stonePrice['Oval-D-VS2-0.60-0.69']          =1732.0875;
stonePrice['Oval-D-VS2-0.70-0.79']          =2445.3;
stonePrice['Oval-D-VS2-0.80-0.89']          =2984.52;
stonePrice['Oval-D-VS2-0.90-0.99']          =3742.6675;
stonePrice['Oval-D-VS2-1.00-1.10']          =4542.615;
stonePrice['Oval-D-VS2-1.11-1.29']          =5530.4535;
stonePrice['Oval-D-VS2-1.30-1.49']          =7571.025;
stonePrice['Oval-D-VS2-1.50-1.60']          =9475.5375;
stonePrice['Oval-D-VS2-1.70-1.89']          =11850.3;
stonePrice['Oval-D-VS2-2.00-2.10']          =19772.9675;
stonePrice['Oval-D-VVS1-0.23-0.29']          =358.644;
stonePrice['Oval-D-VVS1-0.30-0.37']          =772.7775;
stonePrice['Oval-D-VVS1-0.38-0.44']          =1119.195;
stonePrice['Oval-D-VVS1-0.45-0.49']          =1335.928;
stonePrice['Oval-D-VVS1-0.50-0.59']          =1836.32625;
stonePrice['Oval-D-VVS1-0.60-0.69']          =2292.46875;
stonePrice['Oval-D-VVS1-0.70-0.79']          =2903.79375;
stonePrice['Oval-D-VVS1-0.80-0.89']          =3544.1175;
stonePrice['Oval-D-VVS1-0.90-0.99']          =4387.955;
stonePrice['Oval-D-VVS1-1.00-1.10']          =5793.48;
stonePrice['Oval-D-VVS1-1.11-1.29']          =7053.332;
stonePrice['Oval-D-VVS1-1.30-1.49']          =9655.8;
stonePrice['Oval-D-VVS1-1.50-1.60']          =11370.645;
stonePrice['Oval-D-VVS1-1.70-1.89']          =14220.36;
stonePrice['Oval-D-VVS1-2.00-2.10']          =25203.57125;
stonePrice['Oval-D-VVS2-0.23-0.29']          =358.644;
stonePrice['Oval-D-VVS2-0.30-0.37']          =692.835;
stonePrice['Oval-D-VVS2-0.38-0.44']          =1020.4425;
stonePrice['Oval-D-VVS2-0.45-0.49']          =1218.052;
stonePrice['Oval-D-VVS2-0.50-0.59']          =1673.09725;
stonePrice['Oval-D-VVS2-0.60-0.69']          =2088.69375;
stonePrice['Oval-D-VVS2-0.70-0.79']          =2750.9625;
stonePrice['Oval-D-VVS2-0.80-0.89']          =3357.585;
stonePrice['Oval-D-VVS2-0.90-0.99']          =4258.8975;
stonePrice['Oval-D-VVS2-1.00-1.10']          =5200.965;
stonePrice['Oval-D-VVS2-1.11-1.29']          =6331.9685;
stonePrice['Oval-D-VVS2-1.30-1.49']          =8668.275;
stonePrice['Oval-D-VVS2-1.50-1.60']          =10423.09125;
stonePrice['Oval-D-VVS2-1.70-1.89']          =13035.33;
stonePrice['Oval-D-VVS2-2.00-2.10']          =23254.12375;
stonePrice['Oval-E-SI1-0.23-0.29']          =271.7;
stonePrice['Oval-E-SI1-0.30-0.37']          =426.36;
stonePrice['Oval-E-SI1-0.38-0.44']          =658.35;
stonePrice['Oval-E-SI1-0.45-0.49']          =785.84;
stonePrice['Oval-E-SI1-0.50-0.59']          =1020.18125;
stonePrice['Oval-E-SI1-0.60-0.69']          =1273.59375;
stonePrice['Oval-E-SI1-0.70-0.79']          =1935.8625;
stonePrice['Oval-E-SI1-0.80-0.89']          =2362.745;
stonePrice['Oval-E-SI1-0.90-0.99']          =3355.495;
stonePrice['Oval-E-SI1-1.00-1.10']          =3818.43;
stonePrice['Oval-E-SI1-1.11-1.29']          =4648.787;
stonePrice['Oval-E-SI1-1.30-1.49']          =6364.05;
stonePrice['Oval-E-SI1-1.50-1.60']          =8633.2675;
stonePrice['Oval-E-SI1-1.70-1.89']          =10796.94;
stonePrice['Oval-E-SI1-2.00-2.10']          =15317.0875;
stonePrice['Oval-E-SI2-0.23-0.29']          =216.8166;
stonePrice['Oval-E-SI2-0.30-0.37']          =373.065;
stonePrice['Oval-E-SI2-0.38-0.44']          =592.515;
stonePrice['Oval-E-SI2-0.45-0.49']          =707.256;
stonePrice['Oval-E-SI2-0.50-0.59']          =816.145;
stonePrice['Oval-E-SI2-0.60-0.69']          =1018.875;
stonePrice['Oval-E-SI2-0.70-0.79']          =1681.14375;
stonePrice['Oval-E-SI2-0.80-0.89']          =2051.8575;
stonePrice['Oval-E-SI2-0.90-0.99']          =2903.79375;
stonePrice['Oval-E-SI2-1.00-1.10']          =3225.915;
stonePrice['Oval-E-SI2-1.11-1.29']          =3927.4235;
stonePrice['Oval-E-SI2-1.30-1.49']          =5376.525;
stonePrice['Oval-E-SI2-1.50-1.60']          =7159.295;
stonePrice['Oval-E-SI2-1.70-1.89']          =8953.56;
stonePrice['Oval-E-SI2-2.00-2.10']          =11418.1925;
stonePrice['Oval-E-SI3-0.23-0.29']          =196.1674;
stonePrice['Oval-E-SI3-0.30-0.37']          =373.065;
stonePrice['Oval-E-SI3-0.38-0.44']          =559.5975;
stonePrice['Oval-E-SI3-0.45-0.49']          =667.964;
stonePrice['Oval-E-SI3-0.50-0.59']          =816.145;
stonePrice['Oval-E-SI3-0.60-0.69']          =1018.875;
stonePrice['Oval-E-SI3-0.70-0.79']          =1579.25625;
stonePrice['Oval-E-SI3-0.80-0.89']          =1927.5025;
stonePrice['Oval-E-SI3-0.90-0.99']          =2387.56375;
stonePrice['Oval-E-SI3-1.00-1.10']          =2699.235;
stonePrice['Oval-E-SI3-1.11-1.29']          =3286.2115;
stonePrice['Oval-E-SI3-1.30-1.49']          =4498.725;
stonePrice['Oval-E-SI3-1.50-1.60']          =5580.03875;
stonePrice['Oval-E-SI3-1.70-1.89']          =6978.51;
stonePrice['Oval-E-SI3-2.00-2.10']          =8494.02125;
stonePrice['Oval-E-VS1-0.23-0.29']          =286.1001;
stonePrice['Oval-E-VS1-0.30-0.37']          =879.3675;
stonePrice['Oval-E-VS1-0.38-0.44']          =888.7725;
stonePrice['Oval-E-VS1-0.45-0.49']          =1060.884;
stonePrice['Oval-E-VS1-0.50-0.59']          =1346.63925;
stonePrice['Oval-E-VS1-0.60-0.69']          =1681.14375;
stonePrice['Oval-E-VS1-0.70-0.79']          =2445.3;
stonePrice['Oval-E-VS1-0.80-0.89']          =2984.52;
stonePrice['Oval-E-VS1-0.90-0.99']          =3807.19625;
stonePrice['Oval-E-VS1-1.00-1.10']          =4805.955;
stonePrice['Oval-E-VS1-1.11-1.29']          =5851.0595;
stonePrice['Oval-E-VS1-1.30-1.49']          =8009.925;
stonePrice['Oval-E-VS1-1.50-1.60']          =9791.38875;
stonePrice['Oval-E-VS1-1.70-1.89']          =12245.31;
stonePrice['Oval-E-VS1-2.00-2.10']          =19772.9675;
stonePrice['Oval-E-VS2-0.23-0.29']          =282.43215;
stonePrice['Oval-E-VS2-0.30-0.37']          =453.0075;
stonePrice['Oval-E-VS2-0.38-0.44']          =790.02;
stonePrice['Oval-E-VS2-0.45-0.49']          =943.008;
stonePrice['Oval-E-VS2-0.50-0.59']          =1224.2175;
stonePrice['Oval-E-VS2-0.60-0.69']          =1528.3125;
stonePrice['Oval-E-VS2-0.70-0.79']          =2241.525;
stonePrice['Oval-E-VS2-0.80-0.89']          =2735.81;
stonePrice['Oval-E-VS2-0.90-0.99']          =3613.61;
stonePrice['Oval-E-VS2-1.00-1.10']          =4410.945;
stonePrice['Oval-E-VS2-1.11-1.29']          =5370.1505;
stonePrice['Oval-E-VS2-1.30-1.49']          =7351.575;
stonePrice['Oval-E-VS2-1.50-1.60']          =9264.97;
stonePrice['Oval-E-VS2-1.70-1.89']          =11586.96;
stonePrice['Oval-E-VS2-2.00-2.10']          =17823.52;
stonePrice['Oval-E-VVS1-0.23-0.29']          =349.6779;
stonePrice['Oval-E-VVS1-0.30-0.37']          =719.4825;
stonePrice['Oval-E-VVS1-0.38-0.44']          =1053.36;
stonePrice['Oval-E-VVS1-0.45-0.49']          =1257.344;
stonePrice['Oval-E-VVS1-0.50-0.59']          =1673.09725;
stonePrice['Oval-E-VVS1-0.60-0.69']          =2088.69375;
stonePrice['Oval-E-VVS1-0.70-0.79']          =2750.9625;
stonePrice['Oval-E-VVS1-0.80-0.89']          =3357.585;
stonePrice['Oval-E-VVS1-0.90-0.99']          =4258.8975;
stonePrice['Oval-E-VVS1-1.00-1.10']          =5200.965;
stonePrice['Oval-E-VVS1-1.11-1.29']          =6331.9685;
stonePrice['Oval-E-VVS1-1.30-1.49']          =8668.275;
stonePrice['Oval-E-VVS1-1.50-1.60']          =10423.09125;
stonePrice['Oval-E-VVS1-1.70-1.89']          =13035.33;
stonePrice['Oval-E-VVS1-2.00-2.10']          =23254.12375;
stonePrice['Oval-E-VVS2-0.23-0.29']          =303.35305;
stonePrice['Oval-E-VVS2-0.30-0.37']          =639.54;
stonePrice['Oval-E-VVS2-0.38-0.44']          =954.6075;
stonePrice['Oval-E-VVS2-0.45-0.49']          =1139.468;
stonePrice['Oval-E-VVS2-0.50-0.59']          =1550.6755;
stonePrice['Oval-E-VVS2-0.60-0.69']          =1935.8625;
stonePrice['Oval-E-VVS2-0.70-0.79']          =2649.075;
stonePrice['Oval-E-VVS2-0.80-0.89']          =3233.23;
stonePrice['Oval-E-VVS2-0.90-0.99']          =4000.7825;
stonePrice['Oval-E-VVS2-1.00-1.10']          =5003.46;
stonePrice['Oval-E-VVS2-1.11-1.29']          =6091.514;
stonePrice['Oval-E-VVS2-1.30-1.49']          =8339.1;
stonePrice['Oval-E-VVS2-1.50-1.60']          =10107.24;
stonePrice['Oval-E-VVS2-1.70-1.89']          =12640.32;
stonePrice['Oval-E-VVS2-2.00-2.10']          =21165.43;
stonePrice['Oval-F-SI1-0.23-0.29']          =261.51125;
stonePrice['Oval-F-SI1-0.30-0.37']          =399.7125;
stonePrice['Oval-F-SI1-0.38-0.44']          =625.4325;
stonePrice['Oval-F-SI1-0.45-0.49']          =746.548;
stonePrice['Oval-F-SI1-0.50-0.59']          =979.374;
stonePrice['Oval-F-SI1-0.60-0.69']          =1222.65;
stonePrice['Oval-F-SI1-0.70-0.79']          =1833.975;
stonePrice['Oval-F-SI1-0.80-0.89']          =2238.39;
stonePrice['Oval-F-SI1-0.90-0.99']          =3226.4375;
stonePrice['Oval-F-SI1-1.00-1.10']          =3686.76;
stonePrice['Oval-F-SI1-1.11-1.29']          =4488.484;
stonePrice['Oval-F-SI1-1.30-1.49']          =6144.6;
stonePrice['Oval-F-SI1-1.50-1.60']          =8317.41625;
stonePrice['Oval-F-SI1-1.70-1.89']          =10401.93;
stonePrice['Oval-F-SI1-2.00-2.10']          =14620.85625;
stonePrice['Oval-F-SI2-0.23-0.29']          =216.8166;
stonePrice['Oval-F-SI2-0.30-0.37']          =346.4175;
stonePrice['Oval-F-SI2-0.38-0.44']          =559.5975;
stonePrice['Oval-F-SI2-0.45-0.49']          =667.964;
stonePrice['Oval-F-SI2-0.50-0.59']          =775.33775;
stonePrice['Oval-F-SI2-0.60-0.69']          =967.93125;
stonePrice['Oval-F-SI2-0.70-0.79']          =1579.25625;
stonePrice['Oval-F-SI2-0.80-0.89']          =1927.5025;
stonePrice['Oval-F-SI2-0.90-0.99']          =2839.265;
stonePrice['Oval-F-SI2-1.00-1.10']          =3160.08;
stonePrice['Oval-F-SI2-1.11-1.29']          =3847.272;
stonePrice['Oval-F-SI2-1.30-1.49']          =5266.8;
stonePrice['Oval-F-SI2-1.50-1.60']          =6843.44375;
stonePrice['Oval-F-SI2-1.70-1.89']          =8558.55;
stonePrice['Oval-F-SI2-2.00-2.10']          =11139.7;
stonePrice['Oval-F-SI3-0.23-0.29']          =193.58625;
stonePrice['Oval-F-SI3-0.30-0.37']          =346.4175;
stonePrice['Oval-F-SI3-0.38-0.44']          =526.68;
stonePrice['Oval-F-SI3-0.45-0.49']          =628.672;
stonePrice['Oval-F-SI3-0.50-0.59']          =775.33775;
stonePrice['Oval-F-SI3-0.60-0.69']          =967.93125;
stonePrice['Oval-F-SI3-0.70-0.79']          =1477.36875;
stonePrice['Oval-F-SI3-0.80-0.89']          =1803.1475;
stonePrice['Oval-F-SI3-0.90-0.99']          =2323.035;
stonePrice['Oval-F-SI3-1.00-1.10']          =2633.4;
stonePrice['Oval-F-SI3-1.11-1.29']          =3206.06;
stonePrice['Oval-F-SI3-1.30-1.49']          =4389;
stonePrice['Oval-F-SI3-1.50-1.60']          =5369.47125;
stonePrice['Oval-F-SI3-1.70-1.89']          =6715.17;
stonePrice['Oval-F-SI3-2.00-2.10']          =8215.52875;
stonePrice['Oval-F-VS1-0.23-0.29']          =278.7642;
stonePrice['Oval-F-VS1-0.30-0.37']          =479.655;
stonePrice['Oval-F-VS1-0.38-0.44']          =822.9375;
stonePrice['Oval-F-VS1-0.45-0.49']          =982.3;
stonePrice['Oval-F-VS1-0.50-0.59']          =1265.02475;
stonePrice['Oval-F-VS1-0.60-0.69']          =1579.25625;
stonePrice['Oval-F-VS1-0.70-0.79']          =2343.4125;
stonePrice['Oval-F-VS1-0.80-0.89']          =2860.165;
stonePrice['Oval-F-VS1-0.90-0.99']          =3613.61;
stonePrice['Oval-F-VS1-1.00-1.10']          =4608.45;
stonePrice['Oval-F-VS1-1.11-1.29']          =5610.605;
stonePrice['Oval-F-VS1-1.30-1.49']          =7680.75;
stonePrice['Oval-F-VS1-1.50-1.60']          =9264.97;
stonePrice['Oval-F-VS1-1.70-1.89']          =11586.96;
stonePrice['Oval-F-VS1-2.00-2.10']          =17823.52;
stonePrice['Oval-F-VS2-0.23-0.29']          =275.09625;
stonePrice['Oval-F-VS2-0.30-0.37']          =426.36;
stonePrice['Oval-F-VS2-0.38-0.44']          =757.1025;
stonePrice['Oval-F-VS2-0.45-0.49']          =903.716;
stonePrice['Oval-F-VS2-0.50-0.59']          =1142.603;
stonePrice['Oval-F-VS2-0.60-0.69']          =1426.425;
stonePrice['Oval-F-VS2-0.70-0.79']          =2088.69375;
stonePrice['Oval-F-VS2-0.80-0.89']          =2549.2775;
stonePrice['Oval-F-VS2-0.90-0.99']          =3420.02375;
stonePrice['Oval-F-VS2-1.00-1.10']          =4147.605;
stonePrice['Oval-F-VS2-1.11-1.29']          =5049.5445;
stonePrice['Oval-F-VS2-1.30-1.49']          =6912.675;
stonePrice['Oval-F-VS2-1.50-1.60']          =8843.835;
stonePrice['Oval-F-VS2-1.70-1.89']          =11060.28;
stonePrice['Oval-F-VS2-2.00-2.10']          =16431.0575;
stonePrice['Oval-F-VVS1-0.23-0.29']          =345.19485;
stonePrice['Oval-F-VVS1-0.30-0.37']          =666.1875;
stonePrice['Oval-F-VVS1-0.38-0.44']          =987.525;
stonePrice['Oval-F-VVS1-0.45-0.49']          =1178.76;
stonePrice['Oval-F-VVS1-0.50-0.59']          =1550.6755;
stonePrice['Oval-F-VVS1-0.60-0.69']          =1935.8625;
stonePrice['Oval-F-VVS1-0.70-0.79']          =2649.075;
stonePrice['Oval-F-VVS1-0.80-0.89']          =3233.23;
stonePrice['Oval-F-VVS1-0.90-0.99']          =4000.7825;
stonePrice['Oval-F-VVS1-1.00-1.10']          =5003.46;
stonePrice['Oval-F-VVS1-1.11-1.29']          =6091.514;
stonePrice['Oval-F-VVS1-1.30-1.49']          =8339.1;
stonePrice['Oval-F-VVS1-1.50-1.60']          =10107.24;
stonePrice['Oval-F-VVS1-1.70-1.89']          =12640.32;
stonePrice['Oval-F-VVS1-2.00-2.10']          =21165.43;
stonePrice['Oval-F-VVS2-0.23-0.29']          =336.22875;
stonePrice['Oval-F-VVS2-0.30-0.37']          =559.5975;
stonePrice['Oval-F-VVS2-0.38-0.44']          =888.7725;
stonePrice['Oval-F-VVS2-0.45-0.49']          =1060.884;
stonePrice['Oval-F-VVS2-0.50-0.59']          =1387.4465;
stonePrice['Oval-F-VVS2-0.60-0.69']          =1732.0875;
stonePrice['Oval-F-VVS2-0.70-0.79']          =2547.1875;
stonePrice['Oval-F-VVS2-0.80-0.89']          =3108.875;
stonePrice['Oval-F-VVS2-0.90-0.99']          =3742.6675;
stonePrice['Oval-F-VVS2-1.00-1.10']          =4871.79;
stonePrice['Oval-F-VVS2-1.11-1.29']          =5931.211;
stonePrice['Oval-F-VVS2-1.30-1.49']          =8119.65;
stonePrice['Oval-F-VVS2-1.50-1.60']          =9791.38875;
stonePrice['Oval-F-VVS2-1.70-1.89']          =12245.31;
stonePrice['Oval-F-VVS2-2.00-2.10']          =19772.9675;
stonePrice['Oval-G-SI1-0.23-0.29']          =228.228;
stonePrice['Oval-G-SI1-0.30-0.37']          =373.065;
stonePrice['Oval-G-SI1-0.38-0.44']          =592.515;
stonePrice['Oval-G-SI1-0.45-0.49']          =707.256;
stonePrice['Oval-G-SI1-0.50-0.59']          =897.7595;
stonePrice['Oval-G-SI1-0.60-0.69']          =1120.7625;
stonePrice['Oval-G-SI1-0.70-0.79']          =1630.2;
stonePrice['Oval-G-SI1-0.80-0.89']          =1989.68;
stonePrice['Oval-G-SI1-0.90-0.99']          =2968.3225;
stonePrice['Oval-G-SI1-1.00-1.10']          =3423.42;
stonePrice['Oval-G-SI1-1.11-1.29']          =4167.878;
stonePrice['Oval-G-SI1-1.30-1.49']          =5705.7;
stonePrice['Oval-G-SI1-1.50-1.60']          =7580.43;
stonePrice['Oval-G-SI1-1.70-1.89']          =9480.24;
stonePrice['Oval-G-SI1-2.00-2.10']          =13228.39375;
stonePrice['Oval-G-SI2-0.23-0.29']          =193.58625;
stonePrice['Oval-G-SI2-0.30-0.37']          =341.088;
stonePrice['Oval-G-SI2-0.38-0.44']          =493.7625;
stonePrice['Oval-G-SI2-0.45-0.49']          =589.38;
stonePrice['Oval-G-SI2-0.50-0.59']          =734.5305;
stonePrice['Oval-G-SI2-0.60-0.69']          =916.9875;
stonePrice['Oval-G-SI2-0.70-0.79']          =1477.36875;
stonePrice['Oval-G-SI2-0.80-0.89']          =1803.1475;
stonePrice['Oval-G-SI2-0.90-0.99']          =2645.67875;
stonePrice['Oval-G-SI2-1.00-1.10']          =2962.575;
stonePrice['Oval-G-SI2-1.11-1.29']          =3606.8175;
stonePrice['Oval-G-SI2-1.30-1.49']          =4937.625;
stonePrice['Oval-G-SI2-1.50-1.60']          =6422.30875;
stonePrice['Oval-G-SI2-1.70-1.89']          =8031.87;
stonePrice['Oval-G-SI2-2.00-2.10']          =10721.96125;
stonePrice['Oval-G-SI3-0.23-0.29']          =184.756;
stonePrice['Oval-G-SI3-0.30-0.37']          =319.77;
stonePrice['Oval-G-SI3-0.38-0.44']          =493.7625;
stonePrice['Oval-G-SI3-0.45-0.49']          =589.38;
stonePrice['Oval-G-SI3-0.50-0.59']          =734.5305;
stonePrice['Oval-G-SI3-0.60-0.69']          =916.9875;
stonePrice['Oval-G-SI3-0.70-0.79']          =1426.425;
stonePrice['Oval-G-SI3-0.80-0.89']          =1740.97;
stonePrice['Oval-G-SI3-0.90-0.99']          =2258.50625;
stonePrice['Oval-G-SI3-1.00-1.10']          =2501.73;
stonePrice['Oval-G-SI3-1.11-1.29']          =3045.757;
stonePrice['Oval-G-SI3-1.30-1.49']          =4169.55;
stonePrice['Oval-G-SI3-1.50-1.60']          =5158.90375;
stonePrice['Oval-G-SI3-1.70-1.89']          =6451.83;
stonePrice['Oval-G-SI3-2.00-2.10']          =7797.79;
stonePrice['Oval-G-VS1-0.23-0.29']          =249.964;
stonePrice['Oval-G-VS1-0.30-0.37']          =453.0075;
stonePrice['Oval-G-VS1-0.38-0.44']          =757.1025;
stonePrice['Oval-G-VS1-0.45-0.49']          =903.716;
stonePrice['Oval-G-VS1-0.50-0.59']          =1142.603;
stonePrice['Oval-G-VS1-0.60-0.69']          =1426.425;
stonePrice['Oval-G-VS1-0.70-0.79']          =2139.6375;
stonePrice['Oval-G-VS1-0.80-0.89']          =2611.455;
stonePrice['Oval-G-VS1-0.90-0.99']          =3484.5525;
stonePrice['Oval-G-VS1-1.00-1.10']          =4345.11;
stonePrice['Oval-G-VS1-1.11-1.29']          =5289.999;
stonePrice['Oval-G-VS1-1.30-1.49']          =7241.85;
stonePrice['Oval-G-VS1-1.50-1.60']          =8949.11875;
stonePrice['Oval-G-VS1-1.70-1.89']          =11191.95;
stonePrice['Oval-G-VS1-2.00-2.10']          =16431.0575;
stonePrice['Oval-G-VS2-0.23-0.29']          =243.7149;
stonePrice['Oval-G-VS2-0.30-0.37']          =399.7125;
stonePrice['Oval-G-VS2-0.38-0.44']          =691.2675;
stonePrice['Oval-G-VS2-0.45-0.49']          =825.132;
stonePrice['Oval-G-VS2-0.50-0.59']          =1020.18125;
stonePrice['Oval-G-VS2-0.60-0.69']          =1273.59375;
stonePrice['Oval-G-VS2-0.70-0.79']          =1935.8625;
stonePrice['Oval-G-VS2-0.80-0.89']          =2362.745;
stonePrice['Oval-G-VS2-0.90-0.99']          =3226.4375;
stonePrice['Oval-G-VS2-1.00-1.10']          =3950.1;
stonePrice['Oval-G-VS2-1.11-1.29']          =4809.09;
stonePrice['Oval-G-VS2-1.30-1.49']          =6583.5;
stonePrice['Oval-G-VS2-1.50-1.60']          =8317.41625;
stonePrice['Oval-G-VS2-1.70-1.89']          =10401.93;
stonePrice['Oval-G-VS2-2.00-2.10']          =15734.82625;
stonePrice['Oval-G-VVS1-0.23-0.29']          =315.172;
stonePrice['Oval-G-VVS1-0.30-0.37']          =586.245;
stonePrice['Oval-G-VVS1-0.38-0.44']          =888.7725;
stonePrice['Oval-G-VVS1-0.45-0.49']          =1060.884;
stonePrice['Oval-G-VVS1-0.50-0.59']          =1387.4465;
stonePrice['Oval-G-VVS1-0.60-0.69']          =1732.0875;
stonePrice['Oval-G-VVS1-0.70-0.79']          =2496.24375;
stonePrice['Oval-G-VVS1-0.80-0.89']          =3046.6975;
stonePrice['Oval-G-VVS1-0.90-0.99']          =3742.6675;
stonePrice['Oval-G-VVS1-1.00-1.10']          =4871.79;
stonePrice['Oval-G-VVS1-1.11-1.29']          =5931.211;
stonePrice['Oval-G-VVS1-1.30-1.49']          =8119.65;
stonePrice['Oval-G-VVS1-1.50-1.60']          =9791.38875;
stonePrice['Oval-G-VVS1-1.70-1.89']          =12245.31;
stonePrice['Oval-G-VVS1-2.00-2.10']          =19215.9825;
stonePrice['Oval-G-VVS2-0.23-0.29']          =307.2927;
stonePrice['Oval-G-VVS2-0.30-0.37']          =506.3025;
stonePrice['Oval-G-VVS2-0.38-0.44']          =822.9375;
stonePrice['Oval-G-VVS2-0.45-0.49']          =982.3;
stonePrice['Oval-G-VVS2-0.50-0.59']          =1265.02475;
stonePrice['Oval-G-VVS2-0.60-0.69']          =1579.25625;
stonePrice['Oval-G-VVS2-0.70-0.79']          =2343.4125;
stonePrice['Oval-G-VVS2-0.80-0.89']          =2860.165;
stonePrice['Oval-G-VVS2-0.90-0.99']          =3613.61;
stonePrice['Oval-G-VVS2-1.00-1.10']          =4674.285;
stonePrice['Oval-G-VVS2-1.11-1.29']          =5690.7565;
stonePrice['Oval-G-VVS2-1.30-1.49']          =7790.475;
stonePrice['Oval-G-VVS2-1.50-1.60']          =9264.97;
stonePrice['Oval-G-VVS2-1.70-1.89']          =11586.96;
stonePrice['Oval-G-VVS2-2.00-2.10']          =17823.52;
stonePrice['Oval-H-SI1-0.23-0.29']          =213.96375;
stonePrice['Oval-H-SI1-0.30-0.37']          =346.4175;
stonePrice['Oval-H-SI1-0.38-0.44']          =559.5975;
stonePrice['Oval-H-SI1-0.45-0.49']          =667.964;
stonePrice['Oval-H-SI1-0.50-0.59']          =775.33775;
stonePrice['Oval-H-SI1-0.60-0.69']          =967.93125;
stonePrice['Oval-H-SI1-0.70-0.79']          =1477.36875;
stonePrice['Oval-H-SI1-0.80-0.89']          =1803.1475;
stonePrice['Oval-H-SI1-0.90-0.99']          =2645.67875;
stonePrice['Oval-H-SI1-1.00-1.10']          =2896.74;
stonePrice['Oval-H-SI1-1.11-1.29']          =3526.666;
stonePrice['Oval-H-SI1-1.30-1.49']          =4827.9;
stonePrice['Oval-H-SI1-1.50-1.60']          =6422.30875;
stonePrice['Oval-H-SI1-1.70-1.89']          =8031.87;
stonePrice['Oval-H-SI1-2.00-2.10']          =11139.7;
stonePrice['Oval-H-SI2-0.23-0.29']          =193.58625;
stonePrice['Oval-H-SI2-0.30-0.37']          =293.1225;
stonePrice['Oval-H-SI2-0.38-0.44']          =460.845;
stonePrice['Oval-H-SI2-0.45-0.49']          =550.088;
stonePrice['Oval-H-SI2-0.50-0.59']          =693.72325;
stonePrice['Oval-H-SI2-0.60-0.69']          =866.04375;
stonePrice['Oval-H-SI2-0.70-0.79']          =1375.48125;
stonePrice['Oval-H-SI2-0.80-0.89']          =1678.7925;
stonePrice['Oval-H-SI2-0.90-0.99']          =2323.035;
stonePrice['Oval-H-SI2-1.00-1.10']          =2567.565;
stonePrice['Oval-H-SI2-1.11-1.29']          =3125.9085;
stonePrice['Oval-H-SI2-1.30-1.49']          =4279.275;
stonePrice['Oval-H-SI2-1.50-1.60']          =5580.03875;
stonePrice['Oval-H-SI2-1.70-1.89']          =6978.51;
stonePrice['Oval-H-SI2-2.00-2.10']          =9190.2525;
stonePrice['Oval-H-SI3-0.23-0.29']          =173.20875;
stonePrice['Oval-H-SI3-0.30-0.37']          =293.1225;
stonePrice['Oval-H-SI3-0.38-0.44']          =460.845;
stonePrice['Oval-H-SI3-0.45-0.49']          =550.088;
stonePrice['Oval-H-SI3-0.50-0.59']          =693.72325;
stonePrice['Oval-H-SI3-0.60-0.69']          =866.04375;
stonePrice['Oval-H-SI3-0.70-0.79']          =1324.5375;
stonePrice['Oval-H-SI3-0.80-0.89']          =1616.615;
stonePrice['Oval-H-SI3-0.90-0.99']          =2129.44875;
stonePrice['Oval-H-SI3-1.00-1.10']          =2370.06;
stonePrice['Oval-H-SI3-1.11-1.29']          =2885.454;
stonePrice['Oval-H-SI3-1.30-1.49']          =3950.1;
stonePrice['Oval-H-SI3-1.50-1.60']          =4632.485;
stonePrice['Oval-H-SI3-1.70-1.89']          =5793.48;
stonePrice['Oval-H-SI3-2.00-2.10']          =6962.3125;
stonePrice['Oval-H-VS1-0.23-0.29']          =243.7149;
stonePrice['Oval-H-VS1-0.30-0.37']          =426.36;
stonePrice['Oval-H-VS1-0.38-0.44']          =691.2675;
stonePrice['Oval-H-VS1-0.45-0.49']          =825.132;
stonePrice['Oval-H-VS1-0.50-0.59']          =1060.9885;
stonePrice['Oval-H-VS1-0.60-0.69']          =1324.5375;
stonePrice['Oval-H-VS1-0.70-0.79']          =1986.80625;
stonePrice['Oval-H-VS1-0.80-0.89']          =2424.9225;
stonePrice['Oval-H-VS1-0.90-0.99']          =2968.3225;
stonePrice['Oval-H-VS1-1.00-1.10']          =3489.255;
stonePrice['Oval-H-VS1-1.11-1.29']          =4248.0295;
stonePrice['Oval-H-VS1-1.30-1.49']          =5815.425;
stonePrice['Oval-H-VS1-1.50-1.60']          =7369.8625;
stonePrice['Oval-H-VS1-1.70-1.89']          =9216.9;
stonePrice['Oval-H-VS1-2.00-2.10']          =13089.1475;
stonePrice['Oval-H-VS2-0.23-0.29']          =234.34125;
stonePrice['Oval-H-VS2-0.30-0.37']          =373.065;
stonePrice['Oval-H-VS2-0.38-0.44']          =625.4325;
stonePrice['Oval-H-VS2-0.45-0.49']          =746.548;
stonePrice['Oval-H-VS2-0.50-0.59']          =979.374;
stonePrice['Oval-H-VS2-0.60-0.69']          =1222.65;
stonePrice['Oval-H-VS2-0.70-0.79']          =1732.0875;
stonePrice['Oval-H-VS2-0.80-0.89']          =2114.035;
stonePrice['Oval-H-VS2-0.90-0.99']          =2774.73625;
stonePrice['Oval-H-VS2-1.00-1.10']          =3160.08;
stonePrice['Oval-H-VS2-1.11-1.29']          =3847.272;
stonePrice['Oval-H-VS2-1.30-1.49']          =5266.8;
stonePrice['Oval-H-VS2-1.50-1.60']          =6948.7275;
stonePrice['Oval-H-VS2-1.70-1.89']          =8690.22;
stonePrice['Oval-H-VS2-2.00-2.10']          =12392.91625;
stonePrice['Oval-H-VVS1-0.23-0.29']          =307.2927;
stonePrice['Oval-H-VVS1-0.30-0.37']          =506.3025;
stonePrice['Oval-H-VVS1-0.38-0.44']          =790.02;
stonePrice['Oval-H-VVS1-0.45-0.49']          =943.008;
stonePrice['Oval-H-VVS1-0.50-0.59']          =1265.02475;
stonePrice['Oval-H-VVS1-0.60-0.69']          =1579.25625;
stonePrice['Oval-H-VVS1-0.70-0.79']          =2190.58125;
stonePrice['Oval-H-VVS1-0.80-0.89']          =2673.6325;
stonePrice['Oval-H-VVS1-0.90-0.99']          =3226.4375;
stonePrice['Oval-H-VVS1-1.00-1.10']          =3884.265;
stonePrice['Oval-H-VVS1-1.11-1.29']          =4728.9385;
stonePrice['Oval-H-VVS1-1.30-1.49']          =6473.775;
stonePrice['Oval-H-VVS1-1.50-1.60']          =8001.565;
stonePrice['Oval-H-VVS1-1.70-1.89']          =10006.92;
stonePrice['Oval-H-VVS1-2.00-2.10']          =15177.84125;
stonePrice['Oval-H-VVS2-0.23-0.29']          =295.47375;
stonePrice['Oval-H-VVS2-0.30-0.37']          =453.0075;
stonePrice['Oval-H-VVS2-0.38-0.44']          =724.185;
stonePrice['Oval-H-VVS2-0.45-0.49']          =864.424;
stonePrice['Oval-H-VVS2-0.50-0.59']          =1183.41025;
stonePrice['Oval-H-VVS2-0.60-0.69']          =1477.36875;
stonePrice['Oval-H-VVS2-0.70-0.79']          =2139.6375;
stonePrice['Oval-H-VVS2-0.80-0.89']          =2611.455;
stonePrice['Oval-H-VVS2-0.90-0.99']          =3097.38;
stonePrice['Oval-H-VVS2-1.00-1.10']          =3686.76;
stonePrice['Oval-H-VVS2-1.11-1.29']          =4488.484;
stonePrice['Oval-H-VVS2-1.30-1.49']          =6144.6;
stonePrice['Oval-H-VVS2-1.50-1.60']          =7685.71375;
stonePrice['Oval-H-VVS2-1.70-1.89']          =9611.91;
stonePrice['Oval-H-VVS2-2.00-2.10']          =13785.37875;
stonePrice['Oval-I-SI1-0.23-0.29']          =206.492;
stonePrice['Oval-I-SI1-0.30-0.37']          =319.77;
stonePrice['Oval-I-SI1-0.38-0.44']          =493.7625;
stonePrice['Oval-I-SI1-0.45-0.49']          =589.38;
stonePrice['Oval-I-SI1-0.50-0.59']          =775.33775;
stonePrice['Oval-I-SI1-0.60-0.69']          =967.93125;
stonePrice['Oval-I-SI1-0.70-0.79']          =1273.59375;
stonePrice['Oval-I-SI1-0.80-0.89']          =1554.4375;
stonePrice['Oval-I-SI1-0.90-0.99']          =2452.0925;
stonePrice['Oval-I-SI1-1.00-1.10']          =2633.4;
stonePrice['Oval-I-SI1-1.11-1.29']          =3206.06;
stonePrice['Oval-I-SI1-1.30-1.49']          =4389;
stonePrice['Oval-I-SI1-1.50-1.60']          =5790.60625;
stonePrice['Oval-I-SI1-1.70-1.89']          =7241.85;
stonePrice['Oval-I-SI1-2.00-2.10']          =9747.2375;
stonePrice['Oval-I-SI2-0.23-0.29']          =184.756;
stonePrice['Oval-I-SI2-0.30-0.37']          =266.475;
stonePrice['Oval-I-SI2-0.38-0.44']          =427.9275;
stonePrice['Oval-I-SI2-0.45-0.49']          =510.796;
stonePrice['Oval-I-SI2-0.50-0.59']          =693.72325;
stonePrice['Oval-I-SI2-0.60-0.69']          =866.04375;
stonePrice['Oval-I-SI2-0.70-0.79']          =1783.03125;
stonePrice['Oval-I-SI2-0.80-0.89']          =2176.2125;
stonePrice['Oval-I-SI2-0.90-0.99']          =2129.44875;
stonePrice['Oval-I-SI2-1.00-1.10']          =2304.225;
stonePrice['Oval-I-SI2-1.11-1.29']          =2805.3025;
stonePrice['Oval-I-SI2-1.30-1.49']          =3840.375;
stonePrice['Oval-I-SI2-1.50-1.60']          =4843.0525;
stonePrice['Oval-I-SI2-1.70-1.89']          =6056.82;
stonePrice['Oval-I-SI2-2.00-2.10']          =8354.775;
stonePrice['Oval-I-SI3-0.23-0.29']          =163.02;
stonePrice['Oval-I-SI3-0.30-0.37']          =266.475;
stonePrice['Oval-I-SI3-0.38-0.44']          =427.9275;
stonePrice['Oval-I-SI3-0.45-0.49']          =510.796;
stonePrice['Oval-I-SI3-0.50-0.59']          =652.916;
stonePrice['Oval-I-SI3-0.60-0.69']          =815.1;
stonePrice['Oval-I-SI3-0.70-0.79']          =1120.7625;
stonePrice['Oval-I-SI3-0.80-0.89']          =1367.905;
stonePrice['Oval-I-SI3-0.90-0.99']          =1871.33375;
stonePrice['Oval-I-SI3-1.00-1.10']          =2172.555;
stonePrice['Oval-I-SI3-1.11-1.29']          =2644.9995;
stonePrice['Oval-I-SI3-1.30-1.49']          =3620.925;
stonePrice['Oval-I-SI3-1.50-1.60']          =4211.35;
stonePrice['Oval-I-SI3-1.70-1.89']          =5266.8;
stonePrice['Oval-I-SI3-2.00-2.10']          =6544.57375;
stonePrice['Oval-I-VS1-0.23-0.29']          =228.228;
stonePrice['Oval-I-VS1-0.30-0.37']          =373.065;
stonePrice['Oval-I-VS1-0.38-0.44']          =592.515;
stonePrice['Oval-I-VS1-0.45-0.49']          =707.256;
stonePrice['Oval-I-VS1-0.50-0.59']          =938.56675;
stonePrice['Oval-I-VS1-0.60-0.69']          =1171.70625;
stonePrice['Oval-I-VS1-0.70-0.79']          =1681.14375;
stonePrice['Oval-I-VS1-0.80-0.89']          =2051.8575;
stonePrice['Oval-I-VS1-0.90-0.99']          =2710.2075;
stonePrice['Oval-I-VS1-1.00-1.10']          =3160.08;
stonePrice['Oval-I-VS1-1.11-1.29']          =3847.272;
stonePrice['Oval-I-VS1-1.30-1.49']          =5266.8;
stonePrice['Oval-I-VS1-1.50-1.60']          =6422.30875;
stonePrice['Oval-I-VS1-1.70-1.89']          =8031.87;
stonePrice['Oval-I-VS1-2.00-2.10']          =11000.45375;
stonePrice['Oval-I-VS2-0.23-0.29']          =222.5223;
stonePrice['Oval-I-VS2-0.30-0.37']          =346.4175;
stonePrice['Oval-I-VS2-0.38-0.44']          =526.68;
stonePrice['Oval-I-VS2-0.45-0.49']          =628.672;
stonePrice['Oval-I-VS2-0.50-0.59']          =856.95225;
stonePrice['Oval-I-VS2-0.60-0.69']          =1069.81875;
stonePrice['Oval-I-VS2-0.70-0.79']          =1426.425;
stonePrice['Oval-I-VS2-0.80-0.89']          =1740.97;
stonePrice['Oval-I-VS2-0.90-0.99']          =2516.62125;
stonePrice['Oval-I-VS2-1.00-1.10']          =2896.74;
stonePrice['Oval-I-VS2-1.11-1.29']          =3526.666;
stonePrice['Oval-I-VS2-1.30-1.49']          =4827.9;
stonePrice['Oval-I-VS2-1.50-1.60']          =6106.4575;
stonePrice['Oval-I-VS2-1.70-1.89']          =7636.86;
stonePrice['Oval-I-VS2-2.00-2.10']          =10304.2225;
stonePrice['Oval-I-VVS1-0.23-0.29']          =260.832;
stonePrice['Oval-I-VVS1-0.30-0.37']          =399.7125;
stonePrice['Oval-I-VVS1-0.38-0.44']          =658.35;
stonePrice['Oval-I-VVS1-0.45-0.49']          =785.84;
stonePrice['Oval-I-VVS1-0.50-0.59']          =1060.9885;
stonePrice['Oval-I-VVS1-0.60-0.69']          =1324.5375;
stonePrice['Oval-I-VVS1-0.70-0.79']          =1884.91875;
stonePrice['Oval-I-VVS1-0.80-0.89']          =2300.5675;
stonePrice['Oval-I-VVS1-0.90-0.99']          =2903.79375;
stonePrice['Oval-I-VVS1-1.00-1.10']          =3423.42;
stonePrice['Oval-I-VVS1-1.11-1.29']          =4167.878;
stonePrice['Oval-I-VVS1-1.30-1.49']          =5705.7;
stonePrice['Oval-I-VVS1-1.50-1.60']          =6843.44375;
stonePrice['Oval-I-VVS1-1.70-1.89']          =8558.55;
stonePrice['Oval-I-VVS1-2.00-2.10']          =12392.91625;
stonePrice['Oval-I-VVS2-0.23-0.29']          =254.3112;
stonePrice['Oval-I-VVS2-0.30-0.37']          =373.065;
stonePrice['Oval-I-VVS2-0.38-0.44']          =625.4325;
stonePrice['Oval-I-VVS2-0.45-0.49']          =746.548;
stonePrice['Oval-I-VVS2-0.50-0.59']          =1020.18125;
stonePrice['Oval-I-VVS2-0.60-0.69']          =1273.59375;
stonePrice['Oval-I-VVS2-0.70-0.79']          =1833.975;
stonePrice['Oval-I-VVS2-0.80-0.89']          =2238.39;
stonePrice['Oval-I-VVS2-0.90-0.99']          =2839.265;
stonePrice['Oval-I-VVS2-1.00-1.10']          =3291.75;
stonePrice['Oval-I-VVS2-1.11-1.29']          =4007.575;
stonePrice['Oval-I-VVS2-1.30-1.49']          =5486.25;
stonePrice['Oval-I-VVS2-1.50-1.60']          =6738.16;
stonePrice['Oval-I-VVS2-1.70-1.89']          =8426.88;
stonePrice['Oval-I-VVS2-2.00-2.10']          =11696.685;
stonePrice['Oval-J-SI1-0.23-0.29']          =193.58625;
stonePrice['Oval-J-SI1-0.30-0.37']          =266.475;
stonePrice['Oval-J-SI1-0.38-0.44']          =395.01;
stonePrice['Oval-J-SI1-0.45-0.49']          =471.504;
stonePrice['Oval-J-SI1-0.50-0.59']          =693.72325;
stonePrice['Oval-J-SI1-0.60-0.69']          =866.04375;
stonePrice['Oval-J-SI1-0.70-0.79']          =1222.65;
stonePrice['Oval-J-SI1-0.80-0.89']          =1492.26;
stonePrice['Oval-J-SI1-0.90-0.99']          =2193.9775;
stonePrice['Oval-J-SI1-1.00-1.10']          =2304.225;
stonePrice['Oval-J-SI1-1.11-1.29']          =2805.3025;
stonePrice['Oval-J-SI1-1.30-1.49']          =3840.375;
stonePrice['Oval-J-SI1-1.50-1.60']          =4632.485;
stonePrice['Oval-J-SI1-1.70-1.89']          =5793.48;
stonePrice['Oval-J-SI1-2.00-2.10']          =7797.79;
stonePrice['Oval-J-SI2-0.23-0.29']          =173.20875;
stonePrice['Oval-J-SI2-0.30-0.37']          =239.8275;
stonePrice['Oval-J-SI2-0.38-0.44']          =362.0925;
stonePrice['Oval-J-SI2-0.45-0.49']          =432.212;
stonePrice['Oval-J-SI2-0.50-0.59']          =652.916;
stonePrice['Oval-J-SI2-0.60-0.69']          =815.1;
stonePrice['Oval-J-SI2-0.70-0.79']          =1018.875;
stonePrice['Oval-J-SI2-0.80-0.89']          =1243.55;
stonePrice['Oval-J-SI2-0.90-0.99']          =1935.8625;
stonePrice['Oval-J-SI2-1.00-1.10']          =2040.885;
stonePrice['Oval-J-SI2-1.11-1.29']          =2484.6965;
stonePrice['Oval-J-SI2-1.30-1.49']          =3401.475;

stonePrice['Oval-J-SI2-1.50-1.60']          =4000.7825;
stonePrice['Oval-J-SI2-1.70-1.89']          =5003.46;
stonePrice['Oval-J-SI2-2.00-2.10']          =6962.3125;
stonePrice['Oval-J-SI3-0.23-0.29']          =152.83125;
stonePrice['Oval-J-SI3-0.30-0.37']          =239.8275;
stonePrice['Oval-J-SI3-0.38-0.44']          =362.0925;
stonePrice['Oval-J-SI3-0.45-0.49']          =432.212;
stonePrice['Oval-J-SI3-0.50-0.59']          =571.3015;
stonePrice['Oval-J-SI3-0.60-0.69']          =713.2125;
stonePrice['Oval-J-SI3-0.70-0.79']          =967.93125;
stonePrice['Oval-J-SI3-0.80-0.89']          =1181.3725;
stonePrice['Oval-J-SI3-0.90-0.99']          =1677.7475;
stonePrice['Oval-J-SI3-1.00-1.10']          =1843.38;
stonePrice['Oval-J-SI3-1.11-1.29']          =2244.242;
stonePrice['Oval-J-SI3-1.30-1.49']          =3072.3;
stonePrice['Oval-J-SI3-1.50-1.60']          =3474.36375;
stonePrice['Oval-J-SI3-1.70-1.89']          =4345.11;
stonePrice['Oval-J-SI3-2.00-2.10']          =5291.3575;
stonePrice['Oval-J-VS1-0.23-0.29']          =222.5223;
stonePrice['Oval-J-VS1-0.30-0.37']          =293.1225;
stonePrice['Oval-J-VS1-0.38-0.44']          =493.7625;
stonePrice['Oval-J-VS1-0.45-0.49']          =589.38;
stonePrice['Oval-J-VS1-0.50-0.59']          =775.33775;
stonePrice['Oval-J-VS1-0.60-0.69']          =967.93125;
stonePrice['Oval-J-VS1-0.70-0.79']          =1375.48125;
stonePrice['Oval-J-VS1-0.80-0.89']          =1678.7925;
stonePrice['Oval-J-VS1-0.90-0.99']          =2387.56375;
stonePrice['Oval-J-VS1-1.00-1.10']          =2633.4;
stonePrice['Oval-J-VS1-1.11-1.29']          =3206.06;
stonePrice['Oval-J-VS1-1.30-1.49']          =4389;
stonePrice['Oval-J-VS1-1.50-1.60']          =5053.62;
stonePrice['Oval-J-VS1-1.70-1.89']          =6320.16;
stonePrice['Oval-J-VS1-2.00-2.10']          =8772.51375;
stonePrice['Oval-J-VS2-0.23-0.29']          =213.96375;
stonePrice['Oval-J-VS2-0.30-0.37']          =293.1225;
stonePrice['Oval-J-VS2-0.38-0.44']          =427.9275;
stonePrice['Oval-J-VS2-0.45-0.49']          =510.796;
stonePrice['Oval-J-VS2-0.50-0.59']          =734.5305;
stonePrice['Oval-J-VS2-0.60-0.69']          =916.9875;
stonePrice['Oval-J-VS2-0.70-0.79']          =1324.5375;
stonePrice['Oval-J-VS2-0.80-0.89']          =1616.615;
stonePrice['Oval-J-VS2-0.90-0.99']          =2323.035;
stonePrice['Oval-J-VS2-1.00-1.10']          =2501.73;
stonePrice['Oval-J-VS2-1.11-1.29']          =3045.757;
stonePrice['Oval-J-VS2-1.30-1.49']          =4169.55;
stonePrice['Oval-J-VS2-1.50-1.60']          =4843.0525;
stonePrice['Oval-J-VS2-1.70-1.89']          =6056.82;
stonePrice['Oval-J-VS2-2.00-2.10']          =8215.52875;
stonePrice['Oval-J-VVS1-0.23-0.29']          =254.3112;
stonePrice['Oval-J-VVS1-0.30-0.37']          =319.77;
stonePrice['Oval-J-VVS1-0.38-0.44']          =526.68;
stonePrice['Oval-J-VVS1-0.45-0.49']          =628.672;
stonePrice['Oval-J-VVS1-0.50-0.59']          =856.95225;
stonePrice['Oval-J-VVS1-0.60-0.69']          =1069.81875;
stonePrice['Oval-J-VVS1-0.70-0.79']          =1528.3125;
stonePrice['Oval-J-VVS1-0.80-0.89']          =1865.325;
stonePrice['Oval-J-VVS1-0.90-0.99']          =2581.15;
stonePrice['Oval-J-VVS1-1.00-1.10']          =2896.74;
stonePrice['Oval-J-VVS1-1.11-1.29']          =3526.666;
stonePrice['Oval-J-VVS1-1.30-1.49']          =4827.9;
stonePrice['Oval-J-VVS1-1.50-1.60']          =5369.47125;
stonePrice['Oval-J-VVS1-1.70-1.89']          =6715.17;
stonePrice['Oval-J-VVS1-2.00-2.10']          =9607.99125;
stonePrice['Oval-J-VVS2-0.23-0.29']          =244.53;
stonePrice['Oval-J-VVS2-0.30-0.37']          =319.77;
stonePrice['Oval-J-VVS2-0.38-0.44']          =526.68;
stonePrice['Oval-J-VVS2-0.45-0.49']          =628.672;
stonePrice['Oval-J-VVS2-0.50-0.59']          =816.145;
stonePrice['Oval-J-VVS2-0.60-0.69']          =1018.875;
stonePrice['Oval-J-VVS2-0.70-0.79']          =1477.36875;
stonePrice['Oval-J-VVS2-0.80-0.89']          =1803.1475;
stonePrice['Oval-J-VVS2-0.90-0.99']          =2516.62125;
stonePrice['Oval-J-VVS2-1.00-1.10']          =2765.07;
stonePrice['Oval-J-VVS2-1.11-1.29']          =3366.363;
stonePrice['Oval-J-VVS2-1.30-1.49']          =4608.45;
stonePrice['Oval-J-VVS2-1.50-1.60']          =5264.1875;
stonePrice['Oval-J-VVS2-1.70-1.89']          =6583.5;
stonePrice['Oval-J-VVS2-2.00-2.10']          =9190.2525;
stonePrice['Pear-D-SI1-0.23-0.29']          =254.8;
stonePrice['Pear-D-SI1-0.30-0.37']          =449.82;
stonePrice['Pear-D-SI1-0.38-0.44']          =679.14;
stonePrice['Pear-D-SI1-0.45-0.49']          =810.656;
stonePrice['Pear-D-SI1-0.50-0.59']          =1071.532;
stonePrice['Pear-D-SI1-0.60-0.69']          =1337.7;
stonePrice['Pear-D-SI1-0.70-0.79']          =2054.325;
stonePrice['Pear-D-SI1-0.80-0.89']          =2507.33;
stonePrice['Pear-D-SI1-0.90-0.99']          =3328.325;
stonePrice['Pear-D-SI1-1.00-1.10']          =3766.14;
stonePrice['Pear-D-SI1-1.11-1.29']          =4585.126;
stonePrice['Pear-D-SI1-1.30-1.49']          =6276.9;
stonePrice['Pear-D-SI1-1.50-1.60']          =8293.74;
stonePrice['Pear-D-SI1-1.70-1.89']          =10372.32;
stonePrice['Pear-D-SI1-2.00-2.10']          =15017.275;
stonePrice['Pear-D-SI2-0.23-0.29']          =214.032;
stonePrice['Pear-D-SI2-0.30-0.37']          =374.85;
stonePrice['Pear-D-SI2-0.38-0.44']          =617.4;
stonePrice['Pear-D-SI2-0.45-0.49']          =736.96;
stonePrice['Pear-D-SI2-0.50-0.59']          =918.456;
stonePrice['Pear-D-SI2-0.60-0.69']          =1146.6;
stonePrice['Pear-D-SI2-0.70-0.79']          =1767.675;
stonePrice['Pear-D-SI2-0.80-0.89']          =2157.47;
stonePrice['Pear-D-SI2-0.90-0.99']          =2904.72;
stonePrice['Pear-D-SI2-1.00-1.10']          =3148.74;
stonePrice['Pear-D-SI2-1.11-1.29']          =3833.466;
stonePrice['Pear-D-SI2-1.30-1.49']          =5247.9;
stonePrice['Pear-D-SI2-1.50-1.60']          =6812.715;
stonePrice['Pear-D-SI2-1.70-1.89']          =8520.12;
stonePrice['Pear-D-SI2-2.00-2.10']          =10969.14;
stonePrice['Pear-D-SI3-0.23-0.29']          =193.648;
stonePrice['Pear-D-SI3-0.30-0.37']          =349.86;
stonePrice['Pear-D-SI3-0.38-0.44']          =555.66;
stonePrice['Pear-D-SI3-0.45-0.49']          =663.264;
stonePrice['Pear-D-SI3-0.50-0.59']          =841.918;
stonePrice['Pear-D-SI3-0.60-0.69']          =1051.05;
stonePrice['Pear-D-SI3-0.70-0.79']          =1624.35;
stonePrice['Pear-D-SI3-0.80-0.89']          =1982.54;
stonePrice['Pear-D-SI3-0.90-0.99']          =2360.085;
stonePrice['Pear-D-SI3-1.00-1.10']          =2593.08;
stonePrice['Pear-D-SI3-1.11-1.29']          =3156.972;
stonePrice['Pear-D-SI3-1.30-1.49']          =4321.8;
stonePrice['Pear-D-SI3-1.50-1.60']          =5331.69;
stonePrice['Pear-D-SI3-1.70-1.89']          =6667.92;
stonePrice['Pear-D-SI3-2.00-2.10']          =8226.855;
stonePrice['Pear-D-VS1-0.23-0.29']          =275.184;
stonePrice['Pear-D-VS1-0.30-0.37']          =599.76;
stonePrice['Pear-D-VS1-0.38-0.44']          =895.23;
stonePrice['Pear-D-VS1-0.45-0.49']          =1068.592;
stonePrice['Pear-D-VS1-0.50-0.59']          =1415.953;
stonePrice['Pear-D-VS1-0.60-0.69']          =1767.675;
stonePrice['Pear-D-VS1-0.70-0.79']          =2436.525;
stonePrice['Pear-D-VS1-0.80-0.89']          =2973.81;
stonePrice['Pear-D-VS1-0.90-0.99']          =3751.93;
stonePrice['Pear-D-VS1-1.00-1.10']          =4630.5;
stonePrice['Pear-D-VS1-1.11-1.29']          =5637.45;
stonePrice['Pear-D-VS1-1.30-1.49']          =7717.5;
stonePrice['Pear-D-VS1-1.50-1.60']          =9478.56;
stonePrice['Pear-D-VS1-1.70-1.89']          =11854.08;
stonePrice['Pear-D-VS1-2.00-2.10']          =19848.92;
stonePrice['Pear-D-VS2-0.23-0.29']          =275.184;
stonePrice['Pear-D-VS2-0.30-0.37']          =499.8;
stonePrice['Pear-D-VS2-0.38-0.44']          =771.75;
stonePrice['Pear-D-VS2-0.45-0.49']          =921.2;
stonePrice['Pear-D-VS2-0.50-0.59']          =1301.146;
stonePrice['Pear-D-VS2-0.60-0.69']          =1624.35;
stonePrice['Pear-D-VS2-0.70-0.79']          =2293.2;
stonePrice['Pear-D-VS2-0.80-0.89']          =2798.88;
stonePrice['Pear-D-VS2-0.90-0.99']          =3509.87;
stonePrice['Pear-D-VS2-1.00-1.10']          =4260.06;
stonePrice['Pear-D-VS2-1.11-1.29']          =5186.454;
stonePrice['Pear-D-VS2-1.30-1.49']          =7100.1;
stonePrice['Pear-D-VS2-1.50-1.60']          =8886.15;
stonePrice['Pear-D-VS2-1.70-1.89']          =11113.2;
stonePrice['Pear-D-VS2-2.00-2.10']          =18543.07;
stonePrice['Pear-D-VVS1-0.23-0.29']          =336.336;
stonePrice['Pear-D-VVS1-0.30-0.37']          =724.71;
stonePrice['Pear-D-VVS1-0.38-0.44']          =1049.58;
stonePrice['Pear-D-VVS1-0.45-0.49']          =1252.832;
stonePrice['Pear-D-VVS1-0.50-0.59']          =1722.105;
stonePrice['Pear-D-VVS1-0.60-0.69']          =2149.875;
stonePrice['Pear-D-VVS1-0.70-0.79']          =2723.175;
stonePrice['Pear-D-VVS1-0.80-0.89']          =3323.67;
stonePrice['Pear-D-VVS1-0.90-0.99']          =4115.02;
stonePrice['Pear-D-VVS1-1.00-1.10']          =5433.12;
stonePrice['Pear-D-VVS1-1.11-1.29']          =6614.608;
stonePrice['Pear-D-VVS1-1.30-1.49']          =9055.2;
stonePrice['Pear-D-VVS1-1.50-1.60']          =10663.38;
stonePrice['Pear-D-VVS1-1.70-1.89']          =13335.84;
stonePrice['Pear-D-VVS1-2.00-2.10']          =23635.885;
stonePrice['Pear-D-VVS2-0.23-0.29']          =336.336;
stonePrice['Pear-D-VVS2-0.30-0.37']          =649.74;
stonePrice['Pear-D-VVS2-0.38-0.44']          =956.97;
stonePrice['Pear-D-VVS2-0.45-0.49']          =1142.288;
stonePrice['Pear-D-VVS2-0.50-0.59']          =1569.029;
stonePrice['Pear-D-VVS2-0.60-0.69']          =1958.775;
stonePrice['Pear-D-VVS2-0.70-0.79']          =2579.85;
stonePrice['Pear-D-VVS2-0.80-0.89']          =3148.74;
stonePrice['Pear-D-VVS2-0.90-0.99']          =3993.99;
stonePrice['Pear-D-VVS2-1.00-1.10']          =4877.46;
stonePrice['Pear-D-VVS2-1.11-1.29']          =5938.114;
stonePrice['Pear-D-VVS2-1.30-1.49']          =8129.1;
stonePrice['Pear-D-VVS2-1.50-1.60']          =9774.765;
stonePrice['Pear-D-VVS2-1.70-1.89']          =12224.52;
stonePrice['Pear-D-VVS2-2.00-2.10']          =21807.695;
stonePrice['Pear-E-SI1-0.23-0.29']          =254.8;
stonePrice['Pear-E-SI1-0.30-0.37']          =399.84;
stonePrice['Pear-E-SI1-0.38-0.44']          =617.4;
stonePrice['Pear-E-SI1-0.45-0.49']          =736.96;
stonePrice['Pear-E-SI1-0.50-0.59']          =956.725;
stonePrice['Pear-E-SI1-0.60-0.69']          =1194.375;
stonePrice['Pear-E-SI1-0.70-0.79']          =1815.45;
stonePrice['Pear-E-SI1-0.80-0.89']          =2215.78;
stonePrice['Pear-E-SI1-0.90-0.99']          =3146.78;
stonePrice['Pear-E-SI1-1.00-1.10']          =3580.92;
stonePrice['Pear-E-SI1-1.11-1.29']          =4359.628;
stonePrice['Pear-E-SI1-1.30-1.49']          =5968.2;
stonePrice['Pear-E-SI1-1.50-1.60']          =8096.27;
stonePrice['Pear-E-SI1-1.70-1.89']          =10125.36;
stonePrice['Pear-E-SI1-2.00-2.10']          =14364.35;
stonePrice['Pear-E-SI2-0.23-0.29']          =203.3304;
stonePrice['Pear-E-SI2-0.30-0.37']          =349.86;
stonePrice['Pear-E-SI2-0.38-0.44']          =555.66;
stonePrice['Pear-E-SI2-0.45-0.49']          =663.264;
stonePrice['Pear-E-SI2-0.50-0.59']          =765.38;
stonePrice['Pear-E-SI2-0.60-0.69']          =955.5;
stonePrice['Pear-E-SI2-0.70-0.79']          =1576.575;
stonePrice['Pear-E-SI2-0.80-0.89']          =1924.23;
stonePrice['Pear-E-SI2-0.90-0.99']          =2723.175;
stonePrice['Pear-E-SI2-1.00-1.10']          =3025.26;
stonePrice['Pear-E-SI2-1.11-1.29']          =3683.134;
stonePrice['Pear-E-SI2-1.30-1.49']          =5042.1;
stonePrice['Pear-E-SI2-1.50-1.60']          =6713.98;
stonePrice['Pear-E-SI2-1.70-1.89']          =8396.64;
stonePrice['Pear-E-SI2-2.00-2.10']          =10707.97;
stonePrice['Pear-E-SI3-0.23-0.29']          =183.9656;
stonePrice['Pear-E-SI3-0.30-0.37']          =349.86;
stonePrice['Pear-E-SI3-0.38-0.44']          =524.79;
stonePrice['Pear-E-SI3-0.45-0.49']          =626.416;
stonePrice['Pear-E-SI3-0.50-0.59']          =765.38;
stonePrice['Pear-E-SI3-0.60-0.69']          =955.5;
stonePrice['Pear-E-SI3-0.70-0.79']          =1481.025;
stonePrice['Pear-E-SI3-0.80-0.89']          =1807.61;
stonePrice['Pear-E-SI3-0.90-0.99']          =2239.055;
stonePrice['Pear-E-SI3-1.00-1.10']          =2531.34;
stonePrice['Pear-E-SI3-1.11-1.29']          =3081.806;
stonePrice['Pear-E-SI3-1.30-1.49']          =4218.9;
stonePrice['Pear-E-SI3-1.50-1.60']          =5232.955;
stonePrice['Pear-E-SI3-1.70-1.89']          =6544.44;
stonePrice['Pear-E-SI3-2.00-2.10']          =7965.685;
stonePrice['Pear-E-VS1-0.23-0.29']          =268.3044;
stonePrice['Pear-E-VS1-0.30-0.37']          =824.67;
stonePrice['Pear-E-VS1-0.38-0.44']          =833.49;
stonePrice['Pear-E-VS1-0.45-0.49']          =994.896;
stonePrice['Pear-E-VS1-0.50-0.59']          =1262.877;
stonePrice['Pear-E-VS1-0.60-0.69']          =1576.575;
stonePrice['Pear-E-VS1-0.70-0.79']          =2293.2;
stonePrice['Pear-E-VS1-0.80-0.89']          =2798.88;
stonePrice['Pear-E-VS1-0.90-0.99']          =3570.385;
stonePrice['Pear-E-VS1-1.00-1.10']          =4507.02;
stonePrice['Pear-E-VS1-1.11-1.29']          =5487.118;
stonePrice['Pear-E-VS1-1.30-1.49']          =7511.7;
stonePrice['Pear-E-VS1-1.50-1.60']          =9182.355;
stonePrice['Pear-E-VS1-1.70-1.89']          =11483.64;
stonePrice['Pear-E-VS1-2.00-2.10']          =18543.07;
stonePrice['Pear-E-VS2-0.23-0.29']          =264.8646;
stonePrice['Pear-E-VS2-0.30-0.37']          =424.83;
stonePrice['Pear-E-VS2-0.38-0.44']          =740.88;
stonePrice['Pear-E-VS2-0.45-0.49']          =884.352;
stonePrice['Pear-E-VS2-0.50-0.59']          =1148.07;
stonePrice['Pear-E-VS2-0.60-0.69']          =1433.25;
stonePrice['Pear-E-VS2-0.70-0.79']          =2102.1;
stonePrice['Pear-E-VS2-0.80-0.89']          =2565.64;
stonePrice['Pear-E-VS2-0.90-0.99']          =3388.84;
stonePrice['Pear-E-VS2-1.00-1.10']          =4136.58;
stonePrice['Pear-E-VS2-1.11-1.29']          =5036.122;
stonePrice['Pear-E-VS2-1.30-1.49']          =6894.3;
stonePrice['Pear-E-VS2-1.50-1.60']          =8688.68;
stonePrice['Pear-E-VS2-1.70-1.89']          =10866.24;
stonePrice['Pear-E-VS2-2.00-2.10']          =16714.88;
stonePrice['Pear-E-VVS1-0.23-0.29']          =327.9276;
stonePrice['Pear-E-VVS1-0.30-0.37']          =674.73;
stonePrice['Pear-E-VVS1-0.38-0.44']          =987.84;
stonePrice['Pear-E-VVS1-0.45-0.49']          =1179.136;
stonePrice['Pear-E-VVS1-0.50-0.59']          =1569.029;
stonePrice['Pear-E-VVS1-0.60-0.69']          =1958.775;
stonePrice['Pear-E-VVS1-0.70-0.79']          =2579.85;
stonePrice['Pear-E-VVS1-0.80-0.89']          =3148.74;
stonePrice['Pear-E-VVS1-0.90-0.99']          =3993.99;
stonePrice['Pear-E-VVS1-1.00-1.10']          =4877.46;
stonePrice['Pear-E-VVS1-1.11-1.29']          =5938.114;
stonePrice['Pear-E-VVS1-1.30-1.49']          =8129.1;
stonePrice['Pear-E-VVS1-1.50-1.60']          =9774.765;
stonePrice['Pear-E-VVS1-1.70-1.89']          =12224.52;
stonePrice['Pear-E-VVS1-2.00-2.10']          =21807.695;
stonePrice['Pear-E-VVS2-0.23-0.29']          =284.4842;
stonePrice['Pear-E-VVS2-0.30-0.37']          =599.76;
stonePrice['Pear-E-VVS2-0.38-0.44']          =895.23;
stonePrice['Pear-E-VVS2-0.45-0.49']          =1068.592;
stonePrice['Pear-E-VVS2-0.50-0.59']          =1454.222;
stonePrice['Pear-E-VVS2-0.60-0.69']          =1815.45;
stonePrice['Pear-E-VVS2-0.70-0.79']          =2484.3;
stonePrice['Pear-E-VVS2-0.80-0.89']          =3032.12;
stonePrice['Pear-E-VVS2-0.90-0.99']          =3751.93;
stonePrice['Pear-E-VVS2-1.00-1.10']          =4692.24;
stonePrice['Pear-E-VVS2-1.11-1.29']          =5712.616;
stonePrice['Pear-E-VVS2-1.30-1.49']          =7820.4;
stonePrice['Pear-E-VVS2-1.50-1.60']          =9478.56;
stonePrice['Pear-E-VVS2-1.70-1.89']          =11854.08;
stonePrice['Pear-E-VVS2-2.00-2.10']          =19848.92;
stonePrice['Pear-F-SI1-0.23-0.29']          =245.245;
stonePrice['Pear-F-SI1-0.30-0.37']          =374.85;
stonePrice['Pear-F-SI1-0.38-0.44']          =586.53;
stonePrice['Pear-F-SI1-0.45-0.49']          =700.112;
stonePrice['Pear-F-SI1-0.50-0.59']          =918.456;
stonePrice['Pear-F-SI1-0.60-0.69']          =1146.6;
stonePrice['Pear-F-SI1-0.70-0.79']          =1719.9;
stonePrice['Pear-F-SI1-0.80-0.89']          =2099.16;
stonePrice['Pear-F-SI1-0.90-0.99']          =3025.75;
stonePrice['Pear-F-SI1-1.00-1.10']          =3457.44;
stonePrice['Pear-F-SI1-1.11-1.29']          =4209.296;
stonePrice['Pear-F-SI1-1.30-1.49']          =5762.4;
stonePrice['Pear-F-SI1-1.50-1.60']          =7800.065;
stonePrice['Pear-F-SI1-1.70-1.89']          =9754.92;
stonePrice['Pear-F-SI1-2.00-2.10']          =13711.425;
stonePrice['Pear-F-SI2-0.23-0.29']          =203.3304;
stonePrice['Pear-F-SI2-0.30-0.37']          =324.87;
stonePrice['Pear-F-SI2-0.38-0.44']          =524.79;
stonePrice['Pear-F-SI2-0.45-0.49']          =626.416;
stonePrice['Pear-F-SI2-0.50-0.59']          =727.111;
stonePrice['Pear-F-SI2-0.60-0.69']          =907.725;
stonePrice['Pear-F-SI2-0.70-0.79']          =1481.025;
stonePrice['Pear-F-SI2-0.80-0.89']          =1807.61;
stonePrice['Pear-F-SI2-0.90-0.99']          =2662.66;
stonePrice['Pear-F-SI2-1.00-1.10']          =2963.52;
stonePrice['Pear-F-SI2-1.11-1.29']          =3607.968;
stonePrice['Pear-F-SI2-1.30-1.49']          =4939.2;
stonePrice['Pear-F-SI2-1.50-1.60']          =6417.775;
stonePrice['Pear-F-SI2-1.70-1.89']          =8026.2;
stonePrice['Pear-F-SI2-2.00-2.10']          =10446.8;
stonePrice['Pear-F-SI3-0.23-0.29']          =181.545;
stonePrice['Pear-F-SI3-0.30-0.37']          =324.87;
stonePrice['Pear-F-SI3-0.38-0.44']          =493.92;
stonePrice['Pear-F-SI3-0.45-0.49']          =589.568;
stonePrice['Pear-F-SI3-0.50-0.59']          =727.111;
stonePrice['Pear-F-SI3-0.60-0.69']          =907.725;
stonePrice['Pear-F-SI3-0.70-0.79']          =1385.475;
stonePrice['Pear-F-SI3-0.80-0.89']          =1690.99;
stonePrice['Pear-F-SI3-0.90-0.99']          =2178.54;
stonePrice['Pear-F-SI3-1.00-1.10']          =2469.6;
stonePrice['Pear-F-SI3-1.11-1.29']          =3006.64;
stonePrice['Pear-F-SI3-1.30-1.49']          =4116;
stonePrice['Pear-F-SI3-1.50-1.60']          =5035.485;
stonePrice['Pear-F-SI3-1.70-1.89']          =6297.48;
stonePrice['Pear-F-SI3-2.00-2.10']          =7704.515;
stonePrice['Pear-F-VS1-0.23-0.29']          =261.4248;
stonePrice['Pear-F-VS1-0.30-0.37']          =449.82;
stonePrice['Pear-F-VS1-0.38-0.44']          =771.75;
stonePrice['Pear-F-VS1-0.45-0.49']          =921.2;
stonePrice['Pear-F-VS1-0.50-0.59']          =1186.339;
stonePrice['Pear-F-VS1-0.60-0.69']          =1481.025;
stonePrice['Pear-F-VS1-0.70-0.79']          =2197.65;
stonePrice['Pear-F-VS1-0.80-0.89']          =2682.26;
stonePrice['Pear-F-VS1-0.90-0.99']          =3388.84;
stonePrice['Pear-F-VS1-1.00-1.10']          =4321.8;
stonePrice['Pear-F-VS1-1.11-1.29']          =5261.62;
stonePrice['Pear-F-VS1-1.30-1.49']          =7203;
stonePrice['Pear-F-VS1-1.50-1.60']          =8688.68;
stonePrice['Pear-F-VS1-1.70-1.89']          =10866.24;
stonePrice['Pear-F-VS1-2.00-2.10']          =16714.88;
stonePrice['Pear-F-VS2-0.23-0.29']          =257.985;
stonePrice['Pear-F-VS2-0.30-0.37']          =399.84;
stonePrice['Pear-F-VS2-0.38-0.44']          =710.01;
stonePrice['Pear-F-VS2-0.45-0.49']          =847.504;
stonePrice['Pear-F-VS2-0.50-0.59']          =1071.532;
stonePrice['Pear-F-VS2-0.60-0.69']          =1337.7;
stonePrice['Pear-F-VS2-0.70-0.79']          =1958.775;
stonePrice['Pear-F-VS2-0.80-0.89']          =2390.71;
stonePrice['Pear-F-VS2-0.90-0.99']          =3207.295;
stonePrice['Pear-F-VS2-1.00-1.10']          =3889.62;
stonePrice['Pear-F-VS2-1.11-1.29']          =4735.458;
stonePrice['Pear-F-VS2-1.30-1.49']          =6482.7;
stonePrice['Pear-F-VS2-1.50-1.60']          =8293.74;
stonePrice['Pear-F-VS2-1.70-1.89']          =10372.32;
stonePrice['Pear-F-VS2-2.00-2.10']          =15409.03;
stonePrice['Pear-F-VVS1-0.23-0.29']          =323.7234;
stonePrice['Pear-F-VVS1-0.30-0.37']          =624.75;
stonePrice['Pear-F-VVS1-0.38-0.44']          =926.1;
stonePrice['Pear-F-VVS1-0.45-0.49']          =1105.44;
stonePrice['Pear-F-VVS1-0.50-0.59']          =1454.222;
stonePrice['Pear-F-VVS1-0.60-0.69']          =1815.45;
stonePrice['Pear-F-VVS1-0.70-0.79']          =2484.3;
stonePrice['Pear-F-VVS1-0.80-0.89']          =3032.12;
stonePrice['Pear-F-VVS1-0.90-0.99']          =3751.93;
stonePrice['Pear-F-VVS1-1.00-1.10']          =4692.24;
stonePrice['Pear-F-VVS1-1.11-1.29']          =5712.616;
stonePrice['Pear-F-VVS1-1.30-1.49']          =7820.4;
stonePrice['Pear-F-VVS1-1.50-1.60']          =9478.56;
stonePrice['Pear-F-VVS1-1.70-1.89']          =11854.08;
stonePrice['Pear-F-VVS1-2.00-2.10']          =19848.92;
stonePrice['Pear-F-VVS2-0.23-0.29']          =315.315;
stonePrice['Pear-F-VVS2-0.30-0.37']          =524.79;
stonePrice['Pear-F-VVS2-0.38-0.44']          =833.49;
stonePrice['Pear-F-VVS2-0.45-0.49']          =994.896;
stonePrice['Pear-F-VVS2-0.50-0.59']          =1301.146;
stonePrice['Pear-F-VVS2-0.60-0.69']          =1624.35;
stonePrice['Pear-F-VVS2-0.70-0.79']          =2388.75;
stonePrice['Pear-F-VVS2-0.80-0.89']          =2915.5;
stonePrice['Pear-F-VVS2-0.90-0.99']          =3509.87;
stonePrice['Pear-F-VVS2-1.00-1.10']          =4568.76;
stonePrice['Pear-F-VVS2-1.11-1.29']          =5562.284;
stonePrice['Pear-F-VVS2-1.30-1.49']          =7614.6;
stonePrice['Pear-F-VVS2-1.50-1.60']          =9182.355;
stonePrice['Pear-F-VVS2-1.70-1.89']          =11483.64;
stonePrice['Pear-F-VVS2-2.00-2.10']          =18543.07;
stonePrice['Pear-G-SI1-0.23-0.29']          =214.032;
stonePrice['Pear-G-SI1-0.30-0.37']          =349.86;
stonePrice['Pear-G-SI1-0.38-0.44']          =555.66;
stonePrice['Pear-G-SI1-0.45-0.49']          =663.264;
stonePrice['Pear-G-SI1-0.50-0.59']          =841.918;
stonePrice['Pear-G-SI1-0.60-0.69']          =1051.05;
stonePrice['Pear-G-SI1-0.70-0.79']          =1528.8;
stonePrice['Pear-G-SI1-0.80-0.89']          =1865.92;
stonePrice['Pear-G-SI1-0.90-0.99']          =2783.69;
stonePrice['Pear-G-SI1-1.00-1.10']          =3210.48;
stonePrice['Pear-G-SI1-1.11-1.29']          =3908.632;
stonePrice['Pear-G-SI1-1.30-1.49']          =5350.8;
stonePrice['Pear-G-SI1-1.50-1.60']          =7108.92;
stonePrice['Pear-G-SI1-1.70-1.89']          =8890.56;
stonePrice['Pear-G-SI1-2.00-2.10']          =12405.575;
stonePrice['Pear-G-SI2-0.23-0.29']          =181.545;
stonePrice['Pear-G-SI2-0.30-0.37']          =319.872;
stonePrice['Pear-G-SI2-0.38-0.44']          =463.05;
stonePrice['Pear-G-SI2-0.45-0.49']          =552.72;
stonePrice['Pear-G-SI2-0.50-0.59']          =688.842;
stonePrice['Pear-G-SI2-0.60-0.69']          =859.95;
stonePrice['Pear-G-SI2-0.70-0.79']          =1385.475;
stonePrice['Pear-G-SI2-0.80-0.89']          =1690.99;
stonePrice['Pear-G-SI2-0.90-0.99']          =2481.115;
stonePrice['Pear-G-SI2-1.00-1.10']          =2778.3;
stonePrice['Pear-G-SI2-1.11-1.29']          =3382.47;
stonePrice['Pear-G-SI2-1.30-1.49']          =4630.5;
stonePrice['Pear-G-SI2-1.50-1.60']          =6022.835;
stonePrice['Pear-G-SI2-1.70-1.89']          =7532.28;
stonePrice['Pear-G-SI2-2.00-2.10']          =10055.045;
stonePrice['Pear-G-SI3-0.23-0.29']          =173.264;
stonePrice['Pear-G-SI3-0.30-0.37']          =299.88;
stonePrice['Pear-G-SI3-0.38-0.44']          =463.05;
stonePrice['Pear-G-SI3-0.45-0.49']          =552.72;
stonePrice['Pear-G-SI3-0.50-0.59']          =688.842;
stonePrice['Pear-G-SI3-0.60-0.69']          =859.95;
stonePrice['Pear-G-SI3-0.70-0.79']          =1337.7;
stonePrice['Pear-G-SI3-0.80-0.89']          =1632.68;
stonePrice['Pear-G-SI3-0.90-0.99']          =2118.025;
stonePrice['Pear-G-SI3-1.00-1.10']          =2346.12;
stonePrice['Pear-G-SI3-1.11-1.29']          =2856.308;
stonePrice['Pear-G-SI3-1.30-1.49']          =3910.2;
stonePrice['Pear-G-SI3-1.50-1.60']          =4838.015;
stonePrice['Pear-G-SI3-1.70-1.89']          =6050.52;
stonePrice['Pear-G-SI3-2.00-2.10']          =7312.76;
stonePrice['Pear-G-VS1-0.23-0.29']          =234.416;
stonePrice['Pear-G-VS1-0.30-0.37']          =424.83;
stonePrice['Pear-G-VS1-0.38-0.44']          =710.01;
stonePrice['Pear-G-VS1-0.45-0.49']          =847.504;
stonePrice['Pear-G-VS1-0.50-0.59']          =1071.532;
stonePrice['Pear-G-VS1-0.60-0.69']          =1337.7;
stonePrice['Pear-G-VS1-0.70-0.79']          =2006.55;
stonePrice['Pear-G-VS1-0.80-0.89']          =2449.02;
stonePrice['Pear-G-VS1-0.90-0.99']          =3267.81;
stonePrice['Pear-G-VS1-1.00-1.10']          =4074.84;
stonePrice['Pear-G-VS1-1.11-1.29']          =4960.956;
stonePrice['Pear-G-VS1-1.30-1.49']          =6791.4;
stonePrice['Pear-G-VS1-1.50-1.60']          =8392.475;
stonePrice['Pear-G-VS1-1.70-1.89']          =10495.8;
stonePrice['Pear-G-VS1-2.00-2.10']          =15409.03;
stonePrice['Pear-G-VS2-0.23-0.29']          =228.5556;
stonePrice['Pear-G-VS2-0.30-0.37']          =374.85;
stonePrice['Pear-G-VS2-0.38-0.44']          =648.27;
stonePrice['Pear-G-VS2-0.45-0.49']          =773.808;
stonePrice['Pear-G-VS2-0.50-0.59']          =956.725;
stonePrice['Pear-G-VS2-0.60-0.69']          =1194.375;
stonePrice['Pear-G-VS2-0.70-0.79']          =1815.45;
stonePrice['Pear-G-VS2-0.80-0.89']          =2215.78;
stonePrice['Pear-G-VS2-0.90-0.99']          =3025.75;
stonePrice['Pear-G-VS2-1.00-1.10']          =3704.4;
stonePrice['Pear-G-VS2-1.11-1.29']          =4509.96;
stonePrice['Pear-G-VS2-1.30-1.49']          =6174;
stonePrice['Pear-G-VS2-1.50-1.60']          =7800.065;
stonePrice['Pear-G-VS2-1.70-1.89']          =9754.92;
stonePrice['Pear-G-VS2-2.00-2.10']          =14756.105;
stonePrice['Pear-G-VVS1-0.23-0.29']          =295.568;
stonePrice['Pear-G-VVS1-0.30-0.37']          =549.78;
stonePrice['Pear-G-VVS1-0.38-0.44']          =833.49;
stonePrice['Pear-G-VVS1-0.45-0.49']          =994.896;
stonePrice['Pear-G-VVS1-0.50-0.59']          =1301.146;
stonePrice['Pear-G-VVS1-0.60-0.69']          =1624.35;
stonePrice['Pear-G-VVS1-0.70-0.79']          =2340.975;
stonePrice['Pear-G-VVS1-0.80-0.89']          =2857.19;
stonePrice['Pear-G-VVS1-0.90-0.99']          =3509.87;
stonePrice['Pear-G-VVS1-1.00-1.10']          =4568.76;
stonePrice['Pear-G-VVS1-1.11-1.29']          =5562.284;
stonePrice['Pear-G-VVS1-1.30-1.49']          =7614.6;
stonePrice['Pear-G-VVS1-1.50-1.60']          =9182.355;
stonePrice['Pear-G-VVS1-1.70-1.89']          =11483.64;
stonePrice['Pear-G-VVS1-2.00-2.10']          =18020.73;
stonePrice['Pear-G-VVS2-0.23-0.29']          =288.1788;
stonePrice['Pear-G-VVS2-0.30-0.37']          =474.81;
stonePrice['Pear-G-VVS2-0.38-0.44']          =771.75;
stonePrice['Pear-G-VVS2-0.45-0.49']          =921.2;
stonePrice['Pear-G-VVS2-0.50-0.59']          =1186.339;
stonePrice['Pear-G-VVS2-0.60-0.69']          =1481.025;
stonePrice['Pear-G-VVS2-0.70-0.79']          =2197.65;
stonePrice['Pear-G-VVS2-0.80-0.89']          =2682.26;
stonePrice['Pear-G-VVS2-0.90-0.99']          =3388.84;
stonePrice['Pear-G-VVS2-1.00-1.10']          =4383.54;
stonePrice['Pear-G-VVS2-1.11-1.29']          =5336.786;
stonePrice['Pear-G-VVS2-1.30-1.49']          =7305.9;
stonePrice['Pear-G-VVS2-1.50-1.60']          =8688.68;
stonePrice['Pear-G-VVS2-1.70-1.89']          =10866.24;
stonePrice['Pear-G-VVS2-2.00-2.10']          =16714.88;
stonePrice['Pear-H-SI1-0.23-0.29']          =200.655;
stonePrice['Pear-H-SI1-0.30-0.37']          =324.87;
stonePrice['Pear-H-SI1-0.38-0.44']          =524.79;
stonePrice['Pear-H-SI1-0.45-0.49']          =626.416;
stonePrice['Pear-H-SI1-0.50-0.59']          =727.111;
stonePrice['Pear-H-SI1-0.60-0.69']          =907.725;
stonePrice['Pear-H-SI1-0.70-0.79']          =1385.475;
stonePrice['Pear-H-SI1-0.80-0.89']          =1690.99;
stonePrice['Pear-H-SI1-0.90-0.99']          =2481.115;
stonePrice['Pear-H-SI1-1.00-1.10']          =2716.56;
stonePrice['Pear-H-SI1-1.11-1.29']          =3307.304;
stonePrice['Pear-H-SI1-1.30-1.49']          =4527.6;
stonePrice['Pear-H-SI1-1.50-1.60']          =6022.835;
stonePrice['Pear-H-SI1-1.70-1.89']          =7532.28;
stonePrice['Pear-H-SI1-2.00-2.10']          =10446.8;
stonePrice['Pear-H-SI2-0.23-0.29']          =181.545;
stonePrice['Pear-H-SI2-0.30-0.37']          =274.89;
stonePrice['Pear-H-SI2-0.38-0.44']          =432.18;
stonePrice['Pear-H-SI2-0.45-0.49']          =515.872;
stonePrice['Pear-H-SI2-0.50-0.59']          =650.573;
stonePrice['Pear-H-SI2-0.60-0.69']          =812.175;
stonePrice['Pear-H-SI2-0.70-0.79']          =1289.925;
stonePrice['Pear-H-SI2-0.80-0.89']          =1574.37;
stonePrice['Pear-H-SI2-0.90-0.99']          =2178.54;
stonePrice['Pear-H-SI2-1.00-1.10']          =2407.86;
stonePrice['Pear-H-SI2-1.11-1.29']          =2931.474;
stonePrice['Pear-H-SI2-1.30-1.49']          =4013.1;
stonePrice['Pear-H-SI2-1.50-1.60']          =5232.955;
stonePrice['Pear-H-SI2-1.70-1.89']          =6544.44;
stonePrice['Pear-H-SI2-2.00-2.10']          =8618.61;
stonePrice['Pear-H-SI3-0.23-0.29']          =162.435;
stonePrice['Pear-H-SI3-0.30-0.37']          =274.89;
stonePrice['Pear-H-SI3-0.38-0.44']          =432.18;
stonePrice['Pear-H-SI3-0.45-0.49']          =515.872;
stonePrice['Pear-H-SI3-0.50-0.59']          =650.573;
stonePrice['Pear-H-SI3-0.60-0.69']          =812.175;
stonePrice['Pear-H-SI3-0.70-0.79']          =1242.15;
stonePrice['Pear-H-SI3-0.80-0.89']          =1516.06;
stonePrice['Pear-H-SI3-0.90-0.99']          =1996.995;
stonePrice['Pear-H-SI3-1.00-1.10']          =2222.64;
stonePrice['Pear-H-SI3-1.11-1.29']          =2705.976;
stonePrice['Pear-H-SI3-1.30-1.49']          =3704.4;
stonePrice['Pear-H-SI3-1.50-1.60']          =4344.34;
stonePrice['Pear-H-SI3-1.70-1.89']          =5433.12;
stonePrice['Pear-H-SI3-2.00-2.10']          =6529.25;
stonePrice['Pear-H-VS1-0.23-0.29']          =228.5556;
stonePrice['Pear-H-VS1-0.30-0.37']          =399.84;
stonePrice['Pear-H-VS1-0.38-0.44']          =648.27;
stonePrice['Pear-H-VS1-0.45-0.49']          =773.808;
stonePrice['Pear-H-VS1-0.50-0.59']          =994.994;
stonePrice['Pear-H-VS1-0.60-0.69']          =1242.15;
stonePrice['Pear-H-VS1-0.70-0.79']          =1863.225;
stonePrice['Pear-H-VS1-0.80-0.89']          =2274.09;
stonePrice['Pear-H-VS1-0.90-0.99']          =2783.69;
stonePrice['Pear-H-VS1-1.00-1.10']          =3272.22;
stonePrice['Pear-H-VS1-1.11-1.29']          =3983.798;
stonePrice['Pear-H-VS1-1.30-1.49']          =5453.7;
stonePrice['Pear-H-VS1-1.50-1.60']          =6911.45;
stonePrice['Pear-H-VS1-1.70-1.89']          =8643.6;
stonePrice['Pear-H-VS1-2.00-2.10']          =12274.99;
stonePrice['Pear-H-VS2-0.23-0.29']          =219.765;
stonePrice['Pear-H-VS2-0.30-0.37']          =349.86;
stonePrice['Pear-H-VS2-0.38-0.44']          =586.53;
stonePrice['Pear-H-VS2-0.45-0.49']          =700.112;
stonePrice['Pear-H-VS2-0.50-0.59']          =918.456;
stonePrice['Pear-H-VS2-0.60-0.69']          =1146.6;
stonePrice['Pear-H-VS2-0.70-0.79']          =1624.35;
stonePrice['Pear-H-VS2-0.80-0.89']          =1982.54;
stonePrice['Pear-H-VS2-0.90-0.99']          =2602.145;
stonePrice['Pear-H-VS2-1.00-1.10']          =2963.52;
stonePrice['Pear-H-VS2-1.11-1.29']          =3607.968;
stonePrice['Pear-H-VS2-1.30-1.49']          =4939.2;
stonePrice['Pear-H-VS2-1.50-1.60']          =6516.51;
stonePrice['Pear-H-VS2-1.70-1.89']          =8149.68;
stonePrice['Pear-H-VS2-2.00-2.10']          =11622.065;
stonePrice['Pear-H-VVS1-0.23-0.29']          =288.1788;
stonePrice['Pear-H-VVS1-0.30-0.37']          =474.81;
stonePrice['Pear-H-VVS1-0.38-0.44']          =740.88;
stonePrice['Pear-H-VVS1-0.45-0.49']          =884.352;
stonePrice['Pear-H-VVS1-0.50-0.59']          =1186.339;
stonePrice['Pear-H-VVS1-0.60-0.69']          =1481.025;
stonePrice['Pear-H-VVS1-0.70-0.79']          =2054.325;
stonePrice['Pear-H-VVS1-0.80-0.89']          =2507.33;
stonePrice['Pear-H-VVS1-0.90-0.99']          =3025.75;
stonePrice['Pear-H-VVS1-1.00-1.10']          =3642.66;
stonePrice['Pear-H-VVS1-1.11-1.29']          =4434.794;
stonePrice['Pear-H-VVS1-1.30-1.49']          =6071.1;
stonePrice['Pear-H-VVS1-1.50-1.60']          =7503.86;
stonePrice['Pear-H-VVS1-1.70-1.89']          =9384.48;
stonePrice['Pear-H-VVS1-2.00-2.10']          =14233.765;
stonePrice['Pear-H-VVS2-0.23-0.29']          =277.095;
stonePrice['Pear-H-VVS2-0.30-0.37']          =424.83;
stonePrice['Pear-H-VVS2-0.38-0.44']          =679.14;
stonePrice['Pear-H-VVS2-0.45-0.49']          =810.656;
stonePrice['Pear-H-VVS2-0.50-0.59']          =1109.801;
stonePrice['Pear-H-VVS2-0.60-0.69']          =1385.475;
stonePrice['Pear-H-VVS2-0.70-0.79']          =2006.55;
stonePrice['Pear-H-VVS2-0.80-0.89']          =2449.02;
stonePrice['Pear-H-VVS2-0.90-0.99']          =2904.72;
stonePrice['Pear-H-VVS2-1.00-1.10']          =3457.44;
stonePrice['Pear-H-VVS2-1.11-1.29']          =4209.296;
stonePrice['Pear-H-VVS2-1.30-1.49']          =5762.4;
stonePrice['Pear-H-VVS2-1.50-1.60']          =7207.655;
stonePrice['Pear-H-VVS2-1.70-1.89']          =9014.04;
stonePrice['Pear-H-VVS2-2.00-2.10']          =12927.915;
stonePrice['Pear-I-SI1-0.23-0.29']          =193.648;
stonePrice['Pear-I-SI1-0.30-0.37']          =299.88;
stonePrice['Pear-I-SI1-0.38-0.44']          =463.05;
stonePrice['Pear-I-SI1-0.45-0.49']          =552.72;
stonePrice['Pear-I-SI1-0.50-0.59']          =727.111;
stonePrice['Pear-I-SI1-0.60-0.69']          =907.725;
stonePrice['Pear-I-SI1-0.70-0.79']          =1194.375;
stonePrice['Pear-I-SI1-0.80-0.89']          =1457.75;
stonePrice['Pear-I-SI1-0.90-0.99']          =2299.57;
stonePrice['Pear-I-SI1-1.00-1.10']          =2469.6;
stonePrice['Pear-I-SI1-1.11-1.29']          =3006.64;
stonePrice['Pear-I-SI1-1.30-1.49']          =4116;
stonePrice['Pear-I-SI1-1.50-1.60']          =5430.425;
stonePrice['Pear-I-SI1-1.70-1.89']          =6791.4;
stonePrice['Pear-I-SI1-2.00-2.10']          =9140.95;
stonePrice['Pear-I-SI2-0.23-0.29']          =173.264;
stonePrice['Pear-I-SI2-0.30-0.37']          =249.9;
stonePrice['Pear-I-SI2-0.38-0.44']          =401.31;
stonePrice['Pear-I-SI2-0.45-0.49']          =479.024;
stonePrice['Pear-I-SI2-0.50-0.59']          =650.573;
stonePrice['Pear-I-SI2-0.60-0.69']          =812.175;
stonePrice['Pear-I-SI2-0.70-0.79']          =1672.125;
stonePrice['Pear-I-SI2-0.80-0.89']          =2040.85;
stonePrice['Pear-I-SI2-0.90-0.99']          =1996.995;
stonePrice['Pear-I-SI2-1.00-1.10']          =2160.9;
stonePrice['Pear-I-SI2-1.11-1.29']          =2630.81;
stonePrice['Pear-I-SI2-1.30-1.49']          =3601.5;
stonePrice['Pear-I-SI2-1.50-1.60']          =4541.81;
stonePrice['Pear-I-SI2-1.70-1.89']          =5680.08;
stonePrice['Pear-I-SI2-2.00-2.10']          =7835.1;
stonePrice['Pear-I-SI3-0.23-0.29']          =152.88;
stonePrice['Pear-I-SI3-0.30-0.37']          =249.9;
stonePrice['Pear-I-SI3-0.38-0.44']          =401.31;
stonePrice['Pear-I-SI3-0.45-0.49']          =479.024;
stonePrice['Pear-I-SI3-0.50-0.59']          =612.304;
stonePrice['Pear-I-SI3-0.60-0.69']          =764.4;
stonePrice['Pear-I-SI3-0.70-0.79']          =1051.05;
stonePrice['Pear-I-SI3-0.80-0.89']          =1282.82;
stonePrice['Pear-I-SI3-0.90-0.99']          =1754.935;
stonePrice['Pear-I-SI3-1.00-1.10']          =2037.42;
stonePrice['Pear-I-SI3-1.11-1.29']          =2480.478;
stonePrice['Pear-I-SI3-1.30-1.49']          =3395.7;
stonePrice['Pear-I-SI3-1.50-1.60']          =3949.4;
stonePrice['Pear-I-SI3-1.70-1.89']          =4939.2;
stonePrice['Pear-I-SI3-2.00-2.10']          =6137.495;
stonePrice['Pear-I-VS1-0.23-0.29']          =214.032;
stonePrice['Pear-I-VS1-0.30-0.37']          =349.86;
stonePrice['Pear-I-VS1-0.38-0.44']          =555.66;
stonePrice['Pear-I-VS1-0.45-0.49']          =663.264;
stonePrice['Pear-I-VS1-0.50-0.59']          =880.187;
stonePrice['Pear-I-VS1-0.60-0.69']          =1098.825;
stonePrice['Pear-I-VS1-0.70-0.79']          =1576.575;
stonePrice['Pear-I-VS1-0.80-0.89']          =1924.23;
stonePrice['Pear-I-VS1-0.90-0.99']          =2541.63;
stonePrice['Pear-I-VS1-1.00-1.10']          =2963.52;
stonePrice['Pear-I-VS1-1.11-1.29']          =3607.968;
stonePrice['Pear-I-VS1-1.30-1.49']          =4939.2;
stonePrice['Pear-I-VS1-1.50-1.60']          =6022.835;
stonePrice['Pear-I-VS1-1.70-1.89']          =7532.28;
stonePrice['Pear-I-VS1-2.00-2.10']          =10316.215;
stonePrice['Pear-I-VS2-0.23-0.29']          =208.6812;
stonePrice['Pear-I-VS2-0.30-0.37']          =324.87;
stonePrice['Pear-I-VS2-0.38-0.44']          =493.92;
stonePrice['Pear-I-VS2-0.45-0.49']          =589.568;
stonePrice['Pear-I-VS2-0.50-0.59']          =803.649;
stonePrice['Pear-I-VS2-0.60-0.69']          =1003.275;
stonePrice['Pear-I-VS2-0.70-0.79']          =1337.7;
stonePrice['Pear-I-VS2-0.80-0.89']          =1632.68;
stonePrice['Pear-I-VS2-0.90-0.99']          =2360.085;
stonePrice['Pear-I-VS2-1.00-1.10']          =2716.56;
stonePrice['Pear-I-VS2-1.11-1.29']          =3307.304;
stonePrice['Pear-I-VS2-1.30-1.49']          =4527.6;
stonePrice['Pear-I-VS2-1.50-1.60']          =5726.63;
stonePrice['Pear-I-VS2-1.70-1.89']          =7161.84;
stonePrice['Pear-I-VS2-2.00-2.10']          =9663.29;
stonePrice['Pear-I-VVS1-0.23-0.29']          =244.608;
stonePrice['Pear-I-VVS1-0.30-0.37']          =374.85;
stonePrice['Pear-I-VVS1-0.38-0.44']          =617.4;
stonePrice['Pear-I-VVS1-0.45-0.49']          =736.96;
stonePrice['Pear-I-VVS1-0.50-0.59']          =994.994;
stonePrice['Pear-I-VVS1-0.60-0.69']          =1242.15;
stonePrice['Pear-I-VVS1-0.70-0.79']          =1767.675;
stonePrice['Pear-I-VVS1-0.80-0.89']          =2157.47;
stonePrice['Pear-I-VVS1-0.90-0.99']          =2723.175;
stonePrice['Pear-I-VVS1-1.00-1.10']          =3210.48;
stonePrice['Pear-I-VVS1-1.11-1.29']          =3908.632;
stonePrice['Pear-I-VVS1-1.30-1.49']          =5350.8;
stonePrice['Pear-I-VVS1-1.50-1.60']          =6417.775;
stonePrice['Pear-I-VVS1-1.70-1.89']          =8026.2;
stonePrice['Pear-I-VVS1-2.00-2.10']          =11622.065;
stonePrice['Pear-I-VVS2-0.23-0.29']          =238.4928;
stonePrice['Pear-I-VVS2-0.30-0.37']          =349.86;
stonePrice['Pear-I-VVS2-0.38-0.44']          =586.53;
stonePrice['Pear-I-VVS2-0.45-0.49']          =700.112;
stonePrice['Pear-I-VVS2-0.50-0.59']          =956.725;
stonePrice['Pear-I-VVS2-0.60-0.69']          =1194.375;
stonePrice['Pear-I-VVS2-0.70-0.79']          =1719.9;
stonePrice['Pear-I-VVS2-0.80-0.89']          =2099.16;
stonePrice['Pear-I-VVS2-0.90-0.99']          =2662.66;
stonePrice['Pear-I-VVS2-1.00-1.10']          =3087;
stonePrice['Pear-I-VVS2-1.11-1.29']          =3758.3;
stonePrice['Pear-I-VVS2-1.30-1.49']          =5145;
stonePrice['Pear-I-VVS2-1.50-1.60']          =6319.04;
stonePrice['Pear-I-VVS2-1.70-1.89']          =7902.72;
stonePrice['Pear-I-VVS2-2.00-2.10']          =10969.14;
stonePrice['Pear-J-SI1-0.23-0.29']          =181.545;
stonePrice['Pear-J-SI1-0.30-0.37']          =249.9;
stonePrice['Pear-J-SI1-0.38-0.44']          =370.44;
stonePrice['Pear-J-SI1-0.45-0.49']          =442.176;
stonePrice['Pear-J-SI1-0.50-0.59']          =650.573;
stonePrice['Pear-J-SI1-0.60-0.69']          =812.175;
stonePrice['Pear-J-SI1-0.70-0.79']          =1146.6;
stonePrice['Pear-J-SI1-0.80-0.89']          =1399.44;
stonePrice['Pear-J-SI1-0.90-0.99']          =2057.51;
stonePrice['Pear-J-SI1-1.00-1.10']          =2160.9;
stonePrice['Pear-J-SI1-1.11-1.29']          =2630.81;
stonePrice['Pear-J-SI1-1.30-1.49']          =3601.5;
stonePrice['Pear-J-SI1-1.50-1.60']          =4344.34;
stonePrice['Pear-J-SI1-1.70-1.89']          =5433.12;
stonePrice['Pear-J-SI1-2.00-2.10']          =7312.76;
stonePrice['Pear-J-SI2-0.23-0.29']          =162.435;
stonePrice['Pear-J-SI2-0.30-0.37']          =224.91;
stonePrice['Pear-J-SI2-0.38-0.44']          =339.57;
stonePrice['Pear-J-SI2-0.45-0.49']          =405.328;
stonePrice['Pear-J-SI2-0.50-0.59']          =612.304;
stonePrice['Pear-J-SI2-0.60-0.69']          =764.4;
stonePrice['Pear-J-SI2-0.70-0.79']          =955.5;
stonePrice['Pear-J-SI2-0.80-0.89']          =1166.2;
stonePrice['Pear-J-SI2-0.90-0.99']          =1815.45;
stonePrice['Pear-J-SI2-1.00-1.10']          =1913.94;
stonePrice['Pear-J-SI2-1.11-1.29']          =2330.146;
stonePrice['Pear-J-SI2-1.30-1.49']          =3189.9;
stonePrice['Pear-J-SI2-1.50-1.60']          =3751.93;
stonePrice['Pear-J-SI2-1.70-1.89']          =4692.24;
stonePrice['Pear-J-SI2-2.00-2.10']          =6529.25;
stonePrice['Pear-J-SI3-0.23-0.29']          =143.325;
stonePrice['Pear-J-SI3-0.30-0.37']          =224.91;
stonePrice['Pear-J-SI3-0.38-0.44']          =339.57;
stonePrice['Pear-J-SI3-0.45-0.49']          =405.328;
stonePrice['Pear-J-SI3-0.50-0.59']          =535.766;
stonePrice['Pear-J-SI3-0.60-0.69']          =668.85;
stonePrice['Pear-J-SI3-0.70-0.79']          =907.725;
stonePrice['Pear-J-SI3-0.80-0.89']          =1107.89;
stonePrice['Pear-J-SI3-0.90-0.99']          =1573.39;
stonePrice['Pear-J-SI3-1.00-1.10']          =1728.72;
stonePrice['Pear-J-SI3-1.11-1.29']          =2104.648;
stonePrice['Pear-J-SI3-1.30-1.49']          =2881.2;
stonePrice['Pear-J-SI3-1.50-1.60']          =3258.255;
stonePrice['Pear-J-SI3-1.70-1.89']          =4074.84;
stonePrice['Pear-J-SI3-2.00-2.10']          =4962.23;
stonePrice['Pear-J-VS1-0.23-0.29']          =208.6812;
stonePrice['Pear-J-VS1-0.30-0.37']          =274.89;
stonePrice['Pear-J-VS1-0.38-0.44']          =463.05;
stonePrice['Pear-J-VS1-0.45-0.49']          =552.72;
stonePrice['Pear-J-VS1-0.50-0.59']          =727.111;
stonePrice['Pear-J-VS1-0.60-0.69']          =907.725;
stonePrice['Pear-J-VS1-0.70-0.79']          =1289.925;
stonePrice['Pear-J-VS1-0.80-0.89']          =1574.37;
stonePrice['Pear-J-VS1-0.90-0.99']          =2239.055;
stonePrice['Pear-J-VS1-1.00-1.10']          =2469.6;
stonePrice['Pear-J-VS1-1.11-1.29']          =3006.64;
stonePrice['Pear-J-VS1-1.30-1.49']          =4116;
stonePrice['Pear-J-VS1-1.50-1.60']          =4739.28;
stonePrice['Pear-J-VS1-1.70-1.89']          =5927.04;
stonePrice['Pear-J-VS1-2.00-2.10']          =8226.855;
stonePrice['Pear-J-VS2-0.23-0.29']          =200.655;
stonePrice['Pear-J-VS2-0.30-0.37']          =274.89;
stonePrice['Pear-J-VS2-0.38-0.44']          =401.31;
stonePrice['Pear-J-VS2-0.45-0.49']          =479.024;
stonePrice['Pear-J-VS2-0.50-0.59']          =688.842;
stonePrice['Pear-J-VS2-0.60-0.69']          =859.95;
stonePrice['Pear-J-VS2-0.70-0.79']          =1242.15;
stonePrice['Pear-J-VS2-0.80-0.89']          =1516.06;
stonePrice['Pear-J-VS2-0.90-0.99']          =2178.54;
stonePrice['Pear-J-VS2-1.00-1.10']          =2346.12;
stonePrice['Pear-J-VS2-1.11-1.29']          =2856.308;
stonePrice['Pear-J-VS2-1.30-1.49']          =3910.2;
stonePrice['Pear-J-VS2-1.50-1.60']          =4541.81;
stonePrice['Pear-J-VS2-1.70-1.89']          =5680.08;
stonePrice['Pear-J-VS2-2.00-2.10']          =7704.515;
stonePrice['Pear-J-VVS1-0.23-0.29']          =238.4928;
stonePrice['Pear-J-VVS1-0.30-0.37']          =299.88;
stonePrice['Pear-J-VVS1-0.38-0.44']          =493.92;
stonePrice['Pear-J-VVS1-0.45-0.49']          =589.568;
stonePrice['Pear-J-VVS1-0.50-0.59']          =803.649;
stonePrice['Pear-J-VVS1-0.60-0.69']          =1003.275;
stonePrice['Pear-J-VVS1-0.70-0.79']          =1433.25;
stonePrice['Pear-J-VVS1-0.80-0.89']          =1749.3;
stonePrice['Pear-J-VVS1-0.90-0.99']          =2420.6;
stonePrice['Pear-J-VVS1-1.00-1.10']          =2716.56;
stonePrice['Pear-J-VVS1-1.11-1.29']          =3307.304;
stonePrice['Pear-J-VVS1-1.30-1.49']          =4527.6;
stonePrice['Pear-J-VVS1-1.50-1.60']          =5035.485;
stonePrice['Pear-J-VVS1-1.70-1.89']          =6297.48;
stonePrice['Pear-J-VVS1-2.00-2.10']          =9010.365;
stonePrice['Pear-J-VVS2-0.23-0.29']          =229.32;
stonePrice['Pear-J-VVS2-0.30-0.37']          =299.88;
stonePrice['Pear-J-VVS2-0.38-0.44']          =493.92;
stonePrice['Pear-J-VVS2-0.45-0.49']          =589.568;
stonePrice['Pear-J-VVS2-0.50-0.59']          =765.38;
stonePrice['Pear-J-VVS2-0.60-0.69']          =955.5;
stonePrice['Pear-J-VVS2-0.70-0.79']          =1385.475;
stonePrice['Pear-J-VVS2-0.80-0.89']          =1690.99;
stonePrice['Pear-J-VVS2-0.90-0.99']          =2360.085;
stonePrice['Pear-J-VVS2-1.00-1.10']          =2593.08;
stonePrice['Pear-J-VVS2-1.11-1.29']          =3156.972;
stonePrice['Pear-J-VVS2-1.30-1.49']          =4321.8;
stonePrice['Pear-J-VVS2-1.50-1.60']          =4936.75;
stonePrice['Pear-J-VVS2-1.70-1.89']          =6174;
stonePrice['Pear-J-VVS2-2.00-2.10']          =8618.61;
stonePrice['Princess-D-SI1-0.23-0.29']          =265.2;
stonePrice['Princess-D-SI1-0.30-0.37']          =468.18;
stonePrice['Princess-D-SI1-0.38-0.44']          =706.86;
stonePrice['Princess-D-SI1-0.45-0.49']          =843.744;
stonePrice['Princess-D-SI1-0.50-0.59']          =1115.268;
stonePrice['Princess-D-SI1-0.60-0.69']          =1392.3;
stonePrice['Princess-D-SI1-0.70-0.79']          =2138.175;
stonePrice['Princess-D-SI1-0.80-0.89']          =2609.67;
stonePrice['Princess-D-SI1-0.90-0.99']          =3464.175;
stonePrice['Princess-D-SI1-1.00-1.10']          =3919.86;
stonePrice['Princess-D-SI1-1.11-1.29']          =4772.274;
stonePrice['Princess-D-SI1-1.30-1.49']          =6533.1;
stonePrice['Princess-D-SI1-1.50-1.60']          =8632.26;
stonePrice['Princess-D-SI1-1.70-1.89']          =10795.68;
stonePrice['Princess-D-SI1-2.00-2.10']          =15630.225;
stonePrice['Princess-D-SI2-0.23-0.29']          =222.768;
stonePrice['Princess-D-SI2-0.30-0.37']          =390.15;
stonePrice['Princess-D-SI2-0.38-0.44']          =642.6;
stonePrice['Princess-D-SI2-0.45-0.49']          =767.04;
stonePrice['Princess-D-SI2-0.50-0.59']          =955.944;
stonePrice['Princess-D-SI2-0.60-0.69']          =1193.4;
stonePrice['Princess-D-SI2-0.70-0.79']          =1839.825;
stonePrice['Princess-D-SI2-0.80-0.89']          =2245.53;
stonePrice['Princess-D-SI2-0.90-0.99']          =3023.28;
stonePrice['Princess-D-SI2-1.00-1.10']          =3277.26;
stonePrice['Princess-D-SI2-1.11-1.29']          =3989.934;
stonePrice['Princess-D-SI2-1.30-1.49']          =5462.1;
stonePrice['Princess-D-SI2-1.50-1.60']          =7090.785;
stonePrice['Princess-D-SI2-1.70-1.89']          =8867.88;
stonePrice['Princess-D-SI2-2.00-2.10']          =11416.86;
stonePrice['Princess-D-SI3-0.23-0.29']          =201.552;
stonePrice['Princess-D-SI3-0.30-0.37']          =364.14;
stonePrice['Princess-D-SI3-0.38-0.44']          =578.34;
stonePrice['Princess-D-SI3-0.45-0.49']          =690.336;
stonePrice['Princess-D-SI3-0.50-0.59']          =876.282;
stonePrice['Princess-D-SI3-0.60-0.69']          =1093.95;
stonePrice['Princess-D-SI3-0.70-0.79']          =1690.65;
stonePrice['Princess-D-SI3-0.80-0.89']          =2063.46;
stonePrice['Princess-D-SI3-0.90-0.99']          =2456.415;
stonePrice['Princess-D-SI3-1.00-1.10']          =2698.92;
stonePrice['Princess-D-SI3-1.11-1.29']          =3285.828;
stonePrice['Princess-D-SI3-1.30-1.49']          =4498.2;
stonePrice['Princess-D-SI3-1.50-1.60']          =5549.31;
stonePrice['Princess-D-SI3-1.70-1.89']          =6940.08;
stonePrice['Princess-D-SI3-2.00-2.10']          =8562.645;
stonePrice['Princess-D-VS1-0.23-0.29']          =286.416;
stonePrice['Princess-D-VS1-0.30-0.37']          =624.24;
stonePrice['Princess-D-VS1-0.38-0.44']          =931.77;
stonePrice['Princess-D-VS1-0.45-0.49']          =1112.208;
stonePrice['Princess-D-VS1-0.50-0.59']          =1473.747;
stonePrice['Princess-D-VS1-0.60-0.69']          =1839.825;
stonePrice['Princess-D-VS1-0.70-0.79']          =2535.975;
stonePrice['Princess-D-VS1-0.80-0.89']          =3095.19;
stonePrice['Princess-D-VS1-0.90-0.99']          =3905.07;
stonePrice['Princess-D-VS1-1.00-1.10']          =4819.5;
stonePrice['Princess-D-VS1-1.11-1.29']          =5867.55;
stonePrice['Princess-D-VS1-1.30-1.49']          =8032.5;
stonePrice['Princess-D-VS1-1.50-1.60']          =9865.44;
stonePrice['Princess-D-VS1-1.70-1.89']          =12337.92;
stonePrice['Princess-D-VS1-2.00-2.10']          =20659.08;
stonePrice['Princess-D-VS2-0.23-0.29']          =286.416;
stonePrice['Princess-D-VS2-0.30-0.37']          =520.2;
stonePrice['Princess-D-VS2-0.38-0.44']          =803.25;
stonePrice['Princess-D-VS2-0.45-0.49']          =958.8;
stonePrice['Princess-D-VS2-0.50-0.59']          =1354.254;
stonePrice['Princess-D-VS2-0.60-0.69']          =1690.65;
stonePrice['Princess-D-VS2-0.70-0.79']          =2386.8;
stonePrice['Princess-D-VS2-0.80-0.89']          =2913.12;
stonePrice['Princess-D-VS2-0.90-0.99']          =3653.13;
stonePrice['Princess-D-VS2-1.00-1.10']          =4433.94;
stonePrice['Princess-D-VS2-1.11-1.29']          =5398.146;
stonePrice['Princess-D-VS2-1.30-1.49']          =7389.9;
stonePrice['Princess-D-VS2-1.50-1.60']          =9248.85;
stonePrice['Princess-D-VS2-1.70-1.89']          =11566.8;
stonePrice['Princess-D-VS2-2.00-2.10']          =19299.93;
stonePrice['Princess-D-VVS1-0.23-0.29']          =350.064;
stonePrice['Princess-D-VVS1-0.30-0.37']          =754.29;
stonePrice['Princess-D-VVS1-0.38-0.44']          =1092.42;
stonePrice['Princess-D-VVS1-0.45-0.49']          =1303.968;
stonePrice['Princess-D-VVS1-0.50-0.59']          =1792.395;
stonePrice['Princess-D-VVS1-0.60-0.69']          =2237.625;
stonePrice['Princess-D-VVS1-0.70-0.79']          =2834.325;
stonePrice['Princess-D-VVS1-0.80-0.89']          =3459.33;
stonePrice['Princess-D-VVS1-0.90-0.99']          =4282.98;
stonePrice['Princess-D-VVS1-1.00-1.10']          =5654.88;
stonePrice['Princess-D-VVS1-1.11-1.29']          =6884.592;
stonePrice['Princess-D-VVS1-1.30-1.49']          =9424.8;
stonePrice['Princess-D-VVS1-1.50-1.60']          =11098.62;
stonePrice['Princess-D-VVS1-1.70-1.89']          =13880.16;
stonePrice['Princess-D-VVS1-2.00-2.10']          =24600.615;
stonePrice['Princess-D-VVS2-0.23-0.29']          =350.064;
stonePrice['Princess-D-VVS2-0.30-0.37']          =676.26;
stonePrice['Princess-D-VVS2-0.38-0.44']          =996.03;
stonePrice['Princess-D-VVS2-0.45-0.49']          =1188.912;
stonePrice['Princess-D-VVS2-0.50-0.59']          =1633.071;
stonePrice['Princess-D-VVS2-0.60-0.69']          =2038.725;
stonePrice['Princess-D-VVS2-0.70-0.79']          =2685.15;
stonePrice['Princess-D-VVS2-0.80-0.89']          =3277.26;
stonePrice['Princess-D-VVS2-0.90-0.99']          =4157.01;
stonePrice['Princess-D-VVS2-1.00-1.10']          =5076.54;
stonePrice['Princess-D-VVS2-1.11-1.29']          =6180.486;
stonePrice['Princess-D-VVS2-1.30-1.49']          =8460.9;
stonePrice['Princess-D-VVS2-1.50-1.60']          =10173.735;
stonePrice['Princess-D-VVS2-1.70-1.89']          =12723.48;
stonePrice['Princess-D-VVS2-2.00-2.10']          =22697.805;
stonePrice['Princess-E-SI1-0.23-0.29']          =265.2;
stonePrice['Princess-E-SI1-0.30-0.37']          =416.16;
stonePrice['Princess-E-SI1-0.38-0.44']          =642.6;
stonePrice['Princess-E-SI1-0.45-0.49']          =767.04;
stonePrice['Princess-E-SI1-0.50-0.59']          =995.775;
stonePrice['Princess-E-SI1-0.60-0.69']          =1243.125;
stonePrice['Princess-E-SI1-0.70-0.79']          =1889.55;
stonePrice['Princess-E-SI1-0.80-0.89']          =2306.22;
stonePrice['Princess-E-SI1-0.90-0.99']          =3275.22;
stonePrice['Princess-E-SI1-1.00-1.10']          =3727.08;
stonePrice['Princess-E-SI1-1.11-1.29']          =4537.572;
stonePrice['Princess-E-SI1-1.30-1.49']          =6211.8;
stonePrice['Princess-E-SI1-1.50-1.60']          =8426.73;
stonePrice['Princess-E-SI1-1.70-1.89']          =10538.64;
stonePrice['Princess-E-SI1-2.00-2.10']          =14950.65;
stonePrice['Princess-E-SI2-0.23-0.29']          =211.6296;
stonePrice['Princess-E-SI2-0.30-0.37']          =364.14;
stonePrice['Princess-E-SI2-0.38-0.44']          =578.34;
stonePrice['Princess-E-SI2-0.45-0.49']          =690.336;
stonePrice['Princess-E-SI2-0.50-0.59']          =796.62;
stonePrice['Princess-E-SI2-0.60-0.69']          =994.5;
stonePrice['Princess-E-SI2-0.70-0.79']          =1640.925;
stonePrice['Princess-E-SI2-0.80-0.89']          =2002.77;
stonePrice['Princess-E-SI2-0.90-0.99']          =2834.325;
stonePrice['Princess-E-SI2-1.00-1.10']          =3148.74;
stonePrice['Princess-E-SI2-1.11-1.29']          =3833.466;
stonePrice['Princess-E-SI2-1.30-1.49']          =5247.9;
stonePrice['Princess-E-SI2-1.50-1.60']          =6988.02;
stonePrice['Princess-E-SI2-1.70-1.89']          =8739.36;
stonePrice['Princess-E-SI2-2.00-2.10']          =11145.03;
stonePrice['Princess-E-SI3-0.23-0.29']          =191.4744;
stonePrice['Princess-E-SI3-0.30-0.37']          =364.14;
stonePrice['Princess-E-SI3-0.38-0.44']          =546.21;
stonePrice['Princess-E-SI3-0.45-0.49']          =651.984;
stonePrice['Princess-E-SI3-0.50-0.59']          =796.62;
stonePrice['Princess-E-SI3-0.60-0.69']          =994.5;
stonePrice['Princess-E-SI3-0.70-0.79']          =1541.475;
stonePrice['Princess-E-SI3-0.80-0.89']          =1881.39;
stonePrice['Princess-E-SI3-0.90-0.99']          =2330.445;
stonePrice['Princess-E-SI3-1.00-1.10']          =2634.66;
stonePrice['Princess-E-SI3-1.11-1.29']          =3207.594;
stonePrice['Princess-E-SI3-1.30-1.49']          =4391.1;
stonePrice['Princess-E-SI3-1.50-1.60']          =5446.545;
stonePrice['Princess-E-SI3-1.70-1.89']          =6811.56;
stonePrice['Princess-E-SI3-2.00-2.10']          =8290.815;
stonePrice['Princess-E-VS1-0.23-0.29']          =279.2556;
stonePrice['Princess-E-VS1-0.30-0.37']          =858.33;
stonePrice['Princess-E-VS1-0.38-0.44']          =867.51;
stonePrice['Princess-E-VS1-0.45-0.49']          =1035.504;
stonePrice['Princess-E-VS1-0.50-0.59']          =1314.423;
stonePrice['Princess-E-VS1-0.60-0.69']          =1640.925;
stonePrice['Princess-E-VS1-0.70-0.79']          =2386.8;
stonePrice['Princess-E-VS1-0.80-0.89']          =2913.12;
stonePrice['Princess-E-VS1-0.90-0.99']          =3716.115;
stonePrice['Princess-E-VS1-1.00-1.10']          =4690.98;
stonePrice['Princess-E-VS1-1.11-1.29']          =5711.082;
stonePrice['Princess-E-VS1-1.30-1.49']          =7818.3;
stonePrice['Princess-E-VS1-1.50-1.60']          =9557.145;
stonePrice['Princess-E-VS1-1.70-1.89']          =11952.36;
stonePrice['Princess-E-VS1-2.00-2.10']          =19299.93;
stonePrice['Princess-E-VS2-0.23-0.29']          =275.6754;
stonePrice['Princess-E-VS2-0.30-0.37']          =442.17;
stonePrice['Princess-E-VS2-0.38-0.44']          =771.12;
stonePrice['Princess-E-VS2-0.45-0.49']          =920.448;
stonePrice['Princess-E-VS2-0.50-0.59']          =1194.93;
stonePrice['Princess-E-VS2-0.60-0.69']          =1491.75;
stonePrice['Princess-E-VS2-0.70-0.79']          =2187.9;
stonePrice['Princess-E-VS2-0.80-0.89']          =2670.36;
stonePrice['Princess-E-VS2-0.90-0.99']          =3527.16;
stonePrice['Princess-E-VS2-1.00-1.10']          =4305.42;
stonePrice['Princess-E-VS2-1.11-1.29']          =5241.678;
stonePrice['Princess-E-VS2-1.30-1.49']          =7175.7;
stonePrice['Princess-E-VS2-1.50-1.60']          =9043.32;
stonePrice['Princess-E-VS2-1.70-1.89']          =11309.76;
stonePrice['Princess-E-VS2-2.00-2.10']          =17397.12;
stonePrice['Princess-E-VVS1-0.23-0.29']          =341.3124;
stonePrice['Princess-E-VVS1-0.30-0.37']          =702.27;
stonePrice['Princess-E-VVS1-0.38-0.44']          =1028.16;
stonePrice['Princess-E-VVS1-0.45-0.49']          =1227.264;
stonePrice['Princess-E-VVS1-0.50-0.59']          =1633.071;
stonePrice['Princess-E-VVS1-0.60-0.69']          =2038.725;
stonePrice['Princess-E-VVS1-0.70-0.79']          =2685.15;
stonePrice['Princess-E-VVS1-0.80-0.89']          =3277.26;
stonePrice['Princess-E-VVS1-0.90-0.99']          =4157.01;
stonePrice['Princess-E-VVS1-1.00-1.10']          =5076.54;
stonePrice['Princess-E-VVS1-1.11-1.29']          =6180.486;
stonePrice['Princess-E-VVS1-1.30-1.49']          =8460.9;
stonePrice['Princess-E-VVS1-1.50-1.60']          =10173.735;
stonePrice['Princess-E-VVS1-1.70-1.89']          =12723.48;
stonePrice['Princess-E-VVS1-2.00-2.10']          =22697.805;
stonePrice['Princess-E-VVS2-0.23-0.29']          =296.0958;
stonePrice['Princess-E-VVS2-0.30-0.37']          =624.24;
stonePrice['Princess-E-VVS2-0.38-0.44']          =931.77;
stonePrice['Princess-E-VVS2-0.45-0.49']          =1112.208;
stonePrice['Princess-E-VVS2-0.50-0.59']          =1513.578;
stonePrice['Princess-E-VVS2-0.60-0.69']          =1889.55;
stonePrice['Princess-E-VVS2-0.70-0.79']          =2585.7;
stonePrice['Princess-E-VVS2-0.80-0.89']          =3155.88;
stonePrice['Princess-E-VVS2-0.90-0.99']          =3905.07;
stonePrice['Princess-E-VVS2-1.00-1.10']          =4883.76;
stonePrice['Princess-E-VVS2-1.11-1.29']          =5945.784;
stonePrice['Princess-E-VVS2-1.30-1.49']          =8139.6;
stonePrice['Princess-E-VVS2-1.50-1.60']          =9865.44;
stonePrice['Princess-E-VVS2-1.70-1.89']          =12337.92;
stonePrice['Princess-E-VVS2-2.00-2.10']          =20659.08;
stonePrice['Princess-F-SI1-0.23-0.29']          =255.255;
stonePrice['Princess-F-SI1-0.30-0.37']          =390.15;
stonePrice['Princess-F-SI1-0.38-0.44']          =610.47;
stonePrice['Princess-F-SI1-0.45-0.49']          =728.688;
stonePrice['Princess-F-SI1-0.50-0.59']          =955.944;
stonePrice['Princess-F-SI1-0.60-0.69']          =1193.4;
stonePrice['Princess-F-SI1-0.70-0.79']          =1790.1;
stonePrice['Princess-F-SI1-0.80-0.89']          =2184.84;
stonePrice['Princess-F-SI1-0.90-0.99']          =3149.25;
stonePrice['Princess-F-SI1-1.00-1.10']          =3598.56;
stonePrice['Princess-F-SI1-1.11-1.29']          =4381.104;
stonePrice['Princess-F-SI1-1.30-1.49']          =5997.6;
stonePrice['Princess-F-SI1-1.50-1.60']          =8118.435;
stonePrice['Princess-F-SI1-1.70-1.89']          =10153.08;
stonePrice['Princess-F-SI1-2.00-2.10']          =14271.075;
stonePrice['Princess-F-SI2-0.23-0.29']          =211.6296;
stonePrice['Princess-F-SI2-0.30-0.37']          =338.13;
stonePrice['Princess-F-SI2-0.38-0.44']          =546.21;
stonePrice['Princess-F-SI2-0.45-0.49']          =651.984;
stonePrice['Princess-F-SI2-0.50-0.59']          =756.789;
stonePrice['Princess-F-SI2-0.60-0.69']          =944.775;
stonePrice['Princess-F-SI2-0.70-0.79']          =1541.475;
stonePrice['Princess-F-SI2-0.80-0.89']          =1881.39;
stonePrice['Princess-F-SI2-0.90-0.99']          =2771.34;
stonePrice['Princess-F-SI2-1.00-1.10']          =3084.48;
stonePrice['Princess-F-SI2-1.11-1.29']          =3755.232;
stonePrice['Princess-F-SI2-1.30-1.49']          =5140.8;
stonePrice['Princess-F-SI2-1.50-1.60']          =6679.725;
stonePrice['Princess-F-SI2-1.70-1.89']          =8353.8;
stonePrice['Princess-F-SI2-2.00-2.10']          =10873.2;
stonePrice['Princess-F-SI3-0.23-0.29']          =188.955;
stonePrice['Princess-F-SI3-0.30-0.37']          =338.13;
stonePrice['Princess-F-SI3-0.38-0.44']          =514.08;
stonePrice['Princess-F-SI3-0.45-0.49']          =613.632;
stonePrice['Princess-F-SI3-0.50-0.59']          =756.789;
stonePrice['Princess-F-SI3-0.60-0.69']          =944.775;
stonePrice['Princess-F-SI3-0.70-0.79']          =1442.025;
stonePrice['Princess-F-SI3-0.80-0.89']          =1760.01;
stonePrice['Princess-F-SI3-0.90-0.99']          =2267.46;
stonePrice['Princess-F-SI3-1.00-1.10']          =2570.4;
stonePrice['Princess-F-SI3-1.11-1.29']          =3129.36;
stonePrice['Princess-F-SI3-1.30-1.49']          =4284;
stonePrice['Princess-F-SI3-1.50-1.60']          =5241.015;
stonePrice['Princess-F-SI3-1.70-1.89']          =6554.52;
stonePrice['Princess-F-SI3-2.00-2.10']          =8018.985;
stonePrice['Princess-F-VS1-0.23-0.29']          =272.0952;
stonePrice['Princess-F-VS1-0.30-0.37']          =468.18;
stonePrice['Princess-F-VS1-0.38-0.44']          =803.25;
stonePrice['Princess-F-VS1-0.45-0.49']          =958.8;
stonePrice['Princess-F-VS1-0.50-0.59']          =1234.761;
stonePrice['Princess-F-VS1-0.60-0.69']          =1541.475;
stonePrice['Princess-F-VS1-0.70-0.79']          =2287.35;
stonePrice['Princess-F-VS1-0.80-0.89']          =2791.74;
stonePrice['Princess-F-VS1-0.90-0.99']          =3527.16;
stonePrice['Princess-F-VS1-1.00-1.10']          =4498.2;
stonePrice['Princess-F-VS1-1.11-1.29']          =5476.38;
stonePrice['Princess-F-VS1-1.30-1.49']          =7497;
stonePrice['Princess-F-VS1-1.50-1.60']          =9043.32;
stonePrice['Princess-F-VS1-1.70-1.89']          =11309.76;
stonePrice['Princess-F-VS1-2.00-2.10']          =17397.12;
stonePrice['Princess-F-VS2-0.23-0.29']          =268.515;
stonePrice['Princess-F-VS2-0.30-0.37']          =416.16;
stonePrice['Princess-F-VS2-0.38-0.44']          =738.99;
stonePrice['Princess-F-VS2-0.45-0.49']          =882.096;
stonePrice['Princess-F-VS2-0.50-0.59']          =1115.268;
stonePrice['Princess-F-VS2-0.60-0.69']          =1392.3;
stonePrice['Princess-F-VS2-0.70-0.79']          =2038.725;
stonePrice['Princess-F-VS2-0.80-0.89']          =2488.29;
stonePrice['Princess-F-VS2-0.90-0.99']          =3338.205;
stonePrice['Princess-F-VS2-1.00-1.10']          =4048.38;
stonePrice['Princess-F-VS2-1.11-1.29']          =4928.742;
stonePrice['Princess-F-VS2-1.30-1.49']          =6747.3;
stonePrice['Princess-F-VS2-1.50-1.60']          =8632.26;
stonePrice['Princess-F-VS2-1.70-1.89']          =10795.68;
stonePrice['Princess-F-VS2-2.00-2.10']          =16037.97;
stonePrice['Princess-F-VVS1-0.23-0.29']          =336.9366;
stonePrice['Princess-F-VVS1-0.30-0.37']          =650.25;
stonePrice['Princess-F-VVS1-0.38-0.44']          =963.9;
stonePrice['Princess-F-VVS1-0.45-0.49']          =1150.56;
stonePrice['Princess-F-VVS1-0.50-0.59']          =1513.578;
stonePrice['Princess-F-VVS1-0.60-0.69']          =1889.55;
stonePrice['Princess-F-VVS1-0.70-0.79']          =2585.7;
stonePrice['Princess-F-VVS1-0.80-0.89']          =3155.88;
stonePrice['Princess-F-VVS1-0.90-0.99']          =3905.07;
stonePrice['Princess-F-VVS1-1.00-1.10']          =4883.76;
stonePrice['Princess-F-VVS1-1.11-1.29']          =5945.784;
stonePrice['Princess-F-VVS1-1.30-1.49']          =8139.6;
stonePrice['Princess-F-VVS1-1.50-1.60']          =9865.44;
stonePrice['Princess-F-VVS1-1.70-1.89']          =12337.92;
stonePrice['Princess-F-VVS1-2.00-2.10']          =20659.08;
stonePrice['Princess-F-VVS2-0.23-0.29']          =328.185;
stonePrice['Princess-F-VVS2-0.30-0.37']          =546.21;
stonePrice['Princess-F-VVS2-0.38-0.44']          =867.51;
stonePrice['Princess-F-VVS2-0.45-0.49']          =1035.504;
stonePrice['Princess-F-VVS2-0.50-0.59']          =1354.254;
stonePrice['Princess-F-VVS2-0.60-0.69']          =1690.65;
stonePrice['Princess-F-VVS2-0.70-0.79']          =2486.25;
stonePrice['Princess-F-VVS2-0.80-0.89']          =3034.5;
stonePrice['Princess-F-VVS2-0.90-0.99']          =3653.13;
stonePrice['Princess-F-VVS2-1.00-1.10']          =4755.24;
stonePrice['Princess-F-VVS2-1.11-1.29']          =5789.316;
stonePrice['Princess-F-VVS2-1.30-1.49']          =7925.4;
stonePrice['Princess-F-VVS2-1.50-1.60']          =9557.145;
stonePrice['Princess-F-VVS2-1.70-1.89']          =11952.36;
stonePrice['Princess-F-VVS2-2.00-2.10']          =19299.93;
stonePrice['Princess-G-SI1-0.23-0.29']          =222.768;
stonePrice['Princess-G-SI1-0.30-0.37']          =364.14;
stonePrice['Princess-G-SI1-0.38-0.44']          =578.34;
stonePrice['Princess-G-SI1-0.45-0.49']          =690.336;
stonePrice['Princess-G-SI1-0.50-0.59']          =876.282;
stonePrice['Princess-G-SI1-0.60-0.69']          =1093.95;
stonePrice['Princess-G-SI1-0.70-0.79']          =1591.2;
stonePrice['Princess-G-SI1-0.80-0.89']          =1942.08;
stonePrice['Princess-G-SI1-0.90-0.99']          =2897.31;
stonePrice['Princess-G-SI1-1.00-1.10']          =3341.52;
stonePrice['Princess-G-SI1-1.11-1.29']          =4068.168;
stonePrice['Princess-G-SI1-1.30-1.49']          =5569.2;
stonePrice['Princess-G-SI1-1.50-1.60']          =7399.08;
stonePrice['Princess-G-SI1-1.70-1.89']          =9253.44;
stonePrice['Princess-G-SI1-2.00-2.10']          =12911.925;
stonePrice['Princess-G-SI2-0.23-0.29']          =188.955;
stonePrice['Princess-G-SI2-0.30-0.37']          =332.928;
stonePrice['Princess-G-SI2-0.38-0.44']          =481.95;
stonePrice['Princess-G-SI2-0.45-0.49']          =575.28;
stonePrice['Princess-G-SI2-0.50-0.59']          =716.958;
stonePrice['Princess-G-SI2-0.60-0.69']          =895.05;
stonePrice['Princess-G-SI2-0.70-0.79']          =1442.025;
stonePrice['Princess-G-SI2-0.80-0.89']          =1760.01;
stonePrice['Princess-G-SI2-0.90-0.99']          =2582.385;
stonePrice['Princess-G-SI2-1.00-1.10']          =2891.7;
stonePrice['Princess-G-SI2-1.11-1.29']          =3520.53;
stonePrice['Princess-G-SI2-1.30-1.49']          =4819.5;
stonePrice['Princess-G-SI2-1.50-1.60']          =6268.665;
stonePrice['Princess-G-SI2-1.70-1.89']          =7839.72;
stonePrice['Princess-G-SI2-2.00-2.10']          =10465.455;
stonePrice['Princess-G-SI3-0.23-0.29']          =180.336;
stonePrice['Princess-G-SI3-0.30-0.37']          =312.12;
stonePrice['Princess-G-SI3-0.38-0.44']          =481.95;
stonePrice['Princess-G-SI3-0.45-0.49']          =575.28;
stonePrice['Princess-G-SI3-0.50-0.59']          =716.958;
stonePrice['Princess-G-SI3-0.60-0.69']          =895.05;
stonePrice['Princess-G-SI3-0.70-0.79']          =1392.3;
stonePrice['Princess-G-SI3-0.80-0.89']          =1699.32;
stonePrice['Princess-G-SI3-0.90-0.99']          =2204.475;
stonePrice['Princess-G-SI3-1.00-1.10']          =2441.88;
stonePrice['Princess-G-SI3-1.11-1.29']          =2972.892;
stonePrice['Princess-G-SI3-1.30-1.49']          =4069.8;
stonePrice['Princess-G-SI3-1.50-1.60']          =5035.485;
stonePrice['Princess-G-SI3-1.70-1.89']          =6297.48;
stonePrice['Princess-G-SI3-2.00-2.10']          =7611.24;
stonePrice['Princess-G-VS1-0.23-0.29']          =243.984;
stonePrice['Princess-G-VS1-0.30-0.37']          =442.17;
stonePrice['Princess-G-VS1-0.38-0.44']          =738.99;
stonePrice['Princess-G-VS1-0.45-0.49']          =882.096;
stonePrice['Princess-G-VS1-0.50-0.59']          =1115.268;
stonePrice['Princess-G-VS1-0.60-0.69']          =1392.3;
stonePrice['Princess-G-VS1-0.70-0.79']          =2088.45;
stonePrice['Princess-G-VS1-0.80-0.89']          =2548.98;
stonePrice['Princess-G-VS1-0.90-0.99']          =3401.19;
stonePrice['Princess-G-VS1-1.00-1.10']          =4241.16;
stonePrice['Princess-G-VS1-1.11-1.29']          =5163.444;
stonePrice['Princess-G-VS1-1.30-1.49']          =7068.6;
stonePrice['Princess-G-VS1-1.50-1.60']          =8735.025;
stonePrice['Princess-G-VS1-1.70-1.89']          =10924.2;
stonePrice['Princess-G-VS1-2.00-2.10']          =16037.97;
stonePrice['Princess-G-VS2-0.23-0.29']          =237.8844;
stonePrice['Princess-G-VS2-0.30-0.37']          =390.15;
stonePrice['Princess-G-VS2-0.38-0.44']          =674.73;
stonePrice['Princess-G-VS2-0.45-0.49']          =805.392;
stonePrice['Princess-G-VS2-0.50-0.59']          =995.775;
stonePrice['Princess-G-VS2-0.60-0.69']          =1243.125;
stonePrice['Princess-G-VS2-0.70-0.79']          =1889.55;
stonePrice['Princess-G-VS2-0.80-0.89']          =2306.22;
stonePrice['Princess-G-VS2-0.90-0.99']          =3149.25;
stonePrice['Princess-G-VS2-1.00-1.10']          =3855.6;
stonePrice['Princess-G-VS2-1.11-1.29']          =4694.04;
stonePrice['Princess-G-VS2-1.30-1.49']          =6426;
stonePrice['Princess-G-VS2-1.50-1.60']          =8118.435;
stonePrice['Princess-G-VS2-1.70-1.89']          =10153.08;
stonePrice['Princess-G-VS2-2.00-2.10']          =15358.395;
stonePrice['Princess-G-VVS1-0.23-0.29']          =307.632;
stonePrice['Princess-G-VVS1-0.30-0.37']          =572.22;
stonePrice['Princess-G-VVS1-0.38-0.44']          =867.51;
stonePrice['Princess-G-VVS1-0.45-0.49']          =1035.504;
stonePrice['Princess-G-VVS1-0.50-0.59']          =1354.254;
stonePrice['Princess-G-VVS1-0.60-0.69']          =1690.65;
stonePrice['Princess-G-VVS1-0.70-0.79']          =2436.525;
stonePrice['Princess-G-VVS1-0.80-0.89']          =2973.81;
stonePrice['Princess-G-VVS1-0.90-0.99']          =3653.13;
stonePrice['Princess-G-VVS1-1.00-1.10']          =4755.24;
stonePrice['Princess-G-VVS1-1.11-1.29']          =5789.316;
stonePrice['Princess-G-VVS1-1.30-1.49']          =7925.4;
stonePrice['Princess-G-VVS1-1.50-1.60']          =9557.145;
stonePrice['Princess-G-VVS1-1.70-1.89']          =11952.36;
stonePrice['Princess-G-VVS1-2.00-2.10']          =18756.27;
stonePrice['Princess-G-VVS2-0.23-0.29']          =299.9412;
stonePrice['Princess-G-VVS2-0.30-0.37']          =494.19;
stonePrice['Princess-G-VVS2-0.38-0.44']          =803.25;
stonePrice['Princess-G-VVS2-0.45-0.49']          =958.8;
stonePrice['Princess-G-VVS2-0.50-0.59']          =1234.761;
stonePrice['Princess-G-VVS2-0.60-0.69']          =1541.475;
stonePrice['Princess-G-VVS2-0.70-0.79']          =2287.35;
stonePrice['Princess-G-VVS2-0.80-0.89']          =2791.74;
stonePrice['Princess-G-VVS2-0.90-0.99']          =3527.16;
stonePrice['Princess-G-VVS2-1.00-1.10']          =4562.46;
stonePrice['Princess-G-VVS2-1.11-1.29']          =5554.614;
stonePrice['Princess-G-VVS2-1.30-1.49']          =7604.1;
stonePrice['Princess-G-VVS2-1.50-1.60']          =9043.32;
stonePrice['Princess-G-VVS2-1.70-1.89']          =11309.76;
stonePrice['Princess-G-VVS2-2.00-2.10']          =17397.12;
stonePrice['Princess-H-SI1-0.23-0.29']          =208.845;
stonePrice['Princess-H-SI1-0.30-0.37']          =338.13;
stonePrice['Princess-H-SI1-0.38-0.44']          =546.21;
stonePrice['Princess-H-SI1-0.45-0.49']          =651.984;
stonePrice['Princess-H-SI1-0.50-0.59']          =756.789;
stonePrice['Princess-H-SI1-0.60-0.69']          =944.775;
stonePrice['Princess-H-SI1-0.70-0.79']          =1442.025;
stonePrice['Princess-H-SI1-0.80-0.89']          =1760.01;
stonePrice['Princess-H-SI1-0.90-0.99']          =2582.385;
stonePrice['Princess-H-SI1-1.00-1.10']          =2827.44;
stonePrice['Princess-H-SI1-1.11-1.29']          =3442.296;
stonePrice['Princess-H-SI1-1.30-1.49']          =4712.4;
stonePrice['Princess-H-SI1-1.50-1.60']          =6268.665;
stonePrice['Princess-H-SI1-1.70-1.89']          =7839.72;
stonePrice['Princess-H-SI1-2.00-2.10']          =10873.2;
stonePrice['Princess-H-SI2-0.23-0.29']          =188.955;
stonePrice['Princess-H-SI2-0.30-0.37']          =286.11;
stonePrice['Princess-H-SI2-0.38-0.44']          =449.82;
stonePrice['Princess-H-SI2-0.45-0.49']          =536.928;
stonePrice['Princess-H-SI2-0.50-0.59']          =677.127;
stonePrice['Princess-H-SI2-0.60-0.69']          =845.325;
stonePrice['Princess-H-SI2-0.70-0.79']          =1342.575;
stonePrice['Princess-H-SI2-0.80-0.89']          =1638.63;
stonePrice['Princess-H-SI2-0.90-0.99']          =2267.46;
stonePrice['Princess-H-SI2-1.00-1.10']          =2506.14;
stonePrice['Princess-H-SI2-1.11-1.29']          =3051.126;
stonePrice['Princess-H-SI2-1.30-1.49']          =4176.9;
stonePrice['Princess-H-SI2-1.50-1.60']          =5446.545;
stonePrice['Princess-H-SI2-1.70-1.89']          =6811.56;
stonePrice['Princess-H-SI2-2.00-2.10']          =8970.39;
stonePrice['Princess-H-SI3-0.23-0.29']          =169.065;
stonePrice['Princess-H-SI3-0.30-0.37']          =286.11;
stonePrice['Princess-H-SI3-0.38-0.44']          =449.82;
stonePrice['Princess-H-SI3-0.45-0.49']          =536.928;
stonePrice['Princess-H-SI3-0.50-0.59']          =677.127;
stonePrice['Princess-H-SI3-0.60-0.69']          =845.325;
stonePrice['Princess-H-SI3-0.70-0.79']          =1292.85;
stonePrice['Princess-H-SI3-0.80-0.89']          =1577.94;
stonePrice['Princess-H-SI3-0.90-0.99']          =2078.505;
stonePrice['Princess-H-SI3-1.00-1.10']          =2313.36;
stonePrice['Princess-H-SI3-1.11-1.29']          =2816.424;
stonePrice['Princess-H-SI3-1.30-1.49']          =3855.6;
stonePrice['Princess-H-SI3-1.50-1.60']          =4521.66;
stonePrice['Princess-H-SI3-1.70-1.89']          =5654.88;
stonePrice['Princess-H-SI3-2.00-2.10']          =6795.75;
stonePrice['Princess-H-VS1-0.23-0.29']          =237.8844;
stonePrice['Princess-H-VS1-0.30-0.37']          =416.16;
stonePrice['Princess-H-VS1-0.38-0.44']          =674.73;
stonePrice['Princess-H-VS1-0.45-0.49']          =805.392;
stonePrice['Princess-H-VS1-0.50-0.59']          =1035.606;
stonePrice['Princess-H-VS1-0.60-0.69']          =1292.85;
stonePrice['Princess-H-VS1-0.70-0.79']          =1939.275;
stonePrice['Princess-H-VS1-0.80-0.89']          =2366.91;
stonePrice['Princess-H-VS1-0.90-0.99']          =2897.31;
stonePrice['Princess-H-VS1-1.00-1.10']          =3405.78;
stonePrice['Princess-H-VS1-1.11-1.29']          =4146.402;
stonePrice['Princess-H-VS1-1.30-1.49']          =5676.3;
stonePrice['Princess-H-VS1-1.50-1.60']          =7193.55;
stonePrice['Princess-H-VS1-1.70-1.89']          =8996.4;
stonePrice['Princess-H-VS1-2.00-2.10']          =12776.01;
stonePrice['Princess-H-VS2-0.23-0.29']          =228.735;
stonePrice['Princess-H-VS2-0.30-0.37']          =364.14;
stonePrice['Princess-H-VS2-0.38-0.44']          =610.47;
stonePrice['Princess-H-VS2-0.45-0.49']          =728.688;
stonePrice['Princess-H-VS2-0.50-0.59']          =955.944;
stonePrice['Princess-H-VS2-0.60-0.69']          =1193.4;
stonePrice['Princess-H-VS2-0.70-0.79']          =1690.65;
stonePrice['Princess-H-VS2-0.80-0.89']          =2063.46;
stonePrice['Princess-H-VS2-0.90-0.99']          =2708.355;
stonePrice['Princess-H-VS2-1.00-1.10']          =3084.48;
stonePrice['Princess-H-VS2-1.11-1.29']          =3755.232;
stonePrice['Princess-H-VS2-1.30-1.49']          =5140.8;
stonePrice['Princess-H-VS2-1.50-1.60']          =6782.49;
stonePrice['Princess-H-VS2-1.70-1.89']          =8482.32;
stonePrice['Princess-H-VS2-2.00-2.10']          =12096.435;
stonePrice['Princess-H-VVS1-0.23-0.29']          =299.9412;
stonePrice['Princess-H-VVS1-0.30-0.37']          =494.19;
stonePrice['Princess-H-VVS1-0.38-0.44']          =771.12;
stonePrice['Princess-H-VVS1-0.45-0.49']          =920.448;
stonePrice['Princess-H-VVS1-0.50-0.59']          =1234.761;
stonePrice['Princess-H-VVS1-0.60-0.69']          =1541.475;
stonePrice['Princess-H-VVS1-0.70-0.79']          =2138.175;
stonePrice['Princess-H-VVS1-0.80-0.89']          =2609.67;
stonePrice['Princess-H-VVS1-0.90-0.99']          =3149.25;
stonePrice['Princess-H-VVS1-1.00-1.10']          =3791.34;
stonePrice['Princess-H-VVS1-1.11-1.29']          =4615.806;
stonePrice['Princess-H-VVS1-1.30-1.49']          =6318.9;
stonePrice['Princess-H-VVS1-1.50-1.60']          =7810.14;
stonePrice['Princess-H-VVS1-1.70-1.89']          =9767.52;
stonePrice['Princess-H-VVS1-2.00-2.10']          =14814.735;
stonePrice['Princess-H-VVS2-0.23-0.29']          =288.405;
stonePrice['Princess-H-VVS2-0.30-0.37']          =442.17;
stonePrice['Princess-H-VVS2-0.38-0.44']          =706.86;
stonePrice['Princess-H-VVS2-0.45-0.49']          =843.744;
stonePrice['Princess-H-VVS2-0.50-0.59']          =1155.099;
stonePrice['Princess-H-VVS2-0.60-0.69']          =1442.025;
stonePrice['Princess-H-VVS2-0.70-0.79']          =2088.45;
stonePrice['Princess-H-VVS2-0.80-0.89']          =2548.98;
stonePrice['Princess-H-VVS2-0.90-0.99']          =3023.28;
stonePrice['Princess-H-VVS2-1.00-1.10']          =3598.56;
stonePrice['Princess-H-VVS2-1.11-1.29']          =4381.104;
stonePrice['Princess-H-VVS2-1.30-1.49']          =5997.6;
stonePrice['Princess-H-VVS2-1.50-1.60']          =7501.845;
stonePrice['Princess-H-VVS2-1.70-1.89']          =9381.96;
stonePrice['Princess-H-VVS2-2.00-2.10']          =13455.585;
stonePrice['Princess-I-SI1-0.23-0.29']          =201.552;
stonePrice['Princess-I-SI1-0.30-0.37']          =312.12;
stonePrice['Princess-I-SI1-0.38-0.44']          =481.95;
stonePrice['Princess-I-SI1-0.45-0.49']          =575.28;
stonePrice['Princess-I-SI1-0.50-0.59']          =756.789;
stonePrice['Princess-I-SI1-0.60-0.69']          =944.775;
stonePrice['Princess-I-SI1-0.70-0.79']          =1243.125;
stonePrice['Princess-I-SI1-0.80-0.89']          =1517.25;
stonePrice['Princess-I-SI1-0.90-0.99']          =2393.43;
stonePrice['Princess-I-SI1-1.00-1.10']          =2570.4;
stonePrice['Princess-I-SI1-1.11-1.29']          =3129.36;
stonePrice['Princess-I-SI1-1.30-1.49']          =4284;
stonePrice['Princess-I-SI1-1.50-1.60']          =5652.075;
stonePrice['Princess-I-SI1-1.70-1.89']          =7068.6;
stonePrice['Princess-I-SI1-2.00-2.10']          =9514.05;
stonePrice['Princess-I-SI2-0.23-0.29']          =180.336;
stonePrice['Princess-I-SI2-0.30-0.37']          =260.1;
stonePrice['Princess-I-SI2-0.38-0.44']          =417.69;
stonePrice['Princess-I-SI2-0.45-0.49']          =498.576;
stonePrice['Princess-I-SI2-0.50-0.59']          =677.127;
stonePrice['Princess-I-SI2-0.60-0.69']          =845.325;
stonePrice['Princess-I-SI2-0.70-0.79']          =1740.375;
stonePrice['Princess-I-SI2-0.80-0.89']          =2124.15;
stonePrice['Princess-I-SI2-0.90-0.99']          =2078.505;
stonePrice['Princess-I-SI2-1.00-1.10']          =2249.1;
stonePrice['Princess-I-SI2-1.11-1.29']          =2738.19;
stonePrice['Princess-I-SI2-1.30-1.49']          =3748.5;
stonePrice['Princess-I-SI2-1.50-1.60']          =4727.19;
stonePrice['Princess-I-SI2-1.70-1.89']          =5911.92;
stonePrice['Princess-I-SI2-2.00-2.10']          =8154.9;
stonePrice['Princess-I-SI3-0.23-0.29']          =159.12;
stonePrice['Princess-I-SI3-0.30-0.37']          =260.1;
stonePrice['Princess-I-SI3-0.38-0.44']          =417.69;
stonePrice['Princess-I-SI3-0.45-0.49']          =498.576;
stonePrice['Princess-I-SI3-0.50-0.59']          =637.296;
stonePrice['Princess-I-SI3-0.60-0.69']          =795.6;
stonePrice['Princess-I-SI3-0.70-0.79']          =1093.95;
stonePrice['Princess-I-SI3-0.80-0.89']          =1335.18;
stonePrice['Princess-I-SI3-0.90-0.99']          =1826.565;
stonePrice['Princess-I-SI3-1.00-1.10']          =2120.58;
stonePrice['Princess-I-SI3-1.11-1.29']          =2581.722;
stonePrice['Princess-I-SI3-1.30-1.49']          =3534.3;
stonePrice['Princess-I-SI3-1.50-1.60']          =4110.6;
stonePrice['Princess-I-SI3-1.70-1.89']          =5140.8;
stonePrice['Princess-I-SI3-2.00-2.10']          =6388.005;
stonePrice['Princess-I-VS1-0.23-0.29']          =222.768;
stonePrice['Princess-I-VS1-0.30-0.37']          =364.14;
stonePrice['Princess-I-VS1-0.38-0.44']          =578.34;
stonePrice['Princess-I-VS1-0.45-0.49']          =690.336;
stonePrice['Princess-I-VS1-0.50-0.59']          =916.113;
stonePrice['Princess-I-VS1-0.60-0.69']          =1143.675;
stonePrice['Princess-I-VS1-0.70-0.79']          =1640.925;
stonePrice['Princess-I-VS1-0.80-0.89']          =2002.77;
stonePrice['Princess-I-VS1-0.90-0.99']          =2645.37;
stonePrice['Princess-I-VS1-1.00-1.10']          =3084.48;
stonePrice['Princess-I-VS1-1.11-1.29']          =3755.232;
stonePrice['Princess-I-VS1-1.30-1.49']          =5140.8;
stonePrice['Princess-I-VS1-1.50-1.60']          =6268.665;
stonePrice['Princess-I-VS1-1.70-1.89']          =7839.72;
stonePrice['Princess-I-VS1-2.00-2.10']          =10737.285;
stonePrice['Princess-I-VS2-0.23-0.29']          =217.1988;
stonePrice['Princess-I-VS2-0.30-0.37']          =338.13;
stonePrice['Princess-I-VS2-0.38-0.44']          =514.08;
stonePrice['Princess-I-VS2-0.45-0.49']          =613.632;
stonePrice['Princess-I-VS2-0.50-0.59']          =836.451;
stonePrice['Princess-I-VS2-0.60-0.69']          =1044.225;
stonePrice['Princess-I-VS2-0.70-0.79']          =1392.3;
stonePrice['Princess-I-VS2-0.80-0.89']          =1699.32;
stonePrice['Princess-I-VS2-0.90-0.99']          =2456.415;
stonePrice['Princess-I-VS2-1.00-1.10']          =2827.44;
stonePrice['Princess-I-VS2-1.11-1.29']          =3442.296;
stonePrice['Princess-I-VS2-1.30-1.49']          =4712.4;
stonePrice['Princess-I-VS2-1.50-1.60']          =5960.37;
stonePrice['Princess-I-VS2-1.70-1.89']          =7454.16;
stonePrice['Princess-I-VS2-2.00-2.10']          =10057.71;
stonePrice['Princess-I-VVS1-0.23-0.29']          =254.592;
stonePrice['Princess-I-VVS1-0.30-0.37']          =390.15;
stonePrice['Princess-I-VVS1-0.38-0.44']          =642.6;
stonePrice['Princess-I-VVS1-0.45-0.49']          =767.04;
stonePrice['Princess-I-VVS1-0.50-0.59']          =1035.606;
stonePrice['Princess-I-VVS1-0.60-0.69']          =1292.85;
stonePrice['Princess-I-VVS1-0.70-0.79']          =1839.825;
stonePrice['Princess-I-VVS1-0.80-0.89']          =2245.53;
stonePrice['Princess-I-VVS1-0.90-0.99']          =2834.325;
stonePrice['Princess-I-VVS1-1.00-1.10']          =3341.52;
stonePrice['Princess-I-VVS1-1.11-1.29']          =4068.168;
stonePrice['Princess-I-VVS1-1.30-1.49']          =5569.2;
stonePrice['Princess-I-VVS1-1.50-1.60']          =6679.725;
stonePrice['Princess-I-VVS1-1.70-1.89']          =8353.8;
stonePrice['Princess-I-VVS1-2.00-2.10']          =12096.435;
stonePrice['Princess-I-VVS2-0.23-0.29']          =248.2272;
stonePrice['Princess-I-VVS2-0.30-0.37']          =364.14;
stonePrice['Princess-I-VVS2-0.38-0.44']          =610.47;
stonePrice['Princess-I-VVS2-0.45-0.49']          =728.688;
stonePrice['Princess-I-VVS2-0.50-0.59']          =995.775;
stonePrice['Princess-I-VVS2-0.60-0.69']          =1243.125;
stonePrice['Princess-I-VVS2-0.70-0.79']          =1790.1;
stonePrice['Princess-I-VVS2-0.80-0.89']          =2184.84;
stonePrice['Princess-I-VVS2-0.90-0.99']          =2771.34;
stonePrice['Princess-I-VVS2-1.00-1.10']          =3213;
stonePrice['Princess-I-VVS2-1.11-1.29']          =3911.7;
stonePrice['Princess-I-VVS2-1.30-1.49']          =5355;
stonePrice['Princess-I-VVS2-1.50-1.60']          =6576.96;
stonePrice['Princess-I-VVS2-1.70-1.89']          =8225.28;
stonePrice['Princess-I-VVS2-2.00-2.10']          =11416.86;
stonePrice['Princess-J-SI1-0.23-0.29']          =188.955;
stonePrice['Princess-J-SI1-0.30-0.37']          =260.1;
stonePrice['Princess-J-SI1-0.38-0.44']          =385.56;
stonePrice['Princess-J-SI1-0.45-0.49']          =460.224;
stonePrice['Princess-J-SI1-0.50-0.59']          =677.127;
stonePrice['Princess-J-SI1-0.60-0.69']          =845.325;
stonePrice['Princess-J-SI1-0.70-0.79']          =1193.4;
stonePrice['Princess-J-SI1-0.80-0.89']          =1456.56;
stonePrice['Princess-J-SI1-0.90-0.99']          =2141.49;
stonePrice['Princess-J-SI1-1.00-1.10']          =2249.1;
stonePrice['Princess-J-SI1-1.11-1.29']          =2738.19;
stonePrice['Princess-J-SI1-1.30-1.49']          =3748.5;
stonePrice['Princess-J-SI1-1.50-1.60']          =4521.66;
stonePrice['Princess-J-SI1-1.70-1.89']          =5654.88;
stonePrice['Princess-J-SI1-2.00-2.10']          =7611.24;
stonePrice['Princess-J-SI2-0.23-0.29']          =169.065;
stonePrice['Princess-J-SI2-0.30-0.37']          =234.09;
stonePrice['Princess-J-SI2-0.38-0.44']          =353.43;
stonePrice['Princess-J-SI2-0.45-0.49']          =421.872;
stonePrice['Princess-J-SI2-0.50-0.59']          =637.296;
stonePrice['Princess-J-SI2-0.60-0.69']          =795.6;
stonePrice['Princess-J-SI2-0.70-0.79']          =994.5;
stonePrice['Princess-J-SI2-0.80-0.89']          =1213.8;
stonePrice['Princess-J-SI2-0.90-0.99']          =1889.55;
stonePrice['Princess-J-SI2-1.00-1.10']          =1992.06;
stonePrice['Princess-J-SI2-1.11-1.29']          =2425.254;
stonePrice['Princess-J-SI2-1.30-1.49']          =3320.1;
stonePrice['Princess-J-SI2-1.50-1.60']          =3905.07;
stonePrice['Princess-J-SI2-1.70-1.89']          =4883.76;
stonePrice['Princess-J-SI2-2.00-2.10']          =6795.75;
stonePrice['Princess-J-SI3-0.23-0.29']          =149.175;
stonePrice['Princess-J-SI3-0.30-0.37']          =234.09;
stonePrice['Princess-J-SI3-0.38-0.44']          =353.43;
stonePrice['Princess-J-SI3-0.45-0.49']          =421.872;
stonePrice['Princess-J-SI3-0.50-0.59']          =557.634;
stonePrice['Princess-J-SI3-0.60-0.69']          =696.15;
stonePrice['Princess-J-SI3-0.70-0.79']          =944.775;
stonePrice['Princess-J-SI3-0.80-0.89']          =1153.11;
stonePrice['Princess-J-SI3-0.90-0.99']          =1637.61;
stonePrice['Princess-J-SI3-1.00-1.10']          =1799.28;
stonePrice['Princess-J-SI3-1.11-1.29']          =2190.552;
stonePrice['Princess-J-SI3-1.30-1.49']          =2998.8;
stonePrice['Princess-J-SI3-1.50-1.60']          =3391.245;
stonePrice['Princess-J-SI3-1.70-1.89']          =4241.16;
stonePrice['Princess-J-SI3-2.00-2.10']          =5164.77;
stonePrice['Princess-J-VS1-0.23-0.29']          =217.1988;
stonePrice['Princess-J-VS1-0.30-0.37']          =286.11;
stonePrice['Princess-J-VS1-0.38-0.44']          =481.95;
stonePrice['Princess-J-VS1-0.45-0.49']          =575.28;
stonePrice['Princess-J-VS1-0.50-0.59']          =756.789;
stonePrice['Princess-J-VS1-0.60-0.69']          =944.775;
stonePrice['Princess-J-VS1-0.70-0.79']          =1342.575;
stonePrice['Princess-J-VS1-0.80-0.89']          =1638.63;
stonePrice['Princess-J-VS1-0.90-0.99']          =2330.445;
stonePrice['Princess-J-VS1-1.00-1.10']          =2570.4;
stonePrice['Princess-J-VS1-1.11-1.29']          =3129.36;
stonePrice['Princess-J-VS1-1.30-1.49']          =4284;
stonePrice['Princess-J-VS1-1.50-1.60']          =4932.72;
stonePrice['Princess-J-VS1-1.70-1.89']          =6168.96;
stonePrice['Princess-J-VS1-2.00-2.10']          =8562.645;
stonePrice['Princess-J-VS2-0.23-0.29']          =208.845;
stonePrice['Princess-J-VS2-0.30-0.37']          =286.11;
stonePrice['Princess-J-VS2-0.38-0.44']          =417.69;
stonePrice['Princess-J-VS2-0.45-0.49']          =498.576;
stonePrice['Princess-J-VS2-0.50-0.59']          =716.958;
stonePrice['Princess-J-VS2-0.60-0.69']          =895.05;
stonePrice['Princess-J-VS2-0.70-0.79']          =1292.85;
stonePrice['Princess-J-VS2-0.80-0.89']          =1577.94;
stonePrice['Princess-J-VS2-0.90-0.99']          =2267.46;
stonePrice['Princess-J-VS2-1.00-1.10']          =2441.88;
stonePrice['Princess-J-VS2-1.11-1.29']          =2972.892;
stonePrice['Princess-J-VS2-1.30-1.49']          =4069.8;
stonePrice['Princess-J-VS2-1.50-1.60']          =4727.19;
stonePrice['Princess-J-VS2-1.70-1.89']          =5911.92;
stonePrice['Princess-J-VS2-2.00-2.10']          =8018.985;
stonePrice['Princess-J-VVS1-0.23-0.29']          =248.2272;
stonePrice['Princess-J-VVS1-0.30-0.37']          =312.12;
stonePrice['Princess-J-VVS1-0.38-0.44']          =514.08;
stonePrice['Princess-J-VVS1-0.45-0.49']          =613.632;
stonePrice['Princess-J-VVS1-0.50-0.59']          =836.451;
stonePrice['Princess-J-VVS1-0.60-0.69']          =1044.225;
stonePrice['Princess-J-VVS1-0.70-0.79']          =1491.75;
stonePrice['Princess-J-VVS1-0.80-0.89']          =1820.7;
stonePrice['Princess-J-VVS1-0.90-0.99']          =2519.4;
stonePrice['Princess-J-VVS1-1.00-1.10']          =2827.44;
stonePrice['Princess-J-VVS1-1.11-1.29']          =3442.296;
stonePrice['Princess-J-VVS1-1.30-1.49']          =4712.4;
stonePrice['Princess-J-VVS1-1.50-1.60']          =5241.015;
stonePrice['Princess-J-VVS1-1.70-1.89']          =6554.52;
stonePrice['Princess-J-VVS1-2.00-2.10']          =9378.135;
stonePrice['Princess-J-VVS2-0.23-0.29']          =238.68;
stonePrice['Princess-J-VVS2-0.30-0.37']          =312.12;
stonePrice['Princess-J-VVS2-0.38-0.44']          =514.08;
stonePrice['Princess-J-VVS2-0.45-0.49']          =613.632;
stonePrice['Princess-J-VVS2-0.50-0.59']          =796.62;
stonePrice['Princess-J-VVS2-0.60-0.69']          =994.5;
stonePrice['Princess-J-VVS2-0.70-0.79']          =1442.025;
stonePrice['Princess-J-VVS2-0.80-0.89']          =1760.01;
stonePrice['Princess-J-VVS2-0.90-0.99']          =2456.415;
stonePrice['Princess-J-VVS2-1.00-1.10']          =2698.92;
stonePrice['Princess-J-VVS2-1.11-1.29']          =3285.828;
stonePrice['Princess-J-VVS2-1.30-1.49']          =4498.2;
stonePrice['Princess-J-VVS2-1.50-1.60']          =5138.25;
stonePrice['Princess-J-VVS2-1.70-1.89']          =6426;
stonePrice['Princess-J-VVS2-2.00-2.10']          =8970.39;
stonePrice['Radiant-D-SI1-0.23-0.29']          =261.3;
stonePrice['Radiant-D-SI1-0.30-0.37']          =461.295;
stonePrice['Radiant-D-SI1-0.38-0.44']          =696.465;
stonePrice['Radiant-D-SI1-0.45-0.49']          =831.336;
stonePrice['Radiant-D-SI1-0.50-0.59']          =1098.867;
stonePrice['Radiant-D-SI1-0.60-0.69']          =1371.825;
stonePrice['Radiant-D-SI1-0.70-0.79']          =2106.73125;
stonePrice['Radiant-D-SI1-0.80-0.89']          =2571.2925;
stonePrice['Radiant-D-SI1-0.90-0.99']          =3413.23125;
stonePrice['Radiant-D-SI1-1.00-1.10']          =3862.215;
stonePrice['Radiant-D-SI1-1.11-1.29']          =4702.0935;
stonePrice['Radiant-D-SI1-1.30-1.49']          =6437.025;
stonePrice['Radiant-D-SI1-1.50-1.60']          =8505.315;
stonePrice['Radiant-D-SI1-1.70-1.89']          =10636.92;
stonePrice['Radiant-D-SI1-2.00-2.10']          =15400.36875;
stonePrice['Radiant-D-SI2-0.23-0.29']          =219.492;
stonePrice['Radiant-D-SI2-0.30-0.37']          =384.4125;
stonePrice['Radiant-D-SI2-0.38-0.44']          =633.15;
stonePrice['Radiant-D-SI2-0.45-0.49']          =755.76;
stonePrice['Radiant-D-SI2-0.50-0.59']          =941.886;
stonePrice['Radiant-D-SI2-0.60-0.69']          =1175.85;
stonePrice['Radiant-D-SI2-0.70-0.79']          =1812.76875;
stonePrice['Radiant-D-SI2-0.80-0.89']          =2212.5075;
stonePrice['Radiant-D-SI2-0.90-0.99']          =2978.82;
stonePrice['Radiant-D-SI2-1.00-1.10']          =3229.065;
stonePrice['Radiant-D-SI2-1.11-1.29']          =3931.2585;
stonePrice['Radiant-D-SI2-1.30-1.49']          =5381.775;
stonePrice['Radiant-D-SI2-1.50-1.60']          =6986.50875;
stonePrice['Radiant-D-SI2-1.70-1.89']          =8737.47;
stonePrice['Radiant-D-SI2-2.00-2.10']          =11248.965;
stonePrice['Radiant-D-SI3-0.23-0.29']          =198.588;
stonePrice['Radiant-D-SI3-0.30-0.37']          =358.785;
stonePrice['Radiant-D-SI3-0.38-0.44']          =569.835;
stonePrice['Radiant-D-SI3-0.45-0.49']          =680.184;
stonePrice['Radiant-D-SI3-0.50-0.59']          =863.3955;
stonePrice['Radiant-D-SI3-0.60-0.69']          =1077.8625;
stonePrice['Radiant-D-SI3-0.70-0.79']          =1665.7875;
stonePrice['Radiant-D-SI3-0.80-0.89']          =2033.115;
stonePrice['Radiant-D-SI3-0.90-0.99']          =2420.29125;
stonePrice['Radiant-D-SI3-1.00-1.10']          =2659.23;
stonePrice['Radiant-D-SI3-1.11-1.29']          =3237.507;
stonePrice['Radiant-D-SI3-1.30-1.49']          =4432.05;
stonePrice['Radiant-D-SI3-1.50-1.60']          =5467.7025;
stonePrice['Radiant-D-SI3-1.70-1.89']          =6838.02;
stonePrice['Radiant-D-SI3-2.00-2.10']          =8436.72375;
stonePrice['Radiant-D-VS1-0.23-0.29']          =282.204;
stonePrice['Radiant-D-VS1-0.30-0.37']          =615.06;
stonePrice['Radiant-D-VS1-0.38-0.44']          =918.0675;
stonePrice['Radiant-D-VS1-0.45-0.49']          =1095.852;
stonePrice['Radiant-D-VS1-0.50-0.59']          =1452.07425;
stonePrice['Radiant-D-VS1-0.60-0.69']          =1812.76875;
stonePrice['Radiant-D-VS1-0.70-0.79']          =2498.68125;
stonePrice['Radiant-D-VS1-0.80-0.89']          =3049.6725;
stonePrice['Radiant-D-VS1-0.90-0.99']          =3847.6425;
stonePrice['Radiant-D-VS1-1.00-1.10']          =4748.625;
stonePrice['Radiant-D-VS1-1.11-1.29']          =5781.2625;
stonePrice['Radiant-D-VS1-1.30-1.49']          =7914.375;
stonePrice['Radiant-D-VS1-1.50-1.60']          =9720.36;
stonePrice['Radiant-D-VS1-1.70-1.89']          =12156.48;
stonePrice['Radiant-D-VS1-2.00-2.10']          =20355.27;
stonePrice['Radiant-D-VS2-0.23-0.29']          =282.204;
stonePrice['Radiant-D-VS2-0.30-0.37']          =512.55;
stonePrice['Radiant-D-VS2-0.38-0.44']          =791.4375;
stonePrice['Radiant-D-VS2-0.45-0.49']          =944.7;
stonePrice['Radiant-D-VS2-0.50-0.59']          =1334.3385;
stonePrice['Radiant-D-VS2-0.60-0.69']          =1665.7875;
stonePrice['Radiant-D-VS2-0.70-0.79']          =2351.7;
stonePrice['Radiant-D-VS2-0.80-0.89']          =2870.28;
stonePrice['Radiant-D-VS2-0.90-0.99']          =3599.4075;
stonePrice['Radiant-D-VS2-1.00-1.10']          =4368.735;
stonePrice['Radiant-D-VS2-1.11-1.29']          =5318.7615;
stonePrice['Radiant-D-VS2-1.30-1.49']          =7281.225;
stonePrice['Radiant-D-VS2-1.50-1.60']          =9112.8375;
stonePrice['Radiant-D-VS2-1.70-1.89']          =11396.7;
stonePrice['Radiant-D-VS2-2.00-2.10']          =19016.1075;
stonePrice['Radiant-D-VVS1-0.23-0.29']          =344.916;
stonePrice['Radiant-D-VVS1-0.30-0.37']          =743.1975;
stonePrice['Radiant-D-VVS1-0.38-0.44']          =1076.355;
stonePrice['Radiant-D-VVS1-0.45-0.49']          =1284.792;
stonePrice['Radiant-D-VVS1-0.50-0.59']          =1766.03625;
stonePrice['Radiant-D-VVS1-0.60-0.69']          =2204.71875;
stonePrice['Radiant-D-VVS1-0.70-0.79']          =2792.64375;
stonePrice['Radiant-D-VVS1-0.80-0.89']          =3408.4575;
stonePrice['Radiant-D-VVS1-0.90-0.99']          =4219.995;
stonePrice['Radiant-D-VVS1-1.00-1.10']          =5571.72;
stonePrice['Radiant-D-VVS1-1.11-1.29']          =6783.348;
stonePrice['Radiant-D-VVS1-1.30-1.49']          =9286.2;
stonePrice['Radiant-D-VVS1-1.50-1.60']          =10935.405;
stonePrice['Radiant-D-VVS1-1.70-1.89']          =13676.04;
stonePrice['Radiant-D-VVS1-2.00-2.10']          =24238.84125;
stonePrice['Radiant-D-VVS2-0.23-0.29']          =344.916;
stonePrice['Radiant-D-VVS2-0.30-0.37']          =666.315;
stonePrice['Radiant-D-VVS2-0.38-0.44']          =981.3825;
stonePrice['Radiant-D-VVS2-0.45-0.49']          =1171.428;
stonePrice['Radiant-D-VVS2-0.50-0.59']          =1609.05525;
stonePrice['Radiant-D-VVS2-0.60-0.69']          =2008.74375;
stonePrice['Radiant-D-VVS2-0.70-0.79']          =2645.6625;
stonePrice['Radiant-D-VVS2-0.80-0.89']          =3229.065;
stonePrice['Radiant-D-VVS2-0.90-0.99']          =4095.8775;
stonePrice['Radiant-D-VVS2-1.00-1.10']          =5001.885;
stonePrice['Radiant-D-VVS2-1.11-1.29']          =6089.5965;
stonePrice['Radiant-D-VVS2-1.30-1.49']          =8336.475;
stonePrice['Radiant-D-VVS2-1.50-1.60']          =10024.12125;
stonePrice['Radiant-D-VVS2-1.70-1.89']          =12536.37;
stonePrice['Radiant-D-VVS2-2.00-2.10']          =22364.01375;
stonePrice['Radiant-E-SI1-0.23-0.29']          =261.3;
stonePrice['Radiant-E-SI1-0.30-0.37']          =410.04;
stonePrice['Radiant-E-SI1-0.38-0.44']          =633.15;
stonePrice['Radiant-E-SI1-0.45-0.49']          =755.76;
stonePrice['Radiant-E-SI1-0.50-0.59']          =981.13125;
stonePrice['Radiant-E-SI1-0.60-0.69']          =1224.84375;
stonePrice['Radiant-E-SI1-0.70-0.79']          =1861.7625;
stonePrice['Radiant-E-SI1-0.80-0.89']          =2272.305;
stonePrice['Radiant-E-SI1-0.90-0.99']          =3227.055;
stonePrice['Radiant-E-SI1-1.00-1.10']          =3672.27;
stonePrice['Radiant-E-SI1-1.11-1.29']          =4470.843;
stonePrice['Radiant-E-SI1-1.30-1.49']          =6120.45;
stonePrice['Radiant-E-SI1-1.50-1.60']          =8302.8075;
stonePrice['Radiant-E-SI1-1.70-1.89']          =10383.66;
stonePrice['Radiant-E-SI1-2.00-2.10']          =14730.7875;
stonePrice['Radiant-E-SI2-0.23-0.29']          =208.5174;
stonePrice['Radiant-E-SI2-0.30-0.37']          =358.785;
stonePrice['Radiant-E-SI2-0.38-0.44']          =569.835;
stonePrice['Radiant-E-SI2-0.45-0.49']          =680.184;
stonePrice['Radiant-E-SI2-0.50-0.59']          =784.905;
stonePrice['Radiant-E-SI2-0.60-0.69']          =979.875;
stonePrice['Radiant-E-SI2-0.70-0.79']          =1616.79375;
stonePrice['Radiant-E-SI2-0.80-0.89']          =1973.3175;
stonePrice['Radiant-E-SI2-0.90-0.99']          =2792.64375;
stonePrice['Radiant-E-SI2-1.00-1.10']          =3102.435;
stonePrice['Radiant-E-SI2-1.11-1.29']          =3777.0915;
stonePrice['Radiant-E-SI2-1.30-1.49']          =5170.725;
stonePrice['Radiant-E-SI2-1.50-1.60']          =6885.255;
stonePrice['Radiant-E-SI2-1.70-1.89']          =8610.84;
stonePrice['Radiant-E-SI2-2.00-2.10']          =10981.1325;
stonePrice['Radiant-E-SI3-0.23-0.29']          =188.6586;
stonePrice['Radiant-E-SI3-0.30-0.37']          =358.785;
stonePrice['Radiant-E-SI3-0.38-0.44']          =538.1775;
stonePrice['Radiant-E-SI3-0.45-0.49']          =642.396;
stonePrice['Radiant-E-SI3-0.50-0.59']          =784.905;
stonePrice['Radiant-E-SI3-0.60-0.69']          =979.875;
stonePrice['Radiant-E-SI3-0.70-0.79']          =1518.80625;
stonePrice['Radiant-E-SI3-0.80-0.89']          =1853.7225;
stonePrice['Radiant-E-SI3-0.90-0.99']          =2296.17375;
stonePrice['Radiant-E-SI3-1.00-1.10']          =2595.915;
stonePrice['Radiant-E-SI3-1.11-1.29']          =3160.4235;
stonePrice['Radiant-E-SI3-1.30-1.49']          =4326.525;
stonePrice['Radiant-E-SI3-1.50-1.60']          =5366.44875;
stonePrice['Radiant-E-SI3-1.70-1.89']          =6711.39;
stonePrice['Radiant-E-SI3-2.00-2.10']          =8168.89125;
stonePrice['Radiant-E-VS1-0.23-0.29']          =275.1489;
stonePrice['Radiant-E-VS1-0.30-0.37']          =845.7075;
stonePrice['Radiant-E-VS1-0.38-0.44']          =854.7525;
stonePrice['Radiant-E-VS1-0.45-0.49']          =1020.276;
stonePrice['Radiant-E-VS1-0.50-0.59']          =1295.09325;
stonePrice['Radiant-E-VS1-0.60-0.69']          =1616.79375;
stonePrice['Radiant-E-VS1-0.70-0.79']          =2351.7;
stonePrice['Radiant-E-VS1-0.80-0.89']          =2870.28;
stonePrice['Radiant-E-VS1-0.90-0.99']          =3661.46625;
stonePrice['Radiant-E-VS1-1.00-1.10']          =4621.995;
stonePrice['Radiant-E-VS1-1.11-1.29']          =5627.0955;
stonePrice['Radiant-E-VS1-1.30-1.49']          =7703.325;
stonePrice['Radiant-E-VS1-1.50-1.60']          =9416.59875;
stonePrice['Radiant-E-VS1-1.70-1.89']          =11776.59;
stonePrice['Radiant-E-VS1-2.00-2.10']          =19016.1075;
stonePrice['Radiant-E-VS2-0.23-0.29']          =271.62135;
stonePrice['Radiant-E-VS2-0.30-0.37']          =435.6675;
stonePrice['Radiant-E-VS2-0.38-0.44']          =759.78;
stonePrice['Radiant-E-VS2-0.45-0.49']          =906.912;
stonePrice['Radiant-E-VS2-0.50-0.59']          =1177.3575;
stonePrice['Radiant-E-VS2-0.60-0.69']          =1469.8125;
stonePrice['Radiant-E-VS2-0.70-0.79']          =2155.725;
stonePrice['Radiant-E-VS2-0.80-0.89']          =2631.09;
stonePrice['Radiant-E-VS2-0.90-0.99']          =3475.29;
stonePrice['Radiant-E-VS2-1.00-1.10']          =4242.105;
stonePrice['Radiant-E-VS2-1.11-1.29']          =5164.5945;
stonePrice['Radiant-E-VS2-1.30-1.49']          =7070.175;
stonePrice['Radiant-E-VS2-1.50-1.60']          =8910.33;
stonePrice['Radiant-E-VS2-1.70-1.89']          =11143.44;
stonePrice['Radiant-E-VS2-2.00-2.10']          =17141.28;
stonePrice['Radiant-E-VVS1-0.23-0.29']          =336.2931;
stonePrice['Radiant-E-VVS1-0.30-0.37']          =691.9425;
stonePrice['Radiant-E-VVS1-0.38-0.44']          =1013.04;
stonePrice['Radiant-E-VVS1-0.45-0.49']          =1209.216;
stonePrice['Radiant-E-VVS1-0.50-0.59']          =1609.05525;
stonePrice['Radiant-E-VVS1-0.60-0.69']          =2008.74375;
stonePrice['Radiant-E-VVS1-0.70-0.79']          =2645.6625;
stonePrice['Radiant-E-VVS1-0.80-0.89']          =3229.065;
stonePrice['Radiant-E-VVS1-0.90-0.99']          =4095.8775;
stonePrice['Radiant-E-VVS1-1.00-1.10']          =5001.885;
stonePrice['Radiant-E-VVS1-1.11-1.29']          =6089.5965;
stonePrice['Radiant-E-VVS1-1.30-1.49']          =8336.475;
stonePrice['Radiant-E-VVS1-1.50-1.60']          =10024.12125;
stonePrice['Radiant-E-VVS1-1.70-1.89']          =12536.37;
stonePrice['Radiant-E-VVS1-2.00-2.10']          =22364.01375;
stonePrice['Radiant-E-VVS2-0.23-0.29']          =291.74145;
stonePrice['Radiant-E-VVS2-0.30-0.37']          =615.06;
stonePrice['Radiant-E-VVS2-0.38-0.44']          =918.0675;
stonePrice['Radiant-E-VVS2-0.45-0.49']          =1095.852;
stonePrice['Radiant-E-VVS2-0.50-0.59']          =1491.3195;
stonePrice['Radiant-E-VVS2-0.60-0.69']          =1861.7625;
stonePrice['Radiant-E-VVS2-0.70-0.79']          =2547.675;
stonePrice['Radiant-E-VVS2-0.80-0.89']          =3109.47;
stonePrice['Radiant-E-VVS2-0.90-0.99']          =3847.6425;
stonePrice['Radiant-E-VVS2-1.00-1.10']          =4811.94;
stonePrice['Radiant-E-VVS2-1.11-1.29']          =5858.346;
stonePrice['Radiant-E-VVS2-1.30-1.49']          =8019.9;
stonePrice['Radiant-E-VVS2-1.50-1.60']          =9720.36;
stonePrice['Radiant-E-VVS2-1.70-1.89']          =12156.48;
stonePrice['Radiant-E-VVS2-2.00-2.10']          =20355.27;
stonePrice['Radiant-F-SI1-0.23-0.29']          =251.50125;
stonePrice['Radiant-F-SI1-0.30-0.37']          =384.4125;
stonePrice['Radiant-F-SI1-0.38-0.44']          =601.4925;
stonePrice['Radiant-F-SI1-0.45-0.49']          =717.972;
stonePrice['Radiant-F-SI1-0.50-0.59']          =941.886;
stonePrice['Radiant-F-SI1-0.60-0.69']          =1175.85;
stonePrice['Radiant-F-SI1-0.70-0.79']          =1763.775;
stonePrice['Radiant-F-SI1-0.80-0.89']          =2152.71;
stonePrice['Radiant-F-SI1-0.90-0.99']          =3102.9375;
stonePrice['Radiant-F-SI1-1.00-1.10']          =3545.64;
stonePrice['Radiant-F-SI1-1.11-1.29']          =4316.676;
stonePrice['Radiant-F-SI1-1.30-1.49']          =5909.4;
stonePrice['Radiant-F-SI1-1.50-1.60']          =7999.04625;
stonePrice['Radiant-F-SI1-1.70-1.89']          =10003.77;
stonePrice['Radiant-F-SI1-2.00-2.10']          =14061.20625;
stonePrice['Radiant-F-SI2-0.23-0.29']          =208.5174;
stonePrice['Radiant-F-SI2-0.30-0.37']          =333.1575;
stonePrice['Radiant-F-SI2-0.38-0.44']          =538.1775;
stonePrice['Radiant-F-SI2-0.45-0.49']          =642.396;
stonePrice['Radiant-F-SI2-0.50-0.59']          =745.65975;
stonePrice['Radiant-F-SI2-0.60-0.69']          =930.88125;
stonePrice['Radiant-F-SI2-0.70-0.79']          =1518.80625;
stonePrice['Radiant-F-SI2-0.80-0.89']          =1853.7225;
stonePrice['Radiant-F-SI2-0.90-0.99']          =2730.585;
stonePrice['Radiant-F-SI2-1.00-1.10']          =3039.12;
stonePrice['Radiant-F-SI2-1.11-1.29']          =3700.008;
stonePrice['Radiant-F-SI2-1.30-1.49']          =5065.2;
stonePrice['Radiant-F-SI2-1.50-1.60']          =6581.49375;
stonePrice['Radiant-F-SI2-1.70-1.89']          =8230.95;
stonePrice['Radiant-F-SI2-2.00-2.10']          =10713.3;
stonePrice['Radiant-F-SI3-0.23-0.29']          =186.17625;
stonePrice['Radiant-F-SI3-0.30-0.37']          =333.1575;
stonePrice['Radiant-F-SI3-0.38-0.44']          =506.52;
stonePrice['Radiant-F-SI3-0.45-0.49']          =604.608;
stonePrice['Radiant-F-SI3-0.50-0.59']          =745.65975;
stonePrice['Radiant-F-SI3-0.60-0.69']          =930.88125;
stonePrice['Radiant-F-SI3-0.70-0.79']          =1420.81875;
stonePrice['Radiant-F-SI3-0.80-0.89']          =1734.1275;
stonePrice['Radiant-F-SI3-0.90-0.99']          =2234.115;
stonePrice['Radiant-F-SI3-1.00-1.10']          =2532.6;
stonePrice['Radiant-F-SI3-1.11-1.29']          =3083.34;
stonePrice['Radiant-F-SI3-1.30-1.49']          =4221;
stonePrice['Radiant-F-SI3-1.50-1.60']          =5163.94125;
stonePrice['Radiant-F-SI3-1.70-1.89']          =6458.13;
stonePrice['Radiant-F-SI3-2.00-2.10']          =7901.05875;
stonePrice['Radiant-F-VS1-0.23-0.29']          =268.0938;
stonePrice['Radiant-F-VS1-0.30-0.37']          =461.295;
stonePrice['Radiant-F-VS1-0.38-0.44']          =791.4375;
stonePrice['Radiant-F-VS1-0.45-0.49']          =944.7;
stonePrice['Radiant-F-VS1-0.50-0.59']          =1216.60275;
stonePrice['Radiant-F-VS1-0.60-0.69']          =1518.80625;
stonePrice['Radiant-F-VS1-0.70-0.79']          =2253.7125;
stonePrice['Radiant-F-VS1-0.80-0.89']          =2750.685;
stonePrice['Radiant-F-VS1-0.90-0.99']          =3475.29;
stonePrice['Radiant-F-VS1-1.00-1.10']          =4432.05;
stonePrice['Radiant-F-VS1-1.11-1.29']          =5395.845;
stonePrice['Radiant-F-VS1-1.30-1.49']          =7386.75;
stonePrice['Radiant-F-VS1-1.50-1.60']          =8910.33;
stonePrice['Radiant-F-VS1-1.70-1.89']          =11143.44;
stonePrice['Radiant-F-VS1-2.00-2.10']          =17141.28;
stonePrice['Radiant-F-VS2-0.23-0.29']          =264.56625;
stonePrice['Radiant-F-VS2-0.30-0.37']          =410.04;
stonePrice['Radiant-F-VS2-0.38-0.44']          =728.1225;
stonePrice['Radiant-F-VS2-0.45-0.49']          =869.124;
stonePrice['Radiant-F-VS2-0.50-0.59']          =1098.867;
stonePrice['Radiant-F-VS2-0.60-0.69']          =1371.825;
stonePrice['Radiant-F-VS2-0.70-0.79']          =2008.74375;
stonePrice['Radiant-F-VS2-0.80-0.89']          =2451.6975;
stonePrice['Radiant-F-VS2-0.90-0.99']          =3289.11375;
stonePrice['Radiant-F-VS2-1.00-1.10']          =3988.845;
stonePrice['Radiant-F-VS2-1.11-1.29']          =4856.2605;
stonePrice['Radiant-F-VS2-1.30-1.49']          =6648.075;
stonePrice['Radiant-F-VS2-1.50-1.60']          =8505.315;
stonePrice['Radiant-F-VS2-1.70-1.89']          =10636.92;
stonePrice['Radiant-F-VS2-2.00-2.10']          =15802.1175;
stonePrice['Radiant-F-VVS1-0.23-0.29']          =331.98165;
stonePrice['Radiant-F-VVS1-0.30-0.37']          =640.6875;
stonePrice['Radiant-F-VVS1-0.38-0.44']          =949.725;
stonePrice['Radiant-F-VVS1-0.45-0.49']          =1133.64;
stonePrice['Radiant-F-VVS1-0.50-0.59']          =1491.3195;
stonePrice['Radiant-F-VVS1-0.60-0.69']          =1861.7625;
stonePrice['Radiant-F-VVS1-0.70-0.79']          =2547.675;
stonePrice['Radiant-F-VVS1-0.80-0.89']          =3109.47;
stonePrice['Radiant-F-VVS1-0.90-0.99']          =3847.6425;
stonePrice['Radiant-F-VVS1-1.00-1.10']          =4811.94;
stonePrice['Radiant-F-VVS1-1.11-1.29']          =5858.346;
stonePrice['Radiant-F-VVS1-1.30-1.49']          =8019.9;
stonePrice['Radiant-F-VVS1-1.50-1.60']          =9720.36;
stonePrice['Radiant-F-VVS1-1.70-1.89']          =12156.48;
stonePrice['Radiant-F-VVS1-2.00-2.10']          =20355.27;
stonePrice['Radiant-F-VVS2-0.23-0.29']          =323.35875;
stonePrice['Radiant-F-VVS2-0.30-0.37']          =538.1775;
stonePrice['Radiant-F-VVS2-0.38-0.44']          =854.7525;
stonePrice['Radiant-F-VVS2-0.45-0.49']          =1020.276;
stonePrice['Radiant-F-VVS2-0.50-0.59']          =1334.3385;
stonePrice['Radiant-F-VVS2-0.60-0.69']          =1665.7875;
stonePrice['Radiant-F-VVS2-0.70-0.79']          =2449.6875;
stonePrice['Radiant-F-VVS2-0.80-0.89']          =2989.875;
stonePrice['Radiant-F-VVS2-0.90-0.99']          =3599.4075;
stonePrice['Radiant-F-VVS2-1.00-1.10']          =4685.31;
stonePrice['Radiant-F-VVS2-1.11-1.29']          =5704.179;
stonePrice['Radiant-F-VVS2-1.30-1.49']          =7808.85;
stonePrice['Radiant-F-VVS2-1.50-1.60']          =9416.59875;
stonePrice['Radiant-F-VVS2-1.70-1.89']          =11776.59;
stonePrice['Radiant-F-VVS2-2.00-2.10']          =19016.1075;
stonePrice['Radiant-G-SI1-0.23-0.29']          =219.492;
stonePrice['Radiant-G-SI1-0.30-0.37']          =358.785;
stonePrice['Radiant-G-SI1-0.38-0.44']          =569.835;
stonePrice['Radiant-G-SI1-0.45-0.49']          =680.184;
stonePrice['Radiant-G-SI1-0.50-0.59']          =863.3955;
stonePrice['Radiant-G-SI1-0.60-0.69']          =1077.8625;
stonePrice['Radiant-G-SI1-0.70-0.79']          =1567.8;
stonePrice['Radiant-G-SI1-0.80-0.89']          =1913.52;
stonePrice['Radiant-G-SI1-0.90-0.99']          =2854.7025;
stonePrice['Radiant-G-SI1-1.00-1.10']          =3292.38;
stonePrice['Radiant-G-SI1-1.11-1.29']          =4008.342;
stonePrice['Radiant-G-SI1-1.30-1.49']          =5487.3;
stonePrice['Radiant-G-SI1-1.50-1.60']          =7290.27;
stonePrice['Radiant-G-SI1-1.70-1.89']          =9117.36;
stonePrice['Radiant-G-SI1-2.00-2.10']          =12722.04375;
stonePrice['Radiant-G-SI2-0.23-0.29']          =186.17625;
stonePrice['Radiant-G-SI2-0.30-0.37']          =328.032;
stonePrice['Radiant-G-SI2-0.38-0.44']          =474.8625;
stonePrice['Radiant-G-SI2-0.45-0.49']          =566.82;
stonePrice['Radiant-G-SI2-0.50-0.59']          =706.4145;
stonePrice['Radiant-G-SI2-0.60-0.69']          =881.8875;
stonePrice['Radiant-G-SI2-0.70-0.79']          =1420.81875;
stonePrice['Radiant-G-SI2-0.80-0.89']          =1734.1275;
stonePrice['Radiant-G-SI2-0.90-0.99']          =2544.40875;
stonePrice['Radiant-G-SI2-1.00-1.10']          =2849.175;
stonePrice['Radiant-G-SI2-1.11-1.29']          =3468.7575;
stonePrice['Radiant-G-SI2-1.30-1.49']          =4748.625;
stonePrice['Radiant-G-SI2-1.50-1.60']          =6176.47875;
stonePrice['Radiant-G-SI2-1.70-1.89']          =7724.43;
stonePrice['Radiant-G-SI2-2.00-2.10']          =10311.55125;
stonePrice['Radiant-G-SI3-0.23-0.29']          =177.684;
stonePrice['Radiant-G-SI3-0.30-0.37']          =307.53;
stonePrice['Radiant-G-SI3-0.38-0.44']          =474.8625;
stonePrice['Radiant-G-SI3-0.45-0.49']          =566.82;
stonePrice['Radiant-G-SI3-0.50-0.59']          =706.4145;
stonePrice['Radiant-G-SI3-0.60-0.69']          =881.8875;
stonePrice['Radiant-G-SI3-0.70-0.79']          =1371.825;
stonePrice['Radiant-G-SI3-0.80-0.89']          =1674.33;
stonePrice['Radiant-G-SI3-0.90-0.99']          =2172.05625;
stonePrice['Radiant-G-SI3-1.00-1.10']          =2405.97;
stonePrice['Radiant-G-SI3-1.11-1.29']          =2929.173;
stonePrice['Radiant-G-SI3-1.30-1.49']          =4009.95;
stonePrice['Radiant-G-SI3-1.50-1.60']          =4961.43375;
stonePrice['Radiant-G-SI3-1.70-1.89']          =6204.87;
stonePrice['Radiant-G-SI3-2.00-2.10']          =7499.31;
stonePrice['Radiant-G-VS1-0.23-0.29']          =240.396;
stonePrice['Radiant-G-VS1-0.30-0.37']          =435.6675;
stonePrice['Radiant-G-VS1-0.38-0.44']          =728.1225;
stonePrice['Radiant-G-VS1-0.45-0.49']          =869.124;
stonePrice['Radiant-G-VS1-0.50-0.59']          =1098.867;
stonePrice['Radiant-G-VS1-0.60-0.69']          =1371.825;
stonePrice['Radiant-G-VS1-0.70-0.79']          =2057.7375;
stonePrice['Radiant-G-VS1-0.80-0.89']          =2511.495;
stonePrice['Radiant-G-VS1-0.90-0.99']          =3351.1725;
stonePrice['Radiant-G-VS1-1.00-1.10']          =4178.79;
stonePrice['Radiant-G-VS1-1.11-1.29']          =5087.511;
stonePrice['Radiant-G-VS1-1.30-1.49']          =6964.65;
stonePrice['Radiant-G-VS1-1.50-1.60']          =8606.56875;
stonePrice['Radiant-G-VS1-1.70-1.89']          =10763.55;
stonePrice['Radiant-G-VS1-2.00-2.10']          =15802.1175;
stonePrice['Radiant-G-VS2-0.23-0.29']          =234.3861;
stonePrice['Radiant-G-VS2-0.30-0.37']          =384.4125;
stonePrice['Radiant-G-VS2-0.38-0.44']          =664.8075;
stonePrice['Radiant-G-VS2-0.45-0.49']          =793.548;
stonePrice['Radiant-G-VS2-0.50-0.59']          =981.13125;
stonePrice['Radiant-G-VS2-0.60-0.69']          =1224.84375;
stonePrice['Radiant-G-VS2-0.70-0.79']          =1861.7625;
stonePrice['Radiant-G-VS2-0.80-0.89']          =2272.305;
stonePrice['Radiant-G-VS2-0.90-0.99']          =3102.9375;
stonePrice['Radiant-G-VS2-1.00-1.10']          =3798.9;
stonePrice['Radiant-G-VS2-1.11-1.29']          =4625.01;
stonePrice['Radiant-G-VS2-1.30-1.49']          =6331.5;
stonePrice['Radiant-G-VS2-1.50-1.60']          =7999.04625;
stonePrice['Radiant-G-VS2-1.70-1.89']          =10003.77;
stonePrice['Radiant-G-VS2-2.00-2.10']          =15132.53625;
stonePrice['Radiant-G-VVS1-0.23-0.29']          =303.108;
stonePrice['Radiant-G-VVS1-0.30-0.37']          =563.805;
stonePrice['Radiant-G-VVS1-0.38-0.44']          =854.7525;
stonePrice['Radiant-G-VVS1-0.45-0.49']          =1020.276;
stonePrice['Radiant-G-VVS1-0.50-0.59']          =1334.3385;
stonePrice['Radiant-G-VVS1-0.60-0.69']          =1665.7875;
stonePrice['Radiant-G-VVS1-0.70-0.79']          =2400.69375;
stonePrice['Radiant-G-VVS1-0.80-0.89']          =2930.0775;
stonePrice['Radiant-G-VVS1-0.90-0.99']          =3599.4075;
stonePrice['Radiant-G-VVS1-1.00-1.10']          =4685.31;
stonePrice['Radiant-G-VVS1-1.11-1.29']          =5704.179;
stonePrice['Radiant-G-VVS1-1.30-1.49']          =7808.85;
stonePrice['Radiant-G-VVS1-1.50-1.60']          =9416.59875;
stonePrice['Radiant-G-VVS1-1.70-1.89']          =11776.59;
stonePrice['Radiant-G-VVS1-2.00-2.10']          =18480.4425;
stonePrice['Radiant-G-VVS2-0.23-0.29']          =295.5303;
stonePrice['Radiant-G-VVS2-0.30-0.37']          =486.9225;
stonePrice['Radiant-G-VVS2-0.38-0.44']          =791.4375;
stonePrice['Radiant-G-VVS2-0.45-0.49']          =944.7;
stonePrice['Radiant-G-VVS2-0.50-0.59']          =1216.60275;
stonePrice['Radiant-G-VVS2-0.60-0.69']          =1518.80625;
stonePrice['Radiant-G-VVS2-0.70-0.79']          =2253.7125;
stonePrice['Radiant-G-VVS2-0.80-0.89']          =2750.685;
stonePrice['Radiant-G-VVS2-0.90-0.99']          =3475.29;
stonePrice['Radiant-G-VVS2-1.00-1.10']          =4495.365;
stonePrice['Radiant-G-VVS2-1.11-1.29']          =5472.9285;
stonePrice['Radiant-G-VVS2-1.30-1.49']          =7492.275;
stonePrice['Radiant-G-VVS2-1.50-1.60']          =8910.33;
stonePrice['Radiant-G-VVS2-1.70-1.89']          =11143.44;
stonePrice['Radiant-G-VVS2-2.00-2.10']          =17141.28;
stonePrice['Radiant-H-SI1-0.23-0.29']          =205.77375;
stonePrice['Radiant-H-SI1-0.30-0.37']          =333.1575;
stonePrice['Radiant-H-SI1-0.38-0.44']          =538.1775;
stonePrice['Radiant-H-SI1-0.45-0.49']          =642.396;
stonePrice['Radiant-H-SI1-0.50-0.59']          =745.65975;
stonePrice['Radiant-H-SI1-0.60-0.69']          =930.88125;
stonePrice['Radiant-H-SI1-0.70-0.79']          =1420.81875;
stonePrice['Radiant-H-SI1-0.80-0.89']          =1734.1275;
stonePrice['Radiant-H-SI1-0.90-0.99']          =2544.40875;
stonePrice['Radiant-H-SI1-1.00-1.10']          =2785.86;
stonePrice['Radiant-H-SI1-1.11-1.29']          =3391.674;
stonePrice['Radiant-H-SI1-1.30-1.49']          =4643.1;
stonePrice['Radiant-H-SI1-1.50-1.60']          =6176.47875;
stonePrice['Radiant-H-SI1-1.70-1.89']          =7724.43;
stonePrice['Radiant-H-SI1-2.00-2.10']          =10713.3;
stonePrice['Radiant-H-SI2-0.23-0.29']          =186.17625;
stonePrice['Radiant-H-SI2-0.30-0.37']          =281.9025;
stonePrice['Radiant-H-SI2-0.38-0.44']          =443.205;
stonePrice['Radiant-H-SI2-0.45-0.49']          =529.032;
stonePrice['Radiant-H-SI2-0.50-0.59']          =667.16925;
stonePrice['Radiant-H-SI2-0.60-0.69']          =832.89375;
stonePrice['Radiant-H-SI2-0.70-0.79']          =1322.83125;
stonePrice['Radiant-H-SI2-0.80-0.89']          =1614.5325;
stonePrice['Radiant-H-SI2-0.90-0.99']          =2234.115;
stonePrice['Radiant-H-SI2-1.00-1.10']          =2469.285;
stonePrice['Radiant-H-SI2-1.11-1.29']          =3006.2565;
stonePrice['Radiant-H-SI2-1.30-1.49']          =4115.475;
stonePrice['Radiant-H-SI2-1.50-1.60']          =5366.44875;
stonePrice['Radiant-H-SI2-1.70-1.89']          =6711.39;
stonePrice['Radiant-H-SI2-2.00-2.10']          =8838.4725;
stonePrice['Radiant-H-SI3-0.23-0.29']          =166.57875;
stonePrice['Radiant-H-SI3-0.30-0.37']          =281.9025;
stonePrice['Radiant-H-SI3-0.38-0.44']          =443.205;
stonePrice['Radiant-H-SI3-0.45-0.49']          =529.032;
stonePrice['Radiant-H-SI3-0.50-0.59']          =667.16925;
stonePrice['Radiant-H-SI3-0.60-0.69']          =832.89375;
stonePrice['Radiant-H-SI3-0.70-0.79']          =1273.8375;
stonePrice['Radiant-H-SI3-0.80-0.89']          =1554.735;
stonePrice['Radiant-H-SI3-0.90-0.99']          =2047.93875;
stonePrice['Radiant-H-SI3-1.00-1.10']          =2279.34;
stonePrice['Radiant-H-SI3-1.11-1.29']          =2775.006;
stonePrice['Radiant-H-SI3-1.30-1.49']          =3798.9;
stonePrice['Radiant-H-SI3-1.50-1.60']          =4455.165;
stonePrice['Radiant-H-SI3-1.70-1.89']          =5571.72;
stonePrice['Radiant-H-SI3-2.00-2.10']          =6695.8125;
stonePrice['Radiant-H-VS1-0.23-0.29']          =234.3861;
stonePrice['Radiant-H-VS1-0.30-0.37']          =410.04;
stonePrice['Radiant-H-VS1-0.38-0.44']          =664.8075;
stonePrice['Radiant-H-VS1-0.45-0.49']          =793.548;
stonePrice['Radiant-H-VS1-0.50-0.59']          =1020.3765;
stonePrice['Radiant-H-VS1-0.60-0.69']          =1273.8375;
stonePrice['Radiant-H-VS1-0.70-0.79']          =1910.75625;
stonePrice['Radiant-H-VS1-0.80-0.89']          =2332.1025;
stonePrice['Radiant-H-VS1-0.90-0.99']          =2854.7025;
stonePrice['Radiant-H-VS1-1.00-1.10']          =3355.695;
stonePrice['Radiant-H-VS1-1.11-1.29']          =4085.4255;
stonePrice['Radiant-H-VS1-1.30-1.49']          =5592.825;
stonePrice['Radiant-H-VS1-1.50-1.60']          =7087.7625;
stonePrice['Radiant-H-VS1-1.70-1.89']          =8864.1;
stonePrice['Radiant-H-VS1-2.00-2.10']          =12588.1275;
stonePrice['Radiant-H-VS2-0.23-0.29']          =225.37125;
stonePrice['Radiant-H-VS2-0.30-0.37']          =358.785;
stonePrice['Radiant-H-VS2-0.38-0.44']          =601.4925;
stonePrice['Radiant-H-VS2-0.45-0.49']          =717.972;
stonePrice['Radiant-H-VS2-0.50-0.59']          =941.886;
stonePrice['Radiant-H-VS2-0.60-0.69']          =1175.85;
stonePrice['Radiant-H-VS2-0.70-0.79']          =1665.7875;
stonePrice['Radiant-H-VS2-0.80-0.89']          =2033.115;
stonePrice['Radiant-H-VS2-0.90-0.99']          =2668.52625;
stonePrice['Radiant-H-VS2-1.00-1.10']          =3039.12;
stonePrice['Radiant-H-VS2-1.11-1.29']          =3700.008;
stonePrice['Radiant-H-VS2-1.30-1.49']          =5065.2;
stonePrice['Radiant-H-VS2-1.50-1.60']          =6682.7475;
stonePrice['Radiant-H-VS2-1.70-1.89']          =8357.58;
stonePrice['Radiant-H-VS2-2.00-2.10']          =11918.54625;
stonePrice['Radiant-H-VVS1-0.23-0.29']          =295.5303;
stonePrice['Radiant-H-VVS1-0.30-0.37']          =486.9225;
stonePrice['Radiant-H-VVS1-0.38-0.44']          =759.78;
stonePrice['Radiant-H-VVS1-0.45-0.49']          =906.912;
stonePrice['Radiant-H-VVS1-0.50-0.59']          =1216.60275;
stonePrice['Radiant-H-VVS1-0.60-0.69']          =1518.80625;
stonePrice['Radiant-H-VVS1-0.70-0.79']          =2106.73125;
stonePrice['Radiant-H-VVS1-0.80-0.89']          =2571.2925;
stonePrice['Radiant-H-VVS1-0.90-0.99']          =3102.9375;
stonePrice['Radiant-H-VVS1-1.00-1.10']          =3735.585;
stonePrice['Radiant-H-VVS1-1.11-1.29']          =4547.9265;
stonePrice['Radiant-H-VVS1-1.30-1.49']          =6225.975;
stonePrice['Radiant-H-VVS1-1.50-1.60']          =7695.285;
stonePrice['Radiant-H-VVS1-1.70-1.89']          =9623.88;
stonePrice['Radiant-H-VVS1-2.00-2.10']          =14596.87125;
stonePrice['Radiant-H-VVS2-0.23-0.29']          =284.16375;
stonePrice['Radiant-H-VVS2-0.30-0.37']          =435.6675;
stonePrice['Radiant-H-VVS2-0.38-0.44']          =696.465;
stonePrice['Radiant-H-VVS2-0.45-0.49']          =831.336;
stonePrice['Radiant-H-VVS2-0.50-0.59']          =1138.11225;
stonePrice['Radiant-H-VVS2-0.60-0.69']          =1420.81875;
stonePrice['Radiant-H-VVS2-0.70-0.79']          =2057.7375;
stonePrice['Radiant-H-VVS2-0.80-0.89']          =2511.495;
stonePrice['Radiant-H-VVS2-0.90-0.99']          =2978.82;
stonePrice['Radiant-H-VVS2-1.00-1.10']          =3545.64;
stonePrice['Radiant-H-VVS2-1.11-1.29']          =4316.676;
stonePrice['Radiant-H-VVS2-1.30-1.49']          =5909.4;
stonePrice['Radiant-H-VVS2-1.50-1.60']          =7391.52375;
stonePrice['Radiant-H-VVS2-1.70-1.89']          =9243.99;
stonePrice['Radiant-H-VVS2-2.00-2.10']          =13257.70875;
stonePrice['Radiant-I-SI1-0.23-0.29']          =198.588;
stonePrice['Radiant-I-SI1-0.30-0.37']          =307.53;
stonePrice['Radiant-I-SI1-0.38-0.44']          =474.8625;
stonePrice['Radiant-I-SI1-0.45-0.49']          =566.82;
stonePrice['Radiant-I-SI1-0.50-0.59']          =745.65975;
stonePrice['Radiant-I-SI1-0.60-0.69']          =930.88125;
stonePrice['Radiant-I-SI1-0.70-0.79']          =1224.84375;
stonePrice['Radiant-I-SI1-0.80-0.89']          =1494.9375;
stonePrice['Radiant-I-SI1-0.90-0.99']          =2358.2325;
stonePrice['Radiant-I-SI1-1.00-1.10']          =2532.6;
stonePrice['Radiant-I-SI1-1.11-1.29']          =3083.34;
stonePrice['Radiant-I-SI1-1.30-1.49']          =4221;
stonePrice['Radiant-I-SI1-1.50-1.60']          =5568.95625;
stonePrice['Radiant-I-SI1-1.70-1.89']          =6964.65;
stonePrice['Radiant-I-SI1-2.00-2.10']          =9374.1375;
stonePrice['Radiant-I-SI2-0.23-0.29']          =177.684;
stonePrice['Radiant-I-SI2-0.30-0.37']          =256.275;
stonePrice['Radiant-I-SI2-0.38-0.44']          =411.5475;
stonePrice['Radiant-I-SI2-0.45-0.49']          =491.244;
stonePrice['Radiant-I-SI2-0.50-0.59']          =667.16925;
stonePrice['Radiant-I-SI2-0.60-0.69']          =832.89375;
stonePrice['Radiant-I-SI2-0.70-0.79']          =1714.78125;
stonePrice['Radiant-I-SI2-0.80-0.89']          =2092.9125;
stonePrice['Radiant-I-SI2-0.90-0.99']          =2047.93875;
stonePrice['Radiant-I-SI2-1.00-1.10']          =2216.025;
stonePrice['Radiant-I-SI2-1.11-1.29']          =2697.9225;
stonePrice['Radiant-I-SI2-1.30-1.49']          =3693.375;
stonePrice['Radiant-I-SI2-1.50-1.60']          =4657.6725;
stonePrice['Radiant-I-SI2-1.70-1.89']          =5824.98;
stonePrice['Radiant-I-SI2-2.00-2.10']          =8034.975;
stonePrice['Radiant-I-SI3-0.23-0.29']          =156.78;
stonePrice['Radiant-I-SI3-0.30-0.37']          =256.275;
stonePrice['Radiant-I-SI3-0.38-0.44']          =411.5475;
stonePrice['Radiant-I-SI3-0.45-0.49']          =491.244;
stonePrice['Radiant-I-SI3-0.50-0.59']          =627.924;
stonePrice['Radiant-I-SI3-0.60-0.69']          =783.9;
stonePrice['Radiant-I-SI3-0.70-0.79']          =1077.8625;
stonePrice['Radiant-I-SI3-0.80-0.89']          =1315.545;
stonePrice['Radiant-I-SI3-0.90-0.99']          =1799.70375;
stonePrice['Radiant-I-SI3-1.00-1.10']          =2089.395;
stonePrice['Radiant-I-SI3-1.11-1.29']          =2543.7555;
stonePrice['Radiant-I-SI3-1.30-1.49']          =3482.325;
stonePrice['Radiant-I-SI3-1.50-1.60']          =4050.15;
stonePrice['Radiant-I-SI3-1.70-1.89']          =5065.2;
stonePrice['Radiant-I-SI3-2.00-2.10']          =6294.06375;
stonePrice['Radiant-I-VS1-0.23-0.29']          =219.492;
stonePrice['Radiant-I-VS1-0.30-0.37']          =358.785;
stonePrice['Radiant-I-VS1-0.38-0.44']          =569.835;
stonePrice['Radiant-I-VS1-0.45-0.49']          =680.184;
stonePrice['Radiant-I-VS1-0.50-0.59']          =902.64075;
stonePrice['Radiant-I-VS1-0.60-0.69']          =1126.85625;
stonePrice['Radiant-I-VS1-0.70-0.79']          =1616.79375;
stonePrice['Radiant-I-VS1-0.80-0.89']          =1973.3175;
stonePrice['Radiant-I-VS1-0.90-0.99']          =2606.4675;
stonePrice['Radiant-I-VS1-1.00-1.10']          =3039.12;
stonePrice['Radiant-I-VS1-1.11-1.29']          =3700.008;
stonePrice['Radiant-I-VS1-1.30-1.49']          =5065.2;
stonePrice['Radiant-I-VS1-1.50-1.60']          =6176.47875;
stonePrice['Radiant-I-VS1-1.70-1.89']          =7724.43;
stonePrice['Radiant-I-VS1-2.00-2.10']          =10579.38375;
stonePrice['Radiant-I-VS2-0.23-0.29']          =214.0047;
stonePrice['Radiant-I-VS2-0.30-0.37']          =333.1575;
stonePrice['Radiant-I-VS2-0.38-0.44']          =506.52;
stonePrice['Radiant-I-VS2-0.45-0.49']          =604.608;
stonePrice['Radiant-I-VS2-0.50-0.59']          =824.15025;
stonePrice['Radiant-I-VS2-0.60-0.69']          =1028.86875;
stonePrice['Radiant-I-VS2-0.70-0.79']          =1371.825;
stonePrice['Radiant-I-VS2-0.80-0.89']          =1674.33;
stonePrice['Radiant-I-VS2-0.90-0.99']          =2420.29125;
stonePrice['Radiant-I-VS2-1.00-1.10']          =2785.86;
stonePrice['Radiant-I-VS2-1.11-1.29']          =3391.674;
stonePrice['Radiant-I-VS2-1.30-1.49']          =4643.1;
stonePrice['Radiant-I-VS2-1.50-1.60']          =5872.7175;
stonePrice['Radiant-I-VS2-1.70-1.89']          =7344.54;
stonePrice['Radiant-I-VS2-2.00-2.10']          =9909.8025;
stonePrice['Radiant-I-VVS1-0.23-0.29']          =250.848;
stonePrice['Radiant-I-VVS1-0.30-0.37']          =384.4125;
stonePrice['Radiant-I-VVS1-0.38-0.44']          =633.15;
stonePrice['Radiant-I-VVS1-0.45-0.49']          =755.76;
stonePrice['Radiant-I-VVS1-0.50-0.59']          =1020.3765;
stonePrice['Radiant-I-VVS1-0.60-0.69']          =1273.8375;
stonePrice['Radiant-I-VVS1-0.70-0.79']          =1812.76875;
stonePrice['Radiant-I-VVS1-0.80-0.89']          =2212.5075;
stonePrice['Radiant-I-VVS1-0.90-0.99']          =2792.64375;
stonePrice['Radiant-I-VVS1-1.00-1.10']          =3292.38;
stonePrice['Radiant-I-VVS1-1.11-1.29']          =4008.342;
stonePrice['Radiant-I-VVS1-1.30-1.49']          =5487.3;
stonePrice['Radiant-I-VVS1-1.50-1.60']          =6581.49375;
stonePrice['Radiant-I-VVS1-1.70-1.89']          =8230.95;
stonePrice['Radiant-I-VVS1-2.00-2.10']          =11918.54625;
stonePrice['Radiant-I-VVS2-0.23-0.29']          =244.5768;
stonePrice['Radiant-I-VVS2-0.30-0.37']          =358.785;
stonePrice['Radiant-I-VVS2-0.38-0.44']          =601.4925;
stonePrice['Radiant-I-VVS2-0.45-0.49']          =717.972;
stonePrice['Radiant-I-VVS2-0.50-0.59']          =981.13125;
stonePrice['Radiant-I-VVS2-0.60-0.69']          =1224.84375;
stonePrice['Radiant-I-VVS2-0.70-0.79']          =1763.775;
stonePrice['Radiant-I-VVS2-0.80-0.89']          =2152.71;
stonePrice['Radiant-I-VVS2-0.90-0.99']          =2730.585;
stonePrice['Radiant-I-VVS2-1.00-1.10']          =3165.75;
stonePrice['Radiant-I-VVS2-1.11-1.29']          =3854.175;
stonePrice['Radiant-I-VVS2-1.30-1.49']          =5276.25;
stonePrice['Radiant-I-VVS2-1.50-1.60']          =6480.24;
stonePrice['Radiant-I-VVS2-1.70-1.89']          =8104.32;
stonePrice['Radiant-I-VVS2-2.00-2.10']          =11248.965;
stonePrice['Radiant-J-SI1-0.23-0.29']          =186.17625;
stonePrice['Radiant-J-SI1-0.30-0.37']          =256.275;
stonePrice['Radiant-J-SI1-0.38-0.44']          =379.89;
stonePrice['Radiant-J-SI1-0.45-0.49']          =453.456;
stonePrice['Radiant-J-SI1-0.50-0.59']          =667.16925;
stonePrice['Radiant-J-SI1-0.60-0.69']          =832.89375;
stonePrice['Radiant-J-SI1-0.70-0.79']          =1175.85;
stonePrice['Radiant-J-SI1-0.80-0.89']          =1435.14;
stonePrice['Radiant-J-SI1-0.90-0.99']          =2109.9975;
stonePrice['Radiant-J-SI1-1.00-1.10']          =2216.025;
stonePrice['Radiant-J-SI1-1.11-1.29']          =2697.9225;
stonePrice['Radiant-J-SI1-1.30-1.49']          =3693.375;
stonePrice['Radiant-J-SI1-1.50-1.60']          =4455.165;
stonePrice['Radiant-J-SI1-1.70-1.89']          =5571.72;
stonePrice['Radiant-J-SI1-2.00-2.10']          =7499.31;
stonePrice['Radiant-J-SI2-0.23-0.29']          =166.57875;
stonePrice['Radiant-J-SI2-0.30-0.37']          =230.6475;
stonePrice['Radiant-J-SI2-0.38-0.44']          =348.2325;
stonePrice['Radiant-J-SI2-0.45-0.49']          =415.668;
stonePrice['Radiant-J-SI2-0.50-0.59']          =627.924;
stonePrice['Radiant-J-SI2-0.60-0.69']          =783.9;
stonePrice['Radiant-J-SI2-0.70-0.79']          =979.875;
stonePrice['Radiant-J-SI2-0.80-0.89']          =1195.95;
stonePrice['Radiant-J-SI2-0.90-0.99']          =1861.7625;
stonePrice['Radiant-J-SI2-1.00-1.10']          =1962.765;
stonePrice['Radiant-J-SI2-1.11-1.29']          =2389.5885;
stonePrice['Radiant-J-SI2-1.30-1.49']          =3271.275;
stonePrice['Radiant-J-SI2-1.50-1.60']          =3847.6425;
stonePrice['Radiant-J-SI2-1.70-1.89']          =4811.94;
stonePrice['Radiant-J-SI2-2.00-2.10']          =6695.8125;
stonePrice['Radiant-J-SI3-0.23-0.29']          =146.98125;
stonePrice['Radiant-J-SI3-0.30-0.37']          =230.6475;
stonePrice['Radiant-J-SI3-0.38-0.44']          =348.2325;
stonePrice['Radiant-J-SI3-0.45-0.49']          =415.668;
stonePrice['Radiant-J-SI3-0.50-0.59']          =549.4335;
stonePrice['Radiant-J-SI3-0.60-0.69']          =685.9125;
stonePrice['Radiant-J-SI3-0.70-0.79']          =930.88125;
stonePrice['Radiant-J-SI3-0.80-0.89']          =1136.1525;
stonePrice['Radiant-J-SI3-0.90-0.99']          =1613.5275;
stonePrice['Radiant-J-SI3-1.00-1.10']          =1772.82;
stonePrice['Radiant-J-SI3-1.11-1.29']          =2158.338;
stonePrice['Radiant-J-SI3-1.30-1.49']          =2954.7;
stonePrice['Radiant-J-SI3-1.50-1.60']          =3341.37375;
stonePrice['Radiant-J-SI3-1.70-1.89']          =4178.79;
stonePrice['Radiant-J-SI3-2.00-2.10']          =5088.8175;
stonePrice['Radiant-J-VS1-0.23-0.29']          =214.0047;
stonePrice['Radiant-J-VS1-0.30-0.37']          =281.9025;
stonePrice['Radiant-J-VS1-0.38-0.44']          =474.8625;
stonePrice['Radiant-J-VS1-0.45-0.49']          =566.82;
stonePrice['Radiant-J-VS1-0.50-0.59']          =745.65975;
stonePrice['Radiant-J-VS1-0.60-0.69']          =930.88125;
stonePrice['Radiant-J-VS1-0.70-0.79']          =1322.83125;
stonePrice['Radiant-J-VS1-0.80-0.89']          =1614.5325;
stonePrice['Radiant-J-VS1-0.90-0.99']          =2296.17375;
stonePrice['Radiant-J-VS1-1.00-1.10']          =2532.6;
stonePrice['Radiant-J-VS1-1.11-1.29']          =3083.34;
stonePrice['Radiant-J-VS1-1.30-1.49']          =4221;
stonePrice['Radiant-J-VS1-1.50-1.60']          =4860.18;
stonePrice['Radiant-J-VS1-1.70-1.89']          =6078.24;
stonePrice['Radiant-J-VS1-2.00-2.10']          =8436.72375;
stonePrice['Radiant-J-VS2-0.23-0.29']          =205.77375;
stonePrice['Radiant-J-VS2-0.30-0.37']          =281.9025;
stonePrice['Radiant-J-VS2-0.38-0.44']          =411.5475;
stonePrice['Radiant-J-VS2-0.45-0.49']          =491.244;
stonePrice['Radiant-J-VS2-0.50-0.59']          =706.4145;
stonePrice['Radiant-J-VS2-0.60-0.69']          =881.8875;
stonePrice['Radiant-J-VS2-0.70-0.79']          =1273.8375;
stonePrice['Radiant-J-VS2-0.80-0.89']          =1554.735;
stonePrice['Radiant-J-VS2-0.90-0.99']          =2234.115;
stonePrice['Radiant-J-VS2-1.00-1.10']          =2405.97;
stonePrice['Radiant-J-VS2-1.11-1.29']          =2929.173;
stonePrice['Radiant-J-VS2-1.30-1.49']          =4009.95;
stonePrice['Radiant-J-VS2-1.50-1.60']          =4657.6725;
stonePrice['Radiant-J-VS2-1.70-1.89']          =5824.98;
stonePrice['Radiant-J-VS2-2.00-2.10']          =7901.05875;
stonePrice['Radiant-J-VVS1-0.23-0.29']          =244.5768;
stonePrice['Radiant-J-VVS1-0.30-0.37']          =307.53;
stonePrice['Radiant-J-VVS1-0.38-0.44']          =506.52;
stonePrice['Radiant-J-VVS1-0.45-0.49']          =604.608;
stonePrice['Radiant-J-VVS1-0.50-0.59']          =824.15025;
stonePrice['Radiant-J-VVS1-0.60-0.69']          =1028.86875;
stonePrice['Radiant-J-VVS1-0.70-0.79']          =1469.8125;
stonePrice['Radiant-J-VVS1-0.80-0.89']          =1793.925;
stonePrice['Radiant-J-VVS1-0.90-0.99']          =2482.35;
stonePrice['Radiant-J-VVS1-1.00-1.10']          =2785.86;
stonePrice['Radiant-J-VVS1-1.11-1.29']          =3391.674;
stonePrice['Radiant-J-VVS1-1.30-1.49']          =4643.1;
stonePrice['Radiant-J-VVS1-1.50-1.60']          =5163.94125;
stonePrice['Radiant-J-VVS1-1.70-1.89']          =6458.13;
stonePrice['Radiant-J-VVS1-2.00-2.10']          =9240.22125;
stonePrice['Radiant-J-VVS2-0.23-0.29']          =235.17;
stonePrice['Radiant-J-VVS2-0.30-0.37']          =307.53;
stonePrice['Radiant-J-VVS2-0.38-0.44']          =506.52;
stonePrice['Radiant-J-VVS2-0.45-0.49']          =604.608;
stonePrice['Radiant-J-VVS2-0.50-0.59']          =784.905;
stonePrice['Radiant-J-VVS2-0.60-0.69']          =979.875;
stonePrice['Radiant-J-VVS2-0.70-0.79']          =1420.81875;
stonePrice['Radiant-J-VVS2-0.80-0.89']          =1734.1275;
stonePrice['Radiant-J-VVS2-0.90-0.99']          =2420.29125;
stonePrice['Radiant-J-VVS2-1.00-1.10']          =2659.23;
stonePrice['Radiant-J-VVS2-1.11-1.29']          =3237.507;
stonePrice['Radiant-J-VVS2-1.30-1.49']          =4432.05;
stonePrice['Radiant-J-VVS2-1.50-1.60']          =5062.6875;
stonePrice['Radiant-J-VVS2-1.70-1.89']          =6331.5;
stonePrice['Radiant-J-VVS2-2.00-2.10']          =8838.4725;
stonePrice['Round-D-SI1-0.23-0.29']          =280.28;
stonePrice['Round-D-SI1-0.30-0.37']          =510;
stonePrice['Round-D-SI1-0.38-0.44']          =693;
stonePrice['Round-D-SI1-0.45-0.49']          =827.2;
stonePrice['Round-D-SI1-0.50-0.59']          =1309;
stonePrice['Round-D-SI1-0.60-0.69']          =1657.5;
stonePrice['Round-D-SI1-0.70-0.79']          =2242.5;
stonePrice['Round-D-SI1-0.80-0.89']          =2737;
stonePrice['Round-D-SI1-0.90-0.99']          =4123;
stonePrice['Round-D-SI1-1.00-1.10']          =4752.3;
stonePrice['Round-D-SI1-1.11-1.29']          =5857.52;
stonePrice['Round-D-SI1-1.30-1.49']          =7665;
stonePrice['Round-D-SI1-1.50-1.60']          =10741.5;
stonePrice['Round-D-SI1-1.70-1.89']          =13365;
stonePrice['Round-D-SI1-2.00-2.10']          =17589;
stonePrice['Round-D-SI2-0.23-0.29']          =221.26;
stonePrice['Round-D-SI2-0.30-0.37']          =433.5;
stonePrice['Round-D-SI2-0.38-0.44']          =630;
stonePrice['Round-D-SI2-0.45-0.49']          =752;
stonePrice['Round-D-SI2-0.50-0.59']          =1039.5;
stonePrice['Round-D-SI2-0.60-0.69']          =1316.25;
stonePrice['Round-D-SI2-0.70-0.79']          =1998.75;
stonePrice['Round-D-SI2-0.80-0.89']          =2439.5;
stonePrice['Round-D-SI2-0.90-0.99']          =3524.5;
stonePrice['Round-D-SI2-1.00-1.10']          =3971.1;
stonePrice['Round-D-SI2-1.11-1.29']          =4894.64;
stonePrice['Round-D-SI2-1.30-1.49']          =6405;
stonePrice['Round-D-SI2-1.50-1.60']          =8788.5;
stonePrice['Round-D-SI2-1.70-1.89']          =10935;
stonePrice['Round-D-SI2-2.00-2.10']          =14391;
stonePrice['Round-D-SI3-0.23-0.29']          =189.8;
stonePrice['Round-D-SI3-0.30-0.37']          =382.5;
stonePrice['Round-D-SI3-0.38-0.44']          =567;
stonePrice['Round-D-SI3-0.45-0.49']          =676.8;
stonePrice['Round-D-SI3-0.50-0.59']          =962.5;
stonePrice['Round-D-SI3-0.60-0.69']          =1218.75;
stonePrice['Round-D-SI3-0.70-0.79']          =1657.5;
stonePrice['Round-D-SI3-0.80-0.89']          =2023;
stonePrice['Round-D-SI3-0.90-0.99']          =2726.5;
stonePrice['Round-D-SI3-1.00-1.10']          =3124.8;
stonePrice['Round-D-SI3-1.11-1.29']          =3851.52;
stonePrice['Round-D-SI3-1.30-1.49']          =5040;
stonePrice['Round-D-SI3-1.50-1.60']          =6727;
stonePrice['Round-D-SI3-1.70-1.89']          =8370;
stonePrice['Round-D-SI3-2.00-2.10']          =9860.5;
stonePrice['Round-D-VS1-0.23-0.29']          =345.8;
stonePrice['Round-D-VS1-0.30-0.37']          =714;
stonePrice['Round-D-VS1-0.38-0.44']          =1071;
stonePrice['Round-D-VS1-0.45-0.49']          =1278.4;
stonePrice['Round-D-VS1-0.50-0.59']          =1694;
stonePrice['Round-D-VS1-0.60-0.69']          =2145;
stonePrice['Round-D-VS1-0.70-0.79']          =2876.25;
stonePrice['Round-D-VS1-0.80-0.89']          =3510.5;
stonePrice['Round-D-VS1-0.90-0.99']          =4854.5;
stonePrice['Round-D-VS1-1.00-1.10']          =7161;
stonePrice['Round-D-VS1-1.11-1.29']          =8826.4;
stonePrice['Round-D-VS1-1.30-1.49']          =11550;
stonePrice['Round-D-VS1-1.50-1.60']          =16600.5;
stonePrice['Round-D-VS1-1.70-1.89']          =20655;
stonePrice['Round-D-VS1-2.00-2.10']          =31713.5;
stonePrice['Round-D-VS2-0.23-0.29']          =332.15;
stonePrice['Round-D-VS2-0.30-0.37']          =663;
stonePrice['Round-D-VS2-0.38-0.44']          =882;
stonePrice['Round-D-VS2-0.45-0.49']          =1052.8;
stonePrice['Round-D-VS2-0.50-0.59']          =1578.5;
stonePrice['Round-D-VS2-0.60-0.69']          =1998.75;
stonePrice['Round-D-VS2-0.70-0.79']          =2632.5;
stonePrice['Round-D-VS2-0.80-0.89']          =3213;
stonePrice['Round-D-VS2-0.90-0.99']          =4389;
stonePrice['Round-D-VS2-1.00-1.10']          =5598.6;
stonePrice['Round-D-VS2-1.11-1.29']          =6900.64;
stonePrice['Round-D-VS2-1.30-1.49']          =9030;
stonePrice['Round-D-VS2-1.50-1.60']          =13345.5;
stonePrice['Round-D-VS2-1.70-1.89']          =16605;
stonePrice['Round-D-VS2-2.00-2.10']          =23052.25;
stonePrice['Round-D-VVS1-0.23-0.29']          =458.432;
stonePrice['Round-D-VVS1-0.30-0.37']          =943.5;
stonePrice['Round-D-VVS1-0.38-0.44']          =1386;
stonePrice['Round-D-VVS1-0.45-0.49']          =1654.4;
stonePrice['Round-D-VVS1-0.50-0.59']          =2425.5;
stonePrice['Round-D-VVS1-0.60-0.69']          =3071.25;
stonePrice['Round-D-VVS1-0.70-0.79']          =3802.5;
stonePrice['Round-D-VVS1-0.80-0.89']          =4641;
stonePrice['Round-D-VVS1-0.90-0.99']          =7049;
stonePrice['Round-D-VVS1-1.00-1.10']          =11067;
stonePrice['Round-D-VVS1-1.11-1.29']          =13640.8;
stonePrice['Round-D-VVS1-1.30-1.49']          =17850;
stonePrice['Round-D-VVS1-1.50-1.60']          =23544.5;
stonePrice['Round-D-VVS1-1.70-1.89']          =29295;
stonePrice['Round-D-VVS1-2.00-2.10']          =43039.75;
stonePrice['Round-D-VVS2-0.23-0.29']          =446.368;
stonePrice['Round-D-VVS2-0.30-0.37']          =816;
stonePrice['Round-D-VVS2-0.38-0.44']          =1197;
stonePrice['Round-D-VVS2-0.45-0.49']          =1428.8;
stonePrice['Round-D-VVS2-0.50-0.59']          =2117.5;
stonePrice['Round-D-VVS2-0.60-0.69']          =2681.25;
stonePrice['Round-D-VVS2-0.70-0.79']          =3266.25;
stonePrice['Round-D-VVS2-0.80-0.89']          =3986.5;
stonePrice['Round-D-VVS2-0.90-0.99']          =6118;
stonePrice['Round-D-VVS2-1.00-1.10']          =9439.5;
stonePrice['Round-D-VVS2-1.11-1.29']          =11634.8;
stonePrice['Round-D-VVS2-1.30-1.49']          =15225;
stonePrice['Round-D-VVS2-1.50-1.60']          =21700;
stonePrice['Round-D-VVS2-1.70-1.89']          =27000;
stonePrice['Round-D-VVS2-2.00-2.10']          =38775.75;
stonePrice['Round-E-SI1-0.23-0.29']          =273;
stonePrice['Round-E-SI1-0.30-0.37']          =484.5;
stonePrice['Round-E-SI1-0.38-0.44']          =661.5;
stonePrice['Round-E-SI1-0.45-0.49']          =789.6;
stonePrice['Round-E-SI1-0.50-0.59']          =1193.5;
stonePrice['Round-E-SI1-0.60-0.69']          =1511.25;
stonePrice['Round-E-SI1-0.70-0.79']          =2145;
stonePrice['Round-E-SI1-0.80-0.89']          =2618;
stonePrice['Round-E-SI1-0.90-0.99']          =3857;
stonePrice['Round-E-SI1-1.00-1.10']          =4426.8;
stonePrice['Round-E-SI1-1.11-1.29']          =5456.32;
stonePrice['Round-E-SI1-1.30-1.49']          =7140;
stonePrice['Round-E-SI1-1.50-1.60']          =10307.5;
stonePrice['Round-E-SI1-1.70-1.89']          =12825;
stonePrice['Round-E-SI1-2.00-2.10']          =17189.25;
stonePrice['Round-E-SI2-0.23-0.29']          =218.27;
stonePrice['Round-E-SI2-0.30-0.37']          =408;
stonePrice['Round-E-SI2-0.38-0.44']          =567;
stonePrice['Round-E-SI2-0.45-0.49']          =676.8;
stonePrice['Round-E-SI2-0.50-0.59']          =962.5;
stonePrice['Round-E-SI2-0.60-0.69']          =1218.75;
stonePrice['Round-E-SI2-0.70-0.79']          =1901.25;
stonePrice['Round-E-SI2-0.80-0.89']          =2320.5;
stonePrice['Round-E-SI2-0.90-0.99']          =3391.5;
stonePrice['Round-E-SI2-1.00-1.10']          =3775.8;
stonePrice['Round-E-SI2-1.11-1.29']          =4653.92;
stonePrice['Round-E-SI2-1.30-1.49']          =6090;
stonePrice['Round-E-SI2-1.50-1.60']          =8354.5;
stonePrice['Round-E-SI2-1.70-1.89']          =10395;
stonePrice['Round-E-SI2-2.00-2.10']          =13991.25;
stonePrice['Round-E-SI3-0.23-0.29']          =189.8;
stonePrice['Round-E-SI3-0.30-0.37']          =382.5;
stonePrice['Round-E-SI3-0.38-0.44']          =535.5;
stonePrice['Round-E-SI3-0.45-0.49']          =639.2;
stonePrice['Round-E-SI3-0.50-0.59']          =885.5;
stonePrice['Round-E-SI3-0.60-0.69']          =1121.25;
stonePrice['Round-E-SI3-0.70-0.79']          =1560;
stonePrice['Round-E-SI3-0.80-0.89']          =1904;
stonePrice['Round-E-SI3-0.90-0.99']          =2593.5;
stonePrice['Round-E-SI3-1.00-1.10']          =2929.5;
stonePrice['Round-E-SI3-1.11-1.29']          =3610.8;
stonePrice['Round-E-SI3-1.30-1.49']          =4725;
stonePrice['Round-E-SI3-1.50-1.60']          =6401.5;
stonePrice['Round-E-SI3-1.70-1.89']          =7965;
stonePrice['Round-E-SI3-2.00-2.10']          =9594;
stonePrice['Round-E-VS1-0.23-0.29']          =336.7;
stonePrice['Round-E-VS1-0.30-0.37']          =663;
stonePrice['Round-E-VS1-0.38-0.44']          =1008;
stonePrice['Round-E-VS1-0.45-0.49']          =1203.2;
stonePrice['Round-E-VS1-0.50-0.59']          =1617;
stonePrice['Round-E-VS1-0.60-0.69']          =2047.5;
stonePrice['Round-E-VS1-0.70-0.79']          =2730;
stonePrice['Round-E-VS1-0.80-0.89']          =3332;
stonePrice['Round-E-VS1-0.90-0.99']          =4455.5;
stonePrice['Round-E-VS1-1.00-1.10']          =6575.1;
stonePrice['Round-E-VS1-1.11-1.29']          =8104.24;
stonePrice['Round-E-VS1-1.30-1.49']          =10605;
stonePrice['Round-E-VS1-1.50-1.60']          =15624;
stonePrice['Round-E-VS1-1.70-1.89']          =19440;
stonePrice['Round-E-VS1-2.00-2.10']          =28382.25;
stonePrice['Round-E-VS2-0.23-0.29']          =327.6;
stonePrice['Round-E-VS2-0.30-0.37']          =943.5;
stonePrice['Round-E-VS2-0.38-0.44']          =850.5;
stonePrice['Round-E-VS2-0.45-0.49']          =1015.2;
stonePrice['Round-E-VS2-0.50-0.59']          =1424.5;
stonePrice['Round-E-VS2-0.60-0.69']          =1803.75;
stonePrice['Round-E-VS2-0.70-0.79']          =2437.5;
stonePrice['Round-E-VS2-0.80-0.89']          =2975;
stonePrice['Round-E-VS2-0.90-0.99']          =4189.5;
stonePrice['Round-E-VS2-1.00-1.10']          =5273.1;
stonePrice['Round-E-VS2-1.11-1.29']          =6499.44;
stonePrice['Round-E-VS2-1.30-1.49']          =8505;
stonePrice['Round-E-VS2-1.50-1.60']          =12694.5;
stonePrice['Round-E-VS2-1.70-1.89']          =15795;
stonePrice['Round-E-VS2-2.00-2.10']          =22119.5;
stonePrice['Round-E-VVS1-0.23-0.29']          =446.368;
stonePrice['Round-E-VVS1-0.30-0.37']          =867;
stonePrice['Round-E-VVS1-0.38-0.44']          =1228.5;
stonePrice['Round-E-VVS1-0.45-0.49']          =1466.4;
stonePrice['Round-E-VVS1-0.50-0.59']          =2117.5;
stonePrice['Round-E-VVS1-0.60-0.69']          =2681.25;
stonePrice['Round-E-VVS1-0.70-0.79']          =3266.25;
stonePrice['Round-E-VVS1-0.80-0.89']          =3986.5;
stonePrice['Round-E-VVS1-0.90-0.99']          =6583.5;
stonePrice['Round-E-VVS1-1.00-1.10']          =9699.9;
stonePrice['Round-E-VVS1-1.11-1.29']          =11955.76;
stonePrice['Round-E-VVS1-1.30-1.49']          =15645;
stonePrice['Round-E-VVS1-1.50-1.60']          =22025.5;
stonePrice['Round-E-VVS1-1.70-1.89']          =27405;
stonePrice['Round-E-VVS1-2.00-2.10']          =39042.25;
stonePrice['Round-E-VVS2-0.23-0.29']          =434.304;
stonePrice['Round-E-VVS2-0.30-0.37']          =739.5;
stonePrice['Round-E-VVS2-0.38-0.44']          =1071;
stonePrice['Round-E-VVS2-0.45-0.49']          =1278.4;
stonePrice['Round-E-VVS2-0.50-0.59']          =1963.5;
stonePrice['Round-E-VVS2-0.60-0.69']          =2486.25;
stonePrice['Round-E-VVS2-0.70-0.79']          =2925;
stonePrice['Round-E-VVS2-0.80-0.89']          =3570;
stonePrice['Round-E-VVS2-0.90-0.99']          =5586;
stonePrice['Round-E-VVS2-1.00-1.10']          =8202.6;
stonePrice['Round-E-VVS2-1.11-1.29']          =10110.24;
stonePrice['Round-E-VVS2-1.30-1.49']          =13230;
stonePrice['Round-E-VVS2-1.50-1.60']          =18445;
stonePrice['Round-E-VVS2-1.70-1.89']          =22950;
stonePrice['Round-E-VVS2-2.00-2.10']          =33312.5;
stonePrice['Round-F-SI1-0.23-0.29']          =254.8;
stonePrice['Round-F-SI1-0.30-0.37']          =459;
stonePrice['Round-F-SI1-0.38-0.44']          =630;
stonePrice['Round-F-SI1-0.45-0.49']          =752;
stonePrice['Round-F-SI1-0.50-0.59']          =1078;
stonePrice['Round-F-SI1-0.60-0.69']          =1365;
stonePrice['Round-F-SI1-0.70-0.79']          =1998.75;
stonePrice['Round-F-SI1-0.80-0.89']          =2439.5;
stonePrice['Round-F-SI1-0.90-0.99']          =3657.5;
stonePrice['Round-F-SI1-1.00-1.10']          =4231.5;
stonePrice['Round-F-SI1-1.11-1.29']          =5215.6;
stonePrice['Round-F-SI1-1.30-1.49']          =6825;
stonePrice['Round-F-SI1-1.50-1.60']          =9765;
stonePrice['Round-F-SI1-1.70-1.89']          =12150;
stonePrice['Round-F-SI1-2.00-2.10']          =16256.5;
stonePrice['Round-F-SI2-0.23-0.29']          =209.3;
stonePrice['Round-F-SI2-0.30-0.37']          =382.5;
stonePrice['Round-F-SI2-0.38-0.44']          =535.5;
stonePrice['Round-F-SI2-0.45-0.49']          =639.2;
stonePrice['Round-F-SI2-0.50-0.59']          =885.5;
stonePrice['Round-F-SI2-0.60-0.69']          =1121.25;
stonePrice['Round-F-SI2-0.70-0.79']          =1755;
stonePrice['Round-F-SI2-0.80-0.89']          =2142;
stonePrice['Round-F-SI2-0.90-0.99']          =3258.5;
stonePrice['Round-F-SI2-1.00-1.10']          =3580.5;
stonePrice['Round-F-SI2-1.11-1.29']          =4413.2;
stonePrice['Round-F-SI2-1.30-1.49']          =5775;
stonePrice['Round-F-SI2-1.50-1.60']          =7812;
stonePrice['Round-F-SI2-1.70-1.89']          =9720;
stonePrice['Round-F-SI2-2.00-2.10']          =13058.5;
stonePrice['Round-F-SI3-0.23-0.29']          =182;
stonePrice['Round-F-SI3-0.30-0.37']          =357;
stonePrice['Round-F-SI3-0.38-0.44']          =504;
stonePrice['Round-F-SI3-0.45-0.49']          =601.6;
stonePrice['Round-F-SI3-0.50-0.59']          =808.5;
stonePrice['Round-F-SI3-0.60-0.69']          =1023.75;
stonePrice['Round-F-SI3-0.70-0.79']          =1511.25;
stonePrice['Round-F-SI3-0.80-0.89']          =1844.5;
stonePrice['Round-F-SI3-0.90-0.99']          =2527;
stonePrice['Round-F-SI3-1.00-1.10']          =2799.3;
stonePrice['Round-F-SI3-1.11-1.29']          =3450.32;
stonePrice['Round-F-SI3-1.30-1.49']          =4515;
stonePrice['Round-F-SI3-1.50-1.60']          =6184.5;
stonePrice['Round-F-SI3-1.70-1.89']          =7695;
stonePrice['Round-F-SI3-2.00-2.10']          =9194.25;
stonePrice['Round-F-VS1-0.23-0.29']          =327.6;
stonePrice['Round-F-VS1-0.30-0.37']          =612;
stonePrice['Round-F-VS1-0.38-0.44']          =945;
stonePrice['Round-F-VS1-0.45-0.49']          =1128;
stonePrice['Round-F-VS1-0.50-0.59']          =1540;
stonePrice['Round-F-VS1-0.60-0.69']          =1950;
stonePrice['Round-F-VS1-0.70-0.79']          =2535;
stonePrice['Round-F-VS1-0.80-0.89']          =3094;
stonePrice['Round-F-VS1-0.90-0.99']          =4256;
stonePrice['Round-F-VS1-1.00-1.10']          =5989.2;
stonePrice['Round-F-VS1-1.11-1.29']          =7382.08;
stonePrice['Round-F-VS1-1.30-1.49']          =9660;
stonePrice['Round-F-VS1-1.50-1.60']          =14322;
stonePrice['Round-F-VS1-1.70-1.89']          =17820;
stonePrice['Round-F-VS1-2.00-2.10']          =25051;
stonePrice['Round-F-VS2-0.23-0.29']          =318.5;
stonePrice['Round-F-VS2-0.30-0.37']          =561;
stonePrice['Round-F-VS2-0.38-0.44']          =787.5;
stonePrice['Round-F-VS2-0.45-0.49']          =940;
stonePrice['Round-F-VS2-0.50-0.59']          =1347.5;
stonePrice['Round-F-VS2-0.60-0.69']          =1706.25;
stonePrice['Round-F-VS2-0.70-0.79']          =2291.25;
stonePrice['Round-F-VS2-0.80-0.89']          =2796.5;
stonePrice['Round-F-VS2-0.90-0.99']          =3990;
stonePrice['Round-F-VS2-1.00-1.10']          =5012.7;
stonePrice['Round-F-VS2-1.11-1.29']          =6178.48;
stonePrice['Round-F-VS2-1.30-1.49']          =8085;
stonePrice['Round-F-VS2-1.50-1.60']          =12152;
stonePrice['Round-F-VS2-1.70-1.89']          =15120;
stonePrice['Round-F-VS2-2.00-2.10']          =21186.75;
stonePrice['Round-F-VVS1-0.23-0.29']          =434.304;
stonePrice['Round-F-VVS1-0.30-0.37']          =841.5;
stonePrice['Round-F-VVS1-0.38-0.44']          =1197;
stonePrice['Round-F-VVS1-0.45-0.49']          =1428.8;
stonePrice['Round-F-VVS1-0.50-0.59']          =1963.5;
stonePrice['Round-F-VVS1-0.60-0.69']          =2486.25;
stonePrice['Round-F-VVS1-0.70-0.79']          =2973.75;
stonePrice['Round-F-VVS1-0.80-0.89']          =3629.5;
stonePrice['Round-F-VVS1-0.90-0.99']          =6251;
stonePrice['Round-F-VVS1-1.00-1.10']          =8463;
stonePrice['Round-F-VVS1-1.11-1.29']          =10431.2;
stonePrice['Round-F-VVS1-1.30-1.49']          =13650;
stonePrice['Round-F-VVS1-1.50-1.60']          =18228;
stonePrice['Round-F-VVS1-1.70-1.89']          =22680;
stonePrice['Round-F-VVS1-2.00-2.10']          =33046;
stonePrice['Round-F-VVS2-0.23-0.29']          =422.24;
stonePrice['Round-F-VVS2-0.30-0.37']          =688.5;
stonePrice['Round-F-VVS2-0.38-0.44']          =1039.5;
stonePrice['Round-F-VVS2-0.45-0.49']          =1240.8;
stonePrice['Round-F-VVS2-0.50-0.59']          =1809.5;
stonePrice['Round-F-VVS2-0.60-0.69']          =2291.25;
stonePrice['Round-F-VVS2-0.70-0.79']          =2730;
stonePrice['Round-F-VVS2-0.80-0.89']          =3332;
stonePrice['Round-F-VVS2-0.90-0.99']          =5187;
stonePrice['Round-F-VVS2-1.00-1.10']          =7486.5;
stonePrice['Round-F-VVS2-1.11-1.29']          =9227.6;
stonePrice['Round-F-VVS2-1.30-1.49']          =12075;
stonePrice['Round-F-VVS2-1.50-1.60']          =17360;
stonePrice['Round-F-VVS2-1.70-1.89']          =21600;
stonePrice['Round-F-VVS2-2.00-2.10']          =29714.75;
stonePrice['Round-G-SI1-0.23-0.29']          =243.75;
stonePrice['Round-G-SI1-0.30-0.37']          =408;
stonePrice['Round-G-SI1-0.38-0.44']          =598.5;
stonePrice['Round-G-SI1-0.45-0.49']          =714.4;
stonePrice['Round-G-SI1-0.50-0.59']          =962.5;
stonePrice['Round-G-SI1-0.60-0.69']          =1218.75;
stonePrice['Round-G-SI1-0.70-0.79']          =1803.75;
stonePrice['Round-G-SI1-0.80-0.89']          =2201.5;
stonePrice['Round-G-SI1-0.90-0.99']          =3391.5;
stonePrice['Round-G-SI1-1.00-1.10']          =3971.1;
stonePrice['Round-G-SI1-1.11-1.29']          =4894.64;
stonePrice['Round-G-SI1-1.30-1.49']          =6405;
stonePrice['Round-G-SI1-1.50-1.60']          =8897;
stonePrice['Round-G-SI1-1.70-1.89']          =11070;
stonePrice['Round-G-SI1-2.00-2.10']          =15190.5;
stonePrice['Round-G-SI2-0.23-0.29']          =208.65;
stonePrice['Round-G-SI2-0.30-0.37']          =357;
stonePrice['Round-G-SI2-0.38-0.44']          =504;
stonePrice['Round-G-SI2-0.45-0.49']          =601.6;
stonePrice['Round-G-SI2-0.50-0.59']          =770;
stonePrice['Round-G-SI2-0.60-0.69']          =975;
stonePrice['Round-G-SI2-0.70-0.79']          =1608.75;
stonePrice['Round-G-SI2-0.80-0.89']          =1963.5;
stonePrice['Round-G-SI2-0.90-0.99']          =2992.5;
stonePrice['Round-G-SI2-1.00-1.10']          =3450.3;
stonePrice['Round-G-SI2-1.11-1.29']          =4252.72;
stonePrice['Round-G-SI2-1.30-1.49']          =5565;
stonePrice['Round-G-SI2-1.50-1.60']          =7269.5;
stonePrice['Round-G-SI2-1.70-1.89']          =9045;
stonePrice['Round-G-SI2-2.00-2.10']          =12525.5;
stonePrice['Round-G-SI3-0.23-0.29']          =185.25;
stonePrice['Round-G-SI3-0.30-0.37']          =331.5;
stonePrice['Round-G-SI3-0.38-0.44']          =472.5;
stonePrice['Round-G-SI3-0.45-0.49']          =564;
stonePrice['Round-G-SI3-0.50-0.59']          =731.5;
stonePrice['Round-G-SI3-0.60-0.69']          =926.25;
stonePrice['Round-G-SI3-0.70-0.79']          =1462.5;
stonePrice['Round-G-SI3-0.80-0.89']          =1785;
stonePrice['Round-G-SI3-0.90-0.99']          =2394;
stonePrice['Round-G-SI3-1.00-1.10']          =2669.1;
stonePrice['Round-G-SI3-1.11-1.29']          =3289.84;
stonePrice['Round-G-SI3-1.30-1.49']          =4305;
stonePrice['Round-G-SI3-1.50-1.60']          =5750.5;
stonePrice['Round-G-SI3-1.70-1.89']          =7155;
stonePrice['Round-G-SI3-2.00-2.10']          =8661.25;
stonePrice['Round-G-VS1-0.23-0.29']          =288.6;
stonePrice['Round-G-VS1-0.30-0.37']          =561;
stonePrice['Round-G-VS1-0.38-0.44']          =819;
stonePrice['Round-G-VS1-0.45-0.49']          =977.6;
stonePrice['Round-G-VS1-0.50-0.59']          =1424.5;
stonePrice['Round-G-VS1-0.60-0.69']          =1803.75;
stonePrice['Round-G-VS1-0.70-0.79']          =2242.5;
stonePrice['Round-G-VS1-0.80-0.89']          =2737;
stonePrice['Round-G-VS1-0.90-0.99']          =3923.5;
stonePrice['Round-G-VS1-1.00-1.10']          =5273.1;
stonePrice['Round-G-VS1-1.11-1.29']          =6499.44;
stonePrice['Round-G-VS1-1.30-1.49']          =8505;
stonePrice['Round-G-VS1-1.50-1.60']          =11826.5;
stonePrice['Round-G-VS1-1.70-1.89']          =14715;
stonePrice['Round-G-VS1-2.00-2.10']          =20254;
stonePrice['Round-G-VS2-0.23-0.29']          =280.904;
stonePrice['Round-G-VS2-0.30-0.37']          =484.5;
stonePrice['Round-G-VS2-0.38-0.44']          =693;
stonePrice['Round-G-VS2-0.45-0.49']          =827.2;
stonePrice['Round-G-VS2-0.50-0.59']          =1193.5;
stonePrice['Round-G-VS2-0.60-0.69']          =1511.25;
stonePrice['Round-G-VS2-0.70-0.79']          =2047.5;
stonePrice['Round-G-VS2-0.80-0.89']          =2499;
stonePrice['Round-G-VS2-0.90-0.99']          =3657.5;
stonePrice['Round-G-VS2-1.00-1.10']          =4687.2;
stonePrice['Round-G-VS2-1.11-1.29']          =5777.28;
stonePrice['Round-G-VS2-1.30-1.49']          =7560;
stonePrice['Round-G-VS2-1.50-1.60']          =10633;
stonePrice['Round-G-VS2-1.70-1.89']          =13230;
stonePrice['Round-G-VS2-2.00-2.10']          =18521.75;
stonePrice['Round-G-VVS1-0.23-0.29']          =352.95;
stonePrice['Round-G-VVS1-0.30-0.37']          =739.5;
stonePrice['Round-G-VVS1-0.38-0.44']          =1039.5;
stonePrice['Round-G-VVS1-0.45-0.49']          =1240.8;
stonePrice['Round-G-VVS1-0.50-0.59']          =1732.5;
stonePrice['Round-G-VVS1-0.60-0.69']          =2193.75;
stonePrice['Round-G-VVS1-0.70-0.79']          =2632.5;
stonePrice['Round-G-VVS1-0.80-0.89']          =3213;
stonePrice['Round-G-VVS1-0.90-0.99']          =5120.5;
stonePrice['Round-G-VVS1-1.00-1.10']          =6314.7;
stonePrice['Round-G-VVS1-1.11-1.29']          =7783.28;
stonePrice['Round-G-VVS1-1.30-1.49']          =10185;
stonePrice['Round-G-VVS1-1.50-1.60']          =13671;
stonePrice['Round-G-VVS1-1.70-1.89']          =17010;
stonePrice['Round-G-VVS1-2.00-2.10']          =24251.5;
stonePrice['Round-G-VVS2-0.23-0.29']          =343.538;
stonePrice['Round-G-VVS2-0.30-0.37']          =637.5;
stonePrice['Round-G-VVS2-0.38-0.44']          =913.5;
stonePrice['Round-G-VVS2-0.45-0.49']          =1090.4;
stonePrice['Round-G-VVS2-0.50-0.59']          =1617;
stonePrice['Round-G-VVS2-0.60-0.69']          =2047.5;
stonePrice['Round-G-VVS2-0.70-0.79']          =2437.5;
stonePrice['Round-G-VVS2-0.80-0.89']          =2975;
stonePrice['Round-G-VVS2-0.90-0.99']          =4389;
stonePrice['Round-G-VVS2-1.00-1.10']          =6054.3;
stonePrice['Round-G-VVS2-1.11-1.29']          =7462.32;
stonePrice['Round-G-VVS2-1.30-1.49']          =9765;
stonePrice['Round-G-VVS2-1.50-1.60']          =13020;
stonePrice['Round-G-VVS2-1.70-1.89']          =16200;
stonePrice['Round-G-VVS2-2.00-2.10']          =22119.5;
stonePrice['Round-H-SI1-0.23-0.29']          =227.5;
stonePrice['Round-H-SI1-0.30-0.37']          =382.5;
stonePrice['Round-H-SI1-0.38-0.44']          =567;
stonePrice['Round-H-SI1-0.45-0.49']          =676.8;
stonePrice['Round-H-SI1-0.50-0.59']          =885.5;
stonePrice['Round-H-SI1-0.60-0.69']          =1121.25;
stonePrice['Round-H-SI1-0.70-0.79']          =1657.5;
stonePrice['Round-H-SI1-0.80-0.89']          =2023;
stonePrice['Round-H-SI1-0.90-0.99']          =3125.5;
stonePrice['Round-H-SI1-1.00-1.10']          =3775.8;
stonePrice['Round-H-SI1-1.11-1.29']          =4653.92;
stonePrice['Round-H-SI1-1.30-1.49']          =6090;
stonePrice['Round-H-SI1-1.50-1.60']          =8246;
stonePrice['Round-H-SI1-1.70-1.89']          =10260;
stonePrice['Round-H-SI1-2.00-2.10']          =13591.5;
stonePrice['Round-H-SI2-0.23-0.29']          =194.74;
stonePrice['Round-H-SI2-0.30-0.37']          =331.5;
stonePrice['Round-H-SI2-0.38-0.44']          =472.5;
stonePrice['Round-H-SI2-0.45-0.49']          =564;
stonePrice['Round-H-SI2-0.50-0.59']          =731.5;
stonePrice['Round-H-SI2-0.60-0.69']          =926.25;
stonePrice['Round-H-SI2-0.70-0.79']          =1511.25;
stonePrice['Round-H-SI2-0.80-0.89']          =1844.5;
stonePrice['Round-H-SI2-0.90-0.99']          =2859.5;
stonePrice['Round-H-SI2-1.00-1.10']          =3320.1;
stonePrice['Round-H-SI2-1.11-1.29']          =4092.24;
stonePrice['Round-H-SI2-1.30-1.49']          =5355;
stonePrice['Round-H-SI2-1.50-1.60']          =6944;
stonePrice['Round-H-SI2-1.70-1.89']          =8640;
stonePrice['Round-H-SI2-2.00-2.10']          =11726;
stonePrice['Round-H-SI3-0.23-0.29']          =172.9;
stonePrice['Round-H-SI3-0.30-0.37']          =306;
stonePrice['Round-H-SI3-0.38-0.44']          =441;
stonePrice['Round-H-SI3-0.45-0.49']          =526.4;
stonePrice['Round-H-SI3-0.50-0.59']          =693;
stonePrice['Round-H-SI3-0.60-0.69']          =877.5;
stonePrice['Round-H-SI3-0.70-0.79']          =1365;
stonePrice['Round-H-SI3-0.80-0.89']          =1666;
stonePrice['Round-H-SI3-0.90-0.99']          =2261;
stonePrice['Round-H-SI3-1.00-1.10']          =2604;
stonePrice['Round-H-SI3-1.11-1.29']          =3209.6;
stonePrice['Round-H-SI3-1.30-1.49']          =4200;
stonePrice['Round-H-SI3-1.50-1.60']          =5316.5;
stonePrice['Round-H-SI3-1.70-1.89']          =6615;
stonePrice['Round-H-SI3-2.00-2.10']          =7995;
stonePrice['Round-H-VS1-0.23-0.29']          =280.904;
stonePrice['Round-H-VS1-0.30-0.37']          =510;
stonePrice['Round-H-VS1-0.38-0.44']          =724.5;
stonePrice['Round-H-VS1-0.45-0.49']          =864.8;
stonePrice['Round-H-VS1-0.50-0.59']          =1232;
stonePrice['Round-H-VS1-0.60-0.69']          =1560;
stonePrice['Round-H-VS1-0.70-0.79']          =1998.75;
stonePrice['Round-H-VS1-0.80-0.89']          =2439.5;
stonePrice['Round-H-VS1-0.90-0.99']          =3724;
stonePrice['Round-H-VS1-1.00-1.10']          =4426.8;
stonePrice['Round-H-VS1-1.11-1.29']          =5456.32;
stonePrice['Round-H-VS1-1.30-1.49']          =7140;
stonePrice['Round-H-VS1-1.50-1.60']          =9656.5;
stonePrice['Round-H-VS1-1.70-1.89']          =12015;
stonePrice['Round-H-VS1-2.00-2.10']          =16922.75;
stonePrice['Round-H-VS2-0.23-0.29']          =269.36;
stonePrice['Round-H-VS2-0.30-0.37']          =433.5;
stonePrice['Round-H-VS2-0.38-0.44']          =630;
stonePrice['Round-H-VS2-0.45-0.49']          =752;
stonePrice['Round-H-VS2-0.50-0.59']          =1039.5;
stonePrice['Round-H-VS2-0.60-0.69']          =1316.25;
stonePrice['Round-H-VS2-0.70-0.79']          =1852.5;
stonePrice['Round-H-VS2-0.80-0.89']          =2261;
stonePrice['Round-H-VS2-0.90-0.99']          =3458;
stonePrice['Round-H-VS2-1.00-1.10']          =4036.2;
stonePrice['Round-H-VS2-1.11-1.29']          =4974.88;
stonePrice['Round-H-VS2-1.30-1.49']          =6510;
stonePrice['Round-H-VS2-1.50-1.60']          =9005.5;
stonePrice['Round-H-VS2-1.70-1.89']          =11205;
stonePrice['Round-H-VS2-2.00-2.10']          =15723.5;
stonePrice['Round-H-VVS1-0.23-0.29']          =343.538;
stonePrice['Round-H-VVS1-0.30-0.37']          =663;
stonePrice['Round-H-VVS1-0.38-0.44']          =945;
stonePrice['Round-H-VVS1-0.45-0.49']          =1128;
stonePrice['Round-H-VVS1-0.50-0.59']          =1540;
stonePrice['Round-H-VVS1-0.60-0.69']          =1950;
stonePrice['Round-H-VVS1-0.70-0.79']          =2388.75;
stonePrice['Round-H-VVS1-0.80-0.89']          =2915.5;
stonePrice['Round-H-VVS1-0.90-0.99']          =4256;
stonePrice['Round-H-VVS1-1.00-1.10']          =5208;
stonePrice['Round-H-VVS1-1.11-1.29']          =6419.2;
stonePrice['Round-H-VVS1-1.30-1.49']          =8400;
stonePrice['Round-H-VVS1-1.50-1.60']          =10958.5;
stonePrice['Round-H-VVS1-1.70-1.89']          =13635;
stonePrice['Round-H-VVS1-2.00-2.10']          =19188;
stonePrice['Round-H-VVS2-0.23-0.29']          =329.42;
stonePrice['Round-H-VVS2-0.30-0.37']          =586.5;
stonePrice['Round-H-VVS2-0.38-0.44']          =819;
stonePrice['Round-H-VVS2-0.45-0.49']          =977.6;
stonePrice['Round-H-VVS2-0.50-0.59']          =1386;
stonePrice['Round-H-VVS2-0.60-0.69']          =1755;
stonePrice['Round-H-VVS2-0.70-0.79']          =2193.75;
stonePrice['Round-H-VVS2-0.80-0.89']          =2677.5;
stonePrice['Round-H-VVS2-0.90-0.99']          =3990;
stonePrice['Round-H-VVS2-1.00-1.10']          =4882.5;
stonePrice['Round-H-VVS2-1.11-1.29']          =6018;
stonePrice['Round-H-VVS2-1.30-1.49']          =7875;
stonePrice['Round-H-VVS2-1.50-1.60']          =10633;
stonePrice['Round-H-VVS2-1.70-1.89']          =13230;
stonePrice['Round-H-VVS2-2.00-2.10']          =17855.5;
stonePrice['Round-I-SI1-0.23-0.29']          =204.75;
stonePrice['Round-I-SI1-0.30-0.37']          =357;
stonePrice['Round-I-SI1-0.38-0.44']          =504;
stonePrice['Round-I-SI1-0.45-0.49']          =601.6;
stonePrice['Round-I-SI1-0.50-0.59']          =770;
stonePrice['Round-I-SI1-0.60-0.69']          =975;
stonePrice['Round-I-SI1-0.70-0.79']          =1511.25;
stonePrice['Round-I-SI1-0.80-0.89']          =1844.5;
stonePrice['Round-I-SI1-0.90-0.99']          =2793;
stonePrice['Round-I-SI1-1.00-1.10']          =3385.2;
stonePrice['Round-I-SI1-1.11-1.29']          =4172.48;
stonePrice['Round-I-SI1-1.30-1.49']          =5460;
stonePrice['Round-I-SI1-1.50-1.60']          =7269.5;
stonePrice['Round-I-SI1-1.70-1.89']          =9045;
stonePrice['Round-I-SI1-2.00-2.10']          =11726;
stonePrice['Round-I-SI2-0.23-0.29']          =185.25;
stonePrice['Round-I-SI2-0.30-0.37']          =306;
stonePrice['Round-I-SI2-0.38-0.44']          =441;
stonePrice['Round-I-SI2-0.45-0.49']          =526.4;
stonePrice['Round-I-SI2-0.50-0.59']          =693;
stonePrice['Round-I-SI2-0.60-0.69']          =877.5;
stonePrice['Round-I-SI2-0.70-0.79']          =1316.25;
stonePrice['Round-I-SI2-0.80-0.89']          =1606.5;
stonePrice['Round-I-SI2-0.90-0.99']          =2527;
stonePrice['Round-I-SI2-1.00-1.10']          =2994.6;
stonePrice['Round-I-SI2-1.11-1.29']          =3691.04;
stonePrice['Round-I-SI2-1.30-1.49']          =4830;
stonePrice['Round-I-SI2-1.50-1.60']          =6184.5;
stonePrice['Round-I-SI2-1.70-1.89']          =7695;
stonePrice['Round-I-SI2-2.00-2.10']          =10660;
stonePrice['Round-I-SI3-0.23-0.29']          =165.75;
stonePrice['Round-I-SI3-0.30-0.37']          =280.5;
stonePrice['Round-I-SI3-0.38-0.44']          =409.5;
stonePrice['Round-I-SI3-0.45-0.49']          =488.8;
stonePrice['Round-I-SI3-0.50-0.59']          =654.5;
stonePrice['Round-I-SI3-0.60-0.69']          =828.75;
stonePrice['Round-I-SI3-0.70-0.79']          =1218.75;
stonePrice['Round-I-SI3-0.80-0.89']          =1487.5;
stonePrice['Round-I-SI3-0.90-0.99']          =2061.5;
stonePrice['Round-I-SI3-1.00-1.10']          =2408.7;
stonePrice['Round-I-SI3-1.11-1.29']          =2968.88;
stonePrice['Round-I-SI3-1.30-1.49']          =3885;
stonePrice['Round-I-SI3-1.50-1.60']          =4882.5;
stonePrice['Round-I-SI3-1.70-1.89']          =6075;
stonePrice['Round-I-SI3-2.00-2.10']          =7328.75;
stonePrice['Round-I-VS1-0.23-0.29']          =226.2;
stonePrice['Round-I-VS1-0.30-0.37']          =459;
stonePrice['Round-I-VS1-0.38-0.44']          =630;
stonePrice['Round-I-VS1-0.45-0.49']          =752;
stonePrice['Round-I-VS1-0.50-0.59']          =1001;
stonePrice['Round-I-VS1-0.60-0.69']          =1267.5;
stonePrice['Round-I-VS1-0.70-0.79']          =1803.75;
stonePrice['Round-I-VS1-0.80-0.89']          =2201.5;
stonePrice['Round-I-VS1-0.90-0.99']          =3192;
stonePrice['Round-I-VS1-1.00-1.10']          =3775.8;
stonePrice['Round-I-VS1-1.11-1.29']          =4653.92;
stonePrice['Round-I-VS1-1.30-1.49']          =6090;
stonePrice['Round-I-VS1-1.50-1.60']          =8463;
stonePrice['Round-I-VS1-1.70-1.89']          =10530;
stonePrice['Round-I-VS1-2.00-2.10']          =13991.25;
stonePrice['Round-I-VS2-0.23-0.29']          =220.168;
stonePrice['Round-I-VS2-0.30-0.37']          =382.5;
stonePrice['Round-I-VS2-0.38-0.44']          =567;
stonePrice['Round-I-VS2-0.45-0.49']          =676.8;
stonePrice['Round-I-VS2-0.50-0.59']          =885.5;
stonePrice['Round-I-VS2-0.60-0.69']          =1121.25;
stonePrice['Round-I-VS2-0.70-0.79']          =1657.5;
stonePrice['Round-I-VS2-0.80-0.89']          =2023;
stonePrice['Round-I-VS2-0.90-0.99']          =2926;
stonePrice['Round-I-VS2-1.00-1.10']          =3580.5;
stonePrice['Round-I-VS2-1.11-1.29']          =4413.2;
stonePrice['Round-I-VS2-1.30-1.49']          =5775;
stonePrice['Round-I-VS2-1.50-1.60']          =7812;
stonePrice['Round-I-VS2-1.70-1.89']          =9720;
stonePrice['Round-I-VS2-2.00-2.10']          =12925.25;
stonePrice['Round-I-VVS1-0.23-0.29']          =274.95;
stonePrice['Round-I-VVS1-0.30-0.37']          =535.5;
stonePrice['Round-I-VVS1-0.38-0.44']          =787.5;
stonePrice['Round-I-VVS1-0.45-0.49']          =940;
stonePrice['Round-I-VVS1-0.50-0.59']          =1270.5;
stonePrice['Round-I-VVS1-0.60-0.69']          =1608.75;
stonePrice['Round-I-VVS1-0.70-0.79']          =2047.5;
stonePrice['Round-I-VVS1-0.80-0.89']          =2499;
stonePrice['Round-I-VVS1-0.90-0.99']          =3591;
stonePrice['Round-I-VVS1-1.00-1.10']          =4557;
stonePrice['Round-I-VVS1-1.11-1.29']          =5616.8;
stonePrice['Round-I-VVS1-1.30-1.49']          =7350;
stonePrice['Round-I-VVS1-1.50-1.60']          =9873.5;
stonePrice['Round-I-VVS1-1.70-1.89']          =12285;
stonePrice['Round-I-VVS1-2.00-2.10']          =16123.25;
stonePrice['Round-I-VVS2-0.23-0.29']          =267.618;
stonePrice['Round-I-VVS2-0.30-0.37']          =510;
stonePrice['Round-I-VVS2-0.38-0.44']          =724.5;
stonePrice['Round-I-VVS2-0.45-0.49']          =864.8;
stonePrice['Round-I-VVS2-0.50-0.59']          =1155;
stonePrice['Round-I-VVS2-0.60-0.69']          =1462.5;
stonePrice['Round-I-VVS2-0.70-0.79']          =1950;
stonePrice['Round-I-VVS2-0.80-0.89']          =2380;
stonePrice['Round-I-VVS2-0.90-0.99']          =3325;
stonePrice['Round-I-VVS2-1.00-1.10']          =4231.5;
stonePrice['Round-I-VVS2-1.11-1.29']          =5215.6;
stonePrice['Round-I-VVS2-1.30-1.49']          =6825;
stonePrice['Round-I-VVS2-1.50-1.60']          =9548;
stonePrice['Round-I-VVS2-1.70-1.89']          =11880;
stonePrice['Round-I-VVS2-2.00-2.10']          =15190.5;
stonePrice['Round-J-SI1-0.23-0.29']          =191.1;
stonePrice['Round-J-SI1-0.30-0.37']          =306;
stonePrice['Round-J-SI1-0.38-0.44']          =441;
stonePrice['Round-J-SI1-0.45-0.49']          =526.4;
stonePrice['Round-J-SI1-0.50-0.59']          =693;
stonePrice['Round-J-SI1-0.60-0.69']          =877.5;
stonePrice['Round-J-SI1-0.70-0.79']          =1316.25;
stonePrice['Round-J-SI1-0.80-0.89']          =1606.5;
stonePrice['Round-J-SI1-0.90-0.99']          =2460.5;
stonePrice['Round-J-SI1-1.00-1.10']          =2994.6;
stonePrice['Round-J-SI1-1.11-1.29']          =3691.04;
stonePrice['Round-J-SI1-1.30-1.49']          =4830;
stonePrice['Round-J-SI1-1.50-1.60']          =6184.5;
stonePrice['Round-J-SI1-1.70-1.89']          =7695;
stonePrice['Round-J-SI1-2.00-2.10']          =9727.25;
stonePrice['Round-J-SI2-0.23-0.29']          =172.9;
stonePrice['Round-J-SI2-0.30-0.37']          =280.5;
stonePrice['Round-J-SI2-0.38-0.44']          =409.5;
stonePrice['Round-J-SI2-0.45-0.49']          =488.8;
stonePrice['Round-J-SI2-0.50-0.59']          =616;
stonePrice['Round-J-SI2-0.60-0.69']          =780;
stonePrice['Round-J-SI2-0.70-0.79']          =1218.75;
stonePrice['Round-J-SI2-0.80-0.89']          =1487.5;
stonePrice['Round-J-SI2-0.90-0.99']          =2261;
stonePrice['Round-J-SI2-1.00-1.10']          =2799.3;
stonePrice['Round-J-SI2-1.11-1.29']          =3450.32;
stonePrice['Round-J-SI2-1.30-1.49']          =4515;
stonePrice['Round-J-SI2-1.50-1.60']          =5425;
stonePrice['Round-J-SI2-1.70-1.89']          =6750;
stonePrice['Round-J-SI2-2.00-2.10']          =9061;
stonePrice['Round-J-SI3-0.23-0.29']          =154.7;
stonePrice['Round-J-SI3-0.30-0.37']          =255;
stonePrice['Round-J-SI3-0.38-0.44']          =378;
stonePrice['Round-J-SI3-0.45-0.49']          =451.2;
stonePrice['Round-J-SI3-0.50-0.59']          =577.5;
stonePrice['Round-J-SI3-0.60-0.69']          =731.25;
stonePrice['Round-J-SI3-0.70-0.79']          =1072.5;
stonePrice['Round-J-SI3-0.80-0.89']          =1309;
stonePrice['Round-J-SI3-0.90-0.99']          =1862;
stonePrice['Round-J-SI3-1.00-1.10']          =2148.3;
stonePrice['Round-J-SI3-1.11-1.29']          =2647.92;
stonePrice['Round-J-SI3-1.30-1.49']          =3465;
stonePrice['Round-J-SI3-1.50-1.60']          =4340;
stonePrice['Round-J-SI3-1.70-1.89']          =5400;
stonePrice['Round-J-SI3-2.00-2.10']          =6662.5;
stonePrice['Round-J-VS1-0.23-0.29']          =220.168;
stonePrice['Round-J-VS1-0.30-0.37']          =357;
stonePrice['Round-J-VS1-0.38-0.44']          =535.5;
stonePrice['Round-J-VS1-0.45-0.49']          =639.2;
stonePrice['Round-J-VS1-0.50-0.59']          =808.5;
stonePrice['Round-J-VS1-0.60-0.69']          =1023.75;
stonePrice['Round-J-VS1-0.70-0.79']          =1413.75;
stonePrice['Round-J-VS1-0.80-0.89']          =1725.5;
stonePrice['Round-J-VS1-0.90-0.99']          =2726.5;
stonePrice['Round-J-VS1-1.00-1.10']          =3450.3;
stonePrice['Round-J-VS1-1.11-1.29']          =4252.72;
stonePrice['Round-J-VS1-1.30-1.49']          =5565;
stonePrice['Round-J-VS1-1.50-1.60']          =7052.5;
stonePrice['Round-J-VS1-1.70-1.89']          =8775;
stonePrice['Round-J-VS1-2.00-2.10']          =11459.5;
stonePrice['Round-J-VS2-0.23-0.29']          =211.12;
stonePrice['Round-J-VS2-0.30-0.37']          =331.5;
stonePrice['Round-J-VS2-0.38-0.44']          =472.5;
stonePrice['Round-J-VS2-0.45-0.49']          =564;
stonePrice['Round-J-VS2-0.50-0.59']          =770;
stonePrice['Round-J-VS2-0.60-0.69']          =975;
stonePrice['Round-J-VS2-0.70-0.79']          =1365;
stonePrice['Round-J-VS2-0.80-0.89']          =1666;
stonePrice['Round-J-VS2-0.90-0.99']          =2527;
stonePrice['Round-J-VS2-1.00-1.10']          =3124.8;
stonePrice['Round-J-VS2-1.11-1.29']          =3851.52;
stonePrice['Round-J-VS2-1.30-1.49']          =5040;
stonePrice['Round-J-VS2-1.50-1.60']          =6401.5;
stonePrice['Round-J-VS2-1.70-1.89']          =7965;
stonePrice['Round-J-VS2-2.00-2.10']          =10660;
stonePrice['Round-J-VVS1-0.23-0.29']          =267.618;
stonePrice['Round-J-VVS1-0.30-0.37']          =433.5;
stonePrice['Round-J-VVS1-0.38-0.44']          =661.5;
stonePrice['Round-J-VVS1-0.45-0.49']          =789.6;
stonePrice['Round-J-VVS1-0.50-0.59']          =1001;
stonePrice['Round-J-VVS1-0.60-0.69']          =1267.5;
stonePrice['Round-J-VVS1-0.70-0.79']          =1608.75;
stonePrice['Round-J-VVS1-0.80-0.89']          =1963.5;
stonePrice['Round-J-VVS1-0.90-0.99']          =2992.5;
stonePrice['Round-J-VVS1-1.00-1.10']          =3775.8;
stonePrice['Round-J-VVS1-1.11-1.29']          =4653.92;
stonePrice['Round-J-VVS1-1.30-1.49']          =6090;
stonePrice['Round-J-VVS1-1.50-1.60']          =8137.5;
stonePrice['Round-J-VVS1-1.70-1.89']          =10125;
stonePrice['Round-J-VVS1-2.00-2.10']          =12792;
stonePrice['Round-J-VVS2-0.23-0.29']          =256.62;
stonePrice['Round-J-VVS2-0.30-0.37']          =408;
stonePrice['Round-J-VVS2-0.38-0.44']          =630;
stonePrice['Round-J-VVS2-0.45-0.49']          =752;
stonePrice['Round-J-VVS2-0.50-0.59']          =924;
stonePrice['Round-J-VVS2-0.60-0.69']          =1170;
stonePrice['Round-J-VVS2-0.70-0.79']          =1560;
stonePrice['Round-J-VVS2-0.80-0.89']          =1904;
stonePrice['Round-J-VVS2-0.90-0.99']          =2859.5;
stonePrice['Round-J-VVS2-1.00-1.10']          =3645.6;
stonePrice['Round-J-VVS2-1.11-1.29']          =4493.44;
stonePrice['Round-J-VVS2-1.30-1.49']          =5880;
stonePrice['Round-J-VVS2-1.50-1.60']          =7812;
stonePrice['Round-J-VVS2-1.70-1.89']          =9720;
stonePrice['Round-J-VVS2-2.00-2.10']          =12259;
stonePrice['Triangular-D-SI1-0.23-0.29']          =306.8;
stonePrice['Triangular-D-SI1-0.30-0.37']          =541.62;
stonePrice['Triangular-D-SI1-0.38-0.44']          =817.74;
stonePrice['Triangular-D-SI1-0.45-0.49']          =976.096;
stonePrice['Triangular-D-SI1-0.50-0.59']          =1290.212;
stonePrice['Triangular-D-SI1-0.60-0.69']          =1610.7;
stonePrice['Triangular-D-SI1-0.70-0.79']          =2473.575;
stonePrice['Triangular-D-SI1-0.80-0.89']          =3019.03;
stonePrice['Triangular-D-SI1-0.90-0.99']          =4007.575;
stonePrice['Triangular-D-SI1-1.00-1.10']          =4534.74;
stonePrice['Triangular-D-SI1-1.11-1.29']          =5520.866;
stonePrice['Triangular-D-SI1-1.30-1.49']          =7557.9;
stonePrice['Triangular-D-SI1-1.50-1.60']          =9986.34;
stonePrice['Triangular-D-SI1-1.70-1.89']          =12489.12;
stonePrice['Triangular-D-SI1-2.00-2.10']          =18082.025;
stonePrice['Triangular-D-SI2-0.23-0.29']          =257.712;
stonePrice['Triangular-D-SI2-0.30-0.37']          =451.35;
stonePrice['Triangular-D-SI2-0.38-0.44']          =743.4;
stonePrice['Triangular-D-SI2-0.45-0.49']          =887.36;
stonePrice['Triangular-D-SI2-0.50-0.59']          =1105.896;
stonePrice['Triangular-D-SI2-0.60-0.69']          =1380.6;
stonePrice['Triangular-D-SI2-0.70-0.79']          =2128.425;
stonePrice['Triangular-D-SI2-0.80-0.89']          =2597.77;
stonePrice['Triangular-D-SI2-0.90-0.99']          =3497.52;
stonePrice['Triangular-D-SI2-1.00-1.10']          =3791.34;
stonePrice['Triangular-D-SI2-1.11-1.29']          =4615.806;
stonePrice['Triangular-D-SI2-1.30-1.49']          =6318.9;
stonePrice['Triangular-D-SI2-1.50-1.60']          =8203.065;
stonePrice['Triangular-D-SI2-1.70-1.89']          =10258.92;
stonePrice['Triangular-D-SI2-2.00-2.10']          =13207.74;
stonePrice['Triangular-D-SI3-0.23-0.29']          =233.168;
stonePrice['Triangular-D-SI3-0.30-0.37']          =421.26;
stonePrice['Triangular-D-SI3-0.38-0.44']          =669.06;
stonePrice['Triangular-D-SI3-0.45-0.49']          =798.624;
stonePrice['Triangular-D-SI3-0.50-0.59']          =1013.738;
stonePrice['Triangular-D-SI3-0.60-0.69']          =1265.55;
stonePrice['Triangular-D-SI3-0.70-0.79']          =1955.85;
stonePrice['Triangular-D-SI3-0.80-0.89']          =2387.14;
stonePrice['Triangular-D-SI3-0.90-0.99']          =2841.735;
stonePrice['Triangular-D-SI3-1.00-1.10']          =3122.28;
stonePrice['Triangular-D-SI3-1.11-1.29']          =3801.252;
stonePrice['Triangular-D-SI3-1.30-1.49']          =5203.8;
stonePrice['Triangular-D-SI3-1.50-1.60']          =6419.79;
stonePrice['Triangular-D-SI3-1.70-1.89']          =8028.72;
stonePrice['Triangular-D-SI3-2.00-2.10']          =9905.805;
stonePrice['Triangular-D-VS1-0.23-0.29']          =331.344;
stonePrice['Triangular-D-VS1-0.30-0.37']          =722.16;
stonePrice['Triangular-D-VS1-0.38-0.44']          =1077.93;
stonePrice['Triangular-D-VS1-0.45-0.49']          =1286.672;
stonePrice['Triangular-D-VS1-0.50-0.59']          =1704.923;
stonePrice['Triangular-D-VS1-0.60-0.69']          =2128.425;
stonePrice['Triangular-D-VS1-0.70-0.79']          =2933.775;
stonePrice['Triangular-D-VS1-0.80-0.89']          =3580.71;
stonePrice['Triangular-D-VS1-0.90-0.99']          =4517.63;
stonePrice['Triangular-D-VS1-1.00-1.10']          =5575.5;
stonePrice['Triangular-D-VS1-1.11-1.29']          =6787.95;
stonePrice['Triangular-D-VS1-1.30-1.49']          =9292.5;
stonePrice['Triangular-D-VS1-1.50-1.60']          =11412.96;
stonePrice['Triangular-D-VS1-1.70-1.89']          =14273.28;
stonePrice['Triangular-D-VS1-2.00-2.10']          =23899.72;
stonePrice['Triangular-D-VS2-0.23-0.29']          =331.344;
stonePrice['Triangular-D-VS2-0.30-0.37']          =601.8;
stonePrice['Triangular-D-VS2-0.38-0.44']          =929.25;
stonePrice['Triangular-D-VS2-0.45-0.49']          =1109.2;
stonePrice['Triangular-D-VS2-0.50-0.59']          =1566.686;
stonePrice['Triangular-D-VS2-0.60-0.69']          =1955.85;
stonePrice['Triangular-D-VS2-0.70-0.79']          =2761.2;
stonePrice['Triangular-D-VS2-0.80-0.89']          =3370.08;
stonePrice['Triangular-D-VS2-0.90-0.99']          =4226.17;
stonePrice['Triangular-D-VS2-1.00-1.10']          =5129.46;
stonePrice['Triangular-D-VS2-1.11-1.29']          =6244.914;
stonePrice['Triangular-D-VS2-1.30-1.49']          =8549.1;
stonePrice['Triangular-D-VS2-1.50-1.60']          =10699.65;
stonePrice['Triangular-D-VS2-1.70-1.89']          =13381.2;
stonePrice['Triangular-D-VS2-2.00-2.10']          =22327.37;
stonePrice['Triangular-D-VVS1-0.23-0.29']          =404.976;
stonePrice['Triangular-D-VVS1-0.30-0.37']          =872.61;
stonePrice['Triangular-D-VVS1-0.38-0.44']          =1263.78;
stonePrice['Triangular-D-VVS1-0.45-0.49']          =1508.512;
stonePrice['Triangular-D-VVS1-0.50-0.59']          =2073.555;
stonePrice['Triangular-D-VVS1-0.60-0.69']          =2588.625;
stonePrice['Triangular-D-VVS1-0.70-0.79']          =3278.925;
stonePrice['Triangular-D-VVS1-0.80-0.89']          =4001.97;
stonePrice['Triangular-D-VVS1-0.90-0.99']          =4954.82;
stonePrice['Triangular-D-VVS1-1.00-1.10']          =6541.92;
stonePrice['Triangular-D-VVS1-1.11-1.29']          =7964.528;
stonePrice['Triangular-D-VVS1-1.30-1.49']          =10903.2;
stonePrice['Triangular-D-VVS1-1.50-1.60']          =12839.58;
stonePrice['Triangular-D-VVS1-1.70-1.89']          =16057.44;
stonePrice['Triangular-D-VVS1-2.00-2.10']          =28459.535;
stonePrice['Triangular-D-VVS2-0.23-0.29']          =404.976;
stonePrice['Triangular-D-VVS2-0.30-0.37']          =782.34;
stonePrice['Triangular-D-VVS2-0.38-0.44']          =1152.27;
stonePrice['Triangular-D-VVS2-0.45-0.49']          =1375.408;
stonePrice['Triangular-D-VVS2-0.50-0.59']          =1889.239;
stonePrice['Triangular-D-VVS2-0.60-0.69']          =2358.525;
stonePrice['Triangular-D-VVS2-0.70-0.79']          =3106.35;
stonePrice['Triangular-D-VVS2-0.80-0.89']          =3791.34;
stonePrice['Triangular-D-VVS2-0.90-0.99']          =4809.09;
stonePrice['Triangular-D-VVS2-1.00-1.10']          =5872.86;
stonePrice['Triangular-D-VVS2-1.11-1.29']          =7149.974;
stonePrice['Triangular-D-VVS2-1.30-1.49']          =9788.1;
stonePrice['Triangular-D-VVS2-1.50-1.60']          =11769.615;
stonePrice['Triangular-D-VVS2-1.70-1.89']          =14719.32;
stonePrice['Triangular-D-VVS2-2.00-2.10']          =26258.245;
stonePrice['Triangular-E-SI1-0.23-0.29']          =306.8;
stonePrice['Triangular-E-SI1-0.30-0.37']          =481.44;
stonePrice['Triangular-E-SI1-0.38-0.44']          =743.4;
stonePrice['Triangular-E-SI1-0.45-0.49']          =887.36;
stonePrice['Triangular-E-SI1-0.50-0.59']          =1151.975;
stonePrice['Triangular-E-SI1-0.60-0.69']          =1438.125;
stonePrice['Triangular-E-SI1-0.70-0.79']          =2185.95;
stonePrice['Triangular-E-SI1-0.80-0.89']          =2667.98;
stonePrice['Triangular-E-SI1-0.90-0.99']          =3788.98;
stonePrice['Triangular-E-SI1-1.00-1.10']          =4311.72;
stonePrice['Triangular-E-SI1-1.11-1.29']          =5249.348;
stonePrice['Triangular-E-SI1-1.30-1.49']          =7186.2;
stonePrice['Triangular-E-SI1-1.50-1.60']          =9748.57;
stonePrice['Triangular-E-SI1-1.70-1.89']          =12191.76;
stonePrice['Triangular-E-SI1-2.00-2.10']          =17295.85;
stonePrice['Triangular-E-SI2-0.23-0.29']          =244.8264;
stonePrice['Triangular-E-SI2-0.30-0.37']          =421.26;
stonePrice['Triangular-E-SI2-0.38-0.44']          =669.06;
stonePrice['Triangular-E-SI2-0.45-0.49']          =798.624;
stonePrice['Triangular-E-SI2-0.50-0.59']          =921.58;
stonePrice['Triangular-E-SI2-0.60-0.69']          =1150.5;
stonePrice['Triangular-E-SI2-0.70-0.79']          =1898.325;
stonePrice['Triangular-E-SI2-0.80-0.89']          =2316.93;
stonePrice['Triangular-E-SI2-0.90-0.99']          =3278.925;
stonePrice['Triangular-E-SI2-1.00-1.10']          =3642.66;
stonePrice['Triangular-E-SI2-1.11-1.29']          =4434.794;
stonePrice['Triangular-E-SI2-1.30-1.49']          =6071.1;
stonePrice['Triangular-E-SI2-1.50-1.60']          =8084.18;
stonePrice['Triangular-E-SI2-1.70-1.89']          =10110.24;
stonePrice['Triangular-E-SI2-2.00-2.10']          =12893.27;
stonePrice['Triangular-E-SI3-0.23-0.29']          =221.5096;
stonePrice['Triangular-E-SI3-0.30-0.37']          =421.26;
stonePrice['Triangular-E-SI3-0.38-0.44']          =631.89;
stonePrice['Triangular-E-SI3-0.45-0.49']          =754.256;
stonePrice['Triangular-E-SI3-0.50-0.59']          =921.58;
stonePrice['Triangular-E-SI3-0.60-0.69']          =1150.5;
stonePrice['Triangular-E-SI3-0.70-0.79']          =1783.275;
stonePrice['Triangular-E-SI3-0.80-0.89']          =2176.51;
stonePrice['Triangular-E-SI3-0.90-0.99']          =2696.005;
stonePrice['Triangular-E-SI3-1.00-1.10']          =3047.94;
stonePrice['Triangular-E-SI3-1.11-1.29']          =3710.746;
stonePrice['Triangular-E-SI3-1.30-1.49']          =5079.9;
stonePrice['Triangular-E-SI3-1.50-1.60']          =6300.905;
stonePrice['Triangular-E-SI3-1.70-1.89']          =7880.04;
stonePrice['Triangular-E-SI3-2.00-2.10']          =9591.335;
stonePrice['Triangular-E-VS1-0.23-0.29']          =323.0604;
stonePrice['Triangular-E-VS1-0.30-0.37']          =992.97;
stonePrice['Triangular-E-VS1-0.38-0.44']          =1003.59;
stonePrice['Triangular-E-VS1-0.45-0.49']          =1197.936;
stonePrice['Triangular-E-VS1-0.50-0.59']          =1520.607;
stonePrice['Triangular-E-VS1-0.60-0.69']          =1898.325;
stonePrice['Triangular-E-VS1-0.70-0.79']          =2761.2;
stonePrice['Triangular-E-VS1-0.80-0.89']          =3370.08;
stonePrice['Triangular-E-VS1-0.90-0.99']          =4299.035;
stonePrice['Triangular-E-VS1-1.00-1.10']          =5426.82;
stonePrice['Triangular-E-VS1-1.11-1.29']          =6606.938;
stonePrice['Triangular-E-VS1-1.30-1.49']          =9044.7;
stonePrice['Triangular-E-VS1-1.50-1.60']          =11056.305;
stonePrice['Triangular-E-VS1-1.70-1.89']          =13827.24;
stonePrice['Triangular-E-VS1-2.00-2.10']          =22327.37;
stonePrice['Triangular-E-VS2-0.23-0.29']          =318.9186;
stonePrice['Triangular-E-VS2-0.30-0.37']          =511.53;
stonePrice['Triangular-E-VS2-0.38-0.44']          =892.08;
stonePrice['Triangular-E-VS2-0.45-0.49']          =1064.832;
stonePrice['Triangular-E-VS2-0.50-0.59']          =1382.37;
stonePrice['Triangular-E-VS2-0.60-0.69']          =1725.75;
stonePrice['Triangular-E-VS2-0.70-0.79']          =2531.1;
stonePrice['Triangular-E-VS2-0.80-0.89']          =3089.24;
stonePrice['Triangular-E-VS2-0.90-0.99']          =4080.44;
stonePrice['Triangular-E-VS2-1.00-1.10']          =4980.78;
stonePrice['Triangular-E-VS2-1.11-1.29']          =6063.902;
stonePrice['Triangular-E-VS2-1.30-1.49']          =8301.3;
stonePrice['Triangular-E-VS2-1.50-1.60']          =10461.88;
stonePrice['Triangular-E-VS2-1.70-1.89']          =13083.84;
stonePrice['Triangular-E-VS2-2.00-2.10']          =20126.08;
stonePrice['Triangular-E-VVS1-0.23-0.29']          =394.8516;
stonePrice['Triangular-E-VVS1-0.30-0.37']          =812.43;
stonePrice['Triangular-E-VVS1-0.38-0.44']          =1189.44;
stonePrice['Triangular-E-VVS1-0.45-0.49']          =1419.776;
stonePrice['Triangular-E-VVS1-0.50-0.59']          =1889.239;
stonePrice['Triangular-E-VVS1-0.60-0.69']          =2358.525;
stonePrice['Triangular-E-VVS1-0.70-0.79']          =3106.35;
stonePrice['Triangular-E-VVS1-0.80-0.89']          =3791.34;
stonePrice['Triangular-E-VVS1-0.90-0.99']          =4809.09;
stonePrice['Triangular-E-VVS1-1.00-1.10']          =5872.86;
stonePrice['Triangular-E-VVS1-1.11-1.29']          =7149.974;
stonePrice['Triangular-E-VVS1-1.30-1.49']          =9788.1;
stonePrice['Triangular-E-VVS1-1.50-1.60']          =11769.615;
stonePrice['Triangular-E-VVS1-1.70-1.89']          =14719.32;
stonePrice['Triangular-E-VVS1-2.00-2.10']          =26258.245;
stonePrice['Triangular-E-VVS2-0.23-0.29']          =342.5422;
stonePrice['Triangular-E-VVS2-0.30-0.37']          =722.16;
stonePrice['Triangular-E-VVS2-0.38-0.44']          =1077.93;
stonePrice['Triangular-E-VVS2-0.45-0.49']          =1286.672;
stonePrice['Triangular-E-VVS2-0.50-0.59']          =1751.002;
stonePrice['Triangular-E-VVS2-0.60-0.69']          =2185.95;
stonePrice['Triangular-E-VVS2-0.70-0.79']          =2991.3;
stonePrice['Triangular-E-VVS2-0.80-0.89']          =3650.92;
stonePrice['Triangular-E-VVS2-0.90-0.99']          =4517.63;
stonePrice['Triangular-E-VVS2-1.00-1.10']          =5649.84;
stonePrice['Triangular-E-VVS2-1.11-1.29']          =6878.456;
stonePrice['Triangular-E-VVS2-1.30-1.49']          =9416.4;
stonePrice['Triangular-E-VVS2-1.50-1.60']          =11412.96;
stonePrice['Triangular-E-VVS2-1.70-1.89']          =14273.28;
stonePrice['Triangular-E-VVS2-2.00-2.10']          =23899.72;
stonePrice['Triangular-F-SI1-0.23-0.29']          =295.295;
stonePrice['Triangular-F-SI1-0.30-0.37']          =451.35;
stonePrice['Triangular-F-SI1-0.38-0.44']          =706.23;
stonePrice['Triangular-F-SI1-0.45-0.49']          =842.992;
stonePrice['Triangular-F-SI1-0.50-0.59']          =1105.896;
stonePrice['Triangular-F-SI1-0.60-0.69']          =1380.6;
stonePrice['Triangular-F-SI1-0.70-0.79']          =2070.9;
stonePrice['Triangular-F-SI1-0.80-0.89']          =2527.56;
stonePrice['Triangular-F-SI1-0.90-0.99']          =3643.25;
stonePrice['Triangular-F-SI1-1.00-1.10']          =4163.04;
stonePrice['Triangular-F-SI1-1.11-1.29']          =5068.336;
stonePrice['Triangular-F-SI1-1.30-1.49']          =6938.4;
stonePrice['Triangular-F-SI1-1.50-1.60']          =9391.915;
stonePrice['Triangular-F-SI1-1.70-1.89']          =11745.72;
stonePrice['Triangular-F-SI1-2.00-2.10']          =16509.675;
stonePrice['Triangular-F-SI2-0.23-0.29']          =244.8264;
stonePrice['Triangular-F-SI2-0.30-0.37']          =391.17;
stonePrice['Triangular-F-SI2-0.38-0.44']          =631.89;
stonePrice['Triangular-F-SI2-0.45-0.49']          =754.256;
stonePrice['Triangular-F-SI2-0.50-0.59']          =875.501;
stonePrice['Triangular-F-SI2-0.60-0.69']          =1092.975;
stonePrice['Triangular-F-SI2-0.70-0.79']          =1783.275;
stonePrice['Triangular-F-SI2-0.80-0.89']          =2176.51;
stonePrice['Triangular-F-SI2-0.90-0.99']          =3206.06;
stonePrice['Triangular-F-SI2-1.00-1.10']          =3568.32;
stonePrice['Triangular-F-SI2-1.11-1.29']          =4344.288;
stonePrice['Triangular-F-SI2-1.30-1.49']          =5947.2;
stonePrice['Triangular-F-SI2-1.50-1.60']          =7727.525;
stonePrice['Triangular-F-SI2-1.70-1.89']          =9664.2;
stonePrice['Triangular-F-SI2-2.00-2.10']          =12578.8;
stonePrice['Triangular-F-SI3-0.23-0.29']          =218.595;
stonePrice['Triangular-F-SI3-0.30-0.37']          =391.17;
stonePrice['Triangular-F-SI3-0.38-0.44']          =594.72;
stonePrice['Triangular-F-SI3-0.45-0.49']          =709.888;
stonePrice['Triangular-F-SI3-0.50-0.59']          =875.501;
stonePrice['Triangular-F-SI3-0.60-0.69']          =1092.975;
stonePrice['Triangular-F-SI3-0.70-0.79']          =1668.225;
stonePrice['Triangular-F-SI3-0.80-0.89']          =2036.09;
stonePrice['Triangular-F-SI3-0.90-0.99']          =2623.14;
stonePrice['Triangular-F-SI3-1.00-1.10']          =2973.6;
stonePrice['Triangular-F-SI3-1.11-1.29']          =3620.24;
stonePrice['Triangular-F-SI3-1.30-1.49']          =4956;
stonePrice['Triangular-F-SI3-1.50-1.60']          =6063.135;
stonePrice['Triangular-F-SI3-1.70-1.89']          =7582.68;
stonePrice['Triangular-F-SI3-2.00-2.10']          =9276.865;
stonePrice['Triangular-F-VS1-0.23-0.29']          =314.7768;
stonePrice['Triangular-F-VS1-0.30-0.37']          =541.62;
stonePrice['Triangular-F-VS1-0.38-0.44']          =929.25;
stonePrice['Triangular-F-VS1-0.45-0.49']          =1109.2;
stonePrice['Triangular-F-VS1-0.50-0.59']          =1428.449;
stonePrice['Triangular-F-VS1-0.60-0.69']          =1783.275;
stonePrice['Triangular-F-VS1-0.70-0.79']          =2646.15;
stonePrice['Triangular-F-VS1-0.80-0.89']          =3229.66;
stonePrice['Triangular-F-VS1-0.90-0.99']          =4080.44;
stonePrice['Triangular-F-VS1-1.00-1.10']          =5203.8;
stonePrice['Triangular-F-VS1-1.11-1.29']          =6335.42;
stonePrice['Triangular-F-VS1-1.30-1.49']          =8673;
stonePrice['Triangular-F-VS1-1.50-1.60']          =10461.88;
stonePrice['Triangular-F-VS1-1.70-1.89']          =13083.84;
stonePrice['Triangular-F-VS1-2.00-2.10']          =20126.08;
stonePrice['Triangular-F-VS2-0.23-0.29']          =310.635;
stonePrice['Triangular-F-VS2-0.30-0.37']          =481.44;
stonePrice['Triangular-F-VS2-0.38-0.44']          =854.91;
stonePrice['Triangular-F-VS2-0.45-0.49']          =1020.464;
stonePrice['Triangular-F-VS2-0.50-0.59']          =1290.212;
stonePrice['Triangular-F-VS2-0.60-0.69']          =1610.7;
stonePrice['Triangular-F-VS2-0.70-0.79']          =2358.525;
stonePrice['Triangular-F-VS2-0.80-0.89']          =2878.61;
stonePrice['Triangular-F-VS2-0.90-0.99']          =3861.845;
stonePrice['Triangular-F-VS2-1.00-1.10']          =4683.42;
stonePrice['Triangular-F-VS2-1.11-1.29']          =5701.878;
stonePrice['Triangular-F-VS2-1.30-1.49']          =7805.7;
stonePrice['Triangular-F-VS2-1.50-1.60']          =9986.34;
stonePrice['Triangular-F-VS2-1.70-1.89']          =12489.12;
stonePrice['Triangular-F-VS2-2.00-2.10']          =18553.73;
stonePrice['Triangular-F-VVS1-0.23-0.29']          =389.7894;
stonePrice['Triangular-F-VVS1-0.30-0.37']          =752.25;
stonePrice['Triangular-F-VVS1-0.38-0.44']          =1115.1;
stonePrice['Triangular-F-VVS1-0.45-0.49']          =1331.04;
stonePrice['Triangular-F-VVS1-0.50-0.59']          =1751.002;
stonePrice['Triangular-F-VVS1-0.60-0.69']          =2185.95;
stonePrice['Triangular-F-VVS1-0.70-0.79']          =2991.3;
stonePrice['Triangular-F-VVS1-0.80-0.89']          =3650.92;
stonePrice['Triangular-F-VVS1-0.90-0.99']          =4517.63;
stonePrice['Triangular-F-VVS1-1.00-1.10']          =5649.84;
stonePrice['Triangular-F-VVS1-1.11-1.29']          =6878.456;
stonePrice['Triangular-F-VVS1-1.30-1.49']          =9416.4;
stonePrice['Triangular-F-VVS1-1.50-1.60']          =11412.96;
stonePrice['Triangular-F-VVS1-1.70-1.89']          =14273.28;
stonePrice['Triangular-F-VVS1-2.00-2.10']          =23899.72;
stonePrice['Triangular-F-VVS2-0.23-0.29']          =379.665;
stonePrice['Triangular-F-VVS2-0.30-0.37']          =631.89;
stonePrice['Triangular-F-VVS2-0.38-0.44']          =1003.59;
stonePrice['Triangular-F-VVS2-0.45-0.49']          =1197.936;
stonePrice['Triangular-F-VVS2-0.50-0.59']          =1566.686;
stonePrice['Triangular-F-VVS2-0.60-0.69']          =1955.85;
stonePrice['Triangular-F-VVS2-0.70-0.79']          =2876.25;
stonePrice['Triangular-F-VVS2-0.80-0.89']          =3510.5;
stonePrice['Triangular-F-VVS2-0.90-0.99']          =4226.17;
stonePrice['Triangular-F-VVS2-1.00-1.10']          =5501.16;
stonePrice['Triangular-F-VVS2-1.11-1.29']          =6697.444;
stonePrice['Triangular-F-VVS2-1.30-1.49']          =9168.6;
stonePrice['Triangular-F-VVS2-1.50-1.60']          =11056.305;
stonePrice['Triangular-F-VVS2-1.70-1.89']          =13827.24;
stonePrice['Triangular-F-VVS2-2.00-2.10']          =22327.37;
stonePrice['Triangular-G-SI1-0.23-0.29']          =257.712;
stonePrice['Triangular-G-SI1-0.30-0.37']          =421.26;
stonePrice['Triangular-G-SI1-0.38-0.44']          =669.06;
stonePrice['Triangular-G-SI1-0.45-0.49']          =798.624;
stonePrice['Triangular-G-SI1-0.50-0.59']          =1013.738;
stonePrice['Triangular-G-SI1-0.60-0.69']          =1265.55;
stonePrice['Triangular-G-SI1-0.70-0.79']          =1840.8;
stonePrice['Triangular-G-SI1-0.80-0.89']          =2246.72;
stonePrice['Triangular-G-SI1-0.90-0.99']          =3351.79;
stonePrice['Triangular-G-SI1-1.00-1.10']          =3865.68;
stonePrice['Triangular-G-SI1-1.11-1.29']          =4706.312;
stonePrice['Triangular-G-SI1-1.30-1.49']          =6442.8;
stonePrice['Triangular-G-SI1-1.50-1.60']          =8559.72;
stonePrice['Triangular-G-SI1-1.70-1.89']          =10704.96;
stonePrice['Triangular-G-SI1-2.00-2.10']          =14937.325;
stonePrice['Triangular-G-SI2-0.23-0.29']          =218.595;
stonePrice['Triangular-G-SI2-0.30-0.37']          =385.152;
stonePrice['Triangular-G-SI2-0.38-0.44']          =557.55;
stonePrice['Triangular-G-SI2-0.45-0.49']          =665.52;
stonePrice['Triangular-G-SI2-0.50-0.59']          =829.422;
stonePrice['Triangular-G-SI2-0.60-0.69']          =1035.45;
stonePrice['Triangular-G-SI2-0.70-0.79']          =1668.225;
stonePrice['Triangular-G-SI2-0.80-0.89']          =2036.09;
stonePrice['Triangular-G-SI2-0.90-0.99']          =2987.465;
stonePrice['Triangular-G-SI2-1.00-1.10']          =3345.3;
stonePrice['Triangular-G-SI2-1.11-1.29']          =4072.77;
stonePrice['Triangular-G-SI2-1.30-1.49']          =5575.5;
stonePrice['Triangular-G-SI2-1.50-1.60']          =7251.985;
stonePrice['Triangular-G-SI2-1.70-1.89']          =9069.48;
stonePrice['Triangular-G-SI2-2.00-2.10']          =12107.095;
stonePrice['Triangular-G-SI3-0.23-0.29']          =208.624;
stonePrice['Triangular-G-SI3-0.30-0.37']          =361.08;
stonePrice['Triangular-G-SI3-0.38-0.44']          =557.55;
stonePrice['Triangular-G-SI3-0.45-0.49']          =665.52;
stonePrice['Triangular-G-SI3-0.50-0.59']          =829.422;
stonePrice['Triangular-G-SI3-0.60-0.69']          =1035.45;
stonePrice['Triangular-G-SI3-0.70-0.79']          =1610.7;
stonePrice['Triangular-G-SI3-0.80-0.89']          =1965.88;
stonePrice['Triangular-G-SI3-0.90-0.99']          =2550.275;
stonePrice['Triangular-G-SI3-1.00-1.10']          =2824.92;
stonePrice['Triangular-G-SI3-1.11-1.29']          =3439.228;
stonePrice['Triangular-G-SI3-1.30-1.49']          =4708.2;
stonePrice['Triangular-G-SI3-1.50-1.60']          =5825.365;
stonePrice['Triangular-G-SI3-1.70-1.89']          =7285.32;
stonePrice['Triangular-G-SI3-2.00-2.10']          =8805.16;
stonePrice['Triangular-G-VS1-0.23-0.29']          =282.256;
stonePrice['Triangular-G-VS1-0.30-0.37']          =511.53;
stonePrice['Triangular-G-VS1-0.38-0.44']          =854.91;
stonePrice['Triangular-G-VS1-0.45-0.49']          =1020.464;
stonePrice['Triangular-G-VS1-0.50-0.59']          =1290.212;
stonePrice['Triangular-G-VS1-0.60-0.69']          =1610.7;
stonePrice['Triangular-G-VS1-0.70-0.79']          =2416.05;
stonePrice['Triangular-G-VS1-0.80-0.89']          =2948.82;
stonePrice['Triangular-G-VS1-0.90-0.99']          =3934.71;
stonePrice['Triangular-G-VS1-1.00-1.10']          =4906.44;
stonePrice['Triangular-G-VS1-1.11-1.29']          =5973.396;
stonePrice['Triangular-G-VS1-1.30-1.49']          =8177.4;
stonePrice['Triangular-G-VS1-1.50-1.60']          =10105.225;
stonePrice['Triangular-G-VS1-1.70-1.89']          =12637.8;
stonePrice['Triangular-G-VS1-2.00-2.10']          =18553.73;
stonePrice['Triangular-G-VS2-0.23-0.29']          =275.1996;
stonePrice['Triangular-G-VS2-0.30-0.37']          =451.35;
stonePrice['Triangular-G-VS2-0.38-0.44']          =780.57;
stonePrice['Triangular-G-VS2-0.45-0.49']          =931.728;
stonePrice['Triangular-G-VS2-0.50-0.59']          =1151.975;
stonePrice['Triangular-G-VS2-0.60-0.69']          =1438.125;
stonePrice['Triangular-G-VS2-0.70-0.79']          =2185.95;
stonePrice['Triangular-G-VS2-0.80-0.89']          =2667.98;
stonePrice['Triangular-G-VS2-0.90-0.99']          =3643.25;
stonePrice['Triangular-G-VS2-1.00-1.10']          =4460.4;
stonePrice['Triangular-G-VS2-1.11-1.29']          =5430.36;
stonePrice['Triangular-G-VS2-1.30-1.49']          =7434;
stonePrice['Triangular-G-VS2-1.50-1.60']          =9391.915;
stonePrice['Triangular-G-VS2-1.70-1.89']          =11745.72;
stonePrice['Triangular-G-VS2-2.00-2.10']          =17767.555;
stonePrice['Triangular-G-VVS1-0.23-0.29']          =355.888;
stonePrice['Triangular-G-VVS1-0.30-0.37']          =661.98;
stonePrice['Triangular-G-VVS1-0.38-0.44']          =1003.59;
stonePrice['Triangular-G-VVS1-0.45-0.49']          =1197.936;
stonePrice['Triangular-G-VVS1-0.50-0.59']          =1566.686;
stonePrice['Triangular-G-VVS1-0.60-0.69']          =1955.85;
stonePrice['Triangular-G-VVS1-0.70-0.79']          =2818.725;
stonePrice['Triangular-G-VVS1-0.80-0.89']          =3440.29;
stonePrice['Triangular-G-VVS1-0.90-0.99']          =4226.17;
stonePrice['Triangular-G-VVS1-1.00-1.10']          =5501.16;
stonePrice['Triangular-G-VVS1-1.11-1.29']          =6697.444;
stonePrice['Triangular-G-VVS1-1.30-1.49']          =9168.6;
stonePrice['Triangular-G-VVS1-1.50-1.60']          =11056.305;
stonePrice['Triangular-G-VVS1-1.70-1.89']          =13827.24;
stonePrice['Triangular-G-VVS1-2.00-2.10']          =21698.43;
stonePrice['Triangular-G-VVS2-0.23-0.29']          =346.9908;
stonePrice['Triangular-G-VVS2-0.30-0.37']          =571.71;
stonePrice['Triangular-G-VVS2-0.38-0.44']          =929.25;
stonePrice['Triangular-G-VVS2-0.45-0.49']          =1109.2;
stonePrice['Triangular-G-VVS2-0.50-0.59']          =1428.449;
stonePrice['Triangular-G-VVS2-0.60-0.69']          =1783.275;
stonePrice['Triangular-G-VVS2-0.70-0.79']          =2646.15;
stonePrice['Triangular-G-VVS2-0.80-0.89']          =3229.66;
stonePrice['Triangular-G-VVS2-0.90-0.99']          =4080.44;
stonePrice['Triangular-G-VVS2-1.00-1.10']          =5278.14;
stonePrice['Triangular-G-VVS2-1.11-1.29']          =6425.926;
stonePrice['Triangular-G-VVS2-1.30-1.49']          =8796.9;
stonePrice['Triangular-G-VVS2-1.50-1.60']          =10461.88;
stonePrice['Triangular-G-VVS2-1.70-1.89']          =13083.84;
stonePrice['Triangular-G-VVS2-2.00-2.10']          =20126.08;
stonePrice['Triangular-H-SI1-0.23-0.29']          =241.605;
stonePrice['Triangular-H-SI1-0.30-0.37']          =391.17;
stonePrice['Triangular-H-SI1-0.38-0.44']          =631.89;
stonePrice['Triangular-H-SI1-0.45-0.49']          =754.256;
stonePrice['Triangular-H-SI1-0.50-0.59']          =875.501;
stonePrice['Triangular-H-SI1-0.60-0.69']          =1092.975;
stonePrice['Triangular-H-SI1-0.70-0.79']          =1668.225;
stonePrice['Triangular-H-SI1-0.80-0.89']          =2036.09;
stonePrice['Triangular-H-SI1-0.90-0.99']          =2987.465;
stonePrice['Triangular-H-SI1-1.00-1.10']          =3270.96;
stonePrice['Triangular-H-SI1-1.11-1.29']          =3982.264;
stonePrice['Triangular-H-SI1-1.30-1.49']          =5451.6;
stonePrice['Triangular-H-SI1-1.50-1.60']          =7251.985;
stonePrice['Triangular-H-SI1-1.70-1.89']          =9069.48;
stonePrice['Triangular-H-SI1-2.00-2.10']          =12578.8;
stonePrice['Triangular-H-SI2-0.23-0.29']          =218.595;
stonePrice['Triangular-H-SI2-0.30-0.37']          =330.99;
stonePrice['Triangular-H-SI2-0.38-0.44']          =520.38;
stonePrice['Triangular-H-SI2-0.45-0.49']          =621.152;
stonePrice['Triangular-H-SI2-0.50-0.59']          =783.343;
stonePrice['Triangular-H-SI2-0.60-0.69']          =977.925;
stonePrice['Triangular-H-SI2-0.70-0.79']          =1553.175;
stonePrice['Triangular-H-SI2-0.80-0.89']          =1895.67;
stonePrice['Triangular-H-SI2-0.90-0.99']          =2623.14;
stonePrice['Triangular-H-SI2-1.00-1.10']          =2899.26;
stonePrice['Triangular-H-SI2-1.11-1.29']          =3529.734;
stonePrice['Triangular-H-SI2-1.30-1.49']          =4832.1;
stonePrice['Triangular-H-SI2-1.50-1.60']          =6300.905;
stonePrice['Triangular-H-SI2-1.70-1.89']          =7880.04;
stonePrice['Triangular-H-SI2-2.00-2.10']          =10377.51;
stonePrice['Triangular-H-SI3-0.23-0.29']          =195.585;
stonePrice['Triangular-H-SI3-0.30-0.37']          =330.99;
stonePrice['Triangular-H-SI3-0.38-0.44']          =520.38;
stonePrice['Triangular-H-SI3-0.45-0.49']          =621.152;
stonePrice['Triangular-H-SI3-0.50-0.59']          =783.343;
stonePrice['Triangular-H-SI3-0.60-0.69']          =977.925;
stonePrice['Triangular-H-SI3-0.70-0.79']          =1495.65;
stonePrice['Triangular-H-SI3-0.80-0.89']          =1825.46;
stonePrice['Triangular-H-SI3-0.90-0.99']          =2404.545;
stonePrice['Triangular-H-SI3-1.00-1.10']          =2676.24;
stonePrice['Triangular-H-SI3-1.11-1.29']          =3258.216;
stonePrice['Triangular-H-SI3-1.30-1.49']          =4460.4;
stonePrice['Triangular-H-SI3-1.50-1.60']          =5230.94;
stonePrice['Triangular-H-SI3-1.70-1.89']          =6541.92;
stonePrice['Triangular-H-SI3-2.00-2.10']          =7861.75;
stonePrice['Triangular-H-VS1-0.23-0.29']          =275.1996;
stonePrice['Triangular-H-VS1-0.30-0.37']          =481.44;
stonePrice['Triangular-H-VS1-0.38-0.44']          =780.57;
stonePrice['Triangular-H-VS1-0.45-0.49']          =931.728;
stonePrice['Triangular-H-VS1-0.50-0.59']          =1198.054;
stonePrice['Triangular-H-VS1-0.60-0.69']          =1495.65;
stonePrice['Triangular-H-VS1-0.70-0.79']          =2243.475;
stonePrice['Triangular-H-VS1-0.80-0.89']          =2738.19;
stonePrice['Triangular-H-VS1-0.90-0.99']          =3351.79;
stonePrice['Triangular-H-VS1-1.00-1.10']          =3940.02;
stonePrice['Triangular-H-VS1-1.11-1.29']          =4796.818;
stonePrice['Triangular-H-VS1-1.30-1.49']          =6566.7;
stonePrice['Triangular-H-VS1-1.50-1.60']          =8321.95;
stonePrice['Triangular-H-VS1-1.70-1.89']          =10407.6;
stonePrice['Triangular-H-VS1-2.00-2.10']          =14780.09;
stonePrice['Triangular-H-VS2-0.23-0.29']          =264.615;
stonePrice['Triangular-H-VS2-0.30-0.37']          =421.26;
stonePrice['Triangular-H-VS2-0.38-0.44']          =706.23;
stonePrice['Triangular-H-VS2-0.45-0.49']          =842.992;
stonePrice['Triangular-H-VS2-0.50-0.59']          =1105.896;
stonePrice['Triangular-H-VS2-0.60-0.69']          =1380.6;
stonePrice['Triangular-H-VS2-0.70-0.79']          =1955.85;
stonePrice['Triangular-H-VS2-0.80-0.89']          =2387.14;
stonePrice['Triangular-H-VS2-0.90-0.99']          =3133.195;
stonePrice['Triangular-H-VS2-1.00-1.10']          =3568.32;
stonePrice['Triangular-H-VS2-1.11-1.29']          =4344.288;
stonePrice['Triangular-H-VS2-1.30-1.49']          =5947.2;
stonePrice['Triangular-H-VS2-1.50-1.60']          =7846.41;
stonePrice['Triangular-H-VS2-1.70-1.89']          =9812.88;
stonePrice['Triangular-H-VS2-2.00-2.10']          =13993.915;
stonePrice['Triangular-H-VVS1-0.23-0.29']          =346.9908;
stonePrice['Triangular-H-VVS1-0.30-0.37']          =571.71;
stonePrice['Triangular-H-VVS1-0.38-0.44']          =892.08;
stonePrice['Triangular-H-VVS1-0.45-0.49']          =1064.832;
stonePrice['Triangular-H-VVS1-0.50-0.59']          =1428.449;
stonePrice['Triangular-H-VVS1-0.60-0.69']          =1783.275;
stonePrice['Triangular-H-VVS1-0.70-0.79']          =2473.575;
stonePrice['Triangular-H-VVS1-0.80-0.89']          =3019.03;
stonePrice['Triangular-H-VVS1-0.90-0.99']          =3643.25;
stonePrice['Triangular-H-VVS1-1.00-1.10']          =4386.06;
stonePrice['Triangular-H-VVS1-1.11-1.29']          =5339.854;
stonePrice['Triangular-H-VVS1-1.30-1.49']          =7310.1;
stonePrice['Triangular-H-VVS1-1.50-1.60']          =9035.26;
stonePrice['Triangular-H-VVS1-1.70-1.89']          =11299.68;
stonePrice['Triangular-H-VVS1-2.00-2.10']          =17138.615;
stonePrice['Triangular-H-VVS2-0.23-0.29']          =333.645;
stonePrice['Triangular-H-VVS2-0.30-0.37']          =511.53;
stonePrice['Triangular-H-VVS2-0.38-0.44']          =817.74;
stonePrice['Triangular-H-VVS2-0.45-0.49']          =976.096;
stonePrice['Triangular-H-VVS2-0.50-0.59']          =1336.291;
stonePrice['Triangular-H-VVS2-0.60-0.69']          =1668.225;
stonePrice['Triangular-H-VVS2-0.70-0.79']          =2416.05;
stonePrice['Triangular-H-VVS2-0.80-0.89']          =2948.82;
stonePrice['Triangular-H-VVS2-0.90-0.99']          =3497.52;
stonePrice['Triangular-H-VVS2-1.00-1.10']          =4163.04;
stonePrice['Triangular-H-VVS2-1.11-1.29']          =5068.336;
stonePrice['Triangular-H-VVS2-1.30-1.49']          =6938.4;
stonePrice['Triangular-H-VVS2-1.50-1.60']          =8678.605;
stonePrice['Triangular-H-VVS2-1.70-1.89']          =10853.64;
stonePrice['Triangular-H-VVS2-2.00-2.10']          =15566.265;
stonePrice['Triangular-I-SI1-0.23-0.29']          =233.168;
stonePrice['Triangular-I-SI1-0.30-0.37']          =361.08;
stonePrice['Triangular-I-SI1-0.38-0.44']          =557.55;
stonePrice['Triangular-I-SI1-0.45-0.49']          =665.52;
stonePrice['Triangular-I-SI1-0.50-0.59']          =875.501;
stonePrice['Triangular-I-SI1-0.60-0.69']          =1092.975;
stonePrice['Triangular-I-SI1-0.70-0.79']          =1438.125;
stonePrice['Triangular-I-SI1-0.80-0.89']          =1755.25;
stonePrice['Triangular-I-SI1-0.90-0.99']          =2768.87;
stonePrice['Triangular-I-SI1-1.00-1.10']          =2973.6;
stonePrice['Triangular-I-SI1-1.11-1.29']          =3620.24;
stonePrice['Triangular-I-SI1-1.30-1.49']          =4956;
stonePrice['Triangular-I-SI1-1.50-1.60']          =6538.675;
stonePrice['Triangular-I-SI1-1.70-1.89']          =8177.4;
stonePrice['Triangular-I-SI1-2.00-2.10']          =11006.45;
stonePrice['Triangular-I-SI2-0.23-0.29']          =208.624;
stonePrice['Triangular-I-SI2-0.30-0.37']          =300.9;
stonePrice['Triangular-I-SI2-0.38-0.44']          =483.21;
stonePrice['Triangular-I-SI2-0.45-0.49']          =576.784;
stonePrice['Triangular-I-SI2-0.50-0.59']          =783.343;
stonePrice['Triangular-I-SI2-0.60-0.69']          =977.925;
stonePrice['Triangular-I-SI2-0.70-0.79']          =2013.375;
stonePrice['Triangular-I-SI2-0.80-0.89']          =2457.35;
stonePrice['Triangular-I-SI2-0.90-0.99']          =2404.545;
stonePrice['Triangular-I-SI2-1.00-1.10']          =2601.9;
stonePrice['Triangular-I-SI2-1.11-1.29']          =3167.71;
stonePrice['Triangular-I-SI2-1.30-1.49']          =4336.5;
stonePrice['Triangular-I-SI2-1.50-1.60']          =5468.71;
stonePrice['Triangular-I-SI2-1.70-1.89']          =6839.28;
stonePrice['Triangular-I-SI2-2.00-2.10']          =9434.1;
stonePrice['Triangular-I-SI3-0.23-0.29']          =184.08;
stonePrice['Triangular-I-SI3-0.30-0.37']          =300.9;
stonePrice['Triangular-I-SI3-0.38-0.44']          =483.21;
stonePrice['Triangular-I-SI3-0.45-0.49']          =576.784;
stonePrice['Triangular-I-SI3-0.50-0.59']          =737.264;
stonePrice['Triangular-I-SI3-0.60-0.69']          =920.4;
stonePrice['Triangular-I-SI3-0.70-0.79']          =1265.55;
stonePrice['Triangular-I-SI3-0.80-0.89']          =1544.62;
stonePrice['Triangular-I-SI3-0.90-0.99']          =2113.085;
stonePrice['Triangular-I-SI3-1.00-1.10']          =2453.22;
stonePrice['Triangular-I-SI3-1.11-1.29']          =2986.698;
stonePrice['Triangular-I-SI3-1.30-1.49']          =4088.7;
stonePrice['Triangular-I-SI3-1.50-1.60']          =4755.4;
stonePrice['Triangular-I-SI3-1.70-1.89']          =5947.2;
stonePrice['Triangular-I-SI3-2.00-2.10']          =7390.045;
stonePrice['Triangular-I-VS1-0.23-0.29']          =257.712;
stonePrice['Triangular-I-VS1-0.30-0.37']          =421.26;
stonePrice['Triangular-I-VS1-0.38-0.44']          =669.06;
stonePrice['Triangular-I-VS1-0.45-0.49']          =798.624;
stonePrice['Triangular-I-VS1-0.50-0.59']          =1059.817;
stonePrice['Triangular-I-VS1-0.60-0.69']          =1323.075;
stonePrice['Triangular-I-VS1-0.70-0.79']          =1898.325;
stonePrice['Triangular-I-VS1-0.80-0.89']          =2316.93;
stonePrice['Triangular-I-VS1-0.90-0.99']          =3060.33;
stonePrice['Triangular-I-VS1-1.00-1.10']          =3568.32;
stonePrice['Triangular-I-VS1-1.11-1.29']          =4344.288;
stonePrice['Triangular-I-VS1-1.30-1.49']          =5947.2;
stonePrice['Triangular-I-VS1-1.50-1.60']          =7251.985;
stonePrice['Triangular-I-VS1-1.70-1.89']          =9069.48;
stonePrice['Triangular-I-VS1-2.00-2.10']          =12421.565;
stonePrice['Triangular-I-VS2-0.23-0.29']          =251.2692;
stonePrice['Triangular-I-VS2-0.30-0.37']          =391.17;
stonePrice['Triangular-I-VS2-0.38-0.44']          =594.72;
stonePrice['Triangular-I-VS2-0.45-0.49']          =709.888;
stonePrice['Triangular-I-VS2-0.50-0.59']          =967.659;
stonePrice['Triangular-I-VS2-0.60-0.69']          =1208.025;
stonePrice['Triangular-I-VS2-0.70-0.79']          =1610.7;
stonePrice['Triangular-I-VS2-0.80-0.89']          =1965.88;
stonePrice['Triangular-I-VS2-0.90-0.99']          =2841.735;
stonePrice['Triangular-I-VS2-1.00-1.10']          =3270.96;
stonePrice['Triangular-I-VS2-1.11-1.29']          =3982.264;
stonePrice['Triangular-I-VS2-1.30-1.49']          =5451.6;
stonePrice['Triangular-I-VS2-1.50-1.60']          =6895.33;
stonePrice['Triangular-I-VS2-1.70-1.89']          =8623.44;
stonePrice['Triangular-I-VS2-2.00-2.10']          =11635.39;
stonePrice['Triangular-I-VVS1-0.23-0.29']          =294.528;
stonePrice['Triangular-I-VVS1-0.30-0.37']          =451.35;
stonePrice['Triangular-I-VVS1-0.38-0.44']          =743.4;
stonePrice['Triangular-I-VVS1-0.45-0.49']          =887.36;
stonePrice['Triangular-I-VVS1-0.50-0.59']          =1198.054;
stonePrice['Triangular-I-VVS1-0.60-0.69']          =1495.65;
stonePrice['Triangular-I-VVS1-0.70-0.79']          =2128.425;
stonePrice['Triangular-I-VVS1-0.80-0.89']          =2597.77;
stonePrice['Triangular-I-VVS1-0.90-0.99']          =3278.925;
stonePrice['Triangular-I-VVS1-1.00-1.10']          =3865.68;
stonePrice['Triangular-I-VVS1-1.11-1.29']          =4706.312;
stonePrice['Triangular-I-VVS1-1.30-1.49']          =6442.8;
stonePrice['Triangular-I-VVS1-1.50-1.60']          =7727.525;
stonePrice['Triangular-I-VVS1-1.70-1.89']          =9664.2;
stonePrice['Triangular-I-VVS1-2.00-2.10']          =13993.915;
stonePrice['Triangular-I-VVS2-0.23-0.29']          =287.1648;
stonePrice['Triangular-I-VVS2-0.30-0.37']          =421.26;
stonePrice['Triangular-I-VVS2-0.38-0.44']          =706.23;
stonePrice['Triangular-I-VVS2-0.45-0.49']          =842.992;
stonePrice['Triangular-I-VVS2-0.50-0.59']          =1151.975;
stonePrice['Triangular-I-VVS2-0.60-0.69']          =1438.125;
stonePrice['Triangular-I-VVS2-0.70-0.79']          =2070.9;
stonePrice['Triangular-I-VVS2-0.80-0.89']          =2527.56;
stonePrice['Triangular-I-VVS2-0.90-0.99']          =3206.06;
stonePrice['Triangular-I-VVS2-1.00-1.10']          =3717;
stonePrice['Triangular-I-VVS2-1.11-1.29']          =4525.3;
stonePrice['Triangular-I-VVS2-1.30-1.49']          =6195;
stonePrice['Triangular-I-VVS2-1.50-1.60']          =7608.64;
stonePrice['Triangular-I-VVS2-1.70-1.89']          =9515.52;
stonePrice['Triangular-I-VVS2-2.00-2.10']          =13207.74;
stonePrice['Triangular-J-SI1-0.23-0.29']          =218.595;
stonePrice['Triangular-J-SI1-0.30-0.37']          =300.9;
stonePrice['Triangular-J-SI1-0.38-0.44']          =446.04;
stonePrice['Triangular-J-SI1-0.45-0.49']          =532.416;
stonePrice['Triangular-J-SI1-0.50-0.59']          =783.343;
stonePrice['Triangular-J-SI1-0.60-0.69']          =977.925;
stonePrice['Triangular-J-SI1-0.70-0.79']          =1380.6;
stonePrice['Triangular-J-SI1-0.80-0.89']          =1685.04;
stonePrice['Triangular-J-SI1-0.90-0.99']          =2477.41;
stonePrice['Triangular-J-SI1-1.00-1.10']          =2601.9;
stonePrice['Triangular-J-SI1-1.11-1.29']          =3167.71;
stonePrice['Triangular-J-SI1-1.30-1.49']          =4336.5;
stonePrice['Triangular-J-SI1-1.50-1.60']          =5230.94;
stonePrice['Triangular-J-SI1-1.70-1.89']          =6541.92;
stonePrice['Triangular-J-SI1-2.00-2.10']          =8805.16;
stonePrice['Triangular-J-SI2-0.23-0.29']          =195.585;
stonePrice['Triangular-J-SI2-0.30-0.37']          =270.81;
stonePrice['Triangular-J-SI2-0.38-0.44']          =408.87;
stonePrice['Triangular-J-SI2-0.45-0.49']          =488.048;
stonePrice['Triangular-J-SI2-0.50-0.59']          =737.264;
stonePrice['Triangular-J-SI2-0.60-0.69']          =920.4;
stonePrice['Triangular-J-SI2-0.70-0.79']          =1150.5;
stonePrice['Triangular-J-SI2-0.80-0.89']          =1404.2;
stonePrice['Triangular-J-SI2-0.90-0.99']          =2185.95;
stonePrice['Triangular-J-SI2-1.00-1.10']          =2304.54;
stonePrice['Triangular-J-SI2-1.11-1.29']          =2805.686;
stonePrice['Triangular-J-SI2-1.30-1.49']          =3840.9;
stonePrice['Triangular-J-SI2-1.50-1.60']          =4517.63;
stonePrice['Triangular-J-SI2-1.70-1.89']          =5649.84;
stonePrice['Triangular-J-SI2-2.00-2.10']          =7861.75;
stonePrice['Triangular-J-SI3-0.23-0.29']          =172.575;
stonePrice['Triangular-J-SI3-0.30-0.37']          =270.81;
stonePrice['Triangular-J-SI3-0.38-0.44']          =408.87;
stonePrice['Triangular-J-SI3-0.45-0.49']          =488.048;
stonePrice['Triangular-J-SI3-0.50-0.59']          =645.106;
stonePrice['Triangular-J-SI3-0.60-0.69']          =805.35;
stonePrice['Triangular-J-SI3-0.70-0.79']          =1092.975;
stonePrice['Triangular-J-SI3-0.80-0.89']          =1333.99;
stonePrice['Triangular-J-SI3-0.90-0.99']          =1894.49;
stonePrice['Triangular-J-SI3-1.00-1.10']          =2081.52;
stonePrice['Triangular-J-SI3-1.11-1.29']          =2534.168;
stonePrice['Triangular-J-SI3-1.30-1.49']          =3469.2;
stonePrice['Triangular-J-SI3-1.50-1.60']          =3923.205;
stonePrice['Triangular-J-SI3-1.70-1.89']          =4906.44;
stonePrice['Triangular-J-SI3-2.00-2.10']          =5974.93;
stonePrice['Triangular-J-VS1-0.23-0.29']          =251.2692;
stonePrice['Triangular-J-VS1-0.30-0.37']          =330.99;
stonePrice['Triangular-J-VS1-0.38-0.44']          =557.55;
stonePrice['Triangular-J-VS1-0.45-0.49']          =665.52;
stonePrice['Triangular-J-VS1-0.50-0.59']          =875.501;
stonePrice['Triangular-J-VS1-0.60-0.69']          =1092.975;
stonePrice['Triangular-J-VS1-0.70-0.79']          =1553.175;
stonePrice['Triangular-J-VS1-0.80-0.89']          =1895.67;
stonePrice['Triangular-J-VS1-0.90-0.99']          =2696.005;
stonePrice['Triangular-J-VS1-1.00-1.10']          =2973.6;
stonePrice['Triangular-J-VS1-1.11-1.29']          =3620.24;
stonePrice['Triangular-J-VS1-1.30-1.49']          =4956;
stonePrice['Triangular-J-VS1-1.50-1.60']          =5706.48;
stonePrice['Triangular-J-VS1-1.70-1.89']          =7136.64;
stonePrice['Triangular-J-VS1-2.00-2.10']          =9905.805;
stonePrice['Triangular-J-VS2-0.23-0.29']          =241.605;
stonePrice['Triangular-J-VS2-0.30-0.37']          =330.99;
stonePrice['Triangular-J-VS2-0.38-0.44']          =483.21;
stonePrice['Triangular-J-VS2-0.45-0.49']          =576.784;
stonePrice['Triangular-J-VS2-0.50-0.59']          =829.422;
stonePrice['Triangular-J-VS2-0.60-0.69']          =1035.45;
stonePrice['Triangular-J-VS2-0.70-0.79']          =1495.65;
stonePrice['Triangular-J-VS2-0.80-0.89']          =1825.46;
stonePrice['Triangular-J-VS2-0.90-0.99']          =2623.14;
stonePrice['Triangular-J-VS2-1.00-1.10']          =2824.92;
stonePrice['Triangular-J-VS2-1.11-1.29']          =3439.228;
stonePrice['Triangular-J-VS2-1.30-1.49']          =4708.2;
stonePrice['Triangular-J-VS2-1.50-1.60']          =5468.71;
stonePrice['Triangular-J-VS2-1.70-1.89']          =6839.28;
stonePrice['Triangular-J-VS2-2.00-2.10']          =9276.865;
stonePrice['Triangular-J-VVS1-0.23-0.29']          =287.1648;
stonePrice['Triangular-J-VVS1-0.30-0.37']          =361.08;
stonePrice['Triangular-J-VVS1-0.38-0.44']          =594.72;
stonePrice['Triangular-J-VVS1-0.45-0.49']          =709.888;
stonePrice['Triangular-J-VVS1-0.50-0.59']          =967.659;
stonePrice['Triangular-J-VVS1-0.60-0.69']          =1208.025;
stonePrice['Triangular-J-VVS1-0.70-0.79']          =1725.75;
stonePrice['Triangular-J-VVS1-0.80-0.89']          =2106.3;
stonePrice['Triangular-J-VVS1-0.90-0.99']          =2914.6;
stonePrice['Triangular-J-VVS1-1.00-1.10']          =3270.96;
stonePrice['Triangular-J-VVS1-1.11-1.29']          =3982.264;
stonePrice['Triangular-J-VVS1-1.30-1.49']          =5451.6;
stonePrice['Triangular-J-VVS1-1.50-1.60']          =6063.135;
stonePrice['Triangular-J-VVS1-1.70-1.89']          =7582.68;
stonePrice['Triangular-J-VVS1-2.00-2.10']          =10849.215;
stonePrice['Triangular-J-VVS2-0.23-0.29']          =276.12;
stonePrice['Triangular-J-VVS2-0.30-0.37']          =361.08;
stonePrice['Triangular-J-VVS2-0.38-0.44']          =594.72;
stonePrice['Triangular-J-VVS2-0.45-0.49']          =709.888;
stonePrice['Triangular-J-VVS2-0.50-0.59']          =921.58;
stonePrice['Triangular-J-VVS2-0.60-0.69']          =1150.5;
stonePrice['Triangular-J-VVS2-0.70-0.79']          =1668.225;
stonePrice['Triangular-J-VVS2-0.80-0.89']          =2036.09;
stonePrice['Triangular-J-VVS2-0.90-0.99']          =2841.735;
stonePrice['Triangular-J-VVS2-1.00-1.10']          =3122.28;
stonePrice['Triangular-J-VVS2-1.11-1.29']          =3801.252;
stonePrice['Triangular-J-VVS2-1.30-1.49']          =5203.8;
stonePrice['Triangular-J-VVS2-1.50-1.60']          =5944.25;
stonePrice['Triangular-J-VVS2-1.70-1.89']          =7434;
stonePrice['Triangular-J-VVS2-2.00-2.10']          =10377.51;
stonePrice['Asscher-D-SI1-0.23-0.29']          =262.6;
stonePrice['Asscher-D-SI1-0.30-0.37']          =463.59;
stonePrice['Asscher-D-SI1-0.38-0.44']          =699.93;
stonePrice['Asscher-D-SI1-0.45-0.49']          =835.472;
stonePrice['Asscher-D-SI1-0.50-0.59']          =1104.334;
stonePrice['Asscher-D-SI1-0.60-0.69']          =1378.65;
stonePrice['Asscher-D-SI1-0.70-0.79']          =2117.2125;
stonePrice['Asscher-D-SI1-0.80-0.89']          =2584.085;
stonePrice['Asscher-D-SI1-0.90-0.99']          =3430.2125;
stonePrice['Asscher-D-SI1-1.00-1.10']          =3881.43;
stonePrice['Asscher-D-SI1-1.11-1.29']          =4725.487;
stonePrice['Asscher-D-SI1-1.30-1.49']          =6469.05;
stonePrice['Asscher-D-SI1-1.50-1.60']          =8547.63;
stonePrice['Asscher-D-SI1-1.70-1.89']          =10689.84;
stonePrice['Asscher-D-SI1-2.00-2.10']          =15476.9875;
stonePrice['Asscher-D-SI2-0.23-0.29']          =220.584;
stonePrice['Asscher-D-SI2-0.30-0.37']          =386.325;
stonePrice['Asscher-D-SI2-0.38-0.44']          =636.3;
stonePrice['Asscher-D-SI2-0.45-0.49']          =759.52;
stonePrice['Asscher-D-SI2-0.50-0.59']          =946.572;
stonePrice['Asscher-D-SI2-0.60-0.69']          =1181.7;
stonePrice['Asscher-D-SI2-0.70-0.79']          =1821.7875;
stonePrice['Asscher-D-SI2-0.80-0.89']          =2223.515;
stonePrice['Asscher-D-SI2-0.90-0.99']          =2993.64;
stonePrice['Asscher-D-SI2-1.00-1.10']          =3245.13;
stonePrice['Asscher-D-SI2-1.11-1.29']          =3950.817;
stonePrice['Asscher-D-SI2-1.30-1.49']          =5408.55;
stonePrice['Asscher-D-SI2-1.50-1.60']          =7021.2675;
stonePrice['Asscher-D-SI2-1.70-1.89']          =8780.94;
stonePrice['Asscher-D-SI2-2.00-2.10']          =11304.93;
stonePrice['Asscher-D-SI3-0.23-0.29']          =199.576;
stonePrice['Asscher-D-SI3-0.30-0.37']          =360.57;
stonePrice['Asscher-D-SI3-0.38-0.44']          =572.67;
stonePrice['Asscher-D-SI3-0.45-0.49']          =683.568;
stonePrice['Asscher-D-SI3-0.50-0.59']          =867.691;
stonePrice['Asscher-D-SI3-0.60-0.69']          =1083.225;
stonePrice['Asscher-D-SI3-0.70-0.79']          =1674.075;
stonePrice['Asscher-D-SI3-0.80-0.89']          =2043.23;
stonePrice['Asscher-D-SI3-0.90-0.99']          =2432.3325;
stonePrice['Asscher-D-SI3-1.00-1.10']          =2672.46;
stonePrice['Asscher-D-SI3-1.11-1.29']          =3253.614;
stonePrice['Asscher-D-SI3-1.30-1.49']          =4454.1;
stonePrice['Asscher-D-SI3-1.50-1.60']          =5494.905;
stonePrice['Asscher-D-SI3-1.70-1.89']          =6872.04;
stonePrice['Asscher-D-SI3-2.00-2.10']          =8478.6975;
stonePrice['Asscher-D-VS1-0.23-0.29']          =283.608;
stonePrice['Asscher-D-VS1-0.30-0.37']          =618.12;
stonePrice['Asscher-D-VS1-0.38-0.44']          =922.635;
stonePrice['Asscher-D-VS1-0.45-0.49']          =1101.304;
stonePrice['Asscher-D-VS1-0.50-0.59']          =1459.2985;
stonePrice['Asscher-D-VS1-0.60-0.69']          =1821.7875;
stonePrice['Asscher-D-VS1-0.70-0.79']          =2511.1125;
stonePrice['Asscher-D-VS1-0.80-0.89']          =3064.845;
stonePrice['Asscher-D-VS1-0.90-0.99']          =3866.785;
stonePrice['Asscher-D-VS1-1.00-1.10']          =4772.25;
stonePrice['Asscher-D-VS1-1.11-1.29']          =5810.025;
stonePrice['Asscher-D-VS1-1.30-1.49']          =7953.75;
stonePrice['Asscher-D-VS1-1.50-1.60']          =9768.72;
stonePrice['Asscher-D-VS1-1.70-1.89']          =12216.96;
stonePrice['Asscher-D-VS1-2.00-2.10']          =20456.54;
stonePrice['Asscher-D-VS2-0.23-0.29']          =283.608;
stonePrice['Asscher-D-VS2-0.30-0.37']          =515.1;
stonePrice['Asscher-D-VS2-0.38-0.44']          =795.375;
stonePrice['Asscher-D-VS2-0.45-0.49']          =949.4;
stonePrice['Asscher-D-VS2-0.50-0.59']          =1340.977;
stonePrice['Asscher-D-VS2-0.60-0.69']          =1674.075;
stonePrice['Asscher-D-VS2-0.70-0.79']          =2363.4;
stonePrice['Asscher-D-VS2-0.80-0.89']          =2884.56;
stonePrice['Asscher-D-VS2-0.90-0.99']          =3617.315;
stonePrice['Asscher-D-VS2-1.00-1.10']          =4390.47;
stonePrice['Asscher-D-VS2-1.11-1.29']          =5345.223;
stonePrice['Asscher-D-VS2-1.30-1.49']          =7317.45;
stonePrice['Asscher-D-VS2-1.50-1.60']          =9158.175;
stonePrice['Asscher-D-VS2-1.70-1.89']          =11453.4;
stonePrice['Asscher-D-VS2-2.00-2.10']          =19110.715;
stonePrice['Asscher-D-VVS1-0.23-0.29']          =346.632;
stonePrice['Asscher-D-VVS1-0.30-0.37']          =746.895;
stonePrice['Asscher-D-VVS1-0.38-0.44']          =1081.71;
stonePrice['Asscher-D-VVS1-0.45-0.49']          =1291.184;
stonePrice['Asscher-D-VVS1-0.50-0.59']          =1774.8225;
stonePrice['Asscher-D-VVS1-0.60-0.69']          =2215.6875;
stonePrice['Asscher-D-VVS1-0.70-0.79']          =2806.5375;
stonePrice['Asscher-D-VVS1-0.80-0.89']          =3425.415;
stonePrice['Asscher-D-VVS1-0.90-0.99']          =4240.99;
stonePrice['Asscher-D-VVS1-1.00-1.10']          =5599.44;
stonePrice['Asscher-D-VVS1-1.11-1.29']          =6817.096;
stonePrice['Asscher-D-VVS1-1.30-1.49']          =9332.4;
stonePrice['Asscher-D-VVS1-1.50-1.60']          =10989.81;
stonePrice['Asscher-D-VVS1-1.70-1.89']          =13744.08;
stonePrice['Asscher-D-VVS1-2.00-2.10']          =24359.4325;
stonePrice['Asscher-D-VVS2-0.23-0.29']          =346.632;
stonePrice['Asscher-D-VVS2-0.30-0.37']          =669.63;
stonePrice['Asscher-D-VVS2-0.38-0.44']          =986.265;
stonePrice['Asscher-D-VVS2-0.45-0.49']          =1177.256;
stonePrice['Asscher-D-VVS2-0.50-0.59']          =1617.0605;
stonePrice['Asscher-D-VVS2-0.60-0.69']          =2018.7375;
stonePrice['Asscher-D-VVS2-0.70-0.79']          =2658.825;
stonePrice['Asscher-D-VVS2-0.80-0.89']          =3245.13;
stonePrice['Asscher-D-VVS2-0.90-0.99']          =4116.255;
stonePrice['Asscher-D-VVS2-1.00-1.10']          =5026.77;
stonePrice['Asscher-D-VVS2-1.11-1.29']          =6119.893;
stonePrice['Asscher-D-VVS2-1.30-1.49']          =8377.95;
stonePrice['Asscher-D-VVS2-1.50-1.60']          =10073.9925;
stonePrice['Asscher-D-VVS2-1.70-1.89']          =12598.74;
stonePrice['Asscher-D-VVS2-2.00-2.10']          =22475.2775;
stonePrice['Asscher-E-SI1-0.23-0.29']          =262.6;
stonePrice['Asscher-E-SI1-0.30-0.37']          =412.08;
stonePrice['Asscher-E-SI1-0.38-0.44']          =636.3;
stonePrice['Asscher-E-SI1-0.45-0.49']          =759.52;
stonePrice['Asscher-E-SI1-0.50-0.59']          =986.0125;
stonePrice['Asscher-E-SI1-0.60-0.69']          =1230.9375;
stonePrice['Asscher-E-SI1-0.70-0.79']          =1871.025;
stonePrice['Asscher-E-SI1-0.80-0.89']          =2283.61;
stonePrice['Asscher-E-SI1-0.90-0.99']          =3243.11;
stonePrice['Asscher-E-SI1-1.00-1.10']          =3690.54;
stonePrice['Asscher-E-SI1-1.11-1.29']          =4493.086;
stonePrice['Asscher-E-SI1-1.30-1.49']          =6150.9;
stonePrice['Asscher-E-SI1-1.50-1.60']          =8344.115;
stonePrice['Asscher-E-SI1-1.70-1.89']          =10435.32;
stonePrice['Asscher-E-SI1-2.00-2.10']          =14804.075;
stonePrice['Asscher-E-SI2-0.23-0.29']          =209.5548;
stonePrice['Asscher-E-SI2-0.30-0.37']          =360.57;
stonePrice['Asscher-E-SI2-0.38-0.44']          =572.67;
stonePrice['Asscher-E-SI2-0.45-0.49']          =683.568;
stonePrice['Asscher-E-SI2-0.50-0.59']          =788.81;
stonePrice['Asscher-E-SI2-0.60-0.69']          =984.75;
stonePrice['Asscher-E-SI2-0.70-0.79']          =1624.8375;
stonePrice['Asscher-E-SI2-0.80-0.89']          =1983.135;
stonePrice['Asscher-E-SI2-0.90-0.99']          =2806.5375;
stonePrice['Asscher-E-SI2-1.00-1.10']          =3117.87;
stonePrice['Asscher-E-SI2-1.11-1.29']          =3795.883;
stonePrice['Asscher-E-SI2-1.30-1.49']          =5196.45;
stonePrice['Asscher-E-SI2-1.50-1.60']          =6919.51;
stonePrice['Asscher-E-SI2-1.70-1.89']          =8653.68;
stonePrice['Asscher-E-SI2-2.00-2.10']          =11035.765;
stonePrice['Asscher-E-SI3-0.23-0.29']          =189.5972;
stonePrice['Asscher-E-SI3-0.30-0.37']          =360.57;
stonePrice['Asscher-E-SI3-0.38-0.44']          =540.855;
stonePrice['Asscher-E-SI3-0.45-0.49']          =645.592;
stonePrice['Asscher-E-SI3-0.50-0.59']          =788.81;
stonePrice['Asscher-E-SI3-0.60-0.69']          =984.75;
stonePrice['Asscher-E-SI3-0.70-0.79']          =1526.3625;
stonePrice['Asscher-E-SI3-0.80-0.89']          =1862.945;
stonePrice['Asscher-E-SI3-0.90-0.99']          =2307.5975;
stonePrice['Asscher-E-SI3-1.00-1.10']          =2608.83;
stonePrice['Asscher-E-SI3-1.11-1.29']          =3176.147;
stonePrice['Asscher-E-SI3-1.30-1.49']          =4348.05;
stonePrice['Asscher-E-SI3-1.50-1.60']          =5393.1475;
stonePrice['Asscher-E-SI3-1.70-1.89']          =6744.78;
stonePrice['Asscher-E-SI3-2.00-2.10']          =8209.5325;
stonePrice['Asscher-E-VS1-0.23-0.29']          =276.5178;
stonePrice['Asscher-E-VS1-0.30-0.37']          =849.915;
stonePrice['Asscher-E-VS1-0.38-0.44']          =859.005;
stonePrice['Asscher-E-VS1-0.45-0.49']          =1025.352;
stonePrice['Asscher-E-VS1-0.50-0.59']          =1301.5365;
stonePrice['Asscher-E-VS1-0.60-0.69']          =1624.8375;
stonePrice['Asscher-E-VS1-0.70-0.79']          =2363.4;
stonePrice['Asscher-E-VS1-0.80-0.89']          =2884.56;
stonePrice['Asscher-E-VS1-0.90-0.99']          =3679.6825;
stonePrice['Asscher-E-VS1-1.00-1.10']          =4644.99;
stonePrice['Asscher-E-VS1-1.11-1.29']          =5655.091;
stonePrice['Asscher-E-VS1-1.30-1.49']          =7741.65;
stonePrice['Asscher-E-VS1-1.50-1.60']          =9463.4475;
stonePrice['Asscher-E-VS1-1.70-1.89']          =11835.18;
stonePrice['Asscher-E-VS1-2.00-2.10']          =19110.715;
stonePrice['Asscher-E-VS2-0.23-0.29']          =272.9727;
stonePrice['Asscher-E-VS2-0.30-0.37']          =437.835;
stonePrice['Asscher-E-VS2-0.38-0.44']          =763.56;
stonePrice['Asscher-E-VS2-0.45-0.49']          =911.424;
stonePrice['Asscher-E-VS2-0.50-0.59']          =1183.215;
stonePrice['Asscher-E-VS2-0.60-0.69']          =1477.125;
stonePrice['Asscher-E-VS2-0.70-0.79']          =2166.45;
stonePrice['Asscher-E-VS2-0.80-0.89']          =2644.18;
stonePrice['Asscher-E-VS2-0.90-0.99']          =3492.58;
stonePrice['Asscher-E-VS2-1.00-1.10']          =4263.21;
stonePrice['Asscher-E-VS2-1.11-1.29']          =5190.289;
stonePrice['Asscher-E-VS2-1.30-1.49']          =7105.35;
stonePrice['Asscher-E-VS2-1.50-1.60']          =8954.66;
stonePrice['Asscher-E-VS2-1.70-1.89']          =11198.88;
stonePrice['Asscher-E-VS2-2.00-2.10']          =17226.56;
stonePrice['Asscher-E-VVS1-0.23-0.29']          =337.9662;
stonePrice['Asscher-E-VVS1-0.30-0.37']          =695.385;
stonePrice['Asscher-E-VVS1-0.38-0.44']          =1018.08;
stonePrice['Asscher-E-VVS1-0.45-0.49']          =1215.232;
stonePrice['Asscher-E-VVS1-0.50-0.59']          =1617.0605;
stonePrice['Asscher-E-VVS1-0.60-0.69']          =2018.7375;
stonePrice['Asscher-E-VVS1-0.70-0.79']          =2658.825;
stonePrice['Asscher-E-VVS1-0.80-0.89']          =3245.13;
stonePrice['Asscher-E-VVS1-0.90-0.99']          =4116.255;
stonePrice['Asscher-E-VVS1-1.00-1.10']          =5026.77;
stonePrice['Asscher-E-VVS1-1.11-1.29']          =6119.893;
stonePrice['Asscher-E-VVS1-1.30-1.49']          =8377.95;
stonePrice['Asscher-E-VVS1-1.50-1.60']          =10073.9925;
stonePrice['Asscher-E-VVS1-1.70-1.89']          =12598.74;
stonePrice['Asscher-E-VVS1-2.00-2.10']          =22475.2775;
stonePrice['Asscher-E-VVS2-0.23-0.29']          =293.1929;
stonePrice['Asscher-E-VVS2-0.30-0.37']          =618.12;
stonePrice['Asscher-E-VVS2-0.38-0.44']          =922.635;
stonePrice['Asscher-E-VVS2-0.45-0.49']          =1101.304;
stonePrice['Asscher-E-VVS2-0.50-0.59']          =1498.739;
stonePrice['Asscher-E-VVS2-0.60-0.69']          =1871.025;
stonePrice['Asscher-E-VVS2-0.70-0.79']          =2560.35;
stonePrice['Asscher-E-VVS2-0.80-0.89']          =3124.94;
stonePrice['Asscher-E-VVS2-0.90-0.99']          =3866.785;
stonePrice['Asscher-E-VVS2-1.00-1.10']          =4835.88;
stonePrice['Asscher-E-VVS2-1.11-1.29']          =5887.492;
stonePrice['Asscher-E-VVS2-1.30-1.49']          =8059.8;
stonePrice['Asscher-E-VVS2-1.50-1.60']          =9768.72;
stonePrice['Asscher-E-VVS2-1.70-1.89']          =12216.96;
stonePrice['Asscher-E-VVS2-2.00-2.10']          =20456.54;
stonePrice['Asscher-F-SI1-0.23-0.29']          =252.7525;
stonePrice['Asscher-F-SI1-0.30-0.37']          =386.325;
stonePrice['Asscher-F-SI1-0.38-0.44']          =604.485;
stonePrice['Asscher-F-SI1-0.45-0.49']          =721.544;
stonePrice['Asscher-F-SI1-0.50-0.59']          =946.572;
stonePrice['Asscher-F-SI1-0.60-0.69']          =1181.7;
stonePrice['Asscher-F-SI1-0.70-0.79']          =1772.55;
stonePrice['Asscher-F-SI1-0.80-0.89']          =2163.42;
stonePrice['Asscher-F-SI1-0.90-0.99']          =3118.375;
stonePrice['Asscher-F-SI1-1.00-1.10']          =3563.28;
stonePrice['Asscher-F-SI1-1.11-1.29']          =4338.152;
stonePrice['Asscher-F-SI1-1.30-1.49']          =5938.8;
stonePrice['Asscher-F-SI1-1.50-1.60']          =8038.8425;
stonePrice['Asscher-F-SI1-1.70-1.89']          =10053.54;
stonePrice['Asscher-F-SI1-2.00-2.10']          =14131.1625;
stonePrice['Asscher-F-SI2-0.23-0.29']          =209.5548;
stonePrice['Asscher-F-SI2-0.30-0.37']          =334.815;
stonePrice['Asscher-F-SI2-0.38-0.44']          =540.855;
stonePrice['Asscher-F-SI2-0.45-0.49']          =645.592;
stonePrice['Asscher-F-SI2-0.50-0.59']          =749.3695;
stonePrice['Asscher-F-SI2-0.60-0.69']          =935.5125;
stonePrice['Asscher-F-SI2-0.70-0.79']          =1526.3625;
stonePrice['Asscher-F-SI2-0.80-0.89']          =1862.945;
stonePrice['Asscher-F-SI2-0.90-0.99']          =2744.17;
stonePrice['Asscher-F-SI2-1.00-1.10']          =3054.24;
stonePrice['Asscher-F-SI2-1.11-1.29']          =3718.416;
stonePrice['Asscher-F-SI2-1.30-1.49']          =5090.4;
stonePrice['Asscher-F-SI2-1.50-1.60']          =6614.2375;
stonePrice['Asscher-F-SI2-1.70-1.89']          =8271.9;
stonePrice['Asscher-F-SI2-2.00-2.10']          =10766.6;
stonePrice['Asscher-F-SI3-0.23-0.29']          =187.1025;
stonePrice['Asscher-F-SI3-0.30-0.37']          =334.815;
stonePrice['Asscher-F-SI3-0.38-0.44']          =509.04;
stonePrice['Asscher-F-SI3-0.45-0.49']          =607.616;
stonePrice['Asscher-F-SI3-0.50-0.59']          =749.3695;
stonePrice['Asscher-F-SI3-0.60-0.69']          =935.5125;
stonePrice['Asscher-F-SI3-0.70-0.79']          =1427.8875;
stonePrice['Asscher-F-SI3-0.80-0.89']          =1742.755;
stonePrice['Asscher-F-SI3-0.90-0.99']          =2245.23;
stonePrice['Asscher-F-SI3-1.00-1.10']          =2545.2;
stonePrice['Asscher-F-SI3-1.11-1.29']          =3098.68;
stonePrice['Asscher-F-SI3-1.30-1.49']          =4242;
stonePrice['Asscher-F-SI3-1.50-1.60']          =5189.6325;
stonePrice['Asscher-F-SI3-1.70-1.89']          =6490.26;
stonePrice['Asscher-F-SI3-2.00-2.10']          =7940.3675;
stonePrice['Asscher-F-VS1-0.23-0.29']          =269.4276;
stonePrice['Asscher-F-VS1-0.30-0.37']          =463.59;
stonePrice['Asscher-F-VS1-0.38-0.44']          =795.375;
stonePrice['Asscher-F-VS1-0.45-0.49']          =949.4;
stonePrice['Asscher-F-VS1-0.50-0.59']          =1222.6555;
stonePrice['Asscher-F-VS1-0.60-0.69']          =1526.3625;
stonePrice['Asscher-F-VS1-0.70-0.79']          =2264.925;
stonePrice['Asscher-F-VS1-0.80-0.89']          =2764.37;
stonePrice['Asscher-F-VS1-0.90-0.99']          =3492.58;
stonePrice['Asscher-F-VS1-1.00-1.10']          =4454.1;
stonePrice['Asscher-F-VS1-1.11-1.29']          =5422.69;
stonePrice['Asscher-F-VS1-1.30-1.49']          =7423.5;
stonePrice['Asscher-F-VS1-1.50-1.60']          =8954.66;
stonePrice['Asscher-F-VS1-1.70-1.89']          =11198.88;
stonePrice['Asscher-F-VS1-2.00-2.10']          =17226.56;
stonePrice['Asscher-F-VS2-0.23-0.29']          =265.8825;
stonePrice['Asscher-F-VS2-0.30-0.37']          =412.08;
stonePrice['Asscher-F-VS2-0.38-0.44']          =731.745;
stonePrice['Asscher-F-VS2-0.45-0.49']          =873.448;
stonePrice['Asscher-F-VS2-0.50-0.59']          =1104.334;
stonePrice['Asscher-F-VS2-0.60-0.69']          =1378.65;
stonePrice['Asscher-F-VS2-0.70-0.79']          =2018.7375;
stonePrice['Asscher-F-VS2-0.80-0.89']          =2463.895;
stonePrice['Asscher-F-VS2-0.90-0.99']          =3305.4775;
stonePrice['Asscher-F-VS2-1.00-1.10']          =4008.69;
stonePrice['Asscher-F-VS2-1.11-1.29']          =4880.421;
stonePrice['Asscher-F-VS2-1.30-1.49']          =6681.15;
stonePrice['Asscher-F-VS2-1.50-1.60']          =8547.63;
stonePrice['Asscher-F-VS2-1.70-1.89']          =10689.84;
stonePrice['Asscher-F-VS2-2.00-2.10']          =15880.735;
stonePrice['Asscher-F-VVS1-0.23-0.29']          =333.6333;
stonePrice['Asscher-F-VVS1-0.30-0.37']          =643.875;
stonePrice['Asscher-F-VVS1-0.38-0.44']          =954.45;
stonePrice['Asscher-F-VVS1-0.45-0.49']          =1139.28;
stonePrice['Asscher-F-VVS1-0.50-0.59']          =1498.739;
stonePrice['Asscher-F-VVS1-0.60-0.69']          =1871.025;
stonePrice['Asscher-F-VVS1-0.70-0.79']          =2560.35;
stonePrice['Asscher-F-VVS1-0.80-0.89']          =3124.94;
stonePrice['Asscher-F-VVS1-0.90-0.99']          =3866.785;
stonePrice['Asscher-F-VVS1-1.00-1.10']          =4835.88;
stonePrice['Asscher-F-VVS1-1.11-1.29']          =5887.492;
stonePrice['Asscher-F-VVS1-1.30-1.49']          =8059.8;
stonePrice['Asscher-F-VVS1-1.50-1.60']          =9768.72;
stonePrice['Asscher-F-VVS1-1.70-1.89']          =12216.96;
stonePrice['Asscher-F-VVS1-2.00-2.10']          =20456.54;
stonePrice['Asscher-F-VVS2-0.23-0.29']          =324.9675;
stonePrice['Asscher-F-VVS2-0.30-0.37']          =540.855;
stonePrice['Asscher-F-VVS2-0.38-0.44']          =859.005;
stonePrice['Asscher-F-VVS2-0.45-0.49']          =1025.352;
stonePrice['Asscher-F-VVS2-0.50-0.59']          =1340.977;
stonePrice['Asscher-F-VVS2-0.60-0.69']          =1674.075;
stonePrice['Asscher-F-VVS2-0.70-0.79']          =2461.875;
stonePrice['Asscher-F-VVS2-0.80-0.89']          =3004.75;
stonePrice['Asscher-F-VVS2-0.90-0.99']          =3617.315;
stonePrice['Asscher-F-VVS2-1.00-1.10']          =4708.62;
stonePrice['Asscher-F-VVS2-1.11-1.29']          =5732.558;
stonePrice['Asscher-F-VVS2-1.30-1.49']          =7847.7;
stonePrice['Asscher-F-VVS2-1.50-1.60']          =9463.4475;
stonePrice['Asscher-F-VVS2-1.70-1.89']          =11835.18;
stonePrice['Asscher-F-VVS2-2.00-2.10']          =19110.715;
stonePrice['Asscher-G-SI1-0.23-0.29']          =220.584;
stonePrice['Asscher-G-SI1-0.30-0.37']          =360.57;
stonePrice['Asscher-G-SI1-0.38-0.44']          =572.67;
stonePrice['Asscher-G-SI1-0.45-0.49']          =683.568;
stonePrice['Asscher-G-SI1-0.50-0.59']          =867.691;
stonePrice['Asscher-G-SI1-0.60-0.69']          =1083.225;
stonePrice['Asscher-G-SI1-0.70-0.79']          =1575.6;
stonePrice['Asscher-G-SI1-0.80-0.89']          =1923.04;
stonePrice['Asscher-G-SI1-0.90-0.99']          =2868.905;
stonePrice['Asscher-G-SI1-1.00-1.10']          =3308.76;
stonePrice['Asscher-G-SI1-1.11-1.29']          =4028.284;
stonePrice['Asscher-G-SI1-1.30-1.49']          =5514.6;
stonePrice['Asscher-G-SI1-1.50-1.60']          =7326.54;
stonePrice['Asscher-G-SI1-1.70-1.89']          =9162.72;
stonePrice['Asscher-G-SI1-2.00-2.10']          =12785.3375;
stonePrice['Asscher-G-SI2-0.23-0.29']          =187.1025;
stonePrice['Asscher-G-SI2-0.30-0.37']          =329.664;
stonePrice['Asscher-G-SI2-0.38-0.44']          =477.225;
stonePrice['Asscher-G-SI2-0.45-0.49']          =569.64;
stonePrice['Asscher-G-SI2-0.50-0.59']          =709.929;
stonePrice['Asscher-G-SI2-0.60-0.69']          =886.275;
stonePrice['Asscher-G-SI2-0.70-0.79']          =1427.8875;
stonePrice['Asscher-G-SI2-0.80-0.89']          =1742.755;
stonePrice['Asscher-G-SI2-0.90-0.99']          =2557.0675;
stonePrice['Asscher-G-SI2-1.00-1.10']          =2863.35;
stonePrice['Asscher-G-SI2-1.11-1.29']          =3486.015;
stonePrice['Asscher-G-SI2-1.30-1.49']          =4772.25;
stonePrice['Asscher-G-SI2-1.50-1.60']          =6207.2075;
stonePrice['Asscher-G-SI2-1.70-1.89']          =7762.86;
stonePrice['Asscher-G-SI2-2.00-2.10']          =10362.8525;
stonePrice['Asscher-G-SI3-0.23-0.29']          =178.568;
stonePrice['Asscher-G-SI3-0.30-0.37']          =309.06;
stonePrice['Asscher-G-SI3-0.38-0.44']          =477.225;
stonePrice['Asscher-G-SI3-0.45-0.49']          =569.64;
stonePrice['Asscher-G-SI3-0.50-0.59']          =709.929;
stonePrice['Asscher-G-SI3-0.60-0.69']          =886.275;
stonePrice['Asscher-G-SI3-0.70-0.79']          =1378.65;
stonePrice['Asscher-G-SI3-0.80-0.89']          =1682.66;
stonePrice['Asscher-G-SI3-0.90-0.99']          =2182.8625;
stonePrice['Asscher-G-SI3-1.00-1.10']          =2417.94;
stonePrice['Asscher-G-SI3-1.11-1.29']          =2943.746;
stonePrice['Asscher-G-SI3-1.30-1.49']          =4029.9;
stonePrice['Asscher-G-SI3-1.50-1.60']          =4986.1175;
stonePrice['Asscher-G-SI3-1.70-1.89']          =6235.74;
stonePrice['Asscher-G-SI3-2.00-2.10']          =7536.62;
stonePrice['Asscher-G-VS1-0.23-0.29']          =241.592;
stonePrice['Asscher-G-VS1-0.30-0.37']          =437.835;
stonePrice['Asscher-G-VS1-0.38-0.44']          =731.745;
stonePrice['Asscher-G-VS1-0.45-0.49']          =873.448;
stonePrice['Asscher-G-VS1-0.50-0.59']          =1104.334;
stonePrice['Asscher-G-VS1-0.60-0.69']          =1378.65;
stonePrice['Asscher-G-VS1-0.70-0.79']          =2067.975;
stonePrice['Asscher-G-VS1-0.80-0.89']          =2523.99;
stonePrice['Asscher-G-VS1-0.90-0.99']          =3367.845;
stonePrice['Asscher-G-VS1-1.00-1.10']          =4199.58;
stonePrice['Asscher-G-VS1-1.11-1.29']          =5112.822;
stonePrice['Asscher-G-VS1-1.30-1.49']          =6999.3;
stonePrice['Asscher-G-VS1-1.50-1.60']          =8649.3875;
stonePrice['Asscher-G-VS1-1.70-1.89']          =10817.1;
stonePrice['Asscher-G-VS1-2.00-2.10']          =15880.735;
stonePrice['Asscher-G-VS2-0.23-0.29']          =235.5522;
stonePrice['Asscher-G-VS2-0.30-0.37']          =386.325;
stonePrice['Asscher-G-VS2-0.38-0.44']          =668.115;
stonePrice['Asscher-G-VS2-0.45-0.49']          =797.496;
stonePrice['Asscher-G-VS2-0.50-0.59']          =986.0125;
stonePrice['Asscher-G-VS2-0.60-0.69']          =1230.9375;
stonePrice['Asscher-G-VS2-0.70-0.79']          =1871.025;
stonePrice['Asscher-G-VS2-0.80-0.89']          =2283.61;
stonePrice['Asscher-G-VS2-0.90-0.99']          =3118.375;
stonePrice['Asscher-G-VS2-1.00-1.10']          =3817.8;
stonePrice['Asscher-G-VS2-1.11-1.29']          =4648.02;
stonePrice['Asscher-G-VS2-1.30-1.49']          =6363;
stonePrice['Asscher-G-VS2-1.50-1.60']          =8038.8425;
stonePrice['Asscher-G-VS2-1.70-1.89']          =10053.54;
stonePrice['Asscher-G-VS2-2.00-2.10']          =15207.8225;
stonePrice['Asscher-G-VVS1-0.23-0.29']          =304.616;
stonePrice['Asscher-G-VVS1-0.30-0.37']          =566.61;
stonePrice['Asscher-G-VVS1-0.38-0.44']          =859.005;
stonePrice['Asscher-G-VVS1-0.45-0.49']          =1025.352;
stonePrice['Asscher-G-VVS1-0.50-0.59']          =1340.977;
stonePrice['Asscher-G-VVS1-0.60-0.69']          =1674.075;
stonePrice['Asscher-G-VVS1-0.70-0.79']          =2412.6375;
stonePrice['Asscher-G-VVS1-0.80-0.89']          =2944.655;
stonePrice['Asscher-G-VVS1-0.90-0.99']          =3617.315;
stonePrice['Asscher-G-VVS1-1.00-1.10']          =4708.62;
stonePrice['Asscher-G-VVS1-1.11-1.29']          =5732.558;
stonePrice['Asscher-G-VVS1-1.30-1.49']          =7847.7;
stonePrice['Asscher-G-VVS1-1.50-1.60']          =9463.4475;
stonePrice['Asscher-G-VVS1-1.70-1.89']          =11835.18;
stonePrice['Asscher-G-VVS1-2.00-2.10']          =18572.385;
stonePrice['Asscher-G-VVS2-0.23-0.29']          =297.0006;
stonePrice['Asscher-G-VVS2-0.30-0.37']          =489.345;
stonePrice['Asscher-G-VVS2-0.38-0.44']          =795.375;
stonePrice['Asscher-G-VVS2-0.45-0.49']          =949.4;
stonePrice['Asscher-G-VVS2-0.50-0.59']          =1222.6555;
stonePrice['Asscher-G-VVS2-0.60-0.69']          =1526.3625;
stonePrice['Asscher-G-VVS2-0.70-0.79']          =2264.925;
stonePrice['Asscher-G-VVS2-0.80-0.89']          =2764.37;
stonePrice['Asscher-G-VVS2-0.90-0.99']          =3492.58;
stonePrice['Asscher-G-VVS2-1.00-1.10']          =4517.73;
stonePrice['Asscher-G-VVS2-1.11-1.29']          =5500.157;
stonePrice['Asscher-G-VVS2-1.30-1.49']          =7529.55;
stonePrice['Asscher-G-VVS2-1.50-1.60']          =8954.66;
stonePrice['Asscher-G-VVS2-1.70-1.89']          =11198.88;
stonePrice['Asscher-G-VVS2-2.00-2.10']          =17226.56;
stonePrice['Asscher-H-SI1-0.23-0.29']          =206.7975;
stonePrice['Asscher-H-SI1-0.30-0.37']          =334.815;
stonePrice['Asscher-H-SI1-0.38-0.44']          =540.855;
stonePrice['Asscher-H-SI1-0.45-0.49']          =645.592;
stonePrice['Asscher-H-SI1-0.50-0.59']          =749.3695;
stonePrice['Asscher-H-SI1-0.60-0.69']          =935.5125;
stonePrice['Asscher-H-SI1-0.70-0.79']          =1427.8875;
stonePrice['Asscher-H-SI1-0.80-0.89']          =1742.755;
stonePrice['Asscher-H-SI1-0.90-0.99']          =2557.0675;
stonePrice['Asscher-H-SI1-1.00-1.10']          =2799.72;
stonePrice['Asscher-H-SI1-1.11-1.29']          =3408.548;
stonePrice['Asscher-H-SI1-1.30-1.49']          =4666.2;
stonePrice['Asscher-H-SI1-1.50-1.60']          =6207.2075;
stonePrice['Asscher-H-SI1-1.70-1.89']          =7762.86;
stonePrice['Asscher-H-SI1-2.00-2.10']          =10766.6;
stonePrice['Asscher-H-SI2-0.23-0.29']          =187.1025;
stonePrice['Asscher-H-SI2-0.30-0.37']          =283.305;
stonePrice['Asscher-H-SI2-0.38-0.44']          =445.41;
stonePrice['Asscher-H-SI2-0.45-0.49']          =531.664;
stonePrice['Asscher-H-SI2-0.50-0.59']          =670.4885;
stonePrice['Asscher-H-SI2-0.60-0.69']          =837.0375;
stonePrice['Asscher-H-SI2-0.70-0.79']          =1329.4125;
stonePrice['Asscher-H-SI2-0.80-0.89']          =1622.565;
stonePrice['Asscher-H-SI2-0.90-0.99']          =2245.23;
stonePrice['Asscher-H-SI2-1.00-1.10']          =2481.57;
stonePrice['Asscher-H-SI2-1.11-1.29']          =3021.213;
stonePrice['Asscher-H-SI2-1.30-1.49']          =4135.95;
stonePrice['Asscher-H-SI2-1.50-1.60']          =5393.1475;
stonePrice['Asscher-H-SI2-1.70-1.89']          =6744.78;
stonePrice['Asscher-H-SI2-2.00-2.10']          =8882.445;
stonePrice['Asscher-H-SI3-0.23-0.29']          =167.4075;
stonePrice['Asscher-H-SI3-0.30-0.37']          =283.305;
stonePrice['Asscher-H-SI3-0.38-0.44']          =445.41;
stonePrice['Asscher-H-SI3-0.45-0.49']          =531.664;
stonePrice['Asscher-H-SI3-0.50-0.59']          =670.4885;
stonePrice['Asscher-H-SI3-0.60-0.69']          =837.0375;
stonePrice['Asscher-H-SI3-0.70-0.79']          =1280.175;
stonePrice['Asscher-H-SI3-0.80-0.89']          =1562.47;
stonePrice['Asscher-H-SI3-0.90-0.99']          =2058.1275;
stonePrice['Asscher-H-SI3-1.00-1.10']          =2290.68;
stonePrice['Asscher-H-SI3-1.11-1.29']          =2788.812;
stonePrice['Asscher-H-SI3-1.30-1.49']          =3817.8;
stonePrice['Asscher-H-SI3-1.50-1.60']          =4477.33;
stonePrice['Asscher-H-SI3-1.70-1.89']          =5599.44;
stonePrice['Asscher-H-SI3-2.00-2.10']          =6729.125;
stonePrice['Asscher-H-VS1-0.23-0.29']          =235.5522;
stonePrice['Asscher-H-VS1-0.30-0.37']          =412.08;
stonePrice['Asscher-H-VS1-0.38-0.44']          =668.115;
stonePrice['Asscher-H-VS1-0.45-0.49']          =797.496;
stonePrice['Asscher-H-VS1-0.50-0.59']          =1025.453;
stonePrice['Asscher-H-VS1-0.60-0.69']          =1280.175;
stonePrice['Asscher-H-VS1-0.70-0.79']          =1920.2625;
stonePrice['Asscher-H-VS1-0.80-0.89']          =2343.705;
stonePrice['Asscher-H-VS1-0.90-0.99']          =2868.905;
stonePrice['Asscher-H-VS1-1.00-1.10']          =3372.39;
stonePrice['Asscher-H-VS1-1.11-1.29']          =4105.751;
stonePrice['Asscher-H-VS1-1.30-1.49']          =5620.65;
stonePrice['Asscher-H-VS1-1.50-1.60']          =7123.025;
stonePrice['Asscher-H-VS1-1.70-1.89']          =8908.2;
stonePrice['Asscher-H-VS1-2.00-2.10']          =12650.755;
stonePrice['Asscher-H-VS2-0.23-0.29']          =226.4925;
stonePrice['Asscher-H-VS2-0.30-0.37']          =360.57;
stonePrice['Asscher-H-VS2-0.38-0.44']          =604.485;
stonePrice['Asscher-H-VS2-0.45-0.49']          =721.544;
stonePrice['Asscher-H-VS2-0.50-0.59']          =946.572;
stonePrice['Asscher-H-VS2-0.60-0.69']          =1181.7;
stonePrice['Asscher-H-VS2-0.70-0.79']          =1674.075;
stonePrice['Asscher-H-VS2-0.80-0.89']          =2043.23;
stonePrice['Asscher-H-VS2-0.90-0.99']          =2681.8025;
stonePrice['Asscher-H-VS2-1.00-1.10']          =3054.24;
stonePrice['Asscher-H-VS2-1.11-1.29']          =3718.416;
stonePrice['Asscher-H-VS2-1.30-1.49']          =5090.4;
stonePrice['Asscher-H-VS2-1.50-1.60']          =6715.995;
stonePrice['Asscher-H-VS2-1.70-1.89']          =8399.16;
stonePrice['Asscher-H-VS2-2.00-2.10']          =11977.8425;
stonePrice['Asscher-H-VVS1-0.23-0.29']          =297.0006;
stonePrice['Asscher-H-VVS1-0.30-0.37']          =489.345;
stonePrice['Asscher-H-VVS1-0.38-0.44']          =763.56;
stonePrice['Asscher-H-VVS1-0.45-0.49']          =911.424;
stonePrice['Asscher-H-VVS1-0.50-0.59']          =1222.6555;
stonePrice['Asscher-H-VVS1-0.60-0.69']          =1526.3625;
stonePrice['Asscher-H-VVS1-0.70-0.79']          =2117.2125;
stonePrice['Asscher-H-VVS1-0.80-0.89']          =2584.085;
stonePrice['Asscher-H-VVS1-0.90-0.99']          =3118.375;
stonePrice['Asscher-H-VVS1-1.00-1.10']          =3754.17;
stonePrice['Asscher-H-VVS1-1.11-1.29']          =4570.553;
stonePrice['Asscher-H-VVS1-1.30-1.49']          =6256.95;
stonePrice['Asscher-H-VVS1-1.50-1.60']          =7733.57;
stonePrice['Asscher-H-VVS1-1.70-1.89']          =9671.76;
stonePrice['Asscher-H-VVS1-2.00-2.10']          =14669.4925;
stonePrice['Asscher-H-VVS2-0.23-0.29']          =285.5775;
stonePrice['Asscher-H-VVS2-0.30-0.37']          =437.835;
stonePrice['Asscher-H-VVS2-0.38-0.44']          =699.93;
stonePrice['Asscher-H-VVS2-0.45-0.49']          =835.472;
stonePrice['Asscher-H-VVS2-0.50-0.59']          =1143.7745;
stonePrice['Asscher-H-VVS2-0.60-0.69']          =1427.8875;
stonePrice['Asscher-H-VVS2-0.70-0.79']          =2067.975;
stonePrice['Asscher-H-VVS2-0.80-0.89']          =2523.99;
stonePrice['Asscher-H-VVS2-0.90-0.99']          =2993.64;
stonePrice['Asscher-H-VVS2-1.00-1.10']          =3563.28;
stonePrice['Asscher-H-VVS2-1.11-1.29']          =4338.152;
stonePrice['Asscher-H-VVS2-1.30-1.49']          =5938.8;
stonePrice['Asscher-H-VVS2-1.50-1.60']          =7428.2975;
stonePrice['Asscher-H-VVS2-1.70-1.89']          =9289.98;
stonePrice['Asscher-H-VVS2-2.00-2.10']          =13323.6675;
stonePrice['Asscher-I-SI1-0.23-0.29']          =199.576;
stonePrice['Asscher-I-SI1-0.30-0.37']          =309.06;
stonePrice['Asscher-I-SI1-0.38-0.44']          =477.225;
stonePrice['Asscher-I-SI1-0.45-0.49']          =569.64;
stonePrice['Asscher-I-SI1-0.50-0.59']          =749.3695;
stonePrice['Asscher-I-SI1-0.60-0.69']          =935.5125;
stonePrice['Asscher-I-SI1-0.70-0.79']          =1230.9375;
stonePrice['Asscher-I-SI1-0.80-0.89']          =1502.375;
stonePrice['Asscher-I-SI1-0.90-0.99']          =2369.965;
stonePrice['Asscher-I-SI1-1.00-1.10']          =2545.2;
stonePrice['Asscher-I-SI1-1.11-1.29']          =3098.68;
stonePrice['Asscher-I-SI1-1.30-1.49']          =4242;
stonePrice['Asscher-I-SI1-1.50-1.60']          =5596.6625;
stonePrice['Asscher-I-SI1-1.70-1.89']          =6999.3;
stonePrice['Asscher-I-SI1-2.00-2.10']          =9420.775;
stonePrice['Asscher-I-SI2-0.23-0.29']          =178.568;
stonePrice['Asscher-I-SI2-0.30-0.37']          =257.55;
stonePrice['Asscher-I-SI2-0.38-0.44']          =413.595;
stonePrice['Asscher-I-SI2-0.45-0.49']          =493.688;
stonePrice['Asscher-I-SI2-0.50-0.59']          =670.4885;
stonePrice['Asscher-I-SI2-0.60-0.69']          =837.0375;
stonePrice['Asscher-I-SI2-0.70-0.79']          =1723.3125;
stonePrice['Asscher-I-SI2-0.80-0.89']          =2103.325;
stonePrice['Asscher-I-SI2-0.90-0.99']          =2058.1275;
stonePrice['Asscher-I-SI2-1.00-1.10']          =2227.05;
stonePrice['Asscher-I-SI2-1.11-1.29']          =2711.345;
stonePrice['Asscher-I-SI2-1.30-1.49']          =3711.75;
stonePrice['Asscher-I-SI2-1.50-1.60']          =4680.845;
stonePrice['Asscher-I-SI2-1.70-1.89']          =5853.96;
stonePrice['Asscher-I-SI2-2.00-2.10']          =8074.95;
stonePrice['Asscher-I-SI3-0.23-0.29']          =157.56;
stonePrice['Asscher-I-SI3-0.30-0.37']          =257.55;
stonePrice['Asscher-I-SI3-0.38-0.44']          =413.595;
stonePrice['Asscher-I-SI3-0.45-0.49']          =493.688;
stonePrice['Asscher-I-SI3-0.50-0.59']          =631.048;
stonePrice['Asscher-I-SI3-0.60-0.69']          =787.8;
stonePrice['Asscher-I-SI3-0.70-0.79']          =1083.225;
stonePrice['Asscher-I-SI3-0.80-0.89']          =1322.09;
stonePrice['Asscher-I-SI3-0.90-0.99']          =1808.6575;
stonePrice['Asscher-I-SI3-1.00-1.10']          =2099.79;
stonePrice['Asscher-I-SI3-1.11-1.29']          =2556.411;
stonePrice['Asscher-I-SI3-1.30-1.49']          =3499.65;
stonePrice['Asscher-I-SI3-1.50-1.60']          =4070.3;
stonePrice['Asscher-I-SI3-1.70-1.89']          =5090.4;
stonePrice['Asscher-I-SI3-2.00-2.10']          =6325.3775;
stonePrice['Asscher-I-VS1-0.23-0.29']          =220.584;
stonePrice['Asscher-I-VS1-0.30-0.37']          =360.57;
stonePrice['Asscher-I-VS1-0.38-0.44']          =572.67;
stonePrice['Asscher-I-VS1-0.45-0.49']          =683.568;
stonePrice['Asscher-I-VS1-0.50-0.59']          =907.1315;
stonePrice['Asscher-I-VS1-0.60-0.69']          =1132.4625;
stonePrice['Asscher-I-VS1-0.70-0.79']          =1624.8375;
stonePrice['Asscher-I-VS1-0.80-0.89']          =1983.135;
stonePrice['Asscher-I-VS1-0.90-0.99']          =2619.435;
stonePrice['Asscher-I-VS1-1.00-1.10']          =3054.24;
stonePrice['Asscher-I-VS1-1.11-1.29']          =3718.416;
stonePrice['Asscher-I-VS1-1.30-1.49']          =5090.4;
stonePrice['Asscher-I-VS1-1.50-1.60']          =6207.2075;
stonePrice['Asscher-I-VS1-1.70-1.89']          =7762.86;
stonePrice['Asscher-I-VS1-2.00-2.10']          =10632.0175;
stonePrice['Asscher-I-VS2-0.23-0.29']          =215.0694;
stonePrice['Asscher-I-VS2-0.30-0.37']          =334.815;
stonePrice['Asscher-I-VS2-0.38-0.44']          =509.04;
stonePrice['Asscher-I-VS2-0.45-0.49']          =607.616;
stonePrice['Asscher-I-VS2-0.50-0.59']          =828.2505;
stonePrice['Asscher-I-VS2-0.60-0.69']          =1033.9875;
stonePrice['Asscher-I-VS2-0.70-0.79']          =1378.65;
stonePrice['Asscher-I-VS2-0.80-0.89']          =1682.66;
stonePrice['Asscher-I-VS2-0.90-0.99']          =2432.3325;
stonePrice['Asscher-I-VS2-1.00-1.10']          =2799.72;
stonePrice['Asscher-I-VS2-1.11-1.29']          =3408.548;
stonePrice['Asscher-I-VS2-1.30-1.49']          =4666.2;
stonePrice['Asscher-I-VS2-1.50-1.60']          =5901.935;
stonePrice['Asscher-I-VS2-1.70-1.89']          =7381.08;
stonePrice['Asscher-I-VS2-2.00-2.10']          =9959.105;
stonePrice['Asscher-I-VVS1-0.23-0.29']          =252.096;
stonePrice['Asscher-I-VVS1-0.30-0.37']          =386.325;
stonePrice['Asscher-I-VVS1-0.38-0.44']          =636.3;
stonePrice['Asscher-I-VVS1-0.45-0.49']          =759.52;
stonePrice['Asscher-I-VVS1-0.50-0.59']          =1025.453;
stonePrice['Asscher-I-VVS1-0.60-0.69']          =1280.175;
stonePrice['Asscher-I-VVS1-0.70-0.79']          =1821.7875;
stonePrice['Asscher-I-VVS1-0.80-0.89']          =2223.515;
stonePrice['Asscher-I-VVS1-0.90-0.99']          =2806.5375;
stonePrice['Asscher-I-VVS1-1.00-1.10']          =3308.76;
stonePrice['Asscher-I-VVS1-1.11-1.29']          =4028.284;
stonePrice['Asscher-I-VVS1-1.30-1.49']          =5514.6;
stonePrice['Asscher-I-VVS1-1.50-1.60']          =6614.2375;
stonePrice['Asscher-I-VVS1-1.70-1.89']          =8271.9;
stonePrice['Asscher-I-VVS1-2.00-2.10']          =11977.8425;
stonePrice['Asscher-I-VVS2-0.23-0.29']          =245.7936;
stonePrice['Asscher-I-VVS2-0.30-0.37']          =360.57;
stonePrice['Asscher-I-VVS2-0.38-0.44']          =604.485;
stonePrice['Asscher-I-VVS2-0.45-0.49']          =721.544;
stonePrice['Asscher-I-VVS2-0.50-0.59']          =986.0125;
stonePrice['Asscher-I-VVS2-0.60-0.69']          =1230.9375;
stonePrice['Asscher-I-VVS2-0.70-0.79']          =1772.55;
stonePrice['Asscher-I-VVS2-0.80-0.89']          =2163.42;
stonePrice['Asscher-I-VVS2-0.90-0.99']          =2744.17;
stonePrice['Asscher-I-VVS2-1.00-1.10']          =3181.5;
stonePrice['Asscher-I-VVS2-1.11-1.29']          =3873.35;
stonePrice['Asscher-I-VVS2-1.30-1.49']          =5302.5;
stonePrice['Asscher-I-VVS2-1.50-1.60']          =6512.48;
stonePrice['Asscher-I-VVS2-1.70-1.89']          =8144.64;
stonePrice['Asscher-I-VVS2-2.00-2.10']          =11304.93;
stonePrice['Asscher-J-SI1-0.23-0.29']          =187.1025;
stonePrice['Asscher-J-SI1-0.30-0.37']          =257.55;
stonePrice['Asscher-J-SI1-0.38-0.44']          =381.78;
stonePrice['Asscher-J-SI1-0.45-0.49']          =455.712;
stonePrice['Asscher-J-SI1-0.50-0.59']          =670.4885;
stonePrice['Asscher-J-SI1-0.60-0.69']          =837.0375;
stonePrice['Asscher-J-SI1-0.70-0.79']          =1181.7;
stonePrice['Asscher-J-SI1-0.80-0.89']          =1442.28;
stonePrice['Asscher-J-SI1-0.90-0.99']          =2120.495;
stonePrice['Asscher-J-SI1-1.00-1.10']          =2227.05;
stonePrice['Asscher-J-SI1-1.11-1.29']          =2711.345;
stonePrice['Asscher-J-SI1-1.30-1.49']          =3711.75;
stonePrice['Asscher-J-SI1-1.50-1.60']          =4477.33;
stonePrice['Asscher-J-SI1-1.70-1.89']          =5599.44;
stonePrice['Asscher-J-SI1-2.00-2.10']          =7536.62;
stonePrice['Asscher-J-SI2-0.23-0.29']          =167.4075;
stonePrice['Asscher-J-SI2-0.30-0.37']          =231.795;
stonePrice['Asscher-J-SI2-0.38-0.44']          =349.965;
stonePrice['Asscher-J-SI2-0.45-0.49']          =417.736;
stonePrice['Asscher-J-SI2-0.50-0.59']          =631.048;
stonePrice['Asscher-J-SI2-0.60-0.69']          =787.8;
stonePrice['Asscher-J-SI2-0.70-0.79']          =984.75;
stonePrice['Asscher-J-SI2-0.80-0.89']          =1201.9;
stonePrice['Asscher-J-SI2-0.90-0.99']          =1871.025;
stonePrice['Asscher-J-SI2-1.00-1.10']          =1972.53;
stonePrice['Asscher-J-SI2-1.11-1.29']          =2401.477;
stonePrice['Asscher-J-SI2-1.30-1.49']          =3287.55;
stonePrice['Asscher-J-SI2-1.50-1.60']          =3866.785;
stonePrice['Asscher-J-SI2-1.70-1.89']          =4835.88;
stonePrice['Asscher-J-SI2-2.00-2.10']          =6729.125;
stonePrice['Asscher-J-SI3-0.23-0.29']          =147.7125;
stonePrice['Asscher-J-SI3-0.30-0.37']          =231.795;
stonePrice['Asscher-J-SI3-0.38-0.44']          =349.965;
stonePrice['Asscher-J-SI3-0.45-0.49']          =417.736;
stonePrice['Asscher-J-SI3-0.50-0.59']          =552.167;
stonePrice['Asscher-J-SI3-0.60-0.69']          =689.325;
stonePrice['Asscher-J-SI3-0.70-0.79']          =935.5125;
stonePrice['Asscher-J-SI3-0.80-0.89']          =1141.805;
stonePrice['Asscher-J-SI3-0.90-0.99']          =1621.555;
stonePrice['Asscher-J-SI3-1.00-1.10']          =1781.64;
stonePrice['Asscher-J-SI3-1.11-1.29']          =2169.076;
stonePrice['Asscher-J-SI3-1.30-1.49']          =2969.4;
stonePrice['Asscher-J-SI3-1.50-1.60']          =3357.9975;
stonePrice['Asscher-J-SI3-1.70-1.89']          =4199.58;
stonePrice['Asscher-J-SI3-2.00-2.10']          =5114.135;
stonePrice['Asscher-J-VS1-0.23-0.29']          =215.0694;
stonePrice['Asscher-J-VS1-0.30-0.37']          =283.305;
stonePrice['Asscher-J-VS1-0.38-0.44']          =477.225;
stonePrice['Asscher-J-VS1-0.45-0.49']          =569.64;
stonePrice['Asscher-J-VS1-0.50-0.59']          =749.3695;
stonePrice['Asscher-J-VS1-0.60-0.69']          =935.5125;
stonePrice['Asscher-J-VS1-0.70-0.79']          =1329.4125;
stonePrice['Asscher-J-VS1-0.80-0.89']          =1622.565;
stonePrice['Asscher-J-VS1-0.90-0.99']          =2307.5975;
stonePrice['Asscher-J-VS1-1.00-1.10']          =2545.2;
stonePrice['Asscher-J-VS1-1.11-1.29']          =3098.68;
stonePrice['Asscher-J-VS1-1.30-1.49']          =4242;
stonePrice['Asscher-J-VS1-1.50-1.60']          =4884.36;
stonePrice['Asscher-J-VS1-1.70-1.89']          =6108.48;
stonePrice['Asscher-J-VS1-2.00-2.10']          =8478.6975;
stonePrice['Asscher-J-VS2-0.23-0.29']          =206.7975;
stonePrice['Asscher-J-VS2-0.30-0.37']          =283.305;
stonePrice['Asscher-J-VS2-0.38-0.44']          =413.595;
stonePrice['Asscher-J-VS2-0.45-0.49']          =493.688;
stonePrice['Asscher-J-VS2-0.50-0.59']          =709.929;
stonePrice['Asscher-J-VS2-0.60-0.69']          =886.275;
stonePrice['Asscher-J-VS2-0.70-0.79']          =1280.175;
stonePrice['Asscher-J-VS2-0.80-0.89']          =1562.47;
stonePrice['Asscher-J-VS2-0.90-0.99']          =2245.23;
stonePrice['Asscher-J-VS2-1.00-1.10']          =2417.94;
stonePrice['Asscher-J-VS2-1.11-1.29']          =2943.746;
stonePrice['Asscher-J-VS2-1.30-1.49']          =4029.9;
stonePrice['Asscher-J-VS2-1.50-1.60']          =4680.845;
stonePrice['Asscher-J-VS2-1.70-1.89']          =5853.96;
stonePrice['Asscher-J-VS2-2.00-2.10']          =7940.3675;
stonePrice['Asscher-J-VVS1-0.23-0.29']          =245.7936;
stonePrice['Asscher-J-VVS1-0.30-0.37']          =309.06;
stonePrice['Asscher-J-VVS1-0.38-0.44']          =509.04;
stonePrice['Asscher-J-VVS1-0.45-0.49']          =607.616;
stonePrice['Asscher-J-VVS1-0.50-0.59']          =828.2505;
stonePrice['Asscher-J-VVS1-0.60-0.69']          =1033.9875;
stonePrice['Asscher-J-VVS1-0.70-0.79']          =1477.125;
stonePrice['Asscher-J-VVS1-0.80-0.89']          =1802.85;
stonePrice['Asscher-J-VVS1-0.90-0.99']          =2494.7;
stonePrice['Asscher-J-VVS1-1.00-1.10']          =2799.72;
stonePrice['Asscher-J-VVS1-1.11-1.29']          =3408.548;
stonePrice['Asscher-J-VVS1-1.30-1.49']          =4666.2;
stonePrice['Asscher-J-VVS1-1.50-1.60']          =5189.6325;
stonePrice['Asscher-J-VVS1-1.70-1.89']          =6490.26;
stonePrice['Asscher-J-VVS1-2.00-2.10']          =9286.1925;
stonePrice['Asscher-J-VVS2-0.23-0.29']          =236.34;
stonePrice['Asscher-J-VVS2-0.30-0.37']          =309.06;
stonePrice['Asscher-J-VVS2-0.38-0.44']          =509.04;
stonePrice['Asscher-J-VVS2-0.45-0.49']          =607.616;
stonePrice['Asscher-J-VVS2-0.50-0.59']          =788.81;
stonePrice['Asscher-J-VVS2-0.60-0.69']          =984.75;
stonePrice['Asscher-J-VVS2-0.70-0.79']          =1427.8875;
stonePrice['Asscher-J-VVS2-0.80-0.89']          =1742.755;
stonePrice['Asscher-J-VVS2-0.90-0.99']          =2432.3325;
stonePrice['Asscher-J-VVS2-1.00-1.10']          =2672.46;
stonePrice['Asscher-J-VVS2-1.11-1.29']          =3253.614;
stonePrice['Asscher-J-VVS2-1.30-1.49']          =4454.1;
stonePrice['Asscher-J-VVS2-1.50-1.60']          =5087.875;
stonePrice['Asscher-J-VVS2-1.70-1.89']          =6363;
stonePrice['Asscher-J-VVS2-2.00-2.10']          =8882.445;
stonePrice['Cushion-D-SI1-0.23-0.29']          =266.5;
stonePrice['Cushion-D-SI1-0.30-0.37']          =470.475;
stonePrice['Cushion-D-SI1-0.38-0.44']          =710.325;
stonePrice['Cushion-D-SI1-0.45-0.49']          =847.88;
stonePrice['Cushion-D-SI1-0.50-0.59']          =1120.735;
stonePrice['Cushion-D-SI1-0.60-0.69']          =1399.125;
stonePrice['Cushion-D-SI1-0.70-0.79']          =2148.65625;
stonePrice['Cushion-D-SI1-0.80-0.89']          =2622.4625;
stonePrice['Cushion-D-SI1-0.90-0.99']          =3481.15625;
stonePrice['Cushion-D-SI1-1.00-1.10']          =3939.075;
stonePrice['Cushion-D-SI1-1.11-1.29']          =4795.6675;
stonePrice['Cushion-D-SI1-1.30-1.49']          =6565.125;
stonePrice['Cushion-D-SI1-1.50-1.60']          =8674.575;
stonePrice['Cushion-D-SI1-1.70-1.89']          =10848.6;
stonePrice['Cushion-D-SI1-2.00-2.10']          =15706.84375;
stonePrice['Cushion-D-SI2-0.23-0.29']          =223.86;
stonePrice['Cushion-D-SI2-0.30-0.37']          =392.0625;
stonePrice['Cushion-D-SI2-0.38-0.44']          =645.75;
stonePrice['Cushion-D-SI2-0.45-0.49']          =770.8;
stonePrice['Cushion-D-SI2-0.50-0.59']          =960.63;
stonePrice['Cushion-D-SI2-0.60-0.69']          =1199.25;
stonePrice['Cushion-D-SI2-0.70-0.79']          =1848.84375;
stonePrice['Cushion-D-SI2-0.80-0.89']          =2256.5375;
stonePrice['Cushion-D-SI2-0.90-0.99']          =3038.1;
stonePrice['Cushion-D-SI2-1.00-1.10']          =3293.325;
stonePrice['Cushion-D-SI2-1.11-1.29']          =4009.4925;
stonePrice['Cushion-D-SI2-1.30-1.49']          =5488.875;
stonePrice['Cushion-D-SI2-1.50-1.60']          =7125.54375;
stonePrice['Cushion-D-SI2-1.70-1.89']          =8911.35;
stonePrice['Cushion-D-SI2-2.00-2.10']          =11472.825;
stonePrice['Cushion-D-SI3-0.23-0.29']          =202.54;
stonePrice['Cushion-D-SI3-0.30-0.37']          =365.925;
stonePrice['Cushion-D-SI3-0.38-0.44']          =581.175;
stonePrice['Cushion-D-SI3-0.45-0.49']          =693.72;
stonePrice['Cushion-D-SI3-0.50-0.59']          =880.5775;
stonePrice['Cushion-D-SI3-0.60-0.69']          =1099.3125;
stonePrice['Cushion-D-SI3-0.70-0.79']          =1698.9375;
stonePrice['Cushion-D-SI3-0.80-0.89']          =2073.575;
stonePrice['Cushion-D-SI3-0.90-0.99']          =2468.45625;
stonePrice['Cushion-D-SI3-1.00-1.10']          =2712.15;
stonePrice['Cushion-D-SI3-1.11-1.29']          =3301.935;
stonePrice['Cushion-D-SI3-1.30-1.49']          =4520.25;
stonePrice['Cushion-D-SI3-1.50-1.60']          =5576.5125;
stonePrice['Cushion-D-SI3-1.70-1.89']          =6974.1;
stonePrice['Cushion-D-SI3-2.00-2.10']          =8604.61875;
stonePrice['Cushion-D-VS1-0.23-0.29']          =287.82;
stonePrice['Cushion-D-VS1-0.30-0.37']          =627.3;
stonePrice['Cushion-D-VS1-0.38-0.44']          =936.3375;
stonePrice['Cushion-D-VS1-0.45-0.49']          =1117.66;
stonePrice['Cushion-D-VS1-0.50-0.59']          =1480.97125;
stonePrice['Cushion-D-VS1-0.60-0.69']          =1848.84375;
stonePrice['Cushion-D-VS1-0.70-0.79']          =2548.40625;
stonePrice['Cushion-D-VS1-0.80-0.89']          =3110.3625;
stonePrice['Cushion-D-VS1-0.90-0.99']          =3924.2125;
stonePrice['Cushion-D-VS1-1.00-1.10']          =4843.125;
stonePrice['Cushion-D-VS1-1.11-1.29']          =5896.3125;
stonePrice['Cushion-D-VS1-1.30-1.49']          =8071.875;
stonePrice['Cushion-D-VS1-1.50-1.60']          =9913.8;
stonePrice['Cushion-D-VS1-1.70-1.89']          =12398.4;
stonePrice['Cushion-D-VS1-2.00-2.10']          =20760.35;
stonePrice['Cushion-D-VS2-0.23-0.29']          =287.82;
stonePrice['Cushion-D-VS2-0.30-0.37']          =522.75;
stonePrice['Cushion-D-VS2-0.38-0.44']          =807.1875;
stonePrice['Cushion-D-VS2-0.45-0.49']          =963.5;
stonePrice['Cushion-D-VS2-0.50-0.59']          =1360.8925;
stonePrice['Cushion-D-VS2-0.60-0.69']          =1698.9375;
stonePrice['Cushion-D-VS2-0.70-0.79']          =2398.5;
stonePrice['Cushion-D-VS2-0.80-0.89']          =2927.4;
stonePrice['Cushion-D-VS2-0.90-0.99']          =3671.0375;
stonePrice['Cushion-D-VS2-1.00-1.10']          =4455.675;
stonePrice['Cushion-D-VS2-1.11-1.29']          =5424.6075;
stonePrice['Cushion-D-VS2-1.30-1.49']          =7426.125;
stonePrice['Cushion-D-VS2-1.50-1.60']          =9294.1875;
stonePrice['Cushion-D-VS2-1.70-1.89']          =11623.5;
stonePrice['Cushion-D-VS2-2.00-2.10']          =19394.5375;
stonePrice['Cushion-D-VVS1-0.23-0.29']          =351.78;
stonePrice['Cushion-D-VVS1-0.30-0.37']          =757.9875;
stonePrice['Cushion-D-VVS1-0.38-0.44']          =1097.775;
stonePrice['Cushion-D-VVS1-0.45-0.49']          =1310.36;
stonePrice['Cushion-D-VVS1-0.50-0.59']          =1801.18125;
stonePrice['Cushion-D-VVS1-0.60-0.69']          =2248.59375;
stonePrice['Cushion-D-VVS1-0.70-0.79']          =2848.21875;
stonePrice['Cushion-D-VVS1-0.80-0.89']          =3476.2875;
stonePrice['Cushion-D-VVS1-0.90-0.99']          =4303.975;
stonePrice['Cushion-D-VVS1-1.00-1.10']          =5682.6;
stonePrice['Cushion-D-VVS1-1.11-1.29']          =6918.34;
stonePrice['Cushion-D-VVS1-1.30-1.49']          =9471;
stonePrice['Cushion-D-VVS1-1.50-1.60']          =11153.025;
stonePrice['Cushion-D-VVS1-1.70-1.89']          =13948.2;
stonePrice['Cushion-D-VVS1-2.00-2.10']          =24721.20625;
stonePrice['Cushion-D-VVS2-0.23-0.29']          =351.78;
stonePrice['Cushion-D-VVS2-0.30-0.37']          =679.575;
stonePrice['Cushion-D-VVS2-0.38-0.44']          =1000.9125;
stonePrice['Cushion-D-VVS2-0.45-0.49']          =1194.74;
stonePrice['Cushion-D-VVS2-0.50-0.59']          =1641.07625;
stonePrice['Cushion-D-VVS2-0.60-0.69']          =2048.71875;
stonePrice['Cushion-D-VVS2-0.70-0.79']          =2698.3125;
stonePrice['Cushion-D-VVS2-0.80-0.89']          =3293.325;
stonePrice['Cushion-D-VVS2-0.90-0.99']          =4177.3875;
stonePrice['Cushion-D-VVS2-1.00-1.10']          =5101.425;
stonePrice['Cushion-D-VVS2-1.11-1.29']          =6210.7825;
stonePrice['Cushion-D-VVS2-1.30-1.49']          =8502.375;
stonePrice['Cushion-D-VVS2-1.50-1.60']          =10223.60625;
stonePrice['Cushion-D-VVS2-1.70-1.89']          =12785.85;
stonePrice['Cushion-D-VVS2-2.00-2.10']          =22809.06875;
stonePrice['Cushion-E-SI1-0.23-0.29']          =266.5;
stonePrice['Cushion-E-SI1-0.30-0.37']          =418.2;
stonePrice['Cushion-E-SI1-0.38-0.44']          =645.75;
stonePrice['Cushion-E-SI1-0.45-0.49']          =770.8;
stonePrice['Cushion-E-SI1-0.50-0.59']          =1000.65625;
stonePrice['Cushion-E-SI1-0.60-0.69']          =1249.21875;
stonePrice['Cushion-E-SI1-0.70-0.79']          =1898.8125;
stonePrice['Cushion-E-SI1-0.80-0.89']          =2317.525;
stonePrice['Cushion-E-SI1-0.90-0.99']          =3291.275;
stonePrice['Cushion-E-SI1-1.00-1.10']          =3745.35;
stonePrice['Cushion-E-SI1-1.11-1.29']          =4559.815;
stonePrice['Cushion-E-SI1-1.30-1.49']          =6242.25;
stonePrice['Cushion-E-SI1-1.50-1.60']          =8468.0375;
stonePrice['Cushion-E-SI1-1.70-1.89']          =10590.3;
stonePrice['Cushion-E-SI1-2.00-2.10']          =15023.9375;
stonePrice['Cushion-E-SI2-0.23-0.29']          =212.667;
stonePrice['Cushion-E-SI2-0.30-0.37']          =365.925;
stonePrice['Cushion-E-SI2-0.38-0.44']          =581.175;
stonePrice['Cushion-E-SI2-0.45-0.49']          =693.72;
stonePrice['Cushion-E-SI2-0.50-0.59']          =800.525;
stonePrice['Cushion-E-SI2-0.60-0.69']          =999.375;
stonePrice['Cushion-E-SI2-0.70-0.79']          =1648.96875;
stonePrice['Cushion-E-SI2-0.80-0.89']          =2012.5875;
stonePrice['Cushion-E-SI2-0.90-0.99']          =2848.21875;
stonePrice['Cushion-E-SI2-1.00-1.10']          =3164.175;
stonePrice['Cushion-E-SI2-1.11-1.29']          =3852.2575;
stonePrice['Cushion-E-SI2-1.30-1.49']          =5273.625;
stonePrice['Cushion-E-SI2-1.50-1.60']          =7022.275;
stonePrice['Cushion-E-SI2-1.70-1.89']          =8782.2;
stonePrice['Cushion-E-SI2-2.00-2.10']          =11199.6625;
stonePrice['Cushion-E-SI3-0.23-0.29']          =192.413;
stonePrice['Cushion-E-SI3-0.30-0.37']          =365.925;
stonePrice['Cushion-E-SI3-0.38-0.44']          =548.8875;
stonePrice['Cushion-E-SI3-0.45-0.49']          =655.18;
stonePrice['Cushion-E-SI3-0.50-0.59']          =800.525;
stonePrice['Cushion-E-SI3-0.60-0.69']          =999.375;
stonePrice['Cushion-E-SI3-0.70-0.79']          =1549.03125;
stonePrice['Cushion-E-SI3-0.80-0.89']          =1890.6125;
stonePrice['Cushion-E-SI3-0.90-0.99']          =2341.86875;
stonePrice['Cushion-E-SI3-1.00-1.10']          =2647.575;
stonePrice['Cushion-E-SI3-1.11-1.29']          =3223.3175;
stonePrice['Cushion-E-SI3-1.30-1.49']          =4412.625;
stonePrice['Cushion-E-SI3-1.50-1.60']          =5473.24375;
stonePrice['Cushion-E-SI3-1.70-1.89']          =6844.95;
stonePrice['Cushion-E-SI3-2.00-2.10']          =8331.45625;
stonePrice['Cushion-E-VS1-0.23-0.29']          =280.6245;
stonePrice['Cushion-E-VS1-0.30-0.37']          =862.5375;
stonePrice['Cushion-E-VS1-0.38-0.44']          =871.7625;
stonePrice['Cushion-E-VS1-0.45-0.49']          =1040.58;
stonePrice['Cushion-E-VS1-0.50-0.59']          =1320.86625;
stonePrice['Cushion-E-VS1-0.60-0.69']          =1648.96875;
stonePrice['Cushion-E-VS1-0.70-0.79']          =2398.5;
stonePrice['Cushion-E-VS1-0.80-0.89']          =2927.4;
stonePrice['Cushion-E-VS1-0.90-0.99']          =3734.33125;
stonePrice['Cushion-E-VS1-1.00-1.10']          =4713.975;
stonePrice['Cushion-E-VS1-1.11-1.29']          =5739.0775;
stonePrice['Cushion-E-VS1-1.30-1.49']          =7856.625;
stonePrice['Cushion-E-VS1-1.50-1.60']          =9603.99375;
stonePrice['Cushion-E-VS1-1.70-1.89']          =12010.95;
stonePrice['Cushion-E-VS1-2.00-2.10']          =19394.5375;
stonePrice['Cushion-E-VS2-0.23-0.29']          =277.02675;
stonePrice['Cushion-E-VS2-0.30-0.37']          =444.3375;
stonePrice['Cushion-E-VS2-0.38-0.44']          =774.9;
stonePrice['Cushion-E-VS2-0.45-0.49']          =924.96;
stonePrice['Cushion-E-VS2-0.50-0.59']          =1200.7875;
stonePrice['Cushion-E-VS2-0.60-0.69']          =1499.0625;
stonePrice['Cushion-E-VS2-0.70-0.79']          =2198.625;
stonePrice['Cushion-E-VS2-0.80-0.89']          =2683.45;
stonePrice['Cushion-E-VS2-0.90-0.99']          =3544.45;
stonePrice['Cushion-E-VS2-1.00-1.10']          =4326.525;
stonePrice['Cushion-E-VS2-1.11-1.29']          =5267.3725;
stonePrice['Cushion-E-VS2-1.30-1.49']          =7210.875;
stonePrice['Cushion-E-VS2-1.50-1.60']          =9087.65;
stonePrice['Cushion-E-VS2-1.70-1.89']          =11365.2;
stonePrice['Cushion-E-VS2-2.00-2.10']          =17482.4;
stonePrice['Cushion-E-VVS1-0.23-0.29']          =342.9855;
stonePrice['Cushion-E-VVS1-0.30-0.37']          =705.7125;
stonePrice['Cushion-E-VVS1-0.38-0.44']          =1033.2;
stonePrice['Cushion-E-VVS1-0.45-0.49']          =1233.28;
stonePrice['Cushion-E-VVS1-0.50-0.59']          =1641.07625;
stonePrice['Cushion-E-VVS1-0.60-0.69']          =2048.71875;
stonePrice['Cushion-E-VVS1-0.70-0.79']          =2698.3125;
stonePrice['Cushion-E-VVS1-0.80-0.89']          =3293.325;
stonePrice['Cushion-E-VVS1-0.90-0.99']          =4177.3875;
stonePrice['Cushion-E-VVS1-1.00-1.10']          =5101.425;
stonePrice['Cushion-E-VVS1-1.11-1.29']          =6210.7825;
stonePrice['Cushion-E-VVS1-1.30-1.49']          =8502.375;
stonePrice['Cushion-E-VVS1-1.50-1.60']          =10223.60625;
stonePrice['Cushion-E-VVS1-1.70-1.89']          =12785.85;
stonePrice['Cushion-E-VVS1-2.00-2.10']          =22809.06875;
stonePrice['Cushion-E-VVS2-0.23-0.29']          =297.54725;
stonePrice['Cushion-E-VVS2-0.30-0.37']          =627.3;
stonePrice['Cushion-E-VVS2-0.38-0.44']          =936.3375;
stonePrice['Cushion-E-VVS2-0.45-0.49']          =1117.66;
stonePrice['Cushion-E-VVS2-0.50-0.59']          =1520.9975;
stonePrice['Cushion-E-VVS2-0.60-0.69']          =1898.8125;
stonePrice['Cushion-E-VVS2-0.70-0.79']          =2598.375;
stonePrice['Cushion-E-VVS2-0.80-0.89']          =3171.35;
stonePrice['Cushion-E-VVS2-0.90-0.99']          =3924.2125;
stonePrice['Cushion-E-VVS2-1.00-1.10']          =4907.7;
stonePrice['Cushion-E-VVS2-1.11-1.29']          =5974.93;
stonePrice['Cushion-E-VVS2-1.30-1.49']          =8179.5;
stonePrice['Cushion-E-VVS2-1.50-1.60']          =9913.8;
stonePrice['Cushion-E-VVS2-1.70-1.89']          =12398.4;
stonePrice['Cushion-E-VVS2-2.00-2.10']          =20760.35;
stonePrice['Cushion-F-SI1-0.23-0.29']          =256.50625;
stonePrice['Cushion-F-SI1-0.30-0.37']          =392.0625;
stonePrice['Cushion-F-SI1-0.38-0.44']          =613.4625;
stonePrice['Cushion-F-SI1-0.45-0.49']          =732.26;
stonePrice['Cushion-F-SI1-0.50-0.59']          =960.63;
stonePrice['Cushion-F-SI1-0.60-0.69']          =1199.25;
stonePrice['Cushion-F-SI1-0.70-0.79']          =1798.875;
stonePrice['Cushion-F-SI1-0.80-0.89']          =2195.55;
stonePrice['Cushion-F-SI1-0.90-0.99']          =3164.6875;
stonePrice['Cushion-F-SI1-1.00-1.10']          =3616.2;
stonePrice['Cushion-F-SI1-1.11-1.29']          =4402.58;
stonePrice['Cushion-F-SI1-1.30-1.49']          =6027;
stonePrice['Cushion-F-SI1-1.50-1.60']          =8158.23125;
stonePrice['Cushion-F-SI1-1.70-1.89']          =10202.85;
stonePrice['Cushion-F-SI1-2.00-2.10']          =14341.03125;
stonePrice['Cushion-F-SI2-0.23-0.29']          =212.667;
stonePrice['Cushion-F-SI2-0.30-0.37']          =339.7875;
stonePrice['Cushion-F-SI2-0.38-0.44']          =548.8875;
stonePrice['Cushion-F-SI2-0.45-0.49']          =655.18;
stonePrice['Cushion-F-SI2-0.50-0.59']          =760.49875;
stonePrice['Cushion-F-SI2-0.60-0.69']          =949.40625;
stonePrice['Cushion-F-SI2-0.70-0.79']          =1549.03125;
stonePrice['Cushion-F-SI2-0.80-0.89']          =1890.6125;
stonePrice['Cushion-F-SI2-0.90-0.99']          =2784.925;
stonePrice['Cushion-F-SI2-1.00-1.10']          =3099.6;
stonePrice['Cushion-F-SI2-1.11-1.29']          =3773.64;
stonePrice['Cushion-F-SI2-1.30-1.49']          =5166;
stonePrice['Cushion-F-SI2-1.50-1.60']          =6712.46875;
stonePrice['Cushion-F-SI2-1.70-1.89']          =8394.75;
stonePrice['Cushion-F-SI2-2.00-2.10']          =10926.5;
stonePrice['Cushion-F-SI3-0.23-0.29']          =189.88125;
stonePrice['Cushion-F-SI3-0.30-0.37']          =339.7875;
stonePrice['Cushion-F-SI3-0.38-0.44']          =516.6;
stonePrice['Cushion-F-SI3-0.45-0.49']          =616.64;
stonePrice['Cushion-F-SI3-0.50-0.59']          =760.49875;
stonePrice['Cushion-F-SI3-0.60-0.69']          =949.40625;
stonePrice['Cushion-F-SI3-0.70-0.79']          =1449.09375;
stonePrice['Cushion-F-SI3-0.80-0.89']          =1768.6375;
stonePrice['Cushion-F-SI3-0.90-0.99']          =2278.575;
stonePrice['Cushion-F-SI3-1.00-1.10']          =2583;
stonePrice['Cushion-F-SI3-1.11-1.29']          =3144.7;
stonePrice['Cushion-F-SI3-1.30-1.49']          =4305;
stonePrice['Cushion-F-SI3-1.50-1.60']          =5266.70625;
stonePrice['Cushion-F-SI3-1.70-1.89']          =6586.65;
stonePrice['Cushion-F-SI3-2.00-2.10']          =8058.29375;
stonePrice['Cushion-F-VS1-0.23-0.29']          =273.429;
stonePrice['Cushion-F-VS1-0.30-0.37']          =470.475;
stonePrice['Cushion-F-VS1-0.38-0.44']          =807.1875;
stonePrice['Cushion-F-VS1-0.45-0.49']          =963.5;
stonePrice['Cushion-F-VS1-0.50-0.59']          =1240.81375;
stonePrice['Cushion-F-VS1-0.60-0.69']          =1549.03125;
stonePrice['Cushion-F-VS1-0.70-0.79']          =2298.5625;
stonePrice['Cushion-F-VS1-0.80-0.89']          =2805.425;
stonePrice['Cushion-F-VS1-0.90-0.99']          =3544.45;
stonePrice['Cushion-F-VS1-1.00-1.10']          =4520.25;
stonePrice['Cushion-F-VS1-1.11-1.29']          =5503.225;
stonePrice['Cushion-F-VS1-1.30-1.49']          =7533.75;
stonePrice['Cushion-F-VS1-1.50-1.60']          =9087.65;
stonePrice['Cushion-F-VS1-1.70-1.89']          =11365.2;
stonePrice['Cushion-F-VS1-2.00-2.10']          =17482.4;
stonePrice['Cushion-F-VS2-0.23-0.29']          =269.83125;
stonePrice['Cushion-F-VS2-0.30-0.37']          =418.2;
stonePrice['Cushion-F-VS2-0.38-0.44']          =742.6125;
stonePrice['Cushion-F-VS2-0.45-0.49']          =886.42;
stonePrice['Cushion-F-VS2-0.50-0.59']          =1120.735;
stonePrice['Cushion-F-VS2-0.60-0.69']          =1399.125;
stonePrice['Cushion-F-VS2-0.70-0.79']          =2048.71875;
stonePrice['Cushion-F-VS2-0.80-0.89']          =2500.4875;
stonePrice['Cushion-F-VS2-0.90-0.99']          =3354.56875;
stonePrice['Cushion-F-VS2-1.00-1.10']          =4068.225;
stonePrice['Cushion-F-VS2-1.11-1.29']          =4952.9025;
stonePrice['Cushion-F-VS2-1.30-1.49']          =6780.375;
stonePrice['Cushion-F-VS2-1.50-1.60']          =8674.575;
stonePrice['Cushion-F-VS2-1.70-1.89']          =10848.6;
stonePrice['Cushion-F-VS2-2.00-2.10']          =16116.5875;
stonePrice['Cushion-F-VVS1-0.23-0.29']          =338.58825;
stonePrice['Cushion-F-VVS1-0.30-0.37']          =653.4375;
stonePrice['Cushion-F-VVS1-0.38-0.44']          =968.625;
stonePrice['Cushion-F-VVS1-0.45-0.49']          =1156.2;
stonePrice['Cushion-F-VVS1-0.50-0.59']          =1520.9975;
stonePrice['Cushion-F-VVS1-0.60-0.69']          =1898.8125;
stonePrice['Cushion-F-VVS1-0.70-0.79']          =2598.375;
stonePrice['Cushion-F-VVS1-0.80-0.89']          =3171.35;
stonePrice['Cushion-F-VVS1-0.90-0.99']          =3924.2125;
stonePrice['Cushion-F-VVS1-1.00-1.10']          =4907.7;
stonePrice['Cushion-F-VVS1-1.11-1.29']          =5974.93;
stonePrice['Cushion-F-VVS1-1.30-1.49']          =8179.5;
stonePrice['Cushion-F-VVS1-1.50-1.60']          =9913.8;
stonePrice['Cushion-F-VVS1-1.70-1.89']          =12398.4;
stonePrice['Cushion-F-VVS1-2.00-2.10']          =20760.35;
stonePrice['Cushion-F-VVS2-0.23-0.29']          =329.79375;
stonePrice['Cushion-F-VVS2-0.30-0.37']          =548.8875;
stonePrice['Cushion-F-VVS2-0.38-0.44']          =871.7625;
stonePrice['Cushion-F-VVS2-0.45-0.49']          =1040.58;
stonePrice['Cushion-F-VVS2-0.50-0.59']          =1360.8925;
stonePrice['Cushion-F-VVS2-0.60-0.69']          =1698.9375;
stonePrice['Cushion-F-VVS2-0.70-0.79']          =2498.4375;
stonePrice['Cushion-F-VVS2-0.80-0.89']          =3049.375;
stonePrice['Cushion-F-VVS2-0.90-0.99']          =3671.0375;
stonePrice['Cushion-F-VVS2-1.00-1.10']          =4778.55;
stonePrice['Cushion-F-VVS2-1.11-1.29']          =5817.695;
stonePrice['Cushion-F-VVS2-1.30-1.49']          =7964.25;
stonePrice['Cushion-F-VVS2-1.50-1.60']          =9603.99375;
stonePrice['Cushion-F-VVS2-1.70-1.89']          =12010.95;
stonePrice['Cushion-F-VVS2-2.00-2.10']          =19394.5375;
stonePrice['Cushion-G-SI1-0.23-0.29']          =223.86;
stonePrice['Cushion-G-SI1-0.30-0.37']          =365.925;
stonePrice['Cushion-G-SI1-0.38-0.44']          =581.175;
stonePrice['Cushion-G-SI1-0.45-0.49']          =693.72;
stonePrice['Cushion-G-SI1-0.50-0.59']          =880.5775;
stonePrice['Cushion-G-SI1-0.60-0.69']          =1099.3125;
stonePrice['Cushion-G-SI1-0.70-0.79']          =1599;
stonePrice['Cushion-G-SI1-0.80-0.89']          =1951.6;
stonePrice['Cushion-G-SI1-0.90-0.99']          =2911.5125;
stonePrice['Cushion-G-SI1-1.00-1.10']          =3357.9;
stonePrice['Cushion-G-SI1-1.11-1.29']          =4088.11;
stonePrice['Cushion-G-SI1-1.30-1.49']          =5596.5;
stonePrice['Cushion-G-SI1-1.50-1.60']          =7435.35;
stonePrice['Cushion-G-SI1-1.70-1.89']          =9298.8;
stonePrice['Cushion-G-SI1-2.00-2.10']          =12975.21875;
stonePrice['Cushion-G-SI2-0.23-0.29']          =189.88125;
stonePrice['Cushion-G-SI2-0.30-0.37']          =334.56;
stonePrice['Cushion-G-SI2-0.38-0.44']          =484.3125;
stonePrice['Cushion-G-SI2-0.45-0.49']          =578.1;
stonePrice['Cushion-G-SI2-0.50-0.59']          =720.4725;
stonePrice['Cushion-G-SI2-0.60-0.69']          =899.4375;
stonePrice['Cushion-G-SI2-0.70-0.79']          =1449.09375;
stonePrice['Cushion-G-SI2-0.80-0.89']          =1768.6375;
stonePrice['Cushion-G-SI2-0.90-0.99']          =2595.04375;
stonePrice['Cushion-G-SI2-1.00-1.10']          =2905.875;
stonePrice['Cushion-G-SI2-1.11-1.29']          =3537.7875;
stonePrice['Cushion-G-SI2-1.30-1.49']          =4843.125;
stonePrice['Cushion-G-SI2-1.50-1.60']          =6299.39375;
stonePrice['Cushion-G-SI2-1.70-1.89']          =7878.15;
stonePrice['Cushion-G-SI2-2.00-2.10']          =10516.75625;
stonePrice['Cushion-G-SI3-0.23-0.29']          =181.22;
stonePrice['Cushion-G-SI3-0.30-0.37']          =313.65;
stonePrice['Cushion-G-SI3-0.38-0.44']          =484.3125;
stonePrice['Cushion-G-SI3-0.45-0.49']          =578.1;
stonePrice['Cushion-G-SI3-0.50-0.59']          =720.4725;
stonePrice['Cushion-G-SI3-0.60-0.69']          =899.4375;
stonePrice['Cushion-G-SI3-0.70-0.79']          =1399.125;
stonePrice['Cushion-G-SI3-0.80-0.89']          =1707.65;
stonePrice['Cushion-G-SI3-0.90-0.99']          =2215.28125;
stonePrice['Cushion-G-SI3-1.00-1.10']          =2453.85;
stonePrice['Cushion-G-SI3-1.11-1.29']          =2987.465;
stonePrice['Cushion-G-SI3-1.30-1.49']          =4089.75;
stonePrice['Cushion-G-SI3-1.50-1.60']          =5060.16875;
stonePrice['Cushion-G-SI3-1.70-1.89']          =6328.35;
stonePrice['Cushion-G-SI3-2.00-2.10']          =7648.55;
stonePrice['Cushion-G-VS1-0.23-0.29']          =245.18;
stonePrice['Cushion-G-VS1-0.30-0.37']          =444.3375;
stonePrice['Cushion-G-VS1-0.38-0.44']          =742.6125;
stonePrice['Cushion-G-VS1-0.45-0.49']          =886.42;
stonePrice['Cushion-G-VS1-0.50-0.59']          =1120.735;
stonePrice['Cushion-G-VS1-0.60-0.69']          =1399.125;
stonePrice['Cushion-G-VS1-0.70-0.79']          =2098.6875;
stonePrice['Cushion-G-VS1-0.80-0.89']          =2561.475;
stonePrice['Cushion-G-VS1-0.90-0.99']          =3417.8625;
stonePrice['Cushion-G-VS1-1.00-1.10']          =4261.95;
stonePrice['Cushion-G-VS1-1.11-1.29']          =5188.755;
stonePrice['Cushion-G-VS1-1.30-1.49']          =7103.25;
stonePrice['Cushion-G-VS1-1.50-1.60']          =8777.84375;
stonePrice['Cushion-G-VS1-1.70-1.89']          =10977.75;
stonePrice['Cushion-G-VS1-2.00-2.10']          =16116.5875;
stonePrice['Cushion-G-VS2-0.23-0.29']          =239.0505;
stonePrice['Cushion-G-VS2-0.30-0.37']          =392.0625;
stonePrice['Cushion-G-VS2-0.38-0.44']          =678.0375;
stonePrice['Cushion-G-VS2-0.45-0.49']          =809.34;
stonePrice['Cushion-G-VS2-0.50-0.59']          =1000.65625;
stonePrice['Cushion-G-VS2-0.60-0.69']          =1249.21875;
stonePrice['Cushion-G-VS2-0.70-0.79']          =1898.8125;
stonePrice['Cushion-G-VS2-0.80-0.89']          =2317.525;
stonePrice['Cushion-G-VS2-0.90-0.99']          =3164.6875;
stonePrice['Cushion-G-VS2-1.00-1.10']          =3874.5;
stonePrice['Cushion-G-VS2-1.11-1.29']          =4717.05;
stonePrice['Cushion-G-VS2-1.30-1.49']          =6457.5;
stonePrice['Cushion-G-VS2-1.50-1.60']          =8158.23125;
stonePrice['Cushion-G-VS2-1.70-1.89']          =10202.85;
stonePrice['Cushion-G-VS2-2.00-2.10']          =15433.68125;
stonePrice['Cushion-G-VVS1-0.23-0.29']          =309.14;
stonePrice['Cushion-G-VVS1-0.30-0.37']          =575.025;
stonePrice['Cushion-G-VVS1-0.38-0.44']          =871.7625;
stonePrice['Cushion-G-VVS1-0.45-0.49']          =1040.58;
stonePrice['Cushion-G-VVS1-0.50-0.59']          =1360.8925;
stonePrice['Cushion-G-VVS1-0.60-0.69']          =1698.9375;
stonePrice['Cushion-G-VVS1-0.70-0.79']          =2448.46875;
stonePrice['Cushion-G-VVS1-0.80-0.89']          =2988.3875;
stonePrice['Cushion-G-VVS1-0.90-0.99']          =3671.0375;
stonePrice['Cushion-G-VVS1-1.00-1.10']          =4778.55;
stonePrice['Cushion-G-VVS1-1.11-1.29']          =5817.695;
stonePrice['Cushion-G-VVS1-1.30-1.49']          =7964.25;
stonePrice['Cushion-G-VVS1-1.50-1.60']          =9603.99375;
stonePrice['Cushion-G-VVS1-1.70-1.89']          =12010.95;
stonePrice['Cushion-G-VVS1-2.00-2.10']          =18848.2125;
stonePrice['Cushion-G-VVS2-0.23-0.29']          =301.4115;
stonePrice['Cushion-G-VVS2-0.30-0.37']          =496.6125;
stonePrice['Cushion-G-VVS2-0.38-0.44']          =807.1875;
stonePrice['Cushion-G-VVS2-0.45-0.49']          =963.5;
stonePrice['Cushion-G-VVS2-0.50-0.59']          =1240.81375;
stonePrice['Cushion-G-VVS2-0.60-0.69']          =1549.03125;
stonePrice['Cushion-G-VVS2-0.70-0.79']          =2298.5625;
stonePrice['Cushion-G-VVS2-0.80-0.89']          =2805.425;
stonePrice['Cushion-G-VVS2-0.90-0.99']          =3544.45;
stonePrice['Cushion-G-VVS2-1.00-1.10']          =4584.825;
stonePrice['Cushion-G-VVS2-1.11-1.29']          =5581.8425;
stonePrice['Cushion-G-VVS2-1.30-1.49']          =7641.375;
stonePrice['Cushion-G-VVS2-1.50-1.60']          =9087.65;
stonePrice['Cushion-G-VVS2-1.70-1.89']          =11365.2;
stonePrice['Cushion-G-VVS2-2.00-2.10']          =17482.4;
stonePrice['Cushion-H-SI1-0.23-0.29']          =209.86875;
stonePrice['Cushion-H-SI1-0.30-0.37']          =339.7875;
stonePrice['Cushion-H-SI1-0.38-0.44']          =548.8875;
stonePrice['Cushion-H-SI1-0.45-0.49']          =655.18;
stonePrice['Cushion-H-SI1-0.50-0.59']          =760.49875;
stonePrice['Cushion-H-SI1-0.60-0.69']          =949.40625;
stonePrice['Cushion-H-SI1-0.70-0.79']          =1449.09375;
stonePrice['Cushion-H-SI1-0.80-0.89']          =1768.6375;
stonePrice['Cushion-H-SI1-0.90-0.99']          =2595.04375;
stonePrice['Cushion-H-SI1-1.00-1.10']          =2841.3;
stonePrice['Cushion-H-SI1-1.11-1.29']          =3459.17;
stonePrice['Cushion-H-SI1-1.30-1.49']          =4735.5;
stonePrice['Cushion-H-SI1-1.50-1.60']          =6299.39375;
stonePrice['Cushion-H-SI1-1.70-1.89']          =7878.15;
stonePrice['Cushion-H-SI1-2.00-2.10']          =10926.5;
stonePrice['Cushion-H-SI2-0.23-0.29']          =189.88125;
stonePrice['Cushion-H-SI2-0.30-0.37']          =287.5125;
stonePrice['Cushion-H-SI2-0.38-0.44']          =452.025;
stonePrice['Cushion-H-SI2-0.45-0.49']          =539.56;
stonePrice['Cushion-H-SI2-0.50-0.59']          =680.44625;
stonePrice['Cushion-H-SI2-0.60-0.69']          =849.46875;
stonePrice['Cushion-H-SI2-0.70-0.79']          =1349.15625;
stonePrice['Cushion-H-SI2-0.80-0.89']          =1646.6625;
stonePrice['Cushion-H-SI2-0.90-0.99']          =2278.575;
stonePrice['Cushion-H-SI2-1.00-1.10']          =2518.425;
stonePrice['Cushion-H-SI2-1.11-1.29']          =3066.0825;
stonePrice['Cushion-H-SI2-1.30-1.49']          =4197.375;
stonePrice['Cushion-H-SI2-1.50-1.60']          =5473.24375;
stonePrice['Cushion-H-SI2-1.70-1.89']          =6844.95;
stonePrice['Cushion-H-SI2-2.00-2.10']          =9014.3625;
stonePrice['Cushion-H-SI3-0.23-0.29']          =169.89375;
stonePrice['Cushion-H-SI3-0.30-0.37']          =287.5125;
stonePrice['Cushion-H-SI3-0.38-0.44']          =452.025;
stonePrice['Cushion-H-SI3-0.45-0.49']          =539.56;
stonePrice['Cushion-H-SI3-0.50-0.59']          =680.44625;
stonePrice['Cushion-H-SI3-0.60-0.69']          =849.46875;
stonePrice['Cushion-H-SI3-0.70-0.79']          =1299.1875;
stonePrice['Cushion-H-SI3-0.80-0.89']          =1585.675;
stonePrice['Cushion-H-SI3-0.90-0.99']          =2088.69375;
stonePrice['Cushion-H-SI3-1.00-1.10']          =2324.7;
stonePrice['Cushion-H-SI3-1.11-1.29']          =2830.23;
stonePrice['Cushion-H-SI3-1.30-1.49']          =3874.5;
stonePrice['Cushion-H-SI3-1.50-1.60']          =4543.825;
stonePrice['Cushion-H-SI3-1.70-1.89']          =5682.6;
stonePrice['Cushion-H-SI3-2.00-2.10']          =6829.0625;
stonePrice['Cushion-H-VS1-0.23-0.29']          =239.0505;
stonePrice['Cushion-H-VS1-0.30-0.37']          =418.2;
stonePrice['Cushion-H-VS1-0.38-0.44']          =678.0375;
stonePrice['Cushion-H-VS1-0.45-0.49']          =809.34;
stonePrice['Cushion-H-VS1-0.50-0.59']          =1040.6825;
stonePrice['Cushion-H-VS1-0.60-0.69']          =1299.1875;
stonePrice['Cushion-H-VS1-0.70-0.79']          =1948.78125;
stonePrice['Cushion-H-VS1-0.80-0.89']          =2378.5125;
stonePrice['Cushion-H-VS1-0.90-0.99']          =2911.5125;
stonePrice['Cushion-H-VS1-1.00-1.10']          =3422.475;
stonePrice['Cushion-H-VS1-1.11-1.29']          =4166.7275;
stonePrice['Cushion-H-VS1-1.30-1.49']          =5704.125;
stonePrice['Cushion-H-VS1-1.50-1.60']          =7228.8125;
stonePrice['Cushion-H-VS1-1.70-1.89']          =9040.5;
stonePrice['Cushion-H-VS1-2.00-2.10']          =12838.6375;
stonePrice['Cushion-H-VS2-0.23-0.29']          =229.85625;
stonePrice['Cushion-H-VS2-0.30-0.37']          =365.925;
stonePrice['Cushion-H-VS2-0.38-0.44']          =613.4625;
stonePrice['Cushion-H-VS2-0.45-0.49']          =732.26;
stonePrice['Cushion-H-VS2-0.50-0.59']          =960.63;
stonePrice['Cushion-H-VS2-0.60-0.69']          =1199.25;
stonePrice['Cushion-H-VS2-0.70-0.79']          =1698.9375;
stonePrice['Cushion-H-VS2-0.80-0.89']          =2073.575;
stonePrice['Cushion-H-VS2-0.90-0.99']          =2721.63125;
stonePrice['Cushion-H-VS2-1.00-1.10']          =3099.6;
stonePrice['Cushion-H-VS2-1.11-1.29']          =3773.64;
stonePrice['Cushion-H-VS2-1.30-1.49']          =5166;
stonePrice['Cushion-H-VS2-1.50-1.60']          =6815.7375;
stonePrice['Cushion-H-VS2-1.70-1.89']          =8523.9;
stonePrice['Cushion-H-VS2-2.00-2.10']          =12155.73125;
stonePrice['Cushion-H-VVS1-0.23-0.29']          =301.4115;
stonePrice['Cushion-H-VVS1-0.30-0.37']          =496.6125;
stonePrice['Cushion-H-VVS1-0.38-0.44']          =774.9;
stonePrice['Cushion-H-VVS1-0.45-0.49']          =924.96;
stonePrice['Cushion-H-VVS1-0.50-0.59']          =1240.81375;
stonePrice['Cushion-H-VVS1-0.60-0.69']          =1549.03125;
stonePrice['Cushion-H-VVS1-0.70-0.79']          =2148.65625;
stonePrice['Cushion-H-VVS1-0.80-0.89']          =2622.4625;
stonePrice['Cushion-H-VVS1-0.90-0.99']          =3164.6875;
stonePrice['Cushion-H-VVS1-1.00-1.10']          =3809.925;
stonePrice['Cushion-H-VVS1-1.11-1.29']          =4638.4325;
stonePrice['Cushion-H-VVS1-1.30-1.49']          =6349.875;
stonePrice['Cushion-H-VVS1-1.50-1.60']          =7848.425;
stonePrice['Cushion-H-VVS1-1.70-1.89']          =9815.4;
stonePrice['Cushion-H-VVS1-2.00-2.10']          =14887.35625;
stonePrice['Cushion-H-VVS2-0.23-0.29']          =289.81875;
stonePrice['Cushion-H-VVS2-0.30-0.37']          =444.3375;
stonePrice['Cushion-H-VVS2-0.38-0.44']          =710.325;
stonePrice['Cushion-H-VVS2-0.45-0.49']          =847.88;
stonePrice['Cushion-H-VVS2-0.50-0.59']          =1160.76125;
stonePrice['Cushion-H-VVS2-0.60-0.69']          =1449.09375;
stonePrice['Cushion-H-VVS2-0.70-0.79']          =2098.6875;
stonePrice['Cushion-H-VVS2-0.80-0.89']          =2561.475;
stonePrice['Cushion-H-VVS2-0.90-0.99']          =3038.1;
stonePrice['Cushion-H-VVS2-1.00-1.10']          =3616.2;
stonePrice['Cushion-H-VVS2-1.11-1.29']          =4402.58;
stonePrice['Cushion-H-VVS2-1.30-1.49']          =6027;
stonePrice['Cushion-H-VVS2-1.50-1.60']          =7538.61875;
stonePrice['Cushion-H-VVS2-1.70-1.89']          =9427.95;
stonePrice['Cushion-H-VVS2-2.00-2.10']          =13521.54375;
stonePrice['Cushion-I-SI1-0.23-0.29']          =202.54;
stonePrice['Cushion-I-SI1-0.30-0.37']          =313.65;
stonePrice['Cushion-I-SI1-0.38-0.44']          =484.3125;
stonePrice['Cushion-I-SI1-0.45-0.49']          =578.1;
stonePrice['Cushion-I-SI1-0.50-0.59']          =760.49875;
stonePrice['Cushion-I-SI1-0.60-0.69']          =949.40625;
stonePrice['Cushion-I-SI1-0.70-0.79']          =1249.21875;
stonePrice['Cushion-I-SI1-0.80-0.89']          =1524.6875;
stonePrice['Cushion-I-SI1-0.90-0.99']          =2405.1625;
stonePrice['Cushion-I-SI1-1.00-1.10']          =2583;
stonePrice['Cushion-I-SI1-1.11-1.29']          =3144.7;
stonePrice['Cushion-I-SI1-1.30-1.49']          =4305;
stonePrice['Cushion-I-SI1-1.50-1.60']          =5679.78125;
stonePrice['Cushion-I-SI1-1.70-1.89']          =7103.25;
stonePrice['Cushion-I-SI1-2.00-2.10']          =9560.6875;
stonePrice['Cushion-I-SI2-0.23-0.29']          =181.22;
stonePrice['Cushion-I-SI2-0.30-0.37']          =261.375;
stonePrice['Cushion-I-SI2-0.38-0.44']          =419.7375;
stonePrice['Cushion-I-SI2-0.45-0.49']          =501.02;
stonePrice['Cushion-I-SI2-0.50-0.59']          =680.44625;
stonePrice['Cushion-I-SI2-0.60-0.69']          =849.46875;
stonePrice['Cushion-I-SI2-0.70-0.79']          =1748.90625;
stonePrice['Cushion-I-SI2-0.80-0.89']          =2134.5625;
stonePrice['Cushion-I-SI2-0.90-0.99']          =2088.69375;
stonePrice['Cushion-I-SI2-1.00-1.10']          =2260.125;
stonePrice['Cushion-I-SI2-1.11-1.29']          =2751.6125;
stonePrice['Cushion-I-SI2-1.30-1.49']          =3766.875;
stonePrice['Cushion-I-SI2-1.50-1.60']          =4750.3625;
stonePrice['Cushion-I-SI2-1.70-1.89']          =5940.9;
stonePrice['Cushion-I-SI2-2.00-2.10']          =8194.875;
stonePrice['Cushion-I-SI3-0.23-0.29']          =159.9;
stonePrice['Cushion-I-SI3-0.30-0.37']          =261.375;
stonePrice['Cushion-I-SI3-0.38-0.44']          =419.7375;
stonePrice['Cushion-I-SI3-0.45-0.49']          =501.02;
stonePrice['Cushion-I-SI3-0.50-0.59']          =640.42;
stonePrice['Cushion-I-SI3-0.60-0.69']          =799.5;
stonePrice['Cushion-I-SI3-0.70-0.79']          =1099.3125;
stonePrice['Cushion-I-SI3-0.80-0.89']          =1341.725;
stonePrice['Cushion-I-SI3-0.90-0.99']          =1835.51875;
stonePrice['Cushion-I-SI3-1.00-1.10']          =2130.975;
stonePrice['Cushion-I-SI3-1.11-1.29']          =2594.3775;
stonePrice['Cushion-I-SI3-1.30-1.49']          =3551.625;
stonePrice['Cushion-I-SI3-1.50-1.60']          =4130.75;
stonePrice['Cushion-I-SI3-1.70-1.89']          =5166;
stonePrice['Cushion-I-SI3-2.00-2.10']          =6419.31875;
stonePrice['Cushion-I-VS1-0.23-0.29']          =223.86;
stonePrice['Cushion-I-VS1-0.30-0.37']          =365.925;
stonePrice['Cushion-I-VS1-0.38-0.44']          =581.175;
stonePrice['Cushion-I-VS1-0.45-0.49']          =693.72;
stonePrice['Cushion-I-VS1-0.50-0.59']          =920.60375;
stonePrice['Cushion-I-VS1-0.60-0.69']          =1149.28125;
stonePrice['Cushion-I-VS1-0.70-0.79']          =1648.96875;
stonePrice['Cushion-I-VS1-0.80-0.89']          =2012.5875;
stonePrice['Cushion-I-VS1-0.90-0.99']          =2658.3375;
stonePrice['Cushion-I-VS1-1.00-1.10']          =3099.6;
stonePrice['Cushion-I-VS1-1.11-1.29']          =3773.64;
stonePrice['Cushion-I-VS1-1.30-1.49']          =5166;
stonePrice['Cushion-I-VS1-1.50-1.60']          =6299.39375;
stonePrice['Cushion-I-VS1-1.70-1.89']          =7878.15;
stonePrice['Cushion-I-VS1-2.00-2.10']          =10789.91875;
stonePrice['Cushion-I-VS2-0.23-0.29']          =218.2635;
stonePrice['Cushion-I-VS2-0.30-0.37']          =339.7875;
stonePrice['Cushion-I-VS2-0.38-0.44']          =516.6;
stonePrice['Cushion-I-VS2-0.45-0.49']          =616.64;
stonePrice['Cushion-I-VS2-0.50-0.59']          =840.55125;
stonePrice['Cushion-I-VS2-0.60-0.69']          =1049.34375;
stonePrice['Cushion-I-VS2-0.70-0.79']          =1399.125;
stonePrice['Cushion-I-VS2-0.80-0.89']          =1707.65;
stonePrice['Cushion-I-VS2-0.90-0.99']          =2468.45625;
stonePrice['Cushion-I-VS2-1.00-1.10']          =2841.3;
stonePrice['Cushion-I-VS2-1.11-1.29']          =3459.17;
stonePrice['Cushion-I-VS2-1.30-1.49']          =4735.5;
stonePrice['Cushion-I-VS2-1.50-1.60']          =5989.5875;
stonePrice['Cushion-I-VS2-1.70-1.89']          =7490.7;
stonePrice['Cushion-I-VS2-2.00-2.10']          =10107.0125;
stonePrice['Cushion-I-VVS1-0.23-0.29']          =255.84;
stonePrice['Cushion-I-VVS1-0.30-0.37']          =392.0625;
stonePrice['Cushion-I-VVS1-0.38-0.44']          =645.75;
stonePrice['Cushion-I-VVS1-0.45-0.49']          =770.8;
stonePrice['Cushion-I-VVS1-0.50-0.59']          =1040.6825;
stonePrice['Cushion-I-VVS1-0.60-0.69']          =1299.1875;
stonePrice['Cushion-I-VVS1-0.70-0.79']          =1848.84375;
stonePrice['Cushion-I-VVS1-0.80-0.89']          =2256.5375;
stonePrice['Cushion-I-VVS1-0.90-0.99']          =2848.21875;
stonePrice['Cushion-I-VVS1-1.00-1.10']          =3357.9;
stonePrice['Cushion-I-VVS1-1.11-1.29']          =4088.11;
stonePrice['Cushion-I-VVS1-1.30-1.49']          =5596.5;
stonePrice['Cushion-I-VVS1-1.50-1.60']          =6712.46875;
stonePrice['Cushion-I-VVS1-1.70-1.89']          =8394.75;
stonePrice['Cushion-I-VVS1-2.00-2.10']          =12155.73125;
stonePrice['Cushion-I-VVS2-0.23-0.29']          =249.444;
stonePrice['Cushion-I-VVS2-0.30-0.37']          =365.925;
stonePrice['Cushion-I-VVS2-0.38-0.44']          =613.4625;
stonePrice['Cushion-I-VVS2-0.45-0.49']          =732.26;
stonePrice['Cushion-I-VVS2-0.50-0.59']          =1000.65625;
stonePrice['Cushion-I-VVS2-0.60-0.69']          =1249.21875;
stonePrice['Cushion-I-VVS2-0.70-0.79']          =1798.875;
stonePrice['Cushion-I-VVS2-0.80-0.89']          =2195.55;
stonePrice['Cushion-I-VVS2-0.90-0.99']          =2784.925;
stonePrice['Cushion-I-VVS2-1.00-1.10']          =3228.75;
stonePrice['Cushion-I-VVS2-1.11-1.29']          =3930.875;
stonePrice['Cushion-I-VVS2-1.30-1.49']          =5381.25;
stonePrice['Cushion-I-VVS2-1.50-1.60']          =6609.2;
stonePrice['Cushion-I-VVS2-1.70-1.89']          =8265.6;
stonePrice['Cushion-I-VVS2-2.00-2.10']          =11472.825;
stonePrice['Cushion-J-SI1-0.23-0.29']          =189.88125;
stonePrice['Cushion-J-SI1-0.30-0.37']          =261.375;
stonePrice['Cushion-J-SI1-0.38-0.44']          =387.45;
stonePrice['Cushion-J-SI1-0.45-0.49']          =462.48;
stonePrice['Cushion-J-SI1-0.50-0.59']          =680.44625;
stonePrice['Cushion-J-SI1-0.60-0.69']          =849.46875;
stonePrice['Cushion-J-SI1-0.70-0.79']          =1199.25;
stonePrice['Cushion-J-SI1-0.80-0.89']          =1463.7;
stonePrice['Cushion-J-SI1-0.90-0.99']          =2151.9875;
stonePrice['Cushion-J-SI1-1.00-1.10']          =2260.125;
stonePrice['Cushion-J-SI1-1.11-1.29']          =2751.6125;
stonePrice['Cushion-J-SI1-1.30-1.49']          =3766.875;
stonePrice['Cushion-J-SI1-1.50-1.60']          =4543.825;
stonePrice['Cushion-J-SI1-1.70-1.89']          =5682.6;
stonePrice['Cushion-J-SI1-2.00-2.10']          =7648.55;
stonePrice['Cushion-J-SI2-0.23-0.29']          =169.89375;
stonePrice['Cushion-J-SI2-0.30-0.37']          =235.2375;
stonePrice['Cushion-J-SI2-0.38-0.44']          =355.1625;
stonePrice['Cushion-J-SI2-0.45-0.49']          =423.94;
stonePrice['Cushion-J-SI2-0.50-0.59']          =640.42;
stonePrice['Cushion-J-SI2-0.60-0.69']          =799.5;
stonePrice['Cushion-J-SI2-0.70-0.79']          =999.375;
stonePrice['Cushion-J-SI2-0.80-0.89']          =1219.75;
stonePrice['Cushion-J-SI2-0.90-0.99']          =1898.8125;
stonePrice['Cushion-J-SI2-1.00-1.10']          =2001.825;
stonePrice['Cushion-J-SI2-1.11-1.29']          =2437.1425;
stonePrice['Cushion-J-SI2-1.30-1.49']          =3336.375;
stonePrice['Cushion-J-SI2-1.50-1.60']          =3924.2125;
stonePrice['Cushion-J-SI2-1.70-1.89']          =4907.7;
stonePrice['Cushion-J-SI2-2.00-2.10']          =6829.0625;
stonePrice['Cushion-J-SI3-0.23-0.29']          =149.90625;
stonePrice['Cushion-J-SI3-0.30-0.37']          =235.2375;
stonePrice['Cushion-J-SI3-0.38-0.44']          =355.1625;
stonePrice['Cushion-J-SI3-0.45-0.49']          =423.94;
stonePrice['Cushion-J-SI3-0.50-0.59']          =560.3675;
stonePrice['Cushion-J-SI3-0.60-0.69']          =699.5625;
stonePrice['Cushion-J-SI3-0.70-0.79']          =949.40625;
stonePrice['Cushion-J-SI3-0.80-0.89']          =1158.7625;
stonePrice['Cushion-J-SI3-0.90-0.99']          =1645.6375;
stonePrice['Cushion-J-SI3-1.00-1.10']          =1808.1;
stonePrice['Cushion-J-SI3-1.11-1.29']          =2201.29;
stonePrice['Cushion-J-SI3-1.30-1.49']          =3013.5;
stonePrice['Cushion-J-SI3-1.50-1.60']          =3407.86875;
stonePrice['Cushion-J-SI3-1.70-1.89']          =4261.95;
stonePrice['Cushion-J-SI3-2.00-2.10']          =5190.0875;
stonePrice['Cushion-J-VS1-0.23-0.29']          =218.2635;
stonePrice['Cushion-J-VS1-0.30-0.37']          =287.5125;
stonePrice['Cushion-J-VS1-0.38-0.44']          =484.3125;
stonePrice['Cushion-J-VS1-0.45-0.49']          =578.1;
stonePrice['Cushion-J-VS1-0.50-0.59']          =760.49875;
stonePrice['Cushion-J-VS1-0.60-0.69']          =949.40625;
stonePrice['Cushion-J-VS1-0.70-0.79']          =1349.15625;
stonePrice['Cushion-J-VS1-0.80-0.89']          =1646.6625;
stonePrice['Cushion-J-VS1-0.90-0.99']          =2341.86875;
stonePrice['Cushion-J-VS1-1.00-1.10']          =2583;
stonePrice['Cushion-J-VS1-1.11-1.29']          =3144.7;
stonePrice['Cushion-J-VS1-1.30-1.49']          =4305;
stonePrice['Cushion-J-VS1-1.50-1.60']          =4956.9;
stonePrice['Cushion-J-VS1-1.70-1.89']          =6199.2;
stonePrice['Cushion-J-VS1-2.00-2.10']          =8604.61875;
stonePrice['Cushion-J-VS2-0.23-0.29']          =209.86875;
stonePrice['Cushion-J-VS2-0.30-0.37']          =287.5125;
stonePrice['Cushion-J-VS2-0.38-0.44']          =419.7375;
stonePrice['Cushion-J-VS2-0.45-0.49']          =501.02;
stonePrice['Cushion-J-VS2-0.50-0.59']          =720.4725;
stonePrice['Cushion-J-VS2-0.60-0.69']          =899.4375;
stonePrice['Cushion-J-VS2-0.70-0.79']          =1299.1875;
stonePrice['Cushion-J-VS2-0.80-0.89']          =1585.675;
stonePrice['Cushion-J-VS2-0.90-0.99']          =2278.575;
stonePrice['Cushion-J-VS2-1.00-1.10']          =2453.85;
stonePrice['Cushion-J-VS2-1.11-1.29']          =2987.465;
stonePrice['Cushion-J-VS2-1.30-1.49']          =4089.75;
stonePrice['Cushion-J-VS2-1.50-1.60']          =4750.3625;
stonePrice['Cushion-J-VS2-1.70-1.89']          =5940.9;
stonePrice['Cushion-J-VS2-2.00-2.10']          =8058.29375;
stonePrice['Cushion-J-VVS1-0.23-0.29']          =249.444;
stonePrice['Cushion-J-VVS1-0.30-0.37']          =313.65;
stonePrice['Cushion-J-VVS1-0.38-0.44']          =516.6;
stonePrice['Cushion-J-VVS1-0.45-0.49']          =616.64;
stonePrice['Cushion-J-VVS1-0.50-0.59']          =840.55125;
stonePrice['Cushion-J-VVS1-0.60-0.69']          =1049.34375;
stonePrice['Cushion-J-VVS1-0.70-0.79']          =1499.0625;
stonePrice['Cushion-J-VVS1-0.80-0.89']          =1829.625;
stonePrice['Cushion-J-VVS1-0.90-0.99']          =2531.75;
stonePrice['Cushion-J-VVS1-1.00-1.10']          =2841.3;
stonePrice['Cushion-J-VVS1-1.11-1.29']          =3459.17;
stonePrice['Cushion-J-VVS1-1.30-1.49']          =4735.5;
stonePrice['Cushion-J-VVS1-1.50-1.60']          =5266.70625;
stonePrice['Cushion-J-VVS1-1.70-1.89']          =6586.65;
stonePrice['Cushion-J-VVS1-2.00-2.10']          =9424.10625;
stonePrice['Cushion-J-VVS2-0.23-0.29']          =239.85;
stonePrice['Cushion-J-VVS2-0.30-0.37']          =313.65;
stonePrice['Cushion-J-VVS2-0.38-0.44']          =516.6;
stonePrice['Cushion-J-VVS2-0.45-0.49']          =616.64;
stonePrice['Cushion-J-VVS2-0.50-0.59']          =800.525;
stonePrice['Cushion-J-VVS2-0.60-0.69']          =999.375;
stonePrice['Cushion-J-VVS2-0.70-0.79']          =1449.09375;
stonePrice['Cushion-J-VVS2-0.80-0.89']          =1768.6375;
stonePrice['Cushion-J-VVS2-0.90-0.99']          =2468.45625;
stonePrice['Cushion-J-VVS2-1.00-1.10']          =2712.15;
stonePrice['Cushion-J-VVS2-1.11-1.29']          =3301.935;
stonePrice['Cushion-J-VVS2-1.30-1.49']          =4520.25;
stonePrice['Cushion-J-VVS2-1.50-1.60']          =5163.4375;
stonePrice['Cushion-J-VVS2-1.70-1.89']          =6457.5;
stonePrice['Cushion-J-VVS2-2.00-2.10']          =9014.3625;


