div.inline {
  display: inline-block;
}
div.headerLeft {
    float: left;
    top: 20px;
    margin-left: 100px;
    width: 220px;
    height: 45px;
}
div.headerRight {
    float:right;
    top: 20px;
    margin-right: 50px;
    width: 210px;
    height: 45px;
}
div.clear {
  clear:both;
}
div.block {
  margin-top: 50px;
}
div.menu {
  float:left;
  margin-left: 130px;
  width: 200px;
  height: 200px;
}
div.title {
  float:right;
  width: 450px;
  height: 200px;
  margin-right: 150px;
}
span.title {
  font-size: 48;
}
span.current {
  color: orange;
}
a:visited {
    text-decoration: none;
    decoration: none;
}
a {
  color: black;
}
div.nextItem {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 240px;
  height: 350px;
  text-align:center;
  cursor: pointer;
}
span.itemText {
  font-size:28;
  color: black;
}
img.itemImg {
  width: 220px;
}
div.bottom {
  float: left;
  margin-top: 100px;
  margin-left: 100px;
  height: 60px;
}
a.bottom {
  text-decoration:none;
}
img.bottom {
  width: 15px;
}
div.designer {
    cursor: pointer;
}
div.itemsBlock {
  margin-left:90px;
}
