﻿.btnUnavailable
{
    background-image:url('../Images/Layout/Images.png');
    background-position:0px -100px;
    background-repeat:no-repeat;
    width:91px;
    height:30px;
    border:none;
    background-color:Transparent;
}
.btnAdd
{
    background-image:url('../Images/Layout/Images.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    border:none;
    background-color:Transparent;
    width:91px;
    height:30px;
    cursor:pointer;
}
.btnAdd:hover
{
    background-position:0 -50px;
}
.btnCheckout
{
    background-image:url('../Images/Layout/Images.png');
    background-position:-100px 0px;
    background-repeat:no-repeat;
    border:none;
    background-color:Transparent;
    width:91px;
    height:30px;
    cursor:pointer;
}
.btnCheckout:hover
{
    background-position:-100px -50px;
}
.IngredientsDiv
{
    position:absolute;
    bottom:0;
    right:0;
    height:292px;
    width:270px;
}
.productrepeater
{
    position:relative;
    width:915px;
    height:580px;
}
.LargeImageDiv
{
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-250px;
    padding:5px;
    background-color:White;
    border:solid 1px black;
    z-index:100;
}
.AmazonBox
{
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-400px;
    padding:5px;
    width:800px;
    background-color:White;
    border:solid 1px black;
    z-index:100;
}
.BirthdayDiv
{
    position:absolute;
    background-color:White;
    border:solid 1px black;
    padding:10px;
    width:500px;
    top:50px;
    left:50%;
    margin-left:-250px;
    z-index:100;
}
.ImgMaxDiv 
{
    max-height:272px;
    max-width:272px;
}
.Pointer:hover
{
    cursor:pointer;
    
}