﻿.product_image
{
    width: expression(document.body.clientWidth > 140? "140px" : "auto");
    max-width: 175px;
    max-height: 200px;
}

.admin_image
{
    width: expression(document.body.clientWidth > 100? "100px" : "auto");
    height: expression(document.body.clientHeight > 100? "100px" : "auto");
    max-width: 100px;
    max-height: 100px;
}

.image_promo
{
    max-width: 400px;
    max-height: 400px;
}

.CatalogueImage, .brand_image2
{
    max-width: 130px;
    max-height: 40px;
}

.product_thumb
{
    width: expression(document.body.clientWidth > 78? "78px" : "auto");
    max-width: 78px;
    max-height: 94px;
}

.product_main
{
    width: expression(document.body.clientWidth > 266? "266px" : "auto");
    max-width: 266px;
    max-height: 350px;
}

.image_brand
{
    max-width: 170px;
    max-height: 60px;
}