.b_contentbridge .giga_product_categories {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    display: inline;
}

.b_contentbridge .giga_product_category {
    display: inline-block;
    width: 95px;
    height: 122px;
    vertical-align: bottom;
}

.b_contentbridge div.giga_category_text {
    text-align: center !important;
}

.b_contentbridge .giga_faq {
    margin: 1em 0;
}

.b_contentbridge .giga_faq form {
    margin-top: 3em;
}

.b_contentbridge .giga_dialog .giga_faq_content {
    text-align: left !important;
}

.b_contentbridge .giga_dialog .giga_faq_content li {
    list-style-position: outside !important;
    list-style-type: disc !important;
    margin-left: 2em !important;
}

.b_contentbridge .giga_faq.giga_left,
.b_contentbridge .giga_faq.giga_right {
    width: 45%;
}

.b_contentbridge .giga_product_category,
.b_contentbridge .giga_product_subcategories,
.b_contentbridge .giga_product_subcategory,
.b_contentbridge .giga_products {
    background-color: #ffffff;
    margin: 0px;
}

.b_contentbridge .giga_product_category:hover,
.b_contentbridge .giga_product_subcategory:hover,
.b_contentbridge .giga_products:hover {
    background-color: #f0f0f0;
}

.b_contentbridge .giga_products:hover {
    border: 1px solid black;
}

.b_contentbridge .giga_product_subcategories {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 480px;
    z-index: 998;
}

.b_contentbridge .giga_product_subcategory {
    display: inline;
    padding: 8px;
    min-width: 128px;
}

.b_contentbridge .giga_products {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 998;
}

.b_contentbridge .giga_products div.giga_product {
    min-width: 128px;
    padding: 4px;
    display: inline-block;
}

.b_contentbridge .giga_toggle {
    cursor: pointer;
}

.b_contentbridge .giga_faq_rating {
    margin-bottom: 16px;
}

.b_contentbridge .giga_print {
    font-size: 110%;
    margin: 16px;
}