/* Zakladne elementy */

body, input, textarea, select {
	font: 12px/170% Verdana;
	color: #494949;
}

ol, ul, p, form {
	line-height: 2.05em;
	margin-bottom: 16px;
}

/* Nadpisy */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 7px;
}

h3 {
  font-size:  105%;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px;
}

h3.block {
  font-size: 160%;
  line-height: 130%;
  margin-bottom: 7px;
  margin-top: 0px;
  font-weight: normal;
}

.content h3.block {
  margin-top: 17px;
}

h4 {
  font-size:  100%;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Odkazy */

a, p.product-box a {
	text-decoration: none;
	color: #a35719;
}

.content a, a:hover , p.product-box a:hover, .search-product-box h3 a strong, p.more-links a:hover {
	text-decoration: underline;
}

/* Formulare */

input {
	line-height: 100%;
}

fieldset.kua input, fieldset.tool input {
  width: auto;
}

fieldset {
	padding: 12px 12px 21px;
	border: 1px solid #fbf6e5;
	margin-bottom: 12px;
}

fieldset textarea, fieldset input, fieldset input[type=text] {
  width: 98%;
  padding: 1px;
}

legend {
	padding: 0 5px;
	color: #a35719;
}
	
label {
	display: block;
	font-weight: bold;
	margin: 10px 0 1px;
}

label.radio {
	display: inline;
	font-weight: normal;
	line-height: 2.6em;
}

label.radio input {
  margin: 0 3px 0 4px;
}

fieldset .description {
	font-size: 0.92em;
	margin-bottom: 8px;
	color: #898989;
}

input.button {
  padding: 0 .4em;
  overflow: visible;
}

.form-required {
	color: #ffae00;
}


/* Zoznamy */

ol {
	padding-left: 0.5em;	
}

.content ul {
	_position:relative;
}

ul {
  margin: 0;
}

ul li ul {
	margin-bottom: 3px;
}

ul li {
	padding: 0 0 0 1.5em;	
	list-style: none;
	background: transparent url(../images/menu-leaf.gif) no-repeat 1px .6em;
}

li.expanded {
	background-image: url(../images/menu-expanded.gif);
}

#right-sidebar ul {
	margin-bottom: 12px;
}


/* Tabulky */

table {
	border-collapse: collapse;
	margin: 4px 0 12px;
	font: 12px/170% Verdana;
	border: 0;
}

td, th {
	text-align: left;
	border: 0;
	border-bottom: 1px solid #fbf6e5;
	padding: 4px 4px 4px 7px;
}

th {
	padding-top: 3px;
	border-bottom-width: 2px;
}

tr.even {
  background-color: #fdfbf4;
}

