.storeProductName {
  font-size: 10pt;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  color: darkred;
} 
.storeProductDesigner {
  font-size: 8pt;
  font-family: verdana,arial,helvetica;
  font-weight: normal;
  color: black;
}
.storeProductPrice {
  font-size: 8pt;
  font-family: verdana,arial,helvetica;
}
body {
  font-size: 10pt;
  font-family: verdana,arial,helvetica;
  color: #000000;
}
.standard {
  font-size: 10pt;
  font-family: verdana,arial,helvetica;
  color: #000000;
}

.standard_small {
  font-size: 8pt;
  font-family: verdana,arial,helvetica;
  color: #000000;
}

.formError {
  font-size: 10pt;
  font-family: verdana,arial,helvetica;
  color: red;
  font-weight: bold;
}

.required {
  font-size: 8pt;
  font-family: verdana,arial,helvetica;
  color: red;
}

.standardLink {
  font-size: 10pt;
  font-family: verdana,arial,helvetica;
  color: #000000;
  text-decoration: none;
}

.storeCollectionName {
  font-size: 14pt;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  color: darkred;
}

.pageTitle {
  font-size: 14pt;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  color: darkred;
}
  
a:link {color: purple;}
a:hover {color: blue;}


.menu {
  position:absolute;  
  z-index:1; 
  visibility: hidden;
  border: 1px solid #999999;
  font-family: arial, sans-serif;
  font-size: 11px;
  background-color:#D8DCCD
  }

.nav1 {
  color: #993333; 
  text-decoration: none;
  }
a.nav1:link {
    color: #993333; 
    }

a.nav1:visited  { 
    color: #993333;
    }

a.nav2:link {
    color: #993333; 
    }

a.nav2:visited  { 
    color: #993333;
    }
    
#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  font-size: 8pt;
  font-family: verdana,arial,helvetica;
}

#nav a {
  display: block;
  width: 13em; /* sets it wide in IE */
  text-decoration:none;
  color: #993333;
  padding: 5 0 5 5;
}

#nav a.top {
  width: auto;
  padding: 0;
}

#nav a.daddy {
  background: url(images/arrow_r.gif) center right no-repeat;
}

#nav div.daddy {
  background: url(images/arrow_r.gif) center right no-repeat;
  color: #993333;
  margin: 5;
}

#nav li { /* all list items */
  float: left;
  width: 9.35em; /* width needed or else Opera goes nuts */
  margin: 0;
  padding: 0;
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #D8DCCD;
  width: 13em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border: 1px solid #999999;
  margin-left: 7px;
}

#nav li ul li {
  border-bottom: solid #999999 1px;
  width: 13em;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -1.25em 0 0 12.5em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li li:hover, #nav li li.sfhover {
  background: #BFC7A8;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
    