/*
 *  CSS - styly pouze pro media handheld, projection, screen, tty, tv
 *  Copyrighted by Michal Madleňák, www.LTweb.cz
 */

.tlacitko-zobrazit {
  background: none;
  border: none;
  font-size: 0.85em;
  color: #464741;
  cursor: pointer;
  margin: 5px 0 5px 5px;
}
.tlacitko-koupit {
  background: none;
  border: none;
  width: 60px;
  font-size: 0.85em;
  color: #464741;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  padding-left: 10px;
  background: url(../img/nike.jpg) no-repeat left center;
} 
#content .tlacitko-koupit {
  background: none;
  border: none;
  width: 50px;
  font-size: 0.85em;
  color: #464741;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  padding-left: 10px;
  background: url(../img/nike.gif) no-repeat left center;
  margin-left: 15px;
} 
.tlacitko-objednat {
  background: none;
  border: none;
  width: 75px;
  font-weight: bolder;
  font-size: 0.85em;
  color: #464741;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  padding-left: 10px;
  background: url(../img/nike.gif) no-repeat left center;
  margin-left: 15px;
}
.obsah-center .popis-zbozi .vlozit .tlacitko-koupit1 {
  border: 1px solid #fd7724;
    background: none;
  width: 60px;
  font-size: 0.85em;
  color: #464741;
  cursor: pointer;
  padding: 2px;
  font-weight: bolder;
  margin: 5px 5px 5px 0;
  padding-left: 12px;
  padding-right: 5px;
  background: url(../img/nike.gif) no-repeat left center;
  margin-left: 15px;
}