You need to remove the original stylesheet by adding the 'remove_action' line I gave you earlier in this thread to your child theme's functions.php:
<?php remove_action('wp_print_styles', 'cc_tabby_css', 30); ?>
And add the content of this pastebin to your child theme's stylesheet or custom styles plugin:
This also includes a fix to correct the vertical alignment of the tabs in your theme