﻿img.ZommInImage {
    max-width: 77%;
    position: absolute;
    z-index: 9;
    border: 5px solid lightgray;
    cursor: pointer;
}

img.ZoomOutImage {
    vertical-align: middle;
    cursor: pointer;
}

td.LargeImageHolder {
    text-align: center;
    width: 320px;
    height: 320px;
    vertical-align: middle;
}

td.SmallImageHolder {
    text-align: center;
    width: 128px;
    height: 128px;
    vertical-align: middle;
}

td.ProductLargeImageContainer {
    width: 320px;
    padding: 0px;
}

.ProductSellPrice {
    color: Blue;
    font-weight: bold;
    font-size: medium;
}

.ProductSellPriceStriked {
    color: Blue;
    font-size: medium;
    text-decoration: line-through;
}

.ProductPromoPrice {
    color: red;
    font-weight: bold;
    font-size: medium;
}

input.buybutton {
    border-color: #6666FF;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px 0 15px;
    background-color: #0000FF;
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
}

table.sellcontrol {
    border: 5px solid lightgray;
    margin-right: 0;
    margin-left: auto;
    width: 80%;
}

    table.sellcontrol > tbody > tr > td {
        padding: 10px;
        vertical-align: top;
    }
