/* menu objednávky */

.td_nums {
  background-color: #ebf0ef;
  padding: 3px 10px 3px 11px;
}

.td_steps {
  background-color: #ebf0ef;
  padding: 0px 11px 0px 0px;
  width: 211px;
}

.td_nums2 {
  background-color: #ffffff;
  padding: 0px 10px 0px 0px;
}

.td_steps2 {
  background-color: #ffffff;
  padding: 0;
  width: 211px;
}

.td_spacer {
  background-color: #ebf0ef;
  line-height: 6px;
  height: 6px;
}

.curr_step {
  color: #950044;
}

/* košík */

.in_noofitems {
  width: 30px;
  text-align: right;
}

.total {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.td_kosik {
  border-bottom: solid 1px #216c5d;
}

.td_kosik_right {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: solid 1px #216c5d;
}

/* 
// bug v ie, špatně zobrazuje tlačítka, toto to jen minimalizuje
.button {
    padding: 0 .25em;
    width: 0;
    overflow:visible;
}

.button[class] { // ie ignores [class]
    width: auto;
}
 */

/* zakaznik */

.td_label {
  width: 100px;
}

.td_input {
  width: 570px;
}

.in_large {
  width: 180px;
}

.in_large_err {
  width: 180px;
  background-color: #ff9966;
}

textarea {
  width: 290px;
}

.error {
  font-weight: bold;
  color: #ff3300;
}

.error2 {
  color: #000000;
}

/* potvrzení */

.td_header {
  color: #015746;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  height: 20px;
}

.td_header_right {
  color: #015746;
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #cccccc;
  height: 20px;
}

.td_vypis {
  border-bottom: solid 1px #cccccc;
  height: 20px;
}

.td_vypis_right {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: solid 1px #cccccc;
  padding-right: 10px;
}

