/**
 * 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 {
	
	}

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

#ManuWrapper {
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 110px;
	border: #DDDDDD solid 1px;
    margin-left: 19px;
    margin-bottom: 19px;
	}
	
#ManuWrapper img {
	/*height: 80px;*/
	text-decoration: none;
	}
	
#ManuWrapper a {
	text-decoration: none;
	}
.manuUnderline {
	text-decoration: underline;
}