﻿.ProductBestSellingDatalist
{
    width: 90%;
}
.ProductBestSellingDatalistItemStyle
{
    width: 30%;
    height: 100%;
    vertical-align: top;
}

.ProductBestSellingImage
{
    width: 100%;
}

.ProductBestSellingImage td
{
    height: 200px;
}

.ProductBestSellingImage .QuantityDiscount
{
    margin-left: 5px;
    margin-top: 5px;
}

.ProductBestSellingDetails
{
    width: 100%;
    color: #ff0000;
    text-align: left;
    vertical-align: top;
}

.ProductBestSellingPriceDetails
{
    margin-top: 5px;
}

.uxBestSellingProductName
{
    text-align: center;
}

.ProductBestSellingItem
{
    width: 100%;
}

.BestSellingRetail
{
    color: #737373;
    margin-left: 25px;
}

.BestSellingRetailPriceLabel
{
    float: left;
    width: 80px;
}
.BestSellingRetailPriceValue
{
    text-decoration: line-through;
    float: left;
}

.BestSellingOurPrice
{
    margin-left: 25px;
}

.BestSellingOurPriceLabel
{
    color: Red;
    float: left;
    width: 80px;
}
.BestSellingOurPriceValue
{
    color: Red;
    float: left;
}
.BestSellingButton
{
    text-align: center;
    display: none;
}