/*
v29.8.2008 1:32:39
*/





/* HEADERs - START */

h1 {
  margin-bottom: 0;
  border: 0;
}

/* HEADERs - END */





/* DIVs - START */

form#fCart div.buttons {
  width: 456px;
  padding: 12px 0 0 0;
  margin: 0 0 12px 16px;
  border-top: 1px dotted #CCCCCC;
  float: left;
  clear: both;
}

/* DIVs - END */





/* LINKs - START */

form#fCart a.btn {
  width: 100px;
  background-repeat: repeat-x;
  float: left;
}



form#fCart a.remove {
  width: 15px;
  height: 15px;
  line-height: 15px;
}



form#fCart a.back {
  float: right;
  background-image: url('./../../../../_layout/_e-shop/btn_red_long_bg.gif');
}

form#fCart a.clearCart {
  background-image: url('./../../../../_layout/_e-shop/btn_red_long_bg.gif');
}

/* LINKs - END */





/* TABLEs - START */

form#fCart table {
  width: 456px;
  padding: 0;
  margin: 0 0 12px 16px;
  border: 1px solid #CCCCCC;
  float: left;
  clear: both;
  table-layout: fixed;
}



form#fCart table td,
form#fCart table th {
  color: #333333;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
}

form#fCart table th.alignC,
form#fCart table td.alignC {
  text-align: center !important;
}

form#fCart table th.alignR,
form#fCart table td.alignR {
  text-align: right !important;
}

form#fCart table th.empty,
form#fCart table td.empty {
  width: 5%;
}



form#fCart table th {
  color: #FFFFFF;
  background-color: #990000;
}

form#fCart table th.item {
  width: 49%;
}

form#fCart table th.price {
  width: 13%;
}

form#fCart table th.quantity {
  width: 13%;
}

form#fCart table th.totalPrice {
  width: 20%;
}



form#fCart table.recapitulation th.item {
  width: 54%;
}



form#fCart table td {
  background-color: #F9F9F9;
}

form#fCart table td.even {
  background-color: #F0F0F0;
}

form#fCart table td.total {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #669900;
}

form#fCart table td.totalPrice {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #669900;
}



form#fCart table.address td {
  width: 50%;
}



form#fCart table.cart td.shippingNote {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* TABLEs- END */





/* LABELs - START */

form#fCart label {
  font-weight: normal;
}

/* LABELs - END */





/* INPUTs - START */

form#fCart input[type=text] {
  width: 97px;
  text-align: left;
}

form#fCart input[type=radio] {
  margin: 3px 5px 0 0;
}

form#fCart input[type=submit] {
  width: 110px;
  float: left;
  clear: none;
}



form#fCart input.quantity {
  width: 25px;
  text-align: center;
}

form#fCart input.order {
  margin-left: 5px;
  background-image: url('./../../../../_layout/_e-shop/btn_green_long_bg.gif');
  float: right;
}

form#fCart input.recount {
  margin-right: 5px;
  background-image: url('./../../../../_layout/_e-shop/btn_green_long_bg.gif');
}

/* INPUTs - END */






/* TEXTAREAs - START */

textarea {
  width: 434px;
}

/* TEXTAREAs - END */





/* SPANs - START */

form#fCart span.error {
  color: #FF0000;
  font-weight: bold;
}



form#fCart a.remove span {
  width: 15px;
  height: 15px;
  margin: 0 auto 0 auto;
  background-image: url('./../../../_layout/_e-shop/button_remove.gif');
  background-repeat: none;
  display: block;
}

/* SPANs - END */





/* PARAGRAPHs - START */

form#fCart p {
  width: 100%;
  padding: 6px 0 6px 0;
  margin: 6px 0 0 0;
  border-top: 1px dotted #CCCCCC;
  float: left;
  clear: both;
}

form#fCart p.note {
  font-weight: bold;
}

form#fCart p.status {
  font-weight: bold;
  padding-top: 12px;
}

/* PARAGRAPHs - END */

