body
{
  font-family: 'Tahoma CE', Tahoma, Arial, helvetica, sans-serif;
  font-size: 16px;
}
h1,h2,h3,h4
{
  color: #545454;
}
h1
{
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
}
h2{
  margin-top: 10px;
  font-size: 21px;
}
h3{
  font-size: 18px;
}
a
{
  color: #ff6600;
}
a:hover
{
 color: #FF8D40;
}
img
{
  border: none;
}
article ul li{
  list-style-type: square;
}
article ul {
  padding-left: 24px;
}

.cleaner
{
  clear:both;
}
.obr-stredni img{
  width: 256px;
  border: 1px solid #ccc;
}

.pravy-obsah .obr-maly{
  margin: 14px 14px 0 0;
}
.pravy-obsah .obr-maly img{
  border: 1px solid #ccc;
}
.pravy-obsah a:hover img{
  border-color: #ff6600;
}
.skladem
{
  color:green;
}
.sloupec1 .skladem{
  font-weight: bold;
}
.objednavka
{
  color: red;
}
.panel
{
  float: right;
}
table
{
  border-collapse: collapse;
  border: none;
}
td, th
{
  text-align: left;
  vertical-align: top;
  border: none;
}
article td{
  padding-bottom: 8px;
  font-size: 90%;
}
.sortable
{
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 0px;
  margin: 0px;
}
.sortable li
{
  border: 1px solid #bbb;
  background-color: #ddd;
  padding: 4px 4px 4px 25px;
  display: block;
  list-style-type: none;
  margin: 3px;
  background-image: url(/layout/draganddrop.gif);
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.eshop, .eshop div
{
/*  display: inline;*/
  margin-top: 8px;
}
.eshop input
{
  height: 40px;
  background-image: url(layout/kosik.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
  font-size: 20px;
  border: 1px solid #999;
  cursor: pointer;
  border-radius: 3px;
  padding: 4px 2px 4px 28px;
}
.eshop input:hover{
  background-color: #ddd;
}
.eshop input.dovoz{
  background-image: url(layout/dovozico.gif);
  padding: 4px 2px 4px 28px;
}
.produktcena{
/*  float: left;*/
  white-space: nowrap;
  padding-right: 15px;
}
.stavskladu{
  margin-top: 5px;
/*  float: left;*/
  white-space: nowrap;
}                 
.popis{
  margin-top: 20px;
  clear: left;
}

#kosik{
  position: fixed;
  right: 0px;
  top: 75px;
  z-index: 10;
  text-decoration: none;
  display: block;
  border: 2px solid #ff6600;
  border-right-width: 0;
  padding: 4px 4px 4px 30px;
  background-image: url(layout/kosik.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}
.vpravo
{
  text-align: right;
}
.tucne{
  font-weight: bold;
}
#objednavka td
{
  border: 1px solid #ccc;
}
.adm
{
/*
  position: relative;
  float: left;
  top: 90px;
  left: -120px;
*/  
}

a.adm, .adm a
{
  color: #ff0000
}
.cesta
{
  font-size: 11px;
  margin-bottom: 5px;
}
.cesta a{
  color: #888;
}
/*
.uvodnik
{
 width:100%;
 float:left;
}
*/
.dph{
  font-size: 11px;
}

.okraje {
 border-collapse: collapse;
}
.okraje td{
  border: 1px solid #ddd;
  padding: 5px 2px;
}
.hint{
  font-size: 11px;
}
.paneladmin{
  border: 1px solid red;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}
.paneladmin a{
  color: red;
}

.obalsubprodukt{
  float: left;
  width: 28.33%;
  margin: 10px 2.5%;
}

a.subprodukt{
/*
  border: 1px solid #fff;
  background-image: url(/layout/subprodukt.jpg);
  background-repeat: no-repeat;
  background-position: bottom;

*/
  padding: 10px 0px;
  width: 100%;
  
  margin-bottom: 20px;
  display: block;
  overflow: hidden;

  opacity: 0.9;
  text-align: center;
  text-decoration: none;

}
a.subprodukt.skryty{
  background-color: #ddd;
}
.prazdny{
  height: 250px;
  width: 268px;
  overflow: hidden;
  float: left;
  margin: 20px;
  padding: 10px 5px;
  border: 1px solid #fff;
}

a.subprodukt:hover{
/*
  background: #f5f5f5;
  border-color: #ccc;
  */
    opacity: 1;

}
.prdetailout
{
  display: table;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
.prdetail
{
  display: table-row;
}
.prdetail span
{
  display: table-cell;
}
.prdetail .akce
{
  text-align: right;
  color: #000;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.prdetail .cena
{
  text-align: left;
  color: #000;
}
a.subprodukt:hover .prnazev{
  color: #ff5200;
}

.probr{
  margin-top: 5px;
  display: block;
  padding-top: 75%;
  position: relative;
  overflow: hidden; 
}
.probr img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
}
.prnazev{
  clear: both;
  display: block;
  font-size: 20px;   
  height: 28px;
  overflow: hidden;
}

a.subprodukt:hover .prnazev{
/*  color: #000;*/
} 
.subprodukt .cena{

}
.subprodukt .skladem, .subprodukt .objednavka{
  padding: 0 5px;
}

#akce{
  float: right;
  border-left: 6px solid #C55713;
  padding-left: 10px;
  width: 300px;
}
#akce h3{
  color: #C55713;
  margin: 2px;
}
.tip{
  clear: both;
  border-top: 1px solid #888;
  font-size: 12px;
  margin: 20px 0 20px 0;
  padding: 20px 0 0 0;
}

.produktuvod{
  display: table;
  width: 100%;
}                 
.produktuvod > div{
  display: table-row;
}
.produktuvod > div > div{
  display: table-cell;
  width: 32%;
}
.produktuvod > div > div:nth-child(2){
  text-align: center;
  padding: 0 3%;
}
.produktuvod > div > div:nth-child(3){
  text-align: right;
}
.prcena{
  font-size: 20px;
  letter-spacing: 1px;
}
.prodejny{
  
}
.prodejny a{
  color: #888;
}
.perex{
  line-height: 150%;
  letter-spacing: 1px;
  border-left: 3px solid #ff6600;
  padding-left: 9px;
  text-align: justify;
  /*
  border-bottom: 2px solid #ff6600;
  padding-bottom: 5px;
  */
}
levy-obsah .perex{
  margin: 30px 0;
}
.sub
{
  margin-left: 135px;
}
#blog li{
  white-space: nowrap;
  overflow: hidden;
}
#upravprvlevo{
  float: left;
  width: 47%;
}
#upravprvlevo select, #upravprvlevo input{
  width: 98%;
} 
.mainpic{
  text-align: center;
  margin-bottom: 15px;
}
.mainpic img{
  max-width: 100%;
}
.podobne{
  height: 280px;
  margin-bottom: 20px;
  overflow: hidden;
}
.prfotky{
  text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
  background-color: #666;
  border-color: #666;
}
.uzsikategorie .obalsubprodukt{
  width: 50%;
}
#kompletninabidka{
  display: block;
  text-align: center;
  clear: both;
}

