/**
 * Main CSS Stylesheet
 * @package templateSystem
 * @author Adam Łyskawa
 * @version 2011.09.07
 */

@font-face {
  font-family: "Ubuntu Web";
  src: local("Ubuntu");
  src: url("/100v/layout/fonts/Ubuntu-L.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu Web";
  src: local("Ubuntu");
  src: url("/100v/layout/fonts/Ubuntu-R.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu Web";
  src: local("Ubuntu");
  src: url("/100v/layout/fonts/Ubuntu-B.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DejaVu Sans Mono Web";
  src: local("Ubuntu");
  src: url("/100v/layout/fonts/DejaVuSansMono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Droid Sans Web";
  src: local("Droid Sans");
  src: url("/100v/layout/fonts/DroidSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  color: #666;
  background-color: #e3e3e3;
  background-image: url("/100v/layout/gfx/bg_gradient.png");
  background-repeat: repeat-x;
}

h1 {
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
  color: #1129a1;
}

#main h1 {
  display: inline-block;
  padding-bottom: 12px;
}

#indexDefault h1 {
  color: #888;
}

#main h1.active {
  color: #1129a1;
  /*padding-bottom: 10px;*/
  /*border-bottom: 5px solid #1129a1;*/
}

#main h1 a.base,
#main h1 span.separator {
  color: #666;
}

#main fieldset {
  border: 1px solid #ccc;
  padding: 20px;
}

#main fieldset > legend {
  /*margin-left: 10px;*/
  font-weight: bold;
  color: #222;
}

#main form label {
  display: inline-block;
  width: 250px;
}

#main form input[type="text"], #main form textarea, form select {
  border: 1px solid #ccc;
  width: 250px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 5px;
}

#main form input[type="radio"], #main form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

#main form input[type="radio"] + label, #main form input[type="checkbox"] + label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0 10px;
}

#main form button, #main form input[type="submit"] {
  /*border: 2px solid #fff;*/
  border: none;
  color: #fff;
  padding: 4px 12px;
  background: #1129a1;
  margin-top: 5px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}

#main form button:hover, #main form input[type="submit"]:hover {
  background-color: #fff;
  border: 2px solid #1129a1;
  color: #1129a1;
  padding: 2px 10px;
}

code {
  display: block;
  position: relative;
  /*border: 1px solid #1129A1;*/
  box-shadow: 5px 5px 5px #888;
  background-color: #ffe;
  font-family: "DejaVu Sans Mono", "DejaVu Sans Mono Web", "Consolas", monospace;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 50px;
  z-index: 666;
}

code > p {
  margin: 0;
  padding: 0;
  text-indent: 20px;
}

code > p > big {
  font-weight: bold;
  color: #f07;
  font-size: 24px;
  line-height: 12px;
  position: relative;
  top: 2px;
}

code > p.current {
  color: #f07;
}

code > span.error {
  font-weight: bold;
  color: #f07;
}

code h2 {
  font-size: 12px;
  font-weight: normal;
  color: #04f;
  padding-bottom: 1em;
}

a {
  color: #1129a1;
  text-decoration: none;
}

a > img {
  border: none;
  outline: none;
  text-decoration: none;
}

.pdf li {
  list-style: none;
}

.pdf li > a {
  background-image: url("/100v/layout/gfx/pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  display: block;
}

.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  clear: both;
}

.linkBox {
  background-repeat: no-repeat;
  min-width: 220px;
  max-width: 240px;
  height: 160px;
  font-size: 11px;
  color: #fff;
}

.linkBox > div {
  margin: 20px;
  height: 120px;
  position: relative;

}

.linkBox h2 {
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-size: 16px;
  width: 100px;
  height: 60px;
  text-transform: uppercase;
}

.linkBox a {
  color: #fff;
  text-decoration: none;
}

.linkBox a:hover {
  text-shadow: 0 0 3px #fff;
}

.linkBox p.more {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-transform: uppercase;
  text-align: right;
}

span.breadcrumb {
  color: #888;
}

