* {
	padding:0;
	margin:0;
}

body {
	background: url('img/pozadi.jpg') no-repeat top; 
  background-attachment: fixed;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #3C3C3C;
	text-align:center;
}

#pozadi {
	margin: 0px; padding-top: 25px;
}

body ol {
	margin: 10px 5px 10px 25px;
}

body ol li  {
	margin: 6px 0px;
	text-align: justify;
}

/* Category tree */

div.tree_top {
	background:url('img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }


/* global style */

a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h1 {
  width: 554px;
	font-size: 1.1em;
	line-height:1.6em;
	padding: 2px 8px 0px 8px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E9E9E9;
	background: transparent url('img/title_bg.gif') no-repeat top left;
	height: 21px;
}
h2 { font-size: 1.3em; font-weight: bold; margin-top: 0.7em; color: black; }
strong { color: black; }
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.2em; margin: 1em 7px; }
h4 { font-size: 1em; }

/* global layout */

#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align:left;
	padding: 0px;
}

#logo {
	width: 29%;
	margin-top:0.5em;
	float: left;
}

#header {
	height: 288px;
	width: 980px;
	text-align: left;
	margin: 0px auto 5px auto; _margin: 0px auto 0px auto;
	padding: 0px;
}

#headbann {
  clear: both;
  position: relative;
  top: -20px;
	height: 192px;
	width: 978px;
	text-align: left;
	margin: 0px auto 5px auto; _margin: 0px auto 0px auto;
	padding: 0px;
}

a.flag {
  float: right;
	margin: 0 0 0 10px;
}

#left_column, #center_column, #right_column {
	float:left;
}

#left_column {
	clear:left;
	width:190px;
	padding: 0px 13px 0px 0px;
}

#center_column {
	width: 570px;
	padding: 0px 0px 14px 0px; 
  margin: 0 0 30px 0;
  background: #FAABAB url('img/center_column_bottom.gif') no-repeat bottom;   
  text-align: justify;
}

#center_column .vnitrek {
	margin: 0px 7px 0px 7px;
}

#center_column table {
	margin: 0px 7px 0px 7px;
}

#center_column ul.obs {
	margin: 10px 5px 10px 25px;
}

#center_column ul.obs li {
	margin: 6px 0px;
	text-align: justify;
}


#right_column {
	width: 190px;
	padding-left: 13px;
}


/* global form style */

form.std {
	clear: both;
	width:541px;
}
form.std h3 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	padding: 6px 0px 0px 0.5em;
	letter-spacing: 0.15em;
	color: white;
	margin: 0px;
	background: #FAABAB url('img/table_header.gif');
	height:19px;
}

form.std fieldset {
  border: 0px;
	background: #E41C26;
	margin-bottom: 1em;
	background: #E41C26 url('img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 15px;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
  color: black;
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: black;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}





/* Footer */

#footer {
	border-top: 1px solid #3E3E3E;
	padding: 0.5em 0;
	clear: both;
	text-align: center;
}
#footer p { margin-bottom: 6px; list-style: none; color: #E6E6E6; }
#footer li a, #footer p a { text-decoration:none; color: #AAAAAA; }
#footer li a:hover, #footer p a:hover { text-decoration: underline; color: #000000; }
#footer li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0px 2px 0px 4px;
}
#footer li.first_item {
	border: none;
	padding-left: 0px;
}

/* Default block style */

div.block {
	margin-bottom: 1em;
	width: 190px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
	background: transparent url('img/block_footer.gif') no-repeat bottom left;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.1em;
	padding-left:0.5em;
	padding-top:3px;
	line-height:1.5em;
	letter-spacing: 0.15em;
	color: #E9E9EB;
	height: 21px;
  margin: 0px;
	background: url('img/block_header.gif') no-repeat top left;
}

div.block h4 a { color: #E9E9EB; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; color: black; }
div.block h4 a:hover { color: #E9E9EB; }
#left_column div.block  a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px solid #DF7671;
	border-right: 1px solid #DF7671;
	background: #C52623 url('img/menu.jpg') repeat-x top;
	padding: 3px 0px 1px 0px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: white;
	text-decoration: none;
}



/* block in the center column */

#center_column p { margin: 0px 10px 0px 12px; padding: 5px 0px 0px 0px; }
#center_column p.domu { clear: both; margin: 0px 10px 0px 12px; padding: 5px 0px 0px 0px; }
#center_column h2 { margin: 10px 10px 1px 12px; padding: 0px; }
#center_column ul { margin: 0px 1px; }
#center_column ol { margin: 10px 10px 5px 30px; }
#center_column div.block { width: 536px; margin:auto;}
#center_column div.block h4 {
	background: transparent url('img/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
}

/* Block categories */

div#categories_block_left ul.tree { padding-left:0.5em; padding-top: 4px;}
div#categories_block_left ul.dhtml{ display:none; }
div#categories_block_left ul.tree li {
	border:none;
	padding: 0px 5px 5px 5px;
	background: none;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:1.2em;
}
div#categories_block_left ul.tree li ul li{
	padding-left:10px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:0;
	color: white;
}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
	color: #000000;
}
div#categories_block_left ul.tree a.selected{
	color: #000000;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:9px;
	height:15px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('img/icon/less.gif'); }
div#categories_block_left span.CLOSE{ background-image: url('img/icon/more.gif'); }

body#category #subcategories li {
	margin-right:10px;
} 	  
div.cat_desc { margin:0 1em; }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

#partneri img {
	margin: 0px 0px 10px 45px;
}

.vyroba_info {
  float: left;
	margin: 0px 7px 10px 14px;
	padding: 0px;
	width: 555px; _width: 525px;
}

.vyroba_info img {
	float: left;
}

.vyroba_info p {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 332px; _width: 290px;
}

.vyroba_info img {
	margin-top: 6px;
}

/* Printable version */

@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, div#header, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

table {
	_font-size: 11px;
}