
/* ------------------------------------ /modules/mobile/nomobile-style.css ------------------------------------ */


/* -------------------------------------------------------------------------- */
/* MOBILE / NOMOBILE                                                          */
/* -------------------------------------------------------------------------- */

  .mobile                 { display: none;          }
  .mobile-inline          { display: none;          }
  .mobile-inline-block    { display: none;          }
  .mobile-tcell           { display: none;          }
  .mobile-trow            { display: none;          }
  .nomobile               { display: block;         }
  .nomobile-inline        { display: inline;        }
  .nomobile-inline-block  { display: inline-block;  }
  .nomobile-tcell         { display: table-cell;    }
  .nomobile-trow          { display: table-row;     }


/* ------------------------------------ /en/style-elements.css ------------------------------------ */


/* ------------------------------- GLOBAL ----------------------------------- */

    body, html
    {
      margin:0;
      padding:0;
      height:100%;
      font-family: MyriadPro ,Verdana, sans-serif;
    }

    textarea, input, select
    {
      font-family: MyriadPro ,Verdana, sans-serif;
    }

/* ------------------------------- PÍSMO ------------------------------------ */

    *
    {

    }

    body
    {
      font-size: 18px;
    }

    table, tr, th, td, p, ul, ol, li, div, input, select, textarea
    {
      font-size: 100%;
    }
    
    small, .small 
    {
      font-size: 85%; 
    }
    
    big, .big   
    {
      font-size: 115%; 
    }    

    form
    {
      padding:0px;
      margin:0px;
    }

    label
    {
      cursor: pointer;
    }

    img
    {
      border: 0px;
    }

/* ------------------------------- ODSTAVCE --------------------------------- */

    p
    {
      margin-top: 1.00em;
      margin-bottom: 1.00em; 
    }

