.list_add_to_cart img, td.cart_row_remove img{
  border: 0;
}

table#cart_table{
  width: 100%;
}

tr.cart_header th{
  line-height: 14px;
  text-align: left;
}
tr.cart_header th.cart_header_price{
  text-align: right;
}
tr.cart_row td{
  line-height: 10px;
}
tr.cart_row.odd{
  
}
tr.cart_row.even{
}
td.cart_row_amount{
  width: 70px;
}
td.cart_row_amount input{
  width: 35px;
}
td.cart_row_amount img{
 vertical-align: middle;
 margin-bottom: 1px;
 padding: 0px;
}
td.cart_row_price{
  text-align: right;
}
td.cart_row_subtotal{
  text-align: right;
}
tr.cart_total td{
  text-align: right;
  line-height: 22px;
  font-weight: bold;
}
div#cart_buttons{
  
}
div#cart_buttons a:active, 
div#cart_buttons a:link, 
div#cart_buttons a:visited, 
div#cart_buttons a:hover{
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 200px;
  height: 24px;
  margin-right: 50px;
  float: left;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
/*------bestel adres---------*/
div#shop_address_deliver, div#shop_address_invoice{
  width : 350px;
  float: left;
}
/*-------Order overzicht -----------*/
table.order_list thead tr th{
  line-height: 14px;
  text-align: left; 
}
tr.order_list td{
  line-height: 10px;
}
table.order_list tbody tr td.odd{

}
table.order_list tbody tr td.even{
}
div#show_address_deliver table td.table_footer{
  text-align: center;
}
div#show_address_deliver table td.table_footer a{
  color: white; 
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}
div#show_address_deliver table td.table_footer a:hover{
  text-decoration: underline;
}
div#order_comment{
  
}
/*---------order detail --------*/
table.order_detail_list thead tr th{
  line-height: 14px;
  text-align: left; 
}

table.order_detail_list .price{
  text-align: right;
}
table.order_detail_info{
}
div#order_detail_info{

}
/*-----------product lijst -----------*/
table.productlist tbody tr.product td.right{
  text-align: right;
  padding-right: 2px;
  width: 150px;
}
table.productlist tbody tr.product span{
  display:block;
  float:left;
  width:74px;
}
table.productlist tbody tr.product span.price_small{
  font-size: 10px;
}
table.productlist tbody tr.product span.price_big{
  font-size: 14px;
}
table.productlist tbody tr th span{
  display:block;
  float:left;
  width:74px;
  text-align:right;
}