#globalSearch img {
  cursor: pointer
}

#globalSearch {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border-top: 1px #BECFE1 solid;
  border-left: 1px #BECFE1 solid;
  border-right: 1px #BECFE1 solid;
  background-color: #E9F3FC;
  background-image: url(../../../../img/matrace/bg-center-search.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  clear: both;
}

#globalSearch-bottom {
  height: 18px;
  background-image: url(../../../../img/matrace/bg-center-search-bottom.jpg);
	background-repeat: no-repeat;
  clear: both;
}

#mainDiv {
  margin: 55px 35px 20px 35px;
  border: 0px red solid;
}

#mainKat1, #mainKat2 {
  position: relative;
  float: left;
  margin-right: 30px;
  border: 0px red solid;
}

.singleLeft {
  color: #4C4C4C;
  padding-top: 10px;
  padding-bottom: 2px;
}

.singleRight select {
  padding: 1px;
  width: 270px;
}

.nebo {
  font-style: italic;
  border: 0px red solid;
}

#otherDiv {
  position: relative;
  width: 550px;
  border: 0px red solid;
  margin-left: 35px;
}

#otherDiv-in {
  border: 0px blue solid;
}

#otherDiv-in div {
  position: relative;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  padding: 1px 15px 1px 0px;
  border: 0px red solid;
}

#otherDiv-in div a {
  text-decoration: none;
}

#otherDiv-in div a:hover {
  color: #000000;
  text-decoration: none;
}

.globalSearch-button {
  position: relative;
  float: right;
  top: -25px;
  border: 0px red solid;
  padding-right: 34px;
}