html
{
  height: 100%;
  min-height: 100%;
}

body    
{ 
  background: #000 url(../images/background.jpg) top left repeat-x; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 70%/1.5 tahoma, arial; 
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 100%;
  line-height: 15px;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h1
  {
    font-size: 2em;
    margin: 0 0 0 -20px;
    padding: 0 0 10px 25px;
    font-variant: small-caps;
    text-align: left;
    color: #368;
  }
  
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }

  h2
  {
    color: #000;
    margin: 0 0 10px 0; 
    padding: 0;
    text-align: left;
    font-size: 1.2em;
  }


  img
  {
    border: none;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .red
  {
    color: #d00000;
  }  
  
  .green
  {
    color: #00ff00;
  }
  
  .center
  {
    text-align: center;
  }

  a
  {
    color: #D52F2F;  
  }
 
    a:hover
    {
      color: #FF7070;  
    }


  hr
  {
    clear: both;
    height: 1px;
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    overflow: 0;
    border: none;
    border-bottom: 1px dotted #ccc;
  }


/* konec: obecne tridy */    


  #page
  {
    width: 706px;
    padding: 0 72px;
    _padding: 0 61px 0 72px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/page.jpg) top left repeat-y;
    _height: 100%;
    min-height: 100%;
  }



  #header
  { 
    position: absolute;
    width: 850px;
    margin-left: -72px;
    height: 180px;
    background: url(../images/header.jpg) left top no-repeat;
    border-top: none;
    border-right: none;
  }   


  #middle
  {
    padding: 50px 0 20px 0;
  }

  /* obsah stranky*/
    #content
    {
      padding: 230px 30px 20px 30px;
      text-align: justify;
    }


      
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content ul#install
      {
        list-style-type: decimal;
      }
      
        
      #content p.detail
      {
        background: #eee;
        border: 1px solid #edd;
    
      }
      
      #content p.detail:first-letter 
      {
        color: #368;
        font-size: 2em;
        padding-right: 1px;
      }
      
      
  /* konec obsah stranky */
  

  #right
  {
    float: right;
    width: 180px;
    padding: 0px 20px 0 0;
  }
  
    #right div.box
    {
      font-size: .9em;
      padding: 0px;
      color: #5673AC;
      border: 1px solid #C4D1EA;
      background: url(../images/box.jpg) top left repeat-x;
      margin-bottom: 20px;
      overflow: hidden;
    }
    
    #right div.box h2
    {
      color: #334E84;
      height: 28px;
      line-height: 28px;
      padding: 0 10px 0 10px;
      margin: 0;
      overflow: hidden;
      border-bottom: 1px solid #C4D1EA;
    }
    
    #right div.box p
    {
      margin-top: 0;
      padding: 10px;
    }
  
  
    #left img
    {
      border: none;
    }

    #left a
    {
      display: block;
      float: left;
      width: 80px;
      height: 60px;
      overflow: hidden;
      margin: 4px 6px 4px 6px;
      border: 1px solid #003C1A;
    }

    #left a:hover
    {
      border: 1px solid #d00000;
    }

  /* menu */
  #menu
  {
    background: none;
    position: absolute; 
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 100px;
    top: 119px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    width: 750px;
  }

    #menu li
    {
      float: left;
    }
    
    #menu a
    {
      float: left;
      line-height: 20x;    
      display: block;
      border-right: 1px solid #fff;
      height: 20x;
      padding: 0 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
      font-weight: bold;
      overflow: hidden;
    } 

    #menu a.last
    {
      border: none;
    }   
    
      #menu a:hover
      {
        background: #272727;
        color: #fff;
      }
         
      #menu a.last
      {
        border: none;
      }
         
    #menu span
    {
      float: left;
      line-height: 20px;    
      display: block;
      height: 20px;
      padding: 0 10px 0 10px
      font-size: 15px;
      font-weight: bold;
      color: #fff;
    } 
  /* konec: menu */  
 

  #menu li ul.submenu
  {
    float: none;
    position: absolute;
    margin: 20px 0 0 -1px;
    list-style-type: none;
    background: #f7f7ff;
    padding: 0;
    border-bottom: none;
    _width: 0;
    overflow: visible;
    line-height: 22px;
    border-bottom: none;
    border-top: 1px solid #fff;
    visibility: hidden;
  }
  
    #menu li ul.submenu li
    {
      float: none;
      margin: 0;
      padding: 0;
    }

      #menu li ul.submenu li a
      {
      float: none;
        height: 22px;
        line-height: 22px;
        background: url(../images/menu-a.jpg) 5px center no-repeat;
        color: #000;
        float: none;
        border: none;
        border: 1px solid #7893CA;
        border-top: none;
        padding-left: 16px;
        font-size: 11px;
        width: 100px;
      }

      #menu li ul.submenu li a:hover
      {
        background: #5673AC url(../images/menu-a-hover.jpg) 5px center no-repeat;
        color: #fff;
      }
      
      

      
  /* paticka */
    #footer
    {
      position: relative;
      height: 18px;
      width: 686px;
      background: #000 url(../images/footer.jpg) center top repeat-y;
      color: #fff;
      line-height: 18px;
      margin: -20px auto;
      overflow: hidden;
      font-size: .9em;
      text-align: right;
      padding: 0 10px;
      border-top: 2px solid #000;
      clear: both;
    }    

    #footer a
    {
      color: #fff;
    }

      #footer a:hover
      {
        color: #d00;
      }

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 0;
    width: 706px;
    height: 115px;
  }
  
  