/* ------------------------------- SEZNAMY ---------------------------------- */

    ul
    {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    
    li ul li
    {
      list-style-type: square;
    }

/* ------------------------------- ODKAZY ---------------------------------- */

  a         { color: #0082C9; text-decoration: underline; }
  a:link    { color: #0082C9; text-decoration: underline; }
  a:visited { color: #0082C9; text-decoration: underline; }
  a:active  { color: #0082C9; text-decoration: underline; }
  a:hover   { color: #6FB8E1; text-decoration: underline; }
 
/* ------------------------------- NADPISY ---------------------------------- */

  h1
  {
    font-size: 2.5em;
    font-weight: 200;
  }

  h2
  {
      font-weight: 200;
      color: #D1232A;
      font-size: 1.7em;
      margin-top: 1em;
      margin-bottom: 1em;
      line-height: 115%;
      font-weight: 200;
  }

  h3
  {
      font-size: 1.4em;
      color: #1A1A1A;
      font-weight: normal;
      margin-bottom: 0.5em;
      margin-top: 1.5em;
      line-height: 115%;
  }
  
  h4
  {
  }
  
  h5
  {
  }
  
  h6
  {
  }


/* ------------------------------------ /en/font/style.css ------------------------------------ */

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 200;
  src: local('Myriad Pro Light'), url('/en/font/MyriadPro-Light.woff') format('woff');
}

@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('/en/font/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
  font-family: 'MyriadPro';
  font-style: italic;
  font-weight: 600;
  src: local('Myriad Pro Semibold Italic'), url('/en/font/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
font-family: 'MyriadPro';
font-style: normal;
font-weight: 600;
src: local('Myriad Pro Semibold'), url('/en/font/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
font-family: 'MyriadPro';
font-style: italic;
font-weight: bold;
src: local('Myriad Pro Bold Italic'), url('/en/font/MYRIADPRO-BOLDIT.woff') format('woff');
}



@font-face {
font-family: 'MyriadPro';
font-style: normal;
font-weight: bold;
src: local('Myriad Pro Bold'), url('/en/font/MYRIADPRO-BOLD.woff') format('woff');
}





/* ------------------------------------ /en/style-main-screen.css ------------------------------------ */



/* -------------------------------------------------------------------------- */
/* BODY                                                                       */
/* -------------------------------------------------------------------------- */


  body
  {
    background: #E5E1DC;
    color: #666666;
  }


/* -------------------------------------------------------------------------- */
/* MAIN LAYOUT                                                                */
/* -------------------------------------------------------------------------- */


  #main-frame
  {
    text-align: center;
  }

  #main
  {
      width: 1280px;
      margin: 0px auto;
      text-align: left;
      position: relative;
  }


/* -------------------------------------------------------------------------- */
/* HEADER                                                                     */
/* -------------------------------------------------------------------------- */

  /* header */
    #header
    {
      border-top: 5px solid #D1232A;
      background: #888888; /* FALLBACK PRO IE 8 */
      background: rgba(0,0,0,0.5);
      z-index: 1;
      position: relative;
    }


    #header-content
    {
      height: 95px;
      position: relative;
    }

    #header-logo
    {
      position: absolute;
      left: 50px;
      top: 48px;
    }

/* -------------------------------------------------------------------------- */
/* HEADER ICONS                                                               */
/* -------------------------------------------------------------------------- */


    #header-icons
    {
      position: absolute;
      top: 165px;
      right: 0px;
    }

    .header-icon-box
    {
      height: 60px;
      clear: right;
      float: right;
      position: relative;
    }

/* -------------------------------------------------------------------------- */
/* HEADER LANGS                                                               */
/* -------------------------------------------------------------------------- */

    #header-langs
    {
      position: absolute;
      right: 60px;
      top: 20px;
    }

    #header-langs img
    {
      float: left;
      margin: 0px 0px 0px 20px;
    }
/* -------------------------------------------------------------------------- */
/* COLUMNS                                                                    */
/* -------------------------------------------------------------------------- */

  /* COLUMNS LAYOUT */
    #columns
    {
      background: #FFFFFF;
      margin: -100px auto 0px auto;
      padding-bottom: 1px;
      width: 1280px;
      text-align: left;
      clear: both;
    }

    #columns-content
    {
      clear: both;
      padding: 0px 50px 40px 50px;
      line-height: 135%;
      min-height: 300px;
      position: relative;
      background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAEPSURBVFiFxdHBCsJADATQcdGehUIv/v/HKYqCKEgPemqp7XZ3k02mc0rm8gjZ3a/n77HtwE54v5543C58GAC2wMMwsPEwXZh4mBcsfAGz8CjMwFdhbzwJe+JZ2Asvgj3wYtgaF8GWuBi2wlWwBa6Ga/EquAavhrW4CazBzWApbgpLcHO4FHeBS3A3OIe7wincHV7DKXAMp8FzfM+EBxwgXzyk7z98+NA0aLsTFx7REHjwFAVIP56jFDiGusNrqCucQt3gHOoCl6DmcClqCktQM1iKmsAatBrWolVwDaqGa1EVbIGKYStUBFuixbA1WgR7oFnYC03Cnugq7I1GYQa6gFnoH8xER5iNAkDYAgWAHxSaspizExcfAAAAAElFTkSuQmCC') left 70px  no-repeat;
    }


  /* COLUMN 1 */
    #column-1
    {
      width: 250px;
      float: left;
    }
    #column-1-padding
    {
       padding: 0px 0px 0px 0px;
    }


  /* COLUMN 2 */
    #column-2
    {
      width: 930px;
      float: left;
      font-weight: 200;
      line-height: 145%;
    }

    #column-2-padding
    {
       padding: 0px 0px 40px 50px;
    }

  /* content */
    #content
    {
      font-size: 110%;
      padding: 0px 0px 0px 0px;
    }


    #content > h2:first-child
    {
      margin-top: 0px;
    }


    /* NAVIG PATH */
      #navig-path
      {
        height: 76px;
        font-weight: 200;
      }

      #navig-path-padding
      {
        padding-top: 20px;
      }

      #navig-path small
      {
        font-size: 60%;
        padding-left: 5px;
        padding-right: 5px;
      }

    #navig-path a         { color: #6D99B1;   text-decoration: none;}
    #navig-path a:link    { color: #6D99B1;   text-decoration: none;}
    #navig-path a:visited { color: #6D99B1;   text-decoration: none;}
    #navig-path a:active  { color: #6D99B1;   text-decoration: none;}
    #navig-path a:hover   { color: #6D99B1;   text-decoration: underline;}


/* -------------------------------------------------------------------------- */
/* CAPTION
/* -------------------------------------------------------------------------- */

    #column-2 h1
    {
      color: #2293D0;
      font-weight: 200;
      font-size: 230%;
      line-height: 110%;
      margin-top: 0px;
      text-align: center;
    }


/* -------------------------------------------------------------------------- */
/* FOOTER                                                                    */
/* -------------------------------------------------------------------------- */


  /* footer frame */
    #footer
    {
      border-top: 5px solid #D1232A;
      background: #333333;
      color: #CCCCCC;
      font-size: 85%;
      line-height: 140%;
    }

    #footer h2
    {
      color: #CCCCCC;
    }

    #footer-padding
    {
      padding: 45px 50px 45px 50px;
    }

   /* footer link colors */
    #footer a         { color: #CCCCCC;   text-decoration: none;}
    #footer a:link    { color: #CCCCCC;   text-decoration: none;}
    #footer a:visited { color: #CCCCCC;   text-decoration: none;}
    #footer a:active  { color: #CCCCCC;   text-decoration: none;}
    #footer a:hover   { color: #CCCCCC;   text-decoration: underline;}

    #footer .footer-blue a         { color: #9EBBCB;   text-decoration: none;}
    #footer .footer-blue a:link    { color: #9EBBCB;   text-decoration: none;}
    #footer .footer-blue a:visited { color: #9EBBCB;   text-decoration: none;}
    #footer .footer-blue a:hover   { color: #9EBBCB;   text-decoration: underline;}


  /* layout */
    #footer-column-1
    {
      width: 740px;
      float: left;
    }

    #footer-bottom-box
    {
      margin-top: 40px;
    }

    #footer-column-2
    {
      width: 240px;
      float: left;
      color: #9EBBCB;
    }

    #footer-column-2 h2
    {
      color: #9EBBCB;
    }


    #footer-column-3
    {
      width: 200px;
      float: left;
      color: #9EBBCB;
    }

    #footer-column-3 h2
    {
      color: #9EBBCB;
    }

  /* column 1 menus */

     #footer-column-1 h2
     {
        font-weight: bold;
        font-size: 170%;
        margin: 0px 0px 15px 0px;
     }


     #footer-column-11
     {
        float: left;
        width: 220px;
        margin-right: 20px;
     }

     #footer-column-12
     {
        float: left;
        width: 270px;
        margin-right: 20px;
     }

     #footer-column-13
     {
        float: left;
        width: 180px;
        margin-right: 20px;
     }

  /* COLUMN 1 - menu */

    #footer-column-1 ul
    {
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    #footer-column-1 li
    {
      margin: 0px;
      padding: 2px 0px;
      list-style: none;
    }

    #footer-column-1 ul ul li
    {
      margin: 0px;
      padding: 2px 0px 2px 10px;
      background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAABbSURBVAiZLcuhFcQgAATRSc6tR6PRaDRoiqCOM3QCvVDR2pzIjfzvzVVKeQBsA3CHEJhzklIC4CPpa5veO+ccrpzzAzDGeBf+ScL2C7VWJLHW4o4x0lpj7w3AD1w9GYq/eeC6AAAAAElFTkSuQmCC') left 8px no-repeat;
      list-style: none;
    }

  /* column 2, 3 */

     #footer-column-2 h2,
     #footer-column-3 h2
     {
        font-weight: bold;
        font-size: 170%;
        margin: 0px 0px 15px 0px;
     }

     #footer-column-3 .file-type-icon
     {
        margin-bottom: 12px;
     }



/* -------------------------------------------------------------------------- */
/* CLASSES
/* -------------------------------------------------------------------------- */

  hr
  {
    margin: 1em 0px 1em 0px;
    border: 0px;
    color: #CCCCCC;
    background: #CCCCCC;
    height: 1px;
    display: block;
  }

  .hr
  {
    clear: both;
    padding-top: 20px; 
    border-top: 1px solid #CCCCCC;
  }

  .clear
  {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
  }

  .float-left
  {
    float: left;
  }
  
  .float-right
  {
    float: right;
  }

  .invisible
  {
    display: none;
  }

  .forprint, .forprint-block
  {
    display: none; /* pro tiskové styly */
  }


/* -------------------------------------------------------------------------- */
/* INPUTS
/* -------------------------------------------------------------------------- */

  .input-1
  {
      padding: 0px 10px;
      border: 1px solid #B8C9D2;
      background: #FFFFFF;
      width: 250px;
      height: 32px;
      line-height: 32px;
      text-align: left;
      color: #666666;
      font-weight: normal;
  }
  
  .input-2
  {
      padding: 0px 10px;
      border: 1px solid #B8C9D2;
      background: #FFFFFF;
      width: 120px;
      height: 32px;
      line-height: 32px;
      text-align: left;
      color: #666666;
      font-weight: normal;
  }


  .input-3
  {
      padding: 0px 10px;
      border: 1px solid #B8C9D2;
      background: #FFFFFF;
      width: 120px;
      height: 32px;
      line-height: 32px;
      text-align: left;
      color: #666666;
      font-weight: normal;
  }


   .input-ta {

      height: 100px;

      border: 1px solid #B8C9D2;
      color: #505050;
      padding: 10px 10px;
      margin: 0px;
      border-radius: 0px;
      background:  #FFFFFF;
    }


   .input-ta-120
   {
      width: 400px;
      height: 120px;
      padding: 5px;

      border: 1px solid #E6E1BB;
      color: #763A14;
      background: #FCFAF1;

    }
    
  .button-1
  {
      background: #D1232A;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 110%;
      padding:  10px 25px;
      text-align: center;
      border:  0px;
      margin: 0px;
      cursor: pointer;
  }

   a.button-1
   {
      color: #FFFFFF !important;
      text-decoration: none;
      margin: 0px;
   }




  .input-select
  {


      padding: 4px 10px;
      border: 1px solid #B8C9D2;
      background: #FFFFFF;
      height: 34px;
      line-height: 34px;
      text-align: left;
      color: #666666;
      font-weight: normal;
  }


    .input-wrong
    {
      border: 1px solid #CE9D9F !important;
      background: #FFFDFD;
    }

    .input-ok
    {
      /*
      border: 1px solid #006600 !important;
      background: #EEFFEE;
      */
    }


    /* disable autofill highlingng */
    input.no-autofill-hilite:-webkit-autofill
    {
      background-color: #FFFFFF !important;
      color: #666666 !important;
       -webkit-text-fill-color: #666666;
       -webkit-box-shadow: 0 0 0px 1000px white inset;
    }




/* -------------------------------------------------------------------------- */
/* PAGINATOR
/* -------------------------------------------------------------------------- */


    .paginator
    {
      font-weight: 200;
      font-size: 125%;
      text-align: center;
    }

    .paginator-top
    {
      margin: 20px 0px 25px 0px;
      border-bottom:  1px solid #CCCCCC;
      padding:  0px 0px 25px 0px;
    }

    .paginator-bottom
    {
      border-top:  1px solid #CCCCCC;
      margin: 20px 0px 25px 0px;
      padding:  35px 0px 0px 0px;
    }

    .paginator .num
    {
      padding: 0px 5px;
      font-weight:  200;
    }

    .paginator .selected
    {
      color: #0082C9;
    }

    .paginator a         { color: #999999;   text-decoration: none;}
    .paginator a:link    { color: #999999;   text-decoration: none;}
    .paginator a:visited { color: #999999;   text-decoration: none;}
    .paginator a:active  { color: #999999;   text-decoration: none;}
    .paginator a:hover   { color: #0066A7;   text-decoration: none;}


    .paginator .next
    {
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAACmSURBVDiNldLBDYJAEEbht2RPNuCdArASbYFoKVahF4kloFV4I+GMFVCDvweCAWGXYU4zyftuw+5a6/hoZJ0k224oqpbT841l/P2QAlBULQC3fRoHzsEa5AHWIN8vVuSHhwWNgAVNwBKaBTEUBEPkBiiJgR7huv0jYOl38rIR55fysvu3KPiPo2AuDoJQPAti8QQsxSNgiX/AGksSa2JJIrvU5liSvje5FNST4B1zAAAAAElFTkSuQmCC') no-repeat center 4px;
      padding:  0px 15px 0px 15px;
    }

    .paginator .previous
    {
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAACZSURBVDiNldGxEYJAEEbhX+ciKzC2AiuhBazFSqQE6MIMCsCYgJj0GeGccHu3bHS7877oTgByzKP7qJ8Wnb1xM8y6Xy8ShanbET3f1O0IQBZs4yxIxSaw4iTIxTtQiv+AJ/4BbwygIzGA66fjCa/qJklqhlmStO4miCMPCuvDi0K8eFDYHkpoB0ooCXLIBBbKghQqghj106IvPdHEgYUi1UYAAAAASUVORK5CYII=') no-repeat center 4px;
      padding:  0px 15px 0px 15px;
    }


/* -------------------------------------------------------------------------- */
/* LISTS
/* -------------------------------------------------------------------------- */
   /*

  #column-2 ul
  {
    margin: 1em 0px;
    padding: 0px;
    list-style: none;
  }


  #column-2 li
  {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
    background: url('/en/img/list-bullet.png') left 7px no-repeat;
  }

                   */

/* -------------------------------------------------------------------------- */
/* NEWS LINK
/* -------------------------------------------------------------------------- */

  #news-link
  {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 10px;
  }

  #news-link a
  {
    display: block;
    background: url('/en/img/arrow-red.png') 184px 4px no-repeat;
  }

  #news-link a         { color: #C40B1B;   text-decoration: underline;}
  #news-link a:link    { color: #C40B1B;   text-decoration: underline;}
  #news-link a:visited { color: #C40B1B;   text-decoration: underline;}
  #news-link a:active  { color: #C40B1B;   text-decoration: underline;}
  #news-link a:hover   { color: #C40B1B;   text-decoration: underline;}



/* -------------------------------------------------------------------------- */
/* PLACE HOLDERS
/* -------------------------------------------------------------------------- */


  .placeholder
  {
    color: #677882;
  }


/* -------------------------------------------------------------------------- */
/* file icons                                                                 */
/* -------------------------------------------------------------------------- */


   .file-type-icon
   {
      position: relative;
      top: 2px;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      vertical-align: text-top;
   }

/* -------------------------------------------------------------------------- */
/* ZNACKY                                                                     */
/* -------------------------------------------------------------------------- */

  #brands-bottom-box
  {
    background: #E5E1DC;
    padding:  35px 30px 25px 30px;
    text-align: center;
    font-size: 95%;
    line-height: 160%;
    letter-spacing: 1px;
  }

  #brands-bottom-box a
  {
    white-space: nowrap;
    text-transform: uppercase;
  }

  #brands-bottom-box a         { color: #999999;   text-decoration: none;}
  #brands-bottom-box a:link    { color: #999999;   text-decoration: none;}
  #brands-bottom-box a:visited { color: #999999;   text-decoration: none;}
  #brands-bottom-box a:active  { color: #999999;   text-decoration: none;}
  #brands-bottom-box a:hover   { color: #999999;   text-decoration: underline;}

/* -------------------------------------------------------------------------- */
/* HANAK COMPETITION PAGE                                                     */
/* -------------------------------------------------------------------------- */


  .hc-page-box
  {
     text-align: center;
  }


  .hc-page-box a         { color: #666666;   text-decoration: none;}
  .hc-page-box a:link    { color: #666666;   text-decoration: none;}
  .hc-page-box a:visited { color: #666666;   text-decoration: none;}
  .hc-page-box a:active  { color: #666666;   text-decoration: none;}
  .hc-page-box a:hover   { color: #666666;   text-decoration: underline;}

  .hc-page-box p
  {
    margin-bottom: 0px;
  }

  .hc-page-box h2
  {
    margin-top: 0px;
    font-weight: 200;
    color: #D1232A;
  }

  .hc-page-box h2 a         { color: #D1232A;   text-decoration: none;}
  .hc-page-box h2 a:link    { color: #D1232A;   text-decoration: none;}
  .hc-page-box h2 a:visited { color: #D1232A;   text-decoration: none;}
  .hc-page-box h2 a:active  { color: #D1232A;   text-decoration: none;}
  .hc-page-box h2 a:hover   { color: #D1232A;   text-decoration: underline;}




/* -------------------------------------------------------------------------- */
/* NULL PADDING TABLE
/* -------------------------------------------------------------------------- */

  .nullpadding-table
  {
      padding: 0px;
      border-collapse: collapse ;
  }
  .nullpadding-table tr
  {
      margin: 0px;
      padding: 0px;
      border-collapse: collapse ;
  }
  .nullpadding-table td
  {
      margin: 0px;
      padding: 0px;
      border-collapse: collapse ;
  }

  .centered-table
  {
      margin-left: auto;
      margin-right: auto;
  }

  .100percent-table
  {
    width: 100%;
  }
/* ------------------------------------ /en/style-menu.css ------------------------------------ */



/* -------------------------------------------------------------------------- */
/* MAIN MENU
/* -------------------------------------------------------------------------- */

  #main-menu
  {
    margin: 0px;
    position: absolute;
    left: 290px;
    top: 48px;
    font-weight: 600;
  }



  ul.mainmenu
  {
    list-style-type: none;
    display: block;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
  }


  ul.mainmenu li
  {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 47px;
    line-height: 47px;
  }



  ul.mainmenu a
  {
    display: block;
    height: 47px;
    line-height: 47px;
    margin: 0px 0px 0px 0px;
    padding: 0px 19px 0px 19px;
  }


  ul.mainmenu a,
  ul.mainmenu a:link,
  ul.mainmenu a:visited,
  ul.mainmenu a:active
  {
    text-decoration: none;
    color: #FFFFFF;
  }

  ul.mainmenu a:hover
  {
    text-decoration: none;
    background: #0082C9;
    color: #FFFFFF;
  }



  ul.mainmenu a.selected,
  ul.mainmenu a.selected:link,
  ul.mainmenu a.selected:visited,
  ul.mainmenu a.selected:active,
  ul.mainmenu a.selected:hover
  {
     background: #0082C9;
    color: #FFFFFF;
  }

  ul.mainmenu a.opened,
  ul.mainmenu a.opened:link,
  ul.mainmenu a.opened:visited,
  ul.mainmenu a.opened:active,
  ul.mainmenu a.opened:hover
  {
      background: #0082C9;
    color: #FFFFFF;
  }

  ul.mainmenu a.hilited,
  ul.mainmenu a.hilited:link,
  ul.mainmenu a.hilited:visited,
  ul.mainmenu a.hilited:active,
  ul.mainmenu a.hilited:hover
  {
      background: #0082C9;
    color: #FFFFFF;
  }


/* selected and opened colors */

  ul.mainmenu a.selected,
  ul.mainmenu a.opened
  {
    background: #79868F;
    color: #FFFFFF;
  }


/* -------------------------------------------------------------------------- */
/* PRODUCT SUBMENU
/* -------------------------------------------------------------------------- */

  /* layout */
    #product-submenu
    {
        background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAUCAYAAAAQhBSFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAADQSURBVEiJzc67bcJQAEDRAymQ0tBQpE6XCiZhBJSMwxTeIRNkgEhhAloK6tSPAiEhwPj9wL4DXJ1Rs9mHr++tITadvPhZfRh/zmea5XvfnqtOwMXbqzEMDXoOxBHJcKCXQM6Q9A+9BeQCSX/QNiA3kDwfeg9IC5LnQbuA3EHyeGgMkA4kj4PGAolAUh+aAiQSST1oKpAEJOXQHCCJSPKhuUAykKRDS4BkIomHlgIpQNINrQGkEEk7tBaQCkiuoTWBIFSs2ezDdP0b/nb/NbfhAKXo5Kas2OuEAAAAAElFTkSuQmCC') 25px top no-repeat #FFFFFF;
        width: 930px;
        min-height: 305px;
        left: 290px;
        top: 95px;
        border-bottom:  5px solid #CCCCCC;
        position: absolute;
        z-index: 10005;
        display: none;
        font-size: 90%;
    }

    #product-submenu-padding
    {
      padding:  45px 30px 30px 30px;
    }

  /* submenu */
    .product-submenu-col
    {
      width: 210px;
      float: left;
      margin-right: 10px;
      line-height: 175%
    }

    .product-submenu-col-1 { width: 200px; }
    .product-submenu-col-2 { width: 230px; }
    .product-submenu-col-3 { width: 200px; }


    .product-submenu-col ul
    {
      list-style: none;
      padding:  0px;
      margin: 0px;
    }

    .product-submenu-col li
    {
      list-style: none;
      padding:  0px;
      margin: 0px;
    }

    .product-submenu-col a,
    .product-submenu-col a:link,
    .product-submenu-col a:visited,
    .product-submenu-col a:active
    {
      text-decoration: none;
      color: #808080;
    }

    .product-submenu-col a:hover
    {
      text-decoration: underline;
      color: #6D99B1;
    }


    .product-submenu-col a.selected,
    .product-submenu-col a.selected:link,
    .product-submenu-col a.selected:visited,
    .product-submenu-col a.selected:active
    {
      text-decoration: none;
      color: #6D99B1;
    }

    .product-submenu-col a.selected:hover
    {
      text-decoration: underline;
      color: #6D99B1;
    }




  /* info links */
    #info-links
    {
      float: right;
      width: 200px;
      line-height: 175%;
    }

    .info-link-box
    {
      border-bottom:  1px solid #CCCCCC;
      padding:  15px 0px;
    }

    .info-link-box:first-child
    {
      padding-top: 0px;
    }

    .info-link-box:last-child
    {
      border-bottom:  0px;
    }

    #info-links a,
    #info-links  a:link,
    #info-links a:visited,
    #info-links a:active
    {
      text-decoration: none;
      color: #6D99B1;
    }

    #info-links a:hover
    {
      text-decoration: underline;
      color: #6D99B1;
    }




/* -------------------------------------------------------------------------- */
/* LEFT MENU
/* -------------------------------------------------------------------------- */

  /* main section caption */
    #main-section-caption h2
    {
      color: #808080;
      margin: 0px;
      font-weight: 200;
      font-size: 230%;
      line-height: 110%;
      margin: 0px;
    }

  /* left menu basic formating */

    #left-menu
    {
      font-size: 90%;
      line-height: 115%;
      font-weight: 200;
      margin-top: 20px;
    }

    ul.leftmenu
    {
      list-style-type: none;
      display: block;
      margin: 0px 0px 0px 0px;
      padding: 0px;
      letter-spacing: 1px;
      border-top: 1px solid #CCCCCC;
    }

    ul.leftmenu li
    {
      display: block;
      margin: 0px;
      padding: 0px;
      border-bottom: 1px solid #CCCCCC;
    }

    ul.leftmenu li.last
    {
      border-bottom: 0px ;
    }


   /* link formating */

    .leftmenu a
    {
      display: block;
      position: relative;
      padding:  8px 0px 3px 0px;
    }


    ul.leftmenu a,
    ul.leftmenu a:link,
    ul.leftmenu a:visited,
    ul.leftmenu a:active
    {
      text-decoration: none;
      color: #666666;
    }

    ul.leftmenu a:hover
    {
      text-decoration: none;
      color: #0082C9;
    }

    /* link colors for opened and selected items */

      ul.leftmenu a.opened
      {
        color: #0082C9 !important;
      }
      ul.leftmenu a.selected
      {
        color: #0082C9 !important;
      }


    /* product count formating */

     .leftmenu a .caption
     {
        display: inline-block;
        padding-right: 50px;
     }

     .leftmenu a .count
     {
        position: absolute;
        left: 205px;
        top: 8px;
        color:  #ACACAC !important;
     }


    /* level 2 */

      .leftmenu ul  a
      {
         padding-left:  12px;
         background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAABSSURBVAiZLcgxAcAgEATBDR14wAP1e8ADWsDNm4EWIdBeimTKYc6p3rvOOZKkUEoh54y7A/BIEsAYAzMj8Espce/9wt2JMVJrJay12HvTWgPgBWsAIwiOjWDvAAAAAElFTkSuQmCC') left 15px no-repeat;
      }

    /* level 3 */
      .leftmenu ul ul  a
      {
         padding-left: 27px;
         background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAABSSURBVAiZLcgxAcAgEATBDR14wAP1e8ADWsDNm4EWIdBeimTKYc6p3rvOOZKkUEoh54y7A/BIEsAYAzMj8Espce/9wt2JMVJrJay12HvTWgPgBWsAIwiOjWDvAAAAAElFTkSuQmCC') 15px 15px no-repeat;
      }