.contentEnhancerProductBox{
    width:33.3%; 
    float:left; 
    height:25em; 
    box-sizing:border-box; 
    padding:0.5em;
}

.contentEnhancerProductBox .inner{
    border:1px solid #eee; 
    padding:0.5em; 
    width:100%; 
    height:100%; 
    box-sizing:border-box;
    text-align:center;
}

.contentEnhancerProductBox .imgWr{
    width:100%; 
    height:50%; 
    padding-top:5%;
}

.contentEnhancerProductBox .imgWr img{
    max-width:100%; 
    max-height:100%;
}

.contentEnhancerProductBox .nameWr{
    height:20%;
}

.contentEnhancerProductBox .priceWr{
    height:20%;
}

.contentEnhancerProductBox .smallInfo{
    font-size:0.8em;
}

.contentEnhancerClear{
    clear:both; 
    height:0;
}
