#newsSection h2 {
  color: #EF3824;
}

#newsSection h2 a {
  color: #EF3824;
  text-decoration: none;
}

#newsSection h2 a:hover {
  text-decoration: underline;
}


#settings .content {
  background-color: white;
  padding: 8px;
  font-size: 75%;
}

#translation .lang_sk {
  background-image: url(images/trans-flag-sk.gif);
}

#translation .lang_cs {
  background-image: url(images/trans-flag-cs.gif);
}




.banner { 
  width: 550px;
  height: 250px;
  background-color: transparent;
  top: 0px;
  left: 0px;
  position: absolute;
  border: none;
}

.banner .content {
  position: relative;
}


.banner .closeButton { 
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 25px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-image: url(images/spacer.gif);
  border: none;
  cursor: pointer;
}

.banner img {
  border: none;
}

#productDescription ul {
  background-color: #efefef;
}


#registerUser table { width: 500px; }
#registerUser table th { width: 25%; white-space: nowrap; }
#registerUser table td { width: 75%; font-size: 11px; }
#registerUser table td input { width: 75%; }


#logosBox {
  font-size: 11px;
}

#logosBox .item {
  padding: 0px 0px 0px 0px;
}

#logosBox a {
  color: black;
  text-decoration: none;
}

#logosBox img {
  float: none;
  width: auto;
  height: auto;
  border: none;
  margin: 0px;
}

