@import "reset.css";
@import "editor.css";

.clear
{
  clear: both;
}

ul.errors, 
ul.notices
{
  color:#fff;
  font-size:9pt;
  padding: 5px;
  margin-bottom: 20px;
}

ul.errors li, 
ul.notices li
{
  background-position: 6px center;
  background-repeat: no-repeat;
}

ul.errors
{
  background-color: #dd0f0f;
}

ul.errors li
{
  background-image: url('../img/error-icon.jpg');
}

ul.errors li, 
ul.notices li
{
  padding: 5px 0;
  text-align: center;
}

ul.notices,
.notice
{
  background-color: #92c32c;
}

ul.notices li
{
  background-image: url('../img/confirm-icon.jpg');
}

body
{
  background: url('img/bg.jpg') repeat-x left top #d8d8d8;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #5e5e5e;
}

body,html,.page
{
  height: 100%;
}

.page
{
  width: 998px;
  margin: 0 auto;
  background: #323232;
}

.header
{
  height: 91px;
  background: #fff url('img/header-bottom.jpg') no-repeat left bottom;
}

.logo
{
  float: left;
  width: 65px;
  padding: 17px 0 0 11px;
}

.top-menu
{
  float: right;
  text-align: right;
}

.top-menu div
{
  padding: 16px 22px 0 0;
}

.top-menu a
{
  color: #848484;
  padding-left: 5px;
  background: url('img/top-menu-separator.jpg') left center no-repeat;
}

.top-menu a.main-page-anchor
{
  color: #54a000;
  font-weight: bold;
  padding-right: 21px;
}

.banner
{
  float: left;
  width: 720px;
  height: 70px;
  padding: 10px 0 10px 12px;
}
.main-top
{
  background: url('img/content-top.jpg') no-repeat left top;
  padding: 2px 68px 0 12px;
  height: 98px;
}

.search-box
{
  padding-top: 20px;
  float: left;
  width: 156px;
  height: 55px;
}

.search-box input
{
  background: url('img/searcher-input.jpg') no-repeat left top;
  border: 0 none;
  color: #fff;
  padding: 5px 10px;
  height: 14px;
  font-size: 12px;
  width: 109px;
}

.search-box .submit input
{
  background: url('img/searcher-submit.jpg') no-repeat left top;
  width: 25px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}

.search-box li
{
  float: left;
  padding-right: 1px;
}

.menu
{
  float: right;
  height: 75px;
  padding-left: 371px;
  width: 391px;
}

.menu li
{
  float: left;
  background: url('img/menu-separator.jpg') no-repeat left top;
  padding: 39px 20px 0 20px;
  height: 36px;
}

.menu li.first
{
  background: none;
}

.menu li a
{
  text-indent: -9999px;
  display: block;
  height: 12px;
  background-repeat: no-repeat;
  background-position: left top;
}

.menu .o-firmie
{
  background-image: url('img/o-firmie.jpg');
  width: 49px;
}

.menu .o-firmie:hover,
.menu .current .o-firmie
{
  background-image: url('img/o-firmie-hover.jpg');
}

.menu .produkcja
{
  background-image: url('img/produkcja.jpg');
  width: 68px;
}

.menu .produkcja:hover,
.menu .current .produkcja
{
  background-image: url('img/produkcja-hover.jpg');
}

.menu .portfolio
{
  background-image: url('img/portfolio.jpg');
  width: 62px;
}

.menu .portfolio:hover,
.menu .current .portfolio
{
  background-image: url('img/portfolio-hover.jpg');
}

.menu .kontakt
{
  background-image: url('img/kontakt.jpg');
  width: 52px;
}

.menu .kontakt:hover,
.menu .current .kontakt
{
  background-image: url('img/kontakt-hover.jpg');
}

.categories-label,
.headline
{
  width: 220px;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-top: -10px;
}

.categories-label
{
  clear: both;
}

.sidebar
{
  float: left;
  width: 218px;
  border-left: 1px #fff solid;
  background: #e0e0e0;
}

.categories a
{
  display: block;
  height: 26px;
  line-height: 26px;
  color: #505050;
  padding-left: 14px;
}

.categories a span
{
  padding-left: 11px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('img/category-arrow.gif');
}

.categories .even a
{
  background-color: #e0e0e0;
}

.categories .odd a
{
  background-color: #f3f3f3;
}

body .categories li a:hover,
.categories li.current a
{
  background: #91be25 url('img/category-hover.gif') repeat-x left top;
  text-decoration: none;
}

