/**
 * 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

/*
original like this.... (RB)
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	border: 5px solid #cccccc;
*/


.categoryListBoxContents 
{
    /*
	float: left; 
	margin: 1em 3px 0em 3px; 
	padding: 0px;
	border: solid 1px #9EA2CF;
*/
/*	float: left; */
	margin: 1em 4px 0em 4px; 
	padding: 0px 0px 0px 0px;
	border: solid 1px #ffffff /* RUSS #9EA2CF;*/
	/*line-height: 2em;*/
	}

.fillLine  /* This adds a small line space above and below the category title - used in category_row.php (RB) */
{
    line-height:0.5em;
}
		
.centerColumn {
    background-color: #ffffff;
	color: #000000;
	padding: 0;
	


/*	
	color: #ffffff;
    margin: 5px;
	border: 0px solid #FF0000;
*/
}


.centerBoxContentsProducts {
/*    background-color : green;  */
    margin: 1em 5px 0em 3px; 
	padding: 0px 0px 0px 0px;
	border: solid 1px #9EA2CF;

}

	

/*
.FeaturedsideBoxContent {
    background-color: red;
   	border: 1px solid #cccccc;
   	text-align: center;
   	margin: 10px;
	}
*/	
