﻿.image_div {
    width: 180px;
    height: 160px;
    max-width:100%;
}

.image_div_with_additional_results
{
    width: 40%;
    height: 160px;
}

.additional_results_div {
    max-width: 60%;
    overflow:hidden;
}
/* resize images */
.image_div img {
    width: auto;
    height: 100%;
    max-width:100%;
    max-height: 140px;
    min-height: 100px;
    clear:both;
}

.hideInPadView {
    display:none;
}

.hideInListView {
}

.productList {
    display:inline-block;
    margin-left:10px;
    margin-bottom:20px;
    margin-top:15px;
    border:solid;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    border-radius:4px;
    float:left;
    overflow: hidden;
}

.productList:hover {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius:4px;
}

.productElementDiv
{
    min-height: 300px;
    width:100%;
    float:left;
    max-height: 500px;
    overflow: hidden;
}

.productReviewsElementDiv
{
    min-height: 140px;
    max-width:500px;
    overflow: hidden;
    float:left;
}

.image_wrapper {
}

.product_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color:Black;
    font-weight: normal;
    font-size: small;
}

.smalltext {
    font-size: x-small;
}

.limitLinesInPadView
{
    font-size:1.1em;
    display: inline-block;
    max-height: 60px;
    overflow: hidden;
}

.promotion_icon
{
    height:20px;
    width:20px;
}

