.introduction {
margin-bottom: 8px;
}
#product_catalogue {
border: none;
margin-bottom: 16px;
overflow: visible; /* to prevent very long elements in the pulldown from causing the box to wrap */
}
/* #product_catalogue select {
font: 9px/12px Arial, Geneva, Helvetica, sans-serif;
}
*/
.subsection {
/* padding-top: 20px; */
width: 100%; /* IE inherits weird padding-top from .content unless a width is specified */
}
/* .subsection h2 {
margin-bottom: 15px;
}
*/
.productFamilyGroup {
float: left;
width: 45%;
}
#productFamilyGroup1 {
margin-right: 10%;
}
#productFamilyGroup2 {
}

.productFamilyGroup ul {
}
.productFamilyGroup ul li {
font-weight: bold;
background: none;
padding: 0;
}
.productFamilyGroup ul ul {
/* min-height: 10em; */ /* this number can be changed to create shorter "table cells." Should also be changed in products_ie.css . */
margin: 0 0 1em 1em;
}
.productFamilyGroup ul ul li {
font-weight: normal;
background: none;
padding: 0;
}
