/*
## webshop.css - Contains style for webshop layout
*/

/**
## start common style ##
**/

#webshopFooter {
  margin-top: 20px;
}

#webshopFooter img {
  float: left;
  margin-right: 10px;
}

#paymentMethod label,
#deliverMethod label {
  margin-right: 15px;
}

#content .product form .amount,
#basketList .amount {
  width: 28px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
}
/**
## end common style ##
**/

/**
## start product style ##
**/
#content .product .productno {
  margin-bottom: 0;
}

#content .product .contactPerson {
  margin-bottom: 0;
}

#content .product .oldPrice {
  text-decoration: line-through;
  margin-right: 5px;
}

#content .product .addToCartForm {
  display: inline;
  margin-bottom: 0;
}

#content .product .addToCartForm div {
  display: inline;
}

#content .product .addToCartForm button {
  margin: 0;
  margin-left: -3px;
  padding: 0;
  border: 0 none;
  color: #0084c9;
  background: #fff;
  cursor: pointer;
}

#content .product .productDescription {
  margin-bottom: 12px;
}

#content .product.detailed .gallery {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#content .product.detailed .image {
  border-width: 3px;
  float: none;
}

#content .product.detailed .item {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

#content .product.detailed .variants {
  border-collapse: collapse;
  margin-bottom: 10px;
}

#content table.variants label.variant {
  margin-right: 10px;
}

#content table.variants select.variant {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}

#content .product.detailed .shortDescription,
#content .product.detailed .description {
  clear: left;
}
/**
## end product style ##
**/

/**
## start shopping basket style ##
**/
#basketList,
#checkoutActions {
  width: 100%;
}
#basketList th {
  text-align: left;
  text-transform: capitalize;
}

#basketList th.headRemove {
  width: 8%;
}

#basketList th.headImage {
  width: 9%;
}

#basketList th.headName {
  width: 57%;
}

#basketList th.headAmount {
  width: 10%;
}

#basketList th.headPrice {
  width: 16%;
}

#basketList td {
  padding: 10px 0;
  border-top: 1px dashed #f0f0f0;
}

#basketList td.productName {
  vertical-align: top;
}

#basketList .removeItem,
#basketList .amount {
  display: block;
  margin: 0 auto;
}

#basketList h2 {
  margin-bottom: 0;
}

#basketList table.variants td {
  border: 0 none;
  padding: 0;
}

#basketList dl {
  text-align: right;
}

#basketList dl dt {
  color: #999;
}

#basketList dl dd {
  font-size: 150%;
}

#basketList .basketActions td,
#checkoutActions td {
  padding: 10px;
}

#basketList .basketActions td {
  background-color: #eee;
}

#checkoutActions td.checkout {
  text-align: right;
}
/**
## end shopping basket style ##
**/

/**
## start signin style ##
**/
#existingCustomer .infoBox,
#newCustomer .infoBox {
  height: 15.5em;
}
#existingCustomer {

}

#content #existingCustomer form fieldset {
  border: 0 none;
  padding: 0;
}

#existingCustomer form label {
  float: left;
  width: 37%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form label.error {
  float: none;
  width: auto;
  margin: 0;
  display: block;
  font-size: 92%;
}

#existingCustomer form input.username,
#existingCustomer form input.email,
#existingCustomer form input.password {
  width: 60%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form input.submit {
  float: right;
  margin-top: 10px;
}

#existingCustomer .getPassword {
  float: right;
}

#newCustomer {

}

#newCustomer form input.submit {
  float: right;
  margin-top: 10px;
}
/**
## end signin style ##
**/

/**
## start register style ##
**/
#content #userForm fieldset {
  border: 0 none;
  padding: 0;
}

#content form.twoColumn label.block,
#content form.twoColumn label .block {
  float: left;
  width: 33%;
  margin-right: 0;
}

#content form.twoColumn input.default {
  width: 40%;
  margin-right: 0;
  margin-bottom: 8px;
}

#content form.twoColumn input.checkbox {
  margin-right: 15em;
}

#shipToInfo {
  clear: left;
  padding-top: 10px;
}