/* uvodni stranka */
  
  #products
  {
    list-style-type: none;
  }
  
    #products li
    {
      list-style-type: none;
      width: 290px;
      height: 300px;
      overflow: hidden;
      float: left;
    }
  

    #products li.bsh
    {
      width: 290px;
      text-align: center;
      float: none;
      clear: both;
    }
    
    #products li a
    {
      display: block;
      width: 290px;
      height: 300px;
      overflow: hidden;
      background-position: 0px 0px;
      background-repeat: no-repeat;
    }

    #products li a:hover
    {
      background-position: -300px 0px;
    }

    #products li a.DoonioGamster
    {
      background-image: url(../images/title-doonio-gamster.jpg);
    }  

    #products li a.DoonioTeka
    {
      background-image: url(../images/title-teka.jpg);
    }  

    #products li a.DoonioCube
    {
      background-image: url(../images/title-doonio-cube.jpg);
    }  

    #products li a.DoonioEntra
    {
      background-image: url(../images/title-doonio-entra.jpg);
    } 

    #products li a.DoonioX
    {
      background-image: url(../images/title-doonio-x.jpg);
    } 
    
    #products li a.StormBlueA10
    {
      background-image: url(../images/title-a10.jpg);
    }  
    
    #products li a.ace
    {
      background-image: url(../images/title-doonio-ace.jpg);
    }
    
    #products li a.StormBlueH11
    {
      background-image: url(../images/title-h11.jpg);
    }
    
    #products li a.a9
    {
      background-image: url(../images/title-a9.jpg);
    }  
  
    #products li a.emp600
    {
      background-image: url(../images/title-emp600.jpg);
    }  
    
    #products li a.a700
    {
      background-image: url(../images/title-a700.jpg);
    }  
  
    #products li a.r4
    {
      background-image: url(../images/title-r4.jpg);
    }  
    
    #products li a.pebble
    {
      background-image: url(../images/title-pebble.jpg);
    }  
    
    #products li a.forty
    {
      background-image: url(../images/title-forty.jpg);
    }  
    
    #products li a.forty-ali
    {
      background-image: url(../images/title-forty-ali.jpg);
    }  
    
    #products li a.mystick
    {
      background-image: url(../images/title-mystick.jpg);
    }  
    
    #products li a.x5
    {
      background-image: url(../images/title-x5.jpg);
    }  
    
    #products li a.x6
    {
      background-image: url(../images/title-x6.jpg);
    }  
    
     #products li a.tritty
    {
      background-image: url(../images/title-tritty.jpg);
    }  
   
     #products li a.portapro
    {
      background-image: url(../images/title-portapro.jpg);
    }  
   
    #products li a.spark
    {
      background-image: url(../images/title-spark.jpg);
    }     
   
    #products li a.cx300
    {
      background-image: url(../images/title-cx300.jpg);
    }    
   
    #products li a.e10
    {
      background-image: url(../images/title-doonio-e10.jpg);
    }    
   
    #products li a.e20
    {
      background-image: url(../images/title-doonio-e20.jpg);
    }    
   
    #products li a.s2
    {
      background-image: url(../images/title-doonio-s2.jpg);
    }    
   
    #products li a.mch
    {
      background-image: url(../images/title-doonio-mch.jpg);
    }    
   
    #products li a.viva
    {
      background-image: url(../images/title-viva.jpg);
    }    
    #products li a.piko
    {
      background-image: url(../images/title-piko.jpg);
    }    
    #products li a.naut
    {
      background-image: url(../images/title-doonio-naut.jpg);
    }   
  #products li a.swift
    {
      background-image: url(../images/title-doonio-swift.jpg);
    }   
  
  #products li a.prime
    {
      background-image: url(../images/title-doonio-prime.jpg);
    }   
  #products li a.tynman
    {
      background-image: url(../images/title-doonio-tynman.jpg);
    }  
  #products li a.quanto
   {
     background-image: url(../images/title-doonio-quanto.jpg);
   }
  #products li a.x7
   {
     background-image: url(../images/title-doonio-x7.jpg);
   }
  #products li a.maxian
   {
     background-image: url(../images/title-doonio-maxian.jpg);
   }
  #products li a.x-game
   {
     background-image: url(../images/title-doonio-xgame.jpg);
   }
  #products li a.echo
   {
     background-image: url(../images/title-doonio-echo.jpg);
   }
  
  #products li a.naut2
   {
     background-image: url(../images/title-doonio-naut2.jpg);
   }
    
  #products li a.tivu
   {
     background-image: url(../images/title-doonio-tivu.jpg);
   }

  #products li a.esistem
   {
     background-image: url(../images/title-doonio-esistem.jpg);
   }

  #products li a.dt2
   {
     background-image: url(../images/title-doonio-dt2.jpg);
   }

  #products li a.echo2
   {
     background-image: url(../images/title-doonio-echo2.jpg);
   }

  #products li a.scart
   {
     background-image: url(../images/title-doonio-scart.jpg);
   }
  
  #products li a.tynman2
   {
     background-image: url(../images/title-doonio-tynman2.jpg);
   }
  
  #products li a.x4
   {
     background-image: url(../images/title-doonio-x4.jpg);
   }

  #products li a.s521
   {
     background-image: url(../images/title-doonio-s521.jpg);
   }


  #products li a.evos
   {
     background-image: url(../images/title-doonio-evos.jpg);
   }

 
  #products li a.tvframe840
   {
     background-image: url(../images/title-doonio-tvframe840.jpg);
   } 


  #products li a.pmp
   {
     background-image: url(../images/title-doonio-pmp.jpg);
   } 



  #products li a.vgadvbtbox
   {
     background-image: url(../images/title-doonio-vga_dvbt_box.jpg);
   } 



  #products li a.venti
   {
     background-image: url(../images/title-doonio-venti.jpg);
   } 



  
