 

form.ajax_form {

}
  form.ajax_form label {
    width: auto;
    text-transform: none;
  }
  form.ajax_form select {
    margin: 0 10px 0 5px;
    font-size: 90%;
  }
  form.ajax_form select#order_by {
 
  }

hr {
  color: #999;
  background: #999;
  height: 1px;
  border: none;
}

.order {
  margin: 0px auto 8px;
}
.order table { 
  border: none;
  border-spacing: 0px;
}
.order table td { 
  border: none;
}
tr.item {
  border-bottom: 1px solid #999;
}
tr.final_price {
  border-top: 1px solid #000;
}

  table tr td.order_lt {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: url(../images/cor_tl.png) no-repeat;
  }
  table tr td.order_ct {
    height: 8px;
    padding: 0px;
    background: #FFF;
  }  
  table tr td.order_rt {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: url(../images/cor_tr.png) no-repeat;
  }

  table tr td.order_lc {
    padding: 0px;
    background: #FFF;
  }
  table tr td.order_cc {
    padding: 0px;
    background: #FFF;
  }
  table tr td.order_rc {
    padding: 0px;
    background: #FFF;
  }

  table tr td.order_lb {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: url(../images/cor_bl.png) no-repeat;
  }
  table tr td.order_cb {
    height: 8px;
    padding: 0px;
    background: #FFF;
  }  
  table tr td.order_rb {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: url(../images/cor_br.png) no-repeat;
  }

  .order table tr th {
    background: #8E867B;
    color: #FFF;
  }
  .order table tr td {
    color: #000; 
    border: none;
  }
  .order table tr td a {
    color: #000;
  }
  
  
/* stepper */
.stepper {
  position: relative;
  width: 600px;
  margin: 0px auto 10px;
 
  border: none;
  border-spacing: 0px;
}
  .stepper, .stepper td { 
    border: none;
  }
  .main_content .stepper tr {
    border: none!important;
  }
  .stepper_item {
    width: 150px;
    padding: 0px;
    text-align: center;
    height: 60px;
    padding: 0 0 0px;
    background: url(../images/step_standard.gif) center bottom no-repeat;
    font-style: italic;
  }
    .stepper_item a {
      display: block;
      text-decoration: underline;
    }
      .stepper_item a:hover {
        text-decoration: none;
      }

  .stepper_item.done {
    background: url(../images/step_done.gif) center bottom no-repeat;
    font-style: normal;
  }
  .stepper_item.active {
    background: url(../images/step_current.gif) center bottom no-repeat;
    font-weight: bold;
  }

  .stepper_item.item_1 {
    background: url(../images/step_start.gif) right bottom no-repeat;
    width: 40px;
  }
  .stepper_item.item_5 {
    background: url(../images/step_end.gif) left bottom no-repeat;
  }
  .stepper_item.item_5.active {
    background: url(../images/step_end_current.gif) left bottom no-repeat;
  }

/* doprava a platba */
#volba_dopravy {
  width: 280px;
  margin: 0 5px 0 0;
  float: left;
  padding: 0px;
}
  #volba_dopravy .platba_item {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin: 0 0 5px;
    background: #E2DED3;
    border: 1px solid #8E867B;
  }
    #volba_dopravy .platba_item img {
      vertical-align: middle;
      margin: 0 10px 0 0;
    }
    #volba_dopravy .platba_item .popis {
      display: block;
      display: none;
      position: absolute;
      left: 150px;
      width: 250px;
      bottom: 10px;
      background: #E2DED3;
      border: 1px solid #8E867B;
      padding: 20px;
      color: #000;
      line-height: normal;
      z-index: 100;
    }


  #volba_dopravy a.platba_item:hover {
    background: #8E867B;
    border: 1px solid #8E867B;
    color: #FFF;
  }
#volba_platby {
  width: 280px;
  margin: 0 5px 0 0;
  float: left;
  padding: 0px;
}
  #volba_platby .platba_item {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin: 0 0 5px;
    background: #E2DED3;
    border: 1px solid #8E867B;
  }
  #volba_platby a.platba_item:hover {
    background: #8E867B;
    border: 1px solid #8E867B;
    color: #FFF;
  }

    #volba_platby .platba_item .popis {
      display: block;
      display: none;
      position: absolute;
      left: 150px;
      width: 250px;
      bottom: 10px;
      background: #E2DED3;
      border: 1px solid #8E867B;
      padding: 20px;
      color: #000;
      line-height: normal;
      z-index: 100;
    }

  .platba_item.invalid {
    color: #AAA;
  }
  .platba_item.active{
    background: #8E867B!important;
    color: #FFF;
  }
  
.platba_item .image {
  display: block;
  width: 30px;
  height: 30px;
  margin: -5px 10px 0 0;
  float: left;
}

.checked {
  background: #EEE;
  color: #000;
}

#doprava_platba_summary {
  padding: 30px 0 0;
  margin: 0px;
  float: right;
  width: 180px;
  height: 110px;  
  font-size: 300%;
  color: #000;
  text-align: center;
  border: none;
  background: #E2DED3;
  border: 1px solid #8E867B;
}
  #doprava_platba_summary .small {
    font-size: 11px;
  }

/* dodací údaje */
.dodaci_udaje_item {
  display: block;
  width: 180px;
  float: left;
  color: #000;
  margin: 10px 20px 20px 0;
  text-align: center;
}
  .dodaci_udaje_item a.image {
    display: block;
    color: #000;
    padding: 85px 20px 10px;
    margin: 10px 20px 0px 0;
    text-align: center;
    font-weight: bold;
  }
  .dodaci_udaje_item.item_1 a.image {
    background: url(../images/order_once.png) center top no-repeat;
  }
  .dodaci_udaje_item.item_2 a.image {
    background: url(../images/order_login.png) center top no-repeat;
  }
  .dodaci_udaje_item.item_3 a.image {
    background: url(../images/order_register.png) center top no-repeat;
  }
.dodaci_udaje_item p {
  text-align: left;
  color: #444;
  padding: 5px 30px 5px 0;
 
}

.dodaci_udaje_item.last {
  margin: 10px 0 20px 0;
  width: 180px;
}

.left_half {
  width: 334px;
  float: left;
  padding: 20px;
  border: 1px solid #8E867B;
  background: #E2DED3;
}
  .left_half h2 {
    padding: 5px 0 10px;
  }

.right_half {
  width: 334px;
  float: right;
  padding: 20px;
  border: 1px solid #8E867B;
  background: #E2DED3;
}
  .right_half h2 {
    padding: 5px 0 10px;
  }


/* adresni formular */
.adresa_form {

}

.fakturacni_adresa {
  width: 320px;
  margin: 0 20px 0 0;
  float: left;
}

.dodaci_adresa {
  width: 320px;
  float: left;
}

.poznamka {
  width: 95%;
}

/* zbozi*/



/* vyhodnocení formuláře, chybová hláška, alert*/
#over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:  url(../images/blackdot.gif);
}
  #ok {
    line-height: 16px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -80px;
    width: 160px;
    color: #FFF;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #38943b url(../images/info.gif) 50% 15% no-repeat;
  }
    #ok p {
      line-height: 16px;
      text-align: center;      
    }
  #false {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -80px;
    width: 160px;
    color: #FFF;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #FF0000 url(../images/alert.gif) 50% 15% no-repeat;
  }
    #false p {
      line-height: 16px;
      text-align: center;
    }