.clear {
  clear: both;
}

/* Show */  
      
div#shoppingcart_show {
  margin: 15px 0 0 0;
  padding: 0;
  background-image: url('/files/vianorus/images/shopping_cart_bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 11px;
}
  

#shoppingcart_show div.title {
  margin: 0;
  padding: 8px 12px 7px 12px;
  font-size: 12px;
  font-weight: bold;
}

#shoppingcart_show .message {
  padding: 4px 8px;
  background-color: white;
}

#shoppingcart_show table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  background-color: #FFFFFF;
  background-image: url('/files/vianorus/images/shopping_cart_bottom.gif');
  background-repeat: repeat-x;
  background-position: center bottom;
}

#shoppingcart_show table td {
  padding: 4px;
  font-size: 11px;
  border-top: 1px dotted #8d8d8d;
}

#shoppingcart_show td.product {}

#shoppingcart_show td.amount {
  text-align: center;
}

#shoppingcart_show td.price {
  text-align: right;
  white-space: nowrap;
}

#shoppingcart_show td.total {
  font-weight: bold;
}

#shoppingcart_show tr.total td {
  padding-bottom: 8px;
}

#shoppingcart_show div.buttons {
  padding: 8px;
  text-align: right;
}

#shoppingcart_show div.buttons img {
  border: 0;
}

a#clear {
}

a#checkout {
}


/* Checkout */
 
      
div#shoppingcart_checkout {
  margin: 0;
  padding: 8px 5px;
  
  text-align: left;  
  background-color: #A5A8AD;
}

#shoppingcart_checkout h1 {
  background-image: url('/files/vianorus/images/shopping_cart_bg.gif');
  background-repeat: repeat-x;
  background-position: center top;
  background-color: white;
  margin: 0;
  padding: 8px 12px;
  font-size: 12px;
  color: black;
}

#shoppingcart_checkout table.products {
  border-collapse: collapse;
  border-spacing: 0;
  
  width: 100%;
  margin: 0;
  background-color: white;

  font-size: 12px;
}

#shoppingcart_checkout table.products th,
#shoppingcart_checkout table.products td {
  padding: 4px 0 4px 14px;
}

#shoppingcart_checkout table.products th {
  border-bottom: 1px solid #8d8d8d;
}

#shoppingcart_checkout table.products td {
  border-top: 1px dotted #8d8d8d;
}

#shoppingcart_checkout table.products input.amount {
  width: 20px;
}

#shoppingcart_checkout table.products .total {
  font-weight: bold;
  background-color: #E5E6E8;
}

#shoppingcart_checkout .orderform {
  margin: 5px 0 0 0;
}

#shoppingcart_checkout .orderform h1 {
  margin-bottom: 10px;
}


#shoppingcart_checkout .column_1, 
#shoppingcart_checkout .column_2,
#shoppingcart_checkout .column_3 {
  background-color: white;
  padding: 0 0 10px 0;
}
 
#shoppingcart_checkout .column_1 {
  float: left;
  margin: 0 5px 0 0;
  width: 49%;
  height: 430px;
}

#shoppingcart_checkout .column_2 {
  float: right;
  width: 49%;
  height: 430px;
/*   border: 2px solid red; */
}

#shoppingcart_checkout .column_3 {
  margin: 5px 0 0 0;
}

#shoppingcart_checkout .orderform label {
  display: block;
  margin: 5px 0 0 14px;
  font-size: 12px;
}

#shoppingcart_checkout .orderform select,
#shoppingcart_checkout .orderform input.text,
#shoppingcart_checkout .orderform textarea {
  display: block;
  margin: 0 0 0 14px;
  width: 85%;
}

#shoppingcart_checkout .orderform input.checkbox {
  display: block;
  float: left;
  margin: 0 5px 0 14px;
}


#shoppingcart_checkout label.spam {
  display: block;
  float: left;
  margin: 0 5px 0 5px;
  width: 330px;
}

#shoppingcart_checkout .orderform textarea { 
  height: 60px;
}

/* debug */
/* #lisatiedot_auto { */
/*   border: 2px solid blue; */
/*} */

#shoppingcart_checkout .column_3 label {
  display: none;
}

#shoppingcart_checkout .column_3 textarea {
  width: 90%;
  height: 125px;
}

#shoppingcart_checkout .orderinfo {
  margin: 5px 0 0 0;
  padding: 10px 15px;
  font-size: 11px;
  background-color: white;
}

#shoppingcart_checkout .orderbuttons {
  border-top: 1px dotted #8d8d8d;
  background-color: #E5E6E8;
  padding: 10px 15px;
  height: 22px;
}


#shoppingcart_checkout .orderbuttons input.back {
  float: left;
}

#shoppingcart_checkout .orderbuttons input.submit {
  float: right;
}


/* Final */

div#shoppingcart_checkout div.messages {
  font-size: 12px;
  padding: 5px 5px 5px 14px;
  background-color: white;
}

div#shoppingcart_checkout .missing {
  color: red;
}