﻿.picture_column {width: 250px; min-width: 250px; max-width: 250px; text-align: center;}
.data_column { }
.addToCart_column {width: 215px; min-width: 215px; max-width: 215px; }
.thumbNail-240{max-height: 250px; max-width: 220px;margin-top: 40px; margin-left:auto; margin-right:auto;}
.quantityMargin{ margin-top: 20px}
.PriceDisplay { color: #990000;font-size: 14px;font-weight: bold;}
#BuyBox {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 1px solid black;
    border-right: 1px solid black;    
    border-left: 1px solid black;
    background: lightskyblue;
    position:absolute; 
    height:9em;
    width: 200px;
    text-align: center;
    margin-top: -8em; 
    margin-left:auto; 
    margin-right:auto;
}
#MyListBox {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;    
    border-left: 1px solid black;
    background: lightcyan;
    position:absolute; 
    height:7em;
    width: 200px;
    text-align: center;
    margin-top: 1em; 
    margin-left:auto; 
    margin-right:auto;
}

#MessageDisplayBox {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;    
    border-left: 1px solid black;
    background: lightskyblue;
    position:absolute; 
    height:3em;
    width: 200px;
    text-align: center;
    margin-top: 8em; 
    margin-left:auto; 
    margin-right:auto;
}

#MessageDisplayBox2 {
    position:absolute; 
    width: 200px;
    text-align: center;
    margin-top: 8em; 
    margin-left:auto; 
    margin-right:auto;
}

.descriptionDisplay {
    color: black;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.grayline {
    background: gray no-repeat scroll center;
    width: 95%;
    height: 1px;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 100px;
    height: 100px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} 