
/* -------------------------------- katalog list ------------------------------ */
.list-item   {
    /*height: 90px;*/
    width: 180px;
    ^width: 180px;
    /*margin-left: 6px;*/
    /*margin-bottom: 3em;*/
    float: left;
	 position: relative;  
  }
.list-item-img-box-outer { /*height: 80px;*/ text-align: center;  }
.list-item-img-box { /*width: 157px; ^width: 161px;*/ text-align: center; }
.list-image  { border: 1px solid #005757; }
.list-item-nazev  {
	color: #005757;
	text-align: center;
	padding-top: 0px;
	text-transform:uppercase;
  } 
.list-item-nazev a          { color: #005757; font-weight: bold; text-decoration: none; }  
.list-item-nazev a:link     { color: #005757; font-weight: bold; text-decoration: none; }
.list-item-nazev a:active   { color: #005757; font-weight: bold; text-decoration: none; }
.list-item-nazev a:visited  { color: #005757; font-weight: bold; text-decoration: none; }
.list-item-nazev a:hover    { color: #1D7C7C; font-weight: bold; text-decoration: none; }

  
/* ------------------------------ katalog detail ------------------------------ */
.detail-item  {
    width: 520px;
    line-height: 140%;
    font-size: 105%;
  }
.detail-item h2 {
    font-size: 120%;
  }
.detail-item-popis-box {
    width: 510px;
    padding-bottom: 2em;
  }
.detail-item-img-box {
    float: left;
    width: 506px;
    ^width: 510px;
  }
.detail-item-img  {
    border: 1px solid #005757;
  }
.detail-line-sep  {
    border-top:2px solid #cccccc;
    clear: both;
    width:510px;
  }

