/* CSS Document */
      *
      {
          margin:0;
          padding:0;
      }


      #polar
      {
          padding: 0;  
          margin:  0;
          font-family: arial;
          width: 174px;
          height: 145px;  
          overflow: hidden;
          background-color: #c1c9dd;
          
      }
      
      .polar_pics 
      {  
          height:  65px;  
          width:   103px;
          overflow: hidden;
          top:3px;
          left: 2px;
         /* border: 4px;
          border-color: white;  */
      } 

      .polar_pics img 
      {  
          padding: 0px;  
          border:  4px solid #FFF;  
          background-color: #eee;  
          width:  93px; 
          height: 57px; 
          top:  0; 
          left: 0 ;
          margin-left: 2px;
      } 
        
        span.polar_nadpis
        {
          background-color: #cbbf70;
          width: 176px;
          height: 20px;
          display: block;
          text-align: center;
          color: white;
          font-weight: bold;
          display: none;
        }
        
        #polar_obsah
        {
          width: 176px;
          height: 150px;
          overflow: hidden;
        }
        
        #polar_slide
        {
          margin-top: -51px;
          margin-left: 117px;
          width: 67px;
          height:70px;
        }
        
        #polar_slide a
        {
          display: block;
          background-image: url(tlacitko_vert3.png);
          background-repeat: no-repeat;
          width: 67px;
          height:70px;
          margin-top: -5px;
          margin-left: 7px;
          
        }
      
      .polar_pics a
      {
        height: 60px;
      }
      
      a.polar_tvportaly
      {
        width: 80px;
        height: 15px;
        display: block;
        float: right;
        margin-top: -16px;
       
      }
      
      span.polar_kanal
      {
         font-size: 13px;
         font-weight: bold;
      }
 
      .polar_infobar a
      {
        text-decoration: none;
        font-size: 12px;
        color: #757575;
      }
 
      .polar_infobar
      {
        margin-top: -4px;
        margin-left: 5px;
        height:65px;
        font-weight: bolder;          
        background-image: url(obrazek.png);
        background-repeat: no-repeat;
        background-position: right bottom;
      }
      
      .polar_pics_border
      {
          height: 71px;
          width: 109px;
          background-color: white;
          position: relative;
          top:12px;
          left: 7px;
          background-color: #e9ebf0;
      }

