
$(document).ready ( function() {
	$('a.disabled').click ( function() {
		return false;
	});
	$('a.document[href$=".pdf"]').css({
		'background': 'transparent url(/img/icon-pdf-12.gif) no-repeat center right',
		'padding-right': '15px'
	});
	$('a.document[href$=".doc"]').css({
		'background': 'transparent url(/img/icon-msword-12.gif) no-repeat center right',
		'padding-right': '15px'
	});
	
	$('td.textile p:first-child').css( 'margin-top', 0 );
	$('td.textile p:last-child').css( 'margin-bottom', 0 );
})
