/** Group breadcrumbs **/

.groups .breadcrumbs {
    margin-bottom: 17px;
    margin-left: 20px;
    margin-top: 6px;
}

.groups .breadcrumbs a {
    float: none !important;
    color: #565656;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

/** Group items container **/

.module_catalogue h2.level_0 {
    color: #666666;
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 5px;
    width: 550px;
    font-family: verdana, arial, clean, sans-serif;
}

.module_catalogue td.navigatorft_head {
    height: 0;
    padding: 0;
}

/** Single group item **/

.product_group .image {
    /** Force image to be the correct size for the layout **/
    height: 150px;
    width: 150px;
}

.product_group .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.product_group {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
}

.product_group .decorator {
    border-top: 1px solid #908F8E;
    padding: 10px 10px 0 10px;
}

.product_group .description {
    width: 150px;
}

.product_group .description a {
    color: #565656;
}
