body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: black;
  font-family: tahoma,arial,sans-serif;
  font-size: 0.75em;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: black;
  text-decoration: underline;
  outline: none;
}

a:hover, a:focus, a.active {
  text-decoration: underline;
}

a.external {
  padding-right: 13px;
  background: transparent url(/images/external_link.gif) right center no-repeat;
}

h1, h2, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

input {
  width: auto;
  padding: 2px;
  border: 1px solid black;
  background-color: white;
  font-size: 0.92em;
  vertical-align: middle;
}

input.submit {
  padding: 2px 5px;
  overflow: visible;
}

em {
  display: block;
  font-size: 0.9em;
  font-style: normal;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

strong.price {
  font-size: 1.1em;
}

table.normal {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid black;
  border-right: none;
  border-bottom: none;
}

table.normal td, table.normal th {
  padding: 3px;
  border: 1px solid black;
  border-top: none;
  border-left: none;
  font-size: 0.85em;
  text-align: center;
}

table.normal th {
  background-color: #eeeeee;
  font-size: 1em;
}

#header {
  display: none;
}

#main_menu {
  display: none;
}

#wrap {
  clear: both;
}

#left_menu {
  display: none;
}

#content {
  padding: 5px 0px;
  font-size: 1.1em;
}

#content h1 {
  padding: 5px;
  font-size: 1.3em;
}

#textpage img.product {
  float: right;
  margin: 0px 0px 5px 10px;
}

#textpage ul {
  padding-left: 50px;
}

#textpage h1 {
  padding: 10px 0px 15px 0px;
}

#textpage h2 {
  padding: 10px 0px 5px 0px;
  font-size: 1.08em;
}

#textpage #details {
  line-height: 1.4em;
}

#textpage #quantity {
  margin: 20px 0px;
}

#textpage #quantity input {
  width: 35px;
}

#textpage #quantity input.submit {
  width: auto;
  padding: 1px 5px;
}

#filter {
  margin: 5px 10px 5px 5px;
  font-size: 0.85em;
}

#filter table th {
  padding-right: 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

#products {
  margin-top: 10px;
  clear: both;
}

#products .product {
  display: inline;
  float: left;
  width: 40%;
  height: 237px;
  margin: 0px 3px 10px 3px;
  border: 1px solid #d6d6d6;
  overflow: auto;
}

#products .product h2 {
  height: 32px;
  padding: 2px 5px;
  background-color: #eeeeee;
  overflow: hidden;
  font-size: 0.92em;
}

#products .product h2 a {
  text-decoration: none;
}

#products .image {
  float: left;
  width: 100px;
  padding: 5px 2px 5px 0px;
  overflow: hidden;
  text-align: center;
}

#products .image img {
  height: 100px;
}

#products .panel {
  float: right;
  width: 150px;
  height: 105px;
  padding-top: 4px;
  overflow: hidden;
  font-size: 0.75em;
}

#products .panel div {
  height: 14px;
  overflow: hidden;
}

#products .panel .actions {
  height: 22px;
  margin-top: 3px;
  padding: 3px;
  border-top: 1px solid #dddddd;
}

#products .actions a, #product_list .panel a {
  display: block;
  float: right;
  padding: 3px 5px;
  border: 1px solid black;
  font-size: 1.1em;
  text-decoration: none;
}

#products .actions a.buy, #product_list .panel a.buy {
  margin-left: 5px;
}

#products .product p {
  height: 80px;
  margin: 0px;
  padding: 5px;
  border-top: 1px solid #dddddd;
  background-color: #eeeeee;
  overflow: auto;
  clear: both;
  font-size: 0.8em;
}

#product_list {
  padding: 3px 0px 3px 5px;
  font-size: 0.85em;
}

#product_list table {
  width: 760px;
  margin-top: 5px;
  border: 1px solid #d6d6d6;
}

#product_list td {
  padding: 3px 5px;
  line-height: 1.3em;
}

#product_list h2 {
  padding-bottom: 2px;
  font-size: 1.2em;
}

#product_list h2 a {
  text-decoration: none;
}

#product_list .panel {
  text-align: right;
}

#product_list .panel a {
  margin-top: 3px;
  padding: 3px 5px;
  font-size: 1.0em;
  text-align: left;
  text-decoration: none;
}

#cart table {
  width: 100%;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
}

#cart td, #cart th {
  padding: 3px;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  font-size: 0.85em;
  text-align: center;
}

#cart th {
  background-color: #eeeeee;
  font-size: 1em;
}

#cart a {
  font-weight: bold;
}

#cart td.overview {
  font-weight: bold;
  text-align: right;
}

#cart #cart_actions {
  padding: 25px 0px;
}

#cart #cart_actions a {
  display: block;
  float: left;
  padding: 3px 5px;
  border: 1px solid black;
  font-size: 0.82em;
  font-weight: normal;
  text-decoration: none;
}

#cart #cart_actions a#order {
  float: right;
}

#form table {
  width: 285px;
  margin-bottom: 15px;
  font-size: 0.92em;
  font-weight: bold;
}

#form table th {
  width: 125px;
  color: #eeeeee;
  text-align: left;
}

#form input, #form select {
  padding: 2px 0px;
  border: 1px solid #808080;
}

#form input {
  width: 150px;
  padding: 2px;
}

#form select {
  width: 155px;
  font-size: 0.92em;
}

#form input.submit {
  float: right;
  width: auto;
  padding: 2px 8px;
  border: 1px solid #605444;
}

#form #transport {
  width: 100%;
}

#form #transport th {
  width: 550px;
}

#form #transport select {
  width: auto;
}

#form div.right {
  text-align: right;
}

#paging {
  padding: 10px;
  clear: both;
  text-align: right;
}

#textpage #paging {
  margin-top: -5px;
  padding: 0px;
}

#banner {
  padding: 5px 10px 0px 5px;
}

#banner a.mann {
  display: block;
  padding: 1.4em 5px;
  background-color: #eeeeee;
  font-weight: bold;
  text-decoration: none;
}

#banner #producers {
  margin-bottom: 5px;
  padding: 4px;
  background-color: #eeeeee;
  text-align: center;
}

#banner #producers a img {
  border: 1px solid #bbbbbb;
}

#status {
  margin: 10px 10px 15px 5px;
  padding: 5px;
  border: 2px solid #dddddd;
  background-color: #eeeeee;
  font-weight: bold;
}

#textpage #status {
  margin-top: 0px;
}

#footer {
  height: 1%;
  padding: 15px 0px 10px 5px;
  clear: both;
  font-weight: bold;
  text-align: right;
}

