/* Overzicht producten en categorien */
table.products, table.categories {
  margin-top: 20px;
  border: solid 1px #a7a7a7;
  border-bottom: none;
  border-spacing: 0px;
}
table.products td, table.categories td {
  border-bottom: solid 1px #a7a7a7;
  padding: 15px 0px;
  border-spacing: 0px;
  width: 210px;
}
table.products td:hover, table.categories td:hover {
  background: #eee !important;
}
table.products td.odd, table.categories td.odd {
  background: #d7d7d7;
}
table.products td.even, table.categories td.even {
  background: #f3e6ef;
}
.product_name, .product_shot, .product_description, .product_price {
  float: left;
  display: block;
}
.product_name a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding-left: 12px;
}
.product_shot {
  width: 199px;
  height: 222px;
}
.product_shot img {
  width: 185px;
  height: 210px;
  border: solid 1px #a4427f;
  margin: 6px 12px;
}
.product_description {
  margin-left: 12px;
  padding-left: 17px;
  color: #787878;
  background: url(../graphics/details_arrow.gif) 0px 4px no-repeat;
  font-size: 12px;
  height: 60px;
  width: 166px;
}
table.categories .product_description {
  display: none;
}
.product_price {
  width: 183px;
  text-align: right;
  color: #a4427f;
  font-weight: bold;
  font-size: 16px;
}
/* product pagina */
div.product_product_shot {
  margin: 10px 25px;
}
div.product_product_shot img {
  width: 250px;
  height: 285px;
  border: solid 1px #a4427f;
}
div.product_product_price {
  margin-left: 25px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  width: 250px;
  text-align: center;
  margin-top: 20px;
  float: left;
}
span.incl_vat {
  font-size: 11px;
  display: block;
  color: #000;
  padding-top: 5px;
}
#order_form {
  position: relative;
}
#order_form div.formitem {
  padding-top: 13px;
  float: left;
}
#order_form label {
  font-size: 13px;
  width: 100px;
  font-weight: bold;
}
#order_form select {
  float: left;
}
#order_form div.formitem.submit {
  position: absolute;
  width: 200px;
  right: 150px;
}
#order_form input.submit {
  margin-top: -5px;
  float: right;
}
.soldout_text {
  padding-top: 5px;
  font-weight: bold;
}

/* Winkelmandje */
#cart {
  width: 500px;
  margin-top: 20px;
  margin-left: 50px;
  border-collapse: collapse;
}
#cart th {
  font-size: 14px;
  border-bottom: solid 2px #a3427f;
  text-align: left;
}
#cart td {
  padding: 5px 0px;
  border-bottom: solid 1px #ccc;
  font-size: 13px;
}
#cart td.cart_qty {
  padding-left: 20px;
}
span.cart_options {
  display: block;
}
tr.totals td {
  border-top: solid 2px #000;
  border-bottom: none !important;
  font-weight: bold;
}
tr.totals .total {
  text-align: left;
}
tr.totals td {
  background: transparent !important;
}
