html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: Tahoma, Arial, "Nimbus Sans L", sans-serif;
  font-size: 10pt;
}

div#calosc {

}

/* pasek gorny */

div#toplogo {
  height: 120px;
  background-image: url('/images/bgtop.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#toplogo h1 {
  display: none;
}

div#toplogo a {
  display: block;
  margin-left: 80px;
  width: 700px;
  height: 110px;
  border: none;
}

div#toplogo a:hover {
  background-image: url('/images/top_return.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

div#toplogo_mini {
  height: 120px;
  width: 180px;
  float: left;
  background-image: url('/images/bgtop.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#toplogo_mini h1 {
  display: none;
}

div#toplogo_mini a {
  display: block;
  margin-left: 80px;
  width: 100px;
  height: 110px;
  border: none;
}

div#toplogo_mini a:hover {
  background-image: url('/images/top_return.png');
}

/* menu */

div#menu {
  clear: left;
  float: left;
  width: 160px;
  text-align: center;
}

div#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#menu a {
  display: block;
  width: 180px;
  height: 36px;
  background-image: url('/images/menu.png');
  background-repeat:no-repeat;
  border: none;
}

div#menu a:hover, div#menu a.active {
  margin-left: -200px;
  padding-left: 200px;
}

div#menu ul a span {
  display: none;
}

div#cats_menu {
  width: 170px;
  margin-left: 16px;
  margin-bottom: 16px;
}

div#cats_menu a {
  width: 170px;
  height: 29px;
  background-image: url('/images/cats_menu.png');
}

div#cats_menu a:hover, div#cats_menu a.active {
  margin-left: -170px;
  padding-left: 170px;
}

div#blog_cats_menu {
  width: 170px;
  margin-left: 0;
  margin-bottom: 16px;
}

div#blog_cats_menu a {
  width: 170px;
  height: 30px;
  background-image: url('/images/blog_cats_menu.png');
}

div#blog_cats_menu a:hover, div#blog_cats_menu a.active {
  margin-left: -170px;
  padding-left: 170px;
}

div#shop_footer {
  clear: both;
  width: 700px;
  height: 48px;
  background-image: url('/images/shop_footer.png');
  margin: auto;
}

div#shop_footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#shop_footer li {
  float: left;
}

div#shop_footer a {
  display: block;
  height: 48px;
  border: none;
}
div#shop_footer a span {
  display: none;
}

div#shop_footer a:hover, div#shop_footer a.active {
  background-image: url('/images/shop_footer.png');
}


/* glowny kontener */

div#content {
  margin-top:  20px; 
  margin-left: 200px;
  margin-bottom: 40px;
  padding-right: 40px;
}

div#content_mini {
  margin-top:  0px; 
  margin-left: 200px;
  margin-bottom: 40px;
  padding-right: 40px;
}

/* naglowki */

h2 {
  color: #1f3d4d;
}
h2.first, h2.clean {
  background: none;
}

/* linki */

a {
  color: #1f3d4d;
  text-decoration: none;
  border: none;
}

a:hover {
  border-bottom: 1px dashed #1f3d4d;
}

a img, a.img {
  border: none;
}

/* formularze */

input, textarea {
  border: 1px solid #1f3d4d;
}

/* sklep */

div.lista_produktow {
  clear: right;
}

div.produkt {
  width: 200px;
  height: 200px;
  margin: 13px;
  padding: 0px;
  float: left; 
  background-color: #fff;
}

div.produkt_foto {
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

div.produkt a {
  border: none;
  display: block;
  width: 200px;
  height: 200px;
}

div.produkt a.promo {
  background-image: url('/images/promo_icon.png');
  background-repeat: no-repeat;
  background-position: 100px 160px;
}

div.produkt_dol {
  text-align: center;
}

div#product_basket {
  position: absolute;
  top: 140px;
  right: 16px;
  width: 64px;
  height: 176px;
  background-image: url('/images/koszyk_powrot.png');
  float: right;
}

div#product_basket span {
  display: none;
}

div#product_basket #to_cart {
  display: block;
  width: 64px;
  height: 84px;
  border: none;
}

div#product_basket #product_brak {
  display: block;
  width: 64px;
  height: 84px;
  border: none;
  background-image: url('/images/koszyk_brak.png');
}

