.product-showcase .body-wrapper .showcase-content .category-selection-container .outer-container {
    box-sizing: border-box;
    width:48%;
    margin-bottom:40px;
    float:left;
    position: relative;
}

.product-showcase .body-wrapper .showcase-content .category-selection-container div.outer-container.even {
    float: right;
}

.product-showcase .body-wrapper .showcase-content .category-selection-container .outer-container .category-name {
    margin-top:7px;
    font-weight: bold;
    font-size: 18px;
    display: block
}

.product-showcase .body-wrapper .showcase-content .category-selection-container .inner-wrapper {
    min-height: 190px;
    display:block;
    padding:5px;
    background-color: #FFF;
    border: 2px solid #C6BCB5;
    color: #828282;
    text-align: center;
}

.product-showcase .body-wrapper .showcase-content .category-selection-container .inner-wrapper img {
    max-height: 150px;
}

.product-showcase .body-wrapper .showcase-content .category-selection-container .outer-container .description {
    margin-top:20px;
}

.product-showcase .body-wrapper .showcase-content .category-selection-container .inner-wrapper:hover {
    background-color: #828282;
    border: 2px solid #828282;
    color: #FFF;
}