#CatalogManufacturer
{
	width: 100%;
	height: 22px;
	background-color: #a0a0a0;
	margin-top: 5px;
    margin-bottom: 5px;
	float: left;
}

#CatalogItem
{
    width: 30%;
	height: 22px;
	background-color: #c0c0c0;
	margin-right: 1%;
    padding-left: 5px;
	margin-bottom: 5px;
	float: left;
    font-size: 12px;
}

#SeriesItem
{
	width: 32%;
	height: 22px;
	margin-right: 1%;
	margin-bottom: 5px;
	float: left;
    font-size: 12px;
}

#Manuf a
{
	text-decoration: none;
	color: #020202;
}