/**
 * Manufacturers All CSS Stylesheet
 *
 * @copyright Copyright 2003-2007 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_manufacturers_all.css 2008-02-12 nhradeuce
 */

#manuAllWrapper {
	padding-left: 270px;
	height: 750px;
	}

#manuAllHeading {
		margin: 0em 0em 0em 1em;
	}
#manufacturersAll {
	vertical-align: top;
	margin: 1em 0em 0em 1em;
	text-align: center;
	}

#ManuWrapper {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	/* border: 1px solid #cccccc; */
	width: 221px;
	height: 221px;
	}

#ManuName{
  margin-top: -40px;
  font-size: 20px;
  color: #FFFFFF;
  	font-style: normal;
  }
  
  #ManuName a{
  margin-top: -40px;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration:none;
  }