.tabPlugin{
    width: 300px;
}
.tabPlugin .nav-tabs {
    background-color: #E4E5E6;
    border: 1px solid #c7c7c7;
}
.tabPlugin .nav-tabs > li{
    margin-top: -1px;
}
.tabPlugin .nav-tabs a{
    border-color: #c7c7c7;
    color: #555;
}
.tabPlugin .nav-tabs > li > a{
    padding: 0;
    margin-right: -1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 1px 0 0 0;
}
.tabPlugin .nav-tabs > li.active > a{
    border-color: #c7c7c7; 
    border-top: 2px solid #FF8300;
    border-bottom-color: transparent;
    background-color: #fff;
}
.tabPlugin .tab-content{
    padding: 10px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 660px;
}
.tabPlugin .tab-content .item{
    text-decoration: none;
    cursor: pointer;
    float: left;
    line-height: 30px;
    padding: 10px;
    width: 97px;
    color: #333;
    font-size: 14px;
    box-sizing:border-box;
    text-align: center;
    border:1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}
.tabPlugin .tab-content .item:hover{
    background-color: #ddd;
}
.tabPlugin .tab-content .item .pluginIcon{
    display: block;
    width: 46px;
    height: 46px;
    margin: 5px auto;
    background-repeat: no-repeat;
}

.tabPlain{
    width: 100%;
}
.tabPlain .tab-content{
    max-height: 100%;
}
