/* 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: #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: #fff;
}
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;
 /*background: transparent url("Obrazky/celek_back.png") repeat-y;*/
}
#hlavicka {
 position: relative;
 width: 1000px;
 height: 215px;
 background: #fff url("Obrazky/hlavicka.jpg");
}
#prouzek {
 position: relative;
 width: 1000px;
 height: 40px;
 background: #fff url("Obrazky/lista.jpg");
}
#levy_panel {
 position: relative;
 width: 162px;
 float: left; 
}
#hlavni_panel {
 position: relative;
 width: 838px; /* 676px */
 /*background: #ccc;*/
 float: left;
}
#hlavni_panel_vnitrek {
 position: relative;
 width: 676px;
 float: left;
}
#obsahovka {
 position: relative;
 padding: 8px;
}
#info_obsah {
 padding: 10px;
 color: #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;
}


/* doplnky */
a#nad_hlavickou {
 display: block;
 position: absolute;
 width: 235px;
 height: 165px;
 top: 35px;
 left: 10px;
}
a#ikona_kosik {
 display: block;
 position: absolute;
 left: 190px;
 top: 10px;
 width: 24px;
 height: 24px;
}

#link_galerie
{
  position: absolute;
  left: 3px;
  top: 13px;
  width: 130px;
  text-align: center;
}
#link_galerie a
{
  text-decoration: none;
  font: bold 12px Tahoma, sans-serif;
  text-transform: uppercase;
}
#link_bazar
{
  position: absolute;
  left: 147px;
  top: 13px;
  width: 130px;
  text-align: center;
}
#link_bazar a
{
  text-decoration: none;
  font: bold 12px Tahoma, sans-serif;
  text-transform: uppercase;
}
#link_forum
{
  position: absolute;
  left: 287px;
  top: 13px;
  width: 130px;
  text-align: center;
}
#link_forum a
{
  text-decoration: none;
  font: bold 12px Tahoma, sans-serif;
  text-transform: uppercase;
}

/* horizontální menu */
ul#hmenu {
 list-style-type: none;
 position: absolute;
 left: 422px;
 top: 13px;
 padding: 0;
 margin: 0;
}
ul#hmenu li {
 display: block;
 padding: 0;
 margin: 0;
 width: 144px;
 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: 15;
 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("Obrazky/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("Obrazky/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: 161px;
 height: 245px;
 margin: 0px;
 margin-left: 0px;
 background: #6a5846;
 padding: 0;
 float: left;
 z-index: 2;
 border: 2px solid #2f2d14;
}
.zbozi_nazev {
 width: 161px;
 height: 20px;
 background: #977642 url("Obrazky/zbozi_nazev.jpg") repeat-y;
 margin: 0;
 padding: 0;
 font: bold 11px Tahoma, sans-serif;
 text-transform: uppercase;
 overflow: hidden;
}
.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;
 text-align: center;
 padding: 0;
 margin: 0;
 margin-top: 2px;
 font-size: 0;
}
.cedulka {
  display: block;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: orange;
}
.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("Obrazky/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("Obrazky/tl_zpet.jpg") no-repeat;
 float: left;
}
.tl_koupit {
 background: #977642 url("Obrazky/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;
}

.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('Obrazky/search.png') no-repeat; 
 width: 162px; 
 height: 30px; 
 padding: 0;
 padding-left: 0; 
 margin: 0;
 position: relative;
}
#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("Obrazky/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("Obrazky/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;
 font-size: 11px;
}
#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;
}

#vyprodej {
 width: 162px;
 background: transparent url("Obrazky/kosik.png") repeat-y top right;
 position: relative;
 /*left: 7px;*/
}
#vyprodej_vnitrek {
  left: 7px;
  margin: 0px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 155px;
  background-color: red;
  color: yellow;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  text-align: center;
}
#vyprodej_vnitrek a
{
  color: #fff;
}
#vyprodej_vnitrek a:hover
{
  color: yellow;
}

#vyprodej2 {
  left: 830px;
  top: 120px;
  z-index: 3;
  margin: 0px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 155px;
  background-color: red;
  color: yellow;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  text-align: center;
  border: 1px solid #fff;
}
#vyprodej2 a
{
  color: #fff;
}
#vyprodej2 a:hover
{
  color: yellow;
}

#vyprodej3 {
 width: 162px;
 background: transparent url("Obrazky/search.png") repeat-y;
 position: relative;
 /*left: 7px;*/
}
#vyprodej_vnitrek3 {
  margin: 0px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 157px;
  background-color: red;
  color: yellow;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  text-align: center;
}
#vyprodej_vnitrek3 a
{
  color: #fff;
}
#vyprodej_vnitrek3 a:hover
{
  color: yellow;
}

#tlacitko_lpanel
{
	width:156px;
	height:63px;
	background-image:url('Obrazky/tlacitko_lpanel.gif');
	margin-top:10px;
}
#tlacitko_lpanel div
{
	padding-top:23px;
	text-align:center;
	width:100%;
}
#tlacitko_lpanel div a
{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#tlacitko_lpanel div a:hover
{
	text-decoration:underline;
}


.top_produkty {
 width: 162px;
 text-align: center;
 color: #511900;
}
.top_produkty p {
 background: transparent url("Obrazky/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("Obrazky/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('Obrazky/back.jpg'); 
  color: #000;
}
div.page_detail {
  background: transparent;
}
ul#podmenu1 {
  left: 580px;
}
ul#podmenu2 {
  left: 723px;
}
ul#podmenu3 {
  left: 870px;
}
h1.index {
  font-size: 13px;
  font-weight: bold;
  color: #511900;
}
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; 
  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 {
  width: 360px;
  border: 0px solid #ccc; 
  margin-bottom: 10px; 
  float: right; 
  margin-top: 5px;
  position: absolute;
  left: 330px;
  top: 0px;
}


.prispevek {
	border: 2px solid #2F2D14;
	background: #6A5846;
	margin-bottom: 10px;
	color: white;
}
.prispevek .identifikace {
	background-color: #977642;
	padding: 5px;
	color: #111;
}
.prispevek .identifikace .jmeno {
	font-weight: bold;
	color: #511900;
}
.prispevek .identifikace .hodnoceni {
	font-weight: bold;
	text-transform: uppercase;
}
.negativni {
	color: red;
}
.neutralni {
	color: #555;
}
.pozitivni {
	color: darkgreen;
}
.prispevek .zprava {
	padding: 5px;
}

.drobecky, .drobecky_podklad {
	position: absolute;
	background-color: #6A5846;
	border-top: 1px solid #2c2616;
	border-bottom: 2px solid #2c2616;
	color: #aaa;
	padding: 0;
	height: 23px;
}
.drobecky_podklad {
	left: 0;
	width: 100%;
}
.drobecky {
	width: 630px;
	left: 165px;
	z-index: 10;
}
.drobecky p {
	padding: 0;
	margin: 5px;
	font-size: 12px;
}
.drobecky p a {
	font-weight: normal;
	color: #051D0D;
	text-decoration: none;
}
.drobecky p a:hover {
	color: #FFBA00;
}


#pozastaveni_objednavek {
	position: absolute;
	width: 400px;
	top: 70px;
	left: 300px;
	border: 1px solid;
}
#pozastaveni_objednavek p {
	margin: 10px;
	font-weight: bold;
}



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

/* pomucky */
.zakoncovaci {
 width: 99%; 
 height: 1px; 
 clear: both; 
 margin: 0; 
 padding: 0;
 font-size: 0;
}
.maly_radek {
 font-size: 5px;
}
