/* CSS Document */

.qqbox a:link {
        color: #000;
        text-decoration: none;
}
.qqbox a:visited {
        color: #000;
        text-decoration: none;
}
.qqbox a:hover {
        color: #f80000;
        text-decoration: underline;
}
.qqbox a:active {
        color: #f80000;
        text-decoration: underline;
}

.qqbox{
        width:132px;
        height:auto;
        overflow:hidden;
        position:absolute;
        z-index:150;
        right:0;
        top:100px;
        color:#000000;
        font-size:12px;
        letter-spacing:0px;
}
.qqlv{
        width:25px;
        height:256px;
        overflow:hidden;
        position:relative;
        float:right;
        
}

.qqkf{
        width:120px;
        height:auto;
        overflow:hidden;
        right:0;
        top:0;
       z-index:100;
        border:6px solid #A40B06;/*边框的颜色*/
        background:#ffffff;/*当卡里面背景颜色*/
}
.qqkfbt{
        width:118px;
        height:20px;
        overflow:hidden;
        background:#A40B06; /* 标题栏字体下面的背景颜色*/
        line-height:20px;
        font-weight:bold;
        color:#ffffff; /*字体颜色*/
        position:relative;
        border:1px solid #66CCFF;/*分隔线颜色*/
        cursor:pointer;
        text-align:center;
}
.qqkfhm{
        width:112px;
        height:22px;
        overflow:hidden;
        line-height:22px;
        padding-right:8px;
        position:relative;
        margin:3px 0;
}
.bgdh{
        width:102px;
        padding-left:10px;
		}

