/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce										  |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers							  |
// |																	  |
// | http://www.zen-cart.com/index.php									  |
// |																	  |
// | Portions Copyright (c) 2003 osCommerce								  |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,		  |
// | that is bundled with this package in the file LICENSE,and is		  |
// | available through the world-wide-web at the following url:			  |
// | http://www.zen-cart.com/license/2_0.txt.							  |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web,please send a note to		  |
// | license@zen-cart.com so we can mail you a copy immediately.		  |
// +----------------------------------------------------------------------+
// $Id:stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY{
	background-color:#000;
}

/***** stylesheet_new.css mods *****/
h1,h2,h3,h4,h5,h6{
	margin:0 0.3em;
}
.centerColumn,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix{padding:.1em 0.8em;}
#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix{margin:50px auto;}
#bannerFour{border-top:1px solid #630;padding-top:50px;}
#contentMainWrapper{background:#fffcee;}
#navBreadCrumb{background:#f2e3aa;}
#contentColumnMain, #navColumnOne, #navColumnTwo{background:#f2e3aa;}
a{line-height:125%;}
a:link{color:#996633;}
a:visited{color:#663300;}
a:hover, a:active{color:#663300;text-decoration:underline;}
.custNotice{margin-top:10px;}
.sTxt{font-size:80%;}

/***** stylesheet_original.css mods *****/
td.salesText{text-align:center;vertical-align:top;padding:4px 200px;}
.leftboxcontent,.rightboxcontent,.centerboxcontent,.singleboxcontent{background:#f2e3aa;}
td.headerNavigation a:hover,td.footertop a:hover{color:#a8cfff;background:#630;}

/* categories box parent and child categories */
A.category-top{
	color:#008000;
	text-decoration:none;
}
A.category-links{
	color:#004080;
	text-decoration:none;
}
A.category-subs,A.category-products{
	color:#FF0000;
	text-decoration:none;
}
SPAN.category-subs-parent{
	font-weight:bold;
}
SPAN.category-subs-selected{
	font-weight:bold;
}