div#product_basket #return {
  display: block;
  width: 64px;
  height: 84px;
  border: none;
}

span.blogdata {
  font-weight: normal;
  color: #dddddd;
}

/* fotki */

div.blog_fotos {

}

div.blog_foto {
  padding: 2px;
  margin: 5px;
  float: left;
}

div.blog_foto img {
  display: block;
  margin: auto;
}

div.blog_fotos_bottom {
  clear: both;
}

/* projektanci */

div.designer_foto {
  min-height: 200px;
}

div.designer_foto a {
  border: none;
}

div.designer_foto a img {
  display: block;
  float: left;
  margin-right: 13pt;
}

/* produkty */

div.product_fotos {
  float: left;
  margin: 13px;
  margin-right: 40px;
}

div.product_fotos a {
  border: none;
}

div#big_foto {
  margin: 0;
  padding: 0;
  width: 400px;
  height: 400px;
}

div.product_foto_minis {
  width: 428px;
  margin-top: 14px;
  margin-left: -14px;
}

div.product_foto_minis a {
  display: block;
  float: right;
  width: 79px;
  height: 79px;
  margin: 14px 14px;
}

div.product_foto img {
  display: block;
  margin: auto;
}

div#product_info {
  padding-top: 5px;
  margin-right: 64px;
}

/* koszyk */

div.cart_row {
  height: 226px;
}

div.cart_row a.cart_del {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/images/del.png');
  border: none;
}

div.cart_row a.cart_del span {
  display: none;
}

div.cart_product_info {
  margin-left: 275px;
  padding-top: 32px;
}

div#cart_summary {
  margin-top: 28px;
  height: 56px;
  width: 70%;
  background-image: url('/images/cart_summary.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

div#cart_summary_price {
  position: relative;
  top: 32px;
  left: 64px;
  font-size: 1.2em;
  font-weight: bold;
}

a#cart_buy {
  display: block;
  width: 80px;
  height: 55px;
  position: relative;
  top: -75px;
  left: 100%;
  border: none;
  background-image: url('/images/cart_buy.png');
  background-position: 0 0;
}

a#cart_buy:hover {
  background-position: 0 -55px;
}

a#cart_buy span {
  display: none;
}

div.clear {
  clear: both;
}

div.right {
  text-align: right;
}

div#warning {
  border: 1px solid red;
  padding: 5px;
  background-color: #ffffee;
}

table.listing, table.listing td {
  border-collapse: collapse;
  border: 1px solid #fec;
}

tr.bright {
  background-color: #fefefe;
}

table.listing th, tr.dark {
  background-color: #fefeee;
}

div.pagination {
  clear: both;
  text-align: center;
}

/* broszurka */

div#fbMenu {
  width: 828px;
  margin: auto;
}

/* tekst w o nas itp */

p.special {
  line-height: 150%;
  margin-left: 40px;
  margin-top: 50px;
}

div#about {
  padding-bottom: 100px;
  background-image: url('/images/onas.png');
  background-repeat: no-repeat;
  background-position: 400pt 100%;
}

div.wciety {
  margin-left: 1em;
  margin-bottom: 2em;
}

p.dim {
  color: #666666;
  margin-top: 64px;
  font-size: 0.9em;
}

div.fieldWithErrors label {
  color: #ff0000;
  font-weight: bold;
}
div.fieldWithErrors input {
  border: 2px solid #ff0000;
  background-color: #ffeded;
}

div#user_info {
  position: absolute;
  top: 0;
  right: 0;
}

div#contact_form {

}

/* wyszukarka */

div#search_form {
  width: 180px;
  height: 43px;
  background-image: url('/images/search.png');
  background-repeat: no-repeat;
}

input#search_box {
  display: block;
  float: left;
  width: 86px;
  margin-left: 42px;
  margin-top: 10px;
  background: none;
  border: none;
}

input#search_btn {
  border: none;
}

div#artist_ret {
  width: 50px;
  height: 50px;
  float: right;
}

div#artist_ret a {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background-image: url('/images/koszyk_powrot.png');
  background-position: -5px -88px;
}

div#artist_ret a span {
  display: none;
}

div.blog_comment {
  width: 90%;
  margin-left: 5%;
  background: #f3fbe3;
  float: left;
}

div.blognotka {
  float: left;
}

div#bargain_control {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fee;
  border-bottom: #eee 1px solid;
}