body .categories li a:hover span,
.categories li.current a span
{
  padding-left: 11px;
  background: url('img/category-arrow-hover.gif') no-repeat left center;
  color: #fff;
}

.sidebar h5
{
  padding: 30px 0 10px 14px;
  font-weight: bold;
  color: #55b104;
  font-size: 10pt;
}

.ed a
{
  color: #3a3a3a;
}

.sidebar .ed
{
  padding: 0 30px;
  line-height: 12pt;
}

.main
{
  background: url('img/main-bg.jpg') repeat-y left bottom;
}

.main-bottom
{
  clear: both;
  height: 18px;
  width: 998px;
  overflow: hidden;
  background: url('img/content-bottom.jpg') no-repeat left top;
}

.footer
{
  clear: both;
  background: url('img/footer-bg.jpg') no-repeat left top #323232;
  padding: 15px 25px 25px 0;
  text-align: right;
}

.content
{
  float: left;
  background: #fff;
  padding: 8px 40px 15px 16px;
  width: 723px;
  min-height: 400px;
}

.footer a
{
  color: #828282;
}

.footer a span
{
  color: #b9b9b9;
}

.products-home
{
  padding-top: 11px;
}

.products-home li
{
  margin-top: -11px;
  width: 150px;
  background: url('img/cross.jpg') no-repeat right bottom;
  height: 90px;
  float: left;
  padding-left: 30px;
}

.products-home li.last
{
  background: none;
}

.products-home .img
{
  width: 82px;
  height: 60px;
  float: left;
}

