/* zakladni prvky */
body, div, p, li, input, select, textarea, td, th {
	color: #000;
	font-family: Tahoma, Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: x-small;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

h1, h2, h3, h4, h5, h6, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6	{
	color: #f8a116;
}

h1 {
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	font-size: 145%;
}

#zahlavi-in h1 {
	margin: 0;
}

h2 {
	font-size: 120%;
	margin: 0 0 0.5em 0;
	font-style: italic;
}

h4 {
	text-transform: uppercase;
	margin: 0 0 0.3em 0;
	font-size: 100%;
}

a {
	color: #0000e9;
}

a:hover {
	color: #5b8cd9;
}

p {
	margin: 0 0 1ex 0;
}

ul, ol {
	margin-top: 3px;
	margin-bottom: 0.8em;
}

fieldset {
	margin: 0;
	padding: 5px;
}

ul li {
	list-style-image: url(img/ul.gif);
}
/* /zakladni prvky */

/* zakladni tridy */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.tac table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
}

.fli {
	float: left;
	margin-right: 10px;
}

.fr {
	float: right;
}

.fri {
	float: right;
	margin-left: 10px;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}

div.clear {
	width: 0px;
}

.invisible, .no-css {
	display: none;
}

.required {
	background: #fff url(img/sys/required.gif) no-repeat right top;
}

.warning, .warning a, .error, .error a {
	color: #f00;
	font-weight: bold;
}

.saved, .info {
	color: #090;
	font-weight: bold;
}

.print {
	text-align: left;
}

.ll {
	list-style-type: lower-alpha;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #dcd8c1;
}

code {
	display: block;
	font-family: monospace;
	white-space: pre;
	overflow: auto;
	font-size: 100%;
}
/* /zakladni tridy */

/* layout - zaklad */
#zahlavi {
	height: 188px;
	background: #fff url(img/bg_zahlavi.gif) no-repeat left top;
}

#zahlavi-in {
	position: relative;
	height: 154px;
}

#href_logo {
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
	width: 170px;
	height: 45px;
}

#telo {
	position: relative;
	text-align: left;
	height: 1%; /* fixed for IE7 */
}

#telo-in {
	margin: 0 10px 0 0;
}

#content {
	float: right;
	padding: 65px 0 0 0;
	width: 500px;
	margin: 0 0 40px 0;
}

#panel {
	width: 200px;
	float: left;
}

#panel-in {
	margin: 10px 10px 40px 20px;
	border-bottom: 1px solid #f0f0f0;
}

#zapati {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 38px;
	width: 100%;
	background: #fff url(img/bg_zapati.jpg) no-repeat left top;
}
/* /layout - zaklad */

/* layout - special */
#main {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 720px;
	background: #fff url(img/bg_novinky.jpg) repeat-y left top;
}

body>#extra-header>#main {
	height: auto;
	min-height: 100%;
	border-bottom: 1px solid #fff;
}

#extra-header {
	position: relative;
	height: 100%;
}

body>#extra-header {
/*	height: auto;*/
	min-height: 100%;
}

#search_form {
	margin: 10px 0 0 0;
	padding: 0 110px 0 0;
	float: right;
}

#search_form .searchbox {
	width: 15ex;
}

#search_form .button {
	border: 1px solid #000;
}

#cesta {
	text-align: right;
	color: #aaa;
	font-size: 85%;
	margin: 0 0 5px 0;
}

#cesta a {
	color: #aaa;
}

#en_switch, #cz_switch {
	position: absolute;
	background: #fff url(img/en_switch.gif) no-repeat left top;
	width: 89px;
	height: 22px;
	right: 5px;
	top: 9px;
}

#cz_switch {
	background: #fff url(img/cz_switch.gif) no-repeat left top;
}

#en_switch a, #cz_switch a {
	position: absolute;
	display: block;
	top: 3px;
	left: 10px;
	height: 13px;
	width: 65px;
}

#zahlavi-in span, #menu span {
	display: none;
}

#mnu_shop2, #mnu_shop3 {
	position: absolute;
	right: 11px;
}

#mnu_shop2, #mnu_shop2 a,
#mnu_shop3, #mnu_shop3 a {
	width: 106px;
	height: 45px;
	display: block;
}

#mnu_shop2 {
	top: 64px;
	background: url(img/mnu_ekoshop.jpg) no-repeat right top;
}

#mnu_shop2 a:hover {
	top: 64px;
	background: url(img/mnu_ekoshop.jpg) no-repeat left top;
}

#mnu_shop3 {
	top: 109px;
	background: url(img/mnu_mikroshop.jpg) no-repeat right top;
}

#mnu_shop3 a:hover {
	top: 109px;
	background: url(img/mnu_mikroshop.jpg) no-repeat left top;
}

a.more, a.more:hover {
	color: #f8a116;
}

#content table {
	border-collapse: collapse;
	border: 1px solid #cecece;
}

#content table td, #content table th {
	padding: 3px 5px;
}

#homelink {
  display: block;
  position: absolute;
  top: 64px;
  left: 12px;
  height: 89px;
  width: 590px;
}

#homelink span { display: none }
/* /layout - special */

/* news */
.news {
	margin: 0 0 2em 0;
}

.nw_title {
	font-size: 100%;
	margin: 0.5ex 0 1.5ex 0;
}

.nw_title a, .nw_title a:hover {
	color: #000;
}

.nw_datum {
	color: #5b8cd9;
}
/* /news */

/* search */
#searchhead {
	margin: 2ex 0 0 0;
}

#searchresults {
}

.searchitem {
	margin: 0 0 1ex 0;
}

.vypiskat { /* vypis kategorii hledani */
	font-size: 90%;
	text-align: center;
	width: 9ex;
	float: left;
	padding-right: 5px;
}

.vk_eko {
	color: #4eba26;
}

.vk_flexo {
	color: #00f;
}

.vk_mikro {
	color: #d5b347;
}
/* /search */

/* eshop */
.eshop_edit_item,
.eshop_edit_group {
	display: block;
}

.eshop_edit_item a,
.eshop_edit_group a {
	color: #f00;
	font-weight: bold;
}

.tn_foto {
	float: right;
	margin: 15px 0 5px 0;
}

.tn_fotogalerie {
	float: right;
}

.tn_fotogalerie img {
	display: block;
	margin: 0 0 10px 10px;
}

#eshop_doporucujeme {
	text-align: center;
	padding: 3px;
}

table.eshop_zbozi thead td, table.eshop_zbozi thead  th {
	background: #eee;
}

table.eshop_zbozi td, table.eshop_zbozi th,
#eshop_tbl_group td, #eshop_tbl_group th {
	font-size: 85%;
}

table.eshop_zbozi input,
#eshop_tbl_group p, #eshop_tbl_group li {
	font-size: 100%;
}

#frm_adminfilter {
  font-size: 80%;
}

#frm_adminfilter td, #frm_adminfilter select, #frm_adminfilter input {
  font-size: 100%;
}
/* /eshop */

/* IE 5 Box Model Hack - now set properties for IE6 & Mozilla */
u {content:"\"/*"}
body, div, p, li, input, select, textarea, td, th {
	font-size: small;
}

