/**
 * @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 5549 2007-01-06 22:04:53Z drbyte $
 */
/*



/************************ STORE LOCATION CSS **************************/
/****** Centering the DIV ******/
.slwrapper {
	width: 100%;
	}





.textcolumn {
		width: 100%;
}

#threecolcenter {
		width: 0%;
}

#threecolleft {
		width: 100%;           /* LC width */
}

#threecolright {
		width: 0%;           /* RC width */
}


#twocolleft {
		width: 100%;           /* LC width */
}

#twocolright {
		width: 0%;           /* RC width */
}