/* konec: uvodni stranka */


  
  #gallery a
  {
    display: block;
    width: 67px;
    height: 50px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    float: left;
    border: 1px solid #C8C097;
  }
  
    #gallery a:hover
    {
      border: 1px solid #005826;
    }
  
    #gallery img
    {
      margin: 0;
      padding: 0;
      border: none;
    }  
    
    
  #copyright
  {
    width: 700px;
    text-align: right;
    padding: 0 30px 0 30px;
    margin: -5px auto;
  }
  
    #copyright a
    {
      font-size: .9em;
      color: #000;
      text-decoration: none;
    }

    #copyright a:hover
    {
      text-decoration: underline;
    }
    
#ad-ff
{
  width: 180px;
  height: 52px;
  background: url(../images/ad-ff.jpg);
}


  #links
  {
    
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 15px;
    aoverflow: hidden;
} 

    #links li
    {
    padding: 0;
    margin: 0;
    }
    
    #links a
    {
      afloat: left;
      height: 15px;
      line-height: 15px;    
      display: block;
      awidth: 143px; 
      padding: 0 10px 0 10px;
      acolor: #44c;
      atext-decoration: none;
      margin: 0;
      overflow: hidden;
    } 
  
      #links a:hover
      {
        atext-decoration: underline;
      }
         
      #menu a.last
      {
        border: none;
      }

  #no_js_submenu
  {
    position: absolute;
    list-style-type: none;
    padding: 0;
    top: 175px;
    margin: 0;
    padding: 0 25px 0 25px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    width: 710px;
    background: #fa5;
} 

    #no_js_submenu li
    {
      float: left;
      padding: 0;
      margin: 0;
    }
    
    #no_js_submenu a
    {
      float: left;
      height: 20px;
      line-height: 20px;    
      display: block;
      awidth: 143px; 
      padding: 0 25px 0 0;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      margin: 0;
      overflow: hidden;
    } 
  
      #no_js_submenu a:hover
      {
        text-decoration: underline;
      }





