/* ogólne */

* { font-family: sans-serif; font-size: 12px; }
body { background: white; margin: 0; color: #555; }
table { border-collapse: collapse; }
td { padding: 0; vertical-align: top; }
a { color: #A70000; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

/* struktura */

#page-frame {
  background: white;
  margin: 20px auto;
  width: 730px;
  padding: 10px;
}

#page-layout {
  width: 100%;
}

#page-layout th {
  padding: 5px;
  padding-bottom: 10px;
  padding-left: 72px;
  border-bottom: 10px white solid;
  vertical-align: bottom;
  text-align: left;
}

#page-layout th ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style-type: none;
}

#page-layout th li {
  display: inline;
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
}

#page-layout th li a {
  text-decoration: none;
  color: #333;
}

#page-layout th li a:hover {
  color: #A70000
}

#page-layout th li.active a {
  color: #A70000;
  text-decoration: underline;
}

#page-layout-logo {
  width: 72px;
}

#page-layout-border {
  width: 165px;
  /*border-right: 1px #CCC solid;*/
  /*background: #E0E0E0;*/
}

#page-layout-content {
  padding-left: 0px;
}

/* treść */

h1, h2, p {
  margin: 0;
  padding: 0 10px;
}

ul, ol {
  margin: 0;
}

h1, h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #A70000;
}

h2 {
  font-weight: bold;
  color: #A70000;
}

p {
  margin: 0;
  margin-top: 5px;
}

li {
  margin-top: 5px;
  padding-left: 10px;
}

#page-layout-border h1,
#page-layout-border h2, 
#page-layout-border p,
#page-layout-border ul,
#page-layout-border ol {
  padding-left: 5px;
  padding-right: 15px;
}

div.csc-textpic {
  margin-top: 10px;
}

td#page-layout-border div.csc-textpic {
  padding: 0;
  margin: 0;
}

dd.csc-textpic-caption {
}

dd.csc-textpic-caption a {
  display: block;
  padding: 2px;
}

#page-layout-border ul.csc-menu-1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /*border-top: 1px #999 dotted;*/
}

#page-layout-border ul.csc-menu-1 li {
  margin: 0;
  padding: 2px 0;
  /*border-bottom: 1px #999 dotted;*/
}

#page-layout-border ul.csc-menu-1 a {
  display: block;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
}

#page-layout-border ul.csc-menu-1 a:hover {
  background: #F0F0F0;
}

/* ramki */

div.csc-frame {
  margin-top: 5px;
}

div.csc-frame-frame1 {
  background: #F0F0F0;
}

#page-layout-content div.csc-frame {
  margin-left: 0px;
  margin-right: 0px;
}

#page-layout-border div.csc-frame {
  margin-left: 0px;
  margin-right: 10px;
}

div.csc-frame-rulerBefore {
  border-top: 1px #999 dotted;
}

div.csc-frame-rulerAfter {
  border-bottom: 1px #999 dotted;
}

/* ff_products */
div.tx-ffproducts-pi1-singleView-image {
  float: left;
}

div.tx-ffproducts-pi1-singleView-backToList {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px 5px;
  text-align: right;
}

