Why if i include page it is not showing tabs?

In my site i use the tabs for showing content related to specific topic…

If i use it separately it is working(showing tabs) but when i include it into another page, the tabs are not displaying…

This is i used separately:::
http://rfcables.org/tab_new.php

This page is included into another page it is showing like this:::

http://rfcables.org/products/24.html

Give me any suggestions…

This is a simple path issue, in your tab_new.php file you need to make the CSS link the following

<link type="text/css" rel="StyleSheet" href="../tab.webfx.css" />

Thank you SgtLegend…
I add that line in tab_new.php,now it is working…