a {
  color: #6F292C;
}

a:visited {
  color: #737373;
}

a:hover {
  color: #6B6812;
}

a.link_active  {
  color: red;
  font-weight: bold;
}

#logo {
  height: 130px;
  display: block;
  background: url(img/logo.jpg) no-repeat center top;
  border-bottom:1px solid #EFE8E0;
  font-size: 133.33%;
  color: #000;
  text-decoration: none;
  margin-bottom:10px;
}

#logo .logo { padding:70px 0 0 110px; }
#logo a { color:#fff; font-weight:bold; text-decoration:none; }
#logo a:hover { text-decoration:underline; }

#main .cart_add span {
  display: none;
}

#main .cart_add a {
  display: block;
  background: url(img/do_koszyka.png) no-repeat center top;
  width: 84px;
  height: 16px;
  float:right;
}

#main input.order_recount {
  width: 123px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/przelicz_zamowienie.png) no-repeat center top;
  cursor: pointer;
  cursor: hand;
  padding-top: 25px;
}

#main a.shopping_continue {
  display: block;
  background: url(img/kontynuuj_zakupy.png) no-repeat center top;
  width: 123px;
  height: 16px;
}

#main a.ordering {
  display: block;
  background: url(img/zamawiam.png) no-repeat center top;
  width: 80px;
  height: 16px;
}

#main a.shopping_continue span, #main a.ordering span {
  display: none;
}

#main input.order_add {
  width: 105px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/zloz_zamowienie.png) no-repeat center top;
  cursor: pointer;
  cursor: hand;
  padding-top: 25px;
}

div.cart_ordering a {
  color: red;
  font-weight: bold;
  font-size: 133.33%;
}

h3.header.category a, h2.header.category a:visited, h2.header.category a:hover {
  text-decoration: none;
  color: black;
}
