/* boxy.css */
#boxes-container {
  width: 224px;
  background: url(/images/boxy-top.gif) no-repeat;
  padding-top: 33px;
}

#boxes-container table {
  clear: none;
}

#boxes-container img {
  border: 0;
}

#boxes-container h4 {
  margin: 0;
  background: white url(/images/left-head.gif) no-repeat 6px 2px;
  height: 36px;
  width: 217px;
  color: white;
line-height: 44px;
overflow: hidden;
text-align: center;
}

#boxes {
  width: 224px;
  background: url(/images/left-back.gif) repeat-y;
  padding-bottom: 20px;
  min-height: 500px;
  _height: 500px;
}

#boxes div {
  padding-bottom: 10px;
}

#box-navigacia ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.8em;
  font-size: 90%;
}

#box-navigacia .ul-holder, .box-text {
  margin-left: 20px;
  padding: 10px;
  width: 175px;
  background: #B6C9DE;
  border: 1px solid white;
}

#box-navigacia ul li a {
  margin: 0;
  color: #000E68;
  background: url(/images/mesiacik-1.gif) no-repeat;
  padding-left: 15px;
}

#box-navigacia ul li ul li a {
  margin: 0;
  color: #000E68;
  background: url(/images/mesiacik-2.gif) no-repeat;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 95%;
}

.button-left {
x  border: 1px solid red;
}

.box-text div a {
  display: block;
  margin: 2px;
  padding: 2px;
  width: 70px;
  border: 1px solid red;
  text-align: center;
}

.box-text .button-left, .box-text .button-right {
  float: left;
  padding: 0 !important;
}

.checked a {
  background: white;
}

.one-box {
  clear: left;
}
