

* {
    margin:0;
  }


BODY,P,UL,TD {
    font-family: "arial","helvetica";
    font-size: 8pt;
    color: #4B4A4A;
    scrollbar-dlight-color: rgb(127,127,127);
    scrollbar-arrow-color: rgb(127,127,127);
    scrollbar-base-color: rgb(240,240,240);
    scrollbar-darkshadow-color: rgb(127,127,127);
    scrollbar-face-color: rgb(240,240,240);
    scrollbar-highlight-color:rgb(240,240,240);
    scrollbar-shadow-color: rgb(240,240,240);
  }

.admin {
    font-family: "arial","helvetica";
    font-size: 12pt;

}

.ostoskorimenu {
    font-family: "arial","helvetica";
    font-size: 8pt;
    color: #ffffff;
  }


A:link.menu {
    font-family : "arial","helvetica";
    text-decoration : none;
  }


A:visited.menu {
    font-family : "arial","helvetica";
    text-decoration : none;
  }


A:link.menusub {
    font-family : "arial","helvetica";
    text-decoration : none;
  }


A:visited.menusub {
    font-family : "arial","helvetica";
    text-decoration : none;
  }


.listHeader {
    font-size: 8pt;
    color: #000000;
    font-weight : bold;
  }

.listNormal {
    font-size: 8pt;
    color: #000000;
    font-weight : normal;
  }


.rowItemEven {
    background-color : #eeeeee;
  }


.rowItemEvenLineHight {
    background-color : #eeeeee;
    line-height : 19px;
  }


.rowItemOdd {
    background-color : #ffffff;
  }


.white {
    font-family: "arial","helvetica";
    font-size: 8pt;
    color: #ffffff;
  }


A:link {
    font-family: "arial","helvetica";
    font-size: 8pt;
    color: #000000;
    text-decoration: underline;
  }


A:visited {
    color: #000000;
    text-decoration: underline;
  }


A:hover {
    color: #EA8A00;
    text-decoration: none;
  }


A:link.white {
    font-family: "arial","helvetica";
    font-size: 8pt;
    color: #ffffff;
    text-decoration: underline;
  }


A:visited.white {
    color: #ffffff;
    text-decoration: underline;
  }


A:hover.white {
    color: #EA8A00;
    text-decoration: none;
  }


.smallmenu {
    /* text-decoration underline*/
    color : #000000;
    font-family : "arial","helvetica";
    font-size : 9px;
    line-height : 9px;
    margin-bottom : 0px;
    margin-top : 0px;
    max-height : 10px;
    text-decoration : none;
  }
  
A:visited.smallmenu {
    font-size : 9px;
    line-height : 9px;
    margin-bottom : 0px;
    margin-top : 0px;
    max-height : 9px;
    text-decoration : none;
  }
  
A:link.smallmenu {
    font-size : 9px;
    line-height : 9px;
    margin-bottom : 0px;
    margin-top : 0px;
    max-height : 9px;
    text-decoration : none;
  }

  A:hover.smallmenu {
    color: #EA8A00;
    text-decoration : underline;
  }



.box-hidden {
    position: absolute;
    display: none;
  }


.box-show {
    position: static;
    display: block;
  }


