/**
 * @description Stylesheet for the products.
 *
 * @author Sami Keskinen
 * @since 13.8.2006
 */
#products .product-block {
  border: 1px solid rgb(181, 181, 181);
  border-collapse: collapse;

  margin-bottom: 4px;

  width: 670px;
  height: 99px;
}

.product-block .product-top-bar {
  height: 14px;

  background-color: rgb(219, 219, 219);

  color: rgb(0, 0, 0);

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

.product-top-bar td {
  border-bottom: 1px solid rgb(181, 181, 181);
}

.product-block .product-body {
  height: 82px;
}

.product-block .product-top-bar .product-top-bar-id,
.product-block .product-body .product-body-image {
  width: 100px;

  text-align: center;
}

.product-block .product-body .product-body-image img {
  border: 1px solid rgb(181, 181, 181);

  vertical-align: middle;
}

.product-block .product-top-bar .product-top-bar-name,
.product-block .product-body .product-body-description {
  width: 360px;

  text-align: left;
}

.product-block .product-body .product-body-description {
  vertical-align: top;

  color: rgb(114, 114, 114);

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

.product-block .product-top-bar .product-top-bar-price,
.product-block .product-body .product-body-price  {
  width: 100px;
}

.product-block .product-body .product-body-price {
  text-align: right;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.product-block .product-top-bar .product-top-bar-balance {
  width: 110px;

  text-align: center;

  font-size: 10px;
}

.product-block .product-top-bar .product-balance-positive {
  color: rgb(25, 114, 8);
}

.product-block .product-top-bar .product-balance-negative {
  color: rgb(160, 32, 33);
}

.product-block .product-body .product-body-description a {
  line-height: 16px;
}

.product-block .product-basket {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 21px;
}

.product-basket .cart-form {
  padding-left: 10px;
  margin-top: 5px;
  padding-right: 10px;
}

.cart-form-input {
  margin-right: 6px;

  width: 40px;

  text-align: right;

  font-family: "Courier New", Courier, Helvetica, Arial, sans-serif;
}

.cart-form-button {
  border-width: 1px;

  margin-left: 3px;
  margin-top: 6px;
  margin-right: 15px;

  width: 39px;
  height: 33px;

  text-align: center;

  background-color: rgb(181, 181, 181);
  background-image: url("../images/products/cart_new.png");

  color: rgb(254, 254, 254);

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;

  cursor: pointer;
}

/**
 * @description Stylesheet for the VAT announcement at the end of the products.
 *
 * @author Sami Keskinen
 * @since 13.8.2006
 */
.products-vat-notice {
  padding-top: 15px;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

/**
 * @description Stylesheet for the cart at the bottom of the screen.
 *
 * @author Sami Keskinen
 * @since 27.08.2006
 */
#incart-block {
  border-top: 1px solid rgb(225, 225, 225);
  border-bottom: 1px solid rgb(225, 225, 225);
  margin-bottom: 10px;
  padding-top: 4px;
  padding-right: 20px;


  height: 24px;
  width: 650px;

  background-color: rgb(231, 231, 231);

  text-align: right;
}

.incart-text {
  padding-right: 10px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
