/*
 *  CSS - styly jednotlivych stranek
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */

/* novinky na homepage ---------------------------------------------------- */
.table-news {
  width: 95%;
  margin: 10px auto;
}
.table-news td {
  text-align: justify;
  padding: 3px 7px;
  font-size: 0.9em;
  vertical-align: top; 
}
.table-news .date {
  width: 15%;
  font-size: 0.85em;
  padding-top: 5px;
}
.table-news strong {
  display: block;
  font-size: 1.1em;
}

/* informacni stranky ------------------------------------------------------ */
.article {
  text-align: left;
}

.article .first-image {
  position: relative;
  float: left;
  margin: 15px 20px 5px 0;
}

.article .first-image img, .article .images img {
  margin: 0;
  border: 1px solid #000000;
  background-color: #f8f8f8;
}

/* navigace ---------------------------------------------------------------- */
.navigace {
  margin: 10px 0;
  padding: 7px;
  border: 1px solid #deae62;
  background-color: #fcf8ce;
}
.navigace .razeni {
  display: block;
  font-size: 0.85em;
  padding-bottom: 6px;
}
.navigace .strankovani {
  display: block;
}
.strankovani .values a, .strankovani .values span {
  font-weight: bold;
  padding: 0 4px;
  margin: 0 7px;
}
.strankovani .disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  padding: 0 4px;
  margin: 0 4px;
}
.strankovani .active {
  background-color: #6e0c23;
  color: #ffffff;
}
.strankovani a {
  background-color: #f9cd63;
  text-decoration: none;
}
.strankovani .separator {
  display: none;
}

/* prehled zbozi --------------------------------------------------------- */
.products {
  width: 100%;
}
.products td.full {
  width: 33%;
  padding: 7px;
  vertical-align: top;
  border: 1px solid #deae62;
  background-color: #fcf8ce;
}

.products h3 {
  margin: 0;
  text-align: center;
  font-size: 1em;
}
.products h3 a {
  display: block;
  padding: 0 2px;
  height: 2.5em;
}

.products .image {
  padding: 2px 0 0 0;
  text-align: center;
}
.products .image img {
  width: 150px;
  height: 150px;
  border: none;
  background-color: #ffffff;
}

.products .producer {
  font-size: 0.85em;
  font-weight: bold;
  padding-bottom: 5px;
}

.products .stock {
  font-size: 0.85em;
  color: #808080;
}

.products .price strong {
  color: #c00000;
}

.products .add {
  padding: 5px 0;
  font-size: 0.85em;
}
.products .add-button {
  margin-bottom: -10px;
  font-weight: bolder;
}

/* detail zbozi ----------------------------------------------------------- */
.detail-layout {
  width: 100%;
  border-collapse: collapse;
}
.detail-layout td {
  vertical-align: top;
}
.detail-layout .nalevo {
  width: 235px;
}
.detail-layout .napravo {
  padding-left: 10px;
  text-align: left;
}

#fotogalerie {
  border: 1px solid #deae62;
  background-color: #fcf8ce;
  padding: 4px 4px 0 4px;
  text-align: left;
}
#fotogalerie img {
  background-color: #ffffff;
  border: none;
  margin: 2px 0 2px 0;
}

.pricelist {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #deae62;
  background-color: #fcf8ce;
  border-collapse: collapse;
}
.pricelist td {
  border-bottom: 1px solid #ffffff;
  padding: 3px 8px;
}
.pricelist .last td {
  border-bottom: none;
}
.pricelist .item {
  text-align: right;
  border-right: 1px solid #ffffff;
}
.pricelist .value {
  text-align: left;
}

/* kosik ---------------------------------------------------------------- */
.table-kosik {
  width: 99%;
}
.table-kosik .image img {
  border: none;
  background-color: #ffffff;
}

.table-kosik .polozka {
  text-align: left;
}
.table-kosik .hodnota {
  text-align: right;
}

/*Pokladna*/
.order-navi {
  width: 100%;
}
.vyska-neprihlaseny-uzivatel {
  position: relative;
  height: 600px;
}

.paths {
	margin: 4px 0;
}
