/* CSS file for standard browsers (Mozilla Firefox, Opera, Netscape etc.); made by JimmyStudio.net */

body {
 margin: 0;
 padding: 0;
 background: #97A573;
 background-image: none;
 font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
 color: #eee; /*#232222;*/
 text-align: center;
}
a {text-decoration: underline; color: #511900;}
a:hover {text-decoration: none; color: red;}

h1 {
 margin: 0;
 padding: 0;
 font-size: 18px;
 font-weight: bolder;
 display: block;
 color: #511900;
}
h2 {
 font: bold 12px Tahoma, sans-serif;
 margin: 0;
 padding: 0;
}
h3 {
 font-size: 1.17em;
 margin: .1 em 0;
 font-weight: bolder;
 display: block;
}

form {
 margin: 0;
 padding: 0;
}
table tr td {
 font-size: 12px;
}
textarea {
 font: 12px Tahoma, sans-serif;
}

/* LAYOUT ZACATEK */

.celek {
 position: relative;
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 border: 1px solid #2e2616;
 /*background: transparent url("../images/celek_back.png") repeat-y;*/
 background-color: #504c3d;
}
#hlavicka {
 position: relative;
 width: 1000px;
 height: 215px;
 background: #fff url("../images/hlavicka.jpg");
}
#prouzek {
 position: relative;
 width: 1000px;
 height: 40px;
 background: #f60 url("../images/lista.jpg");
}
#levy_panel {
 position: relative;
 width: 162px;
 float: left; 
}
.hlavni_panel {
 position: relative;
 width: 838px; /* 676px */
 /*background: #ccc;*/
 float: left;
}

#detail_hpruh {
  /*background-color: #6a5846; /*#977642;*/
  background-color: #6a5846; /*#504c3d;*/
  padding: 10px;
  margin: 10px;
  margin-bottom: -1px;
  border: 1px solid #2e2616;
  position: relative;
}
#detail_hpruh h1 {
  float: left;
  padding: 0;
  margin: 0;
  color: #511900;
  line-height: 30px;
}
#odkaz_zpet {
  float: right;
  line-height: 22px;
  margin-right:100px;
  font-weight:bold;
}
#fotografie {
  text-align: center;
}
#fotografie img {
  border: 1px solid #2e2616;
}
#detail_dpruh {
  /*background-color: #6a5846;*/
  border: 1px solid #2e2616;
  padding: 10px;
  margin: 10px;
  margin-top: -3px;
  color: white;
  background-color: #504c3d;
}
#detail_dpruh a {
  color: #ddd;
}

table.det_tabulka {
 width: 90%;
}
table.det_tabulka td {
  padding: 3px;
  margin: 2px;
  border: 1px solid #777;
}
table.det_tabulka.preskrtnute td {
	text-decoration:line-through;
}
table.det_tabulka th {
  padding: 3px;
  margin: 2px;
  border: 1px solid #777;  
}
table.det_tabulka.preskrtnute th {
	text-decoration:line-through;
}
 
.hlavni_panel_vnitrek {
 position: relative;
 /*width: 676px;*/
 float: left;
}
#obsahovka {
 position: relative;
 padding: 28px;
 padding-top: 10px;
}
.info_obsah {
 padding: 10px;
 color: #eee; /*#330000;*/
 text-align: left;
}
.info_obsah h2 {
 font-size: 18px;
}

#pravy_panel {
  position: relative;
  width: 162px;
  float: right;
}
#paticka {
 display: block;
 position: relative;
 width: 1000px;
 /*background: #6a5846;*/
 clear: both;
 text-align: center;
 font-size: 11px;
 color: #ccc;
 /*border: 2px solid #2f2d14;*/
 margin-top: 10px;
}
#paticka div {
  padding: 10px;
}

#login {
  width: 838px;
  height: 36px;
  background: #977642 url('../images/lista_new.jpg') -5px;
  color: #fff;
  font-weight: bold;
}
#login div {
  padding: 7px;
}
#login div a {
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px Tahoma, Arial, sans-serif;
  line-height: 24px;
}


.public_form_tab th {
  vertical-align: top;
}
.public_form_tab td, .public_form_tab th {
  padding: 3px;
}

/* doplnky */
a#nad_hlavickou {
 display: block;
 position: absolute;
 width: 1000px;
 height: 257px;
 top: 0px;
 left: 0px;
 border: 0px solid white;
}
a#ikona_kosik {
 display: block;
 position: absolute;
 left: 190px;
 top: 10px;
 width: 24px;
 height: 24px;
}