#mainWrapper {
  position: relative;
  width: 980px;
  margin: auto;
  z-index: 1;
  /*box-shadow: 0 0 5px #ccc;*/
}

#headerWrapper {
  position: relative;
  height: 433px;
  /*height: 345px;*/
}

#headerWrapper > .headerDecor {
  position: absolute;
  left: -350px;
  top: 0;
  width: 1106px;
  height: 371px;
  background-image: url("/100v/layout/gfx/header_decor.png");
  background-repeat: no-repeat;
}

#headerWrapper > .headerShadow {
  position: absolute;
  right: -189px;
  top: 0;
  width: 803px;
  height: 433px;
  /*height: 345px;*/
  background-image: url("/100v/layout/gfx/header_shadow.jpg");
  background-repeat: no-repeat;
}

#headerWrapper > .top01 {
  position: absolute;
  width: 980px;
  height: 433px;
  /*height: 345px;*/
  /*height: 100px;*/
  /*max-width: 980px;*/
  /*max-height: 433px;*/
  /*overflow: hidden;*/
  /*background-image: url("/100v/layout/gfx/top_01.jpg");*/

}

#flash {
  position: absolute;
  top: 88px;
  width: 1150px;
  outline: none;
}

#flash.preview, #flash.both {
  top: 0;
  height: 433px;
  background-image: url("/100v/layout/gfx/top_01.jpg");
  background-repeat: no-repeat;
}

#flash.clean {
  background: none;
}

#logoWrapper {
  position: relative;
}

#logoWrapper > a {
  display: block;
  position: absolute;
  left: 10px;
  top: 26px;
  width: 198px;
  height: 62px;
  background-image: url("/100v/layout/gfx/logo.png");
  background-repeat: no-repeat;
}

#logoWrapper > .infolinia {
  position: absolute;
  right: 9px;
  top: 18px;
  font-size: 17px;
  color: #999;
}

#logoWrapper > .infolinia > b {
  color: #666;
}

#navMainWrapper {
  position: relative;
  z-index: 100;
  font-size: 0;
  background-image: url("/100v/layout/gfx/menu_left.png");
  background-repeat: no-repeat;
  padding-left: 1px;
  position: absolute;
  right: 9px;
  top: 57px;
  height: 32px;
}

#navMainWrapper a {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  background-image: url("/100v/layout/gfx/menu_gradient_a.png");
  background-repeat: repeat-x;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
}


#navMainWrapper a.login_content_element {
  background-image: url("/100v/layout/gfx/menu_gradient_b.png");
}

#navMainWrapper a:hover {
  background-color: #fff;
  background-image: none;
  color: #007;
  height: 30px;
  box-shadow: 0 0 4px #fff;
}

#navMainCart > a, #navMainCart > span {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  height: 32px;
  line-height: 30px;
  font-size: 11px;
  background-image: url("/100v/layout/gfx/menu_gradient_b.png");
  background-repeat: repeat-x;
  color: #fff;
  text-transform: uppercase;
}

#navMainCart > span {
  padding-left: 10px;
}

#navMainSearch {
  vertical-align: top;
  display: inline-block;
  width: 200px;
  height: 32px;
}

#navMainSearch > form {
  height: 32px;
  display: block;
  font-size: 0;
  background-image: url("/100v/layout/gfx/search_main_bg.png");
  background-repeat: no-repeat;
  background-position: -1px 0;
}

#navMainSearch > form > input[type="text"] {
  position: relative;
  top: -1px;
  display: inline-block;
  background: transparent;
  border: none;
  vertical-align: middle;
  width: 152px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
}

#navMainSearch > form > input[type="submit"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  text-indent: -1000em;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background-image: url("/100v/layout/gfx/search_main.png");
  background-repeat: no-repeat;
}

#contentWrapper {
  position: relative;
  background-color: #fff;
  padding: 10px;
  /*background-image: url("/100v/layout/gfx/content_main_shadow.png");*/
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 0;
  height: 100%;
}

#contentWrapper > div {
  display: inline-block;
  font-size: 11px;
  vertical-align: top;
}

