
/* Core tags */



body {
    background-color : white;
    color : #336699;
    font-family : Arial, Helvetica, 'sans-serif';
    font-size : 10pt;
    text-align : justify;
  }


.mainBody {
    width:900px;
  }


.titleBar {
    text-align:right;
    /*border-color:black;
    border-width:1px;
    border-style:solid;
    */ padding-top:20px;
    width:100%;
  }


.linkBar {
    float : left;
    height : 484px;
    width : 160px;
    border-style:solid;
    border-color:#99ccff;
    border-width:1px;
  }


.imageLink {
    margin-bottom:5px;
  }


.inputBox {
    border:#99ccff;
    border-style:solid;
    border-width:1px;
    font-family : Arial, Helvetica, 'sans-serif';
    font-size:10px;
    color : #336699;
    width:70px;
  }


.inputButton {
    border-style:solid;
    font-size:10px;
    background-color:#336699;
    color:white;
  }


.rightPanel {
    float:right;
    width:320px;
    height:75px;
  }


.mainThumbnailContainer {
    /*border-style : solid;
    border-bottom-color : black;
    border-bottom-width : 1px;
    border-left-color : black;
    border-left-width : 1px;
    border-right-color : black;
    border-right-width : 1px;
    border-top-color : black;
    border-top-width : 1px;
    */ height : 145px;
    overflow : auto;
    white-space : nowrap;
    width : 300px;
  }


.dressCatalogue {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    width : 306px;
  }


.dressSlide {
    position:absolute;
    text-align:center;
    top : 0px;
    left: 0px;
    visibility:hidden;
  }


.dressSlideContainer {
    text-align : center;
    float:right;
    position:relative;
    /*border-color:black;
    border-style:solid;
    border-width:1px;
    */ width:370px;
    height:490px;
  }


.descriptionContainer {
    height:110px;
    overflow:auto;
    /*border-color:black;
    border-style:solid;
    border-width:1px;
    */
  }

