$(document).ready(function(){
	$(".tailoring_service").each(function () {

		$(this).tooltip({
			delay: 333,
			showURL: false,
			bodyHandler: function() {
				return '<div class="tailoring_service_details"><h1>TAILORING SERVICE</h1><br/><p>Fabrics purchased online can be stitched up into salwar kameez, pajami suits and trouser suits using our express in-house tailoring service. Tailoring will take 3-7 days extra for delivery. Tailoring is charged as a flat-fee of &pound;25.</p><br/><p>In order to aid the stitching process and to achieve the maximum accuracy, we require a certain number of measurements. If a quicker turnaround time is required, please contact us.</p></div>';
			}
		});
	});
});