#nav {
  position: static;
  width: 219px;
  margin-right: 18px;
  padding-bottom: 300px;
}

#main {
  position: static;
  width: 720px;
  padding-bottom: 320px;
}

#main .page {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 180%;
}

#main .page p {
  padding-bottom: 12px;

}

.leftBoxContainer br {
  display: none;
}

.leftBoxContainer > h1 {
  text-indent: 20px;
  padding-bottom: 12px;
}

.leftBoxContainer .category-top,
.leftBoxContainer .category-products {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  text-indent: 24px;
  text-decoration: none;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: -1px;
  cursor: pointer;
}

.leftBoxContainer .category-products {
  display: none;
  color: #666;
  text-transform: none;
  background-color: #f7f7f7;
}

.leftBoxContainer .category-top:hover,
.leftBoxContainer .category-products:hover {
  background-image: url("/100v/layout/gfx/category_open.png");
  color: #fff;
}

.leftBoxContainer .category-products.active,
.leftBoxContainer .category-top.active {
  background-color: #a0a0a0;
  color: #fff;
}

.productList {
  background-color: #f0f7ff;
  background-color: #ccc;
  width: 721px;
}

.listMore {
  display: block;
  text-align: right;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: -60px;
}

.listMore > a {
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 10px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.listMore > a:hover {
  background-color: #1129a1;
}

.productBox {
  position: relative;
  display: block;
  float: left;
  vertical-align: top;
  font-size: 11px;
  width: 239px;
  min-height: 287px;
  height: 290px;
  /*border: 2px solid #ccc;*/
  margin: 1px 0 0 1px;
  /*margin-right: 1px;*/
  /*margin-bottom: 1px;*/
  background-color: #fff;
}

.productBox:hover {
  outline: 1px solid #1129a1;
}

.productBox > .innerWrapper {
  display: block;
  vertical-align: middle;
  text-align: center;
  border: 4px solid #fff;
  min-height: 282px;
  position: relative;
  font-size: 0;
}

.productBox > .innerWrapper > * {
  font-size: 11px;
}

.productBox > .innerWrapper > p.more {
  line-height: 36px;
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.productBox > .innerWrapper > p.more > a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #039;
}

.productBox > .innerWrapper:hover {
  border-color: #1129a1;
}

.productBox > .innerWrapper:hover > p.more {
  background-color: #1129a1;
}

.productBox > .innerWrapper:hover > p.more > a {
  color: #fff;
}

.productBox > .innerWrapper > .reference {
  display: inline-block;
  height: 217px;
  vertical-align: middle;
}

.specialProducts .productBox > .innerWrapper > .reference {
  height: 247px;
}

.productBox > .innerWrapper > .productInfo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}

.productBox > .innerWrapper > .productInfo > div {
  text-align: center;
}

.productImage {
  height: 110px;
}

