﻿

.navseparator{
    padding-bottom:10px;
    min-height:10px;
}

.lvl1 > .header{
    cursor:pointer;
    margin-left:5px;
}
.lvl1 > .body{
    cursor:pointer;
    margin-left:5px;
}

.lvl2 > .header{
    cursor:pointer;
    margin-left:5px;
    margin-top:-5px;
}

.lvl2 > .body{
    cursor:pointer;
    margin-left:15px;
}

.lvl2 > .body > .modelid{
    cursor:pointer;            
}

.lvl3 > .header{
    cursor:pointer;
    margin-top:-5px;
}

.modelid{
    cursor:pointer;
    margin-bottom:-5px;
}

.myplus{
    margin-bottom:2px;
    min-width:10px;
}


#loader{
    display:block;
    position:absolute;
    z-index:100;
    color:white;
    width:720px;
    height:200px;
    text-align:center;
    font-size:30pt;
    background-position-x:center;
    background-position-y:center;
    background-image:url("/images/loadani.gif");  
    background-repeat: no-repeat;      
}