/* horizontální menu */
ul#hmenu {
 list-style-type: none;
 position: absolute;
 left: 379px;
 top: 13px;
 padding: 0;
 margin: 0;
}
ul#hmenu li {
 display: block;
 padding: 0;
 margin: 0;
 width: 155px;
 float: left;
 text-align: center;
}
ul#hmenu li a {
 color: #511900;
 text-decoration: none;
 text-transform: uppercase;
 font: bold 12px Tahoma, sans-serif;
 padding: 0;
 margin: 0;
}
ul#hmenu li a:hover {
 color: #f00;
}
ul.podmenu {
 position: absolute;
 list-style-type: none;
 padding: 0;
 margin: 0;
 border: 1px solid #aaa;
 background-color: #d9ba92;
 top: 242px;
 /*width: 150px;*/
 z-index: 5;
 visibility: hidden;
}
ul.podmenu li {
 padding: 5px ! important;
 text-align: left ! important;
}
ul.podmenu li a {
 color: #511900;
 text-transform: uppercase;
 text-decoration: none;
 font: bold 12px Tahoma, sans-serif;
}
ul.podmenu li a:hover {
 color: #f00;
}

/* vertikální menu */
#levy_panel ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#levy_panel ul li a {
 display: block;
 width: 148px;
 height: 16px;
 background: transparent url("../images/lpolozka_velka.png") no-repeat;
 font: bold 13px Tahoma, sans-serif;
 color: #511900;
 text-transform: uppercase;
 text-decoration: none;
 padding: 4px;
 padding-left: 10px;
 overflow: hidden;
}
#levy_panel ul li a:hover, #levy_panel ul li a.aktivni {
 color: #ffba00;
}
#levy_panel ul li ul li a {
 display: block;
 width: 148px;
 height: 13px;
 margin-left: 0px;
 background: transparent url("../images/lpolozka_mala.png") no-repeat;
 padding: 2px;
 font-size: 11px;
 text-transform: lowercase;
 padding-left: 10px;
}


/* detail zboží - dvousloupcový design */
#levy_sloupec {
 float: left;
 width: 638px;
 /*background: #fce456;*/
 text-align: center;
}
#levy_sloupec #vnitrek {
 padding: 20px;
 text-align: center;
}
#pravy_sloupec {
 float: left;
 width: 200px;
 /*background: #abcd11;*/
 color: #fff;
}
#pravy_sloupec #horni_cast {
 background: #977642;
 padding: 15px;
}
#pravy_sloupec #horni_cast select, #pravy_sloupec #horni_cast input {
 font: 11px Tahoma, sans-serif;
}
#pravy_sloupec #dolni_cast {
 background: #6a5846;
 padding: 15px; 
}
#pravy_sloupec #dolni_cast a {
 color: #ddd;
}
#pravy_sloupec #horni_cast h1 {
 float: left;
 margin-bottom: 15px;
 width: 170px;
 font: bold 14px Tahoma, sans-serif;
 text-transform: uppercase;
}
#pravy_sloupec #dolni_cast h2 {
 font-size: 14px;
}


/* LAYOUT KONEC */

.zbozi_okno {
 position: relative;
 width: 800px;
 margin: 0px;
 margin-left: 0px;
 margin-bottom: 5px;
 background: #6a5846;
 padding: 0;
 float: left;
 z-index: 2;
 border: 2px solid #2f2d14; /*#2f2d14;*/
 /*background: #2e2616;*/
}
div.zbozi_nazev {
 width: 100%;
 
 /*background: #977642 url("../images/zbozi_nazev.jpg") repeat-y;*/
 background-color: #977642;
 margin: 0;
 padding: 0;
 /*text-transform: uppercase;*/
 overflow: hidden;
 text-align: left;
}
.nalepka {
  display: block; 
  float: left; 
  font-size: 10px; 
  font-weight: bold; 
  padding: 8px; 
  border: 1px solid #ccc;
  background-color: #7D8873;
  margin: 10px;
  text-transform: uppercase;
}
h2.zbozi_nazev {
  font: bold 14px Tahoma, sans-serif;
  margin-left: 10px;
  margin-bottom: 8px;
  padding: 0;
  text-transform: uppercase;
}
.zbozi_nazev a {
 display: block;
 padding: 0;
 margin: 0;
 padding-top: 2px;
 /*padding-left: 10px;*/
 text-decoration: none;
 color: #511900;
 line-height: 17px;
}
.zbozi_nazev a:hover {
 color: #ffba00;
}
.zbozi_obrazek {
 position: relative;
 float: left;
 text-align: left;
 padding: 0;
 margin: 10px;
 margin-right: 0;
 font-size: 0;
 overflow: hidden;
 float: left;
}
.zbozi_text {
  position: relative;
  margin: 10px;
  padding: 0;
  width: 620px;
  float: right;
}

.cedulka {
  display: block;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: orange;
}

