
@import url(common.css);
@import url(lightbox.css);
@import url(layout.css);

#produkty {
  width: 100%;
  border-collapse: collapse;
}
#produkty td.left, #produkty td.right {
  width: 50%;
  height: 100%;
  padding: 10px;
  border-top: 1px dashed #a9a9a9;
}
#produkty td.left {
  border-right: 1px dashed #a9a9a9;
}
#produkty td.first {
  border-top: none !important;
}
#produkty .w {
  height: 100%;
  width: 100%;
}
#produkty .n, .polecany .n {
  text-decoration: none;
  font-weight: bold;
}
#produkty .p, .polecany .p {
  text-decoration: none;
  color: #fe0000;
}
#produkty .nowosc, #produkty .promocja, #produkty .wyprzedaz {
  text-decoration: none;
  font-weight: bold;
}
#produkty .nowosc, #produkt .nowosc {
  color: #2FA2F5;
}
#produkty .promocja, #produkt .promocja {
  color: #d00;
}
#produkty .wyprzedaz, #produkt .wyprzedaz {
  color: #97C953;
}
#produkt .nowosc, #produkt .promocja, #produkt .wyprzedaz {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.produkt-img {
  float: right;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 1px;
  border: 1px solid #C2C5C8;
}
#produkty .n:hover, #produkty .p:hover, #produkty .nowosc:hover, 
#produkty .promocja:hover, #produkty .wyprzedaz:hover, .polecany .n:hover, .polecany .p:hover {
  text-decoration: underline;
}
#produkty .img {
  clear: both;
  text-align: center;
  margin: 10px 0;
  background: url(../images/img-frame.gif) no-repeat center;
}
#produkty .imgt, #produkty .imgb {
  height: 5px;
  background: url(../images/img-frame.gif) no-repeat center top;
}
#produkty .imgb {
  background-position: center bottom;
}
#produkty .c {
  text-align: right;
  color: #004c94;
}
#produkty .c b {
  padding-right: 3px;
}
#produkty .c span {
  font-size: 15px;
  color: #ff0000;
  font-weight: bold;
}
#produkty .c span.cp {
  font-size: 13px;
  color: #aaa;
  padding-left: 5px;
  text-decoration: line-through;
}
#produkty .o {
  text-align: right;
  padding-top: 10px;
  vertical-align: bottom;
}


.msgbox {
  border: 1px solid #a9a9a9;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
}
.box {
  border: 1px solid #ccc;
}
.box-hdr {
  background: url(../images/hdr-bg.jpg) repeat-x bottom;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  color: #2e458c;
  padding-left: 12px;
  margin-bottom: 15px;
}
.form-error {
  color: #d00;
}


#rejestracja {
}
.nk-form2 th {
  text-align: right;
  font-weight: normal;
  width: 160px;
}
.nk-form2 .inpt {
  width: 200px;
}

#produkt .price {
  color:#ff0000;
  font-size:15px;
  font-weight:bold;
}
#produkt .price-prev {
  font-size: 13px;
  color: #aaa;
  padding-left: 5px;
  font-weight: bold;
  text-decoration: line-through;
}
#produkt .atrybuty td {
  padding-right: 10px;
  padding-left: 10px;
}
#produkt .atrybuty th {
  text-align: left;
  padding-right: 10px;
}

#porownanie-items * {
  vertical-align: middle;
}

#porownanie-tabela {
  margin: auto;
}
#porownanie-tabela th {
  text-align: right;
  padding-right: 10px;
}
#porownanie-tabela td {
  padding: 5px;
  border-bottom: dashed 1px #dedede;
}

#koszyk {
  width: 100%;
}
#koszyk th {
  text-align: left;
}
#koszyk .inpt {
  width: 35px;
  text-align: center;
}

.krok {
  border: 1px solid #a9a9a9;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #eee;
  float: left;
  margin-right: 10px;
  font-size: 10px;
}


#page-content ol {
  padding-left: 30px;
}

.przepisy-img {
  padding: 1px;
  border: 1px solid #acb8c4;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  height: 90px;
}

.przepisy-img2 {
  padding: 1px;
  border: 1px solid #acb8c4;
  float: right;
  margin-left: 10px;
  margin-top: 7px;  
}
