As the main stylesheet is loaded first it is redundant to reload all of the statements for the c_2.css So the minimum that should be in c_2.css would be the following:```
/**
- Main CSS Stylesheet
- @package templateSystem
- @copyright Copyright 2003-2006 Zen Cart Development Team
- @copyright Portions Copyright 2003 osCommerce
- @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
- @version $Id: stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
*/
body {
background-color: #FF00FF;/Side boarder colour/
}
input:focus, select:focus, textarea:focus {
background: #FF00FF;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
background-image: url(../images/tile_backpinktop.gif);/this is the title bar colour/
}
#navCatTabsWrapper { /this is the link bar under the title bar/
background-color: #ffffff;
color: #000000;
background-image: url(../images/tile_backpinkbottom.gif);
}
#navEZPagesTop {
background-image: url(../images/tile_backpinktop.gif);
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
background-image: url(../images/tile_backpinktop.gif);
}
.productListing-rowheading {
background-image: url(../images/tile_backpinktop.gif);
}