#detail .product{
  float: right;
  border: 1px solid #005792;
  margin:  0 0 1em 1em;
}


table.atrib{
  font-size: 100%;
  color: #575857;
  width: 100%;
  font-size: 80%;
  border-collapse: collapse;
  margin-top: 10px;
}


table.atrib tr.light{
  background: #E4E4E4;
}


table.atrib tr.dark{
  background: #D9D9D9;
}

h2{
  font-size: 90%;
}

h2 span{
  font-weight: normal;
}


.detail-cena{
  margin-top: 15px;
  border-top: 1px solid #00558E;
  padding-top: 18px;
}


.detail-cena .cena{
  font-size: 110%;
  font-weight: bold;
  color: #00558E;
}

.detail-top{
  min-height: 160px;
}

.info-k-selectoru{
  border: 1px solid #9E9E9E;
  background: #F7F4BB;
  margin: 10px 0;  
  font-size: 80%;
  padding: 5px; 
}

.info-k-selectoru a {
  color: black;
  text-decoration: none;
}

.detail-top .desc{
  font-size: 85%;
  text-align: justify;
}

a.filetype{
  margin-top:10px;
  color:#444444;
}