body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #990066;
}

div {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

#container {
  margin: 0 auto;
  width: 800px;
}

#header {
  height: 125px;
}

#content {
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

#footer {
  padding: 15px;
  height: 50px;
  clear: both;
  background-image: url('./img/stopka.jpg');
  background-repeat: no-repeat;
  font-size: 10px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}

#basket {
  margin: 0 0 20px 0;
  height: 15px;
  text-align: right;
  padding: 0 80px;
  font-size: 11px;
}

.product {
  color: #990066;
  width: 375px;
  margin: 10px;
}

.image {
  width: 160px;
  height: 120px;
  background-image: url('./img/image.jpg');
  background-repeat: no-repeat;
}

.image img {
  position: relative;
  left: 5px;
  top: -4px;
}

.description {
  width: 270px;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.more {
  text-align: right;
}

.line {
  float: left;
  width: 780px;
  height: 5px;
  margin: 0 10px;
  background-image: url('./img/line.jpg');
}

a {
  text-decoration: none;
  color: #990099;
}

a:visited {
  text-decoration: none;
  color: #990099;
}

a:hover {
  text-decoration: underline;
  color: #cccccc;
}

a:active {
  text-decoration: none;
}

.back a {
  font-size: 10px;
}

.opis {
  color: #000000;
}

.item {
  margin: 0 auto;
  text-align: center;
  width: 700px;
}

.back {
  text-align: left;
}

.item input {
  border: none;
  background-color: #ffffff;
  color: #990066;
}

.item input:hover {
  text-decoration: underline;
  color: #cccccc;
  cursor: pointer;
}

.sold {
  color: #cccccc;
}

.table {
  margin: 0 auto;
}

input {
  border: 1px solid #990066;
  background-color: #ffffff;
}

textarea {
  border: 1px solid #990066;
  background-color: #ffffff;
}

.opisy {
  text-align: justify;
  padding: 0 40px;
}
