﻿body {
}
#page
{
        height:728px;
        width:1024px;
        margin-left:100px;
        
}
#bookmark
{
        float:left;
        margin-left:62px;
    width:260px;
    height:728px;
    /*border:solid 1px gray;*/
}
#content
{
        float:right;
        margin-right:48px;
        margin-top:9px;
        /*border:solid 1px gray;*/
        width:530px;
        height:728px;
}
#contentEdit
{
        float:right;
        margin-right:30px;
        /*border:solid 1px gray;*/
        width:600px;
        height:728px;
}
#Left
{
        /*border:solid 1px black;*/
        width:200px;
        height:240px;
        float:left;
        margin-left:2px;
}
#Right
{
        /*border:solid 1px black;*/
        width:315px;
        height:210px;
        float:right;
        margin-left:5px;
}
#Price
{
        text-align:center;
        width:80px;
        height:22px;
        float:left;
        padding-top:5px;
        margin-left:98px;
        margin-top:5px;
        /*border:solid 1px black;*/
        background-image:url(images/price.gif);
        }
#ShopCart
{
        text-align:right;
        width:85px;
        padding-top:1px;
        height:26px;
        float:right;
        margin-right:35px;
        margin-top:5px;
        /*border:solid 1px black;*/
        }
#price2
{
        text-align:center;
        padding-top:4px;
        width:70px;
        height:20px;
        margin-left:103px;
        background-image:url(images/price-2.gif);
        /*border:solid 1px black;*/
        float:left;
}
#price3
{
        width:73px;
        height:20px;
        padding-top:1px;
        /*border:solid 1px black;*/
        float:right;
        }
#price4
{
        text-align:center;
        padding-top:4px;
        width:70px;
        height:20px;
        margin-left:170px;
        background-image:url(images/price-2.gif);
        /*border:solid 1px black;*/
        float:left;
}
#price5
{
        width:73px;
        height:20px;
        padding-top:1px;
        /*border:solid 1px black;*/
        margin-right : 5px;
        float:right;
        }
#productMain
{
        /*border:solid 1px black;*/
        margin-top:6px;
        }
#UP
{
        /*border:solid 1px black;*/
        margin-left: 6px;
        }
#DOWN
{
        margin-left:8px;
        }
#Inside
{
        /*border: solid 1px black;*/
        width: 480px;
        margin-left: 6px;
        }
#fixed-footer{
      backgroud:#CCCCFF;color:#999999;
      position:fixed;bottom:0;left:500px;
      _position:absolute;
      _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
      z-index:10;
      }

