body {
    background: #debaf6 url(/layout/images/bkgrd_purple.gif) repeat-x top left;
    font-family: "Arial", "Times", serif;
    font-weight: normal;
    font-size:
}
h1 {
  font-family: "Baskerville Old Face","Times New Roman", serif;
  font-size:180%;
  font-variant:small-caps;
  color: #3806AA;
}
h2 {
  font-family: "Baskerville Old Face","Times New Roman", serif;
  font-size:150%;
  font-variant:small-caps;
  color: #3806AA;
}
h3 {
  font-family: "Baskerville Old Face","Times New Roman", serif;
  font-size:120%;
  font-variant:small-caps;
  color: #3806AA;
}
#wrapper {
    width: 709px;
    margin: 0 auto;
    margin-top: 50px;
}
#header {
    background: url(/layout/images/header.png) no-repeat;
    width: 709px;
    height: 120px;
}
#header img {
    float: left;
    margin-top: 20px;
    margin-left: 45px;
    border: 0;
}
#navCart {
    float:right;
    margin-top: 20px;
    color: #3806aa;
    font-size: 14px;
    width: 200px;
}
#navCart a {
    color: #3806aa;
    text-decoration: none;
}
#navCart a:hover {
    color: #3806aa;
    text-decoration: underline;
}
#navTop {
    color: #3806aa;
    font-size: 18px;
    width: 700px;
    border-bottom: 2px #7a98ff solid;
    margin-top: -5px;
}
#navTop ul {
    background: #ffffff;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
#navTop ul li {
    display: inline;
}
#navTop ul li img {
    margin: 0;
    padding: 0 12px;
}
#navTop a {
    color: #3806aa;
    text-decoration: none;
}
#navTop a:hover {
    color: #ba61d2;
    text-decoration: none;
}
#navTop a.current {
    color: #ba61d2;
    text-decoration: none;
}
#main {
    background: url(/layout/images/middle.png);
    width: 709px;
}
#mainContent {
    background: url(/layout/images/left.gif) repeat-y top left;
    width: 709px;
}
#left {
    width: 175px;
    color: #8052e5;
    font-size: 16px;
    float: left;
}

#left div {
    border-bottom: 1px #7a98ff solid;
    width: 72%;
    margin-left: 25px;
}

#left ul{
    list-style: none;
    margin: 10px 0;
    padding:0;
    padding-left: 7px;
}
#left li {
    margin: 5px 0;
}
#left a {
    color: #8052e5;
    text-decoration: none;
    padding-left: 22px;
}
#left a:hover {
    color: #8052e5;
    background: url(/layout/images/snowflake.gif) no-repeat;
    height: 20px;
}
#left a.current {
    color: #8052e5;
    background: url(/layout/images/snowflake.gif) no-repeat;
    height: 20px;
}

#content {
    width: 501px;
    float: right;
    margin-right: 20px;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

#footer {
    background: url(/layout/images/footer.png) no-repeat;
    height: 123px;
    width: 709px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: -25px;
    color: #3806aa;
    font-size: 14px;
    clear: both;
}
#footer ul {
    margin-top: 5px;
    list-style: none;
}
#footer ul li {
    display: inline;
}
#footer a {
    color: #3806aa;
    text-decoration: none;
    padding: 0 5px;
    border-right: 1px solid;
}
#footer a.last {
    border-right: 0px;
}
#footer a:hover {
    color: #3806aa;
    text-decoration: underline;
}

.imageBorder {
    padding: 2px;
    border: 1px solid #d9e0e6;
    border-bottom-color: #c8cdd2;
    border-right-color: #c8cdd2;
}

#storeTable img {
    padding: 2px;
    border: 1px solid #d9e0e6;
    border-bottom-color: #c8cdd2;
    border-right-color: #c8cdd2;
}

/*  Sizing Accordion Styling  */

#sizing .header {
    padding-left: 15px;
    background: url(/layout/images/arrow-down.gif) no-repeat left;
    height: 20px;
    color: #ba61d2;
    cursor: pointer;
}

#sizing .headerClosed {
    padding-left: 15px;
    background: url(/layout/images/arrow-right.gif) no-repeat left;
    height: 20px;
    color: #3806aa;
    cursor: pointer;
}

#sizing .content {
    padding: 20px;
    font-weight: 200;
    font-size: 12pt;
}

#sizing .content table {
    border: 1px solid #3806aa;
    border-collapse: collapse;
}

#sizing .content table tr td {
    font-weight: 200;
    font-size: 10pt;
    padding: 5px;
    border: 1px solid #3806aa;
}