Thanks for the response and code Lee. I am getting an error right now though... "Object reference not set to an instance of an object." for this line:
var price_shipping = shipping_block.SelectSingleNode(".//span[@class='price_shipping']").InnerText;
Do you know why this is happening?