﻿body {
}

.setColor
{
    background-color: #FF0000;
}

.title
{
    background-color: #6699FF;
    font-weight: bold;
    font-size: large;
    font-family: 'Times New Roman' , Times, serif;
}

.bottomLine
{
    background-color: #000000;
    height: 1px;
}

.copywright
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
}

.itemDiv
{

}

.cart
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
    font-weight: normal;
}

.LoginText
{
    font-family: 'Times New Roman' , Times, serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.LoginText
{
    font-family: 'Times New Roman' , Times, serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.checkout
{
    background-position: center center;
    background-image: url('images/body.jpg');
    background-repeat: no-repeat;
    width: 626px;
    height: 349px;
}
.checkoutItemArea
{
    overflow: auto;
    width: 250px;
    height: 260px;
}
.checkoutItem
{
    background-color: #F0F0F0;
    font-size: small;
    line-height: 8px;
}
.addPayment
{
    background-position: center center;
    background-image: url('images/body.jpg');
    background-repeat: no-repeat;
    width: 626px;
    height: 349px;
}
.largeContentArea
{
    background-position: center center;
    background-image: url('images/body.jpg');
    background-repeat: no-repeat;
    width: 626px;
    height: 349px;
}
.topBar
{
    width: 626px;
    height: 106px;
    position: absolute;
    left: 80px;
    top: 115px;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    background-repeat: no-repeat;
}



