/* 
    Document   : base_desktop
    Created on : 21.10.2015, 16:57:37
    Author     : hannes
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body    {
    /*overflow-y:scroll;*/
    font-family: 
    lato,verdana,arial;
}


    /*the menue container */
    #adm_content_holder {
        position: absolute;
        right: 2px;
        right: 250px;
        top: 56px;
        width:190px;
        position: fixed;
        cursor: move;
        opacity: 1;
        
    }
           
    
   
    
    
    
    /*the menues */
    .admin li {  
        width:90px;
        height:90px;
        display: block;
        padding:10px;
        padding:10px 0px 10px 0px;
    }
    .admin li span{       
        padding-top:15px;
        display: block;
        font-size: 0.9em;
    }
    .admin li .hasSubMnu{
         padding: 0 0.25em 0 0;
    }
    

    #productsgroupholder li {
        float: left;              
        width: 120px;
        height: 170px;                
        display: block;
        padding: 10px;
        padding: 10px 0px 10px 0px;
        border-bottom: 0;
        text-decoration: none;
        text-align: center;
        border: 1px solid #c4c4c4;
        margin-top: -1px;
        margin-left: -1px;
        font-size: 0.9em;      
        line-height: 1.2em;        
        background-size: 120px 120px;
        background-repeat: no-repeat;
        cursor: pointer;  
        background-position: center;             
    }
    #productsgroupholder li:hover {
        background-size: 80px 80px;
        /*border: 1px solid #000;*/          
    }
     #productsgroupholder span{
        top: 145px;
        position: relative;
        line-height: 1em;
        padding: 0 0.25em 0 0.25em;
    }
    
    /*form textArea,*/
    form {
        font-size: 1.125em!important;
        color: #505050 !important;
    }
    
    dl.myform textarea {
        font-size: 1.0em!important;
        color: #505050 !important;
    }
    
    dl.myform textarea.systemfont {
        font-size: 1.0em!important;
        font-size: 0.850em !important;
        color: #505050 !important;
        font-family: courier;
    }
    