html,body{
    margin:0px;
    padding:0px;
    border:0px;
}
body{
    background:url('/images/bg.jpg') repeat-x top left;
    background-color:#FFFFFF;
    text-align:center;
}
a{
    text-decoration:none;
}
img{
    border:0;
    margin:0;
    padding:0;
}
#storeBody{
    margin-left:26px;
    width:100%;
    height:100%;
}
#storeBG{
    background:url('/images/storeBG.png') top left no-repeat;
    width:970px;
    height:576px;
    margin:0px auto;
}
#storeContentBody{
    text-align:left;
    width:524px;
    height:438px;
    overflow-y:scroll;
    float:left;
    display:inline;
    margin:33px 0px 0px 20px;
    color:#FFFFFF;
    font-family:Palatino Linotype, Times, Times New Roman, serif;
}
#nav{
    float:left;
    width:200px;
    margin:280px 0px 0px 118px;
    display:inline;
    text-align:right;
    color:#609db9;
    font-size:12px;
    font-family:Palatino Linotype,Times,Times New Roman, serif;
    font-weight:bold;
    letter-spacing:.55px;
}
#nav .item{
    margin-bottom:8px;
}
#nav .lower{
    font-size:11px;
}
#nav a{
    color:#609db9;
    text-decoration:none;
}
#nav .viewCart{
    margin-top:105px;
}
.product{
    width:464px;
    margin:0px 20px;
    padding:20px 0px 30px 0px;
    border-bottom:1px solid #666666;
}
.product h2{
    font-size:18px;
    font-weight:bold;
    margin:0px 0px 4px 0px;
}
.product h3{
    margin:0px 0px 0px 2px;;
    font-size:10px;
    font-weight:normal;
    letter-spacing:.75px;
}
.product p{
    color:#e6e6e6;
    font-size:12px;
    line-height:20px;
    margin:10px 0px;
}
.product h1{
    font-size:20px;
    font-weight:bold;
    margin:0px 0px 4px 0px;
}
.product .stoneName{
    font-size:11px;
    color:#e6e6e6;
    font-weight:bold;
    padding-left:6px;
}
.addToCart{
    margin-top:8px;
    clear:left;
}
.product h1 .priceDesc{
    font-size:10px;
    font-weight:bold;
    font-style:italic;
    color:#b3d9e7;
}
.product .thumbnail{
    float:right;
    margin:0px 0px 0px 20px;
}
.stoneThumb{
    float:left;
    vertical-align:middle;
}
.disclaimer{
    clear:both;
    margin:20px 0px 0px 325px;
    text-align:right;
    font-size:11px;
    color:#666666;
    width:540px;
}