.products-home .img td
{
  padding-right: 12px;
  width: 70px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

.products-home .price
{
  float: left;
  width: 98px;
  padding-top: 35px;
}

.products-home .price a
{
  color: #4aa700;
  font-weight: bold;
}

.products
{
  padding-top: 30px;
}

.products li
{
  float: left;
  width: 140px;
  padding-right: 50px;
  height: 170px;
  background: url('img/cross.jpg') no-repeat right bottom;
}

.products li.last
{
  background: none;
}

.products li.right
{
  padding-right: 0;
}

.products div
{
  text-align: center;
}

.products .img
{
  padding-bottom: 12px;
  height: 100px;
}

.products a
{
  text-transform: uppercase;
  font-weight: bold;
  color: #45ab00;
}


.paginator
{
  clear: both;
  padding-top: 15px;
  text-align: center;
}

.paginator a
{
  font-weight: bold;
  color: #555;
}

.paginator a:hover,
.paginator a.current
{
  color: #4aa90d;
  text-decoration: none;
}

.paginator a.prev,
.paginator a.next
{
  text-indent: -9999px;
  outline: none;
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.paginator a.prev
{
  background-image: url('img/prev.jpg');
}

.paginator a.next
{
  background-image: url('img/next.jpg');
  margin-left: 8px;
}

.map
{
  padding: 20px 77px 0 0;
  width: 312px;
  float: left;
}

.form
{
  padding-top: 40px;
  width: 334px;
  float: left;
}

.form-list li
{
  clear: both;
  padding-top: 1px;
}

.form-list input
{
  background: url('img/input-bg.jpg') no-repeat left top;
  padding: 4px 5px;
  float: left;
  border: 0 none;
  width: 219px;
  height: 16px;
  line-height: 16px;
  font-size: 8pt;
  color: #666;
}

.form-list label
{
  float: left;
  width: 100px;
  padding-right: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 24px;
}

.form-list textarea
{
  background: url('img/textarea.jpg') no-repeat left top;
  padding: 4px 5px;
  float: left;
  border: 0 none;
  width: 219px;
  line-height: 16px;
  font-size: 8pt;
  color: #666;
  height: 96px;
  overflow: auto;
}

.form-list li.submit input
{
  background: url('img/submit.jpg') no-repeat left top;
  border: 0 none;
  width: 94px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}

.form-list li.submit
{
  padding-left: 152px;
  padding-top: 10px;
}

.portfolio .products h3
{
  font-weight: normal;
}

.products td
{
  width: 140px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

.production .products a
{
  text-transform: none;
}

.production-details .products li
{
  height: 140px;
}

.production-details .ed h2
{
  padding-top: 60px;
}

.production-details .products
{
  padding-top: 10px;
}

.content h1,
.content h2
{
  color: #42b001;
  padding-bottom: 10px;
}

.main-img
{
  float: left;
  width: 295px;
  height: 295px;
  padding-right: 37px;
}

.product-details .description
{
  float: left;
  width: 390px;
}

.calc
{
  clear: both;
}

.product-details dt,
.product-details dd
{
  float: left;
}

.product-details dt
{
  clear: both;
  width: 83px;
  padding: 0 10px 15px 0;
}

.product-details dd
{
  width: 297px;
  color: #595959;
  font-weight: bold;
  padding-bottom: 15px;
}

.product-details dd.ed
{
  padding-bottom: 52px;
  padding-left: 35px;
  background: url('img/description-underline.jpg') no-repeat right bottom;
  margin-left: -35px;
}

.product-details dd.ed p
{
  line-height: 1em;
}

.calc
{
  clear: both;
  padding-top: 35px;
}

.calc select,
.calc input
{
  border-top: 1px solid #5f5f5f;
  border-left: 1px solid #5f5f5f;
  background: #ececec;
  color: #333;
}

.calc input
{
  width: 63px;
  height: 14px;
  padding: 2px 3px;
}

.calc select
{
  width: 75px;
}

.calc .left-col
{
  float: left;
  width: 305px;
}

.calc .right-col
{
  float: left;
  width: 305px;
}

.calc .left-col label
{
  width: 125px;
}

.calc label
{
  float: left;
  line-height: 19px;
  width: 180px;
}

.calc li
{
  clear: both;
  padding-bottom: 4px;
}

.product-details .basket-submit
{
  clear: both;
  padding-top: 25px;
}

.product-details .basket-submit input
{
  background:transparent url(img/searcher-input.jpg) no-repeat scroll left top;
  border:0 none;
  color:#FFFFFF;
  font-size:12px;
  height:14px;
  padding:5px 10px;
  width:109px; 
  margin: 0 10px;
}

.product-details .basket-submit input.basket-btn
{
  background: url('img/basket-btn.jpg') no-repeat left top;
  width: 118px;
  height: 24px;
  cursor: pointer;
  border: 0 none;
  padding: 0;
}

.basket-content
{
  width: 660px;
  margin-bottom: 40px;
}

.basket-content th
{
  font-weight: normal;
  background: #d8d8d8;
  text-align: left;
  border-bottom: 1px #fff solid;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
}

.basket-content td
{
  padding: 10px;
  border-right: 1px solid #dcdcdc;
  background: #f5f5f5;
  border-bottom: 1px solid #8c8c8c;
}

.basket-content .delete-btn
{
  background: #e4e4e4;
  text-align: center;
  border-right: 0 none;
  padding: 10px 0;
}

.basket-content .last td
{
  border-bottom: 0 none;
}

.basket-content a
{
  color: #515151;
}

.basket-info
{
  width: 420px;
  padding-right: 70px;
  float: left;
  padding-bottom: 26px;
}

.summary
{
  float: left;
  width: 170px;
  padding-bottom: 26px;
}

.summary dd
{
  width: 84px;
  padding: 0 10px 15px 0;
  float: left;
  clear: both;
}

.summary dt
{
  width: 76px;
  float: left;
  padding-bottom: 15px;
  font-weight: bold;
}

.pdf-anchor
{
  padding: 16px 0 0 40px;
  background: url('img/pdf-icon.jpg') no-repeat left top;
  display: block;
  clear: both;
  color: #58a016;
  font-weight: bold;
  height: 30px;
}

.submit-box input,
.order-submit
{
  width: 92px;
  height: 24px;
  background: url('img/send-btn.jpg') no-repeat left top;
  border: 0 none;
  cursor: pointer;
}

.order-submit
{
  display: block;
  margin: 60px auto 0 auto;
}

.order-form .form-list
{
  float: left;
  width: 360px;
}

.order-form h2
{
  clear: both;
  padding-top: 10px;
}

.order-form .form-list h2
{
  clear: none;
  padding-top: 0;
}

.form-list input.file
{
  height: auto;
}

.submit-box
{
  text-align: center;
  padding-right: 3px;
  padding-top: 15px;
  clear: both;
}

.logos
{
  padding-bottom: 25px;
  background: url('img/shade.jpg') repeat-x left bottom;
  text-align: center;
}

.logos img
{
  vertical-align: middle;
  margin: 0 7px;
  max-width: 125px;
}

.back
{
  float: right;
  color: #42B001;
}

.footer img
{
  margin-bottom: -6px;
}

.home h2
{
  padding-top: 80px;
}