.productImage > span:first-child {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.productImage > a {
  display: inline-block;
  vertical-align: middle;
}

.productImage > a > img {
  display: inline-block;
  vertical-align: middle;
}

.productModel {
  color: #999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.productName {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}

.productPrice {
  margin-top: 10px;
}

.productPrice .warning {
  color: #f00;
}

.productPrice > div {
  text-align: center;
}

.productPrice .main .numeric {
  font-size: 16px;
  font-weight: bold;
}

.productPrice .previous .main .numeric {
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
}

.productPrice .previous {
  text-decoration: line-through;
  font-size: 11px;
  line-height: 11px;
}

.productPrice .special {
  color: #070;
}

.productPrice .saving {
  font-weight: bold;
  color: #f20;
}

.listNav {
  position: relative;
  top: 1px;
  height: 28px;
  margin: 1px;
  background-color: #fff;
}

.listNav.bottom {
  margin-top: -1px;
}

.listNav > .select {
  position: absolute;
  left: 0;
  height: 10px;
  padding: 3px;
}

.listNav > .select select {
  height: 22px;
  color: #999;
}

.listNav > .nav {
  position: absolute;
  right: 0;
  height: 10px;
  /*padding: 10px 0;*/
  font-size: 12px;
}

.listNav > .nav > a {
  display: inline-block;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: center;
  line-height: 28px;
  font-weight: normal;
  margin-right: -4px;
}

.listNav > .nav > a:hover {
  color: #fff;
  background-color: #1129a1;
  outline: 1px solid #1129a1;
}

.listNav > .nav > strong {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  padding: 0 4px;
  vertical-align: middle;
  background-color: #ccc;
  text-align: center;
  line-height: 28px;
  font-weight: normal;
  margin-right: -4px;
}

.listNav .select label {
  display: none;
}

.categoryDescription {
  display: none;
}

#indexDefault, #indexProductList, #indexProductList div.bestsellers {
  margin-bottom: 40px;
}

.boxLine {
  font-size: 0;
}

.boxLine > .linkBox {
  /*position: relative;*/
  /*font-size: 11px;*/
  width: 240px;
  height: 160px;
  /*background-repeat: no-repeat;*/
  display: inline-block;
  vertical-align: top;
  /*color: #fff;*/
}

#boxOfertaDlaCiebie {
  background-image: url("/100v/layout/gfx/box_1.png");
}

#boxPoradniki {
  background-image: url("/100v/layout/gfx/box_2.png");
}

#boxKontrasty {
  background-image: url("/100v/layout/gfx/box_3.png");
}

#boxClients {
  position: relative;
  width: 220px;
  height: 140px;
  /*background-image: url("/100v/layout/gfx/box_c.png");*/
  background-color: #eee;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  color: #999;
}

#boxClients > h2 {
  position: absolute;
  left: 22px;
  top: 23px;
  width: 81px;
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

#boxClients > hr {
  position: absolute;
  left: 86px;
  top: 25px;
  width: 1px;
  height: 70px;
  display: block;
  border: none;
  background-color: #fff;
}

#boxClients > hr + div {
  position: absolute;
  left: 95px;
  top: 10px;
  width: 116px;
  height: 100px;
}

#boxClients .logo .ref {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
}

#boxClients .logo .group {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

#boxClients .logo {
  position: absolute;
  width: 116px;
  height: 100px;
  display: none;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

#boxClients .name {
  font-size: 11px;
  display: block;
  text-align: center;
}

#boxComments {
  position: absolute;
  bottom: 127px;
  left: 15px;
  width: 220px;
  height: 160px;
  background-image: url("/100v/layout/gfx/box_0.png");
  background-repeat: no-repeat;
  color: #fff;
}

#boxComments > h2 {
  position: absolute;
  left: 22px;
  top: 23px;
  width: 100px;
  height: 48px;
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

#boxComments > p {
  position: absolute;
  top: 84px;
  left: 22px;
  width: 176px;
  height: 32px;
  text-align: justify;
}

#boxComments > p.more {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 15px;
  right: 22px;
  width: 100px;
  height: 11px;
  text-align: right;
}

#boxComments > p.more > a {
  color: #fff;
  text-decoration: none;
}

#boxContact {
  position: absolute;
  left: 15px;
  bottom: 35px;
  width: 220px;
  text-transform: uppercase;
  color: #999;
}

#boxContact th {
  text-align: left;
  padding: 0 20px;
}

#boxContact td {
  width: 60%;
}

#box3 {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 127px;
  width: 720px;
}

#boxWebmaster {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 720px;
  height: 87px;
  background-image: url("/100v/layout/gfx/footer.png");
}

#boxWebmaster p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  color: #666;
}

#boxWebmaster p > a {
  text-decoration: none;
  color: #666;
}

#boxWebmaster p > a:hover {
  color: #1129a1;
}

#boxTags {
  font-size: 0;
  margin: 45px 0 45px 0;
}

#boxTags > div:first-child {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 50px;
  background-image: url("/100v/layout/gfx/tag.png");
  background-repeat: no-repeat;
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-indent: 10px;
  line-height: 49px;
  color: #999;
  margin-right: 20px;
}

