.sform input,select {padding:0px; margin:0px}

.sform, .sform TABLE TD, P.blue {
	font-family:  "Open Sans", sans-serif; 
	font-size: 16px; 
}

.pages tr {
	color: #fff;
	margin: 10px 0px;
}

.pages a {
	color: #fff;
}

.pages a:hover {
	color: #000;
}

.pages tr > td:nth-child(odd) {
	font-weight: 300;
	text-align: center;
	padding-right: 10px;
}

#searchform DIV.help-popup {
  position: absolute;
  z-index: 1000;
  left: 20px;
  background-color: white;
  padding: 5px;
  color: #424242;
  font-size: 16px;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.help-popup a {
    color: rgba(0, 107, 82, 1);
}

#searchform DIV#help-kateg {
  top: 110px;
}

#searchform DIV#help-nsys {
  top: 60px;
}

.tab.selected > table {
	width: 70%;
	margin: auto;
	border-spacing: 10px;
	border-collapse: separate;
}

#searchform {
	width: 80%;
	margin: auto;
}

.sform label {
  padding-left: 2px;
  padding-right: 10px;
}

#searchform  input.button {
	width: 150px;
	padding: 5px;
	background: #fff;
	color: #4b4b4b;
	border: 0;
	font-size: 0.8em;
	font-weight: 600;
	margin: 20px auto 0px;
	display: block;
	cursor: pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#searchform input.button:hover {
	background-color: #424242;
	color: #fff;
}

input.radio, input.check {
  vertical-align: middle;
}

.sform span#lpg, .sform span#cng, .sform span#kb {
  display: none;
}

DIV.utabs {
  font-size: 1em;
}

DIV.utabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

DIV.search-result {font-family: "Open Sans", sans-serif; font-size: 16px; color: #424242}
DIV.search-result h3 {font-family: "Open Sans", sans-serif; font-size: 2em; margin:5px 0px; text-align: center}
DIV.search-result h4 {font-family: "Open Sans", sans-serif; font-size: 1.5em; margin-top:5px}
DIV.search-result DIV.items { line-height: 1em }

DIV.search-result A { color: rgba(0, 107, 82, 1); text-decoration: underline;}
DIV.search-result A.green { color: green; text-decoration: underline;}

DIV.utabs li {
	cursor: pointer;
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0.3em 1em;
	background-color: white;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	color: rgba(0, 107, 82, 1);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

DIV.utabs li:hover {
	background-color: rgba(0, 107, 82, 1);
	color: #fff;
}

DIV.utabs a {
	display: block;
	padding: 0 1em;
}

DIV.utabs li.selected {
	position: relative;
	z-index: 1000;
	top: 1px;
	background-color: rgba(0, 107, 82, 1);
	color: #fff;
}

DIV.tab {
  position:relative;
  display: none;
	clear: both;
}

.tab.selected {
	display: block;
	background-color: rgba(0, 107, 82, 1);
	padding: 10px;
}

DIV.suggestion-box {
  padding: 15px;
  margin: 5px;
  background-color: white;
	border: 1px solid #ddd;
	font-size: .8em;
}

DIV.suggestion-box B {
 color: red;
}

SPAN.suggestion {
  display:inline-block;
  width: 260px;
  height: 30px;
  vertical-align:top;
}

DIV.err {
  margin: 10px;
  padding: 5px;
  border: 1px solid red;
}

P.blue {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccf;
  background-color: #eef;
}


SPAN.highlight {color: red}

select {
    border: 1px solid #CCC;
}

form input[type="text"], select {
    display: inline-block;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
	border: 0px;
}

hr {
	color: #eee;
    opacity: .5;
}

#finder_shadow {
    background: url(../images/finder_shadow.png) center;
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    margin: auto;
}

#zobraz_vyhl {
    background-color: rgba(0, 107, 82, 1);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

#zobraz_vyhl:hover {
    background-color: #424242;
}