﻿.image_div {
    width: 110px;
    height: 110px;
}

.imageClass
{
    width: 110px;
}

/* resize images */
.image_div img {
    width: 100%;
    height: auto;
    max-width:110px;
    max-height:130px;
    min-width: 90px;
    min-height: 90px;
}

.hideInPadView {
}

.hideInListView {
    display:none;
}

.product_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color:Black;
}

.listTableCell {
    padding-left: 10px;
    width: 75%;
}

.promotion_icon
{
    height:20px;
    width:20px;

}

.productReviewsElementDiv
{
    max-width:900px;
    width:500px;
}
