#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;
}

/** novy boxik u otazniku ***/

#detail table td {  }
#detail table img.disabled { cursor: pointer; }
#detail table div.helpbox { position: relative;z-index: 0; }
#detail table div.helpbox-popup { display: none; position: absolute; width: 350px; padding: 50px 10px 5px 10px; top: -80px; left: 180px; background: url("../img/header-dialog.gif") repeat-x scroll left top #fff; /*border: 3px solid #A5A5A5;*/ z-index: 10; }
*:first-child+html #detail table div.helpbox-popup { padding: 60px 10px 10px 10px; }
#detail table div.helpbox-popup p { position: relative; color: #283249; font-size: 110%; line-height: 140%; padding-left: 10px; z-index: 10; }
#detail table div.helpbox-popup p strong { display: inline; }
#detail table div.helpbox-popup p a.close { display: block; position: absolute; top: -40px; right: 10px; color: #fff; text-decoration: underline; font-weight: bold; font-size: 100%; font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; cursor: pointer; }
#detail table div.helpbox-popup p a.close:hover { text-decoration: none; }

