#items-list {
  float: left;
  width: 588px;
}
#items-list h1 {
  margin: 0px;
  color: rgb(255,255,255);
  padding: 2px 10px;
    font-size:14px;
}
#items-list h2 {
  margin: 0px 10px;
  padding: 2px 15px;
  font-size: 14px;
  height: 25px;
}

#items-list-footer {
  width: 588px;
  height: 4px;
  overflow: hidden;
}

.header-spacer {
  height: 20px;
  overflow: hidden;
}

.item-spacer {
  height: 4px;
  overflow: hidden;
}

.dopln-item{
	height:97px;
}

.item {
  margin: 0px 10px;
  background: rgb(255,255,255);
  font-size: 14px;
  height: 92px;
  overflow: hidden;
}

.item-left-border {
  float: left;
  width: 6px;
  height: 92px;
  overflow: hidden;
}

.item-right-border {
  float: left;
  width: 15px;
  height: 92px;
  overflow: hidden;
}

.item-content {
  float: left;
  width: 547px;
  padding: 5px 0px;
}

.preview {
  float: left;
  width: 91px;
  overflow-x: hidden;
}

.preview img {
  border: 0px;
  width: 80px;
  height: 80px;
}

.preview2 {
  float: left;
  width: 91px;
  overflow-x: hidden;
}

.preview2 img {
  border: 0px;
  width: 60px;
  height: 60px;
}

.listing {
  margin: 0px;
  padding: 15px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.listing a {
  text-decoration: underline;
}

.listing a:hover {
  color: rgb(0,0,0);
}

#section-menu {
  width: 128px;
}

#section-menu h2{
margin: 0px;
}

#section-menu h2 a{
  font-size: 12px;
  color: rgb(255,255,255);
  margin: 0px 10px 4px 10px;
  padding: 0px 0px 0px 16px;
  background: url(http://www.superhry.cz/design/mobil/odrazka-menu-big.gif) no-repeat left center;
}

#section-menu a {
  display: block;
  margin: 0px 10px;
  padding: 0px 0px 0px 16px;
  background: url(http://www.superhry.cz/design/mobil/odrazka-menu-small.gif) no-repeat left center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#section-menu a:hover {
  color: rgb(255,255,255);
}

#section-menu a.active {
  background: url(http://www.superhry.cz/design/mobil/odrazka-menu-big.gif) no-repeat left center;
  color: rgb(255,255,255);
}

#section-menu-top {
  width: 128px;
  height: 6px;
  overflow: hidden;
}

#section-menu-bottom {
  width: 128px;
  height: 6px;
  overflow: hidden;
  margin-bottom: 4px;
}

