.plg_system_nicepanel_fixed {
    position:fixed;    
}
.plg_system_nicepanel_absolute {
    position:absolute;    
}
#plg_system_nicepanel_top,
#plg_system_nicepanel_bottom {
    width:100%;
    left:0px;
}
#plg_system_nicepanel_top {
    top:0px;
}
#plg_system_nicepanel_bottom {
    bottom:0px;
}
.plg_system_nicepanel_tabouter .nicepaneltabcontent {
    overflow:hidden;
}
.plg_system_nicepanel_tabs {
    list-style: none;
    overflow:hidden;
    padding:0 !important;
    margin:0 !important;
}
.plg_system_nicepanel_tabs li {
    list-style-type:none;
    width:auto;
    display:block;
    clear:none;
}
.plg_system_nicepanel_tabs li.plg_system_nicepanel_left {
    float:left;    
}
.plg_system_nicepanel_tabs li.plg_system_nicepanel_right {
    float:right;    
}

.plg_system_nicepanel_tabs > li > a:link
.plg_system_nicepanel_tabs > li > a:visited {
    display:block;
}