html * { font-size: 100% }

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: 68.75%;
  color: #757575;
  margin: 0;
  padding: 0;

}

h1 { 
  font-size: 150%; /* 28px */
}                        

h2 {
  font-size: 1.27em;
  border-left-color: #FD2C0D;
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 10px;
  color: #0000FD;
}

h3 {
  margin-top: 0;
}

textarea {
  font-size: 12px; 
}


#wrapper {
  width: 930px;
  margin: 0 auto; 
}

#logo {
  height: 273px;
  width: 930px;
  position: relative;
}

#logo h1 {
  margin: 0;
  padding-top: 15px;
}

#main {
  float: left;
  width: 100%;
}

#main .item_short h3 {
  margin-bottom: 0;
}

#main .time_order {
  margin-top: 10px;;
}

#main .cover_zoom {
  text-align: center;
}

#content {
  margin-left: 200px;
  width: 500px;
}

#left {
  float: left;
  width: 200px;
  margin-left: -930px; 
}

#left .cart_ordering {
  text-align: center; 
  margin: 5px 0 20px 0;
}

#left .cart_empty {
  text-align: center; 
}

#left .search_form div {
  text-align: center;
  padding-bottom: 5px;
}
#right {
  float: left;
  width: 200px;
  margin-left: -200px;
  text-align: center;
}
#top_reklama {
  width: 930px;
  height: 100px;
  background-color: orange;
}
#footer {
  clear: left;
  width: 100%;
  text-align: left;
  font-size: 0.91em;
  border-top-color: #B7B3B3;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 20px;
}

.inside {
  margin: 0px;
  margin-top: 0;
}

table {
  margin-bottom: 10px;
}

thead {
  font-weight: bold;
  text-align: center;
}

#tabInvoice {
  display: none;
}

td {
  vertical-align: top;
}

td.details div {
  padding: 3px 0;
}

p.page_list {
  text-align: center;
}

div.sort_link {
  margin-bottom: 6px;
}

.important {
  color: green;
  font-weight: bold;
}
.img_cover {
  border-color: #B7B3B3;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  width: 100px;
  margin-right: 10px;
}

/*================ nowe style ======================*/
#cytat {
  font-family: Georgia, "Times New Roman", serif;
}
.cytat_tresc {
  font-style: italic;
  
  font-size: 1.27em;
}
.cytat_podpis {
  text-align: right;
}
#top_menu {
  width: 930px;
  height: 39px;
  margin-bottom: 15px;
}
a.top_menu_link {
  float: left;
}
.img_noborder {
  border: none;
}
.img_banner {
  border-color: #B7B3B3;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}
#slogan_box {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 473px;
  height: 79px;
}
.slogan {
  width: 473px;
  height: 79px;
  display: none;
}
a.links {
  font-size: 1.27em;
  color: #0000FD;
  text-decoration: none;
  font-weight: bold;
}
a.links:hover {
  color: #FD2C0D;
}
a.footer_link {
  text-decoration: none;
  color: #94979C;
}
a.footer_link:hover {
  text-decoration: underline;
  color: #FC2D0D;
}
.right_button {
  border-color: #B7B3B3;
  border-style: solid;
  border-width: 1px;
  margin-top: 7px;
}