.amount
{
    text-align: right;
    padding-right: 5px;
}
.inputAlert
{
    font-size: 10px;
    color: red;
}
.modalPanel
{
    background-color: #fff;
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    padding: 20px;
}
.modalBg
{
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: .6;
}
.messages
{
    position: absolute;
    width: 450px;
    top: 1px;
    left: 470px;
}
.red
{
    color: red;
}
#iFramePopup
{
    height: 610px;
    width: 800px;
}
.tntPopup
{
    position: absolute;
    left: 80px;
    top: 170px;
    border: outset;
    display: none;
    width: 800px;
    height: 610px;
    padding: 0;
}
.tabletype1 th
{
    font-size: 9pt;
}
#languageSelection
{
    position: absolute;
    left: 10px;
    top: 95px;    
     z-index: 10;
}
#productList li .productListPic img {
    cursor:pointer;
}
#promoWarning
{
    color: Red;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
}
#cartdetaltootip strong
{
    display: block;
}