* {
    margin: 0;
}

html, body {
    height: 100%;
    overflow: auto;
}


.shopCategoryLabel{
font-size:16px;
}

.shopSubCategoryLabel{
font-size:14px;

}

#shopLeftColumn{
/*background-color:#F0FFF0;*/
background-color:#EEEEEE;
padding:5px;
border:1px #D3D3D3 solid;
}


h1 {
font-size:18px;
margin-bottom:5px;
color:brown;
}

A {text-decoration: none; }

a:link {color:gray}      /* unvisited link */
a:visited {color:gray}  /* visited link */
a:hover {color:brown; text-decoration: underline;}  /* mouse over link */
/* a:active {color:#0000FF}   selected link */

.font1 {color:brown}

#productName {font-weight:bold}

#productThumbnail {border:0; width:125px}
#categoryThumbnail {border:0}
#optionPic {border:0; width:150px}




.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.noWrapper {
    position: fixed;
    left: 0px;
    top: 0px;
margin-left:0px;
margin-top:0px;
    height: 650px;
    overflow: hidden;
}

* html .noWrapper {
    position: absolute;
}