.cedulka_smazano {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 113px;
  height: 114px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: orange;
  z-index: 9;
}
.n {
	background: transparent url('../images/cedulka_prodano.gif') no-repeat;
}
.p {
	background: transparent url('../images/cedulka_koupeno.gif') no-repeat;
}
.v, .z {
	background: transparent url('../images/cedulka_neaktivni.gif') no-repeat;
}

.preskrtnute {
	text-decoration:line-through;
}

.zbozi_akce {
 padding: 10px;
 padding-bottom: 0;
 text-align: left;
}
.zbozi_akce span {
 color: #ffba00;
 text-decoration: none;
 text-transform: uppercase;
}
.zbozi_akce a:hover {
 text-decoration: underline;
 color: #fff;
}
.zbozi_tlacitka {
 height: 18px;
 padding: 0;
 margin: 0;
}
.zbozi_tlacitka a {
 display: block;
 float: left;
 width: 62px;
 height: 18px;
 background: url("../images/tlacitko.jpg") no-repeat;
 margin: 0;
 margin-left: 10px;
 text-align: center;
 padding: 0;
 padding-top: 1px;
 font: bold 12px Tahoma, sans-serif;
 text-decoration: none;
 color: white;
}
.zbozi_tlacitka a:hover {
 color: #ffba00;
}

.zbozi_tabulka {
 width: 90%;
}
.zbozi_tabulka td, .zbozi_tabulka th {
 text-align: left;
 padding: 5px;
 color: #511900;
}
.zbozi_tabulka td.zbozi_tlacitka {
 width: 110px;
}

span.levo {
 float: left;
}
span.pravo {
 float: right;
 font-weight: bold;
}
.tl_zpet, .tl_koupit {
 display: block;
 width: 75px;
 height: 21px;
 font: bold 14px Tahoma, sans-serif;
 text-decoration: none;
 text-align: center;
 padding-top: 3px;
 cursor: pointer;
}
.tl_zpet:hover, .tl_koupit:hover {
 color: #ffba00;
}
.tl_zpet {
 background: #977642 url("../images/tl_zpet.jpg") no-repeat;
 float: left;
}
.tl_koupit {
 background: #977642 url("../images/tl_koupit.jpg") no-repeat;
 border: 0;
 float: right;
}

.ikona_produktu {
 cursor: pointer;
}

.suda, .suda td, .suda a {
 background: #977642;
 color: #fff;
}
.licha, .licha td, .licha a {
 background: #907035;
 color: #fff;
}

.cervene {
 color: red ! important;
}
.tucne {
 font-weight: bold ! important;
}
.vpravo {
 text-align: right ! important;
}
.nastred {
 text-align: center ! important;
}
.bezokraju {
 padding: 0 ! important;
 margin: 0 ! important;
}
.okraje {
  padding: 10px;
}

.zvyraznit {
 color: blue;
}
.oranzove {
 color: #ff8400;
}
.bila {
 background-color: white ! important;
 font-size: 1px;
}
.bile_pismo {
  color: white ! important;
}
.relativni_pozice {
  position: relative ! important;
}


#objednavka fieldset {
 border-color: #511900;
 border-width: 1px;
 position: relative;
 float: left;
 margin: 5px;
 padding: 5px;
}
#objednavka fieldset legend {
 font-weight: bold;
 color: #511900;
}

li#vyhledavani {
 background: transparent url('../images/search.png') no-repeat; 
 width: 162px; 
 height: 30px; 
 padding: 0;
 padding-left: 0; 
 margin: 0;
 font-size: 10px;
 color: #fff;
}
li#vyhledavani p
{
  font-size: 10px;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-left: 5px;
}
li#vyhledavani p input
{
  margin: 0;
  padding: 0;
}

#search_tlacitko {
 border: 0;
 cursor: pointer; 
 margin: 0; 
 padding: 0; 
 position: absolute; 
 left: 125px; 
 top: 3px;
}
#search_pole {
 margin: 5px;
 width: 100px;
 font-size: 10px;
 margin-left: 5px;
 margin-bottom: 0;
}

.bigbanner {
 padding-bottom: 10px;
 text-align: center;
}

.sekce_okenko {
  width: 165px;
  height: 220px;
  background: #675d4c url("../images/katalog_podklad.gif");
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  margin-bottom: 3px;
}
.sekce_okenko p {
 padding: 0;
 margin: 0;
}
.sekce_okenko_odkaz {
 color: white;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
}
.sekce_okenko_odkaz:hover {
 color: #ffba00;
}
p.sekce_okenko_odkaz {
  padding-top: 9px;
}

#kosik_nahled {
 width: 162px;
 height: 64px;
 background: transparent url("../images/kosik.png") no-repeat top right;
 font-weight: bold;
 font-size: 12px;
 position: relative;
}
#kosik_nahled .nnk {
 position: absolute;
 top: 10px;
 left: 50px;
 color: #511900;
 text-transform: uppercase;
}
#kosik_nahled #obsah_kosiku {
 position: absolute;
 top: 35px;
 left: 0px;
 width: 160px;
 text-align: center;
 font-size: 11px;
 font-weight: bold;
}
#kosik_nahled #obsah_kosiku a {
 color: #511900;
 text-decoration: none;
}
#kosik_nahled #obsah_kosiku a:hover {
 color: #ffba00;
}