#messageBubble {
  position: absolute;
  width: 155px;
  padding-left: 5px;
  background: url(../GFX/tipArrow.gif) 0 5px no-repeat;
  font-size: 92%;
}

#messageBubble .content {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #ffffcb;
}
/**
## end register style ##
**/

/**
## start account style ##
**/

#account div.message {
  margin-left: 0;
  margin-right: 0;
}

#userInfo table,
#billingInfo table,
#deliveryInfo table {
  border-collapse: collapse;
  width: 100%;
}

#userInfo table td.label,
#billingInfo table td.label,
#deliveryInfo table td.label {
  width: 25%;
}

#userInfo table td,
#billingInfo table td,
#deliveryInfo table td {
  padding: 5px;
}
/**
## end account style ##
**/

/**
## start checkout style ##
**/
#content #checkout fieldset {
  border: 0 none;
  padding: 0;
}

#deliverTo ul {
  margin-bottom: 0;
  padding-left: 0;
}

#deliverTo ul li {
  list-style-type: none;
}

#deliverTo .deliveryAddress {
  float: left;
  width: 50%;
}

#deliverTo .paymentAddress {
  float: right;
  width: 50%;
}

#orderSummary {
  float: right;
  width: 26%;
}

#orderSummary dl {
  padding: 0 0.4em;
  line-height: 1.6em;
}

#orderSummary dt {
  float: left;
  width: 50%;
}

#orderSummary dd {
  float: right;
  width: 50%;
  text-align: right;
}

#orderSummary dd.total,
#orderSummary dt.total {
  font-weight: bold;
}

#paymentMethod,
#deliverMethod {
  float: left;
  width: 65%;
}

#paymentMethod h1.title,
#deliverMethod h1.title {
  background: url(../GFX/titleBgBlackM.gif) left top no-repeat;
}

#payInfoBox,
#deliverInfoBox {
  padding: 4px;
  margin-top: 1em;
  border: 1px dashed #f0f0f0;
}

#basketSummary {
  clear: both;
}

#content #completeButton {
  background-color: #3d9b35;
  height: 45px;
  border: 2px solid #ccc;
  color: #fff;
  padding: 0 6px;
  cursor: pointer;
}
/**
## end checkout style ##
**/

/**
## start receipt style ##
**/
#webshopOrder h1 .first {
  float: left;
  width: 60%;
}

#webshopOrder h1 .last {
  float: right;
  width: 40%;
  text-align: right;
}

#webshopOrder .receipt {
  width: 100%;
  border-collapse: collapse;
}

#webshopOrder .receipt .separator {
  border-bottom: 1px solid #ebeaef;
}

#webshopOrder .receipt .odd {
  width: 50%;
}

#webshopOrder .receipt .even {
  width: 50%;
}

#webshopOrder .payer,
#webshopOrder .shipper,
#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-bottom: 1em;
}

#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-top: 1em;
}

#webshopOrder #basketList {
  margin-top: 2em;
}

#webshopOrder #basketList td.position {
  padding-right: 10px;
  padding-left: 10px;
}

#webshopOrder #basketList .placetime td {

}

#webshopOrder #basketList td.productId {
  text-align: center;
}

#webshopOrder #basketList td.productAmount {
  text-align: center;
}

#webshopOrder #basketList .last td {
  border-bottom: 1px dashed #f0f0f0;
}

#webshopOrder #basketList .summaryLines td {
  border: 0 none;
  padding: 2px 0;
}

#webshopOrder #basketList .summaryLines td.total {
  border-top: 1px solid #ebeaef;
  border-bottom: 1px double #ebeaef;
  font-weight: bold;
}

#webshopOrder #basketList .priceCell {
  text-align: right;
}

#webshopOrder .receiptArticle {
  margin-top: 60px;
  padding-top: 5px;
  border-top: 1px solid #ebeaef;
}

#content #orderTools {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#orderTools li {
  float: left;
}

#orderTools li a {
  margin-left: 20px;
}

#orderTools li.print {
  background: url(../GFX/print.gif) left top no-repeat;
}

p.warning{
  line-height:15px;
}

/**
## end receipt style ##
**/
