/* ALLGEMEIN */



.price {

  font-weight: bold;

  text-align: right;

}



.small, .small a {

  font-size: 11px;

  line-height: 13px;

}



table.footbuttons {

  width: 100%;

  border: 0;

  margin: 10px 0;

}



td.sum {

  border-bottom: 1px solid #fff;

  padding: 4px 0;

}



.copyright {

  text-align: center;

  font-size: 11px;

  padding: 10px 0 20px 0;

  color: #FFF2C6;

}



.copyright a {

  color: #FFF2C6;

}



.parseTime {

  text-align: center;

  display: none;

}



/* ARTIKELDETAIL */



table.articledetail {

  width: 100%;

}

table.articledetail td {
	padding: 5px;
}



table.articledetail td.image {

  padding-right: 10px;

  width: 330px;

}



table.articledetail td.data {

  border-left: 1px solid #fff;

  padding-left: 10px;

}



/* LOGIN */



table#shopcol {

  width: 100%;

  border: 0;

}



table#shopcol td.lleft {

  width: 50%;

  padding-right: 10px;

}



table#shopcol td.lright {

  width: 50%;

  padding-left: 10px;

  border-left: 1px solid #fff;

}



table#shopcol table.fieldset input {

  width: 200px;

}



/* BLOCKTABELLEN */

table.block {

}



table.block td {

  padding: 2px;

}



/* LISTENTABELLEN */



table.compact {

  width: 100%;

}



table.compact td {

  width: 25%;

}



/* PRODUCT NAVIGATOR */



table.prodnav {

  width: 100%;

  margin: 0 0 20px 0;

}



table.prodnav td {

  width: 60px;

  padding: 2px;

}



table.prodnav td a {

  text-decoration: none;

}



table.prodnav td.counter {

  width: auto;

  text-align: center;

}



/* FORMULAR KREDITKARTEN */

td.cc input, td.cc select, td.cc textarea {

  width: 150px;

}

