.product_category {
    width: 194px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.product-category-image{
    width: 150px;
    height: 150px;
    border: 1px solid gray;
    padding: 1px;
}

.product_category p {
    font-size:14px;
}

.product_category p a img {
    border:0px;
    width:auto;
    height:auto;
}

.product-name-highlight {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    background-color: white;
}

.product-view {
    
}

.product-view-description {
    background: white;
    padding: 10px;
}

.product-category-image-view{
    width: 150px;
    height: 150px;
    border: 1px solid white;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: white;
}