/* -----------------------------------------------------------------------------------------------------------------
	layout of content elements
----------------------------------------------------------------------------------------------------------------- */

/************ Extension wt_simple_cart ************/

/********* Cart items table ********/
table.wsc-items-table-header, table.wsc-items-table-item {
  width: 100%;
  border-collapse: collapse;
}

table.wsc-items-table-header {
  margin-top: 20px;
}

table.wsc-items-table-header td {
  border: 1px solid #697178;
  background-color: #3E3E3E;
  color: silver;
  padding: 4px;
}

form.wsc-items-table-item-form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

table.wsc-items-table-item td {
  border-left: 1px solid #697178;
  border-right: 1px solid #697178;
  border-bottom: 1px solid #697178;
  padding: 4px;
}

table.wsc-items-table-header td.wsc-quantity, table.wsc-items-table-item td.wsc-quantity {
  width: 10%; 
}

table.wsc-items-table-header td.wsc-name, table.wsc-items-table-item td.wsc-name {
  width: 40%; 
}

table.wsc-items-table-header td.wsc-total-price, table.wsc-items-table-item td.wsc-total-price {
  width: 20%;
}

table.wsc-items-table-header td.wsc-action, table.wsc-items-table-item td.wsc-action {
  width: 30%;
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-quantity, div.wsc-order-overview table.wsc-items-table-item td.wsc-quantity {
  width: 10%; 
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-name, div.wsc-order-overview table.wsc-items-table-item td.wsc-name {
  width: 40%; 
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-total-price, div.wsc-order-overview table.wsc-items-table-item td.wsc-total-price {
  width: 20%;
}

table.wsc-items-table-item td.wsc-even {
  background-color: #F5F5F5;
}

table.wsc-items-table-item td.wsc-odd {
  background-color: #E3E3E3;
}

form.wsc-items-table-item-form input.wsc-remove-item-button,
form.wsc-items-table-item-form input.wsc-update-item-quantity-button {
  margin-left: 6px;
}

table.wsc-items-table-footer {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin-top: 15px;
}

table.wsc-items-table-footer td {
  padding-right: 10px;
  padding-top: 10px;
  width: 50%;
}

table.wsc-items-table-footer td.wsc-mailing-expenses-label {
  text-align: right;
}

table.wsc-items-table-footer td.wsc-total-price-label {
  text-align: right;
}

table.wsc-items-table-footer td.wsc-total-price-value {
}

table.wsc-items-table-footer td.wsc-vat-amount-label {
  text-align: right;
}

div.wsc-start-order-button {
  text-align: center;
  margin-top: 50px;
}

/******* Customer data form ********/

form.wsc-customer-data-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
}

form.wsc-customer-data-form p {
  margin-top: 10px;
  margin-bottom: 0px;
}

form.wsc-customer-data-form div.wsc-continue-order-button {
  text-align: center;
  margin-top: 45px;
}

div.wsc-customer-data-invalid-message {
  font-weight: bold;
  color: red;
  margin-top: 20px;
}

div.wsc-field-invalid-message {
  font-size: 11px;
  margin-top: 6px;
  color: #f29400;
  font-weight: bold;  
}

div.wsc-field-remark {
  font-size: 11px;
}

/******* Order overview ********/

div.wsc-order-overview div.wsc-label {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: bold;
}

div.wsc-order-overview div.wsc-value {
  margin-left: 8px;
}

form.wsc-execute-order-form div.wsc-execute-order-button {
  text-align: center;
  margin-top: 45px;
}

/* Cart items table */
table.wsc-items-table-header, table.wsc-items-table-item {
  width: 100%;
  border-collapse: collapse;
}

table.wsc-items-table-header {
  margin-top: 20px;
}

table.wsc-items-table-header td {
  border: 1px solid #697178;
  background-color: #3E3E3E;
  color: silver;
  padding: 4px;
  font-weight: bold;
}

form.wsc-items-table-item-form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

table.wsc-items-table-item td {
  border-left: 1px solid #697178;
  border-right: 1px solid #697178;
  border-bottom: 1px solid #697178;
  padding: 4px;
}


/* article - FCE */
.articleText, .articleFeatures, .articlePrice, .articleOrderForm { font-size: 11px; }
.articleFeatures { font-weight: bold; }
.articleTable { border-bottom: 2px solid #b9bbbb; }
.articleImage > img { border: 2px solid #b9bbbb; }