#boxTags > div:first-child+div {
  display: inline-block;
  vertical-align: top;
  width: 720px;
  font-size: 11px;

}

#boxTags > div:first-child+div > a:first-child,
#boxTags > div:first-child+div > iframe {
  display: none;
}

#boxTags ul {
  margin: 0;
  text-align: justify;
}

#boxTags li {
  margin: 0;
  display: inline;
}

#boxTags li > a {
  line-height: 17px;
  text-decoration: none;
  color: #999;
}

.tag1 { font-size: 11px; }
.tag2 { font-size: 13px; }
.tag3 { font-size: 15px; }
.tag4 { font-size: 17px; }
.tag5 { font-size: 19px; }
.tag6 { color: #f20; }

#boxFooter {
  position: relative;
  border-top: 1px solid #fff;
  height: 60px;
  color: #999;
}

#boxFooter > ul {
  position: absolute;
  top: 20px;
  display: inline-block;
  vertical-align: top;
}

#boxFooter li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

#boxFooter li > a {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 30px;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}

#boxFooter li > a:hover {
  color: #fff;
  background-color: #1129a1;
}


#boxFooter p {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

#boxFooter p > span:first-child {
  margin-right: 20px;
}

#boxFooter p a {
  text-decoration: none;
  color: #999;
}

#boxFooter p a:hover {
  color: #1129a1;
}

#productGeneral {
  position: relative;
}

#productGeneral p.back.top {
  position: absolute;
  right: 0; top: 0;
}

#productGeneral p.back.bottom {
  position: absolute;
  right: 0; bottom: -30px;
}

p.back {
  position: static;
  text-align: right;
  display: inline-block;
  background-color: #999;
  color: #fff;
  text-transform: uppercase;
}

p.back > a {
  display: inline-block;
  padding: 5px;
  color: #fff;
}

p.back > a:hover {
  background-color: #1129a1;
}

#productGeneral .wrapper {
  font-size: 0;
}

#productGeneral .wrapper > div {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 45%;
}

#productGeneral .productInfoBlock {
  margin-bottom: 50px;
}

#productGeneral .productModel {
  font-size: 14px;
  color: #999;
}

#productGeneral .productName {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1129a1;
}

#productGeneral > .page > h2 {
  font-family: "Ubuntu", "Ubuntu Web", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1129a1;
  padding-bottom: 12px;
}

#productImage {
  position: relative;
  margin: 10px 20px 10px 0;
  padding: 20px;
  border-right: 1px solid #ccc;
}

#productImage a {
  display: block;
  text-align: center;
  margin: auto;
}

#productImage .imgLink {
  position: absolute;
  display: inline-block;
  right: 20px;
  width: 90px;
  height: 21px;
  text-indent: -1000em;
  background-image: url("/100v/layout/gfx/zoom.png");
  background-repeat: no-repeat;
  margin-top: 20px;
}

#productPrice {
  margin-bottom: 50px;
}

#productPrice > div > span:first-child {
  display: block;
  white-space: nowrap;
}

#productPrice > div > span.main {
  font-size: 16px;
  color: #333;
}

#productPrice > div.previous {
  text-decoration: line-through;
  font-size: 11px;
  color: #999;
}

#productPrice > div.previous > span.main {
  color: #999;
}

#productPrice > div.special {
  font-size: 11px;
  color: #070;
}

#productPrice > .warning {
  color: #f00;
}

#productPrice > div.special > span.main {
  font-weight: bold;
  color: #070;
}

#productPrice > div.saving {
  margin-top: 10px;
  font-size: 16px;
  color: #f07;
  font-weight: bold;
}

.productAddToCart {
  display: block;
  text-align: right;
}

#main .productAddToCart input[type="text"] {
  vertical-align: top;
  width: 48px;
  height: 28px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 20px 0 0;
  background-color: #fff;
}

#main .productAddToCart input[type="submit"] {
  vertical-align: top;
  border: none;
  background-image: url("/100v/layout/gfx/buy.png");
  background-repeat: no-repeat;
  width: 107px;
  height: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
  cursor: pointer;
  margin: 0;
}

