@charset "utf-8";

body, html {
    margin: 0;
    padding: 0;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fef5d6;
    text-align: center;
    background-image: url(../img/bg.gif);
}

#middleBar {
    width: 760px;
    position: absolute;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -380px;
    margin-right: auto;
    border-left: 5px solid #0000AA;
    border-right: 5px solid #0000AA;
    overflow: hidden;
    height: 100%;
}

#topBar {
position: relative;
width: 100%;
}

#menu,#bottomMenu {
position: absolute;
left: 8px;
right: 8px;
width: 744px;
background-color: #f1f1f1;

}

#bottomMenu {
border-top: 2px solid #000000;
}

#body {
position: absolute;
top: 178px;
bottom: 64px;
margin-top: 3px;
border-top: 2px solid black;
left: 8px;
right: 8px;
width: 744px;
height: expression(document.body.clientHeight - (178 + 64 + 17) + "px");
overflow-x: hidden;
overflow-y: auto;
padding-top: 10px;
}

#floatRight {
float: right;
width: 150px;
}

#floatLeft {
float: left;
width: 150px;
}

#floatMiddle {
position: relative;
margin: 0 155px 0 155px;
text-align: center;
}

#bottom {
float: left;
width: 744px;
text-align: center;
margin-top: 0;
padding-bottom: 10px;
}

#bottomBar {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    width: 744px;
    background-color: #7D90ED;
    padding: 7px 0 7px 0;
}

#bottomContainer {
    position: absolute;
    bottom: 0;
    height: 64px;
    width: 760px;
    left: 0;
    right: 0;
}

#twocRight {
    float: right;
    width: 210px;
}

#twocLeft {
    float: left;
    width: 490px;
    padding: 5px;
    padding-bottom: 15px;
}

#rightText,#leftText {
    padding: 10px;
}

.item {
    position: relative;
    margin-top: 20px;
    width: 480px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.itemImage {
    float: left;
    width: 150px;
}

.itemContent {
    position: relative;
    width: 310px;
    padding: 0 8px 0 8px;
    margin-left: 150px;
}

.quantity {
    float: right;
    width: 185px;
    text-align: left;
    padding: 2px;
}

#sizeTable {
    width: 380px;
    border: 1px solid blue;
    margin-left: auto;
    margin-right: auto;
}

#payments {
    text-align: center;
    width: 480px;
}

#cart {
    width: 98%;
    text-align: justify;
    padding: 5px;
}

#cartLink {
    position: absolute;
    right: 50px;
    top: 25px;
}

#cartTable {
    margin-top: 20px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
}

.cartTab {
    float: left;
    padding: 6px;
}

.cartProduct {
    width: 350px;
}

.cartInfo {
    width: 410px;
}

.cartSize {
    width: 50px;
}

.cartPrice {
    width: 70px;
    text-align: left;
}

.cartReply {
    width: 200px;
    text-align: left;
}

#securePayment {
    float: right;
    text-align: right;
    margin-top: 15px;
    width: 500px;
}

#processing {
    font-size: 13pt;
    font-style: italic;
}

#twocRight,#twocLeft,#body,.itemContent,.itemImage,#floatLeft,#floatRight,#floatMiddle {
    /*border: 1px solid blue;*/
}