/*
  box s polozkou
*/
.itembox {
  float:left;
  display:inline;
  width:177px;
  height:178px;
  margin-right:5px;
  margin-bottom:5px;
}

.itembox-large {
  height:208px;
}

.lastitembox {
  margin-right:0px;
}

.itembox h1 {
  display:block;
  width:167px;
  height:30px;
  padding:0px;
  margin:0px;
  padding-left:10px;
  font-size:110%;
  line-height:30px;
  font-weight:bold;
  background:url("../img/item-tab-top.gif") no-repeat top left;
}

.itembox h5 {
  display:block;
  width:137px;
  height:55px;
  padding:0px;
  margin:0px;
  padding-top:5px;
  padding-left:10px;
  padding-right:30px;
  font-size:100%;
  font-weight:bold;
  background:url("../img/item-tab-top-large.gif") no-repeat top left;
}

.itembox h1 .grey, .itembox h5 .grey {
  color:#666;
}

.itembox .leftbg {
  float:left;
  display:inline;
  width:8px;
  height:137px;
  background:url("../img/item-tab-left.gif") repeat-y top left;
}

.itembox img {
  display:inline;
  float:left;
  width:160px;
  height:137px;
} 

.itembox .rightbg {
  float:left;
  display:inline;
  width:9px;
  height:137px;
  background:url("../img/item-tab-right.gif") repeat-y top right;
}

.itembox .bottombg {
  width:177px;
  height:11px;
  background:url("../img/item-tab-bottom.gif") no-repeat top left;
}

/*
  developerske projekty
*/
#develop {
  padding-bottom:30px;
}

#develop .item {
  margin-bottom:20px;
}

#develop .item .itemphotos {
  float:left;
  width:256px;
}

#develop .image {
  float:left;
  border:3px solid #ddd;
  margin-bottom:10px;
}

#develop .text {
  float:right;
  width:275px;
  text-align:justify;
}

/*
  realizovane prodeje
*/
.realizovanenazev {
  font-size:110%;
  font-weight:bold;
  padding-top:10px;
}

.realizovanetext {
  font-size:90%;
}