#main .productAddToCart input[type="submit"]:hover {
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

#productDescription p {
  padding-bottom-bottom: 12px;
}

#productDescription ul,
#productDescription ol {
  display: block;
  padding-bottom: 12px;
  margin-left: 2em;
}


#productDescription li {
  list-style-position: inside;
  line-height: 180%;
  padding-left: 10px;
}

#productDescription ul > li {
  list-style: none;
  background-image: url('/100v/layout/gfx/bullet.png');
  background-repeat: no-repeat;
  background-position: left 0.8em;
}

#productDescription table {
  width: 100%;
}

#productInfoBottom {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}


#productInfoBottom p {
  padding-bottom: 1em;
  line-height: 180%;
}

#productInfoBottom p:first-child {
  background-image: url("/100v/layout/gfx/big_quote.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 60px;
}

#productInfoBottom > p:first-child > strong {
  font-size: 12px;
  padding-right: 10px;
}

#cartEmptyText {
  padding: 10px;
  background: white;
  border: 1px solid lightgrey;
  margin-bottom: 10px;
}

#shoppingCartDefault table {
  width: 100%;
  background-color: #eee;
  border-collapse: separate;
  border-spacing: 1px;
}

#shoppingCartDefault table > tbody > tr > td {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#shoppingCartDefault td.cartRemoveItemDisplay a {
  color: #070;
  font-size: 48px;
}

#shoppingCartDefault .update {
  background: none;
  border: none;
  font-size: 20px;
  color: #1129a1;
}

#shoppingCartDefault td.cartQuantity > input {
  width: 4em;
}

#shoppingCartDefault span#cartImage, #shoppingCartDefault span#prodTitle {
  display: block;
}

#mainBottom > div.decor {
  position: absolute;
}

#mainBottom > div.decor.a {
  background-image: url("/100v/layout/gfx/a.png");
  left: -180px; bottom: -150px;
  width: 180px; height: 230px;
}

#mainBottom > div.decor.b {
  background-image: url("/100v/layout/gfx/b.png");
  right: 220px; bottom: -140px;
  width: 150px; height: 140px;
}

#mainBottom > div.decor.c {
  background-image: url("/100v/layout/gfx/c.png");
  right: -249px; bottom: 210px;
  width: 249px; height: 329px;
}

#cloud {
  position: relative;
  z-index: 1;
}

#kontrasty > .page > p {
  text-align: justify;
}

#kontrasty > .page > table {
  width: 100%;
  box-shadow: 2px 2px 2px #ccc;
}

#kontrasty > .page > table a {
  display: inline-block;
  box-shadow: 2px 2px 2px #000;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#kontrasty > .page > table a:hover {
  box-shadow: none;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 8px;
  border-color: #1129ff;
  box-shadow: 0 0 10px #1129a1;
}

#kontrasty > .page > table a > img {
  display: block;
}

#kontrasty > .page > table > tbody > tr > th {
  width: 50%;
  text-align: right;
  vertical-align: top;
  padding: 20px;
  background-color: #f7f7f7;
  /*background-color: #f0fff0;*/
}

#kontrasty > .page > table > tbody > tr > td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  background-color: #666666;
  /*background-color: #fff7f0;*/
}

#kontrasty > .page > table > tbody > tr > td > p {
  font-weight: bold;
  line-height: 100%;
  text-align: left;
  color: #fff;
}

#contactUsDefault pre {
  margin-bottom: 1em;
}

.page table {
  width: 100%;
  border-spacing: 2px;
}

#main .page p {
  text-align: justify;
}

#main .page th,
#main .page td {
  text-align: center;
  background-color: #f7f7f7;
}

#main .page td {
  background-color: #f0f0f0;
  box-shadow: 0 0 5px #fff;
}

#contactUsNoticeContent * {
  font-family: "Trebuchet MS", sans-serif;
  /*font-size: 11px;*/
}

form * {
  vertical-align: top;
}

.alert {
  color: #f07;
  margin-left: 4px;
}
