/*** spolecne css pro rubriku CYKLISTE VITANI ***/

/* detail objektu */
.cvItemDetail {
  
}
.cvItemDetail h1 {
  padding: 3px 5px;
}
.cvItemDetail .cvItemDetailMainImg {
  display: inline;
  float: right;
  margin: 10px 0 10px 10px;
}
.cvItemDetail .cvItemDetailDescription {
  margin-bottom: 0.75em;
}
.cvItemDetail .cvItemDetailOthersImg img {
  margin-right: 10px;
}

/* prehled objektu v seznamu */
.cvItemList {
  background-color: #FFF;
  border-width: 2px;
  border-style: solid;
  padding: 2px;
  margin: 10px 0 0 10px;
  float: left;
  width: 196px; height: 380px;
  position: relative;
  font-size: 80%;
  line-height: 130%;
  overflow: hidden;
}
.cvItemList div, .cvItemList h1 {
  padding: 2px 5px;
}
.cvItemList h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 140%;
  height: 38px;
}
.cvItemList .cvItemListTyp {
  line-height: 100%;
}
.cvItemList .cvItemListMainImg {
  text-align: center;
  padding: 0;
}
.cvItemList .cvItemListMainImg img {
  border-width: 1px;
  border-style: solid;
}
.cvItemList .cvItemListBasicInfo {
  white-space: nowrap;
}
.cvItemList .cvItemListDescription {
  padding-top: 5px;
}
.cvItemList .cvItemListLink {
  display: inline;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bolder;
  position: absolute;
  right: 5px; bottom: 5px;
}
