a {
  color: white;
}

a:visited {
  color: #999999;
}

a:hover {
  color: #CCCCCC;
}

a.link_active  {
  color: white;
  font-weight: bold;
}

#logo {
  height: 330px; 
}

#logo h1 {
  margin: 0;
  padding: 0;
}

#logo h1 {
  width: 740px;
  height: 310px;
}

#logo h1 a {
  height: 310px;
  display: block;
  background: url(img/logo.jpg) no-repeat center top;
  font: Comic Sans MS;
  color: white; 
  text-decoration: none;
  padding-top: 200px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#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;
}

#main input.order_recount {
  width: 123px;
  height: 16px;
  margin: 0;
  padding: 10;
  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 {
  font-weight: bold;
  font-size: 133.33%; 
  color: white;
}

h2.header.category a, h2.header.category a:visited, h2.header.category a:hover {
  text-decoration: none;
  font-weight: bold;
  color: white;
}