.loginform {

}
.loginform input {
  margin: 2px;
}

.top_produkty {
 width: 162px;
 text-align: center;
 color: #511900;
}
.top_produkty p {
 background: transparent url("../images/nadpis_pravo.png") no-repeat top right;
 margin: 0;
 padding: 5px;
 font-size: 17px;
 font-weight: bold;
 text-transform: uppercase;
}
.top_produkty p a {
 text-decoration: none;
}
.top_produkty p a:hover {
 color: #ffba00;
}
.top_produkty ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.top_produkty ul li {
}
.top_produkty ul li a {
 display: block;
 width: 156px;
 height: 24px;
 line-height: 23px; 
 background: transparent url("../images/polozky_vpravo.png") no-repeat top right;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 overflow: hidden;
 padding-left: 6px;
}
.top_produkty ul li a:hover {
 color: #ffba00;
}

.vlajecky
{
  padding-top: 5px ! important; 
  padding-bottom: 6px ! important;
  font-size: 1px ! important;
}


.tab_info caption {
 font-size: 12px;
 font-weight: bold;
}
.panske_vel td {
 font-size: 11px ! important;
 padding: 1px ! important;
}


/* nahrazovani (seo-servis) */
body.infopage {
  background-image: url('../images/back.jpg'); 
  color: #eee;
}
div.page_detail {
  /*background: transparent;*/
}
ul#podmenu1 {
  left: 550px;
}
ul#podmenu2 {
  left: 703px;
}
ul#podmenu3 {
  left: 860px;
}
h1.index {
  font-size: 13px;
  font-weight: bold;
}
div.sekce_okenko_vnitrek {
  padding-top: 10px;
}
p.zbozi_popis_cena {
  padding: 5px; 
  margin: 0; 
  color: #eee;
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}
div.obrazek_produktu {
  margin: 0; 
  padding: 0; 
  text-align: right;
}
p.zvetsit_obrazek {
  margin: 0; 
  margin-bottom: 5px; 
  margin-top: 2px; 
  margin-left: auto; 
  padding: 0; 
  width: 100px; 
  height: 20px; 
  text-align: center; 
  line-height: 20px; 
  background-color: #6a5846; 
  border: 1px solid #999;
}
input.koupit {
  width: 75px; 
  height: 24px;
}
a.rozsireny_popis {
  font-weight: bold; 
  font-size: 14px;
}

form.vypisarazeni { 
  border: 0px solid #ccc; 
  margin-bottom: 10px; 
  float: right; 
  margin-top: 5px;
  position: absolute;
  left: 560px;
  top: 36px;
}

.regform
{
  float: left;
  margin: 20px;
  margin-left: 0;
  margin-top: 0;
}

h1.index {
  font-size: 13px;
  font-weight: bold;
  color: #511900;
}

.inzerat_vypis {
	margin: 0;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
	background: #6a5846 ! important;
	border: 1px solid #2f2d14 ! important;
}


.tl_default {
	border: 2px solid #2F2D14;
/*	border: 2px solid #ffba00;*/
	background-color: #8e7c6b;
}
.tl_default a {
	color: #511900;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 5px;
}
.tl_default a:hover {
/*	text-decoration: underline;*/
	color: #ffba00;
}
.tl_zalozit {
	position: absolute;
	bottom: 10px;
	left: 10px;
}


/* DROBECKOVA NAVIGACE */
.drobecky {
	color: #aaa;
	padding: 0;
	width: 630px;
	height: 23px;
	left: 165px;
	z-index: 4;
}
.drobecky p {
	padding: 0;
	margin: 2px;
	margin-left: 5px;
	font-size: 12px;
}
.drobecky p a {
	font-weight: normal;
	color: #051D0D;
	text-decoration: none;
}
.drobecky p a:hover {
	color: #FFBA00;
}
/* -------------- */


.strankovani {
  margin: 0;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
  text-align: left;
  background-color: #6a5846;
  border: 1px solid #2f2d14;
}

span.pagination {
	background-color: #2f2d14; 
	color: white; 
	font-weight: bold;
}
a.pagination {
	color: white;
}

/* pomucky */
.zakoncovaci {
 width: 99%; 
 height: 1px; 
 clear: both; 
 margin: 0; 
 padding: 0;
 font-size: 0;
}
.maly_radek {
 font-size: 5px;
}
.pozpatku {
 unicode-bidi: bidi-override;
 direction: rtl;
 text-decoration: underline;
}

