

/* navigation_static_block (about us navigation styling; can also be placed in menu.css)
------------------------------------------------------------ */
#nav li.nav-about-us a:hover { color:#444; }
#nav li.nav-about-us { background: #E5D7AD; }
/* hide certain categories */
#nav li.nav-in-store-only,
#nav li.nav-holiday-specials {
  display: none;
}




/* secondary_links_static_block
------------------------------------------------------------ */
div.toplinks-bar {
  overflow: auto;
}
div.toplinks-bar ul.top-links.left {
  float: left;
}
div.toplinks-bar ul.top-links.right {
  float: right;
}
div.toplinks-bar ul.top-links li.chocolate-collection a span {
  font-weight: bold;
  color: #E5D7AD;
  /*
  padding: 1px;
  color: #CCC;
  */
}
div.toplinks-bar ul.top-links li.holiday-specials a span {
  background: #E5D7AD;
  font-weight: bold;
  padding: 2px 4px;
  color: #000;
}
body.catalog-category-view.category-in-store-only div.out-of-stock {
  display: none;
}








/* PAGE - (GENERAL / GLOBAL)
------------------------------------------------------------ */
body.cms-page-view div#main ul.list {
  margin-left: 20px;
  list-style: disc outside;
  margin-bottom: 20px;
}
body.cms-page-view div#main p {
  font-size: 12px;
}
body.cms-page-view div#main img.page_image {
  float: right;
  margin-left: 20px;
}









/* PAGE - PRESS
------------------------------------------------------------ */
body.cms-press #main {
  
}
body.cms-press #main h2 {
  font-size: 16px;
  border-bottom: 1px dotted #CCC;
}
body.cms-press #main ul.links {
  margin-left: 30px;
  line-height: 20px;
  margin-bottom: 30px;
}
body.cms-press #main ul.thumbs {
  overflow: auto;
  list-style: none;
}
body.cms-press #main ul.thumbs li {
  float: left;
  margin: 0 10px 10px 0;
  width: 130px;
  height: 180px;
  padding: 10px;
  text-align: center;
}
body.cms-press #main ul.thumbs li img {
  clear: both;
  border: 1px solid #000;
}
body.cms-press #main ul.thumbs li p {
  clear: both;
}
body.cms-press #main ul.thumbs li p a {
  color: blue;
}








