#explorer-menu-table {
  width: 128px;
  background: #fff url(/gfx/menu-back.gif) top repeat-y;
}
#explorer-menu-table a {
  color: #000;
  text-decoration: none;
}
#explorer-menu-table a:hover {
  text-decoration: underline;
}
#explorer-menu-table caption {
}
#explorer-menu-table td.levela {
  height: 28px;
  background: #fff url(/gfx/Knapp.gif) top no-repeat;
  vertical-align: middle;
}
#explorer-menu-table td.levela-hover {
  height: 28px;
  background: #fff url(/gfx/Knapp-trykt-og-aktivt.gif) top no-repeat;
  vertical-align: middle;
}
#explorer-menu-table td.levela-hover a,
#explorer-menu-table td.levela a {
  padding: 0 10px;
  font-weight: bold;
  display: block;
}
#explorer-menu-table td.levelb {
  padding: 0 0 0 2px;
}
#explorer-menu-table td.levelb a {
  padding: 0 0 0 10px;
}
#explorer-menu-table td.levelc {
  padding: 0 0 0 2px;
}
#explorer-menu-table td.levelc a {
  background-image: url(/images/menu_extend_ct.gif);
  background-repeat: repeat-y;
  padding-left: 10px;
}
#explorer-menu-table tbody.levelb {
}
#explorer-menu-table tbody.levelc {
}
#explorer-menu-table td.b-open a {
  background-image: url(/images/menu_close_ct.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}
#explorer-menu-table td.b-close a {
  background-image: url(/images/menu_open.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

/* Override */

#frontpage_products {}
#frontpage_products img {
  border: none;
}
#frontpage_products td.t {
  background-image: none;
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}
#frontpage_products td.b {
  background-image: none;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  padding: 0 0 5px 0;
}
#frontpage_products div.os {
  width: 148px;
  background: #fff;
  background-image: none;
  font-weight: bold;
  color: #1b2e7f;
  padding: 5px;
  margin-bottom: 3px;
}
#frontpage_products td.t p {
  width: 148px;
  padding: 5px;
  margin: 0;
}
#frontpage_products div.price {
  width: 98px;
  height: 21px;
  background-image: none;
  margin-left: 4px;
  float: left;
  color: black;
  padding: 2px 0 0 0;
  font-weight: bold;
  font-size: 13px;
}
#frontpage_products div.info {
  width: 44px;
  height: 21px;
  display: inline;
  margin-left: 3px;
  float: left;
}
#frontpage_products div.i {
  width: 15px;
  height: 15px;
  display: inline;
  margin-left: 3px;
  float: left;
}
#frontpage_products div.buy {
  width: 28px;
  height: 15px;
  display: inline;
  margin-left: 3px;
  float: left;
}
#frontpage_products div.b {
  width:160px;
  height:4px;
  clear: left;
  background-image: none;
}
#frontpage_products div.veil {
  margin-left: 9px;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
}
#content .prod_suggested_price {
  font-size:12px;
  color:#888;
  font-style:italic;
}
#content .prod_price {
  font-size:15px;
  color:black;
  font-weight:bold;
  padding: 2px 0;
}