body, html
{
	border:  0px none;
	padding: 0px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important;
	font-size: 12px!important;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
body {
	background-color: #FFFFFF;
	width: 100%;
	height:100%;
}

.hornipanel {
	background-image: url(horni_vypln.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
}
.hornipanel img {
	position: absolute;
	left: 0px;
	top: 0px;
}


.hlmenu {				/* hlavni menu */
	position: absolute;
	height: 30px;
	left: 0px;
	top: 151px;
	color: #FFFFFF;
}
.hlmenu a {
	font-size: 14px;
	color: #BFE6FF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	display: block;
	float: left;
	padding-top: 6px;
}
.hlmenu a:hover {
	background-image: url(menu_hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.hlmenu form {		/* formular vyhledavani */
	float:right;
	padding-top:6px;
	padding-right: 10px;
	margin: 0px;
}

.mainpage {					/* obal na levou stranu se zelenym prechodem */
	width: 100%;
	text-align: left;
	background-color: #497307;
	background-image: url(mainpage.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
.strana {					/* cela leva strana */
	width: 960px;
}
.pozicovnik {
	color: #999999;
}

.pozicovnik a {
	color: #999999;
}
.pozicovnik a:hover {
	color: #000000;
}
.sipkavpravo {
	background-image: url(sipka_vpravo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.sipkadolu {
	background-image: url(sipka_dolu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.obsah {					/* stredni cast stranky s obsahem */
	text-align: left;
	background-image: url(page_telo.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	width: 630px;
	margin-right:0px;
	margin-left: 0px;
	display: table;	/* zruseni obtekani - aby fungovalo CSS-clear uvnitr .obsahu (jinak skakalo dolu pod levy a pravy panel) !!! */
}
.obsah .text {
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 1500px;
	_height: 1500px;
}
.obsah a:link {
	color: #0000FF;
}
.obsah a:visited {
	color: #0000FF;
}
.obsah a:hover {
	color: #006600;
}

.levypanel {			/* panel po cele svisle sirce - vlevo od obsahu*/
	display: block;
	float: left;
	width: 150px;
	color: #000000;
	height: auto;
	text-align: left;
}
.pravypanel {			/* panel po cele svisle sirce - vpravo od obsahu*/
	display: block;
	float: right;
	width: 150px;
	color: #000000;
	height: auto;
}
.paticka {				/* pata pod obsahem - (c) */
	display: block;
	text-align: left;
	margin-left: 150px;
	margin-right: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.paticka a {
	color: #009900;
	text-decoration: none;
}
.paticka a:hover {
	color: #000000;
}
.boxhlavicka {		/* boxy v levem a pravem sloupci se skladaji z hlavicky, tela a paticky: */
	background-image: url(box_hlavicka.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 138px;
	height: 23px;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.boxhlavicka .text {
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 3px;
}
.boxtelo {
	width: 138px;
	display: block;
	height: auto;
	scrollbar-base-color:#487206;
	background-color: #85c227;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.boxtelo .text {
	color: #003300;
	padding: 3px 5px 0px 10px;
	display: block;
	text-align: left;
}
.boxtelo .text a {		/* odkazy v boxech */
	color: #333300;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.boxtelo .text a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.podmenu {			/* vypis vyrobcu primo v menu */
	width: 90px;
	padding-left: 10px;
	font-size: 11px;
}
.podmenu a:link {
	color: #000000;
	letter-spacing: normal;
	font-weight: normal;
}
.podmenu a:visited {
	color: #000000;
	font-weight: normal;
	letter-spacing: normal;
}
.skroland {					/* (pripadna) skrolovaci oblast pro vypis vyrobcu */
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	max-height: 300px;
	_height: expression(this.scrollHeight > 300 ? "300px" : "auto" );	/* MSIE hack */
}
.strankovac a:link, .strankovac a:visited {				/* pager pro vypis stran */
	border: 1px solid #666666;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}
.strankovac a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
.strankovacaktivni {
	color: #FFFFFF;
	background-color: #0066CC;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #000000;
}


.strmenu {							/* menu podkategorii*/
	background-color: #85c227;
	width: 100%;
	border: 1px solid #000000;
}

.subkateg {							/* zobrazeni submenu podkategorii */
	text-align: center;
	float: left;
	margin: 5px;
	display: block;
}
.subkateg img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.subkateg .vnitrek {
	padding-top: 7px;
	text-align: center;
}
.subkateg a:link, .subkateg a:visited {
	display: block;
	height: 140px;
	width: 140px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.subkateg a:hover {
	color: #FFFFFF;
	background-color: #098CE7;
}


.submenu {							/* zobrazeni submenu vyrobcu*/
	text-align: center;
	float: left;
	margin: 0px;
	display: block;
}
.submenu .vnitrek {
	padding-top: 6px;
}
.submenu .vybrano {
	color: #000000;
	background-image: url(submenu_select.png);
	background-repeat: repeat;
	background-position: left top;
	height: 28px;
	width: 150px;
	display: block;
}

.submenu a:link, .submenu a:visited {
	display: block;
	height: 28px;
	width: 150px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(submenu.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.submenu a:hover {
	background-position: -150px;
}

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}
.toolbox {									/* toolbox pro razeni vypisu */
	display: block;
	height: 28px;
	width: 620px;
	color: #FFFFFF;
	background-color: #487206;
	border: 1px solid #000000;
}
.toolbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.toolbox .vnitrek {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}
.toolbox .vnitrek a:link {		/* odkazy v boxech */
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.toolbox .vnitrek a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.toolbox .vnitrek a:hover {
	color: #000000;
}
.kosik {
	background-image: url(kosik.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	float: right;
	margin-right: 100px;
	border: 1px solid #000000;
}
.kosik img {
	margin-top: 15px;
	margin-left: 90px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.neaktivni {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.detail {						/* detail zbozi */
	width: 100%;
	clear:both;
	background-color: #E7F5CF;
	border: 1px solid #666666;
}
.detail .vnitrek {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.detail .obr {
	border: 1px solid #999999;
	margin-right: 10px;
}
.detail h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #487206;
}
.detail .sleva {
	color: #006600;
	background-image: url(sleva.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	padding-right: 20px;
	text-decoration: line-through;
}
.detail .popis {
	color: #487206;
}
.tabparam {
	border:1px solid #666666;
}
.tabparam td {
	font-size:10px;
}
.nahled {					/* obdelnik kolekce */
	text-align: center;
	margin: 5px;
	float:left;
}
.nahled a:link, .nahled a:visited {
	text-decoration: none;
	color: #666666;
	height: 220px;
	width: 190px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.nahled a:hover {
	color: #000000;
	background-color: #E9F5FE;
}
.nahled h2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.nahled h3 {
	font-size: 11px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.miniatura a:link, .miniatura a:visited {
	padding: 5px;
	text-decoration: none;
	color: #666666;
	width: 630px;
	height: auto;
	display: block;
	background-color: #FFFFFF;
}
.miniatura a:hover {
	background-color: #E9F5FE;
	color: #000000;
}
.miniatura h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.miniatura img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.ceny {
	background-color: #85c227;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: 1px solid #666666;
}

.akce {
	display: block;
	width: 100%;
	min-height: 100px; /* pro standardní prohlížeče */
	_height: 100px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(akce_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666666;
}

.akce .txt {
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000000;
}
.galerie img {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galerie a {
	float: left;
}



.cara {
	background-image: url(cara.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 6px;
	display: block;
}
.cara2 {
	background-image: url(cara2.png);
	display: block;
	height: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.bezramu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bezramu a:link, .bezramu a:visited{
	text-decoration: none;
}
.tabulka td {
	display: table-cell;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.tabulka th {
	color: #FFFFFF;
	background-color: #098CE7;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.tabulka {
	border: 1px solid #000000;
	color: #000000;
	background-color: #F3F3F3;
}

input {
	font-size: 10px;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #487206;
}
.Nadpis {
	font-family: font-family: 'Arial CE', Geneva, Arial, Helvetica, sans-serif;;
	font-size: 32px;
	font-weight: normal;
	color: #009900;
}
.tip {
	color: #666666;
}
.poradi {
	margin-left: 50px;
}


.chyba {
	color: #FF0000;
}
.sleva {
	color: #00FF00;
	background-image: url(sleva.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	text-decoration: line-through;
	padding-left: 65px;
}
.slevatxt {
	color: #000000;
	background-image: url(sleva_m.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	padding-right: 25px;
}
.poznamka {
	font-size: 10px;
	color: #666666;
}
.celkem td{
	font-style: italic;
	border-top: 1px solid #000000;
}
fieldset {
	position:relative;
	padding-top:20px;
	background-color: #C8E8FD;
	border: 1px solid #999999;
	width: 600px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	 position:absolute;
	 top:-10px;
	background-color: #098CE7;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


.tl a:link {			/* ozdobne talcitko (zpet, ...) */
	color: #487206;
	text-decoration: none;
	background-image: url(tlacitko.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 300px;
	text-indent: 35px;
	padding-top: 8px;
}
.tl a:visited {
	color: #487206;
	text-decoration: none;
	background-image: url(tlacitko.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 300px;
	text-indent: 35px;
	padding-top: 8px;
}
.tl a:hover {
	background-position: -526px 0px;
	color: #000000;
}
.nezobrazovat {
	display: none;
}
.netisknout {
	display: block;
}
.popis {
	color: #000099;
}
.razeni {
	font-size: 9px;
}
.flash {
	border: 1px solid #000000;
	margin-bottom:10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000066;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #FFFFFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

