/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	background-color: #fff;
	}

a:link, #navEZPagesTOC ul li a {
	color: #000;
	}
 
a:visited {
	color: #000;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
	}

a:active {
	color: #fc0;
	}

input:focus, select:focus, textarea:focus {
	background: #f3f3f3;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background-color: #fc0;
	}

#navEZPagesTop {
	background-color: #fc0;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	background-color: #fc0;
	}

.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #c90;
	border-bottom: 5px solid #c90;
	}

.productListing-rowheading {
	background-color: #fc0;
	}