.stitek
{
  border: 1px solid #f36621;
  border-radius: 5px;
  background-color: #eee;
  padding: 5px 15px;
  margin: 0 5px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.stitek:hover{
  background-color: #fff;
  color: #f36621;
}

#reloadfiltry{
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.pridejst, .odeberst
{
  background-repeat: no-repeat;
  background-position: 7px 7px;
  padding-left: 30px;
}
.pridejst
{
  background-image: url(/layout/filter.png);
}
.odeberst
{
  background-image: url(/layout/minus.png);
}
#odeberfiltry, #pridejfiltry
{
  margin: 10px 0;
  line-height: 40px;
  
}

.odsadit{
  padding-bottom: 200px;
}
#popisin
{
  overflow: hidden;
}
#celypopis{
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
  border-top: 2px solid #eee;
  padding-top: 2px;
}

table.dataTable tbody tr.even {
  background-color: #eee;
}

/*
#celypopis:hover{
  background-color: #ccc;
}
*/
#main table.dataTable thead th, #main table.dataTable thead td
{
  padding-left: 9px;
}
.tel
{
  font-size: 140%;
}
.filtry
{
  display:table;
  margin-bottom: 20px;
}
.filtry div
{
  display:table-row;
}
.filtry div div
{
  display:table-cell;
}
.razeni
{
  line-height: 30px;
}
.razeni span
{
  cursor: pointer;
  color: rgb(243, 102, 33);
  padding: 0 10px;
}
.razeni span:hover
{
  text-decoration: underline;
}

#obrs
{
  display: table;
  margin: 0 auto;
  /*
  table-layout:fixed;
  width: 100% !important;
  */
}
#obrsin
{
  display: table-row;
}
.obr-maly
{
  height: 90px;
  width: 120px;
  display: table-cell;
  border-left: 2px solid #fff;
  padding-left: 3px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.9;
  background-position: center;
  background-repeat: no-repeat;
/*
  height: 94px;
*/
}
#obrsin .adm
{
  display: table-cell;
}
.obr-maly:hover{
 opacity: 1;
}
.perex, .popis
{
  max-width: 990px;
  margin: 0 auto;
}