/* novinky */

  .news
  {
    border-bottom: 1px solid #ccddff;
  }
  
  .news_date
  {
    font-size: .9em;
  }
  
  .news h3
  {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .news img
  {
    float: left;
    border: 1px solid #655;
    padding: 5px;
  }
  
  .news_text
  {
    afloat: right;
    awidth: 380px;
  }
  
  .news_text_adm
  {
    afloat: right;
    awidth: 360px;
  }
  
  
/* konec novinky */





  
  .program_week
  {
    margin: 20px 0 20px 0;
    border: 1px solid #655;
    border-top: none
  }
  
  .big
  {
    font-size: 1.4em;
    line-height: 20px;
  }
  
  
  .program_day
  {
    clear: both;
    border-top: 1px solid #655;
    padding: 2px;   
  }
  
  
  .program_time
  {
    float: left;
    width: 65px;
  }
  
  .program_text
  {
    float: right;
    width: 425px;
  }




/* seznam galerii */

  .gallery_list img
  {
    margin-right: 10px;
    border: 1px solid #655;
    padding: 5px; 
  }

  
  .gallery_list
  {
    line-height: 95px;
    height: 95px;
    overflow: hidden;
  }

  .gallery_list a
  {
    font-size: 1.2em;
    text-decoration: none;
  }
  
  span.time
  {
    font-size: .9em;
  }

/* konec: seznam galerii */  




  
  
/* galerie */
  
  .gallery
  {
  }
  
    .gallery h2
    {
      color: #666;
      margin: 0 0 20px 0;
    }       
    
    .gallery div.time
    {
      color: #666;
      font-size: .9em;
    }
    
    .gallery a
    {
      display: block;
      text-align: center;
      width: 105px;
      height: 80px;
      padding: 4px;
      border: 1px solid #C4D1EA;
      float: left;
      overflow: hidden;
      margin: 5px;
    }
    
    .gallery a:hover
    {
      border: 1px solid #f00;
    }
    
    
    
/* konec: galerie */


  #photo h2
  {
    color: #666;
    margin: 0 0 20px 0;
  }       
   
    .gallery div.time
    {
      color: #666;
      font-size: .9em;
    }


  #photo img
  {
    border: 1px solid #655;
    padding: 5px; 
  }
  
  
  .paging
  {
    text-align: center;
    margin: 5px;
  }     


  #banner
  {
    position: relative;
    clear: both;
    text-align: center;
    height: 70px;
    float: none;
    margin: 10px auto;
    width: 470px;
  }









.news_item
{
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.news_text
{
  text-align: justify;
}

#news_image
{
  float: right;
  margin: 0 10px 0 10px;
  padding: 10px;
  border: 1px solid #ddd;
}

.clear_both
{
  clear: both;
}

.termin
{
  font-size: .8em;
  margin: -10px 0 10px 0;
  font-weight: bold;
}

.center
{
  text-align: center; 
}

.paging
{
  text-align: center;
}













/* administrace */
#calendar_from
{
  top: 260px;
  _top: 275px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#calendar_to
{
  top: 285px;
  _top: 300px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#time_select
{
  position: absolute;
  top: 260px;
  _taop: 345px;
  color: #444;
  background: #e4efff;
  width: 250px;
  height: 305px;
  margin-left: 150px;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #C4D1EA;
}

  #time_select a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #time_select a:hover
  {
    text-decoration: underline; 
  }  
  

#cal_tab
{
  text-align: left;
  margin: 10px 40px 10px 40px;
}

#calendar_table
{
  text-align: center;
  width: 170px;
  height: 170px; 
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#calendar_table th       
{
  border-right: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}


#calendar_table td
{
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 20px;
  line-height: 20px;
  width: 50px;
  overflow: hidden;
}

  #calendar_table a
  {
    color: #f00;
    text-decoration: none;
  }
  
  #calendar_table a:hover
  {
    text-decoration: underline; 
  }  
  
  
#hour
{
  width: 20px;
}

#minute
{
  width: 20px;
} 

.float_left
{
  float: left;
}

.float_right
{
  float: right;
}

.margin-right
{
  margin-right: 10px;
}

form
{
  border: 1px solid #666;
  padding: 10px;
 awidth: 620px; 
}

label
{
  display: block;
  float: left;
  clear: both;
  width: 140px;
  margin-bottom: 5px;
  color: #000;
}
  
  input
  {
    border: 1px solid #666;
    margin-bottom: 5px;
    background: #eaeeee;
    color: #000;
  }
  
  .textarea
  {
    border: 1px solid #666;
    margin-bottom: 15px;
    color: #000;
    background: #eaeeee;
    width: 390px;
    height: 200px;
  }

  #address
  {
    height: 100px;
  }

  .radio
  {
    width: 20px;
    border: none;
    padding: 0;
    margin: 0;
  }

  .checkbox
  {
    width: 20px;
    border: none;
    padding: 0;
    margin: 0;
  }

  .no_border
  {
    border: none;
    background: #fff;
  }

  
.red
{
  color: #f00;
}



#forum_tree
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#forum_tree li
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#forum_tree ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: url(../images/tree.jpg) left top repeat-y;
}

#forum_tree li.child
{
  padding: 0 0 0 20px;
  margin: 0;
  background: url(../images/child.jpg) left top no-repeat;
}


#forum_tree li.last
{
  background: url(../images/child-last.jpg) left top no-repeat;
}

#forum_tree li.disc-full
{
  border-top: 1px solid #666;
  margin: 10px 0 40px 0;
  padding: 0;
  background: none;
}

#forum_tree li.disc-full ul
{
  background: none;
  margin: 0 0 0 0;
  padding-left: 25px;
  background: url(../images/child-last.jpg) top left no-repeat;
}

#forum_tree li.disc-full div
{
  padding: 0 10px 0 10px;
}

#forum_tree li.disc-full p
{
  padding: 10px;
  border: 1px solid #666;
}

#forum_tree li.disc-full h3
{
  margin: 0;
  padding: 10px;
  background: #ccc;
}



div.disc-full 
{
  background: none;
  margin-bottom: 40px;
}

.disc-full ul
{
  background: none;
}

.disc-full div
{
  padding: 0 10px 0 10px;
}

.disc-full p
{
  padding: 10px;
  border: 1px solid #666;
}

.disc-full h3
{
  margin: 0;
  padding: 10px;
  background: #ccc;
}


#map
{
  display: block;
  margin: 20px;
  width: 464px;
  height: 310px; 
  background: url(../images/map-small.jpg) top left no-repeat;
  border: 1px solid #000;
}

  #map:hover
  {
    border: 1px solid #d00000;
  }


  .pdf
  {
    padding-left: 20px;
    background: url('../images/pdf.png') left center no-repeat;
  }    
  
  .doc
  {
    padding-left: 20px;
    background: url('../images/doc.png') left center no-repeat;
  }      
  
  .pps
  {
    padding-left: 20px;
    background: url('../images/pps.png') left center no-repeat;
  }      

  .ppt
  {
    padding-left: 20px;
    background: url('../images/pps.png') left center no-repeat;
  }      

  .exe
  {
    padding-left: 20px;
    background: url('../images/exe.gif') left center no-repeat;
  }      

  .gif
  {
    padding-left: 20px;
    background: url('../images/gif.gif') left center no-repeat;
  }      

  .jpg
  {
    padding-left: 20px;
    background: url('../images/jpg.gif') left center no-repeat;
  }      

  .jpeg
  {
    padding-left: 20px;
    background: url('../images/jpeg.gif') left center no-repeat;
  }      

  .gif
  {
    padding-left: 20px;
    background: url('../images/png.gif') left center no-repeat;
  }      

  .bmp
  {
    padding-left: 20px;
    background: url('../images/bmp.gif') left center no-repeat;
  }      

  .avi
  {
    padding-left: 20px;
    background: url('../images/avi.gif') left center no-repeat;
  }      

  .mov
  {
    padding-left: 20px;
    background: url('../images/mov.gif') left center no-repeat;
  }      

  .mpg
  {
    padding-left: 20px;
    background: url('../images/mpg.gif') left center no-repeat;
  }      

  .mpeg
  {
    padding-left: 20px;
    background: url('../images/mpeg.gif') left center no-repeat;
  }      

  .mp3
  {
    padding-left: 20px;
    background: url('../images/mp3.gif') left center no-repeat;
  }      

  .mid
  {
    padding-left: 20px;
    background: url('../images/mid.gif') left center no-repeat;
  }      

  .wav
  {
    padding-left: 20px;
    background: url('../images/wav.gif') left center no-repeat;
  }      

  .rar
  {
    padding-left: 20px;
    background: url('../images/rar.gif') left center no-repeat;
  }      

  .tar
  {
    padding-left: 20px;
    background: url('../images/tar.gif') left center no-repeat;
  }      

  .gz
  {
    padding-left: 20px;
    background: url('../images/gz.gif') left center no-repeat;
  }      

  .zip 
  {
    padding-left: 20px;
    background: url('../images/zip.gif') left center no-repeat;
  }      

.member-full
{
  float: left;
  width: 240px;
  padding-right: 10px;
  overflow: hidden;
}

#product_detail_right
{
  float: right;
  width: 420px;
}

#product_detail_right p
{
  padding: 5px;
}

#product_detail_images
{
  float: left;
  width: 210px;
   text-align: center;
}

#product_detail_images
{
  width: 210px;
  overflow: hidden;
}



#product_detail_images a.img img.small
{
  padding: 5px;
  width: 110px;
  border: none;
  display: block;
  margin: 0 auto;
}

#product_detail_images a.img
{
  display: block;
  width: 120px;
  padding: 5px;
  margin-bottom: 20px;
  margin: 10px auto;
  border: 1px solid #ccc;
}

#product_detail_images a.img:hover
{
  border: 1px solid #EF9292;
}



#product_detail_files
{
  width: 210px;
  border-bottom: 1px dotted #ccc;
}

#product_detail_files div.files
{
  padding: 10px;
  text-align: left;

}

div.files a
{
  display: block;
        background: #666;
        border: 1px solid #333;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin: 8px 0;
}

div.files a:hover
{
  color: #600;
}


.detail_title
{
  border: 1px solid #fff;
  padding: 0 4px;
  clear: both;
  background: #eee;
}

.dark
{
  background: #DFDFDF;
}

.attr
{
  line-height: 20px;
  display: block;
  float: left;
  width: 110px;
  overflow: hidden; 
  font-weight: bold;
  text-align: right;
font-size: 1.1em;
}

.value
{
  line-height: 20px;
  display: block;
  float: right;
  width: 285px;
  overflow: hidden; 
  text-align: left;
  font-size: 1.1em;
} 

.price
{
  padding: 15px 5px;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 22px;
  padding-left: 20px;
  background: #eee;
  border: 2px solid #ccc;
  margin-bottom: 5px;
}

.price span
{
  display: block;
  float: left;
  width: 70px;
  color: #368;
}

.price a
{

  color: #000;
}

.price a:hover
{

  color: #a00;
}


div.label
{
  width: 100px;
  float: left;
}

div.value
{
  width: 200px;
  float: right;
}



strong
{
  font-weight: normal;
}

/* uvodni stranka */
  
  #dealers
  {
    list-style-type: none;
  }
  
    #dealers li
    {
      list-style-type: none;
      height: 102px;
      width: 297px;
      overflow: hidden;
      padding: 0;
      margin: 0;
      float: left;
    }
  

    #dealers li a
    {
      
      display: block;
      height: 100px;
      width: 295px;
      overflow: hidden;
       float: left;
      border: 1px solid #fff;
    }
    
    #dealers li a:hover
    {
      border: 1px solid #daa;
    }
    
    #dealers li a.onetwothreecz
    {
      width: 138px;
      background: url(../images/123mp3cz-logo.jpg) center no-repeat;
      float: left;
    }  
  
    #dealers li a.onetwothreesk
    {
      width: 138px;
      background: url(../images/123mp3sk-logo.jpg) center no-repeat;
    }  

    #dealers li a.emall
    {
     
      background: url(../images/logo-emall.jpg) center no-repeat;
    }  
    
    #dealers li a.mp3store
    {
     
      background: url(../images/logo-mp3store.jpg) center no-repeat;
    }  
  
    #dealers li a.hifishop
    {
     
      background: url(../images/logo-hifishop.jpg) center no-repeat;
    }  

    #dealers li a.megaobchod
    {
     
      background: url(../images/logo-megaobchod.jpg) center no-repeat;
    }  

    #dealers li a.tivis
    {
     
      background: url(../images/tivis.jpg) center no-repeat;
    } 
   #dealers li a.hshop
    {
     
      background: url(../images/logo-hshop.jpg) center no-repeat;
    } 
  #dealers li a.foxpc
    {
     
      background: url(../images/logo-fox.jpg) center no-repeat;
    } 
    #dealers li a.electrohall
    {
     
      background: url(../images/electrohall.jpg) center no-repeat;
    } 
     #dealers li a.mp3centrum
    {
     
      background: url(../images/mp3centrum.jpg) center no-repeat;
    } 
     #dealers li a.kabelmanie
    {
     
      background: url(../images/logo-kabelmanie.jpg) center no-repeat;
    } 
     #dealers li a.softcom
    {
     
      background: url(../images/logo-softcom.jpg) center no-repeat;
    } 
     #dealers li a.kasa
    {
     
      background: url(../images/logo-kasa.jpg) center no-repeat;
    } 
     #dealers li a.digiboss
    {
     
      background: url(../images/logo-digiboss.jpg) center no-repeat;
    } 
    #dealers li a.nejlevnejsiobchod
    {
     
      background: url(../images/logo-nejshop.jpg) center no-repeat;
    } 
    #dealers li a.alfacomp
    {
     
      background: url(../images/logo-alfa.jpg) center no-repeat;
    } 
    #dealers li a.vitalshop
    {
     
      background: url(../images/logo-vitalshop.jpg) center no-repeat;
    } 
    #dealers li a.elektrobusiness
    {
     
      background: url(../images/logo-elektrobusiness.jpg) center no-repeat;
    } 
    #dealers li a.sluchatka-koss
    {
     
      background: url(../images/logo-koss.jpg) center no-repeat;
    } 
    #dealers li a.nej-ceny
    {
     
      background: url(../images/logo-nejceny.jpg) center no-repeat;
    } 
     #dealers li a.hwmedia
    {
     
      background: url(../images/logo-hw.jpg) center no-repeat;
    } 
     #dealers li a.centrumnakupu
    {
     
      background: url(../images/logo-cn.jpg) center no-repeat;
    } 
     #dealers li a.patro
    {
     
      background: url(../images/logo-patro.jpg) center no-repeat;
    } 
     #dealers li a.eo
    {
     
      background: url(../images/logo-eo.jpg) center no-repeat;
    } 
     #dealers li a.compos
    {
     
      background: url(../images/logo-compos.jpg) center no-repeat;
    } 
     #dealers li a.skveleceny
    { 

     background: url(../images/logo-skveleceny.jpg) center no-repeat;
    }
     #dealers li a.gigashops
    { 

     background: url(../images/logo-gigashops.jpg) center no-repeat;
    }


/* konec: prodejci */


#logged
{
  position: absolute;
  top: 150px;
  width: 200px;
  text-align: right;
  left: 760px;
}


#banner-cebit
{
  position: absolute;
  top: 145px;
  width: 420px;
  height: 80px;
  background: url(../images/cebit.gif) top left no-repeat;
  float: none;
  margin-left: 100px;
}


#flags
{
  position: absolute;
  top: 10px;
  left: 980px;
  width: 35px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100px;
}

#flags li
{
  height: 20px;
  overflow: hidden;
}

#flags li a
{
  display: block;
  width: 25px;
  margin: 2px 0 0 5px;
  padding: 0;
  height: 17px;
  background: #000;
  border: 1px solid #0160A2;
}

#flags li a:hover
{
  border: 1px solid #d00;
}

#previews
{
  border: 1px solid #667;
  margin: 10px auto;
}

#previews th
{
  text-align: left;
  font-weight: bold;
  padding: 2px 10px;
  background: #99a;
  color: #fff;
  font-size: 1.1em;
}

#previews th a
{
  color: #fff;
}

  #previews td
  {
    padding: 2px 10px;
    border-top: 1px solid #667;
  }
  
  .bright
  {
    background: #fafafa;
  }
