
/* 推荐及反对 */
#div_digg {
    position: fixed;
    bottom: 25px;
    right: 120px;
    width: 50px;
    border: 2px solid #CBCFD2;
    padding: 10px;
    background-color: #ffffff9e;
    border-radius: 5px 5px 5px 5px !important;
    z-index: 1;
}



/*生成博客目录的CSS*/
#catalog_sideBar{
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    top:60px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float: left;
    width: 30px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #ccc;
    border-right: none;
    text-align: center;
    background: #ffffff;
}

#sideBarContents{
    float: left;
    overflow: auto;
    overflow-x: hidden;
    !important: ;
    max-width: 300px;
    min-height: 108px;
    max-height: 460px;
    border: 1px solid #e5e5e5;
    border-right: none;
    background: #ffffff;
    line-height: 22px;
    font-size: 13px;
    padding: 5px;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}

#sideBarContents dd{
margin-left:24px;
